body:not([data-lang="de"]) [data-visable-lang="de"] {
  display: none !important;
}

body:not([data-lang="en"]) [data-visable-lang="en"] {
  display: none !important;
}

.component-switch-language {
  position: fixed;
  top: 120px;
  right: 48px;
  z-index: 55;
  width: 120px;
  height: 40px;
  background: #fff;
  color: #050505;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px #0000001a !important;
  transition: all 0.3s;
}

.component-switch-language:hover {
  color: #fff;
  background: #ff7a3d;
}

.component-switch-language .arrow-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}

.component-switch-language .arrow-wrapper span {
  display: flex;
  height: 12px;
  align-items: center;
}

@media (max-width: 600px) {
  .component-switch-language {
    top: 110px;
    right: 14px;
    z-index: 55;
    width: 120px;
    height: 32px;
    font-size: 13px;
  }

  .component-switch-language .arrow-wrapper span {
    height: 8px;
  }
}

.gold-coast-marathon-banner {
  position: relative;
  color: #fff;
}

.gold-coast-marathon-banner img {
  display: block;
  width: 100%;
}

.gold-coast-marathon-banner-bg svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22.8125vw;
  height: auto;
}

.gold-coast-marathon-banner p {
  margin: 0;
}

.gold-coast-marathon-banner__overlay {
  position: absolute;
  inset: 0 0 0 8.3333%;
  display: flex;
  align-items: flex-end;
  font-size: clamp(4px, 5px + 0.34723vw, 20px);
  align-items: center;
  text-align: center;
}

.gold-coast-marathon-banner__overlay-inner {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gold-coast-marathon-banner__logo img {
  height: 6.6em;
  width: auto;
}

.gold-coast-marathon-banner__logo-bottom {
  color: #ffffffd9;
  font-family: Shokz Sans Text;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 120%;
  margin: 0.6em 0 1.1em;
}

.gold-coast-marathon-banner__title {
  position: relative;
  font-size: inherit;
  font-size: 3.6em;
  margin-top: 0.667em;
  margin-bottom: 0.233em;
  color: inherit !important;
}

.gold-coast-marathon-banner__title img {
  height: 10.5em;
  width: auto;
}

.gold-coast-marathon-banner__title picture + p {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}

.gold-coast-marathon-banner__subtitle {
  color: #fff;
  font-family: Shokz Sans Text;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: inherit;
}

.gold-coast-marathon-banner__buttons {
  margin-top: 2.4em;
}

.gold-coast-marathon-banner__button {
  border-radius: 4px;
  background: #fff;
  color: #0a0a0a;
  font-family: var(--Shokz-Sans-Display, "Shokz Sans Display");
  font-size: 1.6em;
  font-weight: var(--fontWeight-medium, 400);
  line-height: 130%;
  padding: 0.843 1.25em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s !important;
}

.gold-coast-marathon-banner__button span {
  position: relative;
  bottom: -0.1em;
}

.gold-coast-marathon-banner__button svg {
  margin-left: 0.2em;
  height: 1.142em;
  width: auto;
  vertical-align: middle;
}

.gold-coast-marathon-banner__button:hover {
  background-color: #ff7a3d;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .gold-coast-marathon-banner-bg img {
    min-height: 380px;
    object-fit: cover;
  }
}

@media screen and (max-width: 989px) {
  .gold-coast-marathon-banner__overlay {
    position: absolute;
    inset: 0 0 0 8.3333%;
    display: flex;
    align-items: flex-end;
    font-size: clamp(4px, 4px + 0.34723vw, 20px);
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .gold-coast-marathon-banner__overlay {
    height: 100%;
    font-size: calc(5px + 1.2821vw);
    bottom: initial;
    top: 0;
    left: 0;
    padding: 48px 16px 0;
  }

  .gold-coast-marathon-banner__overlay-inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .gold-coast-marathon-banner__logo img {
    height: 4.2em;
    display: inline-block;
    vertical-align: middle;
  }

  .gold-coast-marathon-banner__logo-bottom {
    font-size: 1.7em;
    margin: 0.52em 0 0.85em;
  }

  .gold-coast-marathon-banner__title {
    font-size: 2em;
    font-family: Shokz Sans Text;
    font-weight: 400;
    margin-top: 1.2em;
    margin-bottom: 0.9em;
  }

  .gold-coast-marathon-banner__title img {
    height: 6.33em;
  }

  .gold-coast-marathon-banner__subtitle {
    font-size: 3.2em;
    line-height: 130%;
    font-family: Shokz Sans Display;
    margin-top: 0.375em;
  }

  .gold-coast-marathon-banner__buttons {
    margin-top: 1.6em;
  }

  .gold-coast-marathon-banner__button {
    font-size: 1.5em;
    padding: 0.65em 1.45em;
    min-height: 2.66em;
    min-width: 11.3em;
  }
}

@media screen and (max-width: 589px) {
  .gold-coast-marathon-banner__overlay {
    font-size: 2.564103vw;
  }
}

.component-drag-switch-images {
  display: block;
  --clip-width: 5%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .component-drag-switch-images {
    --clip-width: 4%;
  }
}

.component-drag-switch-images__line {
  display: block;
  position: absolute;
  top: 0;
  left: var(--clip-width, 0);
  width: 2px;
  height: 100%;
  background: #a4a4a4;
  cursor: ew-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 3;
  transform: translate(-50%);
}

.component-drag-switch-images__button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.component-drag-switch-images__view {
  position: relative;
}

.component-drag-switch-images__view + .component-drag-switch-images__view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(
    0px 0px,
    var(--clip-width, 0) 0px,
    var(--clip-width, 0) 100%,
    0px 100%
  );
}

.component-drag-switch-images__view picture {
  width: 100%;
  display: block;
}

.component-drag-switch-images__view img {
  display: block;
  width: 100%;
  height: auto;
  background-color: #999;
}

.berlin-marathon-2025-switch-images {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: clamp(5px, 0.78vw, 10px);
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-switch-images {
    font-size: clamp(5px, 2.5641vw, 10px);
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.berlin-marathon-2025-switch-images__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0006;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-switch-images__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.berlin-marathon-2025-switch-images__content__inner {
  text-align: center;
  color: #fff;
}

.berlin-marathon-2025-switch-images__content__inner h2 {
  color: inherit;
  font-family: Shokz Sans Display;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-switch-images__content__inner h2 {
    font-size: 2em;
    margin-bottom: 1.6em;
  }
}

.berlin-marathon-2025-switch-images__content__inner p {
  color: inherit;
  font-family: Shokz Sans Text;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.berlin-marathon-2025-switch-images__content__inner p.large-text {
  font-size: 2.4em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-switch-images__content__inner p {
    font-size: 1.4em;
  }

  .berlin-marathon-2025-switch-images__content__inner p.large-text {
    font-size: 1.8em;
  }
}

.berlin-marathon-2025-subscribe-and-mystery {
  background: linear-gradient(0deg, #0000001a 0% 100%),
    linear-gradient(152deg, #ff8400 -67.67%, #fea33e 38.35%, #fcf2d8 164.22%);
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery {
    background: linear-gradient(0deg, #0000001a 0% 100%),
      linear-gradient(157deg, #ff8400 -14.03%, #fea33e 47.01%, #fcf2d8 94.19%);
  }
}

.berlin-marathon-2025-subscribe .common-header {
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe .common-header {
    margin-bottom: 30px;
  }
}

.berlin-marathon-2025-subscribe .common-title {
  font-size: clamp(24px, 16px + 0.834vw, 32px);
  color: #fff;
  text-align: center;
  font-family: Shokz Sans Display;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe .common-title {
    font-size: 24px;
  }
}

.berlin-marathon-2025-subscribe .common-desc {
  color: #eaeaea;
  margin-top: 8px;
  line-height: 1.3;
}

.berlin-marathon-2025-subscribe {
  display: block;
  --row-gap: 12px;
  --column-gap: 24px;
  padding-top: 40px;
  padding-bottom: 120px;
}

@media screen and (max-width: 989px) {
  .berlin-marathon-2025-subscribe {
    --row-gap: 8px;
    --column-gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe {
    padding-top: 64px;
    padding-bottom: 48px;
    --row-gap: 8px;
    --column-gap: 16px;
  }
}

.berlin-marathon-2025-subscribe__container {
  border-radius: 8px;
  background: #2a0b0033;
  padding: 60px 8.3% 80px;
}

@media screen and (max-width: 989px) {
  .berlin-marathon-2025-subscribe__container {
    padding: 60px 5% 40px;
  }
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__container {
    padding: 0;
    background: initial;
  }
}

.berlin-marathon-2025-subscribe__swiper {
  overflow: visible;
  margin-top: 32px;
}

@media screen and (max-width: 989px) {
  .berlin-marathon-2025-subscribe__swiper {
    overflow: visible;
  }
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__swiper {
    margin-top: 18px;
  }
}

.berlin-marathon-2025-subscribe__swiper .swiper-wrapper {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--row-gap) var(--column-gap);
  transform: none;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__swiper .swiper-wrapper {
    grid-template-columns: 1fr;
  }
}

.berlin-marathon-2025-subscribe__swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.berlin-marathon-2025-subscribe__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  box-sizing: border-box;
  font-size: clamp(5px, 0.69vw, 10px);
  border-radius: 4px;
  border: 1px solid #6b6b6b;
  box-shadow: 0 4px 18px #0000000d;
  overflow: hidden;
}

@media screen and (max-width: 989px) {
  .berlin-marathon-2025-subscribe__item {
    font-size: clamp(5px, 0.7vw, 10px);
  }
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__item {
    font-size: clamp(6px, 2.564vw, 10px);
  }
}

.berlin-marathon-2025-subscribe__item-bg {
  transition: transform 0.3s;
  z-index: 1;
  overflow: hidden;
}

.berlin-marathon-2025-subscribe__item-bg picture {
  border-radius: inherit;
}

.berlin-marathon-2025-subscribe__item-bg,
.berlin-marathon-2025-subscribe__item-bg img,
.berlin-marathon-2025-subscribe__item-bg svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  border-radius: inherit;
}

.berlin-marathon-2025-subscribe__item-bg auto-play-video,
.berlin-marathon-2025-subscribe__item-bg video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.berlin-marathon-2025-subscribe__item-overlay {
  padding: 1.6em 2.4em 1.2em 3.2em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__item-overlay {
    padding: 1.6em;
  }
}

.berlin-marathon-2025-subscribe__item-overlay-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.berlin-marathon-2025-subscribe__item-bg
  + .berlin-marathon-2025-subscribe__item-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.berlin-marathon-2025-subscribe__item-icon {
  margin-top: 8px;
}

.berlin-marathon-2025-subscribe__item-icon svg {
  vertical-align: middle;
  height: 4.8em;
  width: auto;
}

.berlin-marathon-2025-subscribe__item-title {
  color: #fff3 !important;
  font-family: Shokz Sans Display;
  font-size: 7.8em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__item-title {
    margin-top: -2px;
    font-size: 5.5em;
    line-height: 1;
  }
}

.berlin-marathon-2025-subscribe__item-subtitle {
  color: #fff;
  font-family: Shokz Sans Display;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__item-subtitle {
    font-size: 1.6em;
    margin-top: 0;
    line-height: 1.2;
  }
}

.berlin-marathon-2025-subscribe__item-subtitle svg {
  display: block;
  margin-bottom: 4px;
}

.berlin-marathon-2025-subscribe__item-desc {
  color: #e0e0e0;
  font-family: Shokz Sans Display;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.75em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__item-desc {
    font-size: 1.2em;
    color: #f2f2f2;
  }
}

.berlin-marathon-2025-subscribe__item-button {
  margin-top: 6px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 150%;
  --buttons-radius: 8px;
  --buttons-radius-outset: 9px;
  color: rgb(var(--color-secondary-button-text));
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  gap: 0.25em;
  transition: all 0.3s;
  border-radius: 0.5em;
  padding: 0.25em 0 0.35em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__item-button {
    font-size: 1.2em;
    margin-top: 0;
  }
}

.berlin-marathon-2025-subscribe__item-button svg {
  width: 0.75em;
  height: auto;
  vertical-align: middle;
  margin-bottom: -0.1em;
}

.berlin-marathon-2025-subscribe__item p {
  margin: 0;
}

.berlin-marathon-2025-subscribe__item-overlay > *:first-child {
  margin-top: 0 !important;
}

.berlin-marathon-2025-subscribe__item-2 {
  flex: auto;
}

.berlin-marathon-2025-subscribe__item-2-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--row-gap);
}

.berlin-marathon-2025-subscribe__item-2
  .berlin-marathon-2025-subscribe__item-overlay-inner {
  max-width: 62%;
}

.berlin-marathon-2025-subscribe__item-2
  .berlin-marathon-2025-subscribe__item-title {
  font-size: 3.6em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__item-2
    .berlin-marathon-2025-subscribe__item-title {
    font-size: 3.6em;
  }
}

.berlin-marathon-2025-subscribe__item-2
  .berlin-marathon-2025-subscribe__item-subtitle {
  font-size: 1.6em;
  min-height: 2em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__item-2
    .berlin-marathon-2025-subscribe__item-subtitle {
    font-size: 1.4em;
    line-height: 1.2;
    min-height: 1.3em;
  }

  .berlin-marathon-2025-subscribe__item-2
    .berlin-marathon-2025-subscribe__item-subtitle
    svg {
    margin-bottom: 8px;
    height: 0.8571428em;
    width: auto;
  }
}

.berlin-marathon-2025-subscribe__item-2
  .berlin-marathon-2025-subscribe__item-desc {
  font-size: 1.6em;
  line-height: 1;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__item-2
    .berlin-marathon-2025-subscribe__item-desc {
    font-size: 1.2em;
    color: silver;
    margin-top: 0.5em;
  }
}

.berlin-marathon-2025-subscribe__klaviyo-form > div {
  position: relative;
  width: 420px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__klaviyo-form > div {
    width: 100%;
    max-width: 92%;
  }
}

.berlin-marathon-2025-subscribe__klaviyo-form > div > form > div {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  box-sizing: border-box;
}

.berlin-marathon-2025-subscribe__klaviyo-form:empty:after {
  content: "loading...";
  text-align: center;
  display: block;
  padding: 5%;
  height: 140px;
  color: #fff;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  [data-testid="form-row"]:first-child
  > div {
  padding: 0 !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  input[type="checkbox"]
  + label:before {
  content: "";
  margin-right: 8px;
  position: relative;
  background-image: url(/cdn/shop/files/Berlin-Marathon-2025-Checkbox-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  min-width: 16px;
  cursor: pointer;
  top: 2px !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  input[type="checkbox"]
  + label
  > svg[width][width][width][width][width] {
  display: none !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  input[type="checkbox"]:checked
  + label:before {
  background: #ff7a3d;
  border-radius: 2px;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  input[type="checkbox"]:checked
  + label
  > svg
  + svg[width][width][width][width] {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  width: 16px !important;
  height: 16px !important;
  top: 2px !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form input[name="email"] {
  padding: 14px 12px !important;
  color: #2f2f2f !important;
  font-family: Shokz Sans Text !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  border-radius: 2px 0 0 2px !important;
  border-top: 1px solid #ff7a3d !important;
  border-bottom: 1px solid #ff7a3d !important;
  border-left: 1px solid #ff7a3d !important;
  background: #fff !important;
  box-sizing: border-box !important;
  height: 48px !important;
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-subscribe__klaviyo-form input[name="email"] {
    height: 40px !important;
    border: none !important;
  }
}

.berlin-marathon-2025-subscribe__klaviyo-form input[name="email"]::placeholder {
  opacity: 1;
  color: #bababa;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  input[name="email"]::-webkit-input-placeholder {
  opacity: 1;
  color: #bababa;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  input[name="email"]:-moz-placeholder {
  opacity: 1;
  color: #bababa;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  input[name="email"]:-ms-input-placeholder {
  opacity: 1;
  color: #bababa;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  input[name="email"]:focus-visible {
  outline: none !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form button {
  border-radius: 0 2px 2px 0 !important;
  background: #ff7a3d !important;
  padding: 13px 20px 10px 24px !important;
  color: #fff !important;
  text-align: center !important;
  font-family: Shokz Sans Display !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  display: flex !important;
  gap: 2px !important;
  align-items: center !important;
  box-sizing: border-box !important;
  height: 48px !important;
  transition: all 0.2s !important;
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-subscribe__klaviyo-form button {
    font-size: 0 !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .berlin-marathon-2025-subscribe__klaviyo-form button:after {
    content: "";
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    top: -2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0Ij4KPHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0yMCA1LjQ0OTk1SDRDMy40NSA1LjQ0OTk1IDMgNS44OTk5NSAzIDYuNDQ5OTVWMTcuNTQ5OUMzIDE4LjA5OTkgMy40NSAxOC41NDk5IDQgMTguNTQ5OUgyMEMyMC41NSAxOC41NDk5IDIxIDE4LjA5OTkgMjEgMTcuNTQ5OVY2LjQ0OTk1QzIxIDUuODk5OTUgMjAuNTUgNS40NDk5NSAyMCA1LjQ0OTk1Wk0xOC45IDYuNDQ5OTVMMTIgMTAuOUw1LjEgNi40NDk5NUgxOC45Wk00IDE3LjU0OTlWNi44OTk5NUwxMiAxMi4xTDIwIDYuODk5OTVWMTcuNTQ5OUg0WiIvPgo8c2NyaXB0IHhtbG5zPSIiLz48L3N2Zz4=);
    width: 24px;
    height: 24px;
    left: -1px;
  }
}

.berlin-marathon-2025-subscribe__klaviyo-form button:hover {
  opacity: 0.6 !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form button:disabled {
  color: transparent !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form button:disabled:after {
  background-image: none !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  [data-testid="form-row"]:nth-child(2) {
  margin-top: 15px;
}

.berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success
  [data-testid="form-row"]:nth-child(2) {
  margin-top: 0;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  [data-testid="form-row"]:nth-child(2)
  > div {
  padding: 0 !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  [data-testid="form-row"]:nth-child(2)
  label {
  padding: 0 !important;
  align-items: initial !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form
  [data-testid="form-row"]:nth-child(2)
  div,
.berlin-marathon-2025-subscribe__klaviyo-form
  [data-testid="form-row"]:nth-child(3)
  div {
  color: #eaeaea !important;
  text-align: center !important;
  font-family: Shokz Sans Text !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: left !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__klaviyo-form
    [data-testid="form-row"]:nth-child(2)
    div,
  .berlin-marathon-2025-subscribe__klaviyo-form
    [data-testid="form-row"]:nth-child(3)
    div {
    color: #e7e7e7 !important;
  }
}

.berlin-marathon-2025-subscribe__klaviyo-form
  [data-testid="form-row"]:nth-child(3)
  a {
  color: inherit !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success {
  border-radius: 4px;
  border: 1px solid rgba(107, 107, 107, 0.4);
  background: #513e3e33;
  margin-bottom: 40px;
}

.berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success > div {
  position: relative;
  width: 100%;
  margin: auto;
}

.berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success
  [id^="rich-text-"]
  h1 {
  text-align: center !important;
  font-family: Shokz Sans Display !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 130% !important;
}

@media screen and (min-width: 768.1px) {
  .berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success
    [id^="rich-text-"]
    h1 {
    background: linear-gradient(90deg, #ff7a3d, #ffc300);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success
    [id^="rich-text-"]
    h1 {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 110% !important;
  }
}

.berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success
  [id^="rich-text-"]
  h1
  span {
  font-size: inherit !important;
}

body[data-lang="en"]
  .berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success
  [id^="rich-text-"]
  h1:after {
  content: "Thank you for your registration!";
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
}

body[data-lang="en"]
  .berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success
  [id^="rich-text-"]
  h1
  span {
  font-size: 0 !important;
  display: none !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success
  [data-testid="form-row"]:nth-child(2)
  [id^="rich-text-"] {
  color: #c2c2c2 !important;
  text-align: center !important;
  font-family: Shokz Sans Text !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 120% !important;
  max-width: 425px !important;
  margin: 8px auto 0 !important;
}

.berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success
  [data-testid="form-row"]:nth-child(2)
  [id^="rich-text-"]
  p {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  text-align: inherit !important;
  margin: 0 !important;
}

body[data-lang="en"]
  .berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success
  [data-testid="form-row"]:nth-child(2)
  [id^="rich-text-"]:after {
  content: "The winner will be notified via E-Mail and will be announced on our website. ";
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
}

body[data-lang="en"]
  .berlin-marathon-2025-subscribe__klaviyo-form.form-submit--success
  [data-testid="form-row"]:nth-child(2)
  [id^="rich-text-"]
  p {
  font-size: 0 !important;
  display: none !important;
}

.berlin-marathon-2025-subscribe__note {
  margin: 48px auto 0;
  color: #f3f3f3;
  text-align: left;
  font-family: Shokz Sans Text;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.berlin-marathon-2025-subscribe__note a {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe__note {
    color: #eaeaea;
    font-family: Shokz Sans Text;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    width: 100%;
    margin-top: 24px;
  }
}

.berlin-marathon-2025-subscribe__note h3 {
  color: inherit;
  font-size: inherit;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
}

.berlin-marathon-2025-subscribe__note h3:not(:first-child) {
  margin-top: 16px;
  margin-bottom: 4px;
}

.berlin-marathon-2025-subscribe__note p {
  margin: 0;
}

.berlin-marathon-2025-subscribe__note p + p {
  margin-top: 16px;
}

.berlin-marathon-2025-mystery-box {
  padding-top: 40px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box {
    padding-top: 0;
    padding-bottom: 64px;
  }
}

.berlin-marathon-2025-mystery-box__container {
  display: flex;
  font-size: clamp(5px, 0.78vw, 10px);
  gap: 2.4em;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__container {
    flex-direction: column;
    font-size: clamp(5px, 2.5641vw, 10px);
    gap: 0;
  }

  .berlin-marathon-2025-mystery-box__container > hr {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0 0 38px;
    padding: 0;
    width: 100%;
  }
}

.berlin-marathon-2025-mystery-box__content {
  flex: 1;
}

.berlin-marathon-2025-mystery-box__content__title {
  color: #fff !important;
  font-family: Shokz Sans Display;
  font-size: 3.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__content__title {
    font-size: 24px;
    margin: 0 0 20px;
    text-align: center;
  }
}

.berlin-marathon-2025-mystery-box__content__desc {
  color: #fff;
  font-family: Shokz Sans Text;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__content__desc {
    position: absolute;
    font-size: 14px;
    bottom: 26px;
    left: 12px;
    right: 8px;
  }
}

.berlin-marathon-2025-mystery-box__content__countdown__title {
  color: #fff !important;
  font-family: Shokz Sans Display;
  font-size: 2.4em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 1.33em 0 1em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__content__countdown__title {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 12px;
  }
}

.berlin-marathon-2025-mystery-box__content__countdown__timer {
  display: flex;
  gap: 1em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__content__countdown__timer {
    margin-bottom: 3.4em;
    justify-content: center;
  }
}

.berlin-marathon-2025-mystery-box__content__countdown__timer i {
  color: #fff;
  font-family: Poppins;
  font-size: 2em;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
  margin-top: 0.75em;
  width: 1em;
  text-align: center;
}

.berlin-marathon-2025-mystery-box__content__countdown__timer__item {
  display: flex;
  flex-direction: column;
}

.berlin-marathon-2025-mystery-box__content__countdown__timer__item
  span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--font-white, #fff);
  font-family: var(--Shokz-Sans-Display, "Shokz Sans Display");
  font-size: 2em;
  font-weight: var(--medium, 400);
  line-height: 110%;
  border-radius: 4px;
  background: #fff3;
  width: 3em;
  height: 3em;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__content__countdown__timer__item
    span:first-child {
    font-size: 1.8em;
    width: 3.333em;
    height: 3.333em;
  }
}

.berlin-marathon-2025-mystery-box__content__countdown__timer__item
  span:not(:first-child) {
  color: var(--font-white, #fff);
  text-align: center;
  font-family: var(--Shokz-Sans-Text, "Shokz Sans Text");
  font-size: 1.6em;
  font-weight: var(--regular, 400);
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__content__countdown__timer__item
    span:not(:first-child) {
    font-size: 1.5em;
  }
}

.berlin-marathon-2025-mystery-box__content hr {
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 4em 0;
}

body[data-lang="de"] .berlin-marathon-2025-mystery-box__content hr {
  margin: 2.6em 0;
}

@media screen and (max-width: 989px) {
  .berlin-marathon-2025-mystery-box__content hr {
    margin: 3em 0;
  }

  body[data-lang="de"] .berlin-marathon-2025-mystery-box__content hr {
    margin: 2.4em 0;
  }
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__content__win {
    padding: 24px 12px 32px;
  }
}

.berlin-marathon-2025-mystery-box__content__win__title {
  color: #fff !important;
  font-family: Shokz Sans Display;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 0.625em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__content__win__title {
    color: #000 !important;
    font-size: 1.4em;
    margin-bottom: 12px;
  }
}

.berlin-marathon-2025-mystery-box__content__win__desc {
  color: #f8f8f8;
  font-family: Shokz Sans Text;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__content__win__desc {
    color: #666;
    font-size: 1.2em;
  }
}

.berlin-marathon-2025-mystery-box__content__win__desc p {
  margin: 0;
}

.berlin-marathon-2025-mystery-box__content__win__images {
  display: flex;
  gap: 1.2em;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__content__win__images {
    margin-top: 16px;
    gap: 1em;
  }
}

.berlin-marathon-2025-mystery-box__content__win__images img {
  display: block;
}

.berlin-marathon-2025-mystery-box__banner {
  width: 66%;

  position: relative;
}

@media screen and (max-width: 989px) {
  .berlin-marathon-2025-mystery-box__banner {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__banner {
    width: 100%;
  }
}

.berlin-marathon-2025-mystery-box__banner img {
  border-radius: 4px;
  border: 1px solid #a4a4a4;
  box-shadow: 0 4px 18px #0000000d;
  display: block;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-mystery-box__content__card-mobile {
    background-color: #fff;
    border-radius: 4px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2 {
  background: linear-gradient(0deg, #0000001a 0% 100%),
    linear-gradient(152deg, #ff8400 -67.67%, #fea33e 38.35%, #fcf2d8 164.22%);
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2 {
    background: linear-gradient(0deg, #0000001a 0% 100%),
      linear-gradient(156deg, #ff8400 -13.72%, #fea33e 49.59%, #fcf2d8 124.74%);
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2 .out-of-stock-tips {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-subscribe__container {
  padding-bottom: 40px;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-subscribe__container
  + hr {
  width: 100%;
  border-color: #ddd;
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-subscribe__container {
    padding-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-subscribe {
    padding-bottom: 18px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-subscribe
  .common-header {
  margin-bottom: 0;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-family: Shokz Sans Display;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__title {
    text-align: center;
    font-size: 24px;
    position: relative;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__title
  .berlin-marathon-2025-mystery-box__title-tips {
  cursor: pointer;
  position: relative;
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__title
    .berlin-marathon-2025-mystery-box__title-tips {
    position: unset;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__title
  .berlin-marathon-2025-mystery-box__title-tips
  > svg {
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__title
    .berlin-marathon-2025-mystery-box__title-tips
    > svg {
    width: 16px;
    height: 16px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__title
  .berlin-marathon-2025-mystery-box__title-tips:hover
  > svg {
  opacity: 0.5;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__title
  .berlin-marathon-2025-mystery-box__title-tips:not(:hover)
  .berlin-marathon-2025-mystery-box__title-tips-content {
  opacity: 0;
  visibility: hidden;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__title
  .berlin-marathon-2025-mystery-box__title-tips
  .berlin-marathon-2025-mystery-box__title-tips-content {
  text-align: left;
  border-radius: 6px;
  background: #ececec;
  max-width: 361px;
  padding: 12px;
  position: absolute;
  right: 0;
  width: max-content;
  transform: translate(15%);
  z-index: 2;
  cursor: auto;
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__title
    .berlin-marathon-2025-mystery-box__title-tips
    .berlin-marathon-2025-mystery-box__title-tips-content {
    left: 16px;
    right: unset;
    max-width: calc(100vw - 32px);
    transform: none;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__title
  .berlin-marathon-2025-mystery-box__title-tips
  .berlin-marathon-2025-mystery-box__title-tips-content
  .berlin-marathon-2025-mystery-box__title-tips-content-title {
  color: #000;
  font-family: Shokz Sans Text;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__title
  .berlin-marathon-2025-mystery-box__title-tips
  .berlin-marathon-2025-mystery-box__title-tips-content
  .berlin-marathon-2025-mystery-box__title-tips-content-text {
  margin-top: 4px;
  color: #676767;
  font-family: Shokz Sans Text;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__title
  .berlin-marathon-2025-mystery-box__title-tips
  .berlin-marathon-2025-mystery-box__title-tips-content
  .berlin-marathon-2025-mystery-box__title-tips-content-text
  + .berlin-marathon-2025-mystery-box__title-tips-content-title {
  margin-top: 10px;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__title
  .berlin-marathon-2025-mystery-box__title-tips
  .berlin-marathon-2025-mystery-box__title-tips-content
  .berlin-marathon-2025-mystery-box__title-tips-content-text
  a {
  text-decoration: underline;
  color: inherit;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__title
  .berlin-marathon-2025-mystery-box__title-tips
  .berlin-marathon-2025-mystery-box__title-tips-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 16%;
  transform: translateY(-100%);
  width: 16px;
  height: 8px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTYgOCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTE2IDhMOCA4TDAgOEw2LjU4NTc5IDEuNDE0MjFDNy4zNjY4NCAwLjYzMzE2MyA4LjYzMzE3IDAuNjMzMTY0IDkuNDE0MjEgMS40MTQyMUwxNiA4WiIgZmlsbD0iI0VDRUNFQyIvPgo8L3N2Zz4=);
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__title
    .berlin-marathon-2025-mystery-box__title-tips
    .berlin-marathon-2025-mystery-box__title-tips-content:before {
    right: unset;
    left: 6.4em;
    transform: translate(-50%, -100%);
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__progress {
  padding-bottom: 100px;
}

@media (max-width: 589px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__progress {
    padding-bottom: 100px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__progress
  .berlin-marathon-2025-mystery-box__progress-inner {
  height: 1px;
  width: 100%;
  background: #d9d9d9;
  position: relative;
  z-index: 1;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__progress
  .berlin-marathon-2025-mystery-box__progress-item {
  position: absolute;
  --t: translateX(-50%) translateY(-8px);
  transform: var(--t);
  -ms-transform: var(--t);
  -moz-transform: var(--t);
  -webkit-transform: var(--t);
  -o-transform: var(--t);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__progress
  .berlin-marathon-2025-mystery-box__progress-item
  .berlin-marathon-2025-mystery-box__progress-text {
  color: #fff;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__progress
  .berlin-marathon-2025-mystery-box__progress-item
  .berlin-marathon-2025-mystery-box__progress-title {
  font-size: 20px;
}

@media (max-width: 999px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__progress
    .berlin-marathon-2025-mystery-box__progress-item
    .berlin-marathon-2025-mystery-box__progress-title
    .hide-pc {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__progress
    .berlin-marathon-2025-mystery-box__progress-item
    .berlin-marathon-2025-mystery-box__progress-title {
    font-size: 14px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__progress
  .berlin-marathon-2025-mystery-box__progress-item
  .berlin-marathon-2025-mystery-box__progress-date {
  font-size: 20px;
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__progress
    .berlin-marathon-2025-mystery-box__progress-item
    .berlin-marathon-2025-mystery-box__progress-date {
    font-size: 14px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__progress
  .berlin-marathon-2025-mystery-box__progress-item
  .berlin-marathon-2025-mystery-box__progress-dot {
  width: 16px;
  height: 16px;
  display: block;
  background: #d9d9d9;
  border-radius: 50%;
  margin-bottom: 12px;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__progress
  .berlin-marathon-2025-mystery-box__progress-item:nth-child(1) {
  left: 15.66%;
}

@media (max-width: 767px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__progress
    .berlin-marathon-2025-mystery-box__progress-item:nth-child(1) {
    left: 15.66%;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__progress
  .berlin-marathon-2025-mystery-box__progress-item:nth-child(2) {
  left: 50%;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__progress
  .berlin-marathon-2025-mystery-box__progress-item:nth-child(2)
  .berlin-marathon-2025-mystery-box__progress-dot {
  border: 4px solid white;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__progress
  .berlin-marathon-2025-mystery-box__progress-item:nth-child(3) {
  --t: translateX(50%) translateY(-8px);
  right: 15.66%;
}

@media (max-width: 767px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__progress
    .berlin-marathon-2025-mystery-box__progress-item:nth-child(3) {
    right: 15.66%;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box {
  padding-top: 120px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box {
    padding-top: 64px;
    padding-bottom: 0px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__container {
  display: flex;
  font-size: clamp(5px, 0.78vw, 10px);
  gap: 5em;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__container {
    flex-direction: column;
    font-size: clamp(5px, 2.5641vw, 10px);
    gap: 0;
  }

  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__container
    > hr {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0 0 38px;
    padding: 0;
    width: 100%;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__winner-list {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__winner-list {
    margin-bottom: 0;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__winner-list
  .berlin-marathon-2025-mystery-box__winner-list-inner {
  border-radius: 6px;
  background: linear-gradient(0deg, #fcf4e4 0% 100%),
    linear-gradient(306deg, #841a1100 71.73%, #841a11 99.93%),
    url(<path-to-image>) #d3d3d3 -228.982px -115.716px/130.96% 176.962%
      no-repeat;
  padding: 32px;
  /* display: none; */
  /* 中奖名单 */
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__winner-list
    .berlin-marathon-2025-mystery-box__winner-list-inner {
    margin-top: 24px;
  }
}

@media (max-width: 589px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__winner-list
    .berlin-marathon-2025-mystery-box__winner-list-inner {
    padding-inline: 12px;
    padding-block: 24px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__winner-list
  .berlin-marathon-2025-mystery-box__winner-list-list {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 24px;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__winner-list
  .berlin-marathon-2025-mystery-box__winner-list-item {
  flex: 0 1 216px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 589px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__winner-list
    .berlin-marathon-2025-mystery-box__winner-list-item {
    align-items: flex-start;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__winner-list
  .berlin-marathon-2025-mystery-box__winner-list-title {
  color: #666;
  text-align: center;
  font-family: Shokz Sans Text;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 767px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__winner-list
    .berlin-marathon-2025-mystery-box__winner-list-title {
    font-size: 16px;
    text-align: left;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__winner-list
  .berlin-marathon-2025-mystery-box__winner-list-item-name {
  color: #666;
  text-align: center;
  font-family: Shokz Sans Text;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%;
}

@media (max-width: 767px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__winner-list
    .berlin-marathon-2025-mystery-box__winner-list-item-name {
    font-size: 16px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__winner-list
  .berlin-marathon-2025-mystery-box__winner-list-item-email {
  color: #666666b3;
  font-family: Shokz Sans Text;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

@media (max-width: 767px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__winner-list
    .berlin-marathon-2025-mystery-box__winner-list-item-email {
    font-size: 14px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content {
  flex: 1;
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content
    .berlin-marathon-2025-mystery-box__buy.pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content
    .berlin-marathon-2025-mystery-box__buy.mb {
    display: none;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content
  .berlin-marathon-2025-mystery-box__buy__price {
  color: #fff;
  font-family: Shokz Sans Display;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-block: 16px 40px;
}
.berlin-marathon-2025-mystery-box__buy__price
  .berlin-marathon-2025-mystery-box__buy_title {
  font-size: 32px;
  margin-bottom: 16px;
}

@media (max-width: 1280px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content
    .berlin-marathon-2025-mystery-box__buy__price {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content
    .berlin-marathon-2025-mystery-box__buy__price {
    font-size: 24px;
  }
  .berlin-marathon-2025-mystery-box__buy__price
    .berlin-marathon-2025-mystery-box__buy_title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content
  .addtocart {
  border-radius: 4px;
  border: 1px solid var(--brand-white, #fff);
  background: var(--brand-white, #fff);
  width: 100%;
  height: 48px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content
    .addtocart {
    font: 16px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__title {
  color: #fff !important;
  font-family: Shokz Sans Display;
  font-size: 2.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__title {
    font-size: 24px;
    margin: 0 0 10px;
    text-align: left;
    font-size: 18px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__desc {
  color: #fff;
  font-family: Shokz Sans Text;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__desc {
    font-size: 14px;
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__countdown__title {
  color: #fff !important;
  font-family: Shokz Sans Display;
  font-size: 2.4em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 1.33em 0 1em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__countdown__title {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 12px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__countdown__timer {
  display: flex;
  gap: 1em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__countdown__timer {
    margin-bottom: 3.4em;
    justify-content: center;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__countdown__timer
  i {
  color: #fff;
  font-family: Poppins;
  font-size: 2em;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
  margin-top: 0.75em;
  width: 1em;
  text-align: center;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__countdown__timer__item {
  display: flex;
  flex-direction: column;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__countdown__timer__item
  span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--font-white, #fff);
  font-family: var(--Shokz-Sans-Display, "Shokz Sans Display");
  font-size: 2em;
  font-weight: var(--medium, 400);
  line-height: 110%;
  border-radius: 4px;
  background: #fff3;
  width: 3em;
  height: 3em;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__countdown__timer__item
    span:first-child {
    font-size: 1.8em;
    width: 3.333em;
    height: 3.333em;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__countdown__timer__item
  span:not(:first-child) {
  color: var(--font-white, #fff);
  text-align: center;
  font-family: var(--Shokz-Sans-Text, "Shokz Sans Text");
  font-size: 1.6em;
  font-weight: var(--regular, 400);
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__countdown__timer__item
    span:not(:first-child) {
    font-size: 1.5em;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content
  hr {
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 32px 0;
}

body[data-lang="de"]
  .berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content
  hr {
  margin: 2.6em 0;
}

@media screen and (max-width: 989px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content
    hr,
  body[data-lang="de"]
    .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content
    hr {
    margin: 2.8em 0 2.4em;
  }
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__win {
    padding: 24px 0 0;
  }
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content {
    width: 100%;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__win__title {
  color: #fff !important;
  font-family: Shokz Sans Display;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 0.625em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__win__title {
    font-size: 1.4em;
    margin-bottom: 12px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__win__desc {
  color: #f8f8f8;
  font-family: Shokz Sans Text;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__win__desc {
    font-size: 1.2em;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__win__desc
  p {
  margin: 0;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__win__images {
  display: flex;
  gap: 1.2em;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__win__images {
    margin-top: 16px;
    gap: 1em;
    border-radius: 4px;
    background: none;
  }

  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__win__images.hide-pc {
    display: flex !important;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__win__images
  img {
  display: block;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__content__win__images.images-2 {
  border-radius: 4px;
  align-items: center;
  width: fit-content;
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__win__images.images-2 {
    gap: 0;
    background: #0000001a !important;
    margin-bottom: 0;
  }

  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__win__images.images-2
    > picture:nth-child(1) {
    margin-right: 13px;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__banner {
  width: 57.5%;
  position: relative;
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__banner
  .berlin-marathon-2025-mystery-box__banner-limited-icon {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 72px;
  height: 72px;
  background: linear-gradient(
    153deg,
    #ff8400 -11.26%,
    #fea33e 48.67%,
    #fcf2d8 119.82%
  );
  border-radius: 50%;
}

@media (max-width: 767px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__banner
    .berlin-marathon-2025-mystery-box__banner-limited-icon {
    left: 12px;
    top: 12px;
    right: unset;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__banner
  .berlin-marathon-2025-mystery-box__banner-limited-icon
  .berlin-marathon-2025-mystery-box__banner-limited-icon-text {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 14px;
}

@media screen and (max-width: 989px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__banner {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__banner {
    width: 100%;
  }
}

.berlin-marathon-2025-subscribe-and-mystery-2
  .berlin-marathon-2025-mystery-box__banner
  img {
  border-radius: 4px;
  border: none;
  box-shadow: 0 4px 18px #0000000d;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-subscribe-and-mystery-2
    .berlin-marathon-2025-mystery-box__content__card-mobile {
    background-color: transparent;
    border-radius: 4px;
  }
}

.berlin-marathon-2025-quiz {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz {
    padding: 64px 0 !important;
  }
}

.berlin-marathon-2025-quiz__banner {
  position: relative;
}

.berlin-marathon-2025-quiz__banner img,
.berlin-marathon-2025-quiz__banner picture {
  display: block;
  width: 100%;
  height: auto;
}

.berlin-marathon-2025-quiz__banner__content {
  position: absolute;
  inset: 0;
  color: #fff;
  font-size: clamp(5px, 0.8vw, 10px);
  padding: 3.833% 5.33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz__banner__content {
    position: static;
    padding: 30px 16px 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__banner__content {
    font-size: clamp(5px, 2.5641vw, 10px);
  }
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz__banner__content__top {
    position: absolute;
    top: 11%;
    left: 14px;
  }
}

.berlin-marathon-2025-quiz__banner__content h2 {
  color: #fff;
  font-family: Shokz Sans Display;
  font-size: 2.8em;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz__banner__content h2 {
    font-size: 2em;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 589px) {
  body[data-lang="de"] .berlin-marathon-2025-quiz__banner__content h2 {
    font-size: 1.8em;
  }
}

.berlin-marathon-2025-quiz__banner__content p {
  color: #fff;
  font-family: Shokz Sans Text;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.berlin-marathon-2025-quiz__banner__content p strong {
  display: block;
  color: #fff;
  font-family: Shokz Sans Display;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 130%;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz__banner__content p {
    color: #000;
  }

  .berlin-marathon-2025-quiz__banner__content p strong {
    color: #000;
    font-size: 1.375em;
  }
}

.berlin-marathon-2025-quiz__banner__content p + p {
  color: #e0e0e0;
  font-family: Shokz Sans Text;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz__banner__content p + p {
    color: #313131;
  }
}

.berlin-marathon-2025-quiz__banner__content button {
  margin-top: 1.72em;
  border-radius: 4px;
  background: #ff7a3d;
  width: 25.714em;
  height: 2.85714em;
  color: #fff;
  font-family: Poppins, Shokz Sans Text;
  font-size: 1.4em;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.berlin-marathon-2025-quiz__banner__content button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz__banner__content button {
    width: 100%;
  }
}

.berlin-marathon-2025-quiz__banner__sign svg {
  height: 2.8em;
  width: auto;
  display: block;
}

.berlin-marathon-2025-quiz__banner__sign span:nth-child(2) {
  display: block;
  color: #fff;
  font-family: Poppins;
  font-size: 1.1026em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.berlin-marathon-2025-quiz__banner__sign span:nth-child(3) {
  display: block;
  color: #ededed;
  font-family: Poppins;
  font-size: 0.6301em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.063px;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz__banner__sign span:nth-child(3) {
    letter-spacing: 0;
  }
}

.berlin-marathon-2025-quiz__dialog {
  pointer-events: none;
  position: relative;
  z-index: 1001;
}

.berlin-marathon-2025-quiz__dialog[open]
  .berlin-marathon-2025-quiz__dialog__overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
  background: #1e1f214d;
  backdrop-filter: blur(20px);
}

.berlin-marathon-2025-quiz__dialog[open]
  .berlin-marathon-2025-quiz__dialog__card {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__dialog[open]
    .berlin-marathon-2025-quiz__dialog__card {
    transform: translateY(0);
    padding: 58px 16px 70px;
  }
}

.berlin-marathon-2025-quiz__dialog__overlay {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  position: fixed;
  inset: 0;
  will-change: auto;
}

.berlin-marathon-2025-quiz__dialog__card {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 856px;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: #ffeae1;
  box-shadow: 0 39px 56px -36px #ffffff80 inset, 0 7px 11px -4px #fff inset,
    0 -82px 68px -64px #6044904d inset, 0 98px 100px -48px #caacff4d inset,
    0 4px 18px #9a92d24d inset, 0 1px 40px #e3deff33 inset;
  padding: 40px 32px 32px;
  font-size: clamp(5px, 1.02vw, 10px);
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz__dialog__card {
    width: 550px;
    font-size: 8px;
  }
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__dialog__card {
    font-size: clamp(5px, 2.5641vw, 10px);
    max-width: 100%;
    bottom: 0;
    top: initial;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    background: none;
    background-image: url(/cdn/shop/files/Berlin-Marathon-2025-quiz-dialog-bg-MB.webp);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2px #fff6 inset;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
  }
}

.berlin-marathon-2025-quiz__dialog__card h3 {
  color: #21351e;
  text-align: center;
  font-family: Shokz Sans Display;
  font-size: 2.4em;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  margin: 0;
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__dialog__card h3 {
    font-size: 1.6em;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.berlin-marathon-2025-quiz__dialog__card__close {
  position: absolute;
  top: 40px;
  right: 32px;
  padding: 0;
  font-size: inherit;
  width: 6em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz__dialog__card__close {
    top: 12px;
    right: 16px;
  }
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__dialog__card__close {
    top: 16px;
    right: 25px;
    width: 3.2em;
    transform: scale(1.25);
  }
}

.berlin-marathon-2025-quiz__dialog__card__close svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__dialog__card__question h3 {
    height: 2em;
  }
}

.berlin-marathon-2025-quiz__dialog__card__question ul {
  padding: 0;
  margin: 2.4em 0 0;
  list-style: none;
  display: flex;
  text-align: center;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz__dialog__card__question ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 9%;
  }
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__dialog__card__question ul {
    padding: 0 9%;
  }
}

.berlin-marathon-2025-quiz__dialog__card__question ul li {
  flex: 1;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 9px 28px 8px #0000000d, 0 3px 6px -4px #0000001f,
    0 6px 16px #00000014;
}

.berlin-marathon-2025-quiz__dialog__card__question ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-style: inset;
  border-radius: inherit;
}

.berlin-marathon-2025-quiz__dialog__card__question ul li > picture,
.berlin-marathon-2025-quiz__dialog__card__question ul li > picture > img {
  display: block;
  width: 100%;
  border-radius: inherit;
}

.berlin-marathon-2025-quiz__dialog__card__question ul li > p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.714285em;
  color: #002846;
  text-align: center;
  font-family: Shokz Sans Display;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 37.25% 0.85714em 0.85714em;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-quiz__dialog__card__question ul li > p {
    padding: 33% 2em 2em;
    font-size: 1.6em;
  }
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__dialog__card__question ul li > p {
    font-size: 1.2em;
    padding: 34% 8.5% 8.5%;
    gap: 8px;
    font-family: Shokz Sans Text;
  }
}

.berlin-marathon-2025-quiz__dialog__card__question ul li > p img {
  display: block;
  width: 100%;
  width: min(50%, 64px);
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__dialog__card__question ul li > p img {
    width: min(50%, 3.2em);
  }
}

.berlin-marathon-2025-quiz__dialog__card__result {
  margin-bottom: 8px;
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__dialog__card__result {
    margin-bottom: -6px;
  }
}

.berlin-marathon-2025-quiz__dialog__card__result h3 + p {
  color: #21351e;
  text-align: center;
  font-family: Shokz Sans Text;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin: -8px 0 0;
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__dialog__card__result h3 + p {
    margin-top: 8px;
    font-size: 1.5em;
  }
}

.berlin-marathon-2025-quiz__dialog__card__result img {
  width: 200px;
  display: block;
  margin: 1.5em auto 0.75em;
}

@media screen and (max-width: 589px) {
  .berlin-marathon-2025-quiz__dialog__card__result img {
    width: 28.9em;
  }
}

.berlin-marathon-2025-quiz__dialog__card__result__song {
  font-family: Shokz Sans Display;
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  line-height: 110%;
  text-align: center;
  background: linear-gradient(137.29deg, #ff6f00 -32.13%, #000 106.29%), #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.berlin-marathon-2025-quiz__dialog__card__result__auth {
  font-family: Shokz Sans Text;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 110%;
  text-align: center;
  background: linear-gradient(137.29deg, #ff6f00 -32.13%, #000 106.29%), #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.berlin-marathon-2025-quiz__dialog__card__result__link {
  margin-top: 12px;
  text-align: center;
  color: var(--brand-primary, #ff7a3d);
  font-family: var(--Shokz-Sans-Display, "Shokz Sans Display");
  font-size: 1.5em;
  font-weight: var(--fontWeight-medium, 400);
  line-height: 130%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.berlin-marathon-2025-note {
  background: #d7d7d7;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .berlin-marathon-2025-note {
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: left;
  }
}

.berlin-marathon-2025-note__title {
  color: #848484 !important;
  text-align: inherit;
  font-family: Shokz Sans Text;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.berlin-marathon-2025-note__desc {
  color: #848484;
  text-align: inherit;
  font-family: Shokz Sans Text;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.berlin-marathon-2025-note a {
  text-decoration: underline;
  color: inherit;
}

@font-face {
  font-family: Shokz Sans Display;
  src: url(https://cdn.shopify.com/s/files/1/0074/1890/4612/files/Shokz_Sans_Display-Medium.woff2?v=1722908082);
  font-weight: 500;
  font-display: swap;
}

#PageContainer .main-content .page-width {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #PageContainer .main-content .page-width {
    padding-left: 24px;
    padding-right: 24px;
  }

  #PageContainer .shokz-point-campagin .page-width,
  #PageContainer .shokz-point-campagin .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 589px) {
  .site-header .wrapper,
  #PageContainer .main-content .page-width {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.bmw-winner-line summary {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Shokz Sans Text";
  font-size: 27.29px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 30.019px */
  position: relative;
  padding-block: 25px;
  border-bottom: 1px solid #bababa;
  cursor: pointer;
}
.bmw-winner-line summary:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMjIuNjY4IDEzLjMzM0wxNi4wMDEzIDE5Ljk5OTdMOS4zMzQ2NCAxMy4zMzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi4yODU3MSIvPgo8L3N2Zz4=);
  background-size: cover;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.bmw-winner-line details[open] summary:after {
  transform: rotate(180deg) translateY(50%);
}
.bmw-winner-item-name {
  color: rgba(216, 216, 216, 0.8);
  leading-trim: both;
  text-edge: cap;
  font-family: "Shokz Sans Text";
  font-size: 27.29px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 35.478px */
}

.bmw-winner-item-email {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Shokz Sans Text";
  font-size: 26.29px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.bmw-winners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 64px;
  column-gap: 24px;
  margin-block: 64px 54px;
}

.bmw-winner-item:nth-child(4) {
  grid-column: 1 / 4;
}

.bmw-winner-line details {
}

.bmw-winner-line {
  margin-block: 67px 80px;
  /* display: none; */
  /* 中奖名单 */
}
@media (max-width: 768px) {
  .bmw-winner-line summary:after {
    width: 24px;
    height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTcgMTBMMTIgMTVMNyAxMCIgc3Ryb2tlPSIjNjY2NjY2IiBzdHJva2Utd2lkdGg9IjEuNzE0MjkiLz4KPC9zdmc+);
  }
  .bmw-winner-line {
    padding: 14px 12px 64px;
    background-color: rgba(255, 244, 227, 1);
    border-radius: 4px;
    margin-block: 31px 48px;
  }
  .bmw-winner-line summary {
    font-size: 16px;
    padding-block: 10px;
    border-bottom: 1px solid #eaeaea;
    color: black;
  }
  .bmw-winner-item-email {
    color: black;
  }
  .bmw-winner-item-name {
    color: rgba(102, 102, 102, 0.8);
  }
  .bmw-winner-item-email,
  .bmw-winner-item-name {
    font-size: 12px;
  }
  .bmw-winners {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
    column-gap: 18px;
    position: relative;
    margin-block: 18px;
  }
  .bmw-winners:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 45%;
    background: #eaeaea;
  }
  .bmw-winner-item:nth-child(1),
  .bmw-winner-item:nth-child(2),
  .bmw-winner-item:nth-child(3) {
    grid-column: 1;
  }
  .bmw-winner-item:nth-child(4) {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
  .bmw-winner-item-name {
    margin-bottom: 10px;
  }
  .bmw-winner-line details + details summary {
    border-top: 1px solid #eaeaea;
  }
  .bmw-winner-line.pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .bmw-winner-line.mb {
    display: none;
  }
}

.berlin-marathon-2025-mystery-box__banner-swiper .swiper-button-prev {
  transform: rotate(180deg);
}
.berlin-marathon-2025-mystery-box__banner-swiper .swiper-button-prev:hover,
.berlin-marathon-2025-mystery-box__banner-swiper .swiper-button-next:hover {
  opacity: 0.5;
}
.berlin-marathon-2025-mystery-box__banner-swiper .swiper-button-prev:after,
.berlin-marathon-2025-mystery-box__banner-swiper .swiper-button-next:after {
  display: none;
}
.berlin-marathon-2025-mystery-box__banner-swiper .swiper-button-prev,
.berlin-marathon-2025-mystery-box__banner-swiper .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjMwMjEgMTYuNTk0N0w5LjcxOTQgOC41OTkxMUwxLjYzMjYxIDAuNjAzNTE2TDAuMzc1IDEuODYxMTJMNy4yMDQyMSA4LjU5OTExTDAuMzc1IDE1LjMzNzFMMS42MzAyMSAxNi41OTQ3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  width: 48px;
  height: 48px;
  background-size: 9px;
  border-radius: 888em;
  background-color: rgba(212, 215, 222, 0.3);
  backdrop-filter: blur(2.4000000953674316px);
  transition: 0.3s;
}
.swiper.berlin-marathon-2025-mystery-box__banner-swiper-thumb {
  position: absolute;
  bottom: 4.3%;
  width: 76.95%;
  left: 50%;
  transform: translateX(-50%);
}
.swiper.berlin-marathon-2025-mystery-box__banner-swiper-thumb .swiper-slide {
  border: solid 1px transparent;
  border-radius: 5px;
  cursor: pointer;
}

.swiper.berlin-marathon-2025-mystery-box__banner-swiper-thumb
  .swiper-slide.swiper-slide-thumb-active {
  border-color: #adadad;
}

@media (max-width: 768px) {
  .swiper.berlin-marathon-2025-mystery-box__banner-swiper-thumb {
    width: 69.8%;
  }
}

.berlin-marathon-2025-mystery-box__banner-swiper-mb .swiper-pagination {
  width: auto;
  position: absolute;
  top: 5%;
  right: 5%;
  border-radius: 4px;
  background: var(--BG-secondary, #e5e7eb);
  left: unset;
  bottom: unset;
  padding: 8px;
  color: var(--font-tertiary, #737373);
  font-family: "Shokz Sans Text";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
  margin: 0;
}
