@font-face {
  font-family: "porscheNextThin";
  src: url("/assets/fonts/PorscheNext-Thin.otf") format("opentype");
}
@font-face {
  font-family: "porscheNextRegular";
  src: url("/assets/fonts/PorscheNext-Regular.otf") format("opentype");
}
@font-face {
  font-family: "porscheNextBold";
  src: url("/assets/fonts/PorscheNext-Bold.otf") format("opentype");
}
/*
! tailwindcss v3.4.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.
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;
}
h1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}
h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
}
h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 41px;
}
h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 400px) and (max-height: 667px) {
    h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
  }
    h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
    h3 {
    font-size: 28px;
    line-height: 30px;
  }
    h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
      font-family: "porscheNextThin";
  }
    h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
    h6 {
    font-size: 16px;
    line-height: 28px;
  }
  }
@media (min-width: 1024px) {
    h1 {
    font-size: 82px;
    font-weight: 400;
    line-height: 95px;
  }
    h2 {
    font-size: 56px;
    font-weight: 400;
    line-height: 72px;
  }
    h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
  }
    h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
      font-family: "porscheNextThin";
  }
    h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
    h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
  }
  }
@media (min-width: 1024px) and (max-width: 1300px) and (max-height: 850px) {
    h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
  }
    h2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
  }
  }
li, li::after, .porsche-navbar__inner__responsive {
  --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;
}
.filter, svg, h6 {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1474px) {
  .container {
    max-width: 1474px;
  }
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.z-\[10\] {
  z-index: 10;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-\[0\] {
  height: 0;
}
.w-0 {
  width: 0px;
}
.w-full {
  width: 100%;
}
.max-w-0 {
  max-width: 0px;
}
.max-w-full {
  max-width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.text-center {
  text-align: center;
}
.font-\[\'porscheNextThin\'\] {
  font-family: 'porscheNextThin';
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.tracking-\[1\.8px\] {
  letter-spacing: 1.8px;
}
.text-\[\#D5001C\] {
  --tw-text-opacity: 1;
  color: rgb(213 0 28 / var(--tw-text-opacity));
}
.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));
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body {
  scroll-behavior: smooth;
  font-family: "porscheNextRegular";
  margin: 0;
  padding: 0;
  overflow-y: auto;
}

html {
  scroll-behavior: smooth;
  transition: scroll;
}

.section-sticky {
  position: sticky !important;
  z-index: 2;
}

.stick-disabled {
  z-index: 2;
  position: relative;
}

.overlap {
  z-index: 1 !important;
}

@media (max-width: 374px) {
  .hero {
    height: 100vh;
    height: 100svh;
    margin-top: -100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 100px;
    vertical-align: middle;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hero__superline {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 14px;
  }
  .hero__title {
    margin-bottom: 30px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hero__subline {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
    max-width: 620px;
  }
  .team {
    display: none;
  }
  .teamTablet {
    background-color: #121e15;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .teamTablet .container {
    position: relative;
  }
  .teamTablet .columnFlexContainer {
    display: flex;
    gap: 30px;
  }
  .teamTablet .columnFlexContainer__column {
    display: inline-block;
    width: 100%;
  }
  .teamTablet .columnFlexContainer__column__item {
    margin-bottom: 25px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
    border: #dad9de 1px solid;
    color: white;
    transition: all 0.3s;
  }
  .teamTablet .columnFlexContainer__column__item__img {
    overflow: hidden;
  }
  .teamTablet .columnFlexContainer__column__item__img img {
    border-radius: 15px 15px 0px 0px;
    transition: scale 0.3s;
    aspect-ratio: 1/1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    filter: grayscale(100%);
  }
  .teamTablet .columnFlexContainer__column__item__text {
    padding: 24px 32px;
  }
  .teamTablet .columnFlexContainer__column__item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 52 44 / var(--tw-bg-opacity));
    transition: all 0.3s;
    border: #29342c 1px solid;
  }
  .teamTablet .columnFlexContainer__column__item:hover img {
    scale: 1.1;
    transition: scale 0.3s;
  }
  .teamTablet .columnFlexContainer .column2 {
    display: none;
  }
  .teamTablet .column0 {
    position: sticky;
    top: 0px;
    z-index: 1;
    margin-left: -28px;
    margin-right: -28px;
    height: 140px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 28px;
    padding-right: 28px;
    background: linear-gradient(0deg, rgba(18, 30, 21, 0) 0%, rgb(18, 30, 21) 100%);
  }
  .teamTablet .column0__filters__region {
    position: relative;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .teamTablet .column0__filters__region__title {
    border: solid 1px white;
    position: relative;
    cursor: pointer;
    border-radius: 28px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all 0.1s;
  }
  .teamTablet .column0__filters__region__title h6 {
    line-height: 28px;
  }
  .teamTablet .column0__filters__region__title h6.active {
    font-weight: 700;
  }
  .teamTablet .column0__filters__region__title::after {
    content: "+";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 36px;
    top: 2px;
    font-size: 32px;
  }
  .teamTablet .column0__filters__region__title.opened {
    transition: all 0.1s;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .teamTablet .column0__filters__region__title.opened::after {
    content: "-";
    top: 0px;
    font-size: 35px;
    right: 34px;
  }
  .teamTablet .column0__filters__region__items {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
  }
  .teamTablet .column0__filters__region__items.show {
    visibility: visible;
    opacity: 1;
  }
  .teamTablet .column0__filters__region__items__item {
    border: solid 1px white;
    position: relative;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
  }
  .teamTablet .column0__filters__region__items__item h6 {
    padding-left: 30px;
    font-weight: 400;
    line-height: 28px;
  }
  .teamTablet .column0__filters__region__items__item:last-child {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 20px;
  }
  .teamTablet .column0__filters__region__items__item::before {
    content: "";
    position: absolute;
    top: 16px;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    border: 1px solid black;
  }
  .teamTablet .column0__filters__region__items__item::after {
    content: "";
  }
  .teamTablet .column0__filters__region__items__item.selected h6 {
    font-weight: 700;
  }
  .teamTablet .column0__filters__region__items__item.selected::before {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .teamTablet .column0__filters__region__items__item.selected::after {
    content: "";
    position: absolute;
    top: 20px;
    height: 5px;
    width: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    rotate: 135deg;
    left: 31px;
  }
  .teamTablet .column0__filters__region__items__title {
    position: relative;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all 0.3s;
    border-top: 1px solid #b5b4ba;
  }
  .teamTablet .column0__filters__region__items__title h6 {
    font-weight: 700;
    line-height: 28px;
  }
  .teamTablet .column0__filters__region__items__clearAllFilter {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #b5b4ba;
  }
  .teamTablet .column0__filters__region__items__clearAllFilter h6 {
    position: relative;
    padding-left: 30px;
    line-height: 26px;
  }
  .teamTablet .column0__filters__region__items__clearAllFilter h6::before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url("../../images/portfolio/clearFilterIcon.svg");
    width: 24px;
    height: 24px;
  }
  .teamCarousel {
    background-color: #efe8e2;
    transition: all 0.3s;
    position: fixed;
    top: 100vh;
    left: 0px;
    z-index: 40;
    height: 100vh;
    width: 100%;
  }
  .teamCarousel .buttonsBackgroundOverlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    display: block;
    height: 90px;
    width: 100%;
    background: linear-gradient(0deg, rgb(239, 232, 226) 60%, rgba(239, 232, 226, 0) 100%);
  }
  .teamCarousel .container {
    height: 100%;
  }
  .teamCarousel .container .closeIcon {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
  }
  .teamCarousel__swiper {
    height: 100%;
  }
  .teamCarousel__swiper .swiper-slide {
    overflow: scroll;
  }
  .teamCarousel__swiper__swiperItemContainer {
    height: 100%;
  }
  .teamCarousel__swiper__swiperItemContainer__img {
    margin-bottom: 28px;
  }
  .teamCarousel__swiper__swiperItemContainer__img img {
    width: 100%;
    filter: grayscale(100%);
  }
  .teamCarousel__swiper__swiperItemContainer__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 28px;
    padding-right: 28px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__title h3 {
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:first-child {
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) {
    font-family: "porscheNextThin";
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer {
    margin-top: 10px;
    display: flex;
    padding-bottom: 90px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region {
    width: 40%;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region h6:nth-child(2) {
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links {
    width: 60%;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links h6:nth-child(2) {
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links img {
    margin-right: 12px;
    display: inline-block;
  }
  .teamCarousel .custom-swiper-button-prev {
    position: absolute;
    bottom: 20px;
    left: 28px;
    z-index: 3;
    display: flex;
    flex-direction: row-reverse;
    transform: translateY(-50%);
    color: #403f45;
  }
  .teamCarousel .custom-swiper-button-prev.disabled {
    display: none;
  }
  .teamCarousel .custom-swiper-button-prev h6 {
    float: right;
    margin-left: 10px;
  }
  .teamCarousel .custom-swiper-button-next {
    position: absolute;
    bottom: 20px;
    right: 28px;
    z-index: 3;
    float: right;
    display: flex;
    transform: translateY(-50%);
    color: #403f45;
  }
  .teamCarousel .custom-swiper-button-next.disabled {
    display: none;
  }
  .teamCarousel .custom-swiper-button-next h6 {
    float: left;
    margin-right: 10px;
  }
  .teamCarousel .custom-swiper-button-next img {
    float: right;
  }
  .teamCarousel .swiper-slide {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #efe8e2;
  }
  .info {
    background-color: #efe8e2;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .info__title {
    color: #121e15;
    margin-bottom: 32px;
  }
  .info__subtitle {
    color: #403f45;
    margin-bottom: 64px;
  }
  .info__buttonContainer__button {
    z-index: 10;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(18 30 21 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(18 30 21 / var(--tw-text-opacity));
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .info__buttonContainer__button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  .info__buttonContainer__button {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .info__buttonContainer__button h6 {
    line-height: 28px;
  }
  .info__buttonContainer__button:enabled:hover svg, .info__buttonContainer__button:enabled:hover h6 {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .info__buttonContainer__button:disabled {
    cursor: not-allowed;
    border-color: #121e1545;
  }
  .info__buttonContainer__button:disabled h6 {
    color: rgba(18, 30, 21, 0.2705882353);
  }
  .info__buttonContainer__button:disabled svg {
    filter: opacity(0.4);
  }
  .info__buttonContainer__button:disabled:hover {
    background-color: rgba(18, 30, 21, 0);
  }
}
@media (min-width: 375px) and (max-width: 743px) {
  .hero {
    height: 100vh;
    height: 100svh;
    margin-top: -100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 100px;
    vertical-align: middle;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hero__superline {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 14px;
  }
  .hero__title {
    margin-bottom: 30px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hero__subline {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
    max-width: 620px;
  }
  .team {
    display: none;
  }
  .teamTablet {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: #121e15;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .teamTablet .container {
    position: relative;
  }
  .teamTablet .columnFlexContainer {
    display: flex;
    gap: 30px;
  }
  .teamTablet .columnFlexContainer__column {
    display: inline-block;
    width: 100%;
  }
  .teamTablet .columnFlexContainer__column__item {
    margin-bottom: 25px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
    border: #dad9de 1px solid;
    color: white;
    transition: all 0.3s;
  }
  .teamTablet .columnFlexContainer__column__item__img {
    overflow: hidden;
  }
  .teamTablet .columnFlexContainer__column__item__img img {
    border-radius: 15px 15px 0px 0px;
    transition: scale 0.3s;
    aspect-ratio: 1/1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    filter: grayscale(100%);
  }
  .teamTablet .columnFlexContainer__column__item__text {
    padding: 24px 32px;
  }
  .teamTablet .columnFlexContainer__column__item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 52 44 / var(--tw-bg-opacity));
    transition: all 0.3s;
    border: #29342c 1px solid;
  }
  .teamTablet .columnFlexContainer__column__item:hover img {
    scale: 1.1;
    transition: scale 0.3s;
  }
  .teamTablet .columnFlexContainer .column2 {
    display: none;
  }
  .teamTablet .column0 {
    position: sticky;
    top: 0px;
    z-index: 1;
    margin-left: -28px;
    margin-right: -28px;
    height: 140px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 28px;
    padding-right: 28px;
    background: linear-gradient(0deg, rgba(18, 30, 21, 0) 0%, rgb(18, 30, 21) 100%);
  }
  .teamTablet .column0__filters__region {
    position: relative;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .teamTablet .column0__filters__region__title {
    border: solid 1px white;
    position: relative;
    cursor: pointer;
    border-radius: 28px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all 0.1s;
  }
  .teamTablet .column0__filters__region__title h6 {
    line-height: 28px;
  }
  .teamTablet .column0__filters__region__title h6.active {
    font-weight: 700;
  }
  .teamTablet .column0__filters__region__title::after {
    content: "+";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 36px;
    top: 2px;
    font-size: 32px;
  }
  .teamTablet .column0__filters__region__title.opened {
    transition: all 0.1s;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .teamTablet .column0__filters__region__title.opened::after {
    content: "-";
    top: 0px;
    font-size: 35px;
    right: 34px;
  }
  .teamTablet .column0__filters__region__items {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
  }
  .teamTablet .column0__filters__region__items.show {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .teamTablet .column0__filters__region__items__item {
    border: solid 1px white;
    position: relative;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
  }
  .teamTablet .column0__filters__region__items__item h6 {
    padding-left: 30px;
    font-weight: 400;
    line-height: 28px;
  }
  .teamTablet .column0__filters__region__items__item:last-child {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 20px;
  }
  .teamTablet .column0__filters__region__items__item::before {
    content: "";
    position: absolute;
    top: 16px;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    border: 1px solid black;
  }
  .teamTablet .column0__filters__region__items__item::after {
    content: "";
  }
  .teamTablet .column0__filters__region__items__item.selected h6 {
    font-weight: 700;
  }
  .teamTablet .column0__filters__region__items__item.selected::before {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .teamTablet .column0__filters__region__items__item.selected::after {
    content: "";
    position: absolute;
    top: 20px;
    height: 5px;
    width: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    rotate: 135deg;
    left: 31px;
  }
  .teamTablet .column0__filters__region__items__title {
    position: relative;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all 0.3s;
    border-top: 1px solid #b5b4ba;
  }
  .teamTablet .column0__filters__region__items__title h6 {
    font-weight: 700;
    line-height: 28px;
  }
  .teamTablet .column0__filters__region__items__clearAllFilter {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #b5b4ba;
  }
  .teamTablet .column0__filters__region__items__clearAllFilter h6 {
    position: relative;
    padding-left: 30px;
    line-height: 26px;
  }
  .teamTablet .column0__filters__region__items__clearAllFilter h6::before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url("../../images/portfolio/clearFilterIcon.svg");
    width: 24px;
    height: 24px;
  }
  .backgroundOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(18, 30, 21, 0.6980392157);
  }
  .teamCarousel {
    background-color: #efe8e2;
    transition: all 0.3s;
    position: fixed;
    top: 100vh;
    left: 0px;
    z-index: 40;
    height: 100vh;
    width: 100%;
  }
  .teamCarousel .buttonsBackgroundOverlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    display: block;
    height: 90px;
    width: 100%;
    background: linear-gradient(0deg, rgb(239, 232, 226) 60%, rgba(239, 232, 226, 0) 100%);
  }
  .teamCarousel .container {
    height: 100%;
  }
  .teamCarousel .container .closeIcon {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
  }
  .teamCarousel__swiper {
    height: 100%;
  }
  .teamCarousel__swiper .swiper-slide {
    overflow: scroll;
  }
  .teamCarousel__swiper__swiperItemContainer {
    height: 100%;
  }
  .teamCarousel__swiper__swiperItemContainer__img {
    margin-bottom: 36px;
  }
  .teamCarousel__swiper__swiperItemContainer__img img {
    width: 100%;
    filter: grayscale(100%);
  }
  .teamCarousel__swiper__swiperItemContainer__text {
    display: flex;
    height: 50%;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 28px;
    padding-right: 28px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__title h3 {
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:first-child {
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) {
    font-family: "porscheNextThin";
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer {
    margin-top: 10px;
    display: flex;
    padding-bottom: 90px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region {
    width: 50%;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region h6:nth-child(2) {
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links {
    width: 50%;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links h6:nth-child(2) {
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links img {
    margin-right: 12px;
    display: inline-block;
  }
  .teamCarousel .custom-swiper-button-prev {
    position: absolute;
    bottom: 20px;
    left: 36px;
    z-index: 3;
    display: flex;
    flex-direction: row-reverse;
    transform: translateY(-50%);
    color: #403f45;
  }
  .teamCarousel .custom-swiper-button-prev.disabled {
    display: none;
  }
  .teamCarousel .custom-swiper-button-prev h6 {
    float: right;
    margin-left: 10px;
  }
  .teamCarousel .custom-swiper-button-next {
    position: absolute;
    bottom: 20px;
    right: 36px;
    z-index: 3;
    float: right;
    display: flex;
    transform: translateY(-50%);
    color: #403f45;
  }
  .teamCarousel .custom-swiper-button-next.disabled {
    display: none;
  }
  .teamCarousel .custom-swiper-button-next h6 {
    float: left;
    margin-right: 10px;
  }
  .teamCarousel .custom-swiper-button-next img {
    float: right;
  }
  .teamCarousel .swiper-slide {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #efe8e2;
  }
  .info {
    background-color: #efe8e2;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .info__title {
    color: #121e15;
    margin-bottom: 32px;
  }
  .info__subtitle {
    color: #403f45;
    margin-bottom: 64px;
  }
  .info__buttonContainer__button {
    z-index: 10;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(18 30 21 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(18 30 21 / var(--tw-text-opacity));
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .info__buttonContainer__button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  .info__buttonContainer__button {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .info__buttonContainer__button h6 {
    line-height: 28px;
  }
  .info__buttonContainer__button:enabled:hover svg, .info__buttonContainer__button:enabled:hover h6 {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .info__buttonContainer__button:disabled {
    cursor: not-allowed;
    border-color: #121e1545;
  }
  .info__buttonContainer__button:disabled h6 {
    color: rgba(18, 30, 21, 0.2705882353);
  }
  .info__buttonContainer__button:disabled svg {
    filter: opacity(0.4);
  }
  .info__buttonContainer__button:disabled:hover {
    background-color: rgba(18, 30, 21, 0);
  }
}
@media (max-width: 400px) and (max-height: 667px) {
  #info .hero__subline,
  #hero .hero__subline {
    margin-bottom: 0px;
  }
  .hero {
    padding-bottom: 55px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .hero {
    margin-top: -100px;
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-end;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 100px;
    vertical-align: middle;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hero__superline {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 14px;
  }
  .hero__title {
    margin-bottom: 30px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hero__subline {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
    max-width: 620px;
  }
  .team {
    display: none;
  }
  .teamTablet {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: #121e15;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .teamTablet .container {
    position: relative;
  }
  .teamTablet .columnFlexContainer {
    display: flex;
    gap: 30px;
  }
  .teamTablet .columnFlexContainer__column {
    display: inline-block;
    width: 50%;
  }
  .teamTablet .columnFlexContainer__column__item {
    margin-bottom: 60px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
    border: #dad9de 1px solid;
    color: white;
    transition: all 0.3s;
  }
  .teamTablet .columnFlexContainer__column__item__img {
    overflow: hidden;
  }
  .teamTablet .columnFlexContainer__column__item__img img {
    border-radius: 15px 15px 0px 0px;
    transition: scale 0.3s;
    aspect-ratio: 1/1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    filter: grayscale(100%);
  }
  .teamTablet .columnFlexContainer__column__item__text {
    padding: 24px 32px;
  }
  .teamTablet .columnFlexContainer__column__item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 52 44 / var(--tw-bg-opacity));
    transition: all 0.3s;
    border: #29342c 1px solid;
  }
  .teamTablet .columnFlexContainer__column__item:hover img {
    scale: 1.1;
    transition: scale 0.3s;
  }
  .teamTablet .columnFlexContainer .column1 {
    margin-top: 120px;
  }
  .teamTablet .column0 {
    position: sticky;
    top: 0px;
    z-index: 1;
    margin-left: -36px;
    margin-right: -36px;
    height: 140px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 36px;
    padding-right: 36px;
    background: linear-gradient(0deg, rgba(18, 30, 21, 0) 0%, rgb(18, 30, 21) 100%);
  }
  .teamTablet .column0__filters__region {
    position: relative;
    width: 300px;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .teamTablet .column0__filters__region__title {
    border: solid 1px white;
    position: relative;
    cursor: pointer;
    border-radius: 28px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all 0.1s;
  }
  .teamTablet .column0__filters__region__title h6 {
    line-height: 28px;
  }
  .teamTablet .column0__filters__region__title h6.active {
    font-weight: 700;
  }
  .teamTablet .column0__filters__region__title::after {
    content: "+";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 36px;
    top: 2px;
    font-size: 32px;
  }
  .teamTablet .column0__filters__region__title.opened {
    transition: all 0.1s;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .teamTablet .column0__filters__region__title.opened::after {
    content: "-";
    top: 0px;
    font-size: 35px;
    right: 34px;
  }
  .teamTablet .column0__filters__region__items {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
  }
  .teamTablet .column0__filters__region__items.show {
    visibility: visible;
    opacity: 1;
  }
  .teamTablet .column0__filters__region__items__item {
    border: solid 1px white;
    position: relative;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
  }
  .teamTablet .column0__filters__region__items__item h6 {
    padding-left: 30px;
    font-weight: 400;
    line-height: 28px;
  }
  .teamTablet .column0__filters__region__items__item:last-child {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 20px;
  }
  .teamTablet .column0__filters__region__items__item::before {
    content: "";
    position: absolute;
    top: 16px;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    border: 1px solid black;
  }
  .teamTablet .column0__filters__region__items__item::after {
    content: "";
  }
  .teamTablet .column0__filters__region__items__item.selected h6 {
    font-weight: 700;
  }
  .teamTablet .column0__filters__region__items__item.selected::before {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .teamTablet .column0__filters__region__items__item.selected::after {
    content: "";
    position: absolute;
    top: 20px;
    height: 5px;
    width: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    rotate: 135deg;
    left: 31px;
  }
  .teamTablet .column0__filters__region__items__title {
    position: relative;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all 0.3s;
    border-top: 1px solid #b5b4ba;
  }
  .teamTablet .column0__filters__region__items__title h6 {
    font-weight: 700;
    line-height: 28px;
  }
  .teamTablet .column0__filters__region__items__clearAllFilter {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #b5b4ba;
  }
  .teamTablet .column0__filters__region__items__clearAllFilter h6 {
    position: relative;
    padding-left: 30px;
    line-height: 26px;
  }
  .teamTablet .column0__filters__region__items__clearAllFilter h6::before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url("../../images/portfolio/clearFilterIcon.svg");
    width: 24px;
    height: 24px;
  }
  .backgroundOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(18, 30, 21, 0.6980392157);
  }
  .teamCarousel {
    background-color: #efe8e2;
    transition: all 0.3s;
    position: fixed;
    bottom: -906px;
    left: 0px;
    z-index: 11;
    height: 100%;
    max-height: 905px;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .teamCarousel .container {
    height: 100%;
  }
  .teamCarousel .container .closeIcon {
    position: absolute;
    top: 36px;
    right: 36px;
    display: inline-block;
    cursor: pointer;
  }
  .teamCarousel__swiper {
    height: 100%;
  }
  .teamCarousel__swiper__swiperItemContainer {
    display: flex;
  }
  .teamCarousel__swiper__swiperItemContainer__img {
    width: 40%;
  }
  .teamCarousel__swiper__swiperItemContainer__img img {
    height: 100%;
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
    filter: grayscale(100%);
  }
  .teamCarousel__swiper__swiperItemContainer__text {
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 36px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__title h3 {
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio {
    position: relative;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio .overlayBackgroundButton {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(0deg, rgb(239, 232, 226) 30%, rgba(239, 232, 226, 0) 100%);
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio .overlayBackgroundTop {
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(180deg, rgb(239, 232, 226) 30%, rgba(239, 232, 226, 0) 100%);
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6 .topBreakLine {
    height: 10px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) {
    font-family: "porscheNextThin";
    line-height: 26px;
    overflow-y: auto;
    scrollbar-width: thin;
    height: 220px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) .simplebar-scrollbar::before {
    background-color: #a8a4a3;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) p {
    margin-bottom: 12px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) p:last-child {
    margin-bottom: 20px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer {
    display: flex;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region {
    width: 50%;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region h6:nth-child(2) {
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links {
    width: 50%;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links h6:nth-child(2) {
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links img {
    margin-right: 12px;
    display: inline-block;
  }
  .teamCarousel .custom-swiper-button-prev {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    transform: translateY(-50%);
    color: #403f45;
    display: inline-block;
  }
  .teamCarousel .custom-swiper-button-prev.disabled {
    display: none;
  }
  .teamCarousel .custom-swiper-button-prev h6 {
    margin-bottom: 10px;
  }
  .teamCarousel .custom-swiper-button-next {
    position: absolute;
    bottom: 0px;
    right: 36px;
    z-index: 1;
    transform: translateY(-50%);
    color: #403f45;
    float: right;
  }
  .teamCarousel .custom-swiper-button-next.disabled {
    display: none;
  }
  .teamCarousel .custom-swiper-button-next h6 {
    margin-bottom: 10px;
  }
  .teamCarousel .custom-swiper-button-next img {
    float: right;
  }
  .teamCarousel .swiper-slide {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #efe8e2;
  }
  .info {
    background-color: #efe8e2;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .info__title {
    color: #121e15;
    margin-bottom: 32px;
  }
  .info__subtitle {
    color: #403f45;
    margin-bottom: 64px;
  }
  .info__buttonContainer__button {
    z-index: 10;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(18 30 21 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(18 30 21 / var(--tw-text-opacity));
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .info__buttonContainer__button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  .info__buttonContainer__button {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .info__buttonContainer__button h6 {
    line-height: 28px;
  }
  .info__buttonContainer__button:enabled:hover svg, .info__buttonContainer__button:enabled:hover h6 {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .info__buttonContainer__button:disabled {
    cursor: not-allowed;
    border-color: #121e1545;
  }
  .info__buttonContainer__button:disabled h6 {
    color: rgba(18, 30, 21, 0.2705882353);
  }
  .info__buttonContainer__button:disabled svg {
    filter: opacity(0.4);
  }
  .info__buttonContainer__button:disabled:hover {
    background-color: rgba(18, 30, 21, 0);
  }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .hero {
    display: flex;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
    padding-left: 72px;
    padding-right: 72px;
    vertical-align: middle;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hero__superline {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
  }
  .hero__title {
    margin-bottom: 48px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hero__subline {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
    max-width: 940px;
  }
  .team {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: #121e15;
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 50px;
  }
  .team .container {
    display: flex;
    height: 100%;
    gap: 30px;
    padding-top: 150px;
  }
  .team__column {
    display: inline-block;
    width: 33.33%;
  }
  .team__column__item {
    margin-bottom: 60px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
    border: #dad9de 1px solid;
    color: white;
    transition: all 0.3s;
  }
  .team__column__item__img {
    overflow: hidden;
  }
  .team__column__item__img img {
    border-radius: 15px 15px 0px 0px;
    transition: scale 0.3s;
    aspect-ratio: 1/1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    filter: grayscale(100%);
  }
  .team__column__item__text {
    padding: 24px 32px;
  }
  .team__column__item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 52 44 / var(--tw-bg-opacity));
    transition: all 0.3s;
    border: #29342c 1px solid;
  }
  .team__column__item:hover img {
    scale: 1.1;
    transition: scale 0.3s;
  }
  .team .column0 {
    position: sticky;
    top: 85%;
    height: 130px;
    width: 200px;
    flex-shrink: 0;
  }
  .team .column0__filters__region {
    position: relative;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .team .column0__filters__region__title {
    position: relative;
    cursor: pointer;
    border-radius: 28px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all 0.1s;
  }
  .team .column0__filters__region__title h6 {
    line-height: 28px;
  }
  .team .column0__filters__region__title h6.active {
    font-weight: 700;
  }
  .team .column0__filters__region__title::after {
    content: "+";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 36px;
    top: 2px;
    font-size: 32px;
  }
  .team .column0__filters__region__title.opened {
    transition: all 0.1s;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 1px solid #b5b4ba;
  }
  .team .column0__filters__region__title.opened::after {
    content: "-";
    top: 0px;
    font-size: 35px;
    right: 34px;
  }
  .team .column0__filters__region__items {
    visibility: hidden;
    position: absolute;
    top: -298px;
    z-index: 1;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
  }
  .team .column0__filters__region__items.show {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
  }
  .team .column0__filters__region__items__item {
    position: relative;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
  }
  .team .column0__filters__region__items__item h6 {
    padding-left: 30px;
    font-weight: 400;
    line-height: 28px;
  }
  .team .column0__filters__region__items__item:nth-last-child(2) {
    padding-bottom: 20px;
  }
  .team .column0__filters__region__items__item::before {
    content: "";
    position: absolute;
    top: 16px;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    border: 1px solid black;
  }
  .team .column0__filters__region__items__item::after {
    content: "";
  }
  .team .column0__filters__region__items__item.selected h6 {
    font-weight: 700;
  }
  .team .column0__filters__region__items__item.selected::before {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .team .column0__filters__region__items__item.selected::after {
    content: "";
    position: absolute;
    top: 20px;
    height: 5px;
    width: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    rotate: 135deg;
    left: 31px;
  }
  .team .column0__filters__region__items__title {
    position: relative;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    transition: all 0.3s;
    border-top: 1px solid #b5b4ba;
  }
  .team .column0__filters__region__items__title h6 {
    font-weight: 700;
    line-height: 28px;
  }
  .team .column0__filters__region__items__clearAllFilter {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #b5b4ba;
  }
  .team .column0__filters__region__items__clearAllFilter h6 {
    position: relative;
    padding-left: 30px;
    line-height: 26px;
  }
  .team .column0__filters__region__items__clearAllFilter h6::before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url("../../images/portfolio/clearFilterIcon.svg");
    width: 24px;
    height: 24px;
  }
  .team .column1,
  .team .column3 {
    margin-top: 140px;
  }
  .teamTablet {
    display: none;
  }
  .backgroundOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(18, 30, 21, 0.6980392157);
  }
  .teamCarousel {
    background-color: #efe8e2;
    transition: all 0.3s;
    position: fixed;
    bottom: -700px;
    left: 0px;
    z-index: 11;
    height: 100%;
    max-height: 700px;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 72px;
    padding-right: 72px;
  }
  .teamCarousel .container {
    position: relative;
    height: 100%;
  }
  .teamCarousel .container .closeIcon {
    float: right;
    display: inline-block;
    cursor: pointer;
  }
  .teamCarousel__swiper {
    height: 100%;
  }
  .teamCarousel__swiper__swiperItemContainer {
    display: flex;
    height: 415px;
    width: 70%;
  }
  .teamCarousel__swiper__swiperItemContainer__img {
    width: 40%;
  }
  .teamCarousel__swiper__swiperItemContainer__img img {
    height: 100%;
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
    filter: grayscale(100%);
  }
  .teamCarousel__swiper__swiperItemContainer__text {
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 36px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__title h3 {
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio {
    position: relative;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio .overlayBackgroundButton {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(0deg, rgb(239, 232, 226) 30%, rgba(239, 232, 226, 0) 100%);
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio .overlayBackgroundTop {
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(180deg, rgb(239, 232, 226) 30%, rgba(239, 232, 226, 0) 100%);
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6 .topBreakLine {
    height: 10px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) {
    font-family: "porscheNextThin";
    line-height: 26px;
    overflow-y: auto;
    scrollbar-width: thin;
    height: 220px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) .simplebar-scrollbar::before {
    background-color: #a8a4a3;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) p {
    margin-bottom: 12px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) p:last-child {
    margin-bottom: 20px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer {
    display: flex;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region {
    width: 50%;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region h6:nth-child(2) {
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links {
    width: 50%;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links h6:nth-child(2) {
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links img {
    margin-right: 12px;
    display: inline-block;
  }
  .teamCarousel .custom-swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    color: #403f45;
  }
  .teamCarousel .custom-swiper-button-prev.disabled {
    display: none;
  }
  .teamCarousel .custom-swiper-button-prev h6 {
    margin-bottom: 10px;
  }
  .teamCarousel .custom-swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    color: #403f45;
  }
  .teamCarousel .custom-swiper-button-next.disabled {
    display: none;
  }
  .teamCarousel .custom-swiper-button-next h6 {
    margin-bottom: 10px;
  }
  .teamCarousel .custom-swiper-button-next img {
    float: right;
  }
  .teamCarousel .swiper-slide {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #efe8e2;
  }
  .info {
    background-color: #efe8e2;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 72px;
    padding-right: 72px;
    text-align: center;
  }
  .info__title {
    color: #121e15;
    margin-bottom: 64px;
  }
  .info__subtitle {
    color: #403f45;
    margin-bottom: 64px;
  }
  .info__buttonContainer__button {
    z-index: 10;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(18 30 21 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(18 30 21 / var(--tw-text-opacity));
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .info__buttonContainer__button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  .info__buttonContainer__button {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .info__buttonContainer__button h6 {
    line-height: 28px;
  }
  .info__buttonContainer__button:enabled:hover svg, .info__buttonContainer__button:enabled:hover h6 {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .info__buttonContainer__button:disabled {
    cursor: not-allowed;
    border-color: #121e1545;
  }
  .info__buttonContainer__button:disabled h6 {
    color: rgba(18, 30, 21, 0.2705882353);
  }
  .info__buttonContainer__button:disabled svg {
    filter: opacity(0.4);
  }
  .info__buttonContainer__button:disabled:hover {
    background-color: rgba(18, 30, 21, 0);
  }
}
@media (min-width: 1380px) {
  .hero {
    display: flex;
    height: 600px;
    flex-direction: column;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
    padding-left: 72px;
    padding-right: 72px;
    vertical-align: middle;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hero__superline {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
  }
  .hero__title {
    margin-bottom: 48px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hero__subline {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
    max-width: 940px;
  }
  .team {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: #121e15;
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 50px;
  }
  .team .container {
    display: flex;
    height: 100%;
    gap: 60px;
  }
  .team__column {
    display: inline-block;
    width: 25%;
  }
  .team__column__item {
    margin-bottom: 60px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
    border: #dad9de 1px solid;
    color: white;
    transition: all 0.3s;
  }
  .team__column__item__img {
    overflow: hidden;
  }
  .team__column__item__img img {
    border-radius: 15px 15px 0px 0px;
    transition: scale 0.3s;
    aspect-ratio: 1/1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    filter: grayscale(100%);
  }
  .team__column__item__text {
    padding: 24px 32px;
  }
  .team__column__item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 52 44 / var(--tw-bg-opacity));
    transition: all 0.3s;
    border: #29342c 1px solid;
  }
  .team__column__item:hover img {
    scale: 1.1;
    transition: scale 0.3s;
  }
  .team .column0 {
    position: sticky;
    top: 85%;
    height: 130px;
    width: 200px;
    flex-shrink: 0;
  }
  .team .column0__filters__region {
    position: relative;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .team .column0__filters__region__title {
    position: relative;
    cursor: pointer;
    border-radius: 28px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all 0.1s;
  }
  .team .column0__filters__region__title h6 {
    line-height: 28px;
  }
  .team .column0__filters__region__title h6.active {
    font-weight: 700;
  }
  .team .column0__filters__region__title::after {
    content: "+";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 36px;
    top: 2px;
    font-size: 32px;
  }
  .team .column0__filters__region__title.opened {
    transition: all 0.1s;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 1px solid #b5b4ba;
  }
  .team .column0__filters__region__title.opened::after {
    content: "-";
    top: 0px;
    font-size: 35px;
    right: 34px;
  }
  .team .column0__filters__region__items {
    visibility: hidden;
    position: absolute;
    top: -298px;
    z-index: 1;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
  }
  .team .column0__filters__region__items.show {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
  }
  .team .column0__filters__region__items__item {
    position: relative;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
  }
  .team .column0__filters__region__items__item h6 {
    padding-left: 30px;
    font-weight: 400;
    line-height: 28px;
  }
  .team .column0__filters__region__items__item:nth-last-child(2) {
    padding-bottom: 20px;
  }
  .team .column0__filters__region__items__item::before {
    content: "";
    position: absolute;
    top: 16px;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    border: 1px solid black;
  }
  .team .column0__filters__region__items__item::after {
    content: "";
  }
  .team .column0__filters__region__items__item.selected h6 {
    font-weight: 700;
  }
  .team .column0__filters__region__items__item.selected::before {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .team .column0__filters__region__items__item.selected::after {
    content: "";
    position: absolute;
    top: 20px;
    height: 5px;
    width: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    rotate: 135deg;
    left: 31px;
  }
  .team .column0__filters__region__items__title {
    position: relative;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    transition: all 0.3s;
    border-top: 1px solid #b5b4ba;
  }
  .team .column0__filters__region__items__title h6 {
    font-weight: 700;
    line-height: 28px;
  }
  .team .column0__filters__region__items__clearAllFilter {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #b5b4ba;
  }
  .team .column0__filters__region__items__clearAllFilter h6 {
    position: relative;
    padding-left: 30px;
    line-height: 26px;
  }
  .team .column0__filters__region__items__clearAllFilter h6::before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url("../../images/portfolio/clearFilterIcon.svg");
    width: 24px;
    height: 24px;
  }
  .team .column1,
  .team .column3 {
    margin-top: 140px;
  }
  .teamTablet {
    display: none;
  }
  .backgroundOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(18, 30, 21, 0.6980392157);
  }
  .teamCarousel {
    background-color: #efe8e2;
    transition: all 0.3s;
    position: fixed;
    bottom: -700px;
    left: 0px;
    z-index: 11;
    height: 100%;
    max-height: 700px;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 72px;
    padding-right: 72px;
  }
  .teamCarousel .container {
    position: relative;
    height: 100%;
  }
  .teamCarousel .container .closeIcon {
    float: right;
    display: inline-block;
    cursor: pointer;
  }
  .teamCarousel__swiper {
    height: 100%;
  }
  .teamCarousel__swiper__swiperItemContainer {
    display: flex;
    height: 415px;
    width: 804px;
  }
  .teamCarousel__swiper__swiperItemContainer__img {
    width: 346px;
    flex-shrink: 0;
  }
  .teamCarousel__swiper__swiperItemContainer__img img {
    height: 100%;
    width: 346px;
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
    filter: grayscale(100%);
  }
  .teamCarousel__swiper__swiperItemContainer__text {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 36px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__title h3 {
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio {
    position: relative;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio .overlayBackgroundButton {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(0deg, rgb(239, 232, 226) 30%, rgba(239, 232, 226, 0) 100%);
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio .overlayBackgroundTop {
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(180deg, rgb(239, 232, 226) 30%, rgba(239, 232, 226, 0) 100%);
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6 .topBreakLine {
    height: 10px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
    position: relative;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) {
    font-family: "porscheNextThin";
    line-height: 26px;
    overflow-y: auto;
    scrollbar-width: thin;
    height: 220px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) .simplebar-scrollbar::before {
    background-color: #a8a4a3;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) p {
    margin-bottom: 12px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__bio h6:nth-child(2) p:last-child {
    margin-bottom: 20px;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer {
    display: flex;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region {
    width: 50%;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__region h6:nth-child(2) {
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links {
    width: 50%;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links h6:first-child {
    margin-bottom: 12px;
    font-weight: 700;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links h6:nth-child(2) {
    line-height: 26px;
    color: #403f45;
  }
  .teamCarousel__swiper__swiperItemContainer__text__footer__links img {
    margin-right: 12px;
    display: inline-block;
  }
  .teamCarousel .custom-swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    color: #403f45;
  }
  .teamCarousel .custom-swiper-button-prev.disabled {
    display: none;
  }
  .teamCarousel .custom-swiper-button-prev h6 {
    margin-bottom: 10px;
  }
  .teamCarousel .custom-swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    color: #403f45;
  }
  .teamCarousel .custom-swiper-button-next.disabled {
    display: none;
  }
  .teamCarousel .custom-swiper-button-next h6 {
    margin-bottom: 10px;
  }
  .teamCarousel .custom-swiper-button-next img {
    float: right;
  }
  .teamCarousel .swiper-slide {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #efe8e2;
  }
  .info {
    background-color: #efe8e2;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 72px;
    padding-right: 72px;
    text-align: center;
  }
  .info__title {
    color: #121e15;
    margin-bottom: 64px;
  }
  .info__subtitle {
    color: #403f45;
    margin-bottom: 64px;
  }
  .info__buttonContainer__button {
    z-index: 10;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(18 30 21 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(18 30 21 / var(--tw-text-opacity));
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .info__buttonContainer__button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  .info__buttonContainer__button {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .info__buttonContainer__button h6 {
    line-height: 28px;
  }
  .info__buttonContainer__button:enabled:hover svg, .info__buttonContainer__button:enabled:hover h6 {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .info__buttonContainer__button:disabled {
    cursor: not-allowed;
    border-color: #121e1545;
  }
  .info__buttonContainer__button:disabled h6 {
    color: rgba(18, 30, 21, 0.2705882353);
  }
  .info__buttonContainer__button:disabled svg {
    filter: opacity(0.4);
  }
  .info__buttonContainer__button:disabled:hover {
    background-color: rgba(18, 30, 21, 0);
  }
  .porsche-navbar {
    position: relative;
    min-height: 210px;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  .porsche-navbar__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .porsche-navbar__inner__logo {
    z-index: 10;
  }
  .porsche-navbar__inner__btn {
    display: none;
  }
  .porsche-navbar__inner__links {
    z-index: 10;
    display: flex;
    flex-direction: row;
    gap: 48px;
  }
  .porsche-navbar__inner__links li {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-text-opacity: 0.4;
  }
  .porsche-navbar__inner__links li:hover {
    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));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .porsche-navbar__inner__links li:hover::after {
    transform-origin: bottom;
    --tw-scale-x: 1;
    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));
  }
  .porsche-navbar__inner__links li::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 30px;
    --tw-scale-x: 0;
    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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    left: calc(50% - 15px);
    transform-origin: bottom center;
  }
  .porsche-navbar__inner__responsive {
    display: none;
  }
  .porsche-navbar .nav-overlay {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
    height: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(27 45 34 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(12 20 14 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .porsche-navbar .body-overlay {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .porsche-navbar {
    position: relative;
    min-height: 210px;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  .porsche-navbar__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .porsche-navbar__inner__logo {
    z-index: 10;
  }
  .porsche-navbar__inner__btn {
    display: none;
  }
  .porsche-navbar__inner__links {
    z-index: 10;
    display: flex;
    flex-direction: row;
    gap: 48px;
  }
  .porsche-navbar__inner__links li {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-text-opacity: 0.4;
  }
  .porsche-navbar__inner__links li:hover {
    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));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .porsche-navbar__inner__links li:hover::after {
    transform-origin: bottom;
    --tw-scale-x: 1;
    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));
  }
  .porsche-navbar__inner__links li::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 30px;
    --tw-scale-x: 0;
    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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    left: calc(50% - 15px);
    transform-origin: bottom center;
  }
  .porsche-navbar__inner__responsive {
    display: none;
  }
  .porsche-navbar .nav-overlay {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
    height: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(27 45 34 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(12 20 14 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .porsche-navbar .body-overlay {
    display: none;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .porsche-navbar {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  .porsche-navbar__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 36px;
  }
  .porsche-navbar__inner__logo {
    z-index: 10;
  }
  .porsche-navbar__inner__btn {
    z-index: 20;
    display: block;
    cursor: pointer;
  }
  .porsche-navbar__inner__links {
    display: none;
  }
  .porsche-navbar__inner__responsive {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    display: flex;
    height: 100%;
    width: 380px;
    max-width: 100%;
    --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));
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 24 / var(--tw-bg-opacity));
  }
  .porsche-navbar__inner__responsive__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 36px;
  }
  .porsche-navbar__inner__responsive__content__close {
    display: flex;
    flex-direction: row-reverse;
  }
  .porsche-navbar__inner__responsive__content__close img {
    display: none;
  }
  .porsche-navbar__inner__responsive__content__close svg {
    height: 30px;
    width: 30px;
    cursor: pointer;
    opacity: 0.6;
  }
  .porsche-navbar__inner__responsive__content__links-content {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
  }
  .porsche-navbar__inner__responsive__content__links-content ul {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .porsche-navbar__inner__responsive__content__links-content ul li {
    width: 250px;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    --tw-text-opacity: 1;
    color: rgb(239 232 226 / var(--tw-text-opacity));
  }
  .porsche-navbar__inner__responsive__content__links-content ul hr {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 54px;
  }
  .porsche-navbar .nav-overlay {
    display: none;
  }
  .porsche-navbar .body-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    display: none;
    height: 100vh;
    width: 100vw;
    opacity: 0.9;
    background: linear-gradient(0deg, #121E15 0%, #121E15 100%), linear-gradient(0deg, #084510 0%, #084510 100%), linear-gradient(0deg, #215F29 0%, #215F29 100%), #DEEDE0;
  }
}
@media (min-width: 375px) and (max-width: 743px) {
  .porsche-navbar {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  .porsche-navbar__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 28px;
  }
  .porsche-navbar__inner__logo {
    z-index: 10;
  }
  .porsche-navbar__inner__btn {
    z-index: 20;
    display: block;
    cursor: pointer;
  }
  .porsche-navbar__inner__links {
    display: none;
  }
  .porsche-navbar__inner__responsive {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    display: flex;
    height: 100%;
    width: 100%;
    --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));
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 24 / var(--tw-bg-opacity));
  }
  .porsche-navbar__inner__responsive__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 28px;
  }
  .porsche-navbar__inner__responsive__content__close {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .porsche-navbar__inner__responsive__content__close img {
    display: block;
  }
  .porsche-navbar__inner__responsive__content__close svg {
    height: 30px;
    width: 30px;
    cursor: pointer;
    opacity: 0.6;
  }
  .porsche-navbar__inner__responsive__content__links-content {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
  }
  .porsche-navbar__inner__responsive__content__links-content ul {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .porsche-navbar__inner__responsive__content__links-content ul li {
    width: 250px;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    --tw-text-opacity: 1;
    color: rgb(239 232 226 / var(--tw-text-opacity));
  }
  .porsche-navbar__inner__responsive__content__links-content ul hr {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 54px;
  }
  .porsche-navbar .nav-overlay {
    display: none;
  }
  .porsche-navbar .body-overlay {
    display: none;
  }
}
@media (max-width: 374px) {
  .porsche-navbar {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  .porsche-navbar__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 28px;
  }
  .porsche-navbar__inner__logo {
    z-index: 10;
    cursor: pointer;
  }
  .porsche-navbar__inner__btn {
    z-index: 20;
    display: block;
  }
  .porsche-navbar__inner__links {
    display: none;
  }
  .porsche-navbar__inner__responsive {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    display: flex;
    height: 100%;
    width: 100%;
    --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));
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 24 / var(--tw-bg-opacity));
  }
  .porsche-navbar__inner__responsive__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 28px;
  }
  .porsche-navbar__inner__responsive__content__close {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .porsche-navbar__inner__responsive__content__close img {
    display: block;
  }
  .porsche-navbar__inner__responsive__content__close svg {
    height: 30px;
    width: 30px;
    cursor: pointer;
    opacity: 0.6;
  }
  .porsche-navbar__inner__responsive__content__links-content {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
  }
  .porsche-navbar__inner__responsive__content__links-content ul {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .porsche-navbar__inner__responsive__content__links-content ul li {
    width: 250px;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    --tw-text-opacity: 1;
    color: rgb(239 232 226 / var(--tw-text-opacity));
  }
  .porsche-navbar__inner__responsive__content__links-content ul hr {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 54px;
  }
  .porsche-navbar .nav-overlay {
    display: none;
  }
  .porsche-navbar .body-overlay {
    display: none;
  }
}
@media (min-width: 1380px) {
  footer, #footer {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(12 20 14 / var(--tw-bg-opacity));
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 72px;
    padding-right: 72px;
    z-index: 3;
  }
  footer .porsche-footer, #footer .porsche-footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1474px) {
    footer .porsche-footer, #footer .porsche-footer {
      max-width: 1474px;
    }
  }
  footer .porsche-footer, #footer .porsche-footer {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

@media (max-width: 374px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 375px) and (max-width: 743px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 36px;
      right: 36px;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .team footer .porsche-footer,.team  #footer .porsche-footer {
      display: flex;
      height: 100%;
      gap: 30px;
      padding-top: 150px;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      position: relative;
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1380px) {
  .team footer .porsche-footer,.team  #footer .porsche-footer {
      display: flex;
      height: 100%;
      gap: 60px;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      position: relative;
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
  footer .porsche-footer__inner, #footer .porsche-footer__inner {
    display: flex;
    flex-direction: row;
  }
  footer .porsche-footer__inner__left, #footer .porsche-footer__inner__left {
    display: flex;
    flex-basis: 60%;
    flex-direction: column;
    justify-content: space-between;
  }
  footer .porsche-footer__inner__left div, #footer .porsche-footer__inner__left div {
    padding-bottom: 30px;
  }
  footer .porsche-footer__inner__left div__logo, #footer .porsche-footer__inner__left div__logo {
    height: 41px;
  }
  footer .porsche-footer__inner__left__desc, #footer .porsche-footer__inner__left__desc {
    max-width: 66ch;
    line-height: 28px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__left__links, #footer .porsche-footer__inner__left__links {
    display: none;
  }
  footer .porsche-footer__inner__left__socials, #footer .porsche-footer__inner__left__socials {
    display: none;
  }
  footer .porsche-footer__inner__right, #footer .porsche-footer__inner__right {
    display: flex;
    flex-basis: 40%;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  footer .porsche-footer__inner__right__links, #footer .porsche-footer__inner__right__links {
    display: flex;
    flex-direction: column;
    gap: 46px;
    line-height: 1;
  }
  footer .porsche-footer__inner__right__links__content, #footer .porsche-footer__inner__right__links__content {
    display: flex;
    flex-direction: column;
    font-size: 28px;
    font-weight: 400;
  }
  footer .porsche-footer__inner__right__links__content h3, #footer .porsche-footer__inner__right__links__content h3 {
    line-height: 1;
  }
  footer .porsche-footer__inner__right__links div, #footer .porsche-footer__inner__right__links div {
    line-height: 1;
  }
  footer .porsche-footer__inner__right__links div:nth-child(1), #footer .porsche-footer__inner__right__links div:nth-child(1) {
    gap: 17px;
    font-size: 18px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__right__links div:nth-child(2):not(.custom-links), #footer .porsche-footer__inner__right__links div:nth-child(2):not(.custom-links) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 17px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__right__links div:nth-child(2).custom-links, #footer .porsche-footer__inner__right__links div:nth-child(2).custom-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 46px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__right__links__social, #footer .porsche-footer__inner__right__links__social {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px;
  }
  footer .porsche-footer__inner__right__legal, #footer .porsche-footer__inner__right__legal {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }
  footer .porsche-footer__inner__right__legal div:nth-child(1), #footer .porsche-footer__inner__right__legal div:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__right__legal div:nth-child(2), #footer .porsche-footer__inner__right__legal div:nth-child(2) {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 17px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer hr, #footer .porsche-footer hr {
    border-style: inset;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0.5;
  }
  footer .porsche-footer__legal, #footer .porsche-footer__legal {
    display: none;
  }
  footer .porsche-footer__copyright-notice, #footer .porsche-footer__copyright-notice {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    line-height: 130%;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-text-opacity: 0.6;
  }
}
@media (min-width: 1185px) and (max-width: 1379px) {
  footer, #footer {
    z-index: 3;
    display: flex;
    min-height: 330px;
    flex-direction: column;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(12 20 14 / var(--tw-bg-opacity));
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 72px;
    padding-right: 72px;
  }
  footer .porsche-footer, #footer .porsche-footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1474px) {
    footer .porsche-footer, #footer .porsche-footer {
      max-width: 1474px;
    }
  }
  footer .porsche-footer, #footer .porsche-footer {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

@media (max-width: 374px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 375px) and (max-width: 743px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 36px;
      right: 36px;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .team footer .porsche-footer,.team  #footer .porsche-footer {
      display: flex;
      height: 100%;
      gap: 30px;
      padding-top: 150px;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      position: relative;
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1380px) {
  .team footer .porsche-footer,.team  #footer .porsche-footer {
      display: flex;
      height: 100%;
      gap: 60px;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      position: relative;
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
  footer .porsche-footer__inner, #footer .porsche-footer__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .porsche-footer__inner__left, #footer .porsche-footer__inner__left {
    display: flex;
    flex-basis: 55%;
    flex-direction: column;
    justify-content: space-between;
  }
  footer .porsche-footer__inner__left div, #footer .porsche-footer__inner__left div {
    padding-bottom: 30px;
  }
  footer .porsche-footer__inner__left div__logo, #footer .porsche-footer__inner__left div__logo {
    height: 41px;
  }
  footer .porsche-footer__inner__left__desc, #footer .porsche-footer__inner__left__desc {
    max-width: 66ch;
    font-size: 15px;
    line-height: 28px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__left__links, #footer .porsche-footer__inner__left__links {
    display: none;
  }
  footer .porsche-footer__inner__left__socials, #footer .porsche-footer__inner__left__socials {
    display: none;
  }
  footer .porsche-footer__inner__right, #footer .porsche-footer__inner__right {
    display: flex;
    flex-basis: 45%;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  footer .porsche-footer__inner__right__links, #footer .porsche-footer__inner__right__links {
    display: flex;
    flex-direction: column;
    gap: 46px;
    line-height: 1;
  }
  footer .porsche-footer__inner__right__links__content, #footer .porsche-footer__inner__right__links__content {
    display: flex;
    flex-direction: column;
    font-size: 28px;
    font-weight: 400;
  }
  footer .porsche-footer__inner__right__links__content h3, #footer .porsche-footer__inner__right__links__content h3 {
    font-size: 23px;
    line-height: 1;
  }
  footer .porsche-footer__inner__right__links div, #footer .porsche-footer__inner__right__links div {
    line-height: 1;
  }
  footer .porsche-footer__inner__right__links div:nth-child(1), #footer .porsche-footer__inner__right__links div:nth-child(1) {
    gap: 17px;
    font-size: 18px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__right__links div:nth-child(2):not(.custom-links), #footer .porsche-footer__inner__right__links div:nth-child(2):not(.custom-links) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 17px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__right__links div:nth-child(2).custom-links, #footer .porsche-footer__inner__right__links div:nth-child(2).custom-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 46px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__right__links__social, #footer .porsche-footer__inner__right__links__social {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px;
  }
  footer .porsche-footer__inner__right__legal, #footer .porsche-footer__inner__right__legal {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }
  footer .porsche-footer__inner__right__legal div:nth-child(1), #footer .porsche-footer__inner__right__legal div:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__right__legal div:nth-child(2), #footer .porsche-footer__inner__right__legal div:nth-child(2) {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 17px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer hr, #footer .porsche-footer hr {
    border-style: inset;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0.5;
  }
  footer .porsche-footer__legal, #footer .porsche-footer__legal {
    display: none;
  }
  footer .porsche-footer__copyright-notice, #footer .porsche-footer__copyright-notice {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    line-height: 130%;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-text-opacity: 0.6;
  }
}
@media (min-width: 744px) and (max-width: 1185px) {
  footer, #footer {
    z-index: 3;
    display: flex;
    min-height: 553px;
    flex-direction: column;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(12 20 14 / var(--tw-bg-opacity));
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 36px;
    padding-right: 36px;
  }
  footer .porsche-footer, #footer .porsche-footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1474px) {
    footer .porsche-footer, #footer .porsche-footer {
      max-width: 1474px;
    }
  }
  footer .porsche-footer, #footer .porsche-footer {
    display: flex;
    flex-direction: column;
  }

@media (max-width: 374px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 375px) and (max-width: 743px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 36px;
      right: 36px;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .team footer .porsche-footer,.team  #footer .porsche-footer {
      display: flex;
      height: 100%;
      gap: 30px;
      padding-top: 150px;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      position: relative;
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1380px) {
  .team footer .porsche-footer,.team  #footer .porsche-footer {
      display: flex;
      height: 100%;
      gap: 60px;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      position: relative;
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
  footer .porsche-footer__inner, #footer .porsche-footer__inner {
    display: flex;
    flex-direction: column;
  }
  footer .porsche-footer__inner__left, #footer .porsche-footer__inner__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 42px;
  }
  footer .porsche-footer__inner__left div__logo, #footer .porsche-footer__inner__left div__logo {
    height: 41px;
  }
  footer .porsche-footer__inner__left__desc, #footer .porsche-footer__inner__left__desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  footer .porsche-footer__inner__left__socials, #footer .porsche-footer__inner__left__socials {
    display: flex;
    flex-direction: row;
    gap: 62px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__left__socials__image, #footer .porsche-footer__inner__left__socials__image {
    height: 20px;
    width: 20px;
  }
  footer .porsche-footer__inner__left__links, #footer .porsche-footer__inner__left__links {
    display: flex;
    flex-direction: row;
    gap: 62px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__right, #footer .porsche-footer__inner__right {
    display: none;
  }
  footer .porsche-footer hr, #footer .porsche-footer hr {
    border-style: inset;
    margin-top: 48px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0.5;
  }
  footer .porsche-footer__legal, #footer .porsche-footer__legal {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-bottom: 45px;
    padding-top: 16px;
  }
  footer .porsche-footer__legal p, #footer .porsche-footer__legal p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0.6;
  }
  footer .porsche-footer__copyright-notice, #footer .porsche-footer__copyright-notice {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    line-height: 130%;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-text-opacity: 0.6;
  }
}
@media (min-width: 375px) and (max-width: 743px) {
  footer, #footer {
    z-index: 3;
    display: flex;
    min-height: 754px;
    flex-direction: column;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(12 20 14 / var(--tw-bg-opacity));
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 28px;
    padding-right: 28px;
  }
  footer .porsche-footer, #footer .porsche-footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1474px) {
    footer .porsche-footer, #footer .porsche-footer {
      max-width: 1474px;
    }
  }
  footer .porsche-footer, #footer .porsche-footer {
    display: flex;
    flex-direction: column;
  }

@media (max-width: 374px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 375px) and (max-width: 743px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 36px;
      right: 36px;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .team footer .porsche-footer,.team  #footer .porsche-footer {
      display: flex;
      height: 100%;
      gap: 30px;
      padding-top: 150px;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      position: relative;
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1380px) {
  .team footer .porsche-footer,.team  #footer .porsche-footer {
      display: flex;
      height: 100%;
      gap: 60px;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      position: relative;
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
  footer .porsche-footer__inner, #footer .porsche-footer__inner {
    display: flex;
    flex-direction: column;
  }
  footer .porsche-footer__inner__left, #footer .porsche-footer__inner__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 42px;
  }
  footer .porsche-footer__inner__left div__logo, #footer .porsche-footer__inner__left div__logo {
    height: 41px;
  }
  footer .porsche-footer__inner__left__desc, #footer .porsche-footer__inner__left__desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  footer .porsche-footer__inner__left__socials, #footer .porsche-footer__inner__left__socials {
    display: flex;
    flex-direction: row;
    gap: 62px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__left__socials__image, #footer .porsche-footer__inner__left__socials__image {
    height: 20px;
    width: 20px;
  }
  footer .porsche-footer__inner__left__links, #footer .porsche-footer__inner__left__links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__right, #footer .porsche-footer__inner__right {
    display: none;
  }
  footer .porsche-footer hr, #footer .porsche-footer hr {
    border-style: inset;
    margin-top: 48px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0.5;
  }
  footer .porsche-footer__legal, #footer .porsche-footer__legal {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-bottom: 45px;
    padding-top: 16px;
  }
  footer .porsche-footer__legal p, #footer .porsche-footer__legal p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0.6;
  }
  footer .porsche-footer__copyright-notice, #footer .porsche-footer__copyright-notice {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-text-opacity: 0.6;
  }
}
@media (max-width: 374px) {
  footer, #footer {
    z-index: 3;
    display: flex;
    min-height: 754px;
    flex-direction: column;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(12 20 14 / var(--tw-bg-opacity));
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 28px;
    padding-right: 28px;
  }
  footer .porsche-footer, #footer .porsche-footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1474px) {
    footer .porsche-footer, #footer .porsche-footer {
      max-width: 1474px;
    }
  }
  footer .porsche-footer, #footer .porsche-footer {
    display: flex;
    flex-direction: column;
  }

@media (max-width: 374px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 375px) and (max-width: 743px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .teamTablet footer .porsche-footer,.teamTablet  #footer .porsche-footer {
      position: relative;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      position: absolute;
      top: 36px;
      right: 36px;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .team footer .porsche-footer,.team  #footer .porsche-footer {
      display: flex;
      height: 100%;
      gap: 30px;
      padding-top: 150px;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      position: relative;
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1380px) {
  .team footer .porsche-footer,.team  #footer .porsche-footer {
      display: flex;
      height: 100%;
      gap: 60px;
    }
  .teamCarousel footer .porsche-footer,.teamCarousel  #footer .porsche-footer {
      position: relative;
      height: 100%;
    }
  .teamCarousel footer .porsche-footer .closeIcon,.teamCarousel  #footer .porsche-footer .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
  footer .porsche-footer__inner, #footer .porsche-footer__inner {
    display: flex;
    flex-direction: column;
  }
  footer .porsche-footer__inner__left, #footer .porsche-footer__inner__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 42px;
  }
  footer .porsche-footer__inner__left div__logo, #footer .porsche-footer__inner__left div__logo {
    height: 41px;
  }
  footer .porsche-footer__inner__left__desc, #footer .porsche-footer__inner__left__desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  footer .porsche-footer__inner__left__socials, #footer .porsche-footer__inner__left__socials {
    display: flex;
    flex-direction: row;
    gap: 62px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__left__socials__image, #footer .porsche-footer__inner__left__socials__image {
    height: 20px;
    width: 20px;
  }
  footer .porsche-footer__inner__left__links, #footer .porsche-footer__inner__left__links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  footer .porsche-footer__inner__right, #footer .porsche-footer__inner__right {
    display: none;
  }
  footer .porsche-footer hr, #footer .porsche-footer hr {
    border-style: inset;
    margin-top: 48px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0.5;
  }
  footer .porsche-footer__legal, #footer .porsche-footer__legal {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-bottom: 45px;
    padding-top: 16px;
  }
  footer .porsche-footer__legal p, #footer .porsche-footer__legal p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0.6;
  }
  footer .porsche-footer__copyright-notice, #footer .porsche-footer__copyright-notice {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-text-opacity: 0.6;
  }
}
@media (min-width: 1380px) {
  .porsche-location, #porsche-location {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 72px;
    padding-right: 72px;
    z-index: 2;
    background: url("/assets/images/components/location/locationBg.svg"), #121e15;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .porsche-location__inner, #porsche-location__inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1474px) {
    .porsche-location__inner, #porsche-location__inner {
      max-width: 1474px;
    }
  }
  .porsche-location__inner, #porsche-location__inner {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
  }

@media (max-width: 374px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 375px) and (max-width: 743px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 36px;
      right: 36px;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .team .porsche-location__inner,.team  #porsche-location__inner {
      display: flex;
      height: 100%;
      gap: 30px;
      padding-top: 150px;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      position: relative;
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1380px) {
  .team .porsche-location__inner,.team  #porsche-location__inner {
      display: flex;
      height: 100%;
      gap: 60px;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      position: relative;
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
  .porsche-location__inner__left, #porsche-location__inner__left {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: space-between;
  }
  .porsche-location__inner__left__content, #porsche-location__inner__left__content {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .porsche-location__inner__left--action, #porsche-location__inner__left--action {
    z-index: 10;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .porsche-location__inner__left--action:hover, #porsche-location__inner__left--action:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .porsche-location__inner__left--action, #porsche-location__inner__left--action {
    display: flex;
    width: 193px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .porsche-location__inner__left--action:hover svg, .porsche-location__inner__left--action:hover h6, #porsche-location__inner__left--action:hover svg, #porsche-location__inner__left--action:hover h6 {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .porsche-location__inner__right, #porsche-location__inner__right {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    gap: 100px;
  }
  .porsche-location__inner__right__content, #porsche-location__inner__right__content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
  }
  .porsche-location__inner__right__content__branches, #porsche-location__inner__right__content__branches {
    display: flex;
    flex-direction: column;
  }
  .porsche-location__inner__right__content__branches hr, .porsche-location__inner__right__content__branches__divider, #porsche-location__inner__right__content__branches hr, #porsche-location__inner__right__content__branches__divider {
    border-style: inset;
    height: 1px;
    margin-top: 21px;
    margin-bottom: 21px;
    opacity: 0.5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, #6aac80 97.29%, #23382a 3.92%);
  }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .porsche-location, #porsche-location {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 72px;
    padding-right: 72px;
    z-index: 2;
    background: url("/assets/images/components/location/locationBg.svg"), #121e15;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .porsche-location__inner, #porsche-location__inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1474px) {
    .porsche-location__inner, #porsche-location__inner {
      max-width: 1474px;
    }
  }
  .porsche-location__inner, #porsche-location__inner {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
  }

@media (max-width: 374px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 375px) and (max-width: 743px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 36px;
      right: 36px;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .team .porsche-location__inner,.team  #porsche-location__inner {
      display: flex;
      height: 100%;
      gap: 30px;
      padding-top: 150px;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      position: relative;
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1380px) {
  .team .porsche-location__inner,.team  #porsche-location__inner {
      display: flex;
      height: 100%;
      gap: 60px;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      position: relative;
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
  .porsche-location__inner__left, #porsche-location__inner__left {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 86px;
  }
  .porsche-location__inner__left__content, #porsche-location__inner__left__content {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .porsche-location__inner__left--action, #porsche-location__inner__left--action {
    z-index: 10;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .porsche-location__inner__left--action:hover, #porsche-location__inner__left--action:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .porsche-location__inner__left--action, #porsche-location__inner__left--action {
    display: flex;
    width: 193px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .porsche-location__inner__left--action:hover svg, .porsche-location__inner__left--action:hover h6, #porsche-location__inner__left--action:hover svg, #porsche-location__inner__left--action:hover h6 {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .porsche-location__inner__right, #porsche-location__inner__right {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    gap: 100px;
  }
  .porsche-location__inner__right__content, #porsche-location__inner__right__content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
  }
  .porsche-location__inner__right__content__branches, #porsche-location__inner__right__content__branches {
    display: flex;
    flex-direction: column;
  }
  .porsche-location__inner__right__content__branches hr, .porsche-location__inner__right__content__branches__divider, #porsche-location__inner__right__content__branches hr, #porsche-location__inner__right__content__branches__divider {
    border-style: inset;
    margin-top: 21px;
    margin-bottom: 21px;
    height: 1px;
    opacity: 0.5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, #6aac80 97.29%, #23382a 3.92%);
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .porsche-location, #porsche-location {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 36px;
    padding-right: 36px;
    z-index: 2;
    background: url("/assets/images/components/location/locationBg.svg"), #121e15;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }
  .porsche-location__inner, #porsche-location__inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1474px) {
    .porsche-location__inner, #porsche-location__inner {
      max-width: 1474px;
    }
  }
  .porsche-location__inner, #porsche-location__inner {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 88px;
  }

@media (max-width: 374px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 375px) and (max-width: 743px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 36px;
      right: 36px;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .team .porsche-location__inner,.team  #porsche-location__inner {
      display: flex;
      height: 100%;
      gap: 30px;
      padding-top: 150px;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      position: relative;
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1380px) {
  .team .porsche-location__inner,.team  #porsche-location__inner {
      display: flex;
      height: 100%;
      gap: 60px;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      position: relative;
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
  .porsche-location__inner__left, #porsche-location__inner__left {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 72px;
  }
  .porsche-location__inner__left__content, #porsche-location__inner__left__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .porsche-location__inner__left--action, #porsche-location__inner__left--action {
    z-index: 10;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .porsche-location__inner__left--action:hover, #porsche-location__inner__left--action:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .porsche-location__inner__left--action, #porsche-location__inner__left--action {
    display: flex;
    height: 57px;
    width: 193px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .porsche-location__inner__left--action:hover svg, .porsche-location__inner__left--action:hover h6, #porsche-location__inner__left--action:hover svg, #porsche-location__inner__left--action:hover h6 {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .porsche-location__inner__right, #porsche-location__inner__right {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    gap: 74px;
  }
  .porsche-location__inner__right__content, #porsche-location__inner__right__content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
  }
  .porsche-location__inner__right__content__branches, #porsche-location__inner__right__content__branches {
    display: flex;
    flex-direction: column;
  }
  .porsche-location__inner__right__content__branches hr, .porsche-location__inner__right__content__branches__divider, #porsche-location__inner__right__content__branches hr, #porsche-location__inner__right__content__branches__divider {
    border-style: inset;
    height: 1px;
    margin-top: 21px;
    margin-bottom: 21px;
    max-width: 298px;
    opacity: 0.5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, #6aac80 97.29%, #23382a 3.92%);
  }
}
@media (min-width: 375px) and (max-width: 743px) {
  .porsche-location, #porsche-location {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 36px;
    padding-right: 36px;
    z-index: 2;
    background: url("/assets/images/components/location/locationBg.svg"), #121e15;
    background-repeat: no-repeat;
    background-position: center -241px;
    background-size: auto;
  }
  .porsche-location__inner, #porsche-location__inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1474px) {
    .porsche-location__inner, #porsche-location__inner {
      max-width: 1474px;
    }
  }
  .porsche-location__inner, #porsche-location__inner {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 88px;
  }

@media (max-width: 374px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 375px) and (max-width: 743px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 36px;
      right: 36px;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .team .porsche-location__inner,.team  #porsche-location__inner {
      display: flex;
      height: 100%;
      gap: 30px;
      padding-top: 150px;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      position: relative;
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1380px) {
  .team .porsche-location__inner,.team  #porsche-location__inner {
      display: flex;
      height: 100%;
      gap: 60px;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      position: relative;
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
  .porsche-location__inner__left, #porsche-location__inner__left {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 72px;
  }
  .porsche-location__inner__left__content, #porsche-location__inner__left__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .porsche-location__inner__left__content h2, #porsche-location__inner__left__content h2 {
    font-size: 42px;
    line-height: 1;
  }
  .porsche-location__inner__left--action, #porsche-location__inner__left--action {
    z-index: 10;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .porsche-location__inner__left--action:hover, #porsche-location__inner__left--action:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .porsche-location__inner__left--action, #porsche-location__inner__left--action {
    display: flex;
    height: 57px;
    width: 193px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .porsche-location__inner__left--action:hover svg, .porsche-location__inner__left--action:hover h6, #porsche-location__inner__left--action:hover svg, #porsche-location__inner__left--action:hover h6 {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .porsche-location__inner__right, #porsche-location__inner__right {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
  }
  .porsche-location__inner__right__content, #porsche-location__inner__right__content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
  }
  .porsche-location__inner__right__content__branches, #porsche-location__inner__right__content__branches {
    display: flex;
    flex-direction: column;
  }
  .porsche-location__inner__right__content__branches hr, .porsche-location__inner__right__content__branches__divider, #porsche-location__inner__right__content__branches hr, #porsche-location__inner__right__content__branches__divider {
    border-style: inset;
    height: 1px;
    margin-top: 21px;
    margin-bottom: 21px;
    max-width: 298px;
    opacity: 0.5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, #6aac80 97.29%, #23382a 3.92%);
  }
}
@media (max-width: 374px) {
  .porsche-location, #porsche-location {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 36px;
    padding-right: 36px;
    z-index: 2;
    background: url("/assets/images/components/location/locationBg.svg"), #121e15;
    background-repeat: no-repeat;
    background-position: center -241px;
    background-size: auto;
  }
  .porsche-location__inner, #porsche-location__inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1474px) {
    .porsche-location__inner, #porsche-location__inner {
      max-width: 1474px;
    }
  }
  .porsche-location__inner, #porsche-location__inner {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 88px;
  }

@media (max-width: 374px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 375px) and (max-width: 743px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      padding: 5px;
    }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .teamTablet .porsche-location__inner,.teamTablet  #porsche-location__inner {
      position: relative;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      position: absolute;
      top: 36px;
      right: 36px;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .team .porsche-location__inner,.team  #porsche-location__inner {
      display: flex;
      height: 100%;
      gap: 30px;
      padding-top: 150px;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      position: relative;
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
@media (min-width: 1380px) {
  .team .porsche-location__inner,.team  #porsche-location__inner {
      display: flex;
      height: 100%;
      gap: 60px;
    }
  .teamCarousel .porsche-location__inner,.teamCarousel  #porsche-location__inner {
      position: relative;
      height: 100%;
    }
  .teamCarousel .porsche-location__inner .closeIcon,.teamCarousel  #porsche-location__inner .closeIcon {
      float: right;
      display: inline-block;
      cursor: pointer;
    }
}
  .porsche-location__inner__left, #porsche-location__inner__left {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 72px;
  }
  .porsche-location__inner__left__content, #porsche-location__inner__left__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .porsche-location__inner__left__content h2, #porsche-location__inner__left__content h2 {
    font-size: 38px;
    line-height: 1;
  }
  .porsche-location__inner__left--action, #porsche-location__inner__left--action {
    z-index: 10;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .porsche-location__inner__left--action:hover, #porsche-location__inner__left--action:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .porsche-location__inner__left--action, #porsche-location__inner__left--action {
    display: flex;
    height: 57px;
    width: 193px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .porsche-location__inner__left--action:hover svg, .porsche-location__inner__left--action:hover h6, #porsche-location__inner__left--action:hover svg, #porsche-location__inner__left--action:hover h6 {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .porsche-location__inner__right, #porsche-location__inner__right {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
  }
  .porsche-location__inner__right__content, #porsche-location__inner__right__content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
  }
  .porsche-location__inner__right__content__branches, #porsche-location__inner__right__content__branches {
    display: flex;
    flex-direction: column;
  }
  .porsche-location__inner__right__content__branches hr, .porsche-location__inner__right__content__branches__divider, #porsche-location__inner__right__content__branches hr, #porsche-location__inner__right__content__branches__divider {
    border-style: inset;
    height: 1px;
    margin-top: 21px;
    margin-bottom: 21px;
    max-width: 298px;
    opacity: 0.5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, #6aac80 97.29%, #23382a 3.92%);
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  .xs\:block {
    display: block;
  }
  .xs\:inline-block {
    display: inline-block;
  }
  .xs\:flex {
    display: flex;
  }
}
@media (min-width: 375px) and (max-width: 743px) {
  .sm\:block {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:flex {
    display: flex;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1380px) {
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
}