:root {
  --breakpoint-xs: 0;
}

:root {
  --breakpoint-sm: 576px;
}

:root {
  --breakpoint-md: 768px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1600px;
}

:root {
  --breakpoint-xs: 0;
}

:root {
  --breakpoint-sm: 576px;
}

:root {
  --breakpoint-md: 768px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1600px;
}

:root {
  --breakpoint-xs: 0;
}

:root {
  --breakpoint-sm: 576px;
}

:root {
  --breakpoint-md: 768px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1600px;
}

:root {
  --breakpoint-xs: 0;
}

:root {
  --breakpoint-sm: 576px;
}

:root {
  --breakpoint-md: 768px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1600px;
}

.mod-story-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  opacity: 0;
  transform: translateY(100vh);
  transition: all 400ms;
}
@media (min-width: 1200px) {
  .mod-story-overlay {
    transition: opacity 400ms, transform 0s ease 500ms;
  }
}
.mod-story-overlay.is-displayed {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .mod-story-overlay.is-displayed {
    transition: opacity 400ms, transform 0s;
  }
}
.mod-story-overlay-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.mod-story-overlay-close {
  z-index: 10;
}
@media (min-width: 1440px) {
  .mod-story-overlay-close {
    right: calc(50vw - 720px + 16px);
  }
}
.mod-story-overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden auto;
  background-color: #eceeef;
  scrollbar-width: none;
}
.mod-story-overlay-content::-webkit-scrollbar {
  display: none;
}
@media (min-width: 576px) {
  .mod-story-overlay-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-content {
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1440px) {
  .mod-story-overlay-content {
    overflow: visible;
  }
}
.mod-story-overlay-content:not(.is-at-bottom):before {
  content: "\e913";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "zurich-icons";
  font-size: inherit;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  font-size: 32px;
  color: #23366f;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: scrollIndicator;
}
@media (min-width: 992px) {
  .mod-story-overlay-content:not(.is-at-bottom):before {
    left: calc(25% - 24px);
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-content:not(.is-at-bottom):before {
    left: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod-story-overlay-content:not(.is-at-bottom).has-no-caption::before {
    left: 25%;
  }
}
.mod-story-overlay-content::after {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (min-width: 992px) {
  .mod-story-overlay-content::after {
    width: 50vw;
  }
}
@media (min-width: 1440px) {
  .mod-story-overlay-content::after {
    width: 720px;
  }
}
.mod-story-overlay-content figure {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 66vh;
  margin: 0;
  background-color: inherit;
  pointer-events: none;
}
@media (min-width: 576px) {
  .mod-story-overlay-content figure {
    grid-area: 1/2/2/3;
    position: relative;
    left: auto;
    width: auto;
    height: 50vw;
  }
}
@media (min-width: 992px) {
  .mod-story-overlay-content figure {
    grid-area: 1/2/3/3;
    z-index: 2;
    height: auto;
  }
}
.mod-story-overlay-content figure img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mod-story-overlay-content figure figcaption {
  display: none;
}
@media (min-width: 992px) {
  .mod-story-overlay-content figure figcaption {
    position: absolute;
    bottom: 32px;
    left: -65px;
    display: block;
    width: 210px;
    padding: 8px 12px;
    font-family: "ZurichSans-Regular", Arial, sans-serif;
    font-size: 14px;
    background-color: inherit;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-content figure figcaption {
    left: -80px;
    width: 350px;
    padding: 16px 20px;
    font-family: "ZurichSans-Light", Arial, sans-serif;
    font-size: 16px;
    border-radius: 20px;
  }
}
.mod-story-overlay-content header {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  margin-top: 66vh;
  padding: 24px 30px;
  background-color: inherit;
}
@media (min-width: 576px) {
  .mod-story-overlay-content header {
    grid-area: 1/1/2/2;
    position: relative;
    width: auto;
    height: 50vw;
    margin-top: 0;
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .mod-story-overlay-content header {
    grid-area: 1/1/2/2;
    height: auto;
    padding: 40px 96px 40px 48px;
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-content header {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .mod-story-overlay-content header {
    z-index: 1;
  }
  .mod-story-overlay-content header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: inherit;
    transform: translateX(-50%);
  }
}
.mod-story-overlay-content header::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (min-width: 576px) {
  .mod-story-overlay-content header::after {
    width: 100vw;
  }
}
@media (min-width: 992px) {
  .mod-story-overlay-content header::after {
    width: 50vw;
  }
}
@media (min-width: 1440px) {
  .mod-story-overlay-content header::after {
    width: 720px;
  }
}
.mod-story-overlay-content header span {
  display: block;
  font-family: "ZurichSans-SemiBold", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 4px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .mod-story-overlay-content header span {
    margin-bottom: 8px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .mod-story-overlay-content header span {
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-content header span {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.mod-story-overlay-content header h2 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .mod-story-overlay-content header h2 {
    font-size: 44px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-content header h2 {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.mod-story-overlay-content article {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  scrollbar-width: none;
}
.mod-story-overlay-content article::-webkit-scrollbar {
  display: none;
}
@media (min-width: 576px) {
  .mod-story-overlay-content article {
    grid-area: 2/1/3/3;
    height: calc(100vh - 50vw);
    overflow: hidden auto;
  }
}
@media (min-width: 992px) {
  .mod-story-overlay-content article {
    grid-area: 2/1/3/2;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-content article {
    position: relative;
  }
}
.mod-story-overlay-content article p {
  font-family: "ZurichSans-Regular", Arial, sans-serif;
  font-size: 16px;
}
@media (min-width: 992px) {
  .mod-story-overlay-content article p {
    font-family: "ZurichSans-Light", Arial, sans-serif;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-content article p {
    font-size: 20px;
  }
}
.mod-story-overlay-content article h3 {
  margin-bottom: 16px;
  padding-top: 8px;
  font-size: 22px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .mod-story-overlay-content article h3 {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .mod-story-overlay-content article h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-content article h3 {
    margin-bottom: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 1199px) {
  .mod-story-overlay-content article .btn {
    height: 40px;
    padding: 0 18px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .mod-story-overlay-content article .btn {
    margin-top: 16px;
  }
}
.mod-story-overlay-article-content {
  padding: 40px 30px 96px;
}
@media (min-width: 768px) {
  .mod-story-overlay-article-content {
    padding: 40px 40px 96px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  .has-no-caption .mod-story-overlay-article-content {
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .mod-story-overlay-article-content {
    padding: 40px 96px 96px 48px;
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-article-content {
    padding: 40px 96px 96px;
  }
}
.mod-story-overlay-progress {
  position: fixed;
  right: 11px;
  bottom: calc(33vh - 56px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a6adaf;
  transition: background-color 200ms;
  --header-height: 0px;
}
@media (min-width: 768px) {
  .mod-story-overlay-progress {
    bottom: calc(50vh - 25vw);
  }
}
@media (min-width: 992px) {
  .mod-story-overlay-progress {
    bottom: calc(50vh - var(--header-height) / 2);
    right: auto;
    left: 11px;
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-progress {
    left: 16px;
  }
}
.mod-story-overlay-progress::before, .mod-story-overlay-progress::after {
  content: "";
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a6adaf;
}
.mod-story-overlay-progress::before {
  top: -16px;
}
.mod-story-overlay-progress::after {
  bottom: -8px;
}
.mod-story-overlay-progress[data-progress="1"]::before {
  background-color: #2167ae;
}
.mod-story-overlay-progress[data-progress="2"] {
  background-color: #2167ae;
}
.mod-story-overlay-progress[data-progress="3"]::after {
  background-color: #2167ae;
}
.mod-story-overlay-scroll-top {
  position: fixed;
  bottom: 16px;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 200ms ease 0s, z-index 0s ease 300ms;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .has-no-caption .mod-story-overlay-scroll-top {
    left: 25%;
  }
}
@media (min-width: 992px) {
  .mod-story-overlay-scroll-top {
    left: calc(25% - 24px);
  }
}
@media (min-width: 1200px) {
  .mod-story-overlay-scroll-top {
    left: 25%;
  }
}
.is-at-bottom .mod-story-overlay-scroll-top {
  z-index: 2;
  opacity: 1;
  transition: opacity 200ms ease 50ms;
}
.mod-story-overlay-scroll-top button {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 1199px) {
  .mod-story-overlay-scroll-top button {
    width: 40px;
    height: 40px;
  }
}
.mod-story-overlay.inverted figure figcaption,
.mod-story-overlay.inverted header span,
.mod-story-overlay.inverted header h2 {
  color: #ffffff;
}
.mod-story-overlay.inverted article .mod-story-overlay-article-content p, .mod-story-overlay.inverted article .mod-story-overlay-article-content h3, .mod-story-overlay.inverted article .mod-story-overlay-article-content .icon, .mod-story-overlay.inverted article .mod-story-overlay-article-content .quot, .mod-story-overlay.inverted article .mod-story-overlay-article-content .quot p, .mod-story-overlay.inverted article .mod-story-overlay-article-content q, .mod-story-overlay.inverted article .mod-story-overlay-article-content q p {
  color: #23366f;
}
.mod-story-overlay.inverted article .mod-story-overlay-article-content .btn--secondary {
  border-color: #2167ae;
  color: #2167ae;
}
.mod-story-overlay.inverted article .mod-story-overlay-article-content .btn--secondary .icon {
  color: inherit;
}
.mod-story-overlay.inverted article .mod-story-overlay-article-content .btn--secondary:hover {
  border-color: #5495cf;
  color: #5495cf;
}
@media (min-width: 576px) and (max-width: 991px) and (orientation: landscape) {
  .mod-story-overlay-content:not(.is-at-bottom)::before {
    left: 35%;
  }
  .mod-story-overlay-content::after {
    width: 70vw;
  }
  .mod-story-overlay-content figure {
    grid-area: 1/2/3/3;
    width: 30vw;
    height: 100vh;
  }
  .mod-story-overlay-content header {
    grid-area: 1/1/2/2;
    width: 70vw;
    height: auto;
    padding: 24px 30px;
  }
  .mod-story-overlay-content header::after {
    width: 70vw;
  }
  .mod-story-overlay-content header span {
    margin-bottom: 4px;
  }
  .mod-story-overlay-content header h2 {
    font-size: 36px;
  }
  .mod-story-overlay-content article {
    grid-area: 2/1/3/2;
    width: 70vw;
    height: auto;
  }
  .mod-story-overlay-article-content {
    padding: 40px 30px 96px;
  }
  .mod-story-overlay-progress {
    right: calc(30% + 11px);
    bottom: calc((100vh - var(--header-height)) / 2);
  }
  .mod-story-overlay-scroll-top {
    left: 35%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: portrait) {
  .mod-story-overlay-content:not(.is-at-bottom)::before {
    left: 50%;
  }
  .mod-story-overlay-content::after {
    width: 100vw;
  }
  .mod-story-overlay-content figure {
    grid-area: 1/2/2/3;
    height: 50vw;
  }
  .mod-story-overlay-content figure figcaption {
    display: none;
  }
  .mod-story-overlay-content header {
    grid-area: 1/1/2/2;
    height: 50vw;
    padding: 40px 40px 40px 104px;
  }
  .mod-story-overlay-content header::after {
    width: 100vw;
  }
  .mod-story-overlay-content article {
    grid-area: 2/1/3/3;
    height: calc(100vh - 50vw);
  }
  .mod-story-overlay-article-content {
    padding: 40px 104px 96px;
  }
  .mod-story-overlay-progress {
    right: 11px;
    left: auto;
    bottom: calc(50vh - 25vw);
  }
  .mod-story-overlay-scroll-top {
    left: 50%;
  }
}
.low-resolution .mod-story-overlay-content:not(.is-at-bottom)::before {
  left: 35%;
}
.low-resolution .mod-story-overlay-content::after {
  width: 70vw;
}
.low-resolution .mod-story-overlay-content figure {
  width: 30vw;
  height: 100vh;
}
.low-resolution .mod-story-overlay-content figure figcaption {
  padding: 16px 20px;
  font-size: 16px;
}
.low-resolution .mod-story-overlay-content header {
  width: 70vw;
}
.low-resolution .mod-story-overlay-content header::after {
  width: 70vw;
}
.low-resolution .mod-story-overlay-content article {
  width: 70vw;
}
.low-resolution .mod-story-overlay-scroll-top {
  left: 35%;
}
.mod-story-overlay .c-video .c-video__aspect-ratio--16-9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.mod-story-overlay .c-video .c-video__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}