@import url("../assets/fonts/fonts.css");
/*
! 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: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
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:  ;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-bottom-1\/2{
  bottom: -50%;
}
.-bottom-10{
  bottom: -2.5rem;
}
.-left-5{
  left: -1.25rem;
}
.-top-10{
  top: -2.5rem;
}
.-top-20{
  top: -5rem;
}
.-top-72{
  top: -18rem;
}
.-top-\[80\%\]{
  top: -80%;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-24{
  bottom: 6rem;
}
.bottom-3\/4{
  bottom: 75%;
}
.bottom-5{
  bottom: 1.25rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-\[5\%\]{
  left: 5%;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-16{
  top: 4rem;
}
.top-20{
  top: 5rem;
}
.top-24{
  top: 6rem;
}
.top-28{
  top: 7rem;
}
.top-3\/4{
  top: 75%;
}
.top-40{
  top: 10rem;
}
.top-8{
  top: 2rem;
}
.top-full{
  top: 100%;
}
.bottom-0{
  bottom: 0px;
}
.-z-10{
  z-index: -10;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-48{
  margin-bottom: 12rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.\!h-auto{
  height: auto !important;
}
.h-6{
  height: 1.5rem;
}
.h-96{
  height: 24rem;
}
.h-\[500px\]{
  height: 500px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-60{
  max-height: 15rem;
}
.w-28{
  width: 7rem;
}
.w-40{
  width: 10rem;
}
.w-48{
  width: 12rem;
}
.w-6{
  width: 1.5rem;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[130px\]{
  max-width: 130px;
}
.max-w-\[158px\]{
  max-width: 158px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[264px\]{
  max-width: 264px;
}
.max-w-\[64\%\]{
  max-width: 64%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize-none{
  resize: none;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-20{
  row-gap: 5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-full{
  border-radius: 9999px;
}
.bg-brand-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(205 212 222 / var(--tw-bg-opacity));
}
.bg-brand-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 50 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-transp{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-transp-1{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-alvim-connecor-cable{
  background-image: url('../assets/images/alvim-connecor-cable.png');
}
.bg-cosmonaut{
  background-image: url('../assets/images/cosmonaut.png');
}
.bg-ep5g{
  background-image: url('../assets/images/ep5g-offering.jpg');
}
.bg-alex-with-wt{
  background-image: url('../assets/images/alexBW-WT.png');
}
.bg-digital-lab{
  background-image: url('../assets/images/digital-lab.png');
}
.bg-subway{
  background-image: url('../assets/images/subway.jpg');
}
.bg-digital-squads{
  background-image: url('../assets/images/digital-squads.png');
}
.bg-footer{
  background-image: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0.00) 80%);
}
.bg-sky{
  background-image: url('../assets/images/sky.png');
}
.bg-testing{
  background-image: url('../assets/images/testing.png');
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-5{
  padding: 1.25rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-3\.5{
  padding-bottom: 0.875rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-48{
  padding-bottom: 12rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.text-center{
  text-align: center;
}
.font-Gogh{
  font-family: Gogh Extra Bold, sans-serif;
}
.font-KnowYourProduct{
  font-family: Know your product, sans-serif;
}
.font-SFproDis{
  font-family: SF Pro Display, sans-serif;
}
.font-SFproText{
  font-family: SF Pro Text, sans-serif;
}
.text-28{
  font-size: 28px;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 32px;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-thin{
  font-weight: 100;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-egidion{
  letter-spacing: -4.48px;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.text-brand-gray{
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity));
}
.text-brand-green{
  --tw-text-opacity: 1;
  color: rgb(51 102 51 / var(--tw-text-opacity));
}
.text-brand-red{
  --tw-text-opacity: 1;
  color: rgb(255 50 0 / var(--tw-text-opacity));
}

.text-brand-teal{
  --tw-text-opacity: 1;
  color: rgb(204 255 255 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.opacity-60{
  opacity: 0.6;
}
.mix-blend-difference{
  mix-blend-mode: difference;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html{
  scroll-behavior: smooth;
}

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

input:focus, textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.font-thin{
  color: rgb(127 127 127 / 0.6);
}

.nav-dropdown {
    top: 43px
}

@media (max-width: 767px) {
    .bg-fixed {
        background-attachment: initial;
    }
    /* .mix-blend-difference {
        mix-blend-mode: normal;
    } */
}

.hover\:bg-brand-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 51 / var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

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

.hover\:text-brand-green:hover{
  --tw-text-opacity: 1;
  color: rgb(51 102 51 / var(--tw-text-opacity));
}

.hover\:text-green-500:hover{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:-top-1\/2{
    top: -50%;
  }
  .sm\:-top-1\/3{
    top: -33.333333%;
  }
  .sm\:-top-32{
    top: -8rem;
  }
  .sm\:-top-36{
    top: -9rem;
  }
  .sm\:-top-\[20\%\]{
    top: -20%;
  }
  .sm\:-top-\[30\%\]{
    top: -30%;
  }
  .sm\:-top-\[45\%\]{
    top: -45%;
  }
  .sm\:-top-\[65\%\]{
    top: -65%;
  }
  .sm\:left-8{
    left: 2rem;
  }
  .sm\:right-8{
    right: 2rem;
  }
  .sm\:top-0{
    top: 0px;
  }
  .sm\:top-24{
    top: 6rem;
  }
  .sm\:top-8{
    top: 2rem;
  }
  .sm\:top-\[55\%\]{
    top: 55%;
  }
  .sm\:block{
    display: block;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:w-64{
    width: 16rem;
  }
  .sm\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .sm\:whitespace-nowrap{
    white-space: nowrap;
  }
  .sm\:bg-contain{
    background-size: contain;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pb-24{
    padding-bottom: 6rem;
  }
  .sm\:pb-28{
    padding-bottom: 7rem;
  }
  .sm\:pb-48{
    padding-bottom: 12rem;
  }
  .sm\:pl-8{
    padding-left: 2rem;
  }
  .sm\:pr-0{
    padding-right: 0px;
  }
  .sm\:pr-6{
    padding-right: 1.5rem;
  }
  .sm\:pr-8{
    padding-right: 2rem;
  }
  .sm\:pt-24{
    padding-top: 6rem;
  }
  .sm\:pt-28{
    padding-top: 7rem;
  }
  .sm\:text-3xl{
    font-size: 32px;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:leading-5{
    line-height: 1.25rem;
  }
  .sm\:leading-none{
    line-height: 1;
  }
  .sm\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .sm\:mix-blend-normal{
    mix-blend-mode: normal;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:-bottom-1\/3{
    bottom: -33.333333%;
  }
  .md\:-top-1\/2{
    top: -50%;
  }
  .md\:-top-10{
    top: -2.5rem;
  }
  .md\:-top-\[50\%\]{
    top: -50%;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:bottom-10{
    bottom: 2.5rem;
  }
  .md\:left-10{
    left: 2.5rem;
  }
  .md\:left-12{
    left: 3rem;
  }
  .md\:left-\[10\%\]{
    left: 10%;
  }
  .md\:right-12{
    right: 3rem;
  }
  .md\:top-1\/2{
    top: 50%;
  }
  .md\:top-36{
    top: 9rem;
  }
  .md\:top-\[30\%\]{
    top: 30%;
  }
  .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .md\:mb-72{
    margin-bottom: 18rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-\[420px\]{
    max-width: 420px;
  }
  .md\:max-w-\[475px\]{
    max-width: 475px;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .md\:overflow-auto{
    overflow: auto;
  }
  .md\:bg-hero-home{
    background-image: url('../assets/images/hero-home.png');
  }
  .md\:bg-contain{
    background-size: contain;
  }
  .md\:bg-fixed{
    background-attachment: fixed;
  }
  .md\:bg-right-top{
    background-position: right top;
  }
  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .md\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-36{
    padding-bottom: 9rem;
  }
  .md\:pb-40{
    padding-bottom: 10rem;
  }
  .md\:pb-48{
    padding-bottom: 12rem;
  }
  .md\:pb-64{
    padding-bottom: 16rem;
  }
  .md\:pb-80{
    padding-bottom: 20rem;
  }
  .md\:pb-96{
    padding-bottom: 24rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pr-10{
    padding-right: 2.5rem;
  }
  .md\:pr-5{
    padding-right: 1.25rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-28{
    padding-top: 7rem;
  }
  .md\:pt-52{
    padding-top: 13rem;
  }
  .md\:text-3xl{
    font-size: 32px;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-6xl{
    font-size: 60px;
    line-height: 56px;
  }
  .md\:\!leading-\[50px\]{
    line-height: 50px !important;
  }
  .md\:leading-none{
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:-top-1\/2{
    top: -50%;
  }
  .lg\:left-8{
    left: 2rem;
  }
  .lg\:row-start-2{
    grid-row-start: 2;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:w-\[55\%\]{
    width: 55%;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-\[200px\]{
    max-width: 200px;
  }
  .lg\:max-w-\[280px\]{
    max-width: 280px;
  }
  .lg\:max-w-\[390px\]{
    max-width: 390px;
  }
  .lg\:max-w-\[405px\]{
    max-width: 405px;
  }
  .lg\:max-w-\[420px\]{
    max-width: 420px;
  }
  .lg\:max-w-\[430px\]{
    max-width: 430px;
  }
  .lg\:max-w-\[454px\]{
    max-width: 454px;
  }
  .lg\:max-w-\[480px\]{
    max-width: 480px;
  }
  .lg\:max-w-\[62\%\]{
    max-width: 62%;
  }
  .lg\:max-w-\[660px\]{
    max-width: 660px;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }
  .lg\:max-w-sm{
    max-width: 24rem;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-14{
    gap: 3.5rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .lg\:gap-y-28{
    row-gap: 7rem;
  }
  .lg\:gap-y-40{
    row-gap: 10rem;
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:pb-52{
    padding-bottom: 13rem;
  }
  .lg\:pb-56{
    padding-bottom: 14rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-24{
    padding-left: 6rem;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
  .lg\:pr-20{
    padding-right: 5rem;
  }
  .lg\:pr-3{
    padding-right: 0.75rem;
  }
  .lg\:pr-7{
    padding-right: 1.75rem;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-36{
    padding-top: 9rem;
  }
  .lg\:text-42{
    font-size: 42px;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:\!leading-5{
    line-height: 1.25rem !important;
  }
}

@media (min-width: 1280px){
  .xl\:bottom-0{
    bottom: 0px;
  }
  .xl\:max-w-\[224px\]{
    max-width: 224px;
  }
  .xl\:max-w-lg{
    max-width: 32rem;
  }
  .xl\:max-w-xl{
    max-width: 36rem;
  }
  .xl\:max-w-xs{
    max-width: 20rem;
  }
  .xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}








/* Set the fixed height for the top row (drop-container) */
#top-row {
  height: 600px;
  width: 100%;
  display: flex;
}

/* Set the fixed height for the middle row (image-container) */
#middle-row {
  height: 600px;
  width: 100%;
  display: flex;
}

/* Set the fixed height for the bottom row (drag-container) */
#bottom-row {
  height: 200px;
  width: 100%;
  display: flex;
}

/* Set the fixed width for the left column (drop-container) */
#drop-container {
  height: 600px;
  width: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-color: lightgray;
  border-width: 10px;
  border-radius: 10px;
}


/* Set the fixed width for the right column (image-container) */
#image-container {
  height: 600px;
  width: 600px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Set the full width for the drag-container */
#drag-container {
  height: 200px;
  width: 900px;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  /* Center images */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

/* Style for draggable images */
.draggable-img {
  height: 100px;
  margin: 5px;
  cursor: grab;
  position: relative;
}

/* Style for the alt text */
.draggable-img::before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  font-size: 12px;
  border: 1px solid #000;
  z-index: 1;
}

/* Add a CSS class for the border when it's droppable */
.droppable {
  border: 2px solid red;
}

/* Style for alt text overlay */
.alt-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  top: 0;
  left: 0;
  transform: translate(5px, 5px);
}

/* Preserve image formatting on drop-container */
#drop-container img {
  max-width: 100%; /* Ensure the image fits within the container */
  max-height: 100%;
  width: auto; /* Automatically adjust width to maintain aspect ratio */
  height: auto; /* Automatically adjust height to maintain aspect ratio */
}


/* --- HERO LAYOUT --- */
.hero{
  position:relative; height:90vh; min-height:520px; overflow:hidden;
  background:#0c1222; isolation:isolate;
}
.hero-track{
  display:flex; height:100%; width:100%;
  transition: transform 600ms ease; will-change: transform;
}

/* Each slide */
.hero-slide{
  position:relative; flex:0 0 100%; height:100%;
}
.hero-bg{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; display:block;
  transform: translateX(0); transition: transform 600ms ease; /* parallax */
  filter: contrast(1.05) saturate(1.05);
}
.hero-overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(7,12,22,.55),rgba(7,12,22,.35));
}
.hero-copy{
  position:absolute; left:5%; right:5%; bottom:14%;
  max-width:760px; color:#eaf0ff; z-index:2;
}
.hero-copy h1{
  font-size: clamp(28px, 5vw, 56px);
  line-height:1.05; margin:0 0 8px; font-weight:800;
}
.hero-copy p{
  font-size: clamp(16px, 2.4vw, 24px);
  color:#a8b3cc; margin:0 0 14px;
}


.hero-log {
  display: inline-block;
  background: #fff;
  color: #111;
  font-family: monospace;
  font-size: 0.9rem;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  border-radius: 1.5rem;
  max-width: 70%;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* comic cloud shape with uneven radius */
.hero-log {
  border-radius: 2rem 2rem 2rem 2rem / 2rem 2rem 2rem 2rem;
}

/* small arrow pointing to the right */
.hero-log::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(-2px 2px 2px rgba(0,0,0,0.2));
}






/* --- CONTROLS --- (leave your existing controls above as-is) */

/* === HERO COPY: bottom-left placement === */

.hero { position: relative; }
.hero-slide { position: relative; }

/* Bottom-left anchored copy block */
.hero .hero-copy{
  position: absolute;
  bottom: 6%;
  left: 4%;
  right: auto;

  /* Width & wrapping */
  max-width: min(60%);
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;

  /* Don't stretch full height anymore */
  height: auto;
}

/* Big hero title without touching other headings */
.hero .hero-title-big{
  display:block;
  font-weight:800;
  line-height:1.05;
  letter-spacing:-0.02em;
  line-height:0.85;           /* tightened line spacing */
  color:#fff;
  font-size:clamp(56px, 9vw, 160px) !important;
  max-width:100%;
  white-space:normal;
  word-break:break-word;
}

/* Dots – keep centered above bottom edge */
.hero-dots{
  position:absolute; left:50%; transform:translateX(-50%);
  bottom:16px; display:flex; gap:8px; z-index:5;
}
.hero-dots button{
  width:9px; height:9px; border-radius:50%;
  border:none; background:#93a3c8; opacity:.5; cursor:pointer;
}
.hero-dots button[aria-selected="true"]{ background:#eaf0ff; opacity:1; }

/* Arrows (unchanged, just here for completeness) */
.hero-nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:44px; height:44px; border-radius:50%;
  background: rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  z-index:5; cursor:pointer; transition:.2s;
}
.hero-nav:hover{ background: rgba(255,255,255,.2); }
.hero-prev{ left:18px; }
.hero-next{ right:18px; }
.hero-prev::before, .hero-next::before{
  content:""; position:absolute; inset:0; margin:auto; width:12px; height:12px;
  border-top:2px solid #fff; border-right:2px solid #fff;
}
.hero-prev::before{ transform: rotate(-135deg); left:-2px; }
.hero-next::before{ transform: rotate(45deg); right:-2px; }

/* Responsive anchors */
@media (max-width: 1024px){
  .hero .hero-copy{
    bottom: 8%;
    max-width: 86%;
    width: 86%;
  }
}
@media (max-width: 768px){
  .hero .hero-copy{
    bottom: 10%;
    left: 5%;
    right: 5%;
    max-width: 90%;
    width: auto;
  }
}


.ericsson-badge {
  width: 80px;        /* smaller size */
  height: auto;
}

@media (min-width: 768px) {
  .ericsson-badge {
    width: 110px;     /* a bit larger on md+ screens */
  }
}
