/* @tailwind base;
@tailwind components;
@tailwind utilities; */

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

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

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

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

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

.container {
  width: 100%;
}

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

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

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

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

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-0 {
  left: 0px;
}

.left-\[0\] {
  left: 0;
}

.right-0 {
  right: 0px;
}

.right-\[10px\] {
  right: 10px;
}

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

.top-0 {
  top: 0px;
}

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

.top-\[3rem\] {
  top: 3rem;
}

.top-\[45\%\] {
  top: 45%;
}

.top-\[50\%\] {
  top: 50%;
}

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

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

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

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

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

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

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

.order-first {
  order: -9999;
}

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

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

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

.m-auto {
  margin: auto;
}

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

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

.my-\[-1rem\] {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

.ml-\[-2\.5rem\] {
  margin-left: -2.5rem;
}

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-0 {
  height: 0px;
}

.h-7 {
  height: 1.75rem;
}

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.min-h-\[50dvh\] {
  min-height: 50dvh;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-40 {
  width: 10rem;
}

.w-7 {
  width: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

.w-\[9rem\] {
  width: 9rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.translate-x-\[-\.3rem\] {
  --tw-translate-x: -.3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[1rem\] {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-\[1rem\] {
  gap: 1rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

.border-solid {
  border-style: solid;
}

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

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(8 154 235 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue {
  --tw-gradient-from: #089AEB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 154 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green {
  --tw-gradient-from: #009636 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 150 54 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink {
  --tw-gradient-from: #FE00A8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 0 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-green {
  --tw-gradient-to: rgb(0 150 54 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #009636 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange {
  --tw-gradient-to: rgb(255 130 43 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FF822B var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink {
  --tw-gradient-to: rgb(254 0 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FE00A8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-gray {
  --tw-gradient-to: #676667 var(--tw-gradient-to-position);
}

.to-orange {
  --tw-gradient-to: #FF822B var(--tw-gradient-to-position);
}

.to-violet {
  --tw-gradient-to: #360991 var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[15\%\] {
  padding-bottom: 15%;
}

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

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

.pl-3\.5 {
  padding-left: 0.875rem;
}

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

.pl-\[3rem\] {
  padding-left: 3rem;
}

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

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

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

.pt-\[20\%\] {
  padding-top: 20%;
}

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

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

.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-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[\.8rem\] {
  font-size: .8rem;
}

.text-\[0\.65em\] {
  font-size: 0.65em;
}

.text-\[0\.86em\] {
  font-size: 0.86em;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

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

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

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

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

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

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

.text-\[3\.3em\] {
  font-size: 3.3em;
}

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

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

.text-\[5rem\] {
  font-size: 5rem;
}

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

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

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

.font-medium {
  font-weight: 500;
}

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

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-\[3\.3rem\] {
  line-height: 3.3rem;
}

.text-\[\#009636\] {
  --tw-text-opacity: 1;
  color: rgb(0 150 54 / var(--tw-text-opacity));
}

.text-\[\#00b4fb\] {
  --tw-text-opacity: 1;
  color: rgb(0 180 251 / var(--tw-text-opacity));
}

.text-\[\#095393\] {
  --tw-text-opacity: 1;
  color: rgb(9 83 147 / var(--tw-text-opacity));
}

.text-\[\#0c8a44\] {
  --tw-text-opacity: 1;
  color: rgb(12 138 68 / var(--tw-text-opacity));
}

.text-\[\#346474\] {
  --tw-text-opacity: 1;
  color: rgb(52 100 116 / var(--tw-text-opacity));
}

.text-\[\#3f5188\] {
  --tw-text-opacity: 1;
  color: rgb(63 81 136 / var(--tw-text-opacity));
}

.text-\[\#440893\] {
  --tw-text-opacity: 1;
  color: rgb(68 8 147 / var(--tw-text-opacity));
}

.text-\[\#f5443d\] {
  --tw-text-opacity: 1;
  color: rgb(245 68 61 / var(--tw-text-opacity));
}

.text-\[\#ff2377\] {
  --tw-text-opacity: 1;
  color: rgb(255 35 119 / var(--tw-text-opacity));
}

.text-\[\#ff455b\] {
  --tw-text-opacity: 1;
  color: rgb(255 69 91 / var(--tw-text-opacity));
}

.text-\[\#ff6640\] {
  --tw-text-opacity: 1;
  color: rgb(255 102 64 / var(--tw-text-opacity));
}

.text-\[\#ff6a3c\] {
  --tw-text-opacity: 1;
  color: rgb(255 106 60 / var(--tw-text-opacity));
}

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(8 154 235 / var(--tw-text-opacity));
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: 0.2;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

/* CUSTOM CLASSES */

/* GLOBAL BASE STYLING */

:root {
  /* Default horizontal offset for text content in desktop. */
  --h-offset: 12%;
}

.section {
  position: relative;
  z-index: 0;
  min-height: 100dvh;
  height: 100dvh;
  transition: all 0.5s ease;
}

.section div.mark-video-wrapper,
.section div.mark-sequence {
  display: none;
  inset: (2px 2px);
}

.section div.text-content {
  height: 100%;
  position: relative;
}

.section div.text-content h1 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.section .text-content p,
.section .text-content li,
.section .text-content a {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.section span.slider-header {
  position: absolute;
  bottom: 1rem;
  left: 9.75rem;
}

.section div.text-content button.card-btn {
  border-width: 1px;
}

.section div.text-content a.card-btn {
  display: none;
}

.client-logos-slider {
  width: 100%;
  margin: 0 8.5rem;
}

.section div.text-content .card {
  padding: 2rem;
  border-width: 1px;
  border-radius: 5px;
  border-color: transparent;
  padding: 0 1.65rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.section div.text-content .card ul.card-text li {
  margin-bottom: 0.75rem;
  line-height: 1.875rem;
}

.section div.text-content .card.blue {
  border-color: rgb(8 154 235);
}

.section div.text-content .card.orange {
  border-color: rgb(255 130 43);
}

.section div.text-content .card.green {
  border-color: #138d3f;
}

.section div.text-content .card .card-text.blue,
.section div.text-content .card .card-text.orange,
.section div.text-content .card .card-text.green {
  border-color: transparent;
}

.section div.text-content h1:not(.text-box h1) {
  display: none;
}

.section div.text-content.top-header .text-box h1 {
  display: block;
}

.story-banner {
  height: 70dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  --webkit-background-size: cover;
  --moz-background-size: cover;
}

.story-banner img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gradient-banner {
  position: relative;
  overflow: hidden;
  height: 70dvh;
  margin-top: 143px;
  background-position: center;
  background-size: cover;
}

.gradient-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.gradient-banner div.text-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.gradient-banner div.text-content .text-box {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.video-container {
  height: 100%;
  width: 100%;
}

:root {
  --video-width: 100dvw;
  --video-height: 100dvh;
}

@media (max-width: 1024px) {
  :root {
    --video-height: 100dvw;
  }
}

@media (min-aspect-ratio: 16/9) {
  :root {
    --video-height: 56.25dvw;
  }
}

@media (max-aspect-ratio: 16/9) {
  :root {
    --video-width: 177.78dvh;
  }
}

.vimeo-background {
  position: relative;
  overflow: hidden;
  width: 100dvw;
  height: 100dvh;
}

.vimeo-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--video-width);
  height: var(--video-height);
  transform: translate(-50%, -50%);
}

.matterport-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}

.matterport-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

/* Line Global */

.line-wrapper {
  position: absolute;
  left: 7%;
  top: 0;
  height: 100%;
  width: 2px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.line-wrapper div {
  width: 2px;
}

.line {
  height: 0;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.line-2 {
  top: 14rem;
}

.line-icon {
  position: absolute;
  top: 10rem;
  left: 5.8%;
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* RESPONSIVE BASED */

/* DESKTOP+ ONLY */

@media only screen and (min-width: 1440px) {
  #slider_recommendation {
    padding: 0 9rem;
  }

  .splide__arrows {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }

  .section .card {
    padding: 0;
  }

  .section .card-text {
    padding: 1rem 2rem;
  }

  .section .card.item-list {
    padding: 1rem 2rem;
  }

  .section .card.item-list .card-text {
    padding: 0;
  }

  .section
        div.text-content
        .text-box.right:not(.top-right):not(.bottom-right) {
    right: var(--h-offset);
    top: 50%;
    left: unset;
    transform: translateY(-50%);
  }

  .section div.text-content .text-box:not(.top-right):not(.bottom-right) {
    position: absolute;
    bottom: 20%;
    left: var(--h-offset);
  }

  .section div.text-content .card .card-text {
    background-color: unset;
    border-width: unset;
    border-radius: unset;
    border-color: unset;
    padding: unset;
  }

  .section div.text-content .top-left {
    position: absolute;
    top: 20%;
    left: var(--h-offset);
  }

  .section div.text-content .bottom-left {
    position: absolute;
    bottom: 10%;
    left: var(--h-offset);
  }

  .section div.text-content .bottom-right {
    position: absolute;
    bottom: 10%;
    right: var(--h-offset);
  }

  .section div.text-content .top-right {
    position: absolute;
    top: 10%;
    right: var(--h-offset);
  }

  .section div.text-content .card {
    width: 100%;
    max-width: 360px;
  }

  /* !========HOME======== */

  .home.section-1 .slider-header {
    left: 12%;
  }

  .home.section-1 .client-logos-slider.container {
    padding: 0 5%;
    padding-left: 11%;
    max-width: 100%;
    margin: 0;
    transform: translateY(-1rem);
  }

  .home.section .text-content .card.item-list,
    .home.section .text-content .card {
    padding: 1rem;
  }

  /* SECTION 4 */

  .home.section-7 .text-box {
    padding-top: 5rem;
  }

  /* SECTION 5 */

  .home.section-8 .text-box {
    padding-top: 7rem;
  }

  /* SECTION 6 */

  .home.section-9 .text-box {
    padding-top: 3rem;
  }

  .home.section.vimeo-section.section-4 {
    z-index: 20;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .text-content .card.item-list,
    .retail.section .text-content .card {
    padding: 1rem;
  }

  /* SECTION 2 */

  .retail.section-2 .text-box {
    padding-top: 5rem;
  }

  /* SECTION 3 */

  .retail.section-3 .text-box {
    padding-top: 6rem;
  }

  /* SECTION 4 */

  .retail.section-4 .text-box {
    padding-top: 5rem;
  }

  /* !========RETAIL END======== */

  /* !========CONSTRUCTION======== */

  .const.section .text-content .card.item-list,
    .const.section .text-content .card {
    padding: 1rem;
  }

  /* SECTION 2 */

  .const.section-2 .text-box {
    padding-top: 5rem;
  }

  /* SECTION 3 */

  .const.section-3 .text-box {
    padding-top: 5rem;
  }

  /* SECTION 4 */

  .const.section-4 .text-box {
    padding-top: 5rem;
  }

  /* SECTION 5 */

  .const.section-5 .text-box {
    padding-top: 9rem;
  }

  /* SECTION 6 */

  .const.section-6 .text-box {
    padding-top: 5rem;
  }

  /* !========CONSTRUCTION END======== */

  /* !========EXPERIENCES======== */

  /* SECTION 2 */

  .exp.section-2 .text-box {
    padding-top: 10rem;
  }

  /* SECTION 3 */

  .exp.section-3 .text-box {
    padding-top: 5rem;
  }

  .exp.section-3 .boat.text-content {
    max-width: 60ch;
    margin-left: 10rem;
  }

  /* !========EXPERIENCES END======== */

  /* !========COLLABORATION======== */

  .collab.section .text-content .card.item-list,
    .collab.section .text-content .card {
    padding: 1rem;
  }

  /* SECTION 2 */

  .collab.section-2 .text-box {
    padding-top: 5rem;
  }

  /* SECTION 3 */

  .collab.section-3 .text-box {
    padding-top: 5rem;
  }

  /* SECTION 4 */

  .collab.section-4 .text-box {
    padding-top: 5rem;
  }

  /* !========COLLABORATION END======== */

  /* !========SUSTAINABILITY======== */

  .collab.section .text-content .card.item-list,
    .collab.section .text-content .card {
    padding: 1rem;
  }

  /* SECTION 2 */

  .sust.section-2 .text-box {
    padding-top: 5rem;
  }

  .sust.section-2 .card {
    height: -moz-fit-content;
    height: fit-content;
    transform: translateY(6rem);
  }

  /* SECTION 3 */

  .sust.section-3 .text-box {
    padding-top: 5rem;
  }

  /* SECTION 4 */

  .sust.section-4 .text-box {
    padding-top: 5rem;
  }

  /* !========SUSTAINABILITY END======== */
}

/* DESKTOP+ ONLY END */

/* TABLET LANDSCAPE */

@media only screen and (min-width: 768px) and (max-width: 1439px) and (min-height: 501px) and (orientation: landscape) {
  .story-banner {
    background-size: cover;
    --webkit-background-size: cover;
    --moz-background-size: cover;
  }

  .section:not(.section-1),
  .section-10 {
    min-height: 1090px;
    height: unset;
  }

  .vimeo-section,
  .section.vimeo-section {
    min-height: unset;
    width: 100dvw;
    height: 50dvw;
  }

  .vimeo-background {
    height: unset;
    height: 75dvw;
  }

  section.section-10 div.container {
    margin: 0;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    padding: 0;
  }

  section.section-10 #slide {
    padding: 0rem;
  }

  #img-container {
    height: 70%;
  }

  #slider_recommendation .splide__arrows {
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }

  #slider_recommendation .splide__arrows .splide__arrow--prev {
    width: 5rem;
  }

  #slider_recommendation .splide__arrows .splide__arrow--next {
    width: 5rem;
  }

  #slider-gradient-button {
    font-size: 2rem;
    line-height: 2rem;
  }

  #slide h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    padding-left: 1.1rem;
  }

  #slider_recommendation .splide__pagination {
    bottom: -5rem;
    left: 50%;
    transform: translate(-50%, 50%);
  }

  .gradient-banner {
    height: 40dvh;
    margin-top: 89px;
  }

  .gradient-banner .text-content h1 {
    font-size: 4rem;
  }

  .section div.mark-sequence {
    height: auto;
    max-width: unset;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: start;
  }

  img,
  video {
    height: 100%;
    width: 100%;
  }

  .section div.text-content .card {
    background-color: #fff;
  }

  .section div.text-content .card-text {
    border-width: 1px;
    border-radius: 5px;
    border-color: transparent;
    padding: 2rem;
  }

  .client-logos-slider {
    width: 100%;
    margin: 0 3.25rem;
  }

  .section div.text-content .card .card-text.blue {
    border-color: rgb(8 154 235);
  }

  .section div.text-content .card .card-text.orange {
    border-color: rgb(255 130 43);
  }

  .section div.text-content .card .card-text.green {
    border-color: #138d3f;
  }

  .section div.text-content .card.blue,
  .section div.text-content .card.orange,
  .section div.text-content .card.green {
    border-color: transparent;
  }

  .section div.mark-video-wrapper,
  .section div.mark-sequence {
    display: block;
    position: absolute;
    right: 0;
    top: 20%;
    width: 100%;
    max-width: 50%;
  }

  .section div.mark-video {
    width: 100%;
    max-width: 50%;
    z-index: 0;
  }

  .section div.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    height: 100%;
    padding-left: 6.5rem;
  }

  .section div.text-content .text-box {
    position: unset;
    bottom: unset;
    left: unset;
  }

  .section div.text-content.home-banner {
    height: 70dvh;
    justify-content: flex-end;
  }

  .section div.text-content .card {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }

  .section div.text-content .card.with-btn {
    bottom: 0;
  }

  .section div.text-content a.card-btn {
    font-size: 1.875rem;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    color: white;
    margin-top: 0.75rem;
    padding: 0.75rem 2.4rem;
    width: 100%;
    text-align: center;
  }

  .section div.text-content h1 {
    font-size: 3.75rem;
    line-height: 0.9;
  }

  .section .text-content p,
  .section .text-content li,
  .section .text-content a {
    font-size: 1.25rem;
    line-height: 1;
  }

  .home.section-6 .line-wrapper .line-2 {
    top: 0;
    width: 2px;
  }

  .section-10 .line-wrapper,
  .home.section-6 .line-wrapper,
  .section .line-wrapper {
    left: 3.5rem;
    width: 2px;
  }

  .section .banner-line,
  .section .line,
  .section .line-2 {
    width: 2px;
  }

  .section-10 .mobile-result-3-gradient,
  .section .line-2 {
    top: 10rem;
  }

  #solutions-icon {
    top: -6rem;
    left: 1.2rem;
  }

  #results-icon,
  .section .line-icon {
    top: 5rem;
    left: 1.2rem;
  }

  #results-icon p,
  #solutions-icon p,
  .section .line-icon p {
    font-size: 2rem;
  }

  #results-icon img,
  #solutions-icon img,
  .section .line-icon img {
    width: 5rem;
  }

  #emmersive-worlds .text-content .text-box #image-sequence {
    width: 15ch;
    margin-left: -4.5rem;
  }
}

@media only screen and (min-width: 1181px) and (max-width: 1439px) and (min-height: 501px) and (orientation: landscape) {
  /* !========HOME======== */

  .home.section .mark-sequence {
    top: 15%;
    padding-left: 8rem;
  }

  .home.section-1 .mark-sequence {
    padding: 0 4rem;
  }

  .home.section-3 .mark-sequence,
  .home.section-9 .mark-sequence {
    top: 10%;
  }

  .home.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .home.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  #solutions-text-content h1,
  .home.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  #solutions-text-content p,
  .home div .mobile-retail a,
  .home div .mobile-construction a,
  .home div .mobile-experiences a,
  .home.section .item-list .card-text a,
  .home.section .card .card-text p,
  .home.section .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  #solutions-text-content {
    max-width: unset;
    padding-left: 6rem;
  }

  .home.section-1 .text-content.home-banner {
    padding: 0;
    padding-bottom: 5rem;
    padding-left: 3rem;
  }

  #home1-banner {
    top: 25%;
  }

  .home.section-1 .slider-header {
    left: 6rem;
    bottom: 6rem;
  }

  .home.section-1 .client-logos-slider.container {
    position: absolute;
    bottom: 0;
    left: 6rem;
    margin: 0;
    transform: translateY(9rem);
  }

  .home.section-6 .mobile-retail {
    background: linear-gradient(to right, #009636, #234e77);
  }

  .home.section-6 .mobile-construction {
    background: linear-gradient(to right, #089aeb, #234e77);
  }

  .home.section-6 .mobile-experiences {
    background: linear-gradient(to right, #ed9728, #fe00a8);
  }

  .home.section-7 .card.item-list .card-btn.collaboratio-mobile-btn {
    background: linear-gradient(to right, #ff822b, #fe00a8, #ff822b);
  }

  .home.section-8 .card .card-btn.sustainability-mobile-btn {
    background: linear-gradient(to right, #009636, #089aeb);
  }

  .home.section-9 .card.item-list .card-btn.team-mobile-btn {
    background: linear-gradient(to right, #089aeb, hsl(0, 0%, 0%));
  }

  .home.section-1 .text-content.home-banner h1 {
    max-width: 12ch;
  }

  .home.section-8 .text-content .text-box p,
  .home.section-1 .text-content.home-banner p {
    max-width: 25ch;
  }

  .home.section-8 .text-content .text-box h1,
  .home.section-7 .text-content .text-box h1,
  .home.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .home.section-9 .text-content .text-box p,
  .home.section-7 .text-content .text-box p,
  .home.section-3 .text-content .text-box p {
    max-width: 28ch;
  }

  #solutions-text-content {
    padding-bottom: 5rem;
    margin-top: 8rem;
  }

  #solutions-text-content h1 {
    max-width: 10ch;
    padding-bottom: 3rem;
  }

  .home.section-1 .banner-line.banner-gradient {
    top: 10%;
  }

  .home.section.vimeo-section .vimeo-background {
    height: 100%;
  }

  .home.section-9 {
    margin-bottom: 2.5rem;
  }

  .home.section-9 .text-content #text-1 h1 {
    max-width: 8.6ch;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .mark-sequence {
    top: 15%;
    padding-left: 8rem;
  }

  .retail.section-1 .mark-sequence {
    top: 25%;
    padding: 0 4rem;
  }

  .retail.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .retail.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .retail.section .text-content.top-header .text-box h1,
  .retail.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  .retail.section .item-list .card-text li,
  .retail.section .item-list .card-text a,
  .retail.section .card .card-text p,
  .retail.section .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  .retail.section-1 .text-content.top-header {
    height: -moz-fit-content;
    height: fit-content;
  }

  .retail.section-1 .text-content.top-header .text-box {
    padding-bottom: 8rem;
  }

  .retail.section-5 .text-content.top-header .text-box h1,
  .retail.section-4 .text-content.top-header .text-box h1,
  .retail.section-1 .text-content.top-header .text-box h1 {
    max-width: 8ch;
  }

  .retail.section-2 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .retail.section-5 .text-content.top-header .text-box p,
  .retail.section-4 .text-content.top-header .text-box p,
  .retail.section-3 .text-content .text-box p,
  .retail.section-1 .text-content.top-header .text-box p,
  .retail.section-2 .text-content .text-box p {
    max-width: 25ch;
  }

  #video.retail.section .vimeo-background {
    height: 100%;
  }

  #revealing-value-2.retail .line-wrapper {
    height: 105%;
  }

  /* !========RETAIL END======== */

  /* !========SUSTAINABILITY======== */

  .sust.section .mark-sequence {
    top: 15%;
    padding-left: 8rem;
  }

  .sust.section-1 .mark-sequence {
    padding: 0 4rem;
    top: 25%;
  }

  .sust.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .sust.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .sust.section-1 .text-content .text-box {
    padding-bottom: 8rem;
  }

  .sust.section .text-content.top-header .text-box h1,
  .sust.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  .sust.section .item-list .card-text li,
  .sust.section .item-list .card-text a,
  .sust.section .card .card-text p,
  .sust.section .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  .sust.section-1 .text-content {
    height: -moz-fit-content;
    height: fit-content;
  }

  .sust.section-1 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .sust.section-1 .text-content .text-box p {
    max-width: 30ch;
  }

  .sust.section-2 .text-content .text-box p {
    max-width: 35ch;
  }

  .sust.section-2 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .sust.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .sust.section-3 .text-content .text-box p {
    max-width: 25ch;
  }

  .sust.section-4 .text-content .text-box h1,
  .sust.section-4 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .sust.section-4 .text-content .text-box p,
  .sust.section-4 .text-content .text-box p {
    max-width: 35ch;
  }

  .sust.section-4 .text-content {
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 5rem 3rem;
    padding-bottom: 0;
  }

  .sust.section-4 .text-content .text-box {
    padding-bottom: 0;
  }

  .sust.section-4 #sust4-banner {
    top: 40%;
  }

  #sustainability-digital .text-content .card .card-text div span:first-child {
    font-size: 8rem;
    line-height: 8rem;
  }

  #sustainability-digital .text-content .card .card-text div span:last-child {
    font-size: 5rem;
    line-height: 5rem;
  }

  #sustainability-digital .text-content .card .card-text div,
  #sustainability-digital .text-content .card .card-text p:last-child {
    padding: 0;
    max-height: unset;
  }

  .sust.section-4 {
    margin-bottom: 3rem;
  }

  /* !========SUSTAINABILITY END======== */

  /* !========CONSTRUCTION======== */

  .const.section .mark-sequence {
    top: 15%;
    padding-left: 8rem;
  }

  .const.section-1 .mark-sequence {
    padding: 0 4rem;
    top: 25%;
  }

  .const.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .const.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .const.section .text-content.top-header .text-box h1,
  .const.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  .const.section .item-list .card-text li,
  .const.section .item-list .card-text a,
  .const.section .card .card-text p,
  .const.section .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  .const.section-1 .text-content.top-header {
    height: -moz-fit-content;
    height: fit-content;
  }

  .const.section-1 .text-content.top-header .text-box {
    padding-bottom: 8rem;
  }

  .const.section-5 .text-content .text-box h1,
  .const.section-4 .text-content .text-box h1,
  .const.section-1 .text-content.top-header .text-box h1 {
    max-width: 8ch;
  }

  .const.section-2 .text-content .text-box h1 {
    max-width: 9ch;
  }

  .const.section-3 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .const.section-5 .text-content .text-box p,
  .const.section-4 .text-content .text-box p,
  .const.section-3 .text-content .text-box p,
  .const.section-1 .text-content.top-header .text-box p,
  .const.section-2 .text-content .text-box p {
    max-width: 26ch;
  }

  #revealing-value.const.section .text-content .card {
    position: absolute;
    bottom: 0;
  }

  #revealing-value.const .text-content .card h2 {
    font-size: 10rem;
    line-height: 10rem;
  }

  #revealing-value.const.section .text-content .card .card-text {
    padding-top: 0;
  }

  #digital-technology.const .line-wrapper {
    height: 180%;
  }

  /* !========CONSTRUCTION END======== */

  /* !========COLLABORATION======== */

  .collab.section .mark-sequence {
    top: 15%;
    padding-left: 8rem;
  }

  .collab.section-1 .mark-sequence {
    padding: 0 4rem;
    top: 25%;
  }

  .collab.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .collab.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .collab.section .text-content.top-header .text-box h1,
  .collab.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  .collab.section .item-list .card-text li,
  .collab.section .item-list .card-text a,
  .collab.section .card .card-text p,
  .collab.section .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  .collab.section-1 .text-content {
    height: -moz-fit-content;
    height: fit-content;
  }

  .collab.section-1 .text-content .text-box {
    padding-bottom: 8rem;
  }

  .collab.section-2 .text-content .text-box h1,
  .collab.section-1 .text-content .text-box h1 {
    max-width: 14ch;
  }

  .collab.section-3 .text-content .text-box h1 {
    max-width: 11ch;
  }

  .collab.section-3 .text-content .card .card-text p {
    text-align: center;
  }

  .collab.section-4 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .collab.section-4 .text-content .text-box p,
  .collab.section-3 .text-content .text-box p,
  .collab.section-1 .text-content .text-box p,
  .collab.section-2 .text-content .text-box p {
    max-width: 26ch;
  }

  #revealing-value.collab.section .text-content .card {
    position: absolute;
    bottom: 0;
  }

  #revealing-value.collab .text-content .card h2 {
    font-size: 10rem;
    line-height: 10rem;
  }

  #revealing-value.collab.section .text-content .card .card-text {
    padding-top: 0;
  }

  /* !========COLLABORATION END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    top: 25%;
    padding-left: 8rem;
  }

  .exp.section-1 .mark-sequence {
    padding: 0 4rem;
  }

  .exp-flying.section .text-content,
  .exp.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .exp-flying.section .text-content .text-box,
  .exp.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
  }

  .exp.section .text-content.top-header .text-box h1,
  .exp-flying.section .text-content .text-box h1,
  .exp.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  .exp.section-1 .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  .exp.section-1 .text-content {
    height: -moz-fit-content;
    height: fit-content;
  }

  .exp.section-1 .text-content .text-box {
    padding-bottom: 8rem;
  }

  #experience-cinema .text-content .text-box h1,
  #emmersive-worlds.exp .text-content .text-box h1,
  #experience-banner .text-content .text-box h1 {
    max-width: 14ch;
  }

  #experience-banner .text-content .text-box p {
    max-width: 20ch;
  }

  #revealing-value.exp .text-content .text-box h1 {
    max-width: 10ch;
  }

  #experience-flying .text-content .text-box h1 {
    line-height: 4rem;
  }

  #experience-cinema .line-wrapper {
    height: 110%;
  }

  /* !========EXPERIENCES END======== */
}

@media only screen and (min-width: 1025px) and (max-width: 1180px) and (min-height: 501px) and (orientation: landscape) {
  /* !========HOME======== */

  .home.section .mark-sequence {
    top: 15%;
    padding-left: 8rem;
  }

  .home.section-1 .mark-sequence {
    padding: 0 4rem;
  }

  .home.section-3 .mark-sequence,
  .home.section-9 .mark-sequence {
    top: 10%;
  }

  .home.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .home.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  #solutions-text-content h1,
  .home.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  #solutions-text-content p,
  .home div .mobile-retail a,
  .home div .mobile-construction a,
  .home div .mobile-experiences a,
  .home.section .item-list .card-text a,
  .home.section .card .card-text p,
  .home.section .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  #solutions-text-content {
    max-width: unset;
    padding-left: 6rem;
  }

  .home.section-1 .text-content.home-banner {
    padding: 0;
    padding-bottom: 5rem;
    padding-left: 3rem;
  }

  #home1-banner {
    top: 25%;
  }

  .home.section-1 .slider-header {
    left: 6rem;
    bottom: 6rem;
  }

  .home.section-1 .client-logos-slider.container {
    position: absolute;
    bottom: 0;
    left: 6rem;
    margin: 0;
    transform: translateY(9rem);
  }

  .home.section-9 .text-content .text-box h1 {
    max-width: 8.8ch;
  }

  .home.section-1 .text-content.home-banner h1 {
    max-width: 12ch;
  }

  .home.section-8 .text-content .text-box p,
  .home.section-1 .text-content.home-banner p {
    max-width: 25ch;
  }

  .home.section-8 .text-content .text-box h1,
  .home.section-7 .text-content .text-box h1,
  .home.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .home.section-9 .text-content .text-box p,
  .home.section-7 .text-content .text-box p,
  .home.section-3 .text-content .text-box p {
    max-width: 28ch;
  }

  #solutions-text-content {
    padding-bottom: 5rem;
    margin-top: 6rem;
  }

  #solutions-text-content h1 {
    max-width: 10ch;
    padding-bottom: 3rem;
  }

  .home.section-1 .banner-line.banner-gradient {
    height: 90%;
  }

  .home.section.vimeo-section .vimeo-background {
    height: 100%;
  }

  .home.section-9 {
    margin-bottom: 2.5rem;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .mark-sequence {
    top: 15%;
    padding-left: 8rem;
  }

  .retail.section-1 .mark-sequence {
    padding: 0 4rem;
    top: 25%;
    padding-left: 8rem;
  }

  .retail.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .retail.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .retail.section .text-content.top-header .text-box h1,
  .retail.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  .retail.section .item-list .card-text li,
  .retail.section .item-list .card-text a,
  .retail.section .card .card-text p,
  .retail.section .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  .retail.section-1 .text-content.top-header {
    height: -moz-fit-content;
    height: fit-content;
  }

  .retail.section-1 .text-content.top-header .text-box {
    padding-bottom: 8rem;
  }

  .retail.section-5 .text-content.top-header .text-box h1,
  .retail.section-4 .text-content.top-header .text-box h1,
  .retail.section-1 .text-content.top-header .text-box h1 {
    max-width: 8ch;
  }

  .retail.section-2 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .retail.section-5 .text-content.top-header .text-box p,
  .retail.section-4 .text-content.top-header .text-box p,
  .retail.section-3 .text-content .text-box p,
  .retail.section-1 .text-content.top-header .text-box p,
  .retail.section-2 .text-content .text-box p {
    max-width: 25ch;
  }

  #video.retail.section .vimeo-background {
    height: 100%;
  }

  #revealing-value-2.retail .line-wrapper {
    height: 105%;
  }

  /* !========RETAIL END======== */

  /* !========SUSTAINABILITY======== */

  .sust.section .mark-sequence {
    top: 15%;
    padding-left: 8rem;
  }

  .sust.section-1 .mark-sequence {
    padding: 0 4rem;
    top: 25%;
  }

  .sust.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .sust.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .sust.section-1 .text-content .text-box {
    padding-bottom: 8rem;
  }

  .sust.section .text-content.top-header .text-box h1,
  .sust.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  .sust.section .item-list .card-text li,
  .sust.section .item-list .card-text a,
  .sust.section .card .card-text p,
  .sust.section .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  .sust.section-1 .text-content {
    height: -moz-fit-content;
    height: fit-content;
  }

  .sust.section-1 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .sust.section-1 .text-content .text-box p {
    max-width: 30ch;
  }

  .sust.section-2 .text-content .text-box p {
    max-width: 35ch;
  }

  .sust.section-2 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .sust.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .sust.section-3 .text-content .text-box p {
    max-width: 25ch;
  }

  .sust.section-4 .text-content .text-box h1,
  .sust.section-5 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .sust.section-4 .text-content .text-box p,
  .sust.section-5 .text-content .text-box p {
    max-width: 35ch;
  }

  .sust.section-4 .text-content {
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 5rem 3rem;
    padding-bottom: 0;
  }

  .sust.section-4 .text-content .text-box {
    padding-bottom: 0;
  }

  .sust.section-4 #sust4-banner {
    top: 45%;
  }

  #sustainability-digital .text-content .card .card-text div span:first-child {
    font-size: 8rem;
    line-height: 8rem;
  }

  #sustainability-digital .text-content .card .card-text div span:last-child {
    font-size: 5rem;
    line-height: 5rem;
  }

  #sustainability-digital .text-content .card .card-text div,
  #sustainability-digital .text-content .card .card-text p:last-child {
    padding: 0;
    max-height: unset;
  }

  .sust.section-4 {
    margin-bottom: 2rem;
  }

  /* !========SUSTAINABILITY END======== */

  /* !========CONSTRUCTION======== */

  .const.section .mark-sequence {
    top: 15%;
    padding-left: 8rem;
  }

  .const.section-1 .mark-sequence {
    padding: 0 4rem;
    top: 25%;
  }

  .const.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .const.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .const.section .text-content.top-header .text-box h1,
  .const.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  .const.section .item-list .card-text li,
  .const.section .item-list .card-text a,
  .const.section .card .card-text p,
  .const.section .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  .const.section-1 .text-content.top-header {
    height: -moz-fit-content;
    height: fit-content;
  }

  .const.section-1 .text-content.top-header .text-box {
    padding-bottom: 8rem;
  }

  .const.section-5 .text-content .text-box h1,
  .const.section-4 .text-content .text-box h1,
  .const.section-1 .text-content.top-header .text-box h1 {
    max-width: 8ch;
  }

  .const.section-2 .text-content .text-box h1 {
    max-width: 9ch;
  }

  .const.section-3 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .const.section-5 .text-content .text-box p,
  .const.section-4 .text-content .text-box p,
  .const.section-3 .text-content .text-box p,
  .const.section-1 .text-content.top-header .text-box p,
  .const.section-2 .text-content .text-box p {
    max-width: 26ch;
  }

  #revealing-value.const.section .text-content .card {
    position: absolute;
    bottom: 0;
  }

  #revealing-value.const .text-content .card h2 {
    font-size: 10rem;
    line-height: 10rem;
  }

  #revealing-value.const.section .text-content .card .card-text {
    padding-top: 0;
  }

  #digital-technology.const .line-wrapper {
    height: 180%;
  }

  /* !========CONSTRUCTION END======== */

  /* !========COLLABORATION======== */

  .collab.section .mark-sequence {
    top: 15%;
    padding-left: 8rem;
  }

  .collab.section-1 .mark-sequence {
    padding: 0 4rem;
    top: 25%;
  }

  .collab.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .collab.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .collab.section .text-content.top-header .text-box h1,
  .collab.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  .collab.section .item-list .card-text li,
  .collab.section .item-list .card-text a,
  .collab.section .card .card-text p,
  .collab.section .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  .collab.section-1 .text-content {
    height: -moz-fit-content;
    height: fit-content;
  }

  .collab.section-1 .text-content .text-box {
    padding-bottom: 8rem;
  }

  .collab.section-2 .text-content .text-box h1,
  .collab.section-1 .text-content .text-box h1 {
    max-width: 14ch;
  }

  .collab.section-3 .text-content .text-box h1 {
    max-width: 11ch;
  }

  .collab.section-4 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .collab.section-4 .text-content .text-box p,
  .collab.section-3 .text-content .text-box p,
  .collab.section-1 .text-content .text-box p,
  .collab.section-2 .text-content .text-box p {
    max-width: 26ch;
  }

  #revealing-value.collab.section .text-content .card {
    position: absolute;
    bottom: 0;
  }

  #revealing-value.collab.section .text-content .card .card-text {
    padding-top: 0;
  }

  #revealing-value.collab .text-content .card .card-text h2 {
    font-size: 10rem;
    line-height: 10rem;
  }

  #revealing-value.collab .text-content .card .card-text p {
    text-align: center;
  }

  /* !========COLLABORATION END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    top: 25%;
    padding-left: 8rem;
  }

  .exp.section-1 .mark-sequence {
    padding: 0 4rem;
  }

  .exp-flying.section .text-content,
  .exp.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .exp-flying.section .text-content .text-box,
  .exp.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
  }

  .exp.section .text-content.top-header .text-box h1,
  .exp-flying.section .text-content .text-box h1,
  .exp.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  .exp.section-1 .text-content .text-box p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    max-width: unset;
  }

  .exp.section-1 .text-content {
    height: -moz-fit-content;
    height: fit-content;
  }

  .exp.section-1 .text-content .text-box {
    padding-bottom: 8rem;
  }

  #experience-cinema .text-content .text-box h1,
  #emmersive-worlds.exp .text-content .text-box h1,
  #experience-banner .text-content .text-box h1 {
    max-width: 14ch;
  }

  #experience-banner .text-content .text-box p {
    max-width: 20ch;
  }

  #revealing-value.exp .text-content .text-box h1 {
    max-width: 10ch;
  }

  #experience-flying .text-content .text-box h1 {
    line-height: 4rem;
  }

  /* !========EXPERIENCES END======== */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 501px) and (orientation: landscape) {
  /* !========HOME======== */

  .home.section .mark-sequence {
    top: 20%;
    padding-left: 8rem;
  }

  .home.section-1 .mark-sequence {
    padding: 0 4rem;
  }

  .home.section-3 .mark-sequence,
  .home.section-9 .mark-sequence {
    top: 10%;
  }

  .home.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .home.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  #solutions-text-content h1,
  .home.section .text-content .text-box h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  #solutions-text-content p,
  .home div .mobile-retail a,
  .home div .mobile-construction a,
  .home div .mobile-experiences a,
  .home.section .item-list .card-text a,
  .home.section .card .card-text p,
  .home.section .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  #solutions-text-content {
    max-width: unset;
    padding-left: 6rem;
    margin-top: 6rem;
  }

  .home.section-1 .text-content.home-banner {
    padding: 0;
    padding-bottom: 5rem;
    padding-left: 3rem;
  }

  #home1-banner {
    top: 25%;
  }

  .home.section-1 .slider-header {
    left: 6rem;
    bottom: 6rem;
  }

  .home.section-1 .client-logos-slider.container {
    position: absolute;
    bottom: 0;
    left: 6rem;
    margin: 0;
    transform: translateY(9rem);
  }

  .home.section-1 .text-content.home-banner h1 {
    max-width: 12ch;
  }

  .home.section-8 .text-content .text-box p,
  .home.section-1 .text-content.home-banner p {
    max-width: 25ch;
  }

  .home.section-8 .text-content .text-box h1,
  .home.section-7 .text-content .text-box h1,
  .home.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .home.section-9 .text-content .text-box p,
  .home.section-7 .text-content .text-box p,
  .home.section-3 .text-content .text-box p {
    max-width: 28ch;
  }

  #solutions-text-content {
    padding-bottom: 5rem;
  }

  #solutions-text-content h1 {
    max-width: 10ch;
    padding-bottom: 3rem;
  }

  .home.section-1 .banner-line.banner-gradient {
    height: 90%;
  }

  .home.section-9 .text-content .text-box h1 {
    max-width: 9ch;
  }

  .home.section.vimeo-section .vimeo-background {
    height: 100%;
  }

  .home.section-9 {
    margin-bottom: 2.5rem;
  }

  .home.section-9 .text-content #text-1 h1 {
    max-width: 8.6ch;
  }

  #digital-technology.const .line-wrapper {
    height: 175%;
  }

  #emmersive-worlds.const .line-wrapper {
    height: 115%;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .mark-sequence {
    top: 25%;
    padding-left: 8rem;
  }

  .retail.section-1 .mark-sequence {
    padding: 0 4rem;
  }

  .retail.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .retail.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .retail.section .text-content.top-header .text-box h1,
  .retail.section .text-content .text-box h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  .retail.section .item-list .card-text li,
  .retail.section .item-list .card-text a,
  .retail.section .card .card-text p,
  .retail.section .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  .retail.section-1 .text-content.top-header {
    height: -moz-fit-content;
    height: fit-content;
  }

  .retail.section-1 .text-content.top-header .text-box p {
    padding: 0;
  }

  .retail.section-1 .text-content.top-header .text-box {
    padding-bottom: 8rem;
  }

  .retail.section-5 .text-content.top-header .text-box h1,
  .retail.section-4 .text-content.top-header .text-box h1,
  .retail.section-1 .text-content.top-header .text-box h1 {
    max-width: 8ch;
  }

  .retail.section-2 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .retail.section-5 .text-content.top-header .text-box p,
  .retail.section-4 .text-content.top-header .text-box p,
  .retail.section-3 .text-content .text-box p,
  .retail.section-1 .text-content.top-header .text-box p,
  .retail.section-2 .text-content .text-box p {
    max-width: 25ch;
  }

  #video.retail.section .vimeo-background {
    height: 100%;
  }

  #revealing-value-2.retail .line-wrapper {
    height: 105%;
  }

  /* !========RETAIL END======== */

  /* !========SUSTAINABILITY======== */

  .sust.section .mark-sequence {
    top: 25%;
    padding-left: 8rem;
  }

  .sust.section-1 .mark-sequence {
    padding: 0 4rem;
  }

  .sust.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .sust.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .sust.section-1 .text-content .text-box {
    padding-bottom: 8rem;
  }

  .sust.section .text-content.top-header .text-box h1,
  .sust.section .text-content .text-box h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  .sust.section .item-list .card-text li,
  .sust.section .item-list .card-text a,
  .sust.section .card .card-text p,
  .sust.section .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  .sust.section-1 .text-content {
    height: -moz-fit-content;
    height: fit-content;
  }

  .sust.section-1 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .sust.section-1 .text-content .text-box p {
    max-width: 30ch;
  }

  .sust.section-2 .text-content .text-box p {
    max-width: 35ch;
  }

  .sust.section-2 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .sust.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .sust.section-3 .text-content .text-box p {
    max-width: 25ch;
  }

  .sust.section-4 .text-content .text-box h1,
  .sust.section-4 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .sust.section-4 .text-content .text-box p,
  .sust.section-4 .text-content .text-box p {
    max-width: 35ch;
  }

  .sust.section-4 .text-content {
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 10rem 3rem;
    padding-bottom: 0;
  }

  .sust.section-4 .text-content .text-box {
    padding-bottom: 0;
  }

  .sust.section-4 #sust4-banner {
    top: 50%;
  }

  #sustainability-digital .text-content .card .card-text div span:first-child {
    font-size: 8rem;
    line-height: 8rem;
  }

  #sustainability-digital .text-content .card .card-text div span:last-child {
    font-size: 5rem;
    line-height: 5rem;
  }

  #sustainability-digital .text-content .card .card-text div,
  #sustainability-digital .text-content .card .card-text p:last-child {
    padding: 0;
    max-height: unset;
  }

  .sust.section-4 {
    margin-bottom: 2rem;
  }

  /* !========SUSTAINABILITY END======== */

  /* !========CONSTRUCTION======== */

  .const.section .mark-sequence {
    top: 25%;
    padding-left: 8rem;
  }

  .const.section-1 .mark-sequence {
    padding: 0 4rem;
  }

  .const.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .const.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .const.section .text-content.top-header .text-box h1,
  .const.section .text-content .text-box h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  .const.section .item-list .card-text li,
  .const.section .item-list .card-text a,
  .const.section .card .card-text p,
  .const.section .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  .const.section-1 .text-content.top-header {
    height: -moz-fit-content;
    height: fit-content;
  }

  .const.section-1 .text-content.top-header .text-box {
    padding-bottom: 8rem;
  }

  .const.section-5 .text-content .text-box h1,
  .const.section-4 .text-content .text-box h1,
  .const.section-1 .text-content.top-header .text-box h1 {
    max-width: 8ch;
  }

  .const.section-2 .text-content .text-box h1 {
    max-width: 9ch;
  }

  .const.section-3 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .const.section-5 .text-content .text-box p,
  .const.section-4 .text-content .text-box p,
  .const.section-3 .text-content .text-box p,
  .const.section-1 .text-content.top-header .text-box p,
  .const.section-2 .text-content .text-box p {
    max-width: 26ch;
  }

  #revealing-value.const.section .text-content .card {
    position: absolute;
    bottom: 0;
  }

  #revealing-value.const .text-content .card h2 {
    font-size: 8rem;
    line-height: 8rem;
  }

  #revealing-value.const.section .text-content .card .card-text {
    padding-top: 0;
  }

  .const.section-5 {
    margin-bottom: 5rem;
  }

  /* !========CONSTRUCTION END======== */

  /* !========COLLABORATION======== */

  .collab.section .mark-sequence {
    top: 25%;
    padding-left: 8rem;
  }

  .collab.section-1 .mark-sequence {
    padding: 0 4rem;
  }

  .collab.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .collab.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .collab.section .text-content.top-header .text-box h1,
  .collab.section .text-content .text-box h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  .collab.section .item-list .card-text li,
  .collab.section .item-list .card-text a,
  .collab.section .card .card-text p,
  .collab.section .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  .collab.section-1 .text-content {
    height: -moz-fit-content;
    height: fit-content;
  }

  .collab.section-1 .text-content .text-box {
    padding-bottom: 8rem;
  }

  .collab.section-2 .text-content .text-box h1,
  .collab.section-1 .text-content .text-box h1 {
    max-width: 14ch;
  }

  .collab.section-3 .text-content .text-box h1 {
    max-width: 11ch;
  }

  .collab.section-4 .text-content .text-box h1 {
    max-width: 8ch;
    margin: 0;
  }

  .collab.section-4 .text-content .text-box p,
  .collab.section-3 .text-content .text-box p,
  .collab.section-1 .text-content .text-box p,
  .collab.section-2 .text-content .text-box p {
    max-width: 26ch;
  }

  #revealing-value.collab.section .text-content .card {
    position: absolute;
    bottom: 0;
  }

  #revealing-value.collab.section .text-content .card .card-text {
    padding-top: 0;
  }

  #revealing-value.collab .text-content .card .card-text h2 {
    font-size: 8rem;
    line-height: 8rem;
  }

  #revealing-value.collab .text-content .card .card-text p {
    text-align: center;
  }

  .collab.section-4 {
    margin-bottom: 5rem;
  }

  #future-digital.collab .line-wrapper {
    height: 115%;
  }

  /* !========COLLABORATION END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    top: 25%;
    padding-left: 8rem;
  }

  .exp.section-1 .mark-sequence {
    padding: 0 4rem;
  }

  .exp-flying.section .text-content,
  .exp.section .text-content {
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .exp-flying.section .text-content .text-box,
  .exp.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
  }

  .exp.section .text-content.top-header .text-box h1,
  .exp-flying.section .text-content .text-box h1,
  .exp.section .text-content .text-box h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  .exp.section-1 .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  .exp.section-1 .text-content {
    height: -moz-fit-content;
    height: fit-content;
  }

  .exp.section-1 .text-content .text-box {
    padding-bottom: 8rem;
  }

  #experience-banner .text-content .text-box h1 {
    max-width: 14ch;
  }

  #experience-banner .text-content .text-box p {
    max-width: 20ch;
  }

  #revealing-value.exp .text-content .text-box h1 {
    max-width: 10ch;
  }

  #experience-flying .text-content .text-box h1 {
    line-height: 4rem;
  }

  #emmersive-worlds.exp .text-content .text-box h1 {
    max-width: 12ch;
  }

  #experience-cinema .text-content .text-box h1 {
    max-width: 13ch;
  }

  /* !========EXPERIENCES END======== */
}

/* TABLET PORTRAIT */

@media only screen and (min-width: 500px) and (max-width: 1080px) and (orientation: portrait) {
  /* GLOBAL */

  .section {
    min-height: 1024px;
    height: unset;
  }

  .vimeo-section,
  .section.vimeo-section {
    min-height: unset;
    width: 100dvw;
    height: 100dvw;
  }

  .vimeo-background {
    height: unset;
    height: 100dvw;
  }

  /* GLOBAL */

  .story-banner {
    height: 32dvh;
    background-size: cover;
    --webkit-background-size: cover;
    --moz-background-size: cover;
  }

  .gradient-banner {
    height: 32dvh;
  }

  .gradient-banner .text-content .text-box {
    padding: 0 4rem;
  }

  .section div.mark-sequence {
    height: auto;
    max-width: unset;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: start;
  }

  img,
  video {
    height: 100%;
    width: 100%;
  }

  .section div.text-content .card {
    background-color: #fff;
  }

  .section div.text-content .card-text {
    border-width: 1px;
    border-radius: 5px;
    border-color: transparent;
    padding: 2rem;
  }

  .section div.text-content.home-banner {
    height: 70dvh;
    justify-content: flex-start;
    padding-top: 7.5em;
    padding-bottom: 3em;
  }

  .section div.mark-video-wrapper.center,
  .section div.mark-sequence.center {
    justify-content: center;
    top: 30%;
  }

  .section.vimeo-section {
    height: 100dvw;
  }

  .section .text-content h1 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .section .text-content p,
  .section .text-content li,
  .section .text-content a {
    font-size: 1.65rem;
    line-height: 2rem;
  }

  .section div.text-content.top-header {
    padding-top: 124px;
    justify-content: space-between;
  }

  .section div.text-content h1:not(.text-box h1) {
    display: block;
  }

  .section div.text-content.top-header .text-box h1 {
    display: none;
  }

  .home.section-6 .line-wrapper .line-2 {
    top: 0;
    width: 2px;
  }

  .section-10 .line-wrapper,
  .home.section-6 .line-wrapper,
  .section .line-wrapper {
    left: 3.5rem;
    width: 2px;
  }

  .section .banner-line,
  .section .line,
  .section .line-2 {
    width: 2px;
  }

  .section-10 .mobile-result-3-gradient,
  .section .line-2 {
    top: 10rem;
  }

  #solutions-icon {
    top: -6rem;
    left: 1.2rem;
  }

  #results-icon,
  .section .line-icon {
    top: 5rem;
    left: 1.2rem;
  }

  #results-icon p,
  #solutions-icon p,
  .section .line-icon p {
    font-size: 2rem;
  }

  #results-icon img,
  #solutions-icon img,
  .section .line-icon img {
    width: 5rem;
  }

  section.section-10 {
    min-height: 1324px;
  }

  section.section-10 div.container {
    margin: 0;
    max-width: 100%;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
  }

  #slider_recommendation .splide__arrows {
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }

  #slider_recommendation .splide__arrows .splide__arrow--prev {
    width: 5rem;
  }

  #slider_recommendation .splide__arrows .splide__arrow--next {
    width: 5rem;
  }

  #slider-gradient-button {
    padding: 2rem 0;
    font-size: 2rem;
    line-height: 2rem;
  }

  #slide h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    padding-left: 1.1rem;
  }

  #slider_recommendation .splide__pagination {
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%, 50%);
  }

  #emmersive-worlds .text-content .text-box #image-sequence {
    width: 13ch;
    margin-left: -3.8rem;
  }
}

@media only screen and (min-width: 821px) and (max-width: 1080px) and (orientation: portrait) {
  /* !========HOME======== */

  .home.section .text-content .card {
    background: #fff;
  }

  .home.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 70ch;
    right: 0%;
    top: 10%;
  }

  .home.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .home.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 2rem;
  }

  #solutions-text-content h1,
  .home.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
    margin-top: 10rem;
  }

  #solutions-text-content p,
  .home div .mobile-retail a,
  .home div .mobile-construction a,
  .home div .mobile-experiences a,
  .home.section .item-list .card-text a,
  .home.section .card .card-text p,
  .home.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  #solutions-text-content {
    max-width: unset;
    padding-left: 6rem;
  }

  .home.section-1 .text-content.home-banner {
    top: 0;
    padding: 0;
    padding-top: 5rem;
    padding-left: 3rem;
  }

  #home1-banner {
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .home .mobile-retail,
  .home .mobile-construction,
  .home .mobile-experiences,
  .home.section .card a {
    font-size: 3rem;
    padding: 2rem 0;
    max-width: unset;
  }

  .home.section .card li {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  .home.section-1 .text-content.home-banner h1 {
    max-width: 12ch;
  }

  .home.section-8 .text-content .text-box p,
  .home.section-1 .text-content.home-banner p {
    max-width: 30ch;
  }

  .home.section-8 .text-content .text-box h1,
  .home.section-7 .text-content .text-box h1,
  .home.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .home.section-9 .text-content .text-box p,
  .home.section-7 .text-content .text-box p,
  .home.section-3 .text-content .text-box p {
    max-width: 33ch;
  }

  #solutions-text-content {
    padding-bottom: 5rem;
  }

  #solutions-text-content h1 {
    max-width: 10ch;
    padding-bottom: 3rem;
  }

  .home.section-1 {
    display: flex;
    flex-direction: column;
  }

  .home.section-1 .text-content.home-banner {
    padding-top: 2.5rem;
    justify-content: start;
  }

  #home1-banner {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
  }

  .home.section-1 .text-content.home-banner p {
    max-width: 25ch;
  }

  .home.section-1 .client-logos-slider.container {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: 100%;
    transform: translateY(7rem);
  }

  .home.section-1 span.slider-header {
    left: 6rem;
    bottom: 13%;
  }

  .home.section-1 .banner-line.banner-gradient {
    top: 10%;
    height: 78dvh;
  }

  .home.section-9 .text-content #text-1 h1 {
    max-width: 8.6ch;
  }

  .home.section-3 {
    margin-bottom: 5rem;
  }

  .home.section-7 .text-content .text-box {
    transform: translateY(50%);
  }

  .home.section-7 .card {
    transform: translateY(65%);
  }

  .home.section-9 {
    min-height: 1500px;
    margin-bottom: 5rem;
  }

  .home.section-9 .line-wrapper {
    height: 104%;
  }

  .home.section-3 .line-wrapper {
    height: 113%;
  }

  .home.section-8 .text-content,
  .home.section-9 .text-content {
    top: 50%;
    transform: translateY(0%);
  }

  .home.section-8 .text-content .card,
  .home.section .text-content .card.item-list {
    border: none;
    padding: 0;
  }

  .home.section-7 .text-content .card .card-text.orange {
    border-color: orange;
  }

  .home.section-7,
  .home.section-8 {
    min-height: 1800px;
  }

  .home.section-8 .line-wrapper,
  .home.section-7 .line-wrapper {
    height: calc(95% + 4rem);
  }

  .home.section-7 .text-content {
    top: 50%;
    transform: translateY(-30%);
  }

  .home.section-8 .text-content .card .card-text.blue {
    border-color: green;
  }

  .home.section-9 .text-content .card .card-text.blue {
    border-color: blue;
  }

  .home.section div.text-content a.card-btn {
    display: block;
    border-radius: 0.25rem;
    color: white;
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
    padding: 2rem 0;
    margin-top: 1rem;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .text-content .card {
    background: #fff;
  }

  .retail.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 70ch;
    right: 0%;
    top: 13%;
  }

  .retail.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .retail.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .retail.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 3rem;
  }

  .retail.section-1 .text-content .text-box {
    padding: 0;
  }

  .retail.section .text-content.top-header .text-box h1,
  .retail.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
  }

  .retail.section-4 .text-content.top-header .text-box h1,
  .retail.section-5 .text-content.top-header .text-box h1 {
    display: block;
  }

  .retail.section .item-list .card-text li,
  .retail.section .item-list .card-text a,
  .retail.section .card .card-text p,
  .retail.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  .retail.section-1 .text-content.top-header {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 30rem;
  }

  .retail.section-1 .mark-sequence {
    top: 55%;
    transform: translateY(-50%);
  }

  .retail.section-1 .text-content.top-header .text-box h1,
  .retail.section-2 .text-content .text-box h1,
  .retail.section-5 .text-content.top-header .text-box h1,
  .retail.section-4 .text-content.top-header .text-box h1 {
    max-width: 9ch;
  }

  .retail.section-1 .text-content.top-header .text-box p {
    max-width: 25ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 13ch;
  }

  .retail.section-5 .text-content .text-box,
  .retail.section-4 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 20rem;
  }

  .retail.section-5 #retail5-banner,
  .retail.section-4 #retail4-banner {
    top: 45%;
    transform: translateY(-50%);
  }

  .retail.section-4 .text-content,
  .retail.section-5 .text-content {
    top: 10%;
    gap: 5rem;
  }

  .retail.section-4 .text-content .text-box,
  .retail.section-5 .text-content .text-box {
    gap: 40rem;
  }

  #digital-technology.retail,
  .retail.section-5,
  .retail.section-4 {
    min-height: 1500px;
    margin-bottom: 5rem;
  }

  .retail.section-5 .line-wrapper {
    height: 120%;
  }

  /* !========RETAIL END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    padding-left: 0rem;
    max-width: 70ch;
    right: 0%;
    top: 50%;
  }

  .exp.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .exp-flying.section .text-content,
  .exp.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 6rem;
    position: absolute;
    top: 20%;
    display: flex;
    flex-flow: column nowrap;
    gap: 30rem;
  }

  .exp.section .text-content > h1,
  .exp-flying.section .text-content .text-box h1,
  .exp.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
  }

  .exp-flying.section .text-content .text-box h1 {
    line-height: 4.5rem;
  }

  .exp.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  #emmersive-worlds.exp,
  #experience-flying.exp {
    margin-bottom: -10rem;
  }

  #experience-cinema {
    min-height: unset;
    height: 500px;
  }

  #experience-cinema h1 {
    max-width: 13ch;
  }

  #experience-flying h1 {
    max-width: 33ch;
  }

  #experience-banner .text-content.top-header {
    top: 5%;
  }

  #emmersive-worlds.exp .mark-sequence{
    top: 40%;
  }

  #exp1-banner {
    top: 55%;
    transform: translateY(-50%);
    bottom: unset;
  }

  .exp-flying.section-3 .text-content .text-box h1,
  .exp.section-3 .text-content .text-box h1,
  .exp.section-2 .text-content .text-box h1,
  .exp.section-1 .text-content.top-header > h1 {
    max-width: 12ch;
  }

  .exp.section-1 .text-content.top-header .text-box p {
    max-width: 20ch;
  }

  #revealing-value.exp .line-wrapper {
    height: 90%;
  }

  #experience-cinema .line-wrapper {
    height: 116%;
  }

  #video.exp div,
  #video.exp {
    height: 800px;
    margin-top: 5rem;
  }

  #video.exp div div.vimeo-background {
    height: 100%;
  }

  /* !========EXPERIENCES END======== */

  /* !========SUSTAINABILITY======== */

  .sust.section .text-content .card {
    background: #fff;
  }

  .sust.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 70ch;
    right: 0%;
    top: 13%;
  }

  .sust.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .sust.section-4 #sust4-banner {
    top: 50%;
    transform: translateY(-20%);
  }

  .sust.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .sust.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .sust.section-1 .text-content .text-box {
    padding: 0;
  }

  .sust.section .text-content.top-header .text-box h1,
  .sust.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
  }

  .sust.section-4 .text-content.top-header .text-box h1,
  .sust.section-5 .text-content.top-header .text-box h1 {
    display: block;
  }

  .sust.section .item-list .card-text li,
  .sust.section .item-list .card-text a,
  .sust.section .card .card-text p,
  .sust.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  .sust.section-1 .text-content {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
  }

  .sust.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 35rem;
  }

  .sust.section-1 .mark-sequence {
    top: 53%;
    transform: translateY(-50%);
  }

  .sust.section-1 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .sust.section-1 .text-content .text-box p {
    max-width: 30ch;
  }

  .sust.section-2 .text-content .text-box p {
    max-width: 55rem;
  }

  .sust.section-2 .text-content .text-box h1 {
    max-width: 25rem;
  }

  .sust.section-3 .text-content .text-box h1 {
    max-width: 9ch;
  }

  .sust.section-3 .text-content .text-box p {
    max-width: 35ch;
  }

  .sust.section-4 .text-content .text-box h1,
  .sust.section-5 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .sust.section-4 .text-content {
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 5rem 3rem;
  }

  .sust.section-4 .text-content .text-box {
    padding-bottom: 0;
  }

  #revealing-value.sust .text-content {
    transform: translateY(-5%);
  }

  #collaboration.sust .line-wrapper {
    height: 120%;
  }

  .sust.section-5,
  .sust.section-4 {
    min-height: 1700px;
    margin-bottom: 0;
  }

  .sust.section-2,
  .sust.section-3 {
    min-height: 1400px;
    margin-bottom: 0;
  }

  /* !========SUSTAINABILITY END======== */

  /* !========CONSTRUCTION======== */

  .const.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 70ch;
    right: 0%;
    top: 13%;
  }

  .const.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .const.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .const.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .const.section-1 .text-content .text-box {
    padding: 0;
  }

  .const.section .text-content.top-header .text-box h1,
  .const.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
  }

  .const.section .item-list .card-text li,
  .const.section .item-list .card-text a,
  .const.section .card .card-text p,
  .const.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  .const.section-1 .text-content.top-header {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 30rem;
  }

  .const.section-1 .mark-sequence {
    top: 55%;
    transform: translateY(-50%);
  }

  #revealing-value.const.section .text-content .card {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
  }

  #revealing-value.const.section .text-content .card .card-text {
    padding-top: 0;
  }

  #revealing-value.const .text-content #text-2.text-box {
    padding-bottom: 18rem;
  }

  #revealing-value.const .text-content .card h2 {
    font-size: 10rem;
    line-height: 10rem;
  }

  #emmersive-worlds.const .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 20rem;
  }

  #emmersive-worlds.const #const5-banner {
    top: 25%;
  }

  #construction-banner .text-content .text-box p {
    max-width: 20ch;
  }

  #construction-banner .text-content .text-box h1 {
    max-width: 8ch;
  }

  #emmersive-worlds.const .text-content .text-box h1,
  #revealing-value.const .text-content .text-box h1,
  #revealing-value.const .text-content .text-box h1,
  #digital-technology.const .text-content .text-box h1 {
    max-width: 15ch;
  }

  #future-digital.const .text-content .text-box h1 {
    max-width: 10ch;
  }

  #future-digital.const .text-content .text-box {
    top: 50%;
    transform: translateY(40%);
  }

  #digital-technology.const {
    min-height: 1300px;
    margin-bottom: 5rem;
  }

  #future-digital.const {
    min-height: 1500px;
    margin-bottom: 5rem;
  }

  #revealing-value.const {
    min-height: 1400px;
    margin-bottom: 4rem;
  }

  #future-digital.const .text-content {
    top: 40%;
  }

  #future-digital.const .text-content .card {
    transform: translateY(60%);
  }

  #emmersive-worlds.const {
    min-height: 1500px;
    margin-bottom: 5rem;
  }

  #video.const div,
  #video.const {
    height: 800px;
    margin-top: 5rem;
  }

  #video.const div div.vimeo-background {
    height: 100%;
  }

  #emmersive-worlds.const .line-wrapper {
    height: 110%;
  }

  #digital-technology.const .line-wrapper {
    height: 105%;
  }

  #emmersive-worlds.const .text-content {
    top: 20%;
  }

  #emmersive-worlds.const .text-content .text-box {
    gap: 35rem;
  }

  /* !========CONSTRUCTION END======== */

  /* !========COLLABORATION======== */

  .collab.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 70ch;
    right: 0%;
    top: 13%;
  }

  .collab.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .collab.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .collab.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .collab.section-1 .text-content .text-box {
    padding: 0;
  }

  .collab.section .text-content.top-header .text-box h1,
  .collab.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
  }

  .collab.section .item-list .card-text li,
  .collab.section .item-list .card-text a,
  .collab.section .card .card-text p,
  .collab.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  .collab.section-1 .text-content {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
  }

  .collab.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 30rem;
  }

  .collab.section-1 .mark-sequence {
    top: 55%;
    transform: translateY(-50%);
  }

  #revealing-value.collab .text-content .card {
    padding-top: 0;
  }

  #revealing-value.collab .text-content .card h2 {
    font-size: 10rem;
    line-height: 10rem;
  }

  #collaboration-banner.collab .text-content .text-box h1 {
    max-width: 14ch;
  }

  #collaboration-banner.collab .text-content .text-box p {
    max-width: 25ch;
  }

  #digital-technology.collab .text-content .text-box h1 {
    max-width: 13ch;
  }

  #revealing-value.collab .text-content .text-box h1 {
    max-width: 11ch;
  }

  #future-digital.collab .text-content .text-box h1 {
    max-width: 9ch;
  }

  #future-digital.collab .text-content {
    top: 50%;
  }

  #digital-technology.collab,
  #future-digital.collab,
  #revealing-value.collab {
    min-height: 1400px;
    margin-bottom: 5rem;
  }

  #digital-technology.collab .text-content .text-box {
    transform: translateY(40%);
  }

  #digital-technology.collab .card {
    transform: translateY(40%);
  }

  #digital-technology.collab .text-content {
    top: 40%;
  }

  #digital-technology.collab .line-wrapper,
  #revealing-value.collab .line-wrapper,
  #future-digital.collab .line-wrapper {
    height: 105%;
  }

  /* !========COLLABORATION END======== */
}

@media only screen and (min-width: 769px) and (max-width: 820px) and (orientation: portrait) {
  /* !========HOME======== */

  .home.section .text-content .card {
    background: #fff;
  }

  .home.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 70ch;
    right: 0%;
    top: 15%;
  }

  .home.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .home.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  #solutions-text-content h1,
  .home.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
    margin-top: 10rem;
  }

  #solutions-text-content p,
  .home div .mobile-retail a,
  .home div .mobile-construction a,
  .home div .mobile-experiences a,
  .home.section .item-list .card-text a,
  .home.section .card .card-text p,
  .home.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  #solutions-text-content {
    max-width: unset;
    padding-left: 6rem;
  }

  .home.section-1 .text-content.home-banner {
    top: 0;
    padding: 0;
    padding-top: 5rem;
    padding-left: 3rem;
  }

  #home1-banner {
    top: unset;
    bottom: 20%;
    padding: 0 7rem;
  }

  .home.section-1 .client-logos-slider.container {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: 100%;
    transform: translateY(7rem);
  }

  .home.section-1 span.slider-header {
    left: 6rem;
    bottom: 13%;
  }

  .home.section-1 .text-content.home-banner h1 {
    max-width: 12ch;
  }

  .home.section-8 .text-content .text-box p,
  .home.section-1 .text-content.home-banner p {
    max-width: 25ch;
  }

  .home.section-8 .text-content .text-box h1,
  .home.section-7 .text-content .text-box h1,
  .home.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .home.section-9 .text-content .text-box p,
  .home.section-7 .text-content .text-box p,
  .home.section-3 .text-content .text-box p {
    max-width: 28ch;
  }

  #solutions-text-content {
    padding-bottom: 5rem;
  }

  #solutions-text-content h1 {
    max-width: 10ch;
    padding-bottom: 3rem;
  }

  .home.section-1 .banner-line.banner-gradient {
    top: 10%;
    height: 78dvh;
  }

  .home.section-9 .text-content #text-1 h1 {
    max-width: 8.6ch;
  }

  .home.section-7 .text-content .text-box {
    transform: translateY(55%);
  }

  .home.section-7 .card {
    transform: translateY(65%);
  }

  .home.section-3 {
    min-height: 1200px;
    margin-bottom: 3rem;
  }

  .home.section-9 {
    min-height: 1500px;
    margin-bottom: 5rem;
  }

  .home.section-9 .line-wrapper {
    height: 104%;
  }

  .home.section-3 .line-wrapper {
    height: 119%;
  }

  .home.section-8 .text-content,
  .home.section-9 .text-content {
    top: 50%;
    transform: translateY(5%);
  }

  .home.section-8 .text-content .card,
  .home.section .text-content .card.item-list {
    border: none;
    padding: 0;
  }

  .home.section-7 .text-content .card .card-text.orange {
    border-color: orange;
  }

  .home.section-7,
  .home.section-8,
  .home.section-9 {
    min-height: 1800px;
    margin-bottom: 4rem;
  }

  .home.section-8 .line-wrapper,
  .home.section-7 .line-wrapper {
    height: calc(95% + 4rem);
  }

  .home.section-7 .text-content {
    top: 50%;
    transform: translateY(-30%);
  }

  .home.section-8 .text-content .card .card-text.blue {
    border-color: green;
  }

  .home.section-9 .text-content .card .card-text.blue {
    border-color: blue;
  }

  .home.section div.text-content a.card-btn {
    display: block;
    border-radius: 0.25rem;
    color: white;
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
    padding: 2rem 0;
    margin-top: 1rem;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .text-content .card {
    background: #fff;
  }

  .retail.section .mark-sequence {
    padding-left: 0rem;
    max-width: 65ch;
    right: 0%;
    top: 13%;
  }

  .retail.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .retail.section-3 .mark-sequence {
    top: 15%;
  }

  .retail.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .retail.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 3rem;
  }

  .retail.section-1 .text-content .text-box {
    padding: 0;
  }

  .retail.section .text-content.top-header .text-box h1,
  .retail.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
  }

  .retail.section-4 .text-content.top-header .text-box h1,
  .retail.section-5 .text-content.top-header .text-box h1 {
    display: block;
  }

  .retail.section .item-list .card-text li,
  .retail.section .item-list .card-text a,
  .retail.section .card .card-text p,
  .retail.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  .retail.section-1 .text-content.top-header {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 35rem;
  }

  .retail.section-1 .mark-sequence {
    top: 55%;
    transform: translateY(-50%);
  }

  .retail.section-1 .text-content.top-header .text-box h1,
  .retail.section-2 .text-content .text-box h1,
  .retail.section-5 .text-content.top-header .text-box h1,
  .retail.section-4 .text-content.top-header .text-box h1 {
    max-width: 9ch;
  }

  .retail.section-1 .text-content.top-header .text-box p {
    max-width: 25ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 13ch;
  }

  .retail.section-5 .text-content .text-box,
  .retail.section-4 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 30rem;
  }

  .retail.section-5 #retail5-banner,
  .retail.section-4 #retail4-banner {
    top: 45%;
    transform: translateY(-50%);
  }

  #digital-technology.retail .text-content {
    top: 60%;
  }

  .retail.section-4 .text-content,
  .retail.section-5 .text-content {
    top: 10%;
    gap: 5rem;
  }

  #digital-technology.retail,
  .retail.section-5,
  .retail.section-4 {
    min-height: 1500px;
    margin-bottom: 5rem;
  }

  .retail.section-5 .line-wrapper {
    height: 108%;
  }

  .retail.section-2 .line-wrapper {
    height: 109%;
  }

  /* !========RETAIL END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    padding-left: 0rem;
    max-width: 65ch;
    right: 0%;
    top: 40%;
  }

  .exp.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 30rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .exp-flying.section .text-content,
  .exp.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 6rem;
    position: absolute;
    top: 20%;
    display: flex;
    flex-flow: column nowrap;
    gap: 25rem;
  }

  .exp.section .text-content > h1,
  .exp-flying.section .text-content .text-box h1,
  .exp.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
  }

  .exp-flying.section .text-content .text-box h1 {
    line-height: 4.5rem;
  }

  .exp.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  #emmersive-worlds.exp,
  #revealing-value.exp,
  #experience-flying.exp {
    margin-bottom: -10rem;
  }

  #experience-cinema {
    min-height: unset;
    height: 500px;
  }

  #experience-cinema h1 {
    max-width: 13ch;
  }

  #emmersive-worlds h1 {
    max-width: 12ch;
  }

  #experience-banner .text-content.top-header {
    top: 8%;
  }

  #exp1-banner {
    top: 60%;
    transform: translateY(-50%);
    bottom: unset;
  }

  .exp-flying.section .mark-sequence{
    top: 50%;
  }

  .exp-flying.section-3 .text-content .text-box h1,
  .exp.section-3 .text-content .text-box h1,
  .exp.section-2 .text-content .text-box h1,
  .exp.section-1 .text-content.top-header > h1 {
    max-width: 15ch;
  }

  .exp.section-1 .text-content.top-header .text-box p {
    max-width: 20ch;
  }

  #revealing-value.exp .line-wrapper {
    height: 90%;
  }

  #experience-cinema .line-wrapper {
    height: 116%;
  }

  #video.exp div,
  #video.exp {
    height: 800px;
    margin-top: 5rem;
  }

  #video.exp div div.vimeo-background {
    height: 100%;
  }

  /* !========EXPERIENCES END======== */

  /* !========SUSTAINABILITY======== */

  .sust.section .text-content .card {
    background: #fff;
  }

  .sust.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 65ch;
    right: 0%;
    top: 13%;
  }

  .sust.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .sust.section-4 #sust4-banner {
    top: 50%;
    transform: translateY(-30%);
  }

  .sust.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .sust.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 4rem;
  }

  .sust.section-1 .text-content .text-box {
    padding: 0;
  }

  .sust.section-3 {
    margin-bottom: 8rem;
  }

  .sust.section .text-content.top-header .text-box h1,
  .sust.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
  }

  .sust.section-4 .text-content.top-header .text-box h1,
  .sust.section-5 .text-content.top-header .text-box h1 {
    display: block;
  }

  .sust.section .item-list .card-text li,
  .sust.section .item-list .card-text a,
  .sust.section .card .card-text p,
  .sust.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  .sust.section-1 .text-content {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
  }

  .sust.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 35rem;
  }

  .sust.section-1 .mark-sequence {
    top: 50%;
    transform: translateY(-50%);
  }

  .sust.section-1 .text-content .text-box h1 {
    max-width: 25rem;
  }

  .sust.section-1 .text-content .text-box p {
    max-width: 30ch;
  }

  .sust.section-2 .text-content .text-box p {
    max-width: 45rem;
  }

  .sust.section-2 .text-content .text-box h1 {
    max-width: 28rem;
  }

  .sust.section-3 .text-content .text-box h1 {
    max-width: 20rem;
  }

  .sust.section-3 .text-content .text-box p {
    max-width: 45rem;
  }

  .sust.section-4 .text-content .text-box h1,
  .sust.section-5 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .sust.section-4 .text-content {
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 2rem 3rem;
  }

  .sust.section-3 .text-content .text-box {
    transform: translateY(30%);
  }

  .sust.section-3 .card {
    transform: translateY(50%);
  }

  .sust.section-4 .text-content .text-box {
    padding-bottom: 0;
  }

  #revealing-value.sust .text-content {
    transform: translateY(-20%);
  }

  #collaboration.sust .line-wrapper {
    height: 120%;
  }

  .sust.section-5,
  .sust.section-4 {
    min-height: 1550px;
    margin-bottom: 0;
  }

  .sust.section-2,
  .sust.section-3 {
    min-height: 1350px;
    margin-bottom: 0;
  }

  /* !========SUSTAINABILITY END======== */

  /* !========CONSTRUCTION======== */

  .const.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 65ch;
    right: 0%;
    top: 13%;
  }

  .const.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .const.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .const.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .const.section-1 .text-content .text-box {
    padding: 0;
  }

  .const.section .text-content.top-header .text-box h1,
  .const.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
  }

  .const.section .item-list .card-text li,
  .const.section .item-list .card-text a,
  .const.section .card .card-text p,
  .const.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  .const.section-1 .text-content.top-header {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 30rem;
  }

  .const.section-1 .mark-sequence {
    top: 55%;
    transform: translateY(-50%);
  }

  #revealing-value.const.section .text-content .card {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
  }

  #revealing-value.const.section .text-content .card .card-text {
    padding-top: 0;
  }

  #revealing-value.const .text-content #text-2.text-box {
    padding-bottom: 18rem;
  }

  #revealing-value.const .text-content .card h2 {
    font-size: 8rem;
    line-height: 8rem;
  }

  #emmersive-worlds.const .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 25rem;
  }

  #emmersive-worlds.const #const5-banner {
    top: 25%;
  }

  #construction-banner .text-content .text-box p {
    max-width: 20ch;
  }

  #construction-banner .text-content .text-box h1 {
    max-width: 8ch;
  }

  #emmersive-worlds.const .text-content .text-box h1,
  #revealing-value.const .text-content .text-box h1,
  #revealing-value.const .text-content .text-box h1,
  #digital-technology.const .text-content .text-box h1 {
    max-width: 9ch;
  }

  #future-digital.const .text-content .text-box h1 {
    max-width: 10ch;
  }

  #future-digital.const .text-content .text-box {
    top: 50%;
    transform: translateY(35%);
  }

  #future-digital.const .card {
    top: 50%;
    transform: translateY(35%);
  }

  #digital-technology.const {
    min-height: 1300px;
    margin-bottom: 5rem;
  }

  #future-digital.const {
    min-height: 1500px;
    margin-bottom: 5rem;
  }

  #revealing-value.const {
    min-height: 1400px;
    margin-bottom: 4rem;
  }

  #emmersive-worlds.const {
    min-height: 1500px;
    margin-bottom: 5rem;
  }

  #future-digital.const .text-content {
    top: 40%;
  }

  #video.const div,
  #video.const {
    height: 800px;
    margin-top: 5rem;
  }

  #video.const div div.vimeo-background {
    height: 100%;
  }

  #emmersive-worlds.const .line-wrapper {
    height: 110%;
  }

  #digital-technology.const .line-wrapper {
    height: 105%;
  }

  #emmersive-worlds.const .text-content {
    top: 15%;
  }

  #emmersive-worlds.const .text-content .text-box {
    gap: 35rem;
  }

  /* !========CONSTRUCTION END======== */

  /* !========COLLABORATION======== */

  .collab.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 65ch;
    right: 0%;
    top: 13%;
  }

  .collab.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .collab.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .collab.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .collab.section-1 .text-content .text-box {
    padding: 0;
  }

  .collab.section .text-content.top-header .text-box h1,
  .collab.section .text-content .text-box h1 {
    font-size: 4rem;
    line-height: 4rem;
    max-width: unset;
  }

  .collab.section .item-list .card-text li,
  .collab.section .item-list .card-text a,
  .collab.section .card .card-text p,
  .collab.section .text-content .text-box p {
    font-size: 2rem;
    line-height: 2rem;
    max-width: unset;
  }

  .collab.section-1 .text-content {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
  }

  .collab.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 30rem;
  }

  .collab.section-1 .mark-sequence {
    top: 55%;
    transform: translateY(-50%);
  }

  #revealing-value.collab .text-content .card {
    padding-top: 0;
  }

  #revealing-value.collab .text-content .card h2 {
    font-size: 10rem;
    line-height: 10rem;
  }

  #collaboration-banner.collab .text-content .text-box h1 {
    max-width: 14ch;
  }

  #collaboration-banner.collab .text-content .text-box p {
    max-width: 25ch;
  }

  #digital-technology.collab .text-content .text-box h1 {
    max-width: 13ch;
  }

  #digital-technology.collab {
    min-height: 1450px;
    margin-bottom: 5rem;
  }

  #future-digital.collab,
  #revealing-value.collab {
    min-height: 1300px;
    margin-bottom: 5rem;
  }

  #digital-technology.collab .text-content .text-box {
    top: 50%;
    transform: translateY(30%);
  }

  #digital-technology.collab .text-content .card {
    transform: translateY(30%);
  }

  #digital-technology.collab .text-content {
    top: 40%;
  }

  #revealing-value.collab .text-content .text-box h1 {
    max-width: 11ch;
  }

  #future-digital.collab .text-content .text-box h1 {
    max-width: 9ch;
  }

  #digital-technology.collab .line-wrapper,
  #revealing-value.collab .line-wrapper,
  #future-digital.collab .line-wrapper {
    height: 105%;
  }

  /* !========COLLABORATION END======== */
}

@media only screen and (min-width: 500px) and (max-width: 768px) and (orientation: portrait) {
  #slide h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }

  #slider_recommendation .splide__arrows {
    bottom: 5rem;
  }

  #slider_recommendation .splide__pagination {
    bottom: 5rem;
  }

  /* !========HOME======== */

  .home.section .text-content .card {
    background: #fff;
  }

  .home.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 65ch;
    right: 0%;
    top: 15%;
  }

  .home.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .home.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 4rem;
  }

  #solutions-text-content h1,
  .home.section .text-content .text-box h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: unset;
  }

  #solutions-text-content p,
  .home div .mobile-retail a,
  .home div .mobile-construction a,
  .home div .mobile-experiences a,
  .home.section .item-list .card-text a,
  .home.section .card .card-text p,
  .home.section .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  #solutions-text-content {
    max-width: unset;
    padding-left: 6rem;
    margin-top: 5rem;
  }

  .home.section-1 .text-content.home-banner {
    top: 0;
    padding: 0;
    padding-top: 5rem;
    padding-left: 3rem;
  }

  #home1-banner {
    top: unset;
    bottom: 25%;
    padding: 0 8rem;
  }

  .home.section-1 .slider-header {
    left: 6rem;
    bottom: 10rem;
  }

  .home.section-1 .client-logos-slider.container {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    transform: translateY(7rem);
  }

  .home.section-1 .text-content.home-banner h1 {
    max-width: 12ch;
  }

  .home.section-8 .text-content .text-box p,
  .home.section-1 .text-content.home-banner p {
    max-width: 30ch;
  }

  .home.section-8 .text-content .text-box h1,
  .home.section-7 .text-content .text-box h1,
  .home.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .home.section-9 .text-content .text-box p,
  .home.section-7 .text-content .text-box p,
  .home.section-3 .text-content .text-box p {
    max-width: 33ch;
  }

  #solutions-text-content {
    padding-bottom: 5rem;
  }

  #solutions-text-content h1 {
    max-width: 10ch;
    padding-bottom: 3rem;
  }

  .home.section-1 .banner-line.banner-gradient {
    top: 10%;
    height: 76dvh;
  }

  .section.section-3 div.text-content .card.orange {
    margin-bottom: 2.5rem;
  }

  .home.section-9 .text-content #text-1 h1 {
    max-width: 8.4ch;
  }

  .home.section-7 .card {
    transform: translateY(5%);
  }

  .home.section-9 {
    margin-bottom: 5rem;
  }

  .home.section-9 .line-wrapper {
    height: 105%;
  }

  .home.section-3 .line-wrapper {
    height: 115%;
  }

  .home.section-8 .text-content,
  .home.section-9 .text-content {
    top: 50%;
    transform: translateY(5%);
  }

  .home.section-8 .text-content .card,
  .home.section .text-content .card.item-list {
    border: none;
    padding: 0;
  }

  .home.section-7 .text-content .card .card-text.orange {
    border-color: orange;
  }

  .home.section-7,
  .home.section-8,
  .home.section-9 {
    min-height: 1520px;
  }

  .home.section-7 {
    margin-bottom: 3rem;
  }

  .home.section-8 .line-wrapper,
  .home.section-7 .line-wrapper {
    height: calc(95% + 4rem);
  }

  .home.section-7 .text-content {
    top: 70%;
    transform: translateY(-30%);
  }

  .home.section-8 .text-content .card .card-text.blue {
    border-color: green;
  }

  .home.section-9 .text-content .card .card-text.blue {
    border-color: blue;
  }

  .home.section div.text-content a.card-btn {
    display: block;
    border-radius: 0.25rem;
    color: white;
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
    padding: 2rem 0;
    margin-top: 1rem;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .text-content .card {
    background: #fff;
  }

  .retail.section .mark-sequence {
    padding-left: 0rem;
    max-width: 60ch;
    right: 0%;
    top: 13%;
  }

  .retail.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .retail.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .retail.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 3rem;
  }

  .retail.section-1 .text-content .text-box {
    padding: 0;
  }

  .retail.section .text-content.top-header h1,
  .retail.section .text-content.top-header .text-box h1,
  .retail.section .text-content .text-box h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  .retail.section-4 .text-content.top-header .text-box h1,
  .retail.section-5 .text-content.top-header .text-box h1 {
    display: block;
  }

  .retail.section .item-list .card-text li,
  .retail.section .item-list .card-text a,
  .retail.section .card .card-text p,
  .retail.section .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  .retail.section-1 .text-content.top-header {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 25rem;
  }

  .retail.section-1 .mark-sequence {
    top: 60%;
    transform: translateY(-50%);
  }

  .retail.section-1 .text-content.top-header h1,
  .retail.section-2 .text-content .text-box h1,
  .retail.section-5 .text-content.top-header .text-box h1,
  .retail.section-4 .text-content.top-header .text-box h1 {
    max-width: 9ch;
  }

  .retail.section-1 .text-content.top-header .text-box p {
    max-width: 25ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 13ch;
  }

  #digital-technology.retail .text-content {
    top: 60%;
  }

  .retail.section-5 .text-content .text-box,
  .retail.section-4 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 30rem;
  }

  .retail.section-4 .text-content,
  .retail.section-5 .text-content {
    top: 10%;
    gap: 30rem;
  }

  .retail.section-5 #retail5-banner {
    top: 45%;
    transform: translateY(-50%);
  }

  .retail.section-4 #retail4-banner {
    top: 30%;
  }

  .retail.section-5,
  .retail.section-4 {
    margin-bottom: 10rem;
  }

  .retail.section-5 .line-wrapper {
    height: 108%;
  }

  .retail.section-2 .line-wrapper {
    height: 109%;
  }

  /* !========RETAIL END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    padding-left: 0rem;
    max-width: 60ch;
    right: 0%;
    top: 35%;
  }

  .exp-flying.section .mark-sequence{
    top: 45%;
  }

  .exp.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .exp-flying.section .text-content,
  .exp.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 6rem;
    position: absolute;
    top: 20%;
    display: flex;
    flex-flow: column nowrap;
    gap: 25rem;
  }

  .exp.section .text-content > h1,
  .exp-flying.section .text-content .text-box h1,
  .exp.section .text-content .text-box h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  .exp-flying.section .text-content .text-box h1 {
    line-height: 3.5rem;
  }

  .exp.section .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  #emmersive-worlds.exp,
  #revealing-value.exp,
  #experience-flying.exp {
    margin-bottom: -15rem;
  }

  #experience-cinema {
    min-height: unset;
    height: 400px;
  }

  #experience-cinema h1 {
    max-width: 13ch;
  }

  #experience-banner .text-content.top-header {
    top: 5%;
  }

  #exp1-banner {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
  }

  .exp-flying.section-3 .text-content .text-box h1,
  .exp.section-3 .text-content .text-box h1,
  .exp.section-2 .text-content .text-box h1,
  .exp.section-1 .text-content.top-header > h1 {
    max-width: 20ch;
  }

  .exp.section-1 .text-content.top-header .text-box p {
    max-width: 20ch;
  }

  #revealing-value.exp .line-wrapper {
    height: 80%;
  }

  #experience-cinema .line-wrapper {
    height: 120%;
  }

  #video.exp div,
  #video.exp {
    height: 800px;
    margin-top: 5rem;
  }

  #video.exp div div.vimeo-background {
    height: 100%;
  }

  #emmersive-worlds .text-content .text-box #image-sequence,
  #experience-cinema .text-content .text-box #image-sequence,
  #experience-flying .text-content .text-box #image-sequence {
    width: 15ch;
  }

  #emmersive-worlds .text-content .text-box #image-sequence {
    margin-left: -3rem;
  }

  /* !========EXPERIENCES END======== */

  /* !========SUSTAINABILITY======== */

  .sust.section .text-content .card {
    background: #fff;
  }

  .sust.section .mark-sequence {
    padding-left: 0rem;
    max-width: 60ch;
    right: 0%;
    top: 13%;
  }

  .sust.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .sust.section-4 #sust4-banner {
    top: 50%;
    transform: translateY(-30%);
  }

  .sust.section-3 {
    margin-bottom: 8rem;
  }

  .sust.section-4 {
    margin-bottom: 5rem;
  }

  .sust.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
  }

  .sust.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 4rem;
  }

  .sust.section-1 .text-content .text-box {
    padding: 0;
  }

  .sust.section .text-content.top-header .text-box h1,
  .sust.section .text-content .text-box h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  .sust.section .item-list .card-text li,
  .sust.section .item-list .card-text a,
  .sust.section .card .card-text p,
  .sust.section .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  .sust.section-1 .text-content {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
  }

  .sust.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 25rem;
    max-width: 55ch;
  }

  .sust.section-1 .mark-sequence {
    top: 55%;
    transform: translateY(-50%);
  }

  .sust.section-3 .text-content .text-box h1,
  .sust.section-1 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .sust.section-1 .text-content .text-box p {
    max-width: 30ch;
  }

  .sust.section-4 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .sust.section-2 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .sust.section-4 .text-content {
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 3rem 3rem;
  }

  .sust.section-3 .text-content .text-box {
    transform: translateY(50%);
  }

  .sust.section-3 .card {
    transform: translateY(50%);
  }

  .sust.section-4 .text-content .text-box {
    padding-bottom: 0;
  }

  #revealing-value.sust .text-content {
    transform: translateY(-35%);
  }

  #collaboration.sust .line-wrapper {
    height: 120%;
  }

  .sust.section-5,
  .sust.section-4 {
    min-height: 1250px;
    margin-bottom: 0;
  }

  .sust.section-2,
  .sust.section-3 {
    min-height: 1150px;
    margin-bottom: 0;
  }

  /* !========SUSTAINABILITY END======== */

  /* !========CONSTRUCTION======== */

  .const.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 60ch;
    right: 0%;
    top: 13%;
  }

  .const.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .const.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .const.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .const.section-1 .text-content .text-box {
    padding: 0;
  }

  .const.section .text-content.top-header h1,
  .const.section .text-content.top-header .text-box h1,
  .const.section .text-content .text-box h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  .const.section-4 .text-content.top-header .text-box h1,
  .const.section-5 .text-content.top-header .text-box h1 {
    display: block;
  }

  .const.section .item-list .card-text li,
  .const.section .item-list .card-text a,
  .const.section .card .card-text p,
  .const.section .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  .const.section-1 .text-content.top-header {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 25rem;
  }

  .const.section-1 .mark-sequence {
    top: 55%;
    transform: translateY(-50%);
  }

  #revealing-value.const.section .text-content .card {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
  }

  #revealing-value.const.section .text-content .card .card-text {
    padding-top: 0;
  }

  #revealing-value.const .text-content #text-2.text-box {
    padding-bottom: 18rem;
  }

  #revealing-value.const .text-content .card h2 {
    font-size: 8rem;
    line-height: 8rem;
  }

  #emmersive-worlds.const .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 15rem;
  }

  #emmersive-worlds.const #const5-banner {
    top: 25%;
  }

  #emmersive-worlds.const .text-content .text-box p {
    transform: translateY(70%);
  }

  #construction-banner .text-content .text-box p {
    max-width: 20ch;
  }

  #construction-banner .text-content h1 {
    max-width: 8ch;
  }

  #emmersive-worlds.const .text-content .text-box h1,
  #revealing-value.const .text-content .text-box h1,
  #revealing-value.const .text-content .text-box h1,
  #digital-technology.const .text-content .text-box h1 {
    max-width: 9ch;
  }

  #future-digital.const .text-content .text-box h1 {
    max-width: 10ch;
  }

  #future-digital.const .text-content .text-box {
    top: 50%;
    transform: translateY(40%);
  }

  #future-digital.const .card {
    top: 50%;
    transform: translateY(35%);
  }

  #digital-technology.const {
    min-height: 1000px;
    margin-bottom: 5rem;
  }

  #future-digital.const {
    min-height: 1250px;
  }

  #revealing-value.const {
    min-height: 1200px;
  }

  #emmersive-worlds.const {
    min-height: 1210px;
  }

  #future-digital.const .text-content {
    top: 45%;
  }

  #video.const div,
  #video.const {
    height: 800px;
    margin-top: 5rem;
  }

  #video.const div div.vimeo-background {
    height: 100%;
  }

  #emmersive-worlds.const .line-wrapper {
    height: 110%;
  }

  #digital-technology.const .line-wrapper {
    height: 110%;
  }

  #emmersive-worlds.const .text-content {
    top: 20%;
  }

  #emmersive-worlds.const .text-content .text-box {
    gap: 25rem;
  }

  /* !========CONSTRUCTION END======== */

  /* !========COLLABORATION======== */

  .collab.section:not(.section-1) .mark-sequence {
    padding-left: 0rem;
    max-width: 60ch;
    right: 0%;
    top: 13%;
  }

  .collab.section-1 .mark-sequence {
    height: 100%;
    width: 105%;
    max-width: unset;
    justify-content: center;
    align-items: center;
    padding-top: 25rem;
    top: unset;
    bottom: 10%;
    padding: 0 8rem;
  }

  .collab.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .collab.section .text-content .text-box {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
  }

  .collab.section-1 .text-content .text-box {
    padding: 0;
  }

  .collab.section .text-content.top-header .text-box h1,
  .collab.section .text-content .text-box h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: unset;
  }

  .collab.section .item-list .card-text li,
  .collab.section .item-list .card-text a,
  .collab.section .card .card-text p,
  .collab.section .text-content .text-box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  .collab.section-1 .text-content {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 6rem;
  }

  .collab.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 25rem;
  }

  .collab.section-1 .mark-sequence {
    top: 55%;
    transform: translateY(-50%);
  }

  #revealing-value.collab .text-content .card {
    padding-top: 0;
  }

  #revealing-value.collab .text-content .card h2 {
    font-size: 10rem;
    line-height: 10rem;
  }

  #collaboration-banner.collab .text-content .text-box h1 {
    max-width: 14ch;
  }

  #collaboration-banner.collab .text-content .text-box p {
    max-width: 25ch;
  }

  #digital-technology.collab .text-content .text-box h1 {
    max-width: 13ch;
  }

  #digital-technology.collab .text-content .text-box {
    top: 50%;
    transform: translateY(10%);
  }

  #digital-technology.collab {
    min-height: 1450px;
    margin-bottom: 5rem;
  }

  #future-digital.collab {
    min-height: 1100px;
    margin-bottom: 5rem;
  }

  #revealing-value.collab {
    min-height: 1300px;
    margin-bottom: 0;
  }

  #digital-technology.collab .text-content {
    top: 50%;
  }

  #revealing-value.collab .text-content .text-box h1 {
    max-width: 11ch;
  }

  #future-digital.collab .text-content .text-box h1 {
    max-width: 9ch;
  }

  #future-digital.collab .line-wrapper {
    height: 105%;
  }

  /* !========COLLABORATION END======== */
}

/* MOBILE LANDSCAPE */

@media screen and (max-width: 1000px) and (max-height: 500px) and (orientation: landscape) {
  /* GLOBAL */

  .section:not(.section-1),
  .section-10 {
    min-height: 720px;
    height: unset;
  }

  .vimeo-section {
    min-height: unset;
    width: 100dvw;
    height: 480px;
  }

  .vimeo-background {
    height: unset;
    height: 100dvw;
  }

  /* GLOBAL */

  .story-banner {
    background-attachment: scroll;
  }

  /* section.section:not(.section-1):not(.vimeo-section) {
    height: 200dvh;
  } */

  /* 
  section.section-10 {
    height: 200dvh;
  } */

  section.section-10 div.container {
    margin: 0;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }

  #img-container div {
    height: 300px;
  }

  #slide {
    display: flex;
    justify-content: center;
  }

  #slider_recommendation .splide__arrows {
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }

  #slider_recommendation .splide__arrows .splide__arrow--prev {
    width: 5rem;
  }

  #slider_recommendation .splide__arrows .splide__arrow--next {
    width: 5rem;
  }

  #slider-gradient-button {
    font-size: 2rem;
    line-height: 2rem;
  }

  #slide {
    padding: 0;
  }

  #slide h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #slider_recommendation .splide__pagination {
    bottom: 18%;
    left: 50%;
    transform: translate(-50%, 50%);
  }

  .gradient-banner {
    height: 40dvh;
    margin-top: 89px;
  }

  .gradient-banner .text-content h1 {
    font-size: 4rem;
  }

  .section div.mark-sequence {
    height: auto;
    max-width: unset;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-left: 9rem;
  }

  img,
  video {
    height: 100%;
    width: 100%;
  }

  .section div.text-content .card {
    background-color: #fff;
  }

  .section div.text-content .card-text {
    border-width: 1px;
    border-radius: 5px;
    border-color: transparent;
    padding: 2rem;
  }

  .client-logos-slider {
    width: 100%;
    margin: 0 3.25rem;
  }

  .section div.text-content .card .card-text.blue {
    border-color: rgb(8 154 235);
  }

  .section div.text-content .card .card-text.orange {
    border-color: rgb(255 130 43);
  }

  .section div.text-content .card .card-text.green {
    border-color: #138d3f;
  }

  .section div.text-content .card.blue,
  .section div.text-content .card.orange,
  .section div.text-content .card.green {
    border-color: transparent;
  }

  .section div.mark-video-wrapper,
  .section div.mark-sequence {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 50%;
    padding-left: 9rem;
  }

  .section div.mark-video {
    width: 100%;
    max-width: 50%;
    z-index: 0;
  }

  .section div.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    height: 100%;
    padding-left: 6.5rem;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
  }

  .sust.section-4 .text-content {
    gap: 1rem;
  }

  .sust.section-4 .text-content #text-1 {
    padding-top: 2rem;
  }

  .sust.section:not(.section-1) {
    margin-bottom: 5rem;
  }

  .sust.section-4 .line-wrapper{
    height: 130%;
  }

  .section div.text-content .text-box {
    position: unset;
    bottom: unset;
    left: unset;
    max-width: 60%;
  }

  .section div.text-content.home-banner {
    height: 70dvh;
    justify-content: flex-end;
  }

  .section div.text-content .card {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }

  .section div.text-content .card.with-btn {
    bottom: 0;
  }

  .section div.text-content a.card-btn {
    font-size: 1.875rem;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    color: white;
    margin-top: 0.75rem;
    padding: 0.75rem 2.4rem;
    width: 100%;
    text-align: center;
  }

  .section div.text-content h1 {
    font-size: 2.2rem;
    line-height: 0.9;
  }

  .section .text-content p,
  .section .text-content li,
  .section .text-content a {
    font-size: 1.25rem;
    line-height: 1;
  }

  .home.section-6 .line-wrapper .line-2 {
    top: 5rem;
    width: 2px;
  }

  .section-10 .line-wrapper,
  .home.section-6 .line-wrapper,
  .section .line-wrapper {
    left: 3rem;
    width: 2px;
  }

  .section .banner-line,
  .section .line,
  .section .line-2 {
    width: 2px;
  }

  .section-10 .mobile-result-3-gradient,
  .section .line-2 {
    top: 8rem;
  }

  #solutions-icon {
    top: 2rem;
    left: 1.6rem;
  }

  #results-icon,
  .section .line-icon {
    top: 5rem;
    left: 1.6rem;
  }

  #mb-home,
  #mb-solution,
  #mb-stories,
  #mb-about {
    font-size: 1.2rem;
  }

  #mb-stories,
  #mb-about {
    padding-bottom: 0;
    padding-top: 0;
  }

  #mb-menu {
    font-size: 0.95rem;
  }

  #mb-menu li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media screen and (min-width: 845px) and (max-width: 1000px) and (max-height: 500px) and (orientation: landscape) {
  /* !========HOME======== */

  .home.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 9rem;
  }

  .home.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
  }

  #solutions-text-content h1,
  .home.section .text-content .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: unset;
  }

  #solutions-text-content p,
  .home div .mobile-retail a,
  .home div .mobile-construction a,
  .home div .mobile-experiences a,
  .home.section .item-list .card-text a,
  .home.section .card .card-text p,
  .home.section .card .card-btn,
  .home.section .text-content .text-box p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
  }

  .home .mobile-retail,
  .home .mobile-construction,
  .home .mobile-experiences {
    font-size: 0;
    line-height: 0;
  }

  .home.section .card.item-list li {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
    margin: 0;
  }

  .home.section .text-content .card.item-list .card-text {
    padding: 1rem;
  }

  .home.section-1 .text-content.home-banner h1 {
    max-width: 12ch;
  }

  .home.section-8 .text-content .text-box p,
  .home.section-1 .text-content.home-banner p {
    max-width: 25ch;
  }

  .home.section-9 .text-content .text-box h1,
  .home.section-8 .text-content .text-box h1,
  .home.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .home.section-9 .text-content .text-box p,
  .home.section-7 .text-content .text-box p,
  .home.section-3 .text-content .text-box p {
    max-width: 28ch;
  }

  .home.section-7 .text-content .text-box h1 {
    max-width: 7.5ch;
  }

  .home.section-9 .text-content .text-box h1 {
    max-width: 8.5ch;
  }

  .home.section-6 {
    padding-top: 5rem;
  }

  #solutions-text-content {
    padding-bottom: 2rem;
    padding-left: 6.5rem;
    max-width: unset;
  }

  #solutions-text-content h1 {
    max-width: 10ch;
    padding-bottom: 1rem;
  }

  .home.section-1 .client-logos-slider {
    position: absolute;
    bottom: -50%;
  }

  .home.section-1 span.slider-header {
    left: 6.5rem;
  }

  .home.section-1 #home1-banner {
    top: 60%;
  }

  .home.section-1 .banner-line.banner-gradient {
    height: 75vh;
  }

  .home.section-3 .mobile-builders-gradient {
    max-width: 0;
  }

  .home.section-3 .mobile-builders1-gradient {
    top: 8rem;
    max-height: 83%;
  }

  .home.section-7 .collaboratio-mobile-btn {
    z-index: 999;
  }

  .home.section-7 {
    margin-bottom: 5rem;
  }

  .home.section-9 .team-mobile-btn {
    z-index: 999;
  }

  .home.section-9 {
    margin-bottom: 5rem;
  }

  .home.section-7 .line-wrapper {
    height: -10%;
  }

  .home.section-8 .line-wrapper {
    height: 90%;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 9rem;
  }

  .retail.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
  }

  .retail.section-1 #retail1-banner,
  .retail.section-1 .text-content.top-header {
    top: 60%;
  }

  .retail.section .text-content.top-header .text-box h1,
  .retail.section .text-content .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: unset;
  }

  .retail.section .item-list .card-text li,
  .retail.section .item-list .card-text a,
  .retail.section .card .card-text p,
  .retail.section .text-content .text-box p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
  }

  .retail.section-1 .text-content.top-header .text-box h1,
  .retail.section-2 .text-content .text-box h1,
  .retail.section-4 .text-content.top-header .text-box h1,
  .retail.section-5 .text-content.top-header .text-box h1 {
    max-width: 9ch;
  }

  .retail.section-5 .text-content .text-box p,
  .retail.section-4 .text-content .text-box p,
  .retail.section-3 .text-content .text-box p,
  .retail.section-2 .text-content .text-box p,
  .retail.section-1 .text-content.top-header .text-box p {
    max-width: 25ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .retail.section-5 .text-content.top-header .text-box h1 {
    max-width: 8ch;
  }

  .retail.section-1 .banner-line.retail-1-gradient {
    top: 5rem;
  }

  /* !========RETAIL END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 9rem;
  }

  .exp.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-55%);
    width: 100%;
  }

  #experience-banner.exp #exp1-banner,
  #experience-banner.exp .text-content.top-header {
    top: 60%;
  }

  .exp.section .text-content.top-header .text-box h1,
  .exp.section .text-content .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: unset;
  }

  .exp.section .item-list .card-text li,
  .exp.section .item-list .card-text a,
  .exp.section .card .card-text p,
  .exp.section .text-content .text-box p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
  }

  #experience-banner.exp .text-content.top-header .text-box h1,
  #revealing-value.exp .text-content .text-box h1,
  #emmersive-worlds.exp .text-content.top-header .text-box h1,
  #experience-flying.exp .text-content.top-header .text-box h1,
  #experience-cinema.exp .text-content.top-header .text-box h1 {
    max-width: 18ch;
  }

  #experience-flying .text-content .text-box h1 {
    line-height: 3rem;
  }

  #experience-banner.exp .text-content .text-box p,
  #revealing-value.exp .text-content .text-box p,
  #emmersive-worlds.exp .text-content .text-box p,
  #experience-flying.exp .text-content .text-box p,
  #experience-cinema.exp .text-content .text-box p {
    max-width: 20ch;
  }

  #video.exp {
    margin-bottom: -25rem;
  }

  /* !========EXPERIENCES END======== */

  /* !========CONSTRUCTION======== */

  .const.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 9rem;
  }

  .const.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-55%);
    width: 100%;
  }

  #construction-banner.const #const1-banner,
  #construction-banner.const .text-content.top-header {
    top: 60%;
  }

  .const.section .text-content.top-header .text-box h1,
  .const.section .text-content .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: unset;
  }

  #video.const {
    margin-bottom: -30rem;
  }

  .const.section .item-list .card-text li,
  .const.section .item-list .card-text a,
  .const.section .card .card-text p,
  .const.section .text-content .text-box p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
  }

  #construction-banner.const .text-content.top-header .text-box h1,
  #digital-technology.const .text-content .text-box h1,
  #future-digital.const .text-content.top-header .text-box h1,
  #revealing-value.const .text-content.top-header .text-box h1,
  #emmersive-worlds.const .text-content.top-header .text-box h1 {
    max-width: 9ch;
  }

  #construction-banner.const .text-content .text-box p,
  #digital-technology.const .text-content .text-box p,
  #future-digital.const .text-content .text-box p,
  #revealing-value.const .text-content .text-box p,
  #emmersive-worlds.const .text-content .text-box p {
    max-width: 25ch;
  }

  #construction-banner.const .banner-line.const-1-gradient {
    top: 5rem;
  }

  /* !========CONSTRUCTION END======== */

  /* !========COLLABORATION======== */

  /* !========COLLABORATION======== */

  .collab.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 9rem;
  }

  .collab.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-55%);
    width: 100%;
  }

  #collaboration-banner.collab #collab1-banner,
  #collaboration-banner.collab .text-content {
    top: 60%;
  }

  .collab.section .text-content.top-header .text-box h1,
  .collab.section .text-content .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: unset;
  }

  #video.collab {
    margin-bottom: -30rem;
  }

  .collab.section .item-list .card-text li,
  .collab.section .item-list .card-text a,
  .collab.section .card .card-text p,
  .collab.section .text-content .text-box p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
  }

  #collaboration-banner.collab .text-content .text-box h1,
  #digital-technology.collab .text-content .text-box h1,
  #future-digital.collab .text-content.top-header .text-box h1,
  #revealing-value.collab .text-content.top-header .text-box h1 {
    max-width: 9ch;
  }

  #collaboration-banner.collab .text-content .text-box p,
  #digital-technology.collab .text-content .text-box p,
  #future-digital.collab .text-content .text-box p,
  #revealing-value.collab .text-content .text-box p {
    max-width: 25ch;
  }

  #collaboration-banner.collab .banner-line.collab-1-gradient {
    top: 5rem;
  }

  /* !========COLLABORATION END======== */

  /* !========COLLABORATION END======== */

  /* !========SUSTAINABILITY======== */

  /* !========SUSTAINABILITY END======== */
}

@media screen and (min-width: 569px) and (max-width: 844px) and (max-height: 500px) and (orientation: landscape) {
  /* section.section-10 {
    height: 240dvh;
  } */

  /* * !========HOME======== */

  .home.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 9rem;
  }

  .home.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
  }

  #solutions-text-content h1,
  .home.section .text-content .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: unset;
  }

  #solutions-text-content p,
  .home div .mobile-retail a,
  .home div .mobile-construction a,
  .home div .mobile-experiences a,
  .home.section .item-list .card-text a,
  .home.section .card .card-text p,
  .home.section .card .card-btn,
  .home.section .text-content .text-box p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
  }

  .home .mobile-retail,
  .home .mobile-construction,
  .home .mobile-experiences {
    font-size: 0;
    line-height: 0;
  }

  .home.section .card.item-list li {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
    margin: 0;
  }

  .home.section .text-content .card.item-list .card-text {
    padding: 1rem;
  }

  .home.section-1 .text-content.home-banner h1 {
    max-width: 12ch;
  }

  .home.section-8 .text-content .text-box p,
  .home.section-1 .text-content.home-banner p {
    max-width: 25ch;
  }

  .home.section-9 .text-content .text-box h1,
  .home.section-8 .text-content .text-box h1,
  .home.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .home.section-9 .text-content .text-box p,
  .home.section-7 .text-content .text-box p,
  .home.section-3 .text-content .text-box p {
    max-width: 28ch;
  }

  .home.section-7 .text-content .text-box h1 {
    max-width: 7.5ch;
  }

  .home.section-9 .text-content .text-box h1 {
    max-width: 8.5ch;
  }

  .home.section-6 {
    padding-top: 10rem;
    margin-top: 3.5rem;
  }

  #solutions-text-content {
    padding-bottom: 2rem;
    padding-left: 6.5rem;
    max-width: unset;
  }

  #solutions-text-content h1 {
    max-width: 10ch;
    padding-bottom: 1rem;
  }

  .home.section-1 .client-logos-slider {
    position: absolute;
    bottom: -50%;
    max-width: unset;
    margin: 0;
    padding: 0 3rem;
  }

  .home.section-1 span.slider-header {
    left: 6.5rem;
  }

  .home.section-1 #home1-banner {
    top: 60%;
  }

  .home.section-1 .banner-line.banner-gradient {
    height: 75vh;
  }

  .home.section-3 .mobile-builders-gradient {
    max-width: 0;
  }

  .home.section-3 .mobile-builders1-gradient {
    top: 8rem;
    max-height: 83%;
  }

  .home.section-7 .text-content .card {
    top: 70%;
  }

  .home.section-7 .collaboratio-mobile-btn {
    z-index: 999;
  }

  .home.section-7 {
    margin-bottom: 5rem;
  }

  .home.section-7 .line-wrapper {
    height: 120%;
  }

  .home.section-8 {
    margin-bottom: 3rem;
  }

  .home.section-9 {
    margin-bottom: 8rem;
  }

  .home.section-8 .line-wrapper {
    height: 115%;
  }

  .home.section-9 .line-wrapper {
    height: 140%;
  }

  .home.section-9 .team-mobile-btn {
    z-index: 999;
  }

  /* .home.section-7,
  .home.section-8,
  .home.section-9 {
    height: 230dvh;
  } */

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 9rem;
  }

  .retail.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
  }

  .retail.section-1 #retail1-banner,
  .retail.section-1 .text-content.top-header {
    top: 60%;
  }

  .retail.section .text-content.top-header .text-box h1,
  .retail.section .text-content .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: unset;
  }

  .retail.section .item-list .card-text li,
  .retail.section .item-list .card-text a,
  .retail.section .card .card-text p,
  .retail.section .text-content .text-box p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
  }

  .retail.section-1 .text-content.top-header .text-box h1,
  .retail.section-2 .text-content .text-box h1,
  .retail.section-4 .text-content.top-header .text-box h1,
  .retail.section-5 .text-content.top-header .text-box h1 {
    max-width: 9ch;
  }

  .retail.section-5 .text-content .text-box p,
  .retail.section-4 .text-content .text-box p,
  .retail.section-3 .text-content .text-box p,
  .retail.section-2 .text-content .text-box p,
  .retail.section-1 .text-content.top-header .text-box p {
    max-width: 25ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .retail.section-5 .text-content.top-header .text-box h1 {
    max-width: 8ch;
  }

  .retail.section-1 .banner-line.retail-1-gradient {
    top: 5rem;
  }

  .retail.section-4 .text-content .card,
  .retail.section-5 .text-content .card {
    top: 70%;
  }

  .retail.section-4 .line-wrapper,
  .retail.section-5 .line-wrapper {
    height: 70%;
  }

  /* !========RETAIL END======== */

  /* !========CONSTRUCTION======== */

  .const.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 9rem;
  }

  .const.section .text-content {
    position: absolute;
    top: 30%;
    transform: translateY(-40%);
    width: 100%;
  }

  #construction-banner.const #const1-banner,
  #construction-banner.const .text-content.top-header {
    top: 60%;
  }

  .const.section .text-content.top-header .text-box h1,
  .const.section .text-content .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: unset;
  }

  #video.const {
    margin-bottom: -15rem;
  }

  .const.section .item-list .card-text li,
  .const.section .item-list .card-text a,
  .const.section .card .card-text p,
  .const.section .text-content .text-box p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
  }

  #construction-banner.const .text-content.top-header .text-box h1,
  #digital-technology.const .text-content .text-box h1,
  #revealing-value.const .text-content.top-header .text-box h1,
  #emmersive-worlds.const .text-content.top-header .text-box h1 {
    max-width: 9ch;
  }

  #future-digital.const .text-content .text-box h1 {
    max-width: 12ch;
  }

  #construction-banner.const .text-content .text-box p,
  #digital-technology.const .text-content .text-box p,
  #future-digital.const .text-content .text-box p,
  #revealing-value.const .text-content .text-box p,
  #emmersive-worlds.const .text-content .text-box p {
    max-width: 25ch;
  }

  #construction-banner.const .banner-line.const-1-gradient {
    top: 5rem;
  }

  #future-digital.const .card {
    top: 65%;
  }

  #future-digital.const .text-content .card {
    top: 75%;
  }

  #future-digital.const .line-wrapper {
    height: 75%;
  }

  /* !========CONSTRUCTION END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 9rem;
  }

  .exp.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-55%);
    width: 100%;
  }

  #experience-banner.exp #exp1-banner,
  #experience-banner.exp .text-content.top-header {
    top: 60%;
  }

  .exp.section .text-content.top-header .text-box h1,
  .exp.section .text-content .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: unset;
  }

  .exp.section .item-list .card-text li,
  .exp.section .item-list .card-text a,
  .exp.section .card .card-text p,
  .exp.section .text-content .text-box p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
  }

  #experience-banner.exp .text-content.top-header .text-box h1 {
    max-width: 18ch;
  }

  #experience-flying .text-content .text-box h1 {
    line-height: 3rem;
  }

  #experience-banner.exp .text-content .text-box p{
    max-width: 20ch;
  }

  #video.exp {
    margin-bottom: -5rem;
  }

  #emmersive-worlds .text-content .text-box #image-sequence,
  #experience-cinema .text-content .text-box #image-sequence,
  #experience-flying .text-content .text-box #image-sequence {
    width: 15ch;
  }

  #experience-banner .text-content .text-box h1 {
    max-width: 14ch;
  }

  #experience-banner .text-content .text-box p {
    max-width: 20ch;
  }

  #revealing-value.exp .text-content .text-box h1 {
    max-width: 10ch;
  }

  #experience-flying .text-content .text-box h1 {
    line-height: 3rem;
  }

  #emmersive-worlds.exp .text-content .text-box h1 {
    max-width: 12ch;
  }

  #experience-cinema .text-content .text-box h1 {
    max-width: 13ch;
  }

  /* !========EXPERIENCES END======== */

  /* !========COLLABORATION======== */

  .collab.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 9rem;
  }

  .collab.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-55%);
    width: 100%;
  }

  #collaboration-banner.collab #collab1-banner,
  #collaboration-banner.collab .text-content {
    top: 60%;
  }

  .collab.section .text-content.top-header .text-box h1,
  .collab.section .text-content .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: unset;
  }

  #video.collab {
    margin-bottom: -30rem;
  }

  .collab.section .item-list .card-text li,
  .collab.section .item-list .card-text a,
  .collab.section .card .card-text p,
  .collab.section .text-content .text-box p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: unset;
  }

  #collaboration-banner.collab .text-content .text-box h1,
  #digital-technology.collab .text-content .text-box h1,
  #future-digital.collab .text-content.top-header .text-box h1,
  #revealing-value.collab .text-content.top-header .text-box h1 {
    max-width: 15ch;
  }

  #collaboration-banner.collab .text-content .text-box p,
  #digital-technology.collab .text-content .text-box p,
  #future-digital.collab .text-content .text-box p,
  #revealing-value.collab .text-content .text-box p {
    max-width: 25ch;
  }

  #collaboration-banner.collab .banner-line.collab-1-gradient {
    top: 5rem;
  }

  /* !========COLLABORATION END======== */

  /* !========SUSTAINABILITY======== */

  #revealing-value.sust .text-content .card {
    top: 65%;
  }

  /* !========SUSTAINABILITY END======== */
}

@media screen and (max-width: 568px) and (max-height: 500px) and (orientation: landscape) {
  section.section-10 div.container {
    top: 55%;
  }

  #img-container div {
    height: 200px;
  }

  #slider_recommendation .splide__arrows {
    bottom: 23%;
  }

  #slider_recommendation .splide__arrows .splide__arrow--prev {
    width: 3rem;
  }

  #slider_recommendation .splide__arrows .splide__arrow--next {
    width: 3rem;
  }

  #slide h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #slider_recommendation .splide__pagination {
    bottom: 23%;
  }

  .home.section-6 .line-wrapper .line-2 {
    top: 5rem;
    width: 2px;
  }

  .section-10 .line-wrapper,
  .home.section-6 .line-wrapper,
  .section .line-wrapper {
    left: 2rem;
    width: 2px;
  }

  .section .banner-line,
  .section .line,
  .section .line-2 {
    width: 2px;
  }

  .section-10 .mobile-result-3-gradient,
  .section .line-2 {
    top: 8rem;
  }

  .home.section-6 .line-wrapper .mobile-solution-1-gradient {
    max-height: 2.5%;
  }

  #solutions-icon {
    top: 2rem;
    left: 0.6rem;
  }

  #results-icon,
  .section .line-icon {
    top: 5rem;
    left: 0.6rem;
  }

  /* !========HOME======== */

  .home.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 6rem;
  }

  .home.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 3rem;
  }

  #solutions-text-content h1,
  .home.section .text-content .text-box h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  #solutions-text-content p,
  .home div .mobile-retail a,
  .home div .mobile-construction a,
  .home div .mobile-experiences a,
  .home.section .item-list .card-text a,
  .home.section .card .card-text p,
  .home.section .card .card-btn,
  .home.section .text-content .text-box p {
    font-size: 1rem;
    line-height: 1rem;
    max-width: unset;
  }

  .home .mobile-retail,
  .home .mobile-construction,
  .home .mobile-experiences {
    font-size: 0;
    line-height: 0;
  }

  .home.section .card.item-list .card-text li {
    font-size: 1rem;
    line-height: 1rem;
    max-width: unset;
  }

  .home.section .text-content .card.item-list .card-text {
    padding: 1rem;
  }

  .home.section-1 .text-content.home-banner h1 {
    max-width: 12ch;
  }

  .home.section-8 .text-content .text-box p,
  .home.section-1 .text-content.home-banner p {
    max-width: 25ch;
  }

  .home.section-9 .text-content .text-box h1,
  .home.section-8 .text-content .text-box h1,
  .home.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .home.section-9 .text-content .text-box p,
  .home.section-7 .text-content .text-box p,
  .home.section-3 .text-content .text-box p {
    max-width: 28ch;
  }

  .home.section-7 .text-content .text-box h1 {
    max-width: 7.5ch;
  }

  .home.section-9 .text-content .text-box h1 {
    max-width: 8.5ch;
  }

  .home.section-6 {
    padding-top: 5rem;
  }

  #solutions-text-content {
    padding-bottom: 1rem;
    padding-left: 3rem;
    max-width: unset;
  }

  #solutions-text-content h1 {
    max-width: 10ch;
    padding-bottom: 1rem;
  }

  .home.section-1 .client-logos-slider {
    position: absolute;
    bottom: -50%;
    max-width: unset;
    margin: 0;
    padding: 0 3rem;
  }

  .home.section-1 span.slider-header {
    left: 3rem;
  }

  .home.section-1 #home1-banner {
    top: 60%;
  }

  .home.section-1 .banner-line.banner-gradient {
    height: 75vh;
  }

  .home.section-3 .mobile-builders-gradient {
    max-width: 0;
  }

  .home.section-3 .mobile-builders1-gradient {
    top: 8rem;
    max-height: 83%;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 6rem;
  }

  .retail.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 3rem;
  }

  .retail.section-1 #retail1-banner,
  .retail.section-1 .text-content.top-header {
    top: 60%;
  }

  .retail.section .text-content.top-header .text-box h1,
  .retail.section .text-content .text-box h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  .retail.section .item-list .card-text li,
  .retail.section .item-list .card-text a,
  .retail.section .card .card-text p,
  .retail.section .text-content .text-box p {
    font-size: 1rem;
    line-height: 1rem;
    max-width: unset;
  }

  .retail.section-1 .text-content.top-header .text-box h1,
  .retail.section-2 .text-content .text-box h1,
  .retail.section-4 .text-content.top-header .text-box h1,
  .retail.section-5 .text-content.top-header .text-box h1 {
    max-width: 9ch;
  }

  .retail.section-5 .text-content .text-box p,
  .retail.section-4 .text-content .text-box p,
  .retail.section-3 .text-content .text-box p,
  .retail.section-2 .text-content .text-box p,
  .retail.section-1 .text-content.top-header .text-box p {
    max-width: 25ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .retail.section-5 .text-content.top-header .text-box h1 {
    max-width: 8ch;
  }

  .retail.section-1 .banner-line.retail-1-gradient {
    top: 5rem;
  }

  .retail.section .text-content .card.item-list .card-text {
    padding: 1rem;
  }

  /* !========RETAIL END======== */

  /* !========CONSTRUCTION======== */

  .const.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 6rem;
  }

  .const.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 3rem;
  }

  #construction-banner.const #const1-banner,
  #construction-banner.const .text-content.top-header {
    top: 60%;
  }

  .const.section .text-content.top-header .text-box h1,
  .const.section .text-content .text-box h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  #video.const {
    margin-bottom: -20rem;
  }

  .const.section .item-list .card-text li,
  .const.section .item-list .card-text a,
  .const.section .card .card-text p,
  .const.section .text-content .text-box p {
    font-size: 1rem;
    line-height: 1rem;
    max-width: unset;
  }

  #construction-banner.const .text-content.top-header .text-box h1,
  #digital-technology.const .text-content .text-box h1,
  #revealing-value.const .text-content.top-header .text-box h1,
  #emmersive-worlds.const .text-content.top-header .text-box h1 {
    max-width: 9ch;
  }

  #emmersive-worlds.const .text-content .text-box p,
  #revealing-value.const .text-content .text-box p,
  #future-digital.const .text-content .text-box p,
  #digital-technology.const .text-content .text-box p,
  #construction-banner.const .text-content .text-box p {
    max-width: 25ch;
  }

  #future-digital.const .text-content .text-box h1 {
    max-width: 12ch;
  }

  #construction-banner.const .banner-line.const-1-gradient {
    top: 5rem;
  }

  #future-digital.const .card {
    top: 65%;
  }

  .const.section .text-content .card.item-list .card-text {
    padding: 1rem;
  }

  /* !========CONSTRUCTION END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 6rem;
  }

  .exp.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-55%);
    width: 100%;
    padding-left: 3rem;
  }

  #experience-banner.exp #exp1-banner,
  #experience-banner.exp .text-content.top-header {
    top: 60%;
  }

  .exp.section .text-content.top-header .text-box h1,
  .exp.section .text-content .text-box h1 {
    font-size: 1.5rem;
    line-height: 1.5em;
    max-width: unset;
  }

  .exp.section .item-list .card-text li,
  .exp.section .item-list .card-text a,
  .exp.section .card .card-text p,
  .exp.section .text-content .text-box p {
    font-size: 1rem;
    line-height: 1rem;
    max-width: unset;
  }

  #experience-banner.exp .text-content.top-header .text-box h1{
    max-width: 18ch;
  }

  #experience-flying .text-content .text-box h1 {
    line-height: 2.5rem;
    font-size: 1.5rem;
  }

  #experience-banner.exp .text-content .text-box p{
    max-width: 20ch;
  }

  #video.exp {
    margin-bottom: -5rem;
  }

  #emmersive-worlds .text-content .text-box #image-sequence,
  #experience-cinema .text-content .text-box #image-sequence,
  #experience-flying .text-content .text-box #image-sequence {
    width: 12ch;
  }

  #emmersive-worlds .text-content .text-box #image-sequence{
    margin-left: -1.4rem;
    margin-top: .5rem;
  }

  #experience-banner .text-content .text-box h1 {
    max-width: 14ch;
  }

  #experience-banner .text-content .text-box p {
    max-width: 20ch;
  }

  #revealing-value.exp .text-content .text-box h1 {
    max-width: 10ch;
  }

  #experience-flying .text-content .text-box h1 {
    line-height: 3rem;
  }

  #emmersive-worlds.exp .text-content .text-box h1 {
    max-width: 12ch;
  }

  #experience-cinema .text-content .text-box h1 {
    max-width: 13ch;
  }

  /* !========EXPERIENCES END======== */

  /* !========COLLABORATION======== */

  /* !========COLLABORATION======== */

  .collab.section .mark-sequence {
    top: 40%;
    transform: translateY(-50%);
    padding-left: 6rem;
  }

  .collab.section .text-content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 3rem;
  }

  #collaboration-banner.collab #collab1-banner,
  #collaboration-banner.collab .text-content {
    top: 60%;
  }

  .collab.section .text-content.top-header .text-box h1,
  .collab.section .text-content .text-box h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: unset;
  }

  #video.collab {
    margin-bottom: -30rem;
  }

  .collab.section .item-list .card-text li,
  .collab.section .item-list .card-text a,
  .collab.section .card .card-text p,
  .collab.section .text-content .text-box p {
    font-size: 1rem;
    line-height: 1rem;
    max-width: unset;
  }

  #collaboration-banner.collab .text-content .text-box h1,
  #digital-technology.collab .text-content .text-box h1,
  #future-digital.collab .text-content.top-header .text-box h1,
  #revealing-value.collab .text-content.top-header .text-box h1 {
    max-width: 12ch;
  }

  #collaboration-banner.collab .text-content .text-box p,
  #digital-technology.collab .text-content .text-box p,
  #future-digital.collab .text-content .text-box p,
  #revealing-value.collab .text-content .text-box p {
    max-width: 25ch;
  }

  #collaboration-banner.collab .banner-line.collab-1-gradient {
    top: 5rem;
  }

  /* !========COLLABORATION END======== */

  /* !========COLLABORATION END======== */

  /* !========SUSTAINABILITY======== */

  /* !========SUSTAINABILITY END======== */
}

/* MOBILE PORTRAIT */

@media screen and (max-width: 499px) and (orientation: portrait) {
  /* GLOBAL */

  .section:not(.section-1, .home.section-4) {
    min-height: 800px;
    height: unset;
  }

  .vimeo-section {
    min-height: unset;
    width: 100dvw;
    height: 100dvw;
  }

  .vimeo-background {
    height: unset;
    height: 100dvw;
    width: 100dvw;
  }

  /* GLOBAL */

  .story-banner {
    height: 100dvw;
    background-position: top;
    /* Add background position for other browsers */
    --webkit-background-position: top;
    --moz-background-position: top;
    background-size: 200% auto;
    --webkit-background-size: 200% auto;
    --moz-background-size: 200% auto;
  }

  .story-banner img {
    width: 90%;
  }

  section.section-10 {
    min-height: 924px;
  }

  section.section-10 div.container {
    margin: 0;
    max-width: 100%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
  }

  #slider_recommendation .splide__arrows {
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
  }

  #slider_recommendation .splide__arrows .splide__arrow--prev {
    width: 3rem;
    left: 3.5%;
  }

  #slider_recommendation .splide__arrows .splide__arrow--next {
    width: 3rem;
    right: 3%;
  }

  #slider-gradient-button {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #slide h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
  }

  #slider_recommendation .splide__pagination {
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 50%);
  }

  .gradient-banner {
    height: 100dvw;
  }

  .gradient-banner .text-content {
    padding: 0 1rem;
  }

  .section div.mark-sequence {
    height: auto;
    max-width: 90%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: start;
  }

  img,
  video {
    height: 100%;
    width: 100%;
  }

  .section div.text-content .card {
    background: #fff;
    padding: 2rem;
  }

  .section div.text-content {
    padding-left: 3rem;
  }

  .section .text-content .text-box h1,
  .section .text-content.top-header h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .section .text-content .text-box p,
  .section .card .card-text p,
  .section .text-content li,
  .section .text-content a,
  .section .card p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .home.section-6 .line-wrapper .line-2 {
    top: 0;
    width: 2px;
  }

  .home.section-6 .line-wrapper,
  .section .line-wrapper {
    left: 2rem;
    width: 2px;
  }

  .section .banner-line,
  .section .line,
  .section .line-2 {
    width: 2px;
  }

  .section-10 .mobile-result-3-gradient,
  .section .line-2 {
    top: 8rem;
  }

  .section-10 .line-wrapper{
    left: 2rem;
  }

  #solutions-icon {
    top: -3rem;
    left: 0.5rem;
  }

  #results-icon,
  .section .line-icon {
    top: 5rem;
    left: 0.5rem;
  }

  #results-icon {
    top: 5rem;
    left: .8rem;
  }

  .gradient-banner #amazing h1 {
    font-size: 2.5rem;
  }

  .gradient-banner #amazing p {
    font-size: 1.5rem;
    width: auto;
  }
}

@media screen and (min-width: 391px) and (max-width: 499px) and (orientation: portrait) {
  #privacy-policy {
    font-size: 1rem;
  }

  #mb-home,
  #mb-solution,
  #mb-stories,
  #mb-about {
    font-size: 1.75rem;
  }

  #mb-stories,
  #mb-about {
    padding-bottom: 0;
    padding-top: 0;
  }

  #mb-menu {
    font-size: 1.25rem;
  }

  #mb-menu li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  /* !========HOME======== */

  .home.section .text-content .card {
    background: #fff;
  }

  .home.section .mark-sequence {
    top: 17%;
    padding-left: 0rem;
    max-width: 35ch;
    right: 0%;
  }

  .home.section-1 .mark-sequence {
    padding: 0 2rem;
    max-width: 40ch;
    right: 0%;
  }

  .home.section-3 .mark-sequence,
  .home.section-7 .mark-sequence {
    top: 15%;
  }

  .home.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .home.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 3rem;
  }

  .home.section-1 .text-content.home-banner {
    bottom: unset;
    top: 20%;
  }

  #home1-banner {
    top: 60%;
    transform: translateY(-50%);
  }

  .home.section-1 span.slider-header {
    left: 3.3rem;
    bottom: 6rem;
  }

  .home.section-1 .client-logos-slider.container {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 1rem;
    max-width: unset;
    transform: translateY(4rem);
  }

  .home.section-1 .line-wrapper .banner-line.banner-gradient {
    top: 10%;
    bottom: 10%;
  }

  #solutions-text-content {
    max-width: 30ch;
    margin-top: 3rem;
  }

  .home.section-3 {
    margin-bottom: 3rem;
  }

  .home.section-8 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .home.section-9 .text-content .text-box h1 {
    max-width: 8.6ch;
  }

  .home.section-7 {
    margin-bottom: 15rem;
  }

  .home.section-8 {
    margin-bottom: 15rem;
  }

  .home.section-9 {
    margin-bottom: 12rem;
  }

  .home.section-7 .text-content .text-box {
    transform: translateY(20%);
  }

  .home.section-7 .card {
    transform: translateY(20%);
  }

  .home.section-8 .text-content .card,
  .home.section-7 .text-content .card.item-list,
  .home.section-9 .text-content .card.item-list {
    border: none;
    padding: 0;
  }

  .card.item-list.with-btn.orange ul.card-text.orange {
    border: 2px solid orange;
    padding: 2rem;
    border-radius: 0.25rem;
  }

  .card.item-list.with-btn.blue ul.card-text.blue {
    border: 2px solid lightskyblue;
    padding: 2rem;
    border-radius: 0.25rem;
  }

  .home.section-8 .card-text p {
    border: 2px solid green;
    padding: 2rem;
    border-radius: 0.25rem;
  }

  .card.item-list.with-btn.orange ul.card-text.ORANGE a,
  .card.item-list.with-btn.orange button,
  .card.item-list.with-btn.blue ul.card-text.blue a,
  .card.item-list.with-btn.blue button {
    border: none;
  }

  .home.section-7 .text-content {
    top: 50%;
    transform: translateY(-5%);
  }

  .home.section-8 .text-content,
  .home.section-9 .text-content {
    top: 50%;
    transform: translateY(10%);
  }

  .home.section div.text-content a.card-btn {
    display: block;
    border-radius: 0.25rem;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0.8rem 0;
    margin-top: 1rem;
  }

  .home.section-3 .line-wrapper {
    height: 120%;
  }

  .home.section-7 .line-wrapper {
    height: 130%;
  }

  .home.section-8 .line-wrapper {
    height: 130%;
  }

  .home.section-9 .line-wrapper {
    height: 130%;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .mark-sequence {
    top: 15%;
    padding-left: 0rem;
    max-width: 35ch;
    right: 0%;
  }

  .retail.section-1 .mark-sequence {
    padding: 0 1rem;
    max-width: 39ch;
    right: 0%;
  }

  .retail.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .retail.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 3rem;
  }

  .retail.section-4 .text-content .text-box,
  .retail.section-5 .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 5rem;
  }

  .retail.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .retail.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 20rem;
  }

  #retail1-banner {
    top: 53%;
    transform: translateY(-50%);
  }

  #retail4-banner {
    transform: translateY(40%);
  }

  .retail.section-1 .text-content.top-header .text-box h1,
  .retail.section-2 .text-content .text-box h1 {
    max-width: 9ch;
  }

  .retail.section-1 .text-content.top-header .text-box p {
    max-width: 25ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 11ch;
  }

  .retail.section-5 .text-content.top-header .text-box h1 {
    max-width: 8ch;
  }

  .retail.section-4 .text-content.top-header .text-box h1 {
    top: 45%;
    transform: translateY(25%);
    max-width: 20ch;
  }

  #digital-technology.retail {
    margin-bottom: 4rem;
  }

  .retail.section-4 {
    margin-bottom: 10rem;
  }

  .retail.section-4 .text-content,
  .retail.section-5 .text-content {
    top: 50%;
    transform: translateY(-35%);
  }

  .retail.section-5 {
    margin-bottom: 5rem;
  }

  .retail.section-4 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 5rem;
  }

  .retail.section-5 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 10rem;
  }

  .retail.section-5 #retail5-banner {
    top: 25%;
  }

  .retail.section-2 #retail2-banner {
    top: 20%;
  }

  #digital-technology.retail .text-content {
    top: 50%;
    transform: translateY(15%);
  }

  #revealing-value.retail .text-box {
    gap: 22rem;
  }

  #revealing-value.retail .text-content {
    transform: translateY(-30%);
  }

  #revealing-value-2.retail .text-content #text-1.text-box p {
    transform: translateY(80%);
  }

  #revealing-value-2.retail .line-wrapper {
    height: 120%;
  }

  #collaboration.retail .line-wrapper {
    height: 130%;
  }

  /* !========RETAIL END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    top: unset;
    padding-left: 0rem;
    max-width: 35ch;
    right: 0%;
  }

  .exp.section-1 .mark-sequence {
    padding: 0 2rem;
    max-width: 40ch;
  }

  .exp-flying.section .text-content,
  .exp.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
  }

  .exp-flying.section .fly.text-content h1 {
    line-height: 3rem;
  }

  #experience-banner.exp.section-1 .text-content.top-header {
    top: 50%;
  }

  #experience-banner .text-content.top-header .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 20rem;
    max-width: 30ch;
  }

  #experience-banner .mark-sequence {
    bottom: unset;
    top: 53%;
    transform: translateY(-50%);
  }

  #emmersive-worlds.exp,
  #revealing-value.exp,
  #experience-flying.exp {
    margin-bottom: -15rem;
  }

  #emmersive-worlds.exp .mark-sequence,
  #revealing-value.exp .mark-sequence {
    top: 55%;
    transform: translateY(5%);
  }

  #experience-flying .mark-sequence {
    top: 70%;
    transform: translateY(-20%);
  }

  #revealing-value.exp .mark-sequence {
    top: 55%;
    transform: translateY(-45%);
  }

  #revealing-value.exp .text-content {
    top: 30%;
    transform: translateY(-100%);
  }

  #experience-cinema .race.text-content .text-box h1 {
    max-width: 12ch;
  }

  #emmersive-worlds .text-content .text-box #image-sequence,
  #experience-cinema .text-content .text-box #image-sequence,
  #experience-flying .text-content .text-box #image-sequence {
    width: 13ch;
  }

  #emmersive-worlds .text-content .text-box #image-sequence {
    margin-left: -2rem;
  }

  /* !========EXPERIENCES END======== */

  /* !========CONSTRUCTION======== */

  .const.section .mark-sequence {
    top: 15%;
    padding-left: 0rem;
    max-width: 37ch;
    right: 0%;
  }

  .const.section-1 .mark-sequence {
    padding: 0 1rem;
    max-width: 39ch;
    right: 0%;
  }

  .const.section-3 .mark-sequence {
    top: 10%;
  }

  .const.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
    top: 50%;
    transform: translateY(-1%);
  }

  #emmersive-worlds.const .text-content {
    top: 50%;
    transform: translateY(-25%);
  }

  .const.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 1.5rem;
  }

  .const.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .const.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 20rem;
  }

  #revealing-value.const.section .text-content .card {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
  }

  #construction-banner #const1-banner {
    top: 53%;
    transform: translateY(-50%);
  }

  #construction-banner.const .text-content .text-box p {
    max-width: 20ch;
  }

  #digital-technology.const {
    margin-bottom: 8rem;
  }

  #revealing-value.const .text-content .text-box h1,
  #digital-technology.const .text-content .text-box h1 {
    max-width: 9ch;
  }

  #future-digital.const .text-content .text-box h1 {
    max-width: 10ch;
  }

  #future-digital.const {
    margin-bottom: 6rem;
  }

  #future-digital.const .card {
    margin-bottom: -2rem;
  }

  #emmersive-worlds.const h1 {
    top: 90%;
    transform: translateY(-90%);
  }

  #emmersive-worlds.const {
    margin-bottom: 5rem;
  }

  #emmersive-worlds.const .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 10rem;
  }

  #emmersive-worlds.const #const5-banner {
    top: 23%;
  }

  #revealing-value.const.section .text-content .card {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    padding-top: 0;
  }

  #revealing-value .text-content .text-box {
    margin-bottom: -2rem;
  }

  #revealing-value.const {
    margin-bottom: 4rem;
  }

  #revealing-value.const .text-content #text-2.text-box {
    padding-bottom: 18rem;
  }

  #revealing-value.const .text-content .card h2 {
    font-size: 8rem;
    line-height: 8rem;
  }

  #revealing-value.const .line-wrapper {
    height: 110%;
  }

  #emmersive-worlds.const .line-wrapper {
    height: 115%;
  }

  #digital-technology.const .line-wrapper {
    height: 125%;
  }

  /* !========CONSTRUCTION END======== */

  /* !========COLLABORATION======== */

  .collab.section .mark-sequence {
    top: 15%;
    padding-left: 0rem;
    max-width: 35ch;
    right: 0%;
  }

  .collab.section-1 .mark-sequence {
    padding: 0 1rem;
    max-width: 40ch;
    right: 0%;
  }

  .collab.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .collab.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 3rem;
  }

  .collab.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .collab.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 20rem;
  }

  #digital-technology.collab .text-content {
    top: 50%;
    transform: translateY(5%);
  }

  #digital-technology.collab {
    margin-bottom: 5rem;
  }

  #collaboration-banner.collab #collab1-banner {
    top: 43%;
  }

  #collaboration-banner.collab .text-content .text-box h1 {
    max-width: 13ch;
  }

  #collaboration-banner.collab .text-content .text-box p {
    max-width: 20ch;
  }

  #digital-technology.collab .text-content .text-box h1 {
    max-width: 13ch;
  }

  #digital-technology.collab .text-content .text-box {
    padding-bottom: 1.5rem;
  }

  #revealing-value.collab .text-content .text-box h1 {
    max-width: 11ch;
  }

  #future-digital.collab .text-content .text-box h1 {
    max-width: 9ch;
  }

  #future-digital.collab {
    margin-bottom: 10rem;
  }

  #future-digital.collab .text-content {
    top: 50%;
    transform: translateY(5%);
  }

  #revealing-value.collab .text-content .card {
    padding-top: 0;
    padding-bottom: 0;
  }

  #revealing-value.collab .text-content .card h2 {
    font-size: 8rem;
    line-height: 8rem;
  }

  #collaboration-banner.collab .banner-line.banner-gradient {
    top: 10%;
  }

  #future-digital.collab .text-content .text-box h1 {
    margin-bottom: 0;
  }

  #future-digital.collab .line-wrapper {
    height: 125%;
  }

  /* !========COLLABORATION END======== */

  /* !========SUSTAINABILITY======== */

  .sust.section .mark-sequence {
    top: 15%;
    padding-left: 0rem;
    max-width: 35ch;
    right: 0%;
  }

  .sust.section-1 .mark-sequence {
    padding: 0 1rem;
    max-width: 40ch;
    right: 0%;
  }

  .sust.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .sust.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 3rem;
  }

  .sust.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .sust.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 20rem;
  }

  .sust.section-4 .text-content {
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 3rem 3rem;
    padding-bottom: 0;
  }

  .sust.section-4 .text-content .text-box {
    padding: 0;
  }

  .sust.section-4 #sust4-banner {
    top: 47%;
  }

  .sust.section-2 {
    margin-bottom: 8rem;
  }

  .sust.section-3 {
    margin-bottom: 12rem;
  }

  .sust.section-4 {
    margin-bottom: 10rem;
  }

  .sust.section-2 .text-content {
    top: 50%;
    transform: translateY(-5%);
  }

  .sust.section-3 .text-content {
    top: 50%;
    transform: translateY(3%);
  }

  .sust.section-4 .text-content #text-2.text-box {
    top: 50%;
    transform: translateY(50%);
  }

  .sust.section-4 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .sust.section-1 .text-content .text-box h1,
  .sust.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .sust.section-2 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .sust.section-1 .text-content .text-box p {
    max-width: 20ch;
  }

  #sustainability-banner #sust1-banner {
    top: 43%;
  }

  #revealing-value.sust .text-content {
    transform: translateY(15%);
  }

  #sustainability-digital .line-wrapper {
    height: 117%;
  }

  #revealing-value.sust .line-wrapper,
  #collaboration.sust .line-wrapper {
    height: 125%;
  }

  /* !========SUSTAINABILITY END======== */
}

@media screen and (min-width: 321px) and (max-width: 390px) and (orientation: portrait) {
  #privacy-policy {
    font-size: 0.9rem;
  }

  section.section-10 div.container {
    top: 43%;
  }

  section.section-10 {
    min-height: 850px;
  }

  /* !========HOME======== */

  .home.section .mark-sequence {
    top: 20%;
    padding-left: 0rem;
    max-width: 33ch;
    right: 0%;
  }

  .home.section-1 .mark-sequence {
    padding: 0 2rem;
    max-width: 35ch;
    right: 0%;
  }

  .home.section-3 .mark-sequence,
  .home.section-7 .mark-sequence {
    top: 15%;
  }

  .home.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .home.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 3rem;
  }

  .home.section-1 .text-content.home-banner {
    bottom: unset;
    top: 20%;
  }

  #home1-banner {
    top: 60%;
    transform: translateY(-50%);
  }

  .home.section-1 span.slider-header {
    left: 3.3rem;
    bottom: 6rem;
  }

  .home.section-1 .client-logos-slider.container {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 1rem;
    max-width: unset;
    transform: translateY(4rem);
  }

  .home.section-1 .line-wrapper .banner-line.banner-gradient {
    top: 10%;
    bottom: 10%;
  }

  #solutions-text-content {
    max-width: 30ch;
    margin-top: 3rem;
  }

  .home.section-3 #home2-banner {
    top: 10%;
  }

  .home.section-3 .text-content {
    top: 50%;
    transform: translateY(-10%);
  }

  .home.section-3 {
    margin-bottom: 8rem;
  }

  .home.section-1 .text-content.home-banner h1 {
    max-width: 12ch;
  }

  .home.section-8 .text-content .text-box p,
  .home.section-1 .text-content.home-banner p {
    max-width: 25ch;
  }

  .home.section-8 .text-content .text-box h1,
  .home.section-7 .text-content .text-box h1,
  .home.section-3 .text-content .text-box h1 {
    max-width: 26ch;
  }

  .home.section-9 .text-content .text-box p,
  .home.section-7 .text-content .text-box p,
  .home.section-3 .text-content .text-box p {
    max-width: 28ch;
  }

  .home.section-9 .text-content .text-box h1 {
    max-width: 8.6ch;
  }

  .home.section-7 {
    margin-bottom: 25rem;
  }

  .home.section-8 {
    margin-bottom: 18rem;
  }

  .home.section-9 {
    margin-bottom: 20rem;
  }

  .home.section-7 .text-content .text-box {
    transform: translateY(60%);
  }

  .home.section-7 .card {
    transform: translateY(45%);
  }

  .home.section-8 .text-content .card,
  .home.section-7 .text-content .card.item-list,
  .home.section-9 .text-content .card.item-list {
    border: none;
    padding: 0;
  }

  .card.item-list.with-btn.orange ul.card-text.orange {
    border: 2px solid orange;
    padding: 2rem;
    border-radius: 0.25rem;
  }

  .card.item-list.with-btn.blue ul.card-text.blue {
    border: 2px solid lightskyblue;
    padding: 2rem;
    border-radius: 0.25rem;
  }

  .home.section-8 .card-text p {
    border: 2px solid green;
    padding: 2rem;
    border-radius: 0.25rem;
  }

  .card.item-list.with-btn.orange ul.card-text.orange a,
  .card.item-list.with-btn.orange button,
  .card.item-list.with-btn.blue ul.card-text.blue a,
  .card.item-list.with-btn.blue button {
    border: none;
  }

  .home.section-7 .text-content {
    top: 50%;
    transform: translateY(-10%);
  }

  .home.section-8 .text-content,
  .home.section-9 .text-content {
    top: 50%;
    transform: translateY(18%);
  }

  .home.section div.text-content a.card-btn {
    display: block;
    border-radius: 0.25rem;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0.8rem 0;
    margin-top: 1rem;
  }

  .home.section-3 .line-wrapper {
    height: 120%;
  }

  .home.section-7 .line-wrapper {
    height: 155%;
  }

  .home.section-8 .line-wrapper {
    height: 135%;
  }

  .home.section-9 .line-wrapper {
    height: 135%;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section .mark-sequence {
    top: 20%;
    padding-left: 0rem;
    max-width: 33ch;
    right: 0%;
  }

  .retail.section-1 .mark-sequence {
    padding: 0 2rem;
    max-width: 35ch;
    right: 0%;
  }

  .retail.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .retail.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 2rem;
  }

  .retail.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .retail.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 15rem;
  }

  #retail1-banner {
    top: 55%;
    transform: translateY(-50%);
  }

  .retail.section-4 #retail4-banner {
    transform: translateY(50%);
    top: 20%;
  }

  .retail.section-1 .text-content.top-header .text-box h1,
  .retail.section-2 .text-content .text-box h1 {
    max-width: 9ch;
  }

  .retail.section-1 .text-content.top-header .text-box p {
    max-width: 25ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 11ch;
  }

  .retail.section-5 .text-content.top-header .text-box h1 {
    max-width: 8ch;
  }

  .retail.section-4 .text-content.top-header .text-box h1 {
    top: 55%;
    transform: translateY(12%);
    max-width: 28ch;
  }

  .retail.section-2 {
    margin-bottom: 10rem;
  }

  #digital-technology.retail {
    margin-bottom: 13rem;
  }

  .retail.section-4 {
    margin-bottom: 20rem;
  }

  .retail.section-5 {
    margin-bottom: 10rem;
  }

  .retail.section-5 .text-content .text-box,
  .retail.section-4 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 5.5rem;
  }

  #collaboration.retail .text-content {
    transform: translateY(30%);
  }

  #digital-technology.retail.section-3 .text-content {
    transform: translateY(45%);
  }

  .retail.section-5 .text-content {
    top: 50%;
    transform: translateY(-35%);
  }

  #revealing-value.retail .text-box {
    gap: 13rem;
  }

  #revealing-value.retail .text-content #text-1.text-box p {
    transform: translateY(80%);
  }

  #revealing-value.retail .card {
    transform: translateY(40%);
  }

  #revealing-value-2.retail .text-box {
    gap: 15rem;
  }

  #revealing-value.retail .text-content {
    transform: translateY(20%);
  }

  #revealing-value-2.retail .text-content #text-1.text-box p {
    transform: translateY(30%);
  }

  #revealing-value-2.retail .card {
    top: 50%;
    transform: translateY(5%);
  }

  #revealing-value.retail .line-wrapper {
    height: 150%;
  }

  #digital-technology.retail .line-wrapper {
    height: 130%;
  }

  #revealing-value-2.retail .line-wrapper {
    height: 120%;
  }

  /* !========RETAIL END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    top: 20%;
    padding-left: 0rem;
    max-width: 33ch;
    right: 0%;
  }

  .exp.section-1 .mark-sequence {
    padding: 0 2rem;
    max-width: 35ch;
  }

  .exp-flying.section .text-content,
  .exp.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
  }

  .exp-flying.section .fly.text-content .text-box h1 {
    line-height: 3rem;
    width: 27ch;
  }

  #experience-banner.exp.section-1 .text-content.top-header {
    top: 50%;
  }

  #experience-banner .text-content.top-header .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 15rem;
    max-width: 30ch;
  }

  #experience-banner .mark-sequence {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  #experience-cinema .race.text-content .text-box h1 {
    max-width: 12ch;
  }

  #emmersive-worlds.exp .text-content .text-box h1 {
    max-width: 12ch;
  }

  #emmersive-worlds.exp,
  #revealing-value.exp,
  #experience-flying.exp {
    margin-bottom: -5rem;
  }

  #emmersive-worlds.exp .mark-sequence,
  #revealing-value.exp .mark-sequence {
    top: 55%;
    transform: translateY(5%);
  }

  #experience-flying .mark-sequence {
    top: 70%;
    transform: translateY(-20%);
  }

  #revealing-value.exp .mark-sequence {
    top: 55%;
    transform: translateY(-25%);
  }

  #revealing-value.exp .text-content {
    top: 45%;
    transform: translateY(-100%);
  }

  #emmersive-worlds .text-content .text-box #image-sequence {
    margin-left: -2rem;
  }

  /* !========EXPERIENCES END======== */

  /* !========CONSTRUCTION======== */

  .const.section .mark-sequence {
    top: 20%;
    padding-left: 0rem;
    max-width: 33ch;
    right: 0%;
  }

  .const.section-1 .mark-sequence {
    padding: 0 2rem;
    max-width: 35ch;
    right: 0%;
  }

  .const.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
    top: 50%;
    transform: translateY(8%);
  }

  #emmersive-worlds.const .text-content {
    top: 50%;
    transform: translateY(-10%);
  }

  .const.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }

  .const.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .const.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 15rem;
  }

  #construction-banner.const #const1-banner {
    top: 50%;
    transform: translateY(-50%);
  }

  #construction-banner.const .text-content .text-box p {
    max-width: 20ch;
  }

  #revealing-value.const .text-content .text-box h1,
  #digital-technology.const .text-content .text-box h1 {
    max-width: 9ch;
  }

  #digital-technology.const {
    margin-bottom: 20rem;
  }

  #future-digital.const {
    margin-bottom: 20rem;
  }

  #future-digital.const .text-content .text-box {
    margin-top: 2rem;
  }

  #revealing-value.const .text-content .text-box h1 {
    max-width: 15ch;
  }

  #emmersive-worlds.const .text-content .text-box h1 {
    top: 50%;
    transform: translateY(-150%);
  }

  #emmersive-worlds.const h1 {
    top: 40%;
    transform: translateY(-20%);
  }

  #emmersive-worlds.const {
    margin-bottom: 13rem;
  }

  #emmersive-worlds.const .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 5rem;
  }

  #emmersive-worlds.const #const5-banner {
    top: 30%;
  }

  #emmersive-worlds.const .text-content .text-box p {
    transform: translateY(15%);
  }

  #revealing-value.const {
    margin-bottom: 12rem;
  }

  #revealing-value.const.section .text-content .card {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    padding-top: 0;
  }

  #revealing-value.const .text-content #text-2.text-box {
    padding-bottom: 15rem;
  }

  #revealing-value.const .text-content .card h2 {
    font-size: 8rem;
    line-height: 8rem;
  }

  #revealing-value.const .text-content {
    top: 50%;
    transform: translateY(20%);
  }

  #digital-technology.const .line-wrapper {
    height: 140%;
  }

  #emmersive-worlds.const .line-wrapper {
    height: 135%;
  }

  #future-digital.const .line-wrapper {
    height: 145%;
  }

  #revealing-value.const .line-wrapper {
    height: 130%;
  }

  #emmersive-worlds .text-content .text-box #image-sequence,
  #experience-cinema .text-content .text-box #image-sequence,
  #experience-flying .text-content .text-box #image-sequence {
    width: 12ch;
  }

  /* !========CONSTRUCTION END======== */

  /* !========COLLABORATION======== */

  .collab.section .mark-sequence {
    top: 20%;
    padding-left: 0rem;
    max-width: 33ch;
    right: 0%;
  }

  .collab.section-1 .mark-sequence {
    padding: 0 2rem;
    max-width: 35ch;
    right: 0%;
  }

  .collab.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .collab.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 3rem;
  }

  .collab.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .collab.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 15rem;
  }

  #collaboration-banner.collab #collab1-banner {
    top: 40%;
  }

  #collaboration-banner.collab .text-content .text-box h1 {
    max-width: 13ch;
  }

  #collaboration-banner.collab .text-content .text-box p {
    max-width: 20ch;
  }

  #digital-technology.collab .text-content .text-box h1 {
    max-width: 13ch;
  }

  #digital-technology.collab {
    margin-bottom: 21rem;
  }

  #revealing-value.collab {
    margin-bottom: 21rem;
  }

  #future-digital.collab {
    margin-bottom: 24rem;
  }

  #revealing-value.collab .text-content .text-box h1 {
    max-width: 11ch;
  }

  #future-digital.collab .text-content .text-box h1 {
    max-width: 9ch;
  }

  #revealing-value.collab .text-content,
  #future-digital.collab .text-content {
    top: 55%;
    transform: translateY(10%);
  }

  #digital-technology.collab .text-content {
    top: 55%;
    transform: translateY(15%);
  }

  #revealing-value.collab .text-content .card h2 {
    font-size: 8rem;
    line-height: 8rem;
  }

  #collaboration-banner.collab .banner-line.banner-gradient {
    top: 10%;
  }

  #digital-technology.collab .line-wrapper {
    height: 145%;
  }

  #revealing-value.collab .line-wrapper {
    height: 140%;
  }

  #future-digital.collab .line-wrapper {
    height: 150%;
  }

  /* !========COLLABORATION END======== */

  /* !========SUSTAINABILITY======== */

  .sust.section .mark-sequence {
    top: 20%;
    padding-left: 0rem;
    max-width: 31ch;
    right: 0%;
  }

  .sust.section-1 .mark-sequence {
    padding: 0 2rem;
    max-width: 35ch;
    right: 0%;
  }

  .sust.section-4 .mark-sequence {
    top: 50%;
    transform: translateY(25%);
  }

  .sust.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .sust.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 0.5rem;
  }

  .sust.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .sust.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 15rem;
  }

  .sust.section-4 .text-content {
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 4rem 3rem;
    padding-bottom: 0;
  }

  .sust.section-4 .text-content .text-box {
    padding: 0;
  }

  .sust.section-4 #sust4-banner {
    top: 55%;
  }

  .sust.section-2 .text-content {
    top: 50%;
    transform: translateY(-5%);
  }

  .sust.section-3 .text-content {
    top: 50%;
    transform: translateY(10%);
  }

  .sust.section-4 .text-content #text-2.text-box {
    top: 50%;
    transform: translateY(115%);
  }

  .sust.section-2 {
    margin-bottom: 8rem;
  }

  .sust.section-3 {
    margin-bottom: 20rem;
  }

  .sust.section-4 {
    margin-bottom: 25rem;
  }

  .sust.section-4 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .sust.section-1 .text-content .text-box h1,
  .sust.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .sust.section-2 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .sust.section-1 .text-content .text-box p {
    max-width: 20ch;
  }

  #sustainability-banner.sust #sust1-banner {
    top: 40%;
  }

  #sustainability-digital.sust #sust2-banner {
    top: 18%;
  }

  #collaboration.sust .line-wrapper {
    height: 110%;
  }

  #sustainability-digital.sust .line-wrapper {
    height: 120%;
  }

  #revealing-value.sust .line-wrapper,
  #collaboration.sust .line-wrapper {
    height: 150%;
  }

  /* !========SUSTAINABILITY END======== */
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  #privacy-policy {
    font-size: 0.7rem;
  }

  section.section-10 div.container {
    top: 40%;
  }

  section.section-10 {
    min-height: 824px;
  }

  #slider-gradient-button {
    font-size: 1rem;
    line-height: 1rem;
  }

  #slide h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
  }

  /* !========HOME======== */

  .home.section .mark-sequence {
    top: 20%;
    padding-left: 6rem;
  }

  .home.section-1 .mark-sequence {
    padding: 0 3rem;
  }

  .home.section-7 .mark-sequence {
    top: 15%;
  }

  .home.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .home.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 1rem;
  }

  .home.section-1 .text-content.home-banner {
    bottom: unset;
    top: 20%;
  }

  .home.section-1 .text-content.home-banner .text-box h1 {
    max-width: 12ch;
  }

  #home1-banner {
    top: 63%;
    transform: translateY(-50%);
  }

  .home.section-1 span.slider-header {
    left: 3rem;
    bottom: 4rem;
  }

  .home.section-1 .client-logos-slider.container {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 0rem;
    max-width: unset;
    transform: translateY(4rem);
  }

  .home.section-1 .line-wrapper .banner-line.banner-gradient {
    top: 10%;
    bottom: 10%;
  }

  #solutions-text-content {
    max-width: 30ch;
  }

  .home.section .text-content .text-box h1,
  .home.section .text-content.top-header h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .home.section .text-content .text-box p,
  .home.section .card .card-text p,
  .home.section .text-content li,
  .home.section .text-content a,
  .home.section .card p {
    font-size: 1rem;
    line-height: 1rem;
  }

  .home.section .text-content .card.item-list {
    padding-right: 0;
  }

  .home.section .text-content .card.item-list li {
    margin: 0;
  }

  .home.section .text-content .card {
    padding: 1rem;
  }

  .home.section-9 .text-content #text-1 h1 {
    margin: 0;
  }

  .home.section-1 .text-content.home-banner h1 {
    max-width: 12ch;
  }

  .home.section-8 .text-content .text-box p,
  .home.section-1 .text-content.home-banner p {
    max-width: 25ch;
  }

  .home.section-8 .text-content .text-box h1,
  .home.section-7 .text-content .text-box h1,
  .home.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .home.section-9 .text-content .text-box p,
  .home.section-7 .text-content .text-box p,
  .home.section-3 .text-content .text-box p {
    max-width: 28ch;
  }

  .home.section-9 .text-content .text-box h1 {
    max-width: 8.3ch;
  }

  .home.section-7 {
    margin-bottom: 14.5rem;
  }

  .home.section-8,
  .home.section-9 {
    margin-bottom: 8.5rem;
  }

  .home.section-7 .text-content .text-box {
    transform: translateY(50%);
  }

  .home.section-7 .card {
    transform: translateY(45%);
  }

  .home.section-8 .text-content .card,
  .home.section-7 .text-content .card.item-list,
  .home.section-9 .text-content .card.item-list {
    border: none;
    padding: 0;
  }

  .card.item-list.with-btn.orange ul.card-text.orange {
    border: 2px solid orange;
    padding: 2rem;
    border-radius: 0.25rem;
  }

  .card.item-list.with-btn.blue ul.card-text.blue {
    border: 2px solid lightskyblue;
    padding: 2rem;
    border-radius: 0.25rem;
  }

  .home.section-8 .card-text p {
    border: 2px solid green;
    padding: 2rem;
    border-radius: 0.25rem;
  }

  .card.item-list.with-btn.orange ul.card-text.ORANGE a,
  .card.item-list.with-btn.orange button,
  .card.item-list.with-btn.blue ul.card-text.blue a,
  .card.item-list.with-btn.blue button {
    border: none;
  }

  .home.section-8 .line-wrapper,
  .home.section-7 .line-wrapper {
    height: 90%;
  }

  .home.section-7 .text-content {
    top: 50%;
    transform: translateY(-30%);
  }

  .home.section-8 .text-content,
  .home.section-9 .text-content {
    top: 50%;
    transform: translateY(-5%);
  }

  .home.section div.text-content a.card-btn {
    display: block;
    border-radius: 0.25rem;
    color: white;
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.8rem 0;
    margin-top: 1rem;
  }

  /* !========HOME END======== */

  /* !========RETAIL======== */

  .retail.section-2 #retail2-banner {
    top: 25%;
  }

  .retail.section .mark-sequence {
    top: 20%;
    padding-left: 6rem;
  }

  .retail.section-1 .mark-sequence {
    padding: 0 3rem;
  }

  .retail.section-4 .mark-sequence {
    transform: translateY(40%);
  }

  .retail.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .retail.section .text-content.top-header .text-box,
  .retail.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: -1rem;
  }

  .retail.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .retail.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 10rem;
  }

  #retail1-banner {
    top: 58%;
    transform: translateY(-50%);
  }

  .retail.section .text-content .text-box h1,
  .retail.section .text-content.top-header h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .retail.section .text-content .text-box p,
  .retail.section .card .card-text p,
  .retail.section .text-content li,
  .retail.section .text-content a,
  .retail.section .card p {
    font-size: 1rem;
    line-height: 1rem;
  }

  .retail.section .text-content .card.item-list li {
    margin: 0;
  }

  .retail.section .text-content .card {
    padding: 1rem;
  }

  .retail.section-1 .text-content.top-header .text-box h1,
  .retail.section-2 .text-content .text-box h1,
  .retail.section-5 .text-content.top-header .text-box h1,
  .retail.section-4 .text-content.top-header .text-box h1 {
    max-width: 9ch;
  }

  .retail.section-1 .text-content.top-header .text-box p {
    max-width: 25ch;
  }

  .retail.section-3 .text-content .text-box h1 {
    max-width: 13ch;
  }

  #digital-technology.retail {
    margin-bottom: 5rem;
  }

  .retail.section-4 {
    margin-bottom: 9rem;
  }

  .retail.section-5 {
    margin-bottom: 6rem;
  }

  .retail.section-5 .text-content .text-box,
  .retail.section-4 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 4rem;
  }

  .retail.section-3 .text-content {
    top: 45%;
    transform: translateY(15%);
  }

  .retail.section-4 .text-content {
    top: 45%;
    transform: translateY(-20%);
  }

  .retail.section-5 .text-content {
    top: 45%;
    transform: translateY(-30%);
  }

  #digital-technology.retail .text-content .text-box h1 {
    max-width: 11ch;
  }

  #revealing-value-2.retail .text-content .text-box h1 {
    max-width: 8ch;
  }

  #revealing-value.retail .text-box {
    gap: 5.5rem;
  }

  #revealing-value.retail .text-content #text-1.text-box p {
    transform: translateY(60%);
  }

  #revealing-value.retail .card {
    transform: translateY(50%);
  }

  #revealing-value-2.retail .text-box {
    gap: 5rem;
  }

  #revealing-value-2.retail .text-content #text-1.text-box p {
    top: 50%;
    transform: translateY(55%);
  }

  #revealing-value-2.retail .card {
    top: 50%;
    transform: translateY(45%);
  }

  #revealing-value-2.retail .line-wrapper {
    height: 105%;
  }

  /* !========RETAIL END======== */

  /* !========EXPERIENCES======== */

  .exp-flying.section .mark-sequence,
  .exp.section .mark-sequence {
    top: unset;
    bottom: 0;
    padding-left: 6rem;
  }

  .exp.section-1 .mark-sequence {
    padding: 0 3rem;
  }

  .exp-flying.section .text-content,
  .exp.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    max-width: 25ch;
  }

  .exp-flying.section .fly.text-content .text-box h1 {
    line-height: 2.3rem;
  }

  #experience-banner.exp.section-1 .text-content.top-header {
    top: 55%;
  }

  #experience-banner .text-content.top-header .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 10rem;
    max-width: 20ch;
  }

  #experience-banner .mark-sequence {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  #experience-cinema .race.text-content .text-box h1 {
    max-width: 12ch;
  }

  .exp-flying.section .text-content .text-box h1,
  .exp.section .text-content .text-box h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  #emmersive-worlds.exp .text-content .text-box h1 {
    max-width: 11ch;
  }

  #revealing-value.exp .text-content .text-box h1 {
    max-width: 10ch;
  }

  /* !========EXPERIENCES END======== */

  /* !========CONSTRUCTION======== */

  .const.section .mark-sequence {
    top: 23%;
    padding-left: 6rem;
  }

  .const.section-1 .mark-sequence {
    padding: 0 3rem;
  }

  .const.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .const.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 1rem;
  }

  .const.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .const.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 10rem;
  }

  #const1-banner {
    top: 55%;
    transform: translateY(-50%);
  }

  #construction-banner .text-content .text-box p {
    max-width: 20ch;
  }

  #construction-banner .text-content .text-box h1 {
    max-width: 8ch;
  }

  #revealing-value.const .text-content .text-box h1,
  #revealing-value.const .text-content .text-box h1,
  #digital-technology.const .text-content .text-box h1 {
    max-width: 9ch;
  }

  #future-digital.const .text-content .text-box h1 {
    max-width: 10ch;
  }

  #future-digital.const .text-content .text-box {
    position: absolute;
    bottom: 50%;
  }

  #future-digital.const .card {
    top: 80%;
    transform: translateY(40%);
  }

  #emmersive-worlds.const {
    margin-bottom: 3rem;
  }

  #emmersive-worlds.const .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 8rem;
  }

  #emmersive-worlds.const #const5-banner {
    top: 28%;
  }

  #emmersive-worlds.const.section .text-content .card {
    bottom: -20%;
    padding-top: 0;
  }

  .const.section .text-content .text-box h1,
  .const.section .text-content.top-header h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .const.section .text-content .text-box p,
  .const.section .card .card-text p,
  .const.section .text-content li,
  .const.section .text-content a,
  .const.section .card p {
    font-size: 1rem;
    line-height: 1rem;
  }

  .const.section .text-content .card.item-list li {
    margin: 0;
  }

  .const.section .text-content .card {
    padding: 1rem;
  }

  #revealing-value.const.section .text-content .card {
    position: absolute;
    bottom: -5%;
    left: 1rem;
    right: 1rem;
    padding-top: 0;
  }

  #revealing-value.const .text-content #text-2.text-box {
    padding-bottom: 7.5rem;
  }

  #revealing-value.const .text-content .card h2 {
    font-size: 5rem;
    line-height: 5rem;
    top: 30%;
  }

  #revealing-value.const,
  #future-digital.const,
  #digital-technology.const {
    margin-bottom: 4rem;
  }

  #revealing-value.const .text-content,
  #future-digital.const .text-content,
  #digital-technology.const .text-content {
    top: 80%;
    transform: translateY(-60%);
  }

  #emmersive-worlds.const .line-wrapper {
    height: 110%;
  }

  /* !========CONSTRUCTION END======== */

  /* !========COLLABORATION======== */

  .collab.section .mark-sequence {
    top: 20%;
    padding-left: 6rem;
  }

  .collab.section-1 .mark-sequence {
    padding: 0 3rem;
  }

  .collab.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .collab.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 1rem;
  }

  .collab.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .collab.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 10rem;
  }

  #collaboration-banner.collab #collab1-banner {
    top: 40%;
  }

  #collaboration-banner.collab .text-content .text-box h1 {
    max-width: 13ch;
  }

  #collaboration-banner.collab .text-content .text-box p {
    max-width: 20ch;
  }

  #digital-technology.collab .text-content .text-box h1 {
    max-width: 13ch;
  }

  #digital-technology.collab .text-content .text-box {
    transform: translateY(30%);
  }

  #digital-technology .card {
    transform: translateY(40%);
  }

  #revealing-value.collab .text-content .text-box h1 {
    max-width: 11ch;
  }

  #future-digital.collab .text-content .text-box h1 {
    max-width: 9ch;
  }

  #revealing-value.collab .text-content .card {
    padding-top: 0;
    padding-bottom: 0;
  }

  #revealing-value.collab .text-content .card h2 {
    font-size: 5rem;
    line-height: 5rem;
  }

  #collaboration-banner .banner-line.banner-gradient {
    top: 10%;
  }

  .collab.section .text-content .text-box h1,
  .collab.section .text-content.top-header h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .collab.section .text-content .text-box p,
  .collab.section .card .card-text p,
  .collab.section .text-content li,
  .collab.section .text-content a,
  .collab.section .card p {
    font-size: 1rem;
    line-height: 1rem;
  }

  .collab.section .text-content .card.item-list li {
    margin: 0;
  }

  .collab.section .text-content .card {
    padding: 1rem;
  }

  #future-digital.collab .text-content .text-box h1 {
    margin-bottom: 0;
  }

  .collab.section-2 {
    margin-bottom: 3.5rem;
  }

  /* !========COLLABORATION END======== */

  /* !========SUSTAINABILITY======== */

  .sust.section .mark-sequence {
    top: 20%;
    padding-left: 6rem;
  }

  .sust.section-1 .mark-sequence {
    padding: 0 3rem;
  }

  .sust.section-4 .mark-sequence {
    top: 50%;
    transform: translateY(45%);
  }

  .sust.section .text-content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
  }

  .sust.section .text-content .text-box {
    padding: 0 2rem;
    padding-bottom: 1rem;
  }

  .sust.section-1 .text-content {
    bottom: unset;
    top: 55%;
    transform: translateY(-50%);
  }

  .sust.section-1 .text-content .text-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 10rem;
  }

  .sust.section-3 {
    margin-bottom: 7rem;
  }

  .sust.section-3 .text-content .text-box {
    top: 55%;
    transform: translateY(55%);
  }

  .sust.section-3 .card {
    top: 55%;
    transform: translateY(55%);
  }

  .sust.section-4 .text-content {
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 5rem 3rem;
    padding-bottom: 0;
  }

  .sust.section-4 .text-content .text-box {
    padding: 0;
  }

  .sust.section-4 #sust4-banner {
    top: 45%;
  }

  .sust.section-4 {
    margin-bottom: 10rem;
  }

  .sust.section-4 .text-content .text-box h1 {
    max-width: 12ch;
  }

  .sust.section-1 .text-content .text-box h1,
  .sust.section-3 .text-content .text-box h1 {
    max-width: 8ch;
  }

  .sust.section-2 .text-content .text-box h1 {
    max-width: 10ch;
  }

  .sust.section-1 .text-content .text-box p {
    max-width: 20ch;
  }

  #sustainability-banner #sust1-banner {
    top: 40%;
  }

  #collaboration.sust .text-content #text-2.text-box {
    transform: translateY(70%);
  }

  .sust.section .text-content .text-box h1,
  .sust.section .text-content.top-header h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .sust.section .text-content .text-box p,
  .sust.section .card .card-text p,
  .sust.section .text-content li,
  .sust.section .text-content a,
  .sust.section .card p {
    font-size: 1rem;
    line-height: 1rem;
  }

  .sust.section .text-content .card.item-list li {
    margin: 0;
  }

  .sust.section .text-content .card {
    padding: 1rem;
  }

  #sustainability-digital.sust #sust2-banner {
    top: 23%;
  }

  #collaboration.sust .line-wrapper {
    height: 120%;
  }

  /* !========SUSTAINABILITY END======== */
}

/* Global font */

h1 {
  letter-spacing: -1px;
}

body {
  font-family: 'Omnes', sans-serif;
}

p {
  font-weight: 300;
}

video {
  -webkit-clip-path: inset(2px 2px);
          clip-path: inset(2px 2px);
}

video,
img {
  pointer-events: none;
}

video::-webkit-media-controls {
  display: none;
}

.custom-text-transparent {
  color: transparent;
}

#header {
  position: fixed;
  top: 0;
  /* left: 0; */
  width: 100%;
  padding: 10px;
  /* padding-top: 32px; */
  transition: top 0.3s;
}

/* Slider */

#slider_recommendation {
  max-width: 100%;
  position: relative;
  margin: 0;
  width: 100%;
}

.splide__arrows {
  position: absolute;
  z-index: 1;
}

.splide__arrow--prev {
  left: 4rem !important;
}

.splide__arrow--next {
  right: 4rem !important;
}

/* 3D Object */

.threejs-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* Header Dropdown */

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  background-color: #ffffff;
  width: 180px;
  padding: 20px;
}

.dropdown-content a:hover {
  color: #f3f3f3;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.slider-btn-base {
  font-size: 22px;
  /* width: 40%; */
  text-align: center;
  /* color: #ff9348; */
  background: transparent;
  background-position: right;
  /* border: solid 2px #ff9348; */
  border-radius: 5px;
  margin-top: 40px;
  background-size: 200%;
  transition: 0.5s ease-out;
}

.slider-btn-base:hover {
  background-position: left;
  color: #fff;
}

.slider-btn-global-blue {
  font-size: 22px;
  padding: 10px 0;
  /* width: 40%; */
  text-align: center;
  color: #089aeb;
  background: transparent;
  border-width: 1px;
  border-color: #089aeb;
  border-radius: 5px;
  margin-top: 40px;
  /* default color */
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(
            to left,
            transparent 50%,
            #405086 0%,
            #089aeb 100%
        )
        right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

.slider-btn-global-orange {
  font-size: 22px;
  padding: 10px 0;
  /* width: 40%; */
  text-align: center;
  color: #ff9348;
  background: transparent;
  border-width: 1px;
  border-color: #ff9348;
  border-radius: 5px;
  margin-top: 40px;
  /* default color */
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(
            to left,
            transparent 50%,
            #ff00a6 0%,
            #ff822b 100%
        )
        right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

.slider-btn-global-orange:hover {
  background-position: left;
  color: #fff;
}

#orange-cta-icon {
  color: #ff9348;
}

#red-cta-icon {
  color: #fe0001;
}

#black-cta-icon {
  color: #000;
}

#white-cta-icon {
  color: #fff;
}

#blue-cta-icon {
  color: #0a9beb;
}

#green-cta-icon {
  color: #019637;
}

.slider-btn-global-blue:hover {
  background-position: left;
  color: #fff;
}

.slider-btn-global-pink {
  font-size: 22px;
  padding: 10px 0;
  /* width: 40%; */
  text-align: center;
  color: #ff05a4;
  background: transparent;
  border-width: 1px;
  border-color: #ff05a4;
  border-radius: 5px;
  margin-top: 40px;
  /* default color */
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(to left, transparent 50%, rgb(255, 5, 164) 50%)
        right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

.slider-btn-global-pink:hover {
  background-position: left;
  color: #fff;
}

.slider-btn-global-green {
  font-size: 22px;
  padding: 10px 0;
  /* width: 40%; */
  text-align: center;
  color: #138d3f;
  background: transparent;
  border-width: 1px;
  border-color: #138d3f;
  border-radius: 5px;
  margin-top: 40px;
  /* default color */
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(
            to left,
            transparent 50%,
            #405086 0%,
            #138d3f 100%
        )
        right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

.slider-btn-global-green:hover {
  background-position: left;
  color: #fff;
}

/* Splide */

.splide__arrow.splide__arrow--prev {
  padding: 0;
  width: 3em;
  height: auto;
  background-color: transparent;
  font-size: 22px;
}

.splide__arrow.splide__arrow--next {
  padding: 0;
  width: 3em;
  height: auto;
  background-color: transparent;
  font-size: 22px;
}

#slider_partners .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#slider_partners .splide__arrow.splide__arrow--prev {
  display: none;
}

#slider_partners .splide__arrow.splide__arrow--next {
  display: none;
}

/* Homepage Solution Style */

.retail-background {
  color: #3c4973;
  fill: #3c4973;
}

.construction-background {
  color: #3c4973;
  fill: #3c4973;
}

.experiences-background {
  color: #3c4973;
  fill: #3c4973;
}

.testing-retail {
  display: block;
}

.testing-construction {
  display: block;
}

.testing-experiences {
  display: block;
}

.testing-container {
  display: block;
}

/* Tablet Size Responsive */

@media only screen and (min-width: 600px) and (max-width: 1025px) {
  /* Mobile Menu */

  #mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }

  #mobile-video-container {
    position: relative;
  }

  #background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }

  /* Slider responsive */

  #slider_recommendation .splide__pagination {
    display: block;
    text-align: center;
    width: 190px;
  }

  .splide__arrow.splide__arrow--prev {
    padding: 2px 2px;
    width: 32px;
  }

  .splide__arrow.splide__arrow--next {
    padding: 2px 2px;
    width: 32px;
  }

  .splide__arrow svg {
    fill: #707070;
  }

  .splide__pagination__page.is-active {
    background: #707070;
  }

  .splide__arrow--next {
    right: 3em;
  }

  .splide__arrow--prev {
    left: 3em;
  }

  .splide__arrow {
    top: 90%;
  }

  .splide__pagination__page {
    background: transparent;
    border: 1px solid #707070;
  }

  /* Line Gradient */

  .builders-gradient {
    width: 2px;
    top: -10rem;
    bottom: 11rem;
    background: linear-gradient(to bottom, #ff822b, #009636, #ffffff);
  }

  .mobile-solution-1-gradient {
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, #ffffff, #360991);
  }

  .mobile-solution-2-gradient {
    position: absolute;
    width: 2px;
    background: linear-gradient(
            to bottom,
            #ffffff,
            #fe00a8,
            #ff822b,
            #ffffff
        );
  }

  .endlessly-1-gradient {
    width: 2px;
  }

  .endlessly-2-gradient {
    width: 2px;
    top: 15rem;
  }

  .sustain-1-gradient {
    width: 2px;
  }

  .sustain-2-gradient {
    width: 2px;
    top: 15rem;
  }

  .team-1-gradient {
    width: 2px;
  }

  .team-2-gradient {
    width: 2px;
    top: 15rem;
  }

  .solution-1-gradient {
    display: none;
  }

  .solution-2-gradient {
    width: 2px;
    top: 7rem;
    background: linear-gradient(to bottom, #ff822b, #fe00a8, #ff822b);
  }

  /* Background Gradiant */

  .mobile-retail {
    background: linear-gradient(to right, #009636, #234e77);
  }

  .mobile-construction {
    background: linear-gradient(to right, #089aeb, #234e77);
  }

  .mobile-experiences {
    background: linear-gradient(to right, #ed9728, #fe00a8);
  }

  /* Button on collaboration Sustainability and Team*/

  .collaboratio-mobile-btn {
    background: linear-gradient(to right, #ff822b, #fe00a8, #ff822b);
  }

  .sustainability-mobile-btn {
    background: linear-gradient(to right, #009636, #089aeb);
  }

  .team-mobile-btn {
    background: linear-gradient(to right, #089aeb, #234e77);
  }
}

@media only screen and (max-width: 600px) {
  /* Mobile Menu */

  #mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }

  #mobile-video-container {
    position: relative;
  }

  #background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }

  /* Slider responsive */

  #slider_recommendation .splide__pagination {
    display: block;
    text-align: center;
    width: 190px;
  }

  .splide__arrow.splide__arrow--prev {
    padding: 2px 2px;
    width: 32px;
  }

  .splide__arrow.splide__arrow--next {
    padding: 2px 2px;
    width: 32px;
  }

  .splide__arrow svg {
    fill: #707070;
  }

  .splide__pagination__page.is-active {
    background: #707070;
  }

  .splide__arrow--next {
    right: 3em;
  }

  .splide__arrow--prev {
    left: 3em;
  }

  .splide__arrow {
    top: 95%;
  }

  .splide__pagination__page {
    background: transparent;
    background-position: right;
    /* border: solid 2px #ff9348; */
    border-radius: 5px;
    margin-top: 40px;
    background-size: 200%;
    transition: 0.5s ease-out;
  }
}

.slider-btn-base:hover {
  background-position: left;
  color: #fff;
}

.slider-btn-global-blue {
  font-size: 22px;
  padding: 10px 0;
  /* width: 40%; */
  text-align: center;
  color: #089aeb;
  background: transparent;
  border-width: 1px;
  border-color: #089aeb;
  border-radius: 5px;
  margin-top: 40px;
  /* default color */
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(
            to left,
            transparent 50%,
            #405086 0%,
            #089aeb 100%
        )
        right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

.slider-btn-global-orange {
  font-size: 22px;
  padding: 10px 0;
  /* width: 40%; */
  text-align: center;
  color: #ff9348;
  background: transparent;
  border-width: 1px;
  border-color: #ff9348;
  border-radius: 5px;
  margin-top: 40px;
  /* default color */
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(
            to left,
            transparent 50%,
            #ff00a6 0%,
            #ff822b 100%
        )
        right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

.slider-btn-global-orange:hover {
  background-position: left;
  color: #fff;
}

#orange-cta-icon {
  color: #ff9348;
}

#red-cta-icon {
  color: #fe0001;
}

#black-cta-icon {
  color: #000;
}

#white-cta-icon {
  color: #fff;
}

#blue-cta-icon {
  color: #0a9beb;
}

#green-cta-icon {
  color: #019637;
}

.slider-btn-global-blue:hover {
  background-position: left;
  color: #fff;
}

.slider-btn-global-pink {
  font-size: 22px;
  padding: 10px 0;
  /* width: 40%; */
  text-align: center;
  color: #ff05a4;
  background: transparent;
  border-width: 1px;
  border-color: #ff05a4;
  border-radius: 5px;
  margin-top: 40px;
  /* default color */
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(to left, transparent 50%, rgb(255, 5, 164) 50%)
        right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

.slider-btn-global-pink:hover {
  background-position: left;
  color: #fff;
}

.slider-btn-global-green {
  font-size: 22px;
  padding: 10px 0;
  /* width: 40%; */
  text-align: center;
  color: #138d3f;
  background: transparent;
  border-width: 1px;
  border-color: #138d3f;
  border-radius: 5px;
  margin-top: 40px;
  /* default color */
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(
            to left,
            transparent 50%,
            #405086 0%,
            #138d3f 100%
        )
        right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

.slider-btn-global-green:hover {
  background-position: left;
  color: #fff;
}

/* Splide */

.splide__arrow.splide__arrow--prev {
  padding: 0;
  width: 3em;
  height: auto;
  background-color: transparent;
  font-size: 22px;
}

.splide__arrow.splide__arrow--next {
  padding: 0;
  width: 3em;
  height: auto;
  background-color: transparent;
  font-size: 22px;
}

#slider_partners .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#slider_partners .splide__arrow.splide__arrow--prev {
  display: none;
}

#slider_partners .splide__arrow.splide__arrow--next {
  display: none;
}

/* Homepage Solution Style */

.retail-background {
  color: #3c4973;
  fill: #3c4973;
}

.construction-background {
  color: #3c4973;
  fill: #3c4973;
}

.experiences-background {
  color: #3c4973;
  fill: #3c4973;
}

.testing-retail {
  display: block;
}

.testing-construction {
  display: block;
}

.testing-experiences {
  display: block;
}

.testing-container {
  display: block;
}

/* Tablet Size Responsive */

@media only screen and (min-width: 600px) and (max-width: 1025px) {
  /* Mobile Menu */

  #mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }

  #mobile-video-container {
    position: relative;
  }

  #background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 150dvh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }

  /* Slider responsive */

  #slider_recommendation .splide__pagination {
    display: block;
    text-align: center;
    width: 190px;
  }

  .splide__arrow.splide__arrow--prev {
    padding: 2px 2px;
    width: 32px;
  }

  .splide__arrow.splide__arrow--next {
    padding: 2px 2px;
    width: 32px;
  }

  .splide__arrow svg {
    fill: #707070;
  }

  .splide__pagination__page.is-active {
    background: #707070;
  }

  .splide__arrow--next {
    right: 3em;
  }

  .splide__arrow--prev {
    left: 3em;
  }

  .splide__arrow {
    top: 90%;
  }

  .splide__pagination__page {
    background: transparent;
    border: 1px solid #707070;
  }

  /* Line Gradient */

  .builders-gradient {
    width: 2px;
    top: -10rem;
    bottom: 11rem;
    background: linear-gradient(to bottom, #ff822b, #009636, #ffffff);
  }

  .mobile-solution-1-gradient {
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, #ffffff, #360991);
  }

  .mobile-solution-2-gradient {
    position: absolute;
    width: 2px;
    background: linear-gradient(
            to bottom,
            #ffffff,
            #fe00a8,
            #ff822b,
            #ffffff
        );
  }

  .endlessly-1-gradient {
    width: 2px;
  }

  .endlessly-2-gradient {
    width: 2px;
    top: 15rem;
  }

  .sustain-1-gradient {
    width: 2px;
  }

  .sustain-2-gradient {
    width: 2px;
    top: 15rem;
  }

  .team-1-gradient {
    width: 2px;
  }

  .team-2-gradient {
    width: 2px;
    top: 15rem;
  }

  .solution-1-gradient {
    display: none;
  }

  .solution-2-gradient {
    width: 2px;
    top: 7rem;
    background: linear-gradient(to bottom, #ff822b, #fe00a8, #ff822b);
  }

  /* Background Gradiant */

  .mobile-retail {
    background: linear-gradient(to right, #009636, #234e77);
  }

  .mobile-construction {
    background: linear-gradient(to right, #089aeb, #234e77);
  }

  .mobile-experiences {
    background: linear-gradient(to right, #ed9728, #fe00a8);
  }

  /* Button on collaboration Sustainability and Team*/

  .collaboratio-mobile-btn {
    background: linear-gradient(to right, #ff822b, #fe00a8, #ff822b);
  }

  .sustainability-mobile-btn {
    background: linear-gradient(to right, #009636, #089aeb);
  }

  .team-mobile-btn {
    background: linear-gradient(to right, #089aeb, #234e77);
  }
}

@media only screen and (max-width: 600px) {
  /* Mobile Menu */

  #mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }

  #mobile-video-container {
    position: relative;
  }

  #background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }

  /* Slider responsive */

  #slider_recommendation .splide__pagination {
    display: block;
    text-align: center;
    width: 190px;
  }

  .splide__arrow.splide__arrow--prev {
    padding: 2px 2px;
    width: 32px;
  }

  .splide__arrow.splide__arrow--next {
    padding: 2px 2px;
    width: 32px;
  }

  .splide__arrow svg {
    fill: #707070;
  }

  .splide__pagination__page.is-active {
    background: #707070;
  }

  .splide__arrow--next {
    right: 3em;
  }

  .splide__arrow--prev {
    left: 3em;
  }

  .splide__arrow {
    top: 95%;
  }

  .splide__pagination__page {
    background: transparent;
    border: 1px solid #707070;
  }

  /* Background Gradiant */

  .mobile-retail {
    background: linear-gradient(to right, #009636, #234e77);
  }

  .mobile-construction {
    background: linear-gradient(to right, #089aeb, #234e77);
  }

  .mobile-experiences {
    background: linear-gradient(to right, #ed9728, #fe00a8);
  }

  /* Button on collaboratio Sustainability and Team*/

  .collaboratio-mobile-btn {
    background: linear-gradient(to right, #ff822b, #fe00a8, #ff822b);
  }

  .sustainability-mobile-btn {
    background: linear-gradient(to right, #009636, #089aeb);
  }

  .team-mobile-btn {
    background: linear-gradient(to right, #089aeb, #234e77);
  }

  /* Mobile Gradient Line */

  .banner-gradient {
    width: 2px;
    top: 4rem;
    left: 1.5rem;
    bottom: 11rem;
  }

  .partners-gradient {
    width: 2px;
  }

  .builders-gradient {
    width: 2px;
    top: -4rem;
  }

  .animation-gradient {
    width: 2px;
  }

  .endlessly-1-gradient {
    width: 2px;
  }

  .endlessly-2-gradient {
    width: 2px;
  }

  .sustain-1-gradient {
    width: 2px;
  }

  .sustain-2-gradient {
    width: 2px;
  }

  .team-1-gradient {
    width: 2px;
  }

  .team-2-gradient {
    width: 2px;
  }

  .result-1-gradient {
    width: 2px;
    background: linear-gradient(to bottom, #ffffff, #360991);
  }

  .result-2-gradient {
    width: 2px;
    background: linear-gradient(
      to bottom,
      #360991,
      #fe00a8,
      #ff822b,
      #009636,
      #07bcca,
      #089aeb,
      #360991
    );
  }
}

@media only screen and (max-width: 499px) {
  .splide__arrow {
    top: 96%;
  }
}

.section-2 #text-1,
.section-2 #text-2,
.section-3 #text-1,
.section-3 #text-2,
.section-7 #text-1,
.section-7 #text-2,
.section-8 #text-1,
.section-8 #text-2,
.section-9 #text-1,
.section-9 #text-2 {
  opacity: 0;
}

/* Stories */

.story img#logo {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.story:hover img#logo {
  opacity: 1;
}

.story img#background {
  transition: transform 0.3s ease-out;
}

.story:hover img#background {
  transform: scale(1.15);
}

.story div#overlay {
  transition: transform 0.2s ease-out;
  transform: scaleY(0);
}

.story:hover div#overlay {
  transition: transform 0.2s ease-out;
  transform: scaleY(1);
}

* {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 280px) {
    .md\:container {
      max-width: 280px;
    }
  }

  @media (min-width: 320px) {
    .md\:container {
      max-width: 320px;
    }
  }

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

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1440px) {
    .md\:container {
      max-width: 1440px;
      padding-right: 8rem;
      padding-left: 8rem;
    }
  }

  @media (min-width: 1660px) {
    .md\:container {
      max-width: 1660px;
    }
  }

  @media (min-width: 1920px) {
    .md\:container {
      max-width: 1920px;
    }
  }
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 154 235 / var(--tw-bg-opacity));
}

.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 150 54 / var(--tw-bg-opacity));
}

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

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(8 154 235 / var(--tw-text-opacity));
}

.hover\:text-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(103 102 103 / var(--tw-text-opacity));
}

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

@media (max-width: 1024px) {
  .max-\[1024px\]\:hidden {
    display: none;
  }
}

@media (min-width: 280px) {
  .xs\:bottom-0 {
    bottom: 0px;
  }

  .xs\:block {
    display: block;
  }

  .xs\:hidden {
    display: none;
  }

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

  .xs\:gap-1 {
    gap: 0.25rem;
  }

  .xs\:gap-1\.5 {
    gap: 0.375rem;
  }

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

@media (min-width: 320px) {
  .sm\:w-32 {
    width: 8rem;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .md\:left-\[1rem\] {
    left: 1rem;
  }

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

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

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

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

  .md\:ml-\[2px\] {
    margin-left: 2px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .md\:h-\[57rem\] {
    height: 57rem;
  }

  .md\:h-auto {
    height: auto;
  }

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

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

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

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

  .md\:w-\[91\.8\%\] {
    width: 91.8%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

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

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

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

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

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

  .md\:pt-\[10\%\] {
    padding-top: 10%;
  }

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

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

  .md\:pt-\[4rem\] {
    padding-top: 4rem;
  }

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-\[1rem\] {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }
}

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-\[47rem\] {
    height: 47rem;
  }

  .lg\:h-\[73rem\] {
    height: 73rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:px-\[12rem\] {
    padding-left: 12rem;
    padding-right: 12rem;
  }

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

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

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

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

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

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }
}

@media (min-width: 1440px) {
  .xl\:order-none {
    order: 0;
  }

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

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

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

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

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

  .xl\:my-\[-1\.5rem\] {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-\[5px\] {
    margin-left: -5px;
  }

  .xl\:ml-\[-4\.8rem\] {
    margin-left: -4.8rem;
  }

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

  .xl\:mt-\[1rem\] {
    margin-top: 1rem;
  }

  .xl\:mt-\[6rem\] {
    margin-top: 6rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

  .xl\:h-\[51rem\] {
    height: 51rem;
  }

  .xl\:h-\[57rem\] {
    height: 57rem;
  }

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

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

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

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

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

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

  .xl\:w-\[70\%\] {
    width: 70%;
  }

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

  .xl\:w-\[78\.5\%\] {
    width: 78.5%;
  }

  .xl\:w-\[82\%\] {
    width: 82%;
  }

  .xl\:w-\[99\%\] {
    width: 99%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:justify-items-center {
    justify-items: center;
  }

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

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

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

  .xl\:gap-\[2\.4rem\] {
    gap: 2.4rem;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:px-\[5rem\] {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-\[8\.5rem\] {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

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

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

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

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

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

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

  .xl\:py-\[0\] {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

  .xl\:pt-\[15\%\] {
    padding-top: 15%;
  }

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

  .xl\:text-start {
    text-align: start;
  }

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

  .xl\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

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

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

  .xl\:leading-6 {
    line-height: 1.5rem;
  }

  .xl\:leading-\[60px\] {
    line-height: 60px;
  }
}

@media (min-width: 1660px) {
  .\32xl\:mt-\[5\%\] {
    margin-top: 5%;
  }

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

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

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

  .\32xl\:w-14 {
    width: 3.5rem;
  }

  .\32xl\:text-\[130px\] {
    font-size: 130px;
  }

  .\32xl\:text-\[29px\] {
    font-size: 29px;
  }

  .\32xl\:text-\[34px\] {
    font-size: 34px;
  }
}
