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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/*
@media (min-width: 450px) {
  .container {
    max-width: 450px;
  }
}

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

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

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

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

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
*/

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

html:not(.aem-AuthorLayer-Edit) .min-h-screen {
  min-height: 100vh;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: 100%;
  scroll-snap-type: none;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Helvetica Neue", sans-serif;
  color: #ffffff;
}

section {
  position: relative;
  height: 100%;
  width: 100%;
  scroll-snap-type: none;
}

/* @media (min-width: 1024px) {
  section {
    scroll-snap-align: start;
  }
} */

@media (min-height: 840px) {
  @media (min-width: 1024px) {

    html,
    body {
      /* scroll-snap-type: y var(--tw-scroll-snap-strictness);
      --tw-scroll-snap-strictness: mandatory; */
      scroll-behavior: smooth;
    }
  }

  html:not(.aem-AuthorLayer-Edit) .content.min-h-screen section {
    height: 100%;
  }
}


.section-1.banner-bg {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 350px;
}

@media (min-width: 1024px) {
  .section-1.banner-bg {
    background-size: contain;
    background-repeat: repeat;
    padding-top: 80px;
  }
}

.section-1.banner-bg {
  background-position: 20% 20%;
}

@media (min-width: 1024px) {
    html:not(.aem-AuthorLayer-Edit) .content.min-h-screen .section-1.banner-bg {
        height: calc(100vh - 128px);
        background-position: 20% 92px;
      }
}

.section-1 .banner-overlay {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(187.21deg,
      rgba(50, 50, 50, 0) -12.36%,
      #000000 80%);
  z-index: 1;
}

.section-1 video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.section-1 .container {
  position: relative;
  z-index: 2;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.section-1 .top-text {
  animation: slideInFromRight 1s ease-out;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 100;
}

@media (min-width: 768px) {
  .section-1 .top-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.section-1 .bottom-text {
  width: 100%;
  max-width: 100%;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.section-1 .bottom-text {
  animation: slideInFromRight 1s ease-out;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgba(255, 179, 6, 1);
}

@media (min-width: 1024px) {
  .section-1 .bottom-text {
    max-width: 60%;
    text-align: right;
  }
}

@media (min-width: 1536px) {
  .section-1 .bottom-text {
    font-size: 2.4rem;
    line-height: 1;
  }
}

.section-1 .bottom-content .title {
  width: 100%;
  max-width: 100%;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.section-1 .bottom-content .title {
  animation: slideInFromLeft 1s ease-out;
  border-left: 2px solid #fff;
  padding-left: 0.75rem;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .section-1 .bottom-content .title {
    max-width: 55%;
  }
}

@media (min-width: 1536px) {
  .section-1 .bottom-content .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.section-1 .bottom-content .description {
  max-width: 100%;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.section-1 .bottom-content .description {
  animation: slideInFromLeft 1s ease-out;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-1 .bottom-content .description {
    max-width: 70%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .section-1 .bottom-content .description {
    max-width: 46%;
  }
}

.section-overlay {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(184.54deg,
      rgba(0, 0, 0, 0.8) 17.63%,
      rgba(0, 0, 0, 0.595) 44.03%,
      rgba(0, 0, 0, 0.8) 68.26%);
}

.section-title {
  padding-bottom: 2.5rem;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .section-title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

#banner-heading {
    color: #fff;
}

/* start section 2 */

.section-2 {
  background-image: url("/content/dam/pwc/m1/en/experience-consulting/section-2.jpg");
  background-size: cover;
  background-position: center;
}

.section-2 .grid-items {
  display: grid;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .section-2 .grid-items {
    height: 42rem;
  }
}

@media (min-width: 1024px) {
  .section-2 .grid-items {
    height: 40rem;
  }
}

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

@media (min-width: 1024px) {
  .section-2 .grid-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}

.section-2 .grid-items .grid-item {
  position: relative;
  isolation: isolate;
  z-index: 10;
  height: 100%;
  max-height: 5rem;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .section-2 .grid-items .grid-item {
    max-height: 100%;
  }
}

.section-2 .grid-items .grid-item {
  background-size: 100% 100%;
}

.section-2 .grid-items .grid-item.active {
  min-height: 27rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-2 .grid-items .grid-item.overflow-visible {
  overflow: visible;
  max-height: unset;
}

@media (min-width: 768px) {
  .section-2 .grid-items .grid-item.active {
    min-height: 100%;
  }
}

@media (min-width: 1024px) {
  .section-2 .grid-items .grid-item.active {
    padding: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  @keyframes animatedBackground {
    0% {
      background-size: 100%;
      background-position: center;
    }

    25% {
      background-size: 103%;
      background-position: left 48% center;
    }

    50% {
      background-size: 106%;
      background-position: center;
    }

    75% {
      background-size: 103%;
      background-position: right 52% center;
    }

    100% {
      background-size: 100%;
      background-position: center;
    }
  }

  .section-2 .grid-items .grid-item.active {
    animation: animatedBackground 8s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  }
}

.section-2 .grid-items .grid-item.inactive {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
}

.section-2 .grid-items .grid-item::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.8) 15.26%,
      rgba(0, 0, 0, 0) 219.31%);
  z-index: -1;
}

.section-2 .grid-items .grid-item.active::before {
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.9) 15.26%,
      rgba(0, 0, 0, 0) 219.31%);
}

.section-2 .grid-items .grid-item:not(.active):hover::before {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
  opacity: 0.7;
}

.section-2 .grid-items .grid-item:not(.active):hover {
  background-size: 115% 115%;
}

.section-2 .grid-items .grid-item .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  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));
  font-size: 1.5rem;
  line-height: 2rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .section-2 .grid-items .grid-item .icon {
    width: 55px;
    height: 55px;
  }
}

.section-2 .grid-items .grid-item:hover .icon {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.section-2 .grid-items .grid-item .icon svg {
  width: 100%;
  height: 100%;
}

.section-2 .grid-items .grid-item.active .icon {
  display: none;
}

.section-2 .grid-items .grid-item.active .close-icon {
  position: absolute;
  width: 35px;
  top: 1.5rem;
  right: 0.5rem;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .section-2 .grid-items .grid-item.active .close-icon {
    width: 45px;
    top: 3rem;
    right: 1rem;
  }
}

.section-2 .grid-items .grid-item.active .close-icon:hover {
  opacity: 0.8;
}

.section-2 .grid-items .grid-item.active .close-icon svg {
  width: 100%;
}

.section-2 .grid-items .grid-item:not(.active) .close-icon {
  display: none;
}

.section-2 .grid-items .grid-item .grid-item-content {
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-2 .grid-items .grid-item .grid-item-content .grid-item-title {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(255, 255, 255, 1);
  opacity: 1;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .section-2 .grid-items .grid-item .grid-item-content .grid-item-title {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
  }
}

.section-2 .grid-items .grid-item.active .grid-item-content .grid-item-title {
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255, 179, 6, 1);
}

@media (min-width: 1024px) {
  .section-2 .grid-items .grid-item.active .grid-item-content .grid-item-title {
    margin-bottom: 4rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.section-2 .grid-items .grid-item.active .grid-item-content .grid-item-title::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0.125rem;
  width: 100%;
}

@keyframes slideBorder {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.section-2 .grid-items .grid-item.active .grid-item-content .grid-item-title::after {
  animation: slideBorder 2s ease-in-out;
  background-color: rgba(255, 179, 6, 1);
  content: "";
}

.section-2 .grid-items .grid-item.inactive .grid-item-content .grid-item-title {
  opacity: 0;
}

.section-2 .grid-item .grid-item-content .grid-item-description {
  flex-grow: 1;
}

.section-2 .grid-item .grid-item-content .grid-item-description .short {
  display: none;
  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));
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-delay: 150ms;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .section-2 .grid-item .grid-item-content .grid-item-description .short {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.section-2 .grid-item .grid-item-content .grid-item-description .short {
  transform: translateY(0);
}

.section-2 .grid-item.inactive .grid-item-content .grid-item-description .short,
.section-2 .grid-item.active .grid-item-content .grid-item-description .short {
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0;
  transform: translateY(200%);
}

.section-2 .grid-item .grid-item-content .grid-item-description .full,
.section-2 .grid-item.inactive .grid-item-content .grid-item-description .full {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 100;
  line-height: 2rem;
  opacity: 0;
}

@media (min-width: 1024px) {

  .section-2 .grid-item .grid-item-content .grid-item-description .full,
  .section-2 .grid-item.inactive .grid-item-content .grid-item-description .full {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.section-2 .grid-item .grid-item-content .grid-item-description .full,
.section-2 .grid-item.inactive .grid-item-content .grid-item-description .full {
  transform: translateY(200%);
}

.section-2 .grid-item.active .grid-item-content .grid-item-description .full {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 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));
  flex-direction: column;
  gap: 2rem;
  overflow-y: auto;
  font-size: 0.875rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-delay: 80ms;
  transition-duration: 750ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .section-2 .grid-item.active .grid-item-content .grid-item-description .full {
    gap: 4rem;
  }
}

@media (min-width: 1024px) {
  .section-2 .grid-item.active .grid-item-content .grid-item-description .full {
    max-height: 90%;
    max-width: 75%;
  }
}

.section-2 .grid-item.active .grid-item-content .grid-item-description .full {
  transform: translateY(0);
  opacity: 1;
  overflow-y: auto;
  height: 100%;
}

.section-2 .grid-item.active .grid-item-content .grid-item-description .full .header {
  color: rgba(230, 105, 162, 1);
  margin-bottom: 0.25rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media (min-width: 1024px) {
  .section-2 .grid-item.active .grid-item-content .grid-item-description .full .header {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.section-2 .grid-item.active .grid-item-content .grid-item-description .full .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 100;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .section-2 .grid-item.active .grid-item-content .grid-item-description .full .content {
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .section-2 .grid-item.active .grid-item-content .grid-item-description .full .content {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* end section 2 */
.section-3 {
  height: unset !important;
}

.section-3 .grid-items {
  position: relative;
  isolation: isolate;
  display: grid;
  height: 60rem;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 3rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

@media (min-width: 1024px) {
  .section-3 .grid-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 6rem;
  }
}

.section-3 .grid-items.expanded {
  gap: 0px;
}

.section-3 .grid-items:not(.expanded) {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .section-3 .grid-items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 40rem;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.section-3 .grid-items .grid-item {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.section-3 .grid-items .grid-item video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
  /* Ensure the video is behind other content */
}

.section-3 .grid-items .grid-item .grid-item-title {
  position: absolute;
  right: -2%;
  bottom: -10%;
  height: 80px;
  width: 180px;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .section-3 .grid-items .grid-item .grid-item-title {
    right: -8%;
    bottom: -18%;
  }
}

@media (min-width: 1024px) {
  .section-3 .grid-items .grid-item .grid-item-title {
    height: 120px;
    width: 220px;
  }
}

.section-3 .grid-items .grid-item .grid-item-title .grid-item-text {
  width: 50%;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .section-3 .grid-items .grid-item .grid-item-title .grid-item-text {
    font-size: 1.15rem;
    line-height: 1.75rem;
  }
}



.section-3 .grid-items .grid-item .grid-item-title .icon {
  position: absolute;
  bottom: -4px;
  right: -4px;
  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));
  font-size: 1.5rem;
  line-height: 2rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.section-3 .grid-items .grid-item:hover .grid-item-title .icon {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.section-3 .grid-items .grid-item:hover .grid-item-title {
  --tw-bg-opacity: 0.8;
}

.section-3 .grid-items .grid-item .grid-item-description {
  position: relative;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  padding: 1.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section-3 .grid-items .grid-item.expanded .grid-item-title,
.section-3 .grid-items .grid-item.collapsed .grid-item-title {
  display: none;
  opacity: 0;
}

.section-3 .grid-items .grid-item.expanded .grid-item-description {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}

.section-3 .grid-items .grid-item .grid-item-description .description-content {
  display: none;
  flex-direction: column;
  gap: 2rem;
  overflow-y: auto;
  opacity: 0;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section-3 .grid-items .grid-item.expanded .grid-item-description .description-content {
  opacity: 1;
}

.section-3 .grid-items .grid-item.expanded .grid-item-description .description-content .top,
.section-3 .grid-items .grid-item.expanded .grid-item-description .description-content .middle,
.section-3 .grid-items .grid-item.expanded .grid-item-description .description-content .bottom {
  display: none;
  opacity: 0;
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section-3 .grid-items .grid-item.expanded .grid-item-description .title {
  margin-bottom: 4rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.section-3 .grid-items .grid-item.expanded .grid-item-description .header {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  color: rgba(255, 179, 6, 1);
}

.section-3 .grid-items .grid-item .grid-item-description .content {
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 2rem;
}

.section-3 .grid-items .grid-item.expanded .grid-item-description .content {
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 2rem;
}

.section-3 .grid-items .grid-item.collapsed {
  opacity: 0;
}

.section-3 .grid-items .grid-item.expanded .grid-item-description .close-icon {
  position: absolute;
  bottom: unset;
  top: 1%;
  right: 5%;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .section-3 .grid-items .grid-item.expanded .grid-item-description .close-icon {
    top: 5%;
    right: 2%;
  }
}

.section-3 .grid-items .grid-item.expanded .grid-item-description .close-icon:hover {
  opacity: 0.8;
}

.sections-3-4 {
  position: relative;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-image: linear-gradient(
      180.33deg,
      rgba(0, 0, 0, 0.4) -8.03%,
      rgba(0, 0, 0, 0.4) 45.65%,
      rgba(0, 0, 0, 0.4) 94.95%
    ),
    url("/content/dam/pwc/m1/en/experience-consulting/sections-3-4-bg.jpg"),
    url("/content/dam/pwc/m1/en/experience-consulting/sections-3-4-bg-flip.jpg");
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #ffff;
}

.sections-3-4 .top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  /* Adjust as needed */
  background: linear-gradient(180deg, rgba(6, 6, 6, 1) 0%, rgba(6, 6, 6, 0.80) 35%, rgba(6, 6, 6, 0.4) 65%, rgba(6, 6, 6, 0.2) 85%, rgba(6, 6, 6, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.sections-3-4 .bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  /* Adjust height as needed */
  background: linear-gradient(0deg, 
  rgba(0, 0, 0, 1) 0%, 
  rgba(0, 0, 0, 0.7) 10%, 
  rgba(0, 0, 0, 0.6) 25%, 
  rgba(19, 19, 19, 0.4) 60%, 
  rgba(19, 19, 19, 0.3) 75%, 
  rgba(19, 19, 19, 0.1) 85%, 
  rgba(19, 19, 19, 0) 100%);
    pointer-events: none;
  z-index: 0;
}


.sections-3-4.flip {
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-image: linear-gradient(180.33deg,
      rgba(0, 0, 0, 0.4) -8.03%,
      rgba(0, 0, 0, 0.4) 45.65%,
      rgba(0, 0, 0, 0.4) 94.95%),
    url("/content/dam/pwc/m1/en/experience-consulting/sections-3-4-bg-flip.jpg");
}

/* section 4 */

.section-4 {
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .section-4 {
    height: 80%;
  }
}

.section-4 .grid-items {
  position: relative;
  margin-top: 1.5rem;
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.5rem;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .section-4 .grid-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.section-4 .grid-items .grid-item {
  position: relative;
  isolation: isolate;
  grid-column: span 1 / span 1;
  grid-row: span 1 / span 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.section-4 .grid-items .grid-item:hover {
  cursor: pointer;
  opacity: 0.7;
}

.section-4 .grid-items .grid-item .content {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .section-4 .grid-items .grid-item .content {
    flex-direction: column;
  }
}

.section-4 .grid-items .grid-item .content img {
  max-height: 72px;
}

@media (min-width: 1024px) {
  .section-4 .grid-items .grid-item .content img {
    max-height: 100%;
  }
}

.section-4 .grid-items .grid-item .content .title {
  margin-bottom: 0.5rem;
  font-family: Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(255, 179, 6, 1);
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .section-4 .grid-items .grid-item .content .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.section-4 .grid-items .grid-item .content .description {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 100;
}

@media (min-width: 1024px) {
  .section-4 .grid-items .grid-item .content .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* section 5 */

.section-5 {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .section-5 {
    height: 80%;
  }
}

.section-5 .grid-items {
  position: relative;
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-items: flex-start;
  gap: 0.5rem;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .section-5 .grid-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}

.section-5 .grid-items .grid-item {
  position: relative;
  isolation: isolate;
  grid-column: span 1 / span 1;
  grid-row: span 1 / span 1;
  display: flex;
  height: 250px;
  width: 100%;
  max-width: 291px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  background-position: top;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .section-5 .grid-items .grid-item {
    height: 479px;
  }
}

.section-5 .grid-items .grid-item {
  background-size: cover;
}

@media (min-width: 1024px) {

  .section-5 .grid-items .grid-item:hover,
  .section-5 .grid-items .grid-item:focus,
  .section-5 .grid-items .grid-item:focus-within {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-bottom-width: 4px;
    border-color: rgba(255, 179, 6, 1);
    opacity: 0.8;
  }
}

.section-5 .grid-items .grid-item::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 70.78%);
  z-index: 10;
}

.section-5 .grid-items .grid-item .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-5 .grid-items .grid-item .content .name {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .section-5 .grid-items .grid-item .content .name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.section-5 .grid-items .grid-item .content .name {
  color: #ffb306;
}

.section-5 .grid-items .grid-item .content .connect {
  display: flex;
  flex-direction: column;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .section-5 .grid-items .grid-item .content .connect {
    display: none;
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .section-5 .grid-items .grid-item .content .connect {
    gap: 1rem;
  }
}

.section-5 .grid-items .grid-item .content .connect .title {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .section-5 .grid-items .grid-item .content .connect .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.section-5 .grid-items .grid-item .content .connect .connect-button {
  display: inline-flex;
  width: 100%;
  max-width: 100px;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .section-5 .grid-items .grid-item .content .connect .connect-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.section-5 .grid-items .grid-item .content .connect .connect-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.section-5 .grid-items .grid-item:hover .content .connect,
.section-5 .grid-items .grid-item:focus .content .connect,
.section-5 .grid-items .grid-item:focus-within .content .connect {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 1;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* separator */

.separator {
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .separator {
    height: 5rem;
  }
}

.separator {
  background-color: #d04a02;
}

/* footer */

.footer {
  height: 100% !important;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer {
    height: 15rem !important;
  }
}

.footer {
  background-color: #2d2d2d;
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .md\:w-9\/12 {
    width: 75%;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:py-22 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

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