@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) {
  #porsche-privacy,
  .porsche-privacy {
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  #porsche-privacy__header,
  .porsche-privacy__header {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 259px;
    padding-bottom: 88px;
  }
  #porsche-privacy__header__title,
  .porsche-privacy__header__title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  #porsche-privacy__content,
  .porsche-privacy__content {
    --tw-bg-opacity: 1;
    background-color: rgb(239 232 226 / var(--tw-bg-opacity));
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 28px;
    padding-right: 28px;
  }
  #porsche-privacy__content h1, #porsche-privacy__content h2, #porsche-privacy__content h3,
  .porsche-privacy__content h1,
  .porsche-privacy__content h2,
  .porsche-privacy__content h3 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  #porsche-privacy__content h1,
  .porsche-privacy__content h1 {
    padding-bottom: 28px;
  }
  #porsche-privacy__content h2,
  .porsche-privacy__content h2 {
    padding-bottom: 16px;
  }
  #porsche-privacy__content h3,
  .porsche-privacy__content h3 {
    padding-bottom: 12px;
  }
  #porsche-privacy__content p,
  .porsche-privacy__content p {
    overflow-wrap: break-word;
    padding-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(64 63 69 / var(--tw-text-opacity));
  }
  #porsche-privacy__content p em,
  .porsche-privacy__content p em {
    font-style: italic;
  }
  #porsche-privacy__content p strong,
  .porsche-privacy__content p strong {
    font-weight: 700;
  }
  #porsche-privacy__content p:last-child,
  .porsche-privacy__content p:last-child {
    padding-bottom: 0px;
  }
}
@media (min-width: 375px) and (max-width: 743px) {
  #porsche-privacy,
  .porsche-privacy {
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  #porsche-privacy__header,
  .porsche-privacy__header {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 259px;
    padding-bottom: 88px;
  }
  #porsche-privacy__header__title,
  .porsche-privacy__header__title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  #porsche-privacy__content,
  .porsche-privacy__content {
    --tw-bg-opacity: 1;
    background-color: rgb(239 232 226 / var(--tw-bg-opacity));
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 28px;
    padding-right: 28px;
  }
  #porsche-privacy__content h1, #porsche-privacy__content h2, #porsche-privacy__content h3,
  .porsche-privacy__content h1,
  .porsche-privacy__content h2,
  .porsche-privacy__content h3 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  #porsche-privacy__content h1,
  .porsche-privacy__content h1 {
    padding-bottom: 28px;
  }
  #porsche-privacy__content h2,
  .porsche-privacy__content h2 {
    padding-bottom: 16px;
  }
  #porsche-privacy__content h3,
  .porsche-privacy__content h3 {
    padding-bottom: 12px;
  }
  #porsche-privacy__content p,
  .porsche-privacy__content p {
    overflow-wrap: break-word;
    padding-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(64 63 69 / var(--tw-text-opacity));
  }
  #porsche-privacy__content p em,
  .porsche-privacy__content p em {
    font-style: italic;
  }
  #porsche-privacy__content p strong,
  .porsche-privacy__content p strong {
    font-weight: 700;
  }
  #porsche-privacy__content p:last-child,
  .porsche-privacy__content p:last-child {
    padding-bottom: 0px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  #porsche-privacy,
  .porsche-privacy {
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  #porsche-privacy__header,
  .porsche-privacy__header {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 259px;
    padding-bottom: 88px;
  }
  #porsche-privacy__header__title,
  .porsche-privacy__header__title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  #porsche-privacy__content,
  .porsche-privacy__content {
    --tw-bg-opacity: 1;
    background-color: rgb(239 232 226 / var(--tw-bg-opacity));
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 36px;
    padding-right: 36px;
  }
  #porsche-privacy__content h1, #porsche-privacy__content h2, #porsche-privacy__content h3,
  .porsche-privacy__content h1,
  .porsche-privacy__content h2,
  .porsche-privacy__content h3 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  #porsche-privacy__content h1,
  .porsche-privacy__content h1 {
    padding-bottom: 28px;
  }
  #porsche-privacy__content h2,
  .porsche-privacy__content h2 {
    padding-bottom: 16px;
  }
  #porsche-privacy__content h3,
  .porsche-privacy__content h3 {
    padding-bottom: 12px;
  }
  #porsche-privacy__content p,
  .porsche-privacy__content p {
    overflow-wrap: break-word;
    padding-bottom: 36px;
    font-size: 24px;
    line-height: 36px;
    --tw-text-opacity: 1;
    color: rgb(64 63 69 / var(--tw-text-opacity));
  }
  #porsche-privacy__content p em,
  .porsche-privacy__content p em {
    font-style: italic;
  }
  #porsche-privacy__content p strong,
  .porsche-privacy__content p strong {
    font-weight: 700;
  }
  #porsche-privacy__content p:last-child,
  .porsche-privacy__content p:last-child {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  #porsche-privacy,
  .porsche-privacy {
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  #porsche-privacy__header,
  .porsche-privacy__header {
    padding-left: 74px;
    padding-right: 74px;
    padding-top: 129px;
    padding-bottom: 87px;
  }
  #porsche-privacy__header__title,
  .porsche-privacy__header__title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  #porsche-privacy__content,
  .porsche-privacy__content {
    --tw-bg-opacity: 1;
    background-color: rgb(239 232 226 / var(--tw-bg-opacity));
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 74px;
    padding-right: 74px;
  }
  #porsche-privacy__content h1,
  #porsche-privacy__content h2,
  #porsche-privacy__content h3,
  .porsche-privacy__content h1,
  .porsche-privacy__content h2,
  .porsche-privacy__content h3 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  #porsche-privacy__content h1,
  .porsche-privacy__content h1 {
    padding-bottom: 48px;
  }
  #porsche-privacy__content h2,
  .porsche-privacy__content h2 {
    padding-bottom: 32px;
  }
  #porsche-privacy__content h3,
  .porsche-privacy__content h3 {
    padding-bottom: 20px;
  }
  #porsche-privacy__content p,
  .porsche-privacy__content p {
    overflow-wrap: break-word;
    padding-bottom: 72px;
    font-size: 24px;
    line-height: 36px;
    --tw-text-opacity: 1;
    color: rgb(64 63 69 / var(--tw-text-opacity));
  }
  #porsche-privacy__content p em,
  .porsche-privacy__content p em {
    font-style: italic;
  }
  #porsche-privacy__content p strong,
  .porsche-privacy__content p strong {
    font-weight: 700;
  }
  #porsche-privacy__content p:last-child,
  .porsche-privacy__content p:last-child {
    padding-bottom: 0px;
  }
}
@media (min-width: 1380px) {
  #porsche-privacy,
  .porsche-privacy {
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 21 / var(--tw-bg-opacity));
  }
  #porsche-privacy__header,
  .porsche-privacy__header {
    padding-left: 74px;
    padding-right: 74px;
    padding-top: 129px;
    padding-bottom: 87px;
  }
  #porsche-privacy__header__title,
  .porsche-privacy__header__title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  #porsche-privacy__content,
  .porsche-privacy__content {
    --tw-bg-opacity: 1;
    background-color: rgb(239 232 226 / var(--tw-bg-opacity));
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 74px;
    padding-right: 74px;
  }
  #porsche-privacy__content h1, #porsche-privacy__content h2, #porsche-privacy__content h3,
  .porsche-privacy__content h1,
  .porsche-privacy__content h2,
  .porsche-privacy__content h3 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  #porsche-privacy__content h1,
  .porsche-privacy__content h1 {
    padding-bottom: 48px;
  }
  #porsche-privacy__content h2,
  .porsche-privacy__content h2 {
    padding-bottom: 32px;
  }
  #porsche-privacy__content h3,
  .porsche-privacy__content h3 {
    padding-bottom: 20px;
  }
  #porsche-privacy__content p,
  .porsche-privacy__content p {
    overflow-wrap: break-word;
    padding-bottom: 72px;
    font-size: 24px;
    line-height: 36px;
    --tw-text-opacity: 1;
    color: rgb(64 63 69 / var(--tw-text-opacity));
  }
  #porsche-privacy__content p em,
  .porsche-privacy__content p em {
    font-style: italic;
  }
  #porsche-privacy__content p strong,
  .porsche-privacy__content p strong {
    font-weight: 700;
  }
  #porsche-privacy__content p:last-child,
  .porsche-privacy__content p:last-child {
    padding-bottom: 0px;
  }
  .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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}