@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak Variable;
  src: url('../fonts/Zodiak-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-VariableItalic.ttf') format("truetype"), url('../fonts/Zodiak-Italic.otf') format("opentype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silent Moment;
  src: url('../fonts/Silent-Moment.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Extrabold.otf') format("opentype"), url('../fonts/Zodiak-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-BoldItalic.otf') format("opentype"), url('../fonts/Zodiak-ExtraboldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Extrabold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color: #f9f8f1;
  --edition-color: #f9e753;
  --font-main-color: #12120d;
  --dvider: #e2e2e2;
  --edition-colour-02: #ff6448;
  --separate-stroke: #fff;
  --edition03: #a1f787;
  --edition04: #0abaf5;
  --edition-color-secondary-text: #93893a;
}

.logo-bar {
  z-index: 9999;
  background-color: #f9f8f100;
  background-image: url('../images/logo-bar-shaddow.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 90px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-bar {
  z-index: 9999;
  background-color: var(--background-color);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 62px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 16px #0000000f;
}

.body {
  background-color: var(--background-color);
  background-image: linear-gradient(#f9f8f1, #f9f8f1);
}

.container {
  background-color: #a22020;
  width: 100%;
  max-width: 0;
  height: 100vh;
}

.container-2 {
  width: 100vw;
}

.div-block-3 {
  width: 100vw;
  height: 640px;
  margin-top: -18px;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.div-block-5 {
  background-color: var(--edition-color);
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.div-block-6 {
  background-color: #a79c9c;
  background-image: url('../images/71492_EWH_004_05-copy.png');
  background-position: 50%;
  background-size: cover;
  width: 720px;
  height: 520px;
  padding-right: 60px;
  position: relative;
  right: 60px;
}

.div-block-7 {
  background-color: #b44242;
  justify-content: center;
  align-items: center;
  width: 1320px;
  height: 100px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.tag {
  background-color: var(--font-main-color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-family: Zodiak, Georgia, sans-serif;
  font-weight: 900;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.meta-data {
  color: var(--font-main-color);
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.paragraph-3 {
  color: var(--font-main-color);
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  font-family: Zodiak, Georgia, sans-serif;
  display: flex;
  position: static;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.heading-left {
  z-index: 1;
  box-sizing: border-box;
  background-color: var(--background-color);
  color: var(--font-main-color);
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  width: 840px;
  margin: 0 auto;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 300;
  display: block;
  position: relative;
  left: 0;
  overflow: visible;
}

.heading-bold {
  font-family: Zodiak, Georgia, sans-serif;
  font-weight: 800;
}

.heading-right {
  z-index: 1;
  background-color: var(--background-color);
  color: var(--font-main-color);
  text-align: right;
  width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 8px;
  padding-right: 20px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 300;
  position: relative;
  left: 0;
}

.button {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.primary-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--edition-color);
  color: var(--font-main-color);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 44px;
  margin-top: 30px;
  margin-left: 112px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 26px;
  text-decoration: none;
  display: flex;
  position: static;
}

.div-block-11 {
  background-color: #b46f6f;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.div-block-12 {
  background-color: #eebdbd;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  height: 300px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
}

.div-block-13 {
  background-color: var(--background-color);
  flex: 0 auto;
  width: 50%;
  height: 100%;
}

.div-block-14 {
  background-color: var(--edition-color);
  width: 50%;
  height: 100%;
}

.div-block-15 {
  background-color: #a05757;
  position: absolute;
}

.div-block-16 {
  position: absolute;
  top: 42px;
}

.image {
  z-index: 1;
  width: 720px;
  position: static;
}

.div-block-17 {
  z-index: 2;
  background-color: var(--background-color);
  margin-top: 20px;
  padding: 8px 20px 8px 0;
  position: absolute;
  top: 0;
}

.div-block-18 {
  z-index: 3;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-17-copy {
  z-index: 2;
  background-color: var(--background-color);
  padding: 8px 20px 8px 0;
  position: absolute;
  top: 73px;
}

.div-block-19 {
  background-color: var(--edition-color);
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.stories-section {
  border-bottom: 0px solid var(--dvider);
  max-width: 1320px;
  height: auto;
  margin: 100px auto 120px;
  padding-bottom: 60px;
}

.heading {
  color: var(--font-main-color);
  margin-top: 0;
  margin-left: 20px;
  font-family: Silent Moment, sans-serif;
  font-size: 42px;
  font-weight: 300;
  position: relative;
  top: 0;
}

.div-block-21 {
  z-index: -1;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

.div-block-22 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1116px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-23 {
  border-right: 1px solid #000;
  border-bottom: 12px none var(--edition-color);
  background-image: url('../images/71492_EWH_003_05.png');
  background-position: 0 0;
  background-size: cover;
  width: 424px;
  height: 520px;
}

.meta-data-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  width: auto;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  left: 160px;
}

.heading-2 {
  color: var(--font-main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
}

.secondary-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--font-main-color);
  background-color: var(--background-color);
  color: var(--font-main-color);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 44px;
  margin-top: 8px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: static;
}

.section-header {
  flex: 1;
}

.storie-1, .storie-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1116px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1320px;
  height: 520px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-24 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/71492_EWH_004_05-copy.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 720px;
  display: flex;
  position: static;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 47%;
  margin-left: 60px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.div-block-27 {
  position: relative;
}

.head {
  z-index: 0;
  box-sizing: border-box;
  background-color: var(--background-color);
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 300;
  position: relative;
  left: 40px;
  overflow: visible;
}

.image-2 {
  aspect-ratio: auto;
  position: static;
}

.footer {
  background-color: var(--font-main-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #a3595900;
  flex-flow: column;
  flex: 1;
  width: 1116px;
  max-width: 1116px;
  height: auto;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  max-width: 560px;
  font-size: 12px;
}

.div-block-29 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.image-3 {
  max-width: 265px;
}

.storie-1-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1116px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-30 {
  background-color: var(--edition-color);
  width: 320px;
  height: 100%;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: center;
  width: 444px;
  height: 560px;
  display: flex;
  position: relative;
}

.storie-1-img {
  background-image: url('../images/71492_EWH_003_05.png');
  background-position: 0 0;
  background-size: cover;
  width: 424px;
  height: 520px;
  position: absolute;
  left: 20px;
}

.storie-1-img-frame {
  justify-content: flex-start;
  align-items: center;
  width: 444px;
  height: 560px;
  display: flex;
  position: relative;
}

.storie-2-img-frame {
  justify-content: flex-end;
  align-items: center;
  width: 444px;
  height: 560px;
  display: flex;
  position: relative;
}

.storie-2-img {
  background-image: url('../images/71492_EWH_006_10.png');
  background-position: 0 0;
  background-size: cover;
  width: 424px;
  height: 520px;
  position: absolute;
  left: auto;
  right: 20px;
}

.hero-copy {
  aspect-ratio: auto;
  height: 640px;
  margin-top: -18px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--edition-color);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.image-5 {
  box-sizing: border-box;
  object-fit: fill;
  width: auto;
  max-width: 720px;
  height: 520px;
  margin-right: 60px;
  position: absolute;
  left: -60px;
  right: 0;
  overflow: hidden;
}

.div-block-34 {
  background-color: #9b9b9b99;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 1320px;
  height: auto;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-6 {
  width: 720px;
  height: 520px;
}

.image-7 {
  width: 720px;
  position: absolute;
  left: -60px;
}

.div-block-35 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.image-8 {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 560px;
  position: absolute;
  left: auto;
  right: 60px;
  overflow: hidden;
}

.heading-3 {
  box-sizing: border-box;
  background-color: var(--background-color);
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 2px;
  max-width: 42vw;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 8px 20px 8px 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 52px;
  overflow: visible;
}

.div-block-36 {
  background-color: #cfcfcf;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.heading-1st-line {
  z-index: 1;
  background-color: var(--background-color);
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  display: flex;
  position: static;
  left: 160px;
  right: 0;
}

.heading-3-copy {
  box-sizing: border-box;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 300;
  position: static;
  overflow: visible;
}

.heading-2nd-line {
  z-index: 1;
  background-color: var(--background-color);
  text-align: right;
  border-radius: 0 0 2px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 112px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  display: flex;
  position: static;
  left: 160px;
}

.div-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.apparel-section {
  max-width: 1320px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  max-width: 1116px;
  height: 660px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-38 {
  width: 620px;
  display: block;
  position: relative;
}

.div-block-39 {
  background-image: url('../images/71492_EWH_004_02.jpg');
  background-position: 47%;
  background-repeat: no-repeat;
  background-size: 850px;
  width: 238px;
  position: relative;
}

.div-block-40 {
  background-image: url('../images/71492_EWH_005_02.jpg');
  background-position: 61% 42%;
  background-repeat: no-repeat;
  background-size: 1030px;
  width: 238px;
  position: relative;
}

.image-9 {
  overflow: hidden;
}

.div-block-41 {
  background-image: linear-gradient(90deg, #0006, #12120d00);
  width: 40px;
  height: 100%;
}

.div-block-41-copy {
  background-image: linear-gradient(#0006, #12120d00);
  width: 100%;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-4 {
  color: #fff;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-41-copy-copy {
  background-image: linear-gradient(#0006, #12120d00);
  width: 100%;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-4-copy {
  color: #fff;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 26px;
  font-weight: 400;
  position: static;
  inset: 0% 0% auto;
}

.div-block-42 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.div-block-43 {
  background-color: var(--edition-color);
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 6px 8px;
  display: flex;
}

.paragraph-5 {
  color: var(--font-main-color);
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-6 {
  color: #fffc;
  max-width: 360px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.primary-button-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--edition-color);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 44px;
  margin-top: 30px;
  margin-left: 300px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 26px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 5% 12% auto;
}

.button-copy {
  color: #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-44-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-41-copy-copy-copy {
  background-image: linear-gradient(0deg, #0006, #12120d00);
  width: 100%;
  height: 200px;
  position: absolute;
  inset: auto 0% 6%;
}

.div-block-45 {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--edition-colour-02);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 60px 60px 120px;
  display: flex;
  position: relative;
}

.heading-5 {
  color: var(--font-main-color);
  text-align: center;
  max-width: 1116px;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 120%;
}

.label {
  color: var(--font-main-color);
  text-align: center;
  margin-bottom: 0;
  font-family: Silent Moment, sans-serif;
  font-size: 16px;
}

.player-name {
  color: var(--font-main-color);
  text-align: center;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-46 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.main-section {
  z-index: 1;
  width: 1136px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-10 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 1116px;
  height: 628px;
  overflow: hidden;
}

.div-block-49 {
  z-index: -1;
  background-color: var(--font-main-color);
  width: 1116px;
  height: 628px;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0%;
}

.div-block-50 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/71492_EWH_004_02.jpg');
  background-position: 30% 37%;
  background-repeat: no-repeat;
  background-size: 1150px;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 1116px;
  height: 628px;
  display: flex;
}

.paragraph-7 {
  color: var(--font-main-color);
  max-width: 720px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 180%;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.teaser {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.teaser-paragraph {
  color: var(--font-main-color);
  max-width: 720px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 180%;
}

.answear-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1116px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.answear-paragraph {
  color: var(--font-main-color);
  max-width: 648px;
  margin: 0 auto;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.div-block-52 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--font-main-color);
  border-radius: 2px;
  padding: 8px 20px;
  display: flex;
}

.div-block-53 {
  background-color: var(--font-main-color);
  width: 1px;
  min-width: 1px;
}

.paragraph-8 {
  color: var(--font-main-color);
  font-variation-settings: "wght" 540;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.paragraph-9 {
  color: var(--font-main-color);
  font-variation-settings: "wght" 700;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
}

.question-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--font-main-color);
  border-radius: 2px;
  margin-left: 100px;
  padding: 12px 20px;
  display: flex;
  position: static;
  inset: 40px auto auto 0%;
}

.answear-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--font-main-color);
  border-radius: 2px;
  justify-content: flex-start;
  max-width: 800px;
  padding: 12px 20px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-54 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1320px;
  height: auto;
  margin: 60px 60px 80px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.extra-info-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--edition-color);
  flex-flow: column;
  max-width: 312px;
  margin-top: 0;
  padding: 10px 20px 30px;
  display: flex;
}

.extra-info-box-headline {
  color: var(--font-main-color);
  font-family: Silent Moment, sans-serif;
  font-weight: 300;
  line-height: 100%;
}

.paragraph-10 {
  color: var(--font-main-color);
  padding-left: 4px;
  padding-right: 4px;
  font-family: Zodiak, Georgia, sans-serif;
  font-weight: 400;
  line-height: 180%;
}

.image-12 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-width: 964px;
  height: 520px;
  overflow: hidden;
}

.div-block-55 {
  background-image: url('../images/71492_EWH_004_05-copy.png');
  background-position: 50% 0;
  background-size: cover;
  width: 964px;
  max-width: 964px;
  height: 520px;
}

.div-block-56 {
  z-index: -1;
  background-color: var(--font-main-color);
  width: 600px;
  height: 520px;
  position: absolute;
  inset: 10px 0% 0% auto;
}

.quote-block {
  max-width: 1076px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-57 {
  background-color: var(--font-main-color);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 80px;
  display: flex;
}

.div-block-58 {
  background-color: var(--edition-colour-02);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 40px 60px;
}

.quote {
  color: var(--font-main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-59 {
  background-color: var(--font-main-color);
  border-top-right-radius: 2px;
  width: 100px;
  height: 160px;
}

.div-block-60 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.stats-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1320px;
  height: auto;
  margin: 60px 60px 80px;
  display: flex;
  position: relative;
}

.div-block-62 {
  background-image: url('../images/71492_EWH_006_10.png');
  background-position: 50% 24%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 560px;
  height: 380px;
  overflow: visible;
}

.stats-number {
  color: var(--font-main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 120%;
}

.stats-label {
  color: var(--font-main-color);
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.div-block-63 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.div-block-65 {
  z-index: -1;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 20px auto 0% -20px;
}

._2-img-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  max-width: 1320px;
  height: 520px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.image-14 {
  object-fit: contain;
  width: 50%;
  overflow: visible;
}

.image-15 {
  object-fit: contain;
  overflow: visible;
}

._2img-section-1st {
  background-image: url('../images/71492_EWH_004_07.jpg');
  background-position: 50% 29%;
  background-repeat: no-repeat;
  background-size: 680px;
  border-radius: 2px;
  width: 100%;
  overflow: visible;
}

._2img-section-2nd {
  background-image: url('../images/71492_EWH_004_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 820px;
  border-radius: 2px;
  width: 100%;
}

.div-block-66 {
  justify-content: space-between;
  max-width: 1320px;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-2 {
  background-color: var(--background-color);
}

.div-block-69 {
  width: 1136px;
  height: 648px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-20 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 31%;
  border-radius: 2px;
  width: 1116px;
  max-width: 100%;
  height: 628px;
  overflow: clip;
}

.div-block-70 {
  z-index: -1;
  background-color: var(--edition-color);
  width: 1116px;
  height: 628px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-71 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.slidelist-header {
  color: var(--font-main-color);
  font-family: Silent Moment, sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
}

.div-block-72 {
  margin-top: 60px;
  display: block;
}

.slide-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  max-width: 1096px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  left: 60px;
  right: 60px;
}

.heading-6 {
  color: var(--font-main-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div-block-74 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  width: 60%;
  margin-top: 0;
  display: flex;
}

.paragraph-11 {
  color: var(--font-main-color);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  line-height: 180%;
}

.image-21 {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--separate-stroke);
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 2px;
  width: 100%;
  height: auto;
  position: relative;
}

.div-block-75 {
  box-sizing: border-box;
  aspect-ratio: 1;
  width: 470px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-76 {
  z-index: 0;
  aspect-ratio: 1;
  background-color: var(--font-main-color);
  border-radius: 2px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 10px 0% 0% 10px;
}

.affiliate-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--font-main-color);
  color: var(--font-main-color);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 44px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 26px;
  text-decoration: none;
  display: flex;
  position: static;
}

.affiliate-button:hover {
  background-color: var(--font-main-color);
  color: var(--background-color);
}

.image-22 {
  mix-blend-mode: darken;
  object-fit: contain;
  overflow: clip;
}

.div-block-77 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-78 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.slide-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  max-width: 1096px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-right-last {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1096px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-23 {
  mix-blend-mode: normal;
}

.hero-copy-copy {
  aspect-ratio: auto;
  height: 640px;
  margin-top: -28px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-79 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: 1320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 60px;
}

.div-block-75-copy {
  width: 444px;
  height: 560px;
  position: relative;
}

.image-21-copy {
  z-index: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 2px;
  width: 424px;
  height: 520px;
  position: absolute;
  inset: 20px 0% 20px auto;
}

.div-block-76-copy {
  z-index: 0;
  background-color: var(--edition-color);
  border-radius: 2px;
  width: 60%;
  height: 100%;
  position: static;
  inset: auto 0% 0% auto;
}

.div-block-80-copy-copy {
  justify-content: flex-end;
  align-items: center;
  width: 444px;
  height: 560px;
  display: flex;
  position: relative;
}

.image-24-copy-copy {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 520px;
}

.div-block-81-copy {
  z-index: -1;
  background-color: var(--edition-color);
  width: 60%;
  position: absolute;
  inset: 0% auto 0% -20px;
}

.div-block-80-copy-copy-copy {
  justify-content: flex-start;
  align-items: center;
  width: 444px;
  height: 560px;
  display: flex;
  position: relative;
}

.div-block-81-copy-copy {
  z-index: -1;
  background-color: var(--edition-color);
  width: 60%;
  position: absolute;
  inset: 0% -20px 0% auto;
}

.image-24-copy-copy-copy {
  object-fit: cover;
  height: 520px;
}

.storie-1-copy-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1116px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.question-and-answear {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 648px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-85 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-25 {
  width: 160px;
}

.div-block-87 {
  background-color: #a0a0a0;
  max-width: 1320px;
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-45-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 60px 60px 140px;
  display: flex;
}

.div-block-50-copy {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/71492_EWH_004_02.jpg');
  background-position: 30% 37%;
  background-repeat: no-repeat;
  background-size: 1150px;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 1116px;
  height: 628px;
  display: flex;
}

.answear-paragraph-copy {
  color: var(--font-main-color);
  max-width: 648px;
  margin: 0 auto;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.div-block-88 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.img-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.div-block-90 {
  width: 40%;
  position: relative;
}

.image-26 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.div-block-90-copy {
  z-index: -1;
  aspect-ratio: 2 / 3;
  background-color: var(--edition-color);
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.img-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.quote-copy {
  color: var(--font-main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 140%;
}

.main-section-copy {
  z-index: 1;
  aspect-ratio: 16 / 9;
  max-width: 1116px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-49-copy {
  z-index: -1;
  background-color: var(--font-main-color);
  width: 1116px;
  height: 628px;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0%;
}

.image-28 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.div-block-92 {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition-color);
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-93 {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-93-copy {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.image-11-copy {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-block-92-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--font-main-color);
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.image-28-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.div-block-92-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.img-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1096px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.div-block-95 {
  padding-left: 60px;
  padding-right: 60px;
}

.hero-copy-copy-copy {
  aspect-ratio: auto;
  height: 60vh;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-32-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--edition-color);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-8-copy {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 560px;
  position: absolute;
  left: auto;
  right: 60px;
  overflow: hidden;
}

.div-block-96 {
  z-index: -1;
  background-color: var(--edition-color);
  width: 100px;
  height: 200px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.div-block-96-copy {
  z-index: -1;
  background-color: var(--edition-color);
  width: 100px;
  height: 200px;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.image-30 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.lightbox-link-2 {
  aspect-ratio: 16 / 9;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.div-block-92-copy-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--font-main-color);
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.image-31 {
  height: 42px;
}

.div-block-97 {
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.div-block-98 {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.image-32 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 54vw;
}

.div-block-79-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: auto;
  max-width: 1320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 60px;
}

.div-block-100 {
  justify-content: center;
  align-items: center;
  width: 1116px;
  max-width: 1116px;
  height: 100%;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.link-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.paragraph-12 {
  color: var(--font-main-color);
  margin-bottom: 0;
  font-family: Silent Moment, sans-serif;
  font-size: 14px;
}

.image-11-copy-copy {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-block-54-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1320px;
  height: auto;
  margin: 60px auto 80px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.extra-info-box-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--edition-colour-02);
  flex-flow: column;
  max-width: 312px;
  margin-top: 0;
  padding: 10px 20px 30px;
  display: flex;
}

.div-block-55-copy {
  background-image: url('../images/71492_EWH_004_05-copy.png');
  background-position: 50% 0;
  background-size: cover;
  width: 964px;
  max-width: 964px;
  height: 520px;
}

.div-block-56-copy {
  z-index: -1;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 20px -20px 0% auto;
}

.div-block-101 {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.image-34 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 2px;
  width: 100%;
}

.div-block-102 {
  aspect-ratio: 16 / 9;
  width: 984px;
  max-width: 984px;
  height: auto;
  position: relative;
}

.stats-block-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  height: auto;
  margin: 60px auto;
  display: flex;
  position: relative;
}

.div-block-103 {
  aspect-ratio: 16 / 9;
  width: 60vw;
  max-width: 60vw;
  height: auto;
  position: relative;
}

.image-35 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.div-block-104 {
  padding-left: 60px;
  padding-right: 60px;
}

.answear-box-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--font-main-color);
  border-radius: 2px;
  justify-content: flex-start;
  max-width: 720px;
  padding: 8px 20px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-53-copy {
  background-color: var(--font-main-color);
  width: 3px;
  height: auto;
}

.paragraph-9-copy {
  color: var(--font-main-color);
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
}

.paragraph-8-copy {
  color: var(--font-main-color);
  max-width: 800px;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.div-block-105 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--font-main-color);
  border-radius: 2px;
  padding: 12px 20px;
  display: flex;
}

.div-block-106 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-107 {
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-64-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-108 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-109 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.image-36 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
}

.image-37 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: auto;
}

.image-38 {
  z-index: -1;
  opacity: .6;
  width: 378px;
  position: absolute;
  inset: 30% auto auto -5%;
}

.image-38-copy {
  opacity: .6;
  width: 378px;
  position: absolute;
  inset: 50% -15% auto auto;
}

.question-and-answear-section {
  margin-bottom: 60px;
  position: relative;
}

.div-block-111, .div-block-112, .div-block-113 {
  position: relative;
}

.div-block-114 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-93-copy {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.main-section-copy-copy {
  z-index: 1;
  aspect-ratio: 16 / 9;
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 1116px;
  max-width: 1116px;
  height: auto;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-116 {
  color: var(--font-main-color);
  font-family: Zodiak, Georgia, sans-serif;
  position: absolute;
  inset: 0% auto auto 0%;
}

.edition-nr-small {
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
}

.text-span {
  vertical-align: text-bottom;
  font-size: 36px;
  font-weight: 300;
}

.div-block-93-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-80-copy-copy-copy-copy {
  z-index: 2;
  aspect-ratio: 1;
  border: 0px solid var(--font-main-color);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 444px;
  height: auto;
  display: flex;
  position: relative;
}

.image-24-copy-copy-copy-copy {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.stories-02-img-right-rectangle-background {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -20px -20px -20px auto;
}

.stories-02-img-left-rectangle-background {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -20px auto -20px -20px;
}

.main-section-copy-copy-copy {
  z-index: 1;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  width: 100%;
  max-width: 1116px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-92-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--font-main-color);
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
}

.image-28-copy-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.link-block-4 {
  margin-left: 0;
}

.div-block-117 {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 60px 0% auto;
}

.text-block-2 {
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 60px;
  line-height: 32px;
}

.text-span-3 {
  vertical-align: text-bottom;
  font-size: 92px;
  font-weight: 300;
}

.nav-bar-copy {
  z-index: 9999;
  background-color: var(--background-color);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 62px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 16px #0000000f;
}

.text-block-2-copy {
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-117-copy {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-38-copy {
  z-index: 0;
  opacity: .6;
  width: 378px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.navbar-2 {
  background-color: var(--background-color);
  justify-content: center;
  align-items: center;
  height: 62px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 16px #0000000f;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 1116px;
  max-width: 1116px;
  height: 100%;
  display: flex;
  position: relative;
}

.link-block-3-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.menu-button-2 {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.menu-button-2.w--open {
  background-color: var(--background-color);
}

.div-block-119 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--separate-stroke);
  color: var(--font-main-color);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.div-block-119.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-119.hover {
  background-color: #00000005;
}

.nav-menu-2 {
  border-top: 1px solid var(--dvider);
  background-color: var(--background-color);
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  box-shadow: 0 2px 16px #0000000f;
}

.image-39 {
  display: none;
}

.div-block-8-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 420px;
  height: auto;
  padding-left: 0;
  font-family: Zodiak, Georgia, sans-serif;
  display: flex;
  position: static;
}

.meta-data-block-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--background-color);
  margin-bottom: 0;
  padding-right: 12px;
  display: flex;
  position: static;
  left: 160px;
}

.heading-2-copy {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-copy {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 800;
}

.meta-data-copy {
  color: var(--font-main-color);
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-80-copy-copy-copy-copy-copy {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-81-copy-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition-color);
  width: 60%;
  height: auto;
  position: absolute;
  inset: -10px auto -10px -10px;
}

.div-block-119-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--font-main-color);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.main-img-mobile {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: auto;
  display: none;
}

.link-2 {
  border-bottom: 2px solid var(--edition-color);
  color: var(--font-main-color);
  font-weight: 700;
  text-decoration: none;
}

.div-block-64-copy-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats-number-copy {
  color: var(--font-main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 120%;
}

.stats-label-copy {
  color: var(--font-main-color);
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.image-41 {
  width: 32px;
}

.div-block-120 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.lottie-animation {
  transform: scale(2);
}

.menu-button-2-copy {
  cursor: pointer;
  width: 60px;
  padding: 0;
  position: absolute;
  inset: 50% 0% auto auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.menu-button-2-copy.w--open {
  background-color: var(--background-color);
}

.tag-copy {
  background-color: var(--font-main-color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
  font-family: Zodiak, Georgia, sans-serif;
  font-weight: 900;
  display: flex;
}

.recirculation-section {
  margin-top: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-124 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 1320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-125 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.image-43 {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  height: auto;
  position: relative;
}

.div-block-126 {
  z-index: -1;
  background-color: var(--edition-color);
  width: 160px;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

.div-block-127 {
  aspect-ratio: 1;
  width: 160px;
  max-width: 220px;
  height: auto;
  position: relative;
}

.link-block-6, .link-block-7 {
  color: var(--font-main-color);
  flex: 1;
  text-decoration: none;
}

.link-block-8.w--current {
  cursor: pointer;
}

.div-block-85-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credits, .credits-label, .credits-name {
  color: var(--font-main-color);
  max-width: 648px;
  margin: 0 auto;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.section {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-128 {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  color: var(--font-main-color);
  font-family: Silent Moment, sans-serif;
  font-size: 42px;
  font-weight: 300;
}

.div-block-129 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.credit-label {
  color: var(--font-main-color);
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.credit-name {
  color: var(--font-main-color);
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 16px;
}

.section-2 {
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  display: flex;
}

.container-5 {
  background-image: url('../images/71492_EWH_004_05-copy_1.png');
  background-position: 50% 40%;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
  width: 70%;
  height: 100%;
  display: flex;
}

.container-5-copy {
  justify-content: flex-end;
  align-items: stretch;
  width: 30%;
  height: 100%;
  display: flex;
}

.section-3 {
  justify-content: flex-end;
  align-items: center;
  height: 60vh;
  padding-left: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-45 {
  object-fit: cover;
  width: 70%;
  height: 100%;
}

.div-block-8-copy {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  max-width: 1320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Zodiak, Georgia, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% 0;
}

.heading-2-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.text-span-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 8px;
  padding-right: 8px;
}

.div-block-131 {
  background-color: var(--edition-colour-02);
  padding: 2px 8px;
}

.div-block-132 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--font-main-color);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.bold-text-4 {
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.bold-text-4-copy {
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-weight: 700;
  text-decoration: none;
  text-decoration-thickness: 3px;
}

.div-block-133 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.edition-number {
  align-self: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 90%;
}

.heading-9 {
  align-self: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
  overflow: visible;
}

.div-block-134 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--font-main-color);
  flex-flow: column;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-13 {
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 16px;
}

.section-3-copy {
  justify-content: flex-end;
  align-items: center;
  max-width: 1320px;
  height: 60vh;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-135 {
  aspect-ratio: auto;
  background-image: url('../images/Editions_Martinelli-1-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 80%;
  height: 100%;
  position: absolute;
}

.div-block-136 {
  z-index: -1;
  background-color: var(--edition-colour-02);
  width: 80%;
  height: auto;
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -20px;
}

.div-block-137 {
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-3-copy-copy {
  justify-content: flex-end;
  align-items: center;
  max-width: 1320px;
  height: 600px;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.affiliate-button-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--font-main-color);
  color: var(--font-main-color);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 44px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 26px;
  text-decoration: none;
  display: flex;
  position: static;
}

.affiliate-button-copy:hover {
  background-color: var(--font-main-color);
  color: var(--background-color);
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: auto;
  display: flex;
}

.heading-2-copy-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-138 {
  background-color: var(--edition-colour-02);
  padding: 8px;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 100;
  line-height: 100%;
}

.bold-text-5 {
  font-weight: 200;
  line-height: 100%;
  text-decoration: none;
}

.code-embed-3 {
  color: var(--edition-colour-02);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: auto;
  display: flex;
}

.div-block-134-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--font-main-color);
  flex-flow: column;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.question-and-answear-section-copy {
  margin-bottom: 60px;
  position: relative;
}

.question-and-answear-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 648px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-141 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-90-copy-copy {
  z-index: -1;
  aspect-ratio: 2 / 3;
  background-color: var(--edition-colour-02);
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.question-and-answear-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 648px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.img-left-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-position: 50% 50%;
  justify-content: space-between;
  max-width: 1116px;
  margin: 60px auto;
  display: flex;
}

.div-block-58-copy {
  background-color: var(--edition-colour-02);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 40px 60px;
}

.div-block-128-copy {
  max-width: 13208px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-142 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-126-copy {
  z-index: -1;
  background-color: var(--edition-color);
  z-index: -1;
  background-color: var(--edition-colour-02);
  width: 160px;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

.div-block-43-copy {
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 6px 8px;
  display: flex;
}

.bold-text-6 {
  font-weight: 300;
}

.main-section-copy-copy {
  z-index: 1;
  aspect-ratio: 2 / 3;
  width: 620px;
  max-width: 1116px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-28-copy-copy-copy {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: auto;
  display: block;
}

.section-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1320px;
  display: flex;
}

.div-block-143 {
  width: 40%;
}

.main-section-copy-copy-copy {
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 1116px;
  max-width: 1116px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-144 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.paragraph-11-copy {
  color: var(--font-main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 14px;
  line-height: 180%;
}

.div-block-145 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.link-4 {
  color: var(--font-main-color);
  text-underline-offset: 2px;
  -webkit-text-decoration-color: var(--edition-colour-02);
  text-decoration-color: var(--edition-colour-02);
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.div-block-146 {
  flex: 1;
}

.paragraph-11-copy-copy {
  color: var(--font-main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
}

.container-6-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1320px;
  display: flex;
}

.div-block-93-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.bold-text-7 {
  font-weight: 300;
}

.div-block-90-copy {
  width: 40%;
  position: relative;
}

.div-block-142-copy {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-54-copy-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1320px;
  height: auto;
  margin: 60px auto 80px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.extra-info-box-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--edition-colour-02);
  flex-flow: column;
  max-width: 312px;
  margin-top: 0;
  padding: 10px 20px 30px;
  display: flex;
}

.div-block-90-copy {
  aspect-ratio: 1;
  background-color: #0000;
  align-self: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: auto;
  left: auto;
}

.div-block-141-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.answear-paragraph-copy-copy {
  color: var(--font-main-color);
  width: 100%;
  max-width: none;
  margin: 0 auto;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.section-5 {
  padding-left: 60px;
  padding-right: 60px;
}

.img-left-copy-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin: 60px;
  display: flex;
}

.div-block-90-copy-copy {
  width: 40%;
  position: relative;
}

.div-block-90-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.image-50 {
  object-fit: cover;
  object-position: 60% 0%;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.section-5-copy {
  padding-left: 60px;
  padding-right: 60px;
}

.img-left-copy-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-position: 50% 50%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-position: 50% 50%;
  justify-content: space-between;
  max-width: 1116px;
  margin: 60px auto;
  display: flex;
}

.div-block-150 {
  z-index: -1;
  background-color: var(--edition-colour-02);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.bold-text-9 {
  font-weight: 300;
}

.section-6 {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-138-copy {
  background-color: var(--edition-colour-02);
  background-color: var(--edition-color);
  padding: 8px;
}

.div-block-136-copy {
  z-index: -1;
  background-color: var(--edition-color);
  width: 80%;
  height: auto;
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -20px;
}

.div-block-134-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--font-main-color);
  flex-flow: column;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-81-copy-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -20px auto -20px -20px;
}

.div-block-81-copy-copy-copy-copy, .div-block-81-copy-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -20px -20px -20px auto;
}

.stories-03-img-right-rectangle-background {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition-color);
  border-radius: 2px;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -20px -20px -20px auto;
}

.stories-03-img-left-rectangle-background {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition-color);
  border-radius: 2px;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -20px auto -20px -20px;
}

.bold-text-10 {
  font-weight: 300;
}

.stories-section-copy {
  max-width: 1320px;
  height: auto;
  margin: 100px auto 120px;
}

.bold-text-11, .bold-text-12 {
  font-weight: 300;
}

.main-section-copy-copy-copy {
  z-index: 1;
  aspect-ratio: 2 / 3;
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 1116px;
  max-width: 1116px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-28-copy-copy-copy-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 2px;
  width: 100%;
  height: auto;
  display: block;
}

._2nd-feature-article-main-img {
  z-index: 1;
  aspect-ratio: 2 / 3;
  width: 648px;
  max-width: 1116px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.heading-2-copy {
  color: var(--font-main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-127-copy {
  aspect-ratio: 1;
  width: 120px;
  max-width: 220px;
  height: auto;
  position: relative;
}

.div-block-126-copy-copy {
  z-index: 0;
  background-color: var(--edition-colour-02);
  width: 100%;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

.div-block-125-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-size: 18px;
  font-weight: 300;
}

.bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
  font-size: 18px;
}

.bold-text-21 {
  font-size: 18px;
  font-weight: 300;
}

.heading-10-copy {
  color: var(--font-main-color);
  max-width: 660px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 100;
  line-height: 100%;
}

.bold-text-22 {
  background-color: var(--edition-colour-02);
  font-weight: 300;
  line-height: 122%;
}

.bold-text-22.decor {
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--font-main-color);
  text-decoration-color: var(--font-main-color);
  font-weight: 700;
  line-height: 122%;
  text-decoration-thickness: 3px;
}

.bold-text-22.decor-01 {
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--font-main-color);
  text-decoration-color: var(--font-main-color);
  font-weight: 700;
  text-decoration-thickness: 3px;
}

.bold-text-22-copy {
  background-color: var(--edition-color);
  vertical-align: baseline;
  font-weight: 300;
  line-height: 122%;
}

.bold-text-22-copy.decor, .bold-text-22-copy.decor-01 {
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--font-main-color);
  text-decoration-color: var(--font-main-color);
  font-weight: 700;
  text-decoration-thickness: 3px;
}

.decor-02 {
  background-color: var(--edition-color);
  vertical-align: baseline;
  line-height: 122%;
}

.main-section-copy-copy-copy-copy {
  z-index: 1;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  width: 100%;
  max-width: 1116px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bold-text-26 {
  font-size: 18px;
  font-weight: 300;
}

.bold-text-27, .bold-text-28, .bold-text-29 {
  font-size: 18px;
}

.main-section-copy-copy-copy-copy {
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 1116px;
  max-width: 1116px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-151 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #12120d;
  border-bottom: 1px solid #ecebdf;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.div-block-151.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-51 {
  width: 160px;
}

.navbar-3 {
  background-color: #f9f8f1;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 16px #0000000f;
}

.div-block-81-copy-copy-copy-copy-copy-2 {
  z-index: -1;
  aspect-ratio: 1;
  background-color: #f9e753;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -10px auto -10px -10px;
}

.heading-2-copy-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.meta-data-block-copy-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9f8f1;
  margin-bottom: 0;
  padding-right: 12px;
  display: flex;
  position: static;
  left: 160px;
}

.div-block-119-copy-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #12120d;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.link-block-9.w--current {
  cursor: pointer;
}

.menu-button-2-copy-2 {
  cursor: pointer;
  width: 60px;
  padding: 0;
  position: absolute;
  inset: 50% 0% auto auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.menu-button-2-copy-2.w--open {
  background-color: #f9f8f1;
}

.div-block-8-copy-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  height: auto;
  padding-left: 0;
  font-family: Zodiak, Georgia, sans-serif;
  display: flex;
  position: static;
}

.container-8 {
  justify-content: center;
  align-items: center;
  width: 1116px;
  max-width: 1116px;
  height: 100%;
  display: flex;
  position: relative;
}

.image-24-copy-copy-copy-copy-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.paragraph-14 {
  color: #12120d;
  margin-bottom: 0;
  font-family: Silent Moment, sans-serif;
  font-size: 14px;
}

.tag-copy-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #12120d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
  font-family: Zodiak, Georgia, sans-serif;
  font-weight: 900;
  display: flex;
}

.nav-menu-3 {
  border-top: 1px solid var(--dvider);
  background-color: #f9f8f1;
  padding: 0 60px 40px;
  box-shadow: 0 2px 16px #0000000f;
}

.div-block-152 {
  z-index: -1;
  background-color: #f9e753;
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

.div-block-153 {
  background-color: #12120d;
  width: 1px;
  min-width: 1px;
}

.div-block-155 {
  padding-left: 60px;
  padding-right: 60px;
}

.image-53 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.image-54 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 42%;
  width: 100%;
  height: auto;
}

.heading-11 {
  color: #12120d;
  margin-top: 0;
  margin-left: 20px;
  font-family: Silent Moment, sans-serif;
  font-size: 42px;
  font-weight: 300;
  position: relative;
  top: 0;
}

.paragraph-15 {
  color: #12120d;
  font-variation-settings: "wght" 540;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.image-55 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.answear-box-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #12120d;
  border-radius: 2px;
  justify-content: flex-start;
  max-width: 800px;
  padding: 12px 20px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.extra-info-box-copy-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9e753;
  flex-flow: column;
  max-width: 312px;
  margin-top: 0;
  padding: 10px 20px 30px;
  display: flex;
}

.question-and-answear-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 648px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.player-name-2 {
  color: #12120d;
  text-align: center;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-156 {
  background-color: #12120d;
  border-top-right-radius: 2px;
  width: 40px;
  height: 160px;
}

.div-block-157 {
  background-color: #f9e753;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 40px 60px;
}

.quote-2 {
  color: #12120d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 140%;
}

.stats-block-copy-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1320px;
  height: auto;
  margin: 60px auto;
  display: flex;
  position: relative;
}

.image-56 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
}

.paragraph-16 {
  color: #12120d;
  font-variation-settings: "wght" 700;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
}

.div-block-158 {
  aspect-ratio: 16 / 9;
  width: 60vw;
  max-width: 60vw;
  height: auto;
  position: relative;
}

.div-block-92-copy-copy-copy-2 {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: #12120d;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
}

.stats-number-copy-2 {
  color: #12120d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 120%;
}

.div-block-159 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-160 {
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-161 {
  aspect-ratio: 16 / 9;
  width: 984px;
  max-width: 984px;
  height: auto;
  position: relative;
}

.div-block-162 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.answear-paragraph-2 {
  color: #12120d;
  max-width: 648px;
  margin: 0 auto;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.tag-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #12120d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-family: Zodiak, Georgia, sans-serif;
  font-weight: 900;
  display: flex;
}

.div-block-163 {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9e753;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 60px 60px 120px;
  display: flex;
  position: relative;
}

.paragraph-17 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.question-and-answear-section-2 {
  margin-bottom: 60px;
  position: relative;
}

.div-block-164 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-165 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-166 {
  z-index: -1;
  background-color: #f9e753;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 20px auto 0% -20px;
}

.paragraph-18 {
  color: #12120d;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Zodiak, Georgia, sans-serif;
  font-weight: 400;
  line-height: 180%;
}

.image-58 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
}

.lightbox-link-3 {
  aspect-ratio: 16 / 9;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.teaser-paragraph-2 {
  color: #12120d;
  max-width: 720px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 180%;
}

.main-section-copy-copy-copy-2 {
  z-index: 1;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  width: 100%;
  max-width: 1116px;
  height: auto;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-167 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-2 {
  color: #12120d;
  text-align: center;
  margin-bottom: 0;
  font-family: Silent Moment, sans-serif;
  font-size: 16px;
}

.extra-info-box-headline-2 {
  color: #12120d;
  font-family: Silent Moment, sans-serif;
  font-weight: 300;
  line-height: 100%;
}

.stats-label-copy-2 {
  color: #12120d;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.div-block-54-copy-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1320px;
  height: auto;
  margin: 60px auto 80px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.heading-12 {
  color: #12120d;
  text-align: center;
  max-width: 1116px;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-168 {
  background-color: #12120d;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 80px;
  display: flex;
}

.div-block-169 {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.div-block-56-copy-2 {
  z-index: -1;
  background-color: #12120d;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 20px -20px 0% auto;
}

.div-block-170 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-171 {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

.heading-13 {
  color: #12120d;
  font-family: Silent Moment, sans-serif;
  font-size: 42px;
  font-weight: 300;
}

.div-block-172 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.credit-name-2 {
  color: #12120d;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 16px;
}

.credit-label-2 {
  color: #12120d;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.div-block-173 {
  z-index: -1;
  background-color: #f9e753;
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

.div-block-174 {
  aspect-ratio: 1;
  width: 160px;
  max-width: 220px;
  height: auto;
  position: relative;
}

.heading-14 {
  color: #12120d;
  margin-top: 0;
  margin-left: 20px;
  font-family: Silent Moment, sans-serif;
  font-size: 42px;
  font-weight: 300;
  position: relative;
  top: 0;
}

.link-block-10 {
  color: #12120d;
  text-decoration: none;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.link-block-11 {
  color: #12120d;
  text-decoration: none;
}

.paragraph-19 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.div-block-175 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  font-family: Zodiak, Georgia, sans-serif;
  display: flex;
  position: static;
}

.image-59 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.meta-data-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9f8f1;
  width: auto;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  left: 160px;
}

.div-block-176 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.recirculation-section-2 {
  margin-top: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-177 {
  z-index: -1;
  background-color: #f9e753;
  width: 160px;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

.div-block-178 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 1320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-2 {
  background-color: #f9e753;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.div-block-179 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #a3595900;
  flex-flow: column;
  flex: 1;
  width: 1116px;
  max-width: 1116px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-20 {
  color: #93893a;
  max-width: 560px;
  font-size: 12px;
}

.div-block-45-copy-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f8f1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 60px 60px 140px;
  display: flex;
}

.tag-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #12120d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-family: Zodiak, Georgia, sans-serif;
  font-weight: 900;
  display: flex;
}

.paragraph-21 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.heading-16 {
  color: #12120d;
  text-align: center;
  max-width: 1116px;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-180 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-181 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.player-name-3 {
  color: #12120d;
  text-align: center;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-182 {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-92-copy-2 {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: #f9e753;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-183 {
  margin-top: 60px;
}

.answear-paragraph-copy-2 {
  color: #12120d;
  max-width: 648px;
  margin: 0 auto;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.div-block-184 {
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-185 {
  background-color: #12120d;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 80px;
  display: flex;
}

.div-block-186 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-187 {
  background-color: #f9e753;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 40px 60px;
}

.div-block-188 {
  background-color: #12120d;
  border-top-right-radius: 2px;
  width: 40px;
  height: 160px;
}

.img-left-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.div-block-189 {
  width: 40%;
  position: relative;
}

.div-block-90-copy-2 {
  z-index: -1;
  aspect-ratio: 2 / 3;
  background-color: #f9e753;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.link-5 {
  color: #12120d;
  border-bottom: 2px solid #f9e753;
  font-weight: 700;
  text-decoration: none;
}

.div-block-190 {
  width: 40%;
  position: relative;
}

.div-block-90-copy-3 {
  z-index: -1;
  aspect-ratio: 2 / 3;
  background-color: #f9e753;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-191 {
  margin-top: 60px;
}

.div-block-192 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-193 {
  z-index: -1;
  background-color: #f9e753;
  width: 100px;
  height: 200px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.div-block-96-copy-2 {
  z-index: -1;
  background-color: #f9e753;
  width: 100px;
  height: 200px;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.div-block-194 {
  margin-top: 60px;
}

.img-left-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.div-block-195 {
  width: 40%;
  position: relative;
}

.div-block-90-copy-4 {
  z-index: -1;
  aspect-ratio: 2 / 3;
  background-color: #f9e753;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-196 {
  margin-top: 60px;
}

.div-block-197 {
  width: 40%;
  position: relative;
}

.div-block-90-copy-5 {
  z-index: -1;
  aspect-ratio: 2 / 3;
  background-color: #f9e753;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-198 {
  margin-top: 60px;
}

.link-6 {
  color: #12120d;
  border-bottom: 2px solid #f9e753;
  font-weight: 700;
  text-decoration: none;
}

.div-block-199 {
  z-index: -1;
  background-color: #f9e753;
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

.div-block-200 {
  aspect-ratio: 1;
  width: 160px;
  max-width: 220px;
  height: auto;
  position: relative;
}

.heading-17 {
  color: #12120d;
  margin-top: 0;
  margin-left: 20px;
  font-family: Silent Moment, sans-serif;
  font-size: 42px;
  font-weight: 300;
  position: relative;
  top: 0;
}

.link-block-13 {
  color: #12120d;
  text-decoration: none;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.link-block-14 {
  color: #12120d;
  text-decoration: none;
}

.paragraph-22 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.div-block-201 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  font-family: Zodiak, Georgia, sans-serif;
  display: flex;
  position: static;
}

.image-65 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.div-block-202 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-203 {
  z-index: -1;
  background-color: #f9e753;
  width: 160px;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

.div-block-204 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 1320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-205 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.tag-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #12120d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-family: Zodiak, Georgia, sans-serif;
  font-weight: 900;
  display: flex;
}

.paragraph-23 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.slidelist-header-2 {
  color: #12120d;
  font-family: Silent Moment, sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
}

.image-28-copy-2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.main-img-mobile-2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: none;
}

.teaser-paragraph-3 {
  color: #12120d;
  max-width: 720px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 180%;
}

.div-block-206 {
  z-index: 0;
  aspect-ratio: 1;
  background-color: #12120d;
  border-radius: 2px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 10px 0% 0% 10px;
}

.div-block-207 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-208 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 586px;
  margin-top: 0;
  display: flex;
}

.div-block-209 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.image-66 {
  z-index: 1;
  aspect-ratio: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 2px;
  width: 100%;
  height: auto;
  position: relative;
}

.affiliate-button-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #12120d;
  border: 1px solid #12120d;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 44px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 26px;
  text-decoration: none;
  display: flex;
  position: static;
}

.affiliate-button-2:hover {
  color: #f9f8f1;
  background-color: #12120d;
}

.paragraph-24 {
  color: #12120d;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  line-height: 180%;
}

.tag-5 {
  color: #fff;
  text-transform: uppercase;
  background-color: #12120d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-family: Zodiak, Georgia, sans-serif;
  font-weight: 900;
  display: flex;
}

.paragraph-25 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.slide-left-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  max-width: 1096px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  left: 60px;
  right: 60px;
}

.div-block-210 {
  background-color: #f9e753;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 6px 8px;
  display: flex;
}

.slide-right-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  max-width: 1096px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-211 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-67 {
  mix-blend-mode: normal;
}

.div-block-212 {
  box-sizing: border-box;
  aspect-ratio: 1;
  width: 470px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-26 {
  color: #12120d;
  margin-bottom: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.heading-19 {
  color: #12120d;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.div-block-213 {
  z-index: -1;
  background-color: #f9e753;
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

.div-block-214 {
  aspect-ratio: 1;
  width: 160px;
  max-width: 220px;
  height: auto;
  position: relative;
}

.heading-20 {
  color: #12120d;
  margin-top: 0;
  margin-left: 20px;
  font-family: Silent Moment, sans-serif;
  font-size: 42px;
  font-weight: 300;
  position: relative;
  top: 0;
}

.link-block-15 {
  color: #12120d;
  text-decoration: none;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.link-block-16 {
  color: #12120d;
  text-decoration: none;
}

.paragraph-27 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.div-block-215 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  font-family: Zodiak, Georgia, sans-serif;
  display: flex;
  position: static;
}

.image-68 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.div-block-216 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-217 {
  z-index: -1;
  background-color: #f9e753;
  width: 160px;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

.div-block-218 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 1320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-93-copy-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.main-section-copy-copy-copy {
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 1116px;
  max-width: 1116px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-126-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition-color);
  z-index: 0;
  background-color: var(--edition-color);
  width: 100%;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.heading-22-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 130%;
}

.heading-22-copy-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.div-block-219 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-8-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  font-family: Zodiak, Georgia, sans-serif;
  display: flex;
  position: static;
}

.image-69 {
  width: 220px;
}

.div-block-124-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 460px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-5 {
  background-color: var(--background-color);
}

.div-block-220 {
  display: flex;
}

.div-block-8-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  max-width: 1320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Zodiak, Georgia, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% 0;
}

.div-block-92-copy-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-222 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #12120d;
  border-bottom: 1px solid #ecebdf;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.div-block-222.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-81-copy-copy-copy-copy-copy-3 {
  z-index: -1;
  aspect-ratio: 1;
  background-color: #f9e753;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -10px auto -10px -10px;
}

.heading-2-copy-3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.meta-data-block-copy-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9f8f1;
  margin-bottom: 0;
  padding-right: 12px;
  display: flex;
  position: static;
  left: 160px;
}

.div-block-119-copy-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--dvider);
  color: #12120d;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.image-24-copy-copy-copy-copy-3 {
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.div-block-223 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--dvider);
  color: #12120d;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-223.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-81-copy-copy-copy-copy-copy-4 {
  z-index: -1;
  aspect-ratio: 1;
  background-color: #f9e753;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -10px auto -10px -10px;
}

.heading-2-copy-4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.meta-data-block-copy-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9f8f1;
  margin-bottom: 0;
  padding-right: 12px;
  display: flex;
  position: static;
  left: 160px;
}

.image-24-copy-copy-copy-copy-4 {
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.div-block-81-copy-copy-copy-copy-copy-4-copy {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition-colour-02);
  width: 60%;
  height: auto;
  position: absolute;
  inset: -5px auto -5px -5px;
}

.bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35 {
  font-weight: 400;
}

.div-block-223-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 0px solid var(--dvider);
  color: #12120d;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-223-copy.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-10-copy-copy {
  color: var(--font-main-color);
  max-width: 660px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 100;
  line-height: 100%;
}

.decor-02-copy {
  background-color: var(--edition-colour-02);
  vertical-align: baseline;
  line-height: 122%;
}

.bold-text-22-copy-copy {
  background-color: var(--edition-colour-02);
  vertical-align: baseline;
  font-weight: 300;
  line-height: 122%;
}

.bold-text-22-copy-copy.decor, .bold-text-22-copy-copy.decor-01 {
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--font-main-color);
  text-decoration-color: var(--font-main-color);
  font-weight: 700;
  text-decoration-thickness: 3px;
}

.test-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--font-main-color);
  background-color: var(--background-color);
  color: var(--font-main-color);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 44px;
  margin-top: 8px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: static;
}

.div-block-223-copy-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 0px solid var(--dvider);
  background-color: var(--edition-colour-02);
  color: #12120d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.div-block-223-copy-copy.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-23 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.heading-23-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
}

.heading-23-copy-copy {
  text-align: left;
  width: 33px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 100%;
}

.div-block-224 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-3-copy-copy-copy {
  justify-content: flex-end;
  align-items: center;
  max-width: 1320px;
  height: 600px;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-80-copy-copy-copy-copy-copy-copy {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: auto;
  display: flex;
  position: relative;
}

.image-70 {
  width: 160px;
  min-width: 0;
  max-width: none;
}

.div-block-227 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-28 {
  color: var(--font-main-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Silent Moment, sans-serif;
  font-size: 15px;
  line-height: 100%;
}

.div-block-232 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  padding-top: 30px;
  display: flex;
}

.paragraph-28-copy {
  color: var(--font-main-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Silent Moment, sans-serif;
  font-size: 15px;
  line-height: 100%;
}

.div-block-233 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-223-copy-copy-copy.menu-link {
  background-color: var(--edition-color);
}

.bold-text-40, .bold-text-41 {
  font-weight: 300;
}

.div-block-81-copy-copy-copy-copy-copy-4-copy-copy {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition-color);
  width: 60%;
  height: auto;
  position: absolute;
  inset: -5px auto -5px -5px;
}

.img-left-copy-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-position: 50% 50%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-position: 50% 50%;
  justify-content: space-between;
  max-width: 1116px;
  margin: 60px auto;
  display: flex;
}

.div-block-93-copy {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-93-copy-copy {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.main-img-graphic-background {
  z-index: -1;
  background-color: var(--edition03);
  width: 80%;
  height: auto;
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -20px;
}

.bold-text-22-copy-copy-copy.decor, .bold-text-22-copy-copy-copy.decor-01 {
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--font-main-color);
  text-decoration-color: var(--font-main-color);
  font-weight: 700;
  text-decoration-thickness: 3px;
}

.bold-text-22-copy-copy-copy {
  background-color: var(--edition03);
  vertical-align: baseline;
  font-weight: 300;
  line-height: 122%;
}

.bold-text-22-copy-copy-copy.decor, .bold-text-22-copy-copy-copy.decor-01 {
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--font-main-color);
  text-decoration-color: var(--font-main-color);
  font-weight: 700;
  text-decoration-thickness: 3px;
}

.decor-02-copy-copy {
  background-color: var(--edition03);
  vertical-align: baseline;
  line-height: 122%;
}

.div-block-135-copy {
  aspect-ratio: auto;
  background-image: url('../images/16x9.jpg');
  background-position: 50%;
  background-size: cover;
  width: 80%;
  height: 100%;
  position: absolute;
}

.image-30-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.div-block-45-copy {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--edition03);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 60px 60px 120px;
  display: flex;
  position: relative;
}

.img-graphic-background-edition03 {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition03);
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
}

.code-embed-3-copy {
  color: var(--edition03);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: auto;
  display: flex;
}

.div-block-58-copy-copy {
  background-color: var(--edition-colour-02);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 40px 60px;
}

.div-block-58-copy-copy-copy {
  background-color: var(--edition03);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 40px 60px;
}

.div-block-54-copy-copy-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1320px;
  height: auto;
  margin: 60px auto 80px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-56-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition03);
  border-radius: 2px;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 20px -20px 0% auto;
}

.edition03-img1 {
  object-fit: cover;
  object-position: 60% 0%;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.edition03-img2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 2px;
  width: 100%;
}

.edition03-img3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.edition03-img4 {
  object-fit: cover;
  object-position: 60% 0%;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.div-block-90-copy-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition03);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.edition03-img2-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 2px;
  width: 100%;
}

.edition03-img4-copy {
  object-fit: cover;
  object-position: 60% 0%;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.div-block-45-copy-copy, .div-block-45-copy-copy-copy, .div-block-45-copy-copy, .div-block-45-copy-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 60px 60px 140px;
  display: flex;
}

.div-block-150-copy {
  z-index: -1;
  background-color: var(--edition03);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.image-50-copy {
  object-fit: cover;
  object-position: 60% 0%;
  object-fit: cover;
  object-position: 60% 0%;
  object-fit: cover;
  object-position: 60% 0%;
  object-fit: cover;
  object-position: 60% 0%;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.image-28-copy-copy-copy-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: auto;
  display: block;
}

.link-edition03 {
  color: var(--font-main-color);
  text-underline-offset: 2px;
  -webkit-text-decoration-color: var(--edition03);
  text-decoration-color: var(--edition03);
  font-size: 18px;
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.section-4-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.stories-02-img-left-rectangle-background-copy {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition03);
  border-radius: 2px;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -20px auto -20px -20px;
}

.image-24-copy-copy-copy-copy-copy {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.div-block-223-copy-copy-copy-copy.menu-link {
  background-color: var(--edition03);
}

.div-block-223-copy-copy-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 0px solid var(--dvider);
  background-color: var(--edition-colour-02);
  color: #12120d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.div-block-223-copy-copy-copy.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-223-copy-copy-copy-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 0px solid var(--dvider);
  background-color: var(--edition-colour-02);
  color: #12120d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.div-block-223-copy-copy-copy-copy.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-223-copy-copy-copy-copy.menu-link.w--current {
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-92-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-45-copy-copy-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 60px 60px 140px;
  display: flex;
}

._2nd-feature-article-main-img-copy {
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 1116px;
  max-width: 1116px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-92-copy-copy-copy, .div-block-92-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 2 / 3;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-92-copy-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 2 / 3;
  background-color: var(--edition-colour-02);
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
}

.link-block-7-copy {
  color: var(--font-main-color);
  flex: 1;
  max-width: 648px;
  text-decoration: none;
}

.div-block-124-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-126-copy-copy-copy {
  z-index: 0;
  background-color: var(--edition03);
  width: 100%;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

.link-block-7-copy {
  color: var(--font-main-color);
  flex: 1;
  text-decoration: none;
}

.div-block-124-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 1320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-90-copy-copy {
  aspect-ratio: auto;
  aspect-ratio: auto;
  aspect-ratio: auto;
  background-color: #0000;
  align-self: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: auto;
  left: auto;
}

.image-43-copy {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 80% 50%;
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  height: auto;
  position: relative;
}

.image-24-copy-copy-copy-copy-4-copy {
  aspect-ratio: 1;
  object-fit: cover;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition03);
  width: 60%;
  height: auto;
  position: absolute;
  inset: -5px auto -5px -5px;
}

.section-header-copy {
  flex: 1;
}

.div-block-92-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-126-copy-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition-color);
  z-index: -1;
  background-color: var(--edition-color);
  z-index: -1;
  background-color: var(--edition-color);
  z-index: -1;
  background-color: var(--edition-color);
  z-index: -1;
  background-color: var(--edition-color);
  z-index: -1;
  background-color: var(--edition-color);
  width: 100%;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

.div-block-92-copy-copy-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
}

.paragraph-13-copy {
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 16px;
}

.heading-9-copy {
  align-self: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
  overflow: visible;
}

.edition-number-copy {
  align-self: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 90%;
}

.div-block-21-copy-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition03);
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

.div-block-92-copy-copy-copy-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 2 / 3;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

._123, ._123-copy {
  z-index: -1;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

.image-50-copy-copy {
  object-fit: cover;
  object-position: 60% 0%;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

._2nd-feature-article-main-img-copy-copy {
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 1116px;
  max-width: 1116px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-28-copy-copy-copy-copy-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: auto;
  display: block;
}

.div-block-92-copy-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition03);
  border-radius: 2px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-45-copy-copy-copy-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 60px;
  display: flex;
}

.div-block-92-copy-copy-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition04);
  border-radius: 2px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.heading-copy {
  color: var(--font-main-color);
  width: 1116px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Silent Moment, sans-serif;
  font-size: 42px;
  font-weight: 300;
  position: relative;
  top: 0;
}

.section-header-copy {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-6-copy {
  color: var(--font-main-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.affiliate-article-img-decoration {
  z-index: -1;
  background-color: var(--edition04);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.link-edition04 {
  color: var(--font-main-color);
  text-underline-offset: 2px;
  -webkit-text-decoration-color: var(--edition04);
  text-decoration-color: var(--edition04);
  font-size: 18px;
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.div-block-235-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1116px;
  display: flex;
}

.div-block-88-copy {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.answear-paragraph-copy-copy {
  color: var(--font-main-color);
  max-width: 648px;
  margin: 0;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.main-img-graphic-background-copy {
  z-index: -1;
  background-color: var(--edition04);
  width: 80%;
  height: auto;
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -20px;
}

.bold-text-22-copy-copy-copy-copy.decor, .bold-text-22-copy-copy-copy-copy.decor-01 {
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--font-main-color);
  text-decoration-color: var(--font-main-color);
  font-weight: 700;
  text-decoration-thickness: 3px;
}

.decor-02-copy-copy-copy {
  background-color: var(--edition04);
  vertical-align: baseline;
  line-height: 122%;
}

.bold-text-22-copy-copy-copy-copy {
  background-color: var(--edition04);
  vertical-align: baseline;
  font-weight: 300;
  line-height: 122%;
}

.bold-text-22-copy-copy-copy-copy.decor, .bold-text-22-copy-copy-copy-copy.decor-01 {
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--font-main-color);
  text-decoration-color: var(--font-main-color);
  font-weight: 700;
  text-decoration-thickness: 3px;
}

.stories-02-img-left-rectangle-background-copy-copy {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition04);
  border-radius: 2px;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -20px auto -20px -20px;
}

.bold-text-42 {
  background-color: var(--edition04);
}

.div-block-45-copy-copy {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--edition04);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 60px 60px 120px;
  display: flex;
  position: relative;
}

.img-graphic-background-edition03-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition04);
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
}

.spotlight-box-edition-04 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--edition04);
  flex-flow: column;
  max-width: 312px;
  margin-top: 0;
  padding: 10px 20px 30px;
  display: flex;
}

.div-block-56-copy-copy {
  z-index: -1;
  background-color: var(--edition04);
  border-radius: 2px;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 20px -20px 0% auto;
}

.div-block-90-copy-copy-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition04);
  z-index: -1;
  background-color: var(--edition04);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-21-copy-copy-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition04);
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

.div-block-126-copy-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition-color);
  width: 100%;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

.div-block-90-copy-copy-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition04);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-56-copy-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition04);
  border-radius: 2px;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 20px -20px 0% auto;
}

.code-embed-3-copy-copy {
  color: var(--edition04);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: auto;
  display: flex;
}

.div-block-58-copy-copy-copy-copy {
  background-color: var(--edition04);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 40px 60px;
}

.div-block-92-copy-copy-copy-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 16 / 9;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-65-copy {
  z-index: -1;
  background-color: var(--edition04);
  border-radius: 2px;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 20px auto 0% -20px;
}

.div-block-21-copy {
  z-index: -1;
  background-color: var(--edition04);
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

.div-block-104-copy {
  padding-left: 60px;
  padding-right: 60px;
}

.stats-block-copy-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  height: auto;
  margin: 60px auto;
  display: flex;
  position: relative;
}

.div-block-237 {
  width: 60%;
  position: relative;
}

.image-71 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.div-block-238 {
  z-index: -1;
  background-color: var(--edition04);
  width: 60%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: -20px;
}

.heading-copy {
  color: var(--font-main-color);
  width: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: Silent Moment, sans-serif;
  font-size: 42px;
  font-weight: 300;
  position: relative;
  top: 0;
}

.div-block-239 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.section-8 {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-240 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1116px;
  display: flex;
}

.div-block-242 {
  z-index: -1;
  background-color: var(--edition04);
  width: 80px;
  height: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-243 {
  padding-left: 20px;
  position: relative;
}

.img-left-copy-copy-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  max-width: 1116px;
  margin: 60px auto;
  display: flex;
}

.quote-block-copy {
  max-width: 1076px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.img-left-copy-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-position: 50% 50%;
  justify-content: space-between;
  max-width: 1116px;
  margin: 60px auto;
  display: flex;
}

.div-block-244 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-9 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-245 {
  width: 60%;
}

.image-72 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.div-block-246 {
  width: 40%;
  position: relative;
}

.div-block-247 {
  z-index: -1;
  background-color: var(--edition04);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.answear-paragraph-copy-copy-copy {
  color: var(--font-main-color);
  max-width: none;
  margin: 0 auto;
  font-family: Zodiak, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.heading-copy-copy {
  color: var(--font-main-color);
  width: 1116px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Silent Moment, sans-serif;
  font-size: 42px;
  font-weight: 300;
  position: relative;
  top: 0;
}

.div-block-126-copy-copy-copy-copy-copy {
  z-index: 0;
  background-color: var(--edition04);
  width: 100%;
  height: auto;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
}

.div-block-135-copy-copy {
  aspect-ratio: auto;
  background-image: url('../images/2x1-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 80%;
  height: 100%;
  position: absolute;
}

.div-block-21-copy-copy {
  z-index: -1;
  background-color: var(--edition03);
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

.div-block-21-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition04);
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

.div-block-223-copy-copy-copy-copy-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 0px solid var(--dvider);
  background-color: var(--edition-colour-02);
  color: #12120d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1116px;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.div-block-223-copy-copy-copy-copy-copy.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-223-copy-copy-copy-copy-copy.menu-link {
  background-color: var(--edition04);
}

.div-block-223-copy-copy-copy-copy-copy.menu-link.w--current {
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy-copy {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition04);
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--edition04);
  inset: -5px auto -5px -5px;
  width: 60%;
  height: auto;
  position: absolute;
  inset: -5px auto -5px -5px;
}

.div-block-135-copy-copy-copy {
  aspect-ratio: auto;
  background-image: url('../images/71492_EWH_004_05-copy_1.png');
  background-position: 50% 40%;
  background-size: cover;
  width: 80%;
  height: 100%;
  position: absolute;
}

.div-block-65-copy-copy {
  z-index: -1;
  background-color: var(--edition03);
  border-radius: 2px;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 20px auto 0% -20px;
}

.div-block-21-copy-copy-copy-copy-copy-copy, .div-block-21-copy-copy-copy-copy {
  z-index: -1;
  background-color: var(--edition-colour-02);
  border-radius: 2px;
  width: 80px;
  height: 20px;
  position: relative;
  bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .nav-bar {
    z-index: 9999;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 16px #0000000f;
  }

  .body {
    background-color: var(--background-color);
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .stories-section {
    border-bottom: 0px solid var(--dvider);
    margin-top: 100px;
    margin-bottom: 120px;
    padding-bottom: 60px;
  }

  .div-block-21 {
    background-color: var(--edition-colour-02);
  }

  .meta-data-block {
    background-color: #0000;
  }

  .heading-2 {
    font-size: 22px;
    font-weight: 300;
  }

  .secondary-button {
    background-color: var(--background-color);
  }

  .section-header {
    max-width: 312px;
  }

  .footer {
    background-color: var(--font-main-color);
  }

  .div-block-28 {
    width: 1116px;
    max-width: 1116px;
  }

  .paragraph-4 {
    color: #fff;
  }

  .storie-1-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image-8 {
    width: 100%;
  }

  .heading-3 {
    max-width: 41vw;
  }

  .div-block-45 {
    z-index: -1;
    background-color: var(--edition-colour-02);
    margin-top: 0;
    position: relative;
  }

  .heading-5 {
    max-width: 1116px;
    font-size: 68px;
    font-weight: 300;
  }

  .teaser {
    position: relative;
  }

  .answear-paragraph {
    margin-top: 0;
    font-weight: 400;
  }

  .div-block-53 {
    width: 1px;
    min-width: 1px;
  }

  .paragraph-8 {
    font-variation-settings: "wght" 540;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 18px;
  }

  .paragraph-9 {
    font-variation-settings: "wght" 700;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 18px;
  }

  .question-box {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .answear-box {
    border-width: 1px;
    max-width: 800px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-54 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-56 {
    right: -20px;
  }

  .quote-block {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-58 {
    background-color: var(--edition-color);
  }

  .div-block-59 {
    width: 100px;
  }

  .stats-block {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-62 {
    width: 720px;
    height: 450px;
  }

  .div-block-63 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .div-block-65 {
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 60%;
    height: 100%;
  }

  ._2-img-section {
    margin-left: 60px;
    margin-right: 60px;
  }

  .body-2 {
    overflow: visible;
  }

  .div-block-71 {
    margin-top: 0;
  }

  .slidelist-header {
    font-size: 92px;
  }

  .slide-left {
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    font-size: 24px;
  }

  .div-block-74 {
    align-self: stretch;
    width: 65%;
  }

  .image-21 {
    background-color: var(--separate-stroke);
  }

  .div-block-75 {
    aspect-ratio: 1;
    height: auto;
  }

  .slide-right {
    margin-bottom: 90px;
  }

  .div-block-80 {
    width: 460px;
  }

  .image-24 {
    height: 90%;
  }

  .div-block-75-copy {
    width: 444px;
    height: 560px;
  }

  .image-21-copy {
    width: 424px;
    height: 520px;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
  }

  .div-block-76-copy {
    background-color: var(--edition-color);
    width: 60%;
    height: 100%;
    position: static;
  }

  .div-block-80-copy-copy {
    justify-content: flex-end;
    align-items: center;
    width: 444px;
    height: 560px;
    display: flex;
    position: relative;
  }

  .image-24-copy-copy {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 520px;
  }

  .div-block-81-copy {
    z-index: -1;
    background-color: var(--edition-color);
    width: 60%;
    height: auto;
    position: absolute;
    inset: 0% auto 0% -20px;
  }

  .div-block-80-copy-copy-copy {
    justify-content: flex-start;
    align-items: center;
    width: 444px;
    height: 560px;
    display: flex;
    position: relative;
  }

  .div-block-81-copy-copy {
    z-index: -1;
    background-color: var(--edition-color);
    width: 60%;
    height: auto;
    position: absolute;
    inset: 0% -20px 0% auto;
  }

  .image-24-copy-copy-copy {
    object-fit: cover;
    height: 520px;
  }

  .storie-1-copy-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    position: static;
  }

  .question-and-answear {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 648px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-85 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-25 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-87 {
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
  }

  .div-block-45-copy {
    margin-top: 0;
    padding-top: 60px;
  }

  .answear-paragraph-copy {
    margin-top: 0;
    font-weight: 400;
  }

  .div-block-88 {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .div-block-90 {
    aspect-ratio: 2 / 3;
  }

  .image-26 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    max-width: 100%;
    display: block;
  }

  .main-section-copy {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 1116px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .image-28 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
    position: static;
  }

  .div-block-92 {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-color);
    width: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-93 {
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-93-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -40px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .image-11-copy {
    z-index: 1;
    pointer-events: none;
    height: auto;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .div-block-92-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--font-main-color);
    width: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .image-28-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
    height: auto;
    position: static;
  }

  .div-block-92-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .img-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1096px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
  }

  .hero-copy-copy-copy {
    height: 60vh;
    margin-top: 0;
  }

  .image-8-copy {
    width: 100%;
  }

  .div-block-96 {
    z-index: -1;
    background-color: var(--edition-color);
    width: 100px;
    height: 200px;
    position: absolute;
    inset: -20px auto auto -20px;
  }

  .div-block-96-copy {
    z-index: -1;
    background-color: var(--edition-color);
    width: 100px;
    height: 200px;
    position: absolute;
    bottom: -20px;
    right: -20px;
  }

  .div-block-93-copy-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-30 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 42%;
    border-radius: 2px;
    width: 100%;
    height: auto;
  }

  .lightbox-link-2 {
    aspect-ratio: 16 / 9;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-92-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--font-main-color);
    width: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-97, .div-block-98 {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .image-32 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 54vw;
  }

  .div-block-79-copy {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-100 {
    justify-content: center;
    align-items: center;
    width: 1116px;
    max-width: 1116px;
    height: 100%;
    display: flex;
    position: relative;
  }

  .link-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 50% auto 0% 0%;
    transform: translate(0, -50%);
  }

  .paragraph-12 {
    color: var(--font-main-color);
    margin-bottom: 0;
    font-family: Silent Moment, sans-serif;
    font-size: 14px;
    text-decoration: none;
  }

  .image-11-copy-copy {
    z-index: 1;
    pointer-events: none;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .div-block-54-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .extra-info-box-copy {
    background-color: var(--edition-colour-02);
  }

  .div-block-56-copy {
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 60%;
    max-width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
  }

  .div-block-101 {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .image-34 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 2px;
    width: 100%;
  }

  .div-block-102 {
    aspect-ratio: 16 / 9;
    width: 984px;
    max-width: 984px;
    height: auto;
    position: relative;
  }

  .stats-block-copy {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-103 {
    aspect-ratio: 16 / 9;
    width: 820px;
    max-width: 984px;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .image-35 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 15%;
    border-radius: 2px;
    width: 100%;
    height: auto;
  }

  .div-block-104 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .answear-box-copy {
    max-width: 800px;
  }

  .div-block-53-copy {
    width: 3px;
    height: auto;
  }

  .paragraph-8-copy {
    max-width: 690px;
  }

  .div-block-105 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 2px solid var(--font-main-color);
    border-radius: 2px;
    padding: 12px 20px;
    display: flex;
  }

  .div-block-107 {
    margin-bottom: 60px;
  }

  .div-block-108 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-109 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-36 {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
    height: auto;
  }

  .image-37 {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 20%;
    height: auto;
  }

  .image-38 {
    z-index: -1;
    opacity: .6;
    width: 378px;
    position: absolute;
    inset: 30% auto 0% -5%;
  }

  .image-38-copy {
    opacity: .6;
    width: 378px;
    position: absolute;
    inset: 60% -5% 0% auto;
  }

  .question-and-answear-section {
    margin-bottom: 60px;
    position: relative;
  }

  .div-block-111, .div-block-112, .div-block-113 {
    position: relative;
  }

  .main-section-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 1116px;
    height: auto;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 52%;
  }

  .div-block-116 {
    color: var(--font-main-color);
    justify-content: center;
    align-items: flex-start;
    font-family: Zodiak, Georgia, sans-serif;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .heading-7-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 52%;
  }

  .edition-nr-small {
    font-size: 32px;
    line-height: 100%;
  }

  .text-span {
    vertical-align: text-top;
    font-size: 52px;
    font-weight: 300;
    line-height: 100%;
  }

  .div-block-80-copy-copy-copy-copy {
    z-index: 2;
    aspect-ratio: 1;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    width: 444px;
    height: auto;
    display: flex;
    position: relative;
  }

  .image-24-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: auto;
  }

  .stories-02-img-right-rectangle-background {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -20px -20px -20px auto;
  }

  .stories-02-img-left-rectangle-background {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -20px auto -20px -20px;
  }

  .main-section-copy-copy-copy {
    aspect-ratio: 16 / 9;
    cursor: pointer;
    object-fit: fill;
    width: 1116px;
    height: auto;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .div-block-92-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--font-main-color);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .image-28-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
    display: block;
    position: static;
  }

  .link-block-4 {
    margin-left: 0;
  }

  .div-block-117 {
    width: auto;
    max-width: 1320px;
    margin-top: 60px;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .text-block-2 {
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 32px;
    line-height: 32px;
  }

  .text-span-3 {
    vertical-align: text-bottom;
    font-size: 52px;
    font-weight: 300;
  }

  .nav-bar-copy {
    z-index: 9999;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 16px #0000000f;
  }

  .text-block-2-copy {
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-117-copy {
    align-self: center;
    width: auto;
    max-width: 1320px;
    margin-top: 0;
    margin-left: 60px;
    margin-right: 60px;
    display: none;
    position: absolute;
    inset: auto 0%;
  }

  .image-38-copy {
    z-index: 0;
    opacity: .6;
    width: 378px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .navbar-2 {
    background-color: var(--background-color);
    justify-content: center;
    align-items: center;
    height: 62px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    top: 0;
    box-shadow: 0 2px 16px #0000000f;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    width: 1116px;
    max-width: 1116px;
    height: 100%;
    display: flex;
    position: relative;
  }

  .link-block-3-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 50% auto 0% 0%;
    transform: translate(0, -50%);
  }

  .menu-button-2 {
    position: absolute;
    inset: 50% 0% auto auto;
    transform: translate(0, -50%);
  }

  .menu-button-2.w--open {
    background-color: var(--background-color);
  }

  .div-block-119 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid var(--separate-stroke);
    color: var(--font-main-color);
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .div-block-119.w--current {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: var(--font-main-color);
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .nav-menu-2 {
    border-top: 1px solid var(--dvider);
    background-color: var(--background-color);
    padding-bottom: 60px;
    box-shadow: 0 2px 16px #0000000f;
  }

  .image-39 {
    display: none;
  }

  .div-block-8-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 420px;
  }

  .heading-2-copy {
    text-align: left;
    font-size: 20px;
  }

  .paragraph-copy, .meta-data-copy {
    font-size: 12px;
  }

  .div-block-80-copy-copy-copy-copy-copy {
    z-index: 2;
    aspect-ratio: 1;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    width: 80px;
    height: auto;
    display: flex;
    position: relative;
  }

  .div-block-81-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition-color);
    width: 60%;
    height: auto;
    position: absolute;
    inset: -10px auto -10px -10px;
  }

  .div-block-119-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: var(--font-main-color);
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .main-img-mobile {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
    height: auto;
    display: none;
    position: static;
  }

  .link-2 {
    border-bottom: 2px solid var(--edition-color);
    color: var(--font-main-color);
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-64-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .stats-number-copy {
    font-size: 22px;
  }

  .image-41 {
    width: 32px;
    height: auto;
  }

  .div-block-120 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .number-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .lottie-animation {
    width: 100%;
    transform: scale(2);
  }

  .menu-button-2-copy {
    cursor: pointer;
    width: 60px;
    padding: 0;
    position: absolute;
    inset: 50% 0% auto auto;
    overflow: hidden;
    transform: translate(0, -50%);
  }

  .menu-button-2-copy.w--open {
    background-color: var(--background-color);
  }

  .recirculation-section {
    margin-top: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-124 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-125 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .image-43 {
    z-index: 1;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
    border: 2px solid #000;
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
  }

  .div-block-126 {
    z-index: -1;
    background-color: var(--edition-color);
    width: 160px;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-127 {
    aspect-ratio: 1;
    flex-flow: row;
    width: 160px;
    max-width: 220px;
    height: auto;
    display: block;
    position: relative;
  }

  .link-block-6, .link-block-7 {
    color: var(--font-main-color);
    flex: 1;
    text-decoration: none;
  }

  .link-block-8 {
    cursor: pointer;
  }

  .div-block-85-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .credits, .credits-label, .credits-name {
    margin-top: 0;
    font-weight: 400;
  }

  .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-128 {
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8 {
    color: var(--font-main-color);
    font-family: Silent Moment, sans-serif;
    font-size: 42px;
    font-weight: 300;
  }

  .div-block-129 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

  .credit-label {
    color: var(--font-main-color);
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .credit-name {
    color: var(--font-main-color);
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 16px;
  }

  .div-block-8-copy {
    z-index: 1;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: flex-end;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    inset: 0% 0% 0;
  }

  .heading-2-copy {
    font-size: 22px;
  }

  .text-span-4 {
    font-size: 42px;
  }

  .div-block-131 {
    padding: 10px;
  }

  .bold-text-4, .bold-text-4-copy {
    font-size: 42px;
  }

  .div-block-133 {
    padding-left: 0;
    position: static;
  }

  .edition-number {
    line-height: 90%;
  }

  .text-span-5 {
    font-size: 42px;
  }

  .div-block-134 {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 20px 0% auto;
  }

  .paragraph-13 {
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 16px;
  }

  .section-3-copy {
    max-width: 1320px;
    height: 65vh;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    overflow: visible;
  }

  .div-block-135 {
    aspect-ratio: auto;
    background-image: url('../images/Editions_Martinelli-1-min.jpg');
    background-position: 50%;
    background-size: cover;
    width: 80%;
    height: 100%;
    position: absolute;
  }

  .div-block-136 {
    z-index: -1;
    background-color: var(--edition-colour-02);
    width: 80%;
    height: auto;
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: -20px;
  }

  .div-block-137 {
    margin-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-3-copy-copy {
    max-width: 1320px;
    height: 600px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    overflow: visible;
  }

  .code-embed-2 {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: auto;
    display: flex;
  }

  .heading-2-copy-copy {
    font-size: 22px;
  }

  .div-block-138 {
    background-color: var(--edition-colour-02);
    padding: 8px;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 52px;
    font-weight: 100;
    line-height: 100%;
  }

  .bold-text-5 {
    font-size: 52px;
    font-weight: 200;
    line-height: 100%;
    text-decoration: none;
  }

  .code-embed-3 {
    color: var(--edition-colour-02);
    justify-content: center;
    align-items: center;
    width: 52px;
    height: auto;
    display: flex;
  }

  .div-block-134-copy {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0 0% auto;
  }

  .question-and-answear-section-copy {
    margin-bottom: 60px;
    position: relative;
  }

  .div-block-141 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .div-block-90-copy-copy {
    background-color: var(--edition-colour-02);
    bottom: auto;
  }

  .question-and-answear-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 648px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .img-left-copy {
    justify-content: space-between;
    max-width: 1116px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-58-copy {
    background-color: var(--edition-colour-02);
  }

  .div-block-128-copy {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-142 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-126-copy {
    z-index: -1;
    background-color: var(--edition-color);
    z-index: -1;
    background-color: var(--edition-colour-02);
    width: 160px;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-43-copy {
    background-color: var(--edition-colour-02);
  }

  .bold-text-6 {
    font-weight: 300;
  }

  .main-section-copy-copy {
    aspect-ratio: 2 / 3;
    object-fit: fill;
    width: 620px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .image-28-copy-copy-copy {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 2px;
    height: auto;
    display: block;
    position: static;
  }

  .section-4 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .container-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    max-width: 1320px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-143 {
    aspect-ratio: 2 / 3;
    align-self: flex-start;
    width: 35%;
    height: auto;
    overflow: visible;
  }

  .image-47 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    width: auto;
  }

  .div-block-144 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-11-copy {
    margin-bottom: 0;
    font-size: 14px;
  }

  .div-block-145 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .link-4 {
    color: var(--font-main-color);
    text-underline-offset: 2px;
    -webkit-text-decoration-color: var(--edition-colour-02);
    text-decoration-color: var(--edition-colour-02);
    font-weight: 700;
    text-decoration-thickness: 2px;
  }

  .div-block-146 {
    flex: 1;
    align-self: auto;
  }

  .paragraph-11-copy-copy {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .container-6-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    max-width: 1320px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-93-copy-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -60px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .bold-text-7 {
    font-weight: 300;
  }

  .answear-paragraph-copy-copy {
    margin-top: 0;
    font-weight: 400;
  }

  .div-block-90-copy {
    aspect-ratio: 2 / 3;
  }

  .div-block-142-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-54-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .extra-info-box-copy-copy {
    background-color: var(--edition-colour-02);
  }

  .div-block-90-copy {
    aspect-ratio: 1;
    align-self: stretch;
    width: 100%;
    height: auto;
    margin-left: 0;
    top: auto;
    left: auto;
  }

  .div-block-141-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 60%;
    display: flex;
  }

  .answear-paragraph-copy-copy {
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin-top: 0;
    font-weight: 400;
  }

  .img-left-copy-copy {
    margin-bottom: 60px;
  }

  .div-block-90-copy-copy-copy {
    z-index: -1;
    aspect-ratio: auto;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    align-self: stretch;
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .image-50 {
    object-fit: cover;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .div-block-150 {
    z-index: -1;
    background-color: var(--edition-colour-02);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .bold-text-9 {
    font-weight: 300;
  }

  .section-6 {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-138-copy {
    background-color: var(--edition-colour-02);
    background-color: var(--edition-color);
    padding: 8px;
  }

  .div-block-136-copy {
    z-index: -1;
    background-color: var(--edition-color);
    width: 80%;
    height: auto;
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: -20px;
  }

  .div-block-134-copy-copy {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0 0% auto;
  }

  .div-block-81-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -20px auto -20px -20px;
  }

  .div-block-81-copy-copy-copy-copy, .div-block-81-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -20px -20px -20px auto;
  }

  .stories-03-img-right-rectangle-background {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition-color);
    border-radius: 2px;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -20px -20px -20px auto;
  }

  .stories-03-img-left-rectangle-background {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition-color);
    border-radius: 2px;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -20px auto -20px -20px;
  }

  .bold-text-10 {
    font-weight: 300;
  }

  .stories-section-copy {
    margin-top: 100px;
    margin-bottom: 120px;
  }

  .bold-text-11, .bold-text-12 {
    font-weight: 300;
  }

  .main-section-copy-copy-copy {
    aspect-ratio: 2 / 3;
    object-fit: fill;
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 1116px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .image-28-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 100%;
    border-radius: 2px;
    height: auto;
    display: block;
    position: static;
  }

  ._2nd-feature-article-main-img {
    aspect-ratio: 2 / 3;
    object-fit: fill;
    width: 648px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .heading-2-copy {
    font-size: 18px;
    font-weight: 300;
  }

  .div-block-127-copy {
    aspect-ratio: 1;
    flex-flow: row;
    width: 120px;
    max-width: 220px;
    height: auto;
    display: block;
    position: relative;
  }

  .div-block-126-copy-copy {
    z-index: 0;
    background-color: var(--edition-colour-02);
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-125-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bold-text-13 {
    font-size: 18px;
  }

  .bold-text-14, .bold-text-15, .bold-text-16 {
    font-size: 18px;
    font-weight: 300;
  }

  .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
    font-size: 18px;
  }

  .heading-10-copy {
    max-width: 660px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 52px;
    font-weight: 100;
    line-height: 100%;
  }

  .bold-text-22 {
    background-color: var(--edition-colour-02);
    font-weight: 300;
    line-height: 122%;
  }

  .bold-text-22.decor {
    background-color: var(--edition-colour-02);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    vertical-align: baseline;
    font-weight: 700;
    line-height: 122%;
    text-decoration-thickness: 3px;
  }

  .bold-text-22.decor-01 {
    background-color: var(--edition-colour-02);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    vertical-align: sub;
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .text-span-6 {
    max-width: 660px;
  }

  .bold-text-22-copy {
    background-color: var(--edition-color);
    vertical-align: baseline;
    font-weight: 300;
    line-height: 122%;
  }

  .bold-text-22-copy.decor, .bold-text-22-copy.decor-01 {
    background-color: var(--edition-colour-02);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    vertical-align: sub;
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .decor-02 {
    background-color: var(--edition-color);
    vertical-align: baseline;
    line-height: 122%;
  }

  .main-section-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    cursor: pointer;
    object-fit: fill;
    width: 1116px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .bold-text-23, .bold-text-24, .bold-text-25 {
    font-size: 18px;
  }

  .main-section-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 1116px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .div-block-151 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    border-bottom: 1px solid #ecebdf;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .div-block-151.w--current {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .image-51 {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-3 {
    background-color: #f9f8f1;
    justify-content: center;
    align-items: center;
    height: 62px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    top: 0;
    box-shadow: 0 2px 16px #0000000f;
  }

  .div-block-81-copy-copy-copy-copy-copy-2 {
    z-index: -1;
    aspect-ratio: 1;
    background-color: #f9e753;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -10px auto -10px -10px;
  }

  .heading-2-copy-2 {
    text-align: left;
    font-size: 20px;
  }

  .div-block-119-copy-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .link-block-9 {
    cursor: pointer;
  }

  .menu-button-2-copy-2 {
    cursor: pointer;
    width: 60px;
    padding: 0;
    position: absolute;
    inset: 50% 0% auto auto;
    overflow: hidden;
    transform: translate(0, -50%);
  }

  .menu-button-2-copy-2.w--open {
    background-color: #f9f8f1;
  }

  .div-block-8-copy-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: none;
  }

  .container-8 {
    justify-content: center;
    align-items: center;
    width: 1116px;
    max-width: 1116px;
    height: 100%;
    display: flex;
    position: relative;
  }

  .image-24-copy-copy-copy-copy-2 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .paragraph-14 {
    color: #12120d;
    margin-bottom: 0;
    font-family: Silent Moment, sans-serif;
    font-size: 14px;
    text-decoration: none;
  }

  .nav-menu-3 {
    border-top: 1px solid var(--dvider);
    background-color: #f9f8f1;
    padding-top: 0;
    padding-bottom: 40px;
    box-shadow: 0 2px 16px #0000000f;
  }

  .div-block-153 {
    width: 1px;
    min-width: 1px;
  }

  .div-block-155 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-53 {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
  }

  .image-54 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 42%;
    width: 100%;
    height: auto;
  }

  .paragraph-15 {
    font-variation-settings: "wght" 540;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 18px;
  }

  .image-55 {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
  }

  .answear-box-2 {
    border-width: 1px;
    max-width: 800px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .question-and-answear-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 648px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .stats-block-copy-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .image-56 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
  }

  .paragraph-16 {
    font-variation-settings: "wght" 700;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 18px;
  }

  .div-block-158 {
    aspect-ratio: 16 / 9;
    width: 820px;
    max-width: 984px;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .div-block-92-copy-copy-copy-2 {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: #12120d;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .stats-number-copy-2 {
    font-size: 22px;
  }

  .div-block-160 {
    margin-bottom: 60px;
  }

  .div-block-161 {
    aspect-ratio: 16 / 9;
    width: 984px;
    max-width: 984px;
    height: auto;
    position: relative;
  }

  .div-block-162 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .answear-paragraph-2 {
    margin-top: 0;
    font-weight: 400;
  }

  .div-block-163 {
    z-index: -1;
    margin-top: 0;
    position: relative;
  }

  .question-and-answear-section-2 {
    margin-bottom: 60px;
    position: relative;
  }

  .div-block-165 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-166 {
    width: 60%;
    height: 100%;
  }

  .image-58 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 40%;
    width: 100%;
  }

  .lightbox-link-3 {
    aspect-ratio: 16 / 9;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .main-section-copy-copy-copy-2 {
    aspect-ratio: 16 / 9;
    cursor: pointer;
    object-fit: fill;
    width: 1116px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .div-block-167 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-54-copy-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-12 {
    max-width: 1116px;
    font-size: 68px;
  }

  .div-block-169 {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .div-block-56-copy-2 {
    width: 60%;
    max-width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
  }

  .section-7 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-171 {
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-13 {
    color: #12120d;
    font-family: Silent Moment, sans-serif;
    font-size: 42px;
    font-weight: 300;
  }

  .div-block-172 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

  .credit-name-2 {
    color: #12120d;
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 16px;
  }

  .credit-label-2 {
    color: #12120d;
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .div-block-174 {
    aspect-ratio: 1;
    flex-flow: row;
    width: 160px;
    max-width: 220px;
    height: auto;
    display: block;
    position: relative;
  }

  .link-block-10 {
    color: #12120d;
    text-decoration: none;
  }

  .heading-15 {
    font-size: 22px;
  }

  .link-block-11 {
    color: #12120d;
    text-decoration: none;
  }

  .image-59 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-176 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .recirculation-section-2 {
    margin-top: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-177 {
    z-index: -1;
    background-color: #f9e753;
    width: 160px;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-178 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-45-copy-2 {
    margin-top: 0;
    padding-top: 60px;
  }

  .heading-16 {
    max-width: 1116px;
    font-size: 68px;
  }

  .div-block-182 {
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-92-copy-2 {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: #f9e753;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-183 {
    margin-top: 60px;
  }

  .answear-paragraph-copy-2 {
    margin-top: 0;
    font-weight: 400;
  }

  .div-block-184 {
    margin-bottom: 60px;
  }

  .link-5 {
    color: #12120d;
    border-bottom: 2px solid #f9e753;
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-191 {
    margin-top: 60px;
  }

  .div-block-193 {
    z-index: -1;
    background-color: #f9e753;
    width: 100px;
    height: 200px;
    position: absolute;
    inset: -20px auto auto -20px;
  }

  .div-block-96-copy-2 {
    z-index: -1;
    background-color: #f9e753;
    width: 100px;
    height: 200px;
    position: absolute;
    bottom: -20px;
    right: -20px;
  }

  .div-block-194, .div-block-196, .div-block-198 {
    margin-top: 60px;
  }

  .link-6 {
    color: #12120d;
    border-bottom: 2px solid #f9e753;
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-200 {
    aspect-ratio: 1;
    flex-flow: row;
    width: 160px;
    max-width: 220px;
    height: auto;
    display: block;
    position: relative;
  }

  .link-block-13 {
    color: #12120d;
    text-decoration: none;
  }

  .heading-18 {
    font-size: 22px;
  }

  .link-block-14 {
    color: #12120d;
    text-decoration: none;
  }

  .image-65 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-202 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .div-block-203 {
    z-index: -1;
    background-color: #f9e753;
    width: 160px;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-204 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-205 {
    margin-top: 0;
  }

  .slidelist-header-2 {
    font-size: 92px;
  }

  .image-28-copy-2 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
    position: static;
  }

  .main-img-mobile-2 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
    display: none;
    position: static;
  }

  .slide-left-2 {
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-right-2 {
    margin-bottom: 90px;
  }

  .div-block-212 {
    aspect-ratio: 1;
    height: auto;
  }

  .div-block-214 {
    aspect-ratio: 1;
    flex-flow: row;
    width: 160px;
    max-width: 220px;
    height: auto;
    display: block;
    position: relative;
  }

  .link-block-15 {
    color: #12120d;
    text-decoration: none;
  }

  .heading-21 {
    font-size: 22px;
  }

  .link-block-16 {
    color: #12120d;
    text-decoration: none;
  }

  .image-68 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-216 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .div-block-217 {
    z-index: -1;
    background-color: #f9e753;
    width: 160px;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-218 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-93-copy-copy-copy {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-section-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 1116px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .div-block-126-copy-copy-copy {
    z-index: -1;
    background-color: var(--edition-color);
    z-index: 0;
    background-color: var(--edition-color);
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .heading-22 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
  }

  .heading-22-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 300;
    line-height: 130%;
  }

  .heading-22-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-219 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-8-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-69 {
    width: 220px;
  }

  .div-block-124-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    max-width: 460px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .body-5 {
    background-color: var(--background-color);
  }

  .div-block-220 {
    display: flex;
  }

  .div-block-8-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-221 {
    z-index: 0;
    background-color: var(--edition-colour-02);
    position: absolute;
  }

  .div-block-8-copy-copy {
    z-index: 1;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: flex-end;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    inset: 0% 0% 0;
  }

  .div-block-92-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-222 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    border-bottom: 1px solid #ecebdf;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .div-block-222.w--current {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .div-block-81-copy-copy-copy-copy-copy-3 {
    z-index: -1;
    aspect-ratio: 1;
    background-color: #f9e753;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -10px auto -10px -10px;
  }

  .heading-2-copy-3 {
    text-align: left;
    font-size: 20px;
  }

  .div-block-119-copy-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid var(--dvider);
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .image-24-copy-copy-copy-copy-3 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-223 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid var(--dvider);
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
  }

  .div-block-223.w--current {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .div-block-81-copy-copy-copy-copy-copy-4 {
    z-index: -1;
    aspect-ratio: 1;
    background-color: #f9e753;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -10px auto -10px -10px;
  }

  .heading-2-copy-4 {
    text-align: left;
    font-size: 18px;
  }

  .image-24-copy-copy-copy-copy-4 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition-colour-02);
    width: 60%;
    height: auto;
    position: absolute;
    inset: -5px auto -5px -5px;
  }

  .bold-text-31, .bold-text-32, .bold-text-33 {
    font-weight: 400;
  }

  .div-block-223-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 0px solid var(--dvider);
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
  }

  .div-block-223-copy.w--current {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .heading-10-copy-copy {
    max-width: 660px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 52px;
    font-weight: 100;
    line-height: 100%;
  }

  .decor-02-copy {
    background-color: var(--edition-colour-02);
    vertical-align: baseline;
    line-height: 122%;
  }

  .bold-text-22-copy-copy {
    background-color: var(--edition-colour-02);
    vertical-align: baseline;
    font-weight: 300;
    line-height: 122%;
  }

  .bold-text-22-copy-copy.decor, .bold-text-22-copy-copy.decor-01 {
    background-color: var(--edition-colour-02);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    vertical-align: sub;
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .test-button {
    background-color: var(--background-color);
  }

  .div-block-223-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-bottom: 0px solid var(--dvider);
    background-color: var(--edition-colour-02);
    color: #12120d;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
  }

  .div-block-223-copy-copy.w--current {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .heading-23 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-weight: 400;
    line-height: 100%;
  }

  .heading-23-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 140%;
  }

  .heading-23-copy-copy {
    width: 33px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 55px;
    font-weight: 300;
    line-height: 100%;
  }

  .div-block-224 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section-3-copy-copy-copy {
    max-width: 1320px;
    height: 600px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    overflow: visible;
  }

  .div-block-80-copy-copy-copy-copy-copy-copy {
    z-index: 2;
    aspect-ratio: 1;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    height: auto;
    display: flex;
    position: relative;
  }

  .image-70 {
    width: 160px;
    min-width: 0;
  }

  .div-block-227 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-28 {
    color: var(--font-main-color);
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Silent Moment, sans-serif;
    font-size: 15px;
    line-height: 100%;
  }

  .div-block-231 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    padding-top: 0;
    display: flex;
  }

  .div-block-232 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
    padding-top: 30px;
    display: flex;
  }

  .paragraph-28-copy {
    color: var(--font-main-color);
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
    font-family: Silent Moment, sans-serif;
    font-size: 15px;
    line-height: 100%;
  }

  .div-block-233 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition-color);
    width: 60%;
    height: auto;
    position: absolute;
    inset: -5px auto -5px -5px;
  }

  .div-block-93-copy {
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-93-copy-copy {
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-img-graphic-background {
    z-index: -1;
    background-color: var(--edition03);
    width: 80%;
    height: auto;
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: -20px;
  }

  .bold-text-22-copy-copy-copy.decor, .bold-text-22-copy-copy-copy.decor-01 {
    background-color: var(--edition-colour-02);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    vertical-align: sub;
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .bold-text-22-copy-copy-copy {
    background-color: var(--edition03);
    vertical-align: baseline;
    font-weight: 300;
    line-height: 122%;
  }

  .bold-text-22-copy-copy-copy.decor, .bold-text-22-copy-copy-copy.decor-01 {
    background-color: var(--edition-colour-02);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    vertical-align: sub;
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .decor-02-copy-copy {
    background-color: var(--edition03);
    vertical-align: baseline;
    line-height: 122%;
  }

  .div-block-135-copy {
    aspect-ratio: auto;
    background-image: url('../images/16x9.jpg');
    background-position: 50%;
    background-size: cover;
    width: 80%;
    height: 100%;
    position: absolute;
  }

  .image-30-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 42%;
    border-radius: 2px;
    width: 100%;
    height: auto;
  }

  .div-block-45-copy {
    z-index: -1;
    background-color: var(--edition03);
    margin-top: 0;
    position: relative;
  }

  .img-graphic-background-edition03 {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition03);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .code-embed-3-copy {
    color: var(--edition03);
    justify-content: center;
    align-items: center;
    width: 52px;
    height: auto;
    display: flex;
  }

  .div-block-58-copy-copy {
    background-color: var(--edition-colour-02);
  }

  .div-block-58-copy-copy-copy {
    background-color: var(--edition03);
  }

  .div-block-54-copy-copy-copy {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-56-copy-copy-copy {
    background-color: var(--edition03);
    border-radius: 2px;
    width: 60%;
    max-width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
  }

  .edition03-img1 {
    object-fit: cover;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .edition03-img2 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 2px;
    width: 100%;
  }

  .edition03-img3 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 15%;
    border-radius: 2px;
    width: 100%;
    height: auto;
  }

  .edition03-img4 {
    object-fit: cover;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .div-block-90-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: auto;
    background-color: var(--edition03);
    border-radius: 2px;
    align-self: stretch;
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .edition03-img2-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 2px;
    width: 100%;
  }

  .edition03-img4-copy {
    object-fit: cover;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .div-block-45-copy-copy-copy {
    background-color: var(--background-color);
    margin-top: 0;
    padding-top: 60px;
  }

  .div-block-45-copy-copy, .div-block-45-copy-copy-copy {
    margin-top: 0;
    padding-top: 60px;
  }

  .div-block-45-copy-copy-copy-copy {
    background-color: var(--background-color);
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-150-copy {
    z-index: -1;
    background-color: var(--edition03);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .image-50-copy {
    object-fit: cover;
    object-fit: cover;
    object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .image-28-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
    height: auto;
    display: block;
    position: static;
  }

  .link-edition03 {
    color: var(--font-main-color);
    text-underline-offset: 2px;
    -webkit-text-decoration-color: var(--edition03);
    text-decoration-color: var(--edition03);
    font-size: 18px;
    font-weight: 700;
    text-decoration-thickness: 2px;
  }

  .section-4-copy {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .stories-02-img-left-rectangle-background-copy {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition03);
    border-radius: 2px;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -20px auto -20px -20px;
  }

  .image-24-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: auto;
  }

  .div-block-223-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-bottom: 0px solid var(--dvider);
    background-color: var(--edition-colour-02);
    color: #12120d;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
  }

  .div-block-223-copy-copy-copy.w--current {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .div-block-223-copy-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-bottom: 0px solid var(--dvider);
    background-color: var(--edition-colour-02);
    color: #12120d;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
  }

  .div-block-223-copy-copy-copy-copy.w--current {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .div-block-223-copy-copy-copy-copy.menu-link.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-92-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-45-copy-copy-copy-copy {
    background-color: var(--background-color);
    margin-top: 0;
    padding-top: 60px;
  }

  ._2nd-feature-article-main-img-copy {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 1116px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .div-block-92-copy-copy-copy, .div-block-92-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 2 / 3;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 2 / 3;
    background-color: var(--edition-colour-02);
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-124-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-126-copy-copy-copy {
    z-index: 0;
    background-color: var(--edition03);
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .link-block-7-copy {
    color: var(--font-main-color);
    flex: 1;
    text-decoration: none;
  }

  .div-block-124-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: 648px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-90-copy-copy {
    aspect-ratio: auto;
    aspect-ratio: auto;
    aspect-ratio: auto;
    align-self: stretch;
    width: 100%;
    height: auto;
    margin-left: 0;
    top: auto;
    left: auto;
  }

  .image-43-copy {
    z-index: 1;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 80% 50%;
    z-index: 1;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
    border: 2px solid #000;
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
  }

  .image-24-copy-copy-copy-copy-4-copy {
    aspect-ratio: 1;
    object-fit: cover;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition03);
    width: 60%;
    height: auto;
    position: absolute;
    inset: -5px auto -5px -5px;
  }

  .section-header-copy {
    max-width: 312px;
  }

  .div-block-21-copy-copy-copy, .div-block-21-copy-copy-copy-copy, .div-block-21-copy-copy-copy, .div-block-21-copy-copy-copy-copy, .div-block-21-copy-copy-copy, .div-block-21-copy-copy-copy-copy {
    background-color: var(--edition03);
  }

  .div-block-92-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-126-copy-copy-copy-copy {
    z-index: -1;
    background-color: var(--edition-color);
    z-index: -1;
    background-color: var(--edition-color);
    z-index: -1;
    background-color: var(--edition-color);
    z-index: -1;
    background-color: var(--edition-color);
    z-index: -1;
    background-color: var(--edition-color);
    z-index: -1;
    background-color: var(--edition-color);
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .paragraph-13-copy {
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 16px;
  }

  .edition-number-copy {
    line-height: 90%;
  }

  .div-block-21-copy-copy-copy-copy {
    background-color: var(--edition03);
  }

  .div-block-92-copy-copy-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 2 / 3;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  ._123 {
    background-color: var(--edition03);
  }

  ._123-copy {
    background-color: var(--edition-colour-02);
  }

  .image-50-copy-copy {
    object-fit: cover;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  ._2nd-feature-article-main-img-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 1116px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .image-28-copy-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
    height: auto;
    display: block;
    position: static;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition03);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-45-copy-copy-copy-copy-copy {
    background-color: var(--background-color);
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition04);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .heading-copy {
    width: 1116px;
    margin-left: 0;
  }

  .section-header-copy {
    max-width: none;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6-copy {
    max-width: 648px;
  }

  .affiliate-article-img-decoration {
    z-index: -1;
    background-color: var(--edition04);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .link-edition04 {
    color: var(--font-main-color);
    text-underline-offset: 2px;
    -webkit-text-decoration-color: var(--edition04);
    text-decoration-color: var(--edition04);
    font-size: 18px;
    font-weight: 700;
    text-decoration-thickness: 2px;
  }

  .div-block-235-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1116px;
    max-width: 1116px;
    display: flex;
  }

  .div-block-88-copy {
    justify-content: center;
    align-items: flex-start;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .answear-paragraph-copy-copy {
    max-width: 648px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
  }

  .main-img-graphic-background-copy {
    z-index: -1;
    background-color: var(--edition04);
    width: 80%;
    height: auto;
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: -20px;
  }

  .bold-text-22-copy-copy-copy-copy.decor, .bold-text-22-copy-copy-copy-copy.decor-01 {
    background-color: var(--edition-colour-02);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    vertical-align: sub;
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .decor-02-copy-copy-copy {
    background-color: var(--edition04);
    vertical-align: baseline;
    line-height: 122%;
  }

  .bold-text-22-copy-copy-copy-copy {
    background-color: var(--edition04);
    vertical-align: baseline;
    font-weight: 300;
    line-height: 122%;
  }

  .bold-text-22-copy-copy-copy-copy.decor, .bold-text-22-copy-copy-copy-copy.decor-01 {
    background-color: var(--edition-colour-02);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    vertical-align: sub;
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .stories-02-img-left-rectangle-background-copy-copy {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition04);
    border-radius: 2px;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -20px auto -20px -20px;
  }

  .bold-text-42 {
    background-color: var(--edition04);
  }

  .div-block-45-copy-copy {
    z-index: -1;
    background-color: var(--edition04);
    margin-top: 0;
    position: relative;
  }

  .img-graphic-background-edition03-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition04);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .spotlight-box-edition-04 {
    background-color: var(--edition04);
  }

  .div-block-56-copy-copy {
    background-color: var(--edition04);
    border-radius: 2px;
    width: 60%;
    max-width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
  }

  .div-block-90-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: auto;
    background-color: var(--edition04);
    z-index: -1;
    aspect-ratio: auto;
    background-color: var(--edition04);
    border-radius: 2px;
    align-self: stretch;
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-21-copy-copy-copy-copy-copy {
    background-color: var(--edition04);
  }

  .div-block-126-copy-copy-copy-copy {
    z-index: -1;
    background-color: var(--edition-color);
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-90-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: auto;
    background-color: var(--edition04);
    border-radius: 2px;
    align-self: stretch;
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-56-copy-copy-copy-copy {
    background-color: var(--edition04);
    border-radius: 2px;
    width: 60%;
    max-width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
  }

  .code-embed-3-copy-copy {
    color: var(--edition04);
    justify-content: center;
    align-items: center;
    width: 52px;
    height: auto;
    display: flex;
  }

  .div-block-58-copy-copy-copy-copy {
    background-color: var(--edition04);
  }

  .div-block-92-copy-copy-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-65-copy {
    background-color: var(--edition04);
    border-radius: 2px;
    width: 60%;
    height: 100%;
  }

  .div-block-21-copy {
    background-color: var(--edition04);
  }

  .div-block-104-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .stats-block-copy-copy {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-237 {
    width: 60%;
    position: relative;
  }

  .image-71 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .div-block-238 {
    z-index: -1;
    background-color: var(--edition04);
    width: 60%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: -20px;
  }

  .heading-copy {
    width: auto;
  }

  .div-block-239 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 40%;
    display: flex;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-240 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1116px;
    display: flex;
  }

  .div-block-242 {
    z-index: -1;
    background-color: var(--edition04);
    width: 80px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .div-block-243 {
    padding-left: 20px;
    position: relative;
  }

  .img-left-copy-copy-copy {
    justify-content: space-between;
    max-width: 1116px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-block-copy {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-left-copy-copy {
    justify-content: space-between;
    max-width: 1116px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-244 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
    width: 1320px;
    display: flex;
  }

  .section-9 {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-245 {
    width: 60%;
  }

  .image-72 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
  }

  .div-block-246 {
    width: 40%;
    position: relative;
  }

  .div-block-247 {
    z-index: -1;
    background-color: var(--edition04);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .answear-paragraph-copy-copy-copy {
    max-width: none;
    margin-top: 0;
    font-weight: 400;
  }

  .heading-copy-copy {
    width: 1116px;
    margin-left: 0;
  }

  .div-block-126-copy-copy-copy-copy-copy {
    z-index: 0;
    background-color: var(--edition04);
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-135-copy-copy {
    aspect-ratio: auto;
    background-image: url('../images/2x1-1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 80%;
    height: 100%;
    position: absolute;
  }

  .div-block-21-copy-copy {
    background-color: var(--edition03);
  }

  .div-block-21-copy-copy-copy {
    background-color: var(--edition04);
  }

  .div-block-223-copy-copy-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-bottom: 0px solid var(--dvider);
    background-color: var(--edition-colour-02);
    color: #12120d;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
  }

  .div-block-223-copy-copy-copy-copy-copy.w--current {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .div-block-223-copy-copy-copy-copy-copy.menu-link {
    background-color: var(--edition04);
  }

  .div-block-223-copy-copy-copy-copy-copy.menu-link.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition04);
    z-index: -1;
    aspect-ratio: 1;
    background-color: var(--edition04);
    inset: -5px auto -5px -5px;
    width: 60%;
    height: auto;
    position: absolute;
    inset: -5px auto -5px -5px;
  }

  .div-block-135-copy-copy-copy {
    aspect-ratio: auto;
    background-image: url('../images/71492_EWH_004_05-copy_1.png');
    background-position: 50% 40%;
    background-size: cover;
    width: 80%;
    height: 100%;
    position: absolute;
  }

  .div-block-65-copy-copy {
    background-color: var(--edition03);
    border-radius: 2px;
    width: 60%;
    height: 100%;
  }

  .div-block-21-copy-copy-copy-copy-copy-copy, .div-block-21-copy-copy-copy-copy {
    background-color: var(--edition-colour-02);
  }
}

@media screen and (min-width: 1440px) {
  .nav-bar {
    z-index: 9999;
    border-bottom: 1px #ebeae1;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 16px #0000000f;
  }

  .body {
    background-color: var(--background-color);
  }

  .tag {
    text-transform: uppercase;
    border-radius: 2px;
  }

  .paragraph {
    font-size: 14px;
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .primary-button {
    justify-content: flex-end;
    align-items: center;
    transition: all .425s cubic-bezier(.19, 1, .22, 1);
  }

  .primary-button:hover {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--edition-color);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 44px;
  }

  .stories-section {
    border-bottom: 0px solid var(--dvider);
    margin: 100px auto 120px;
    padding-bottom: 60px;
  }

  .div-block-21 {
    background-color: var(--edition-colour-02);
  }

  .meta-data-block {
    background-color: #0000;
  }

  .heading-2 {
    font-size: 22px;
    font-weight: 300;
  }

  .secondary-button {
    background-color: var(--background-color);
    padding-right: 24px;
  }

  .secondary-button:hover {
    background-color: var(--font-main-color);
    color: var(--background-color);
  }

  .section-header {
    flex: 1;
    max-width: 1320px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    background-color: var(--font-main-color);
  }

  .div-block-28 {
    color: #fff;
    justify-content: center;
    align-items: flex-start;
    width: 1116px;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-4 {
    color: #fff;
  }

  .storie-1-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-35 {
    margin-top: 0;
  }

  .image-8 {
    width: 100%;
    left: -60px;
    right: auto;
  }

  .heading-3 {
    color: var(--font-main-color);
    max-width: 630px;
    font-size: 40px;
  }

  .heading-3.test {
    background-color: var(--edition-color);
    direction: ltr;
    text-align: left;
    text-transform: none;
    white-space: break-spaces;
    max-width: 780px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-39, .div-block-40 {
    height: 80%;
  }

  .div-block-45 {
    z-index: -1;
    background-color: var(--edition-colour-02);
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .heading-5 {
    z-index: 50;
    max-width: 1116px;
    margin-bottom: 0;
    font-size: 68px;
    line-height: 120%;
    position: relative;
  }

  .teaser {
    position: relative;
  }

  .teaser-paragraph {
    direction: ltr;
    text-decoration: none;
  }

  .answear-div {
    height: auto;
  }

  .answear-paragraph {
    margin-top: 0;
  }

  .div-block-53 {
    width: 1px;
    min-width: 1px;
  }

  .paragraph-8 {
    font-variation-settings: "wght" 540;
    width: auto;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 18px;
  }

  .paragraph-9 {
    font-variation-settings: "wght" 700;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 18px;
  }

  .question-box {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .answear-box {
    border-width: 1px;
    border-radius: 2px;
    width: auto;
    max-width: 800px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-54 {
    margin-left: auto;
    margin-right: auto;
  }

  .quote-block {
    max-width: 1116px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-58 {
    background-color: var(--edition-colour-02);
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-59 {
    width: 100px;
  }

  .div-block-60 {
    width: 100%;
  }

  .stats-block {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-62 {
    width: 860px;
    height: 520px;
  }

  .stats-number {
    width: 130px;
  }

  .stats-label {
    width: auto;
  }

  .div-block-63 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    place-content: stretch space-between;
  }

  .div-block-65 {
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 60%;
    height: 100%;
  }

  ._2-img-section {
    margin-left: auto;
    margin-right: auto;
  }

  .body-2 {
    overflow: visible;
  }

  .image-20 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
  }

  .div-block-71 {
    margin-top: 0;
  }

  .slidelist-header {
    font-size: 92px;
    font-weight: 300;
  }

  .slide-left {
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    max-width: 648px;
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-74 {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .paragraph-11 {
    mix-blend-mode: normal;
  }

  .image-21 {
    background-color: var(--separate-stroke);
    mix-blend-mode: normal;
  }

  .div-block-75 {
    aspect-ratio: 1;
    height: auto;
  }

  .div-block-78 {
    align-self: stretch;
  }

  .slide-right {
    margin-bottom: 90px;
  }

  .image-23 {
    color: var(--background-color);
    width: 24px;
  }

  .hero-copy-copy {
    margin-top: 0;
  }

  .div-block-80 {
    justify-content: flex-start;
    align-items: center;
    width: 444px;
    height: 560px;
    display: flex;
    position: relative;
  }

  .div-block-81 {
    background-color: var(--edition-color);
    width: 60%;
    height: 100%;
  }

  .image-24 {
    vertical-align: baseline;
    object-fit: cover;
    flex: 0 auto;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .image-24-copy {
    vertical-align: baseline;
    object-fit: cover;
    flex: 0 auto;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto auto auto 0%;
  }

  .div-block-80-copy {
    justify-content: flex-end;
    align-items: center;
    width: 444px;
    height: 560px;
    display: flex;
    position: relative;
  }

  .div-block-75-copy {
    justify-content: flex-start;
    align-items: center;
    width: 444px;
    height: 560px;
    display: flex;
  }

  .image-21-copy {
    width: 440px;
    height: 520px;
    position: absolute;
    inset: auto 0% auto 20px;
  }

  .div-block-76-copy {
    background-color: var(--edition-color);
    width: 60%;
    height: 100%;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .div-block-82 {
    width: 424px;
    height: 520px;
    position: relative;
  }

  .div-block-83 {
    background-color: var(--edition-color);
    width: 60%;
    height: 580px;
    position: absolute;
    inset: 20px 0%;
  }

  .div-block-84 {
    position: relative;
  }

  .div-block-80-copy-copy {
    justify-content: flex-start;
    align-items: center;
    width: 444px;
    height: 560px;
    display: flex;
    position: relative;
  }

  .image-24-copy-copy {
    vertical-align: baseline;
    object-fit: cover;
    object-position: 50% 0%;
    flex: 0 auto;
    width: 100%;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto auto auto 20px;
  }

  .div-block-81-copy {
    background-color: var(--edition-color);
    width: 60%;
    height: 100%;
  }

  .div-block-80-copy-copy-copy {
    justify-content: flex-start;
    align-items: center;
    width: 444px;
    height: 560px;
    display: flex;
    position: relative;
  }

  .div-block-81-copy-copy {
    background-color: var(--edition-color);
    width: 60%;
    height: 100%;
    inset: 0% -20px 0% auto;
  }

  .image-24-copy-copy-copy {
    vertical-align: baseline;
    object-fit: cover;
    flex: 0 auto;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto auto auto 0;
  }

  .storie-1-copy-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .question-and-answear {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
    max-width: 648px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-85 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bold-text-2, .bold-text-3 {
    font-weight: 400;
  }

  .image-25, .div-block-87 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-45-copy {
    margin-top: 0;
    padding-top: 60px;
  }

  .answear-paragraph-copy {
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .div-block-88 {
    margin: 60px auto 40px;
  }

  .img-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    max-width: 1320px;
    margin: 80px auto;
    display: flex;
  }

  .div-block-90 {
    aspect-ratio: auto;
    flex: 0 auto;
    align-self: stretch;
    width: 50%;
    height: auto;
    position: relative;
  }

  .image-26 {
    aspect-ratio: auto;
    object-fit: cover;
    height: 100%;
    display: block;
  }

  .div-block-90-copy {
    z-index: -1;
    aspect-ratio: 2 / 3;
    background-color: var(--edition-color);
    width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
  }

  .img-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    max-width: 1096px;
    margin: 80px auto;
    display: flex;
  }

  .quote-block-copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-58-copy {
    flex: 1;
    padding-left: 60px;
    padding-right: 60px;
  }

  .quote-copy {
    text-align: center;
  }

  .div-block-91 {
    background-color: var(--font-main-color);
    width: 20px;
  }

  .link {
    color: var(--font-main-color);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .main-section-copy {
    z-index: 1;
    width: 1116px;
    margin-top: 0;
    position: relative;
  }

  .image-28 {
    z-index: -1;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
    position: static;
  }

  .div-block-92 {
    z-index: -2;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-color);
    width: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-93 {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .div-block-93-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -60px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: relative;
  }

  .image-11-copy {
    z-index: 1;
    pointer-events: none;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .div-block-94 {
    aspect-ratio: 16 / 9;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .div-block-92-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--font-main-color);
    width: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .image-28-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    pointer-events: auto;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 2px;
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .div-block-92-copy {
    z-index: -2;
    aspect-ratio: 2 / 3;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .img-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    column-count: 3;
    column-rule-style: dashed;
    column-rule-width: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    column-gap: 20px;
    max-width: 1096px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
    overflow: visible;
  }

  .single-img-grid {
    width: 100%;
  }

  .hero-copy-copy-copy {
    height: 70vh;
    margin-top: 0;
  }

  .image-8-copy {
    width: 100%;
    left: -60px;
    right: auto;
  }

  .div-block-96 {
    z-index: -1;
    background-color: var(--edition-color);
    width: 100px;
    height: 200px;
    position: absolute;
    inset: -20px auto 0% -20px;
  }

  .div-block-96-copy {
    z-index: -1;
    background-color: var(--edition-color);
    width: 100px;
    height: 200px;
    position: absolute;
    inset: auto -20px -20px auto;
  }

  .div-block-93-copy-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -60px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .image-29 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .lightbox-link {
    aspect-ratio: 16 / 9;
    object-fit: fill;
  }

  .code-embed {
    width: 100%;
    height: 630px;
  }

  .youtube {
    border-radius: 0;
    overflow: hidden;
  }

  .image-30 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 10%;
    border-radius: 2px;
    width: 100%;
    height: auto;
  }

  .lightbox-link-2 {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-92-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--font-main-color);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .navbar {
    background-color: var(--background-color);
    border: 1px #e7e6e1;
    border-bottom-style: solid;
    position: sticky;
    top: 0;
  }

  .container-3 {
    background-color: var(--background-color);
    max-width: 1320px;
    display: block;
    position: relative;
  }

  .brand {
    text-align: left;
  }

  .menu-button {
    background-color: var(--background-color);
  }

  .menu-button.w--open {
    background-color: var(--edition-color);
  }

  .nav-menu {
    background-color: var(--edition-color);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    position: absolute;
    box-shadow: 0 2px 14px -3px #c7bf7687;
  }

  .nav-link {
    text-align: right;
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .nav-link-2, .nav-link-3 {
    text-align: right;
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 18px;
  }

  .image-31 {
    height: 46px;
  }

  .link-block-2 {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .div-block-97 {
    max-width: 1320px;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .div-block-98 {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .image-32 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 720px;
  }

  .div-block-99 {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: 1320px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-79-copy {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .div-block-100 {
    justify-content: center;
    align-items: center;
    width: 1116px;
    max-width: 1116px;
    height: 100%;
    display: flex;
    position: relative;
  }

  .link-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 50% auto 0% 0%;
    transform: translate(0%, -50%);
  }

  .image-33 {
    max-width: 50%;
  }

  .paragraph-12 {
    opacity: 1;
    color: var(--font-main-color);
    margin-bottom: 0;
    font-family: Silent Moment, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
  }

  .image-11-copy-copy {
    z-index: 0;
    pointer-events: none;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .div-block-54-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .extra-info-box-copy {
    background-color: var(--edition-colour-02);
  }

  .div-block-56-copy {
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    object-fit: fill;
    border-radius: 2px;
    width: 60%;
    max-width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
  }

  .div-block-101 {
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .image-34 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 2px;
    width: 100%;
  }

  .div-block-102 {
    aspect-ratio: 16 / 9;
    width: 984px;
    max-width: 984px;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .stats-block-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
  }

  .div-block-103 {
    aspect-ratio: 16 / 9;
    width: 984px;
    max-width: 984px;
    height: auto;
    position: relative;
  }

  .image-35 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 8%;
    border-radius: 2px;
    width: 100%;
    height: auto;
  }

  .div-block-104 {
    flex-flow: column;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .answear-box-copy {
    max-width: 800px;
  }

  .div-block-53-copy {
    width: 3px;
    height: auto;
  }

  .paragraph-9-copy {
    align-self: flex-start;
  }

  .paragraph-8-copy {
    max-width: 720px;
  }

  .div-block-105 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 2px solid var(--font-main-color);
    border-radius: 1px;
    padding: 12px 20px;
    display: flex;
  }

  .div-block-107 {
    margin-bottom: 60px;
  }

  .div-block-108 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .div-block-109 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .image-36 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    object-position: 50% 0%;
    height: auto;
  }

  .image-37 {
    box-sizing: border-box;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    object-position: 50% 4%;
    height: auto;
  }

  .image-38 {
    z-index: -1;
    opacity: .6;
    width: 378px;
    position: absolute;
    inset: 30% auto auto -5%;
  }

  .image-38-copy {
    opacity: .6;
    width: 378px;
    position: absolute;
    inset: 60% -5% auto auto;
  }

  .question-and-answear-section {
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .div-block-111, .div-block-112, .div-block-113 {
    position: relative;
  }

  .div-block-114 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-93-copy {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .div-block-115 {
    overflow: hidden;
  }

  .main-section-copy-copy {
    z-index: 1;
    width: 1116px;
    margin-top: -60px;
    position: relative;
  }

  .heading-7 {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 52%;
    display: block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .div-block-116 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    color: var(--font-main-color);
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    font-family: Zodiak, Georgia, sans-serif;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .heading-7-copy {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 52%;
    display: block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .edition-nr-small {
    align-self: auto;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    display: block;
  }

  .edition-nr-big {
    align-self: flex-start;
    font-size: 52px;
    font-weight: 300;
    line-height: 52px;
    display: inline-flex;
  }

  .edition-nr-small-copy {
    align-self: flex-end;
    font-size: 52px;
    font-weight: 400;
    line-height: 52px;
    display: inline-flex;
  }

  .text-span {
    vertical-align: text-top;
    font-size: 52px;
    font-weight: 300;
  }

  .div-block-93-copy-copy {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .div-block-80-copy-copy-copy-copy {
    z-index: 2;
    aspect-ratio: 1;
    justify-content: flex-start;
    align-items: center;
    width: 444px;
    height: auto;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .image-24-copy-copy-copy-copy {
    aspect-ratio: 1;
    vertical-align: baseline;
    object-fit: cover;
    object-position: 50% 0%;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto auto auto 0;
    overflow: hidden;
  }

  .stories-02-img-right-rectangle-background {
    aspect-ratio: 1;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 60%;
    height: auto;
    inset: -20px -20px -20px auto;
  }

  .stories-02-img-left-rectangle-background {
    aspect-ratio: 1;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 60%;
    height: auto;
    inset: -20px auto -20px -20px;
  }

  .main-section-copy-copy-copy {
    z-index: 1;
    cursor: pointer;
    width: 1116px;
    margin-top: -60px;
    position: relative;
  }

  .div-block-92-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--font-main-color);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .image-28-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    pointer-events: auto;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .link-block-4 {
    cursor: auto;
    margin-left: 0;
    font-family: Zodiak, Georgia, sans-serif;
  }

  .text-block {
    margin-bottom: 30px;
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .div-block-117 {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: absolute;
    inset: 40px 0% auto;
  }

  .text-block-2 {
    height: auto;
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 32px;
    line-height: 32px;
  }

  .text-span-2 {
    vertical-align: text-bottom;
    font-size: 52px;
  }

  .text-span-3 {
    font-weight: 300;
  }

  .nav-bar-copy {
    z-index: 9999;
    border-bottom: 1px #ebeae1;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 16px #0000000f;
  }

  .text-block-2-copy {
    height: auto;
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-117-copy {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: absolute;
    inset: 40px 0% auto;
  }

  .div-block-118 {
    overflow: hidden;
  }

  .image-38-copy {
    z-index: 0;
    opacity: .6;
    width: 378px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .navbar-2 {
    z-index: 9999;
    background-color: var(--background-color);
    height: 62px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 16px #0000000f;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    width: 1116px;
    max-width: 1116px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .link-block-3-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 50% auto 0% 0%;
    transform: translate(0%, -50%);
  }

  .menu-button-2 {
    width: 60px;
    height: 60px;
    position: absolute;
    inset: 50% 0% auto auto;
  }

  .menu-button-2.w--open {
    background-color: var(--background-color);
  }

  .div-block-119 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid var(--separate-stroke);
    color: var(--font-main-color);
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .nav-menu-2 {
    z-index: 999;
    border-top: 1px solid var(--dvider);
    background-color: var(--background-color);
    padding-bottom: 60px;
    box-shadow: 0 2px 16px #0000000f;
  }

  .image-39, .image-40 {
    display: inline-block;
  }

  .div-block-8-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
    max-width: 420px;
  }

  .meta-data-block-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-2-copy {
    text-align: left;
    font-size: 20px;
    text-decoration: none;
  }

  .paragraph-copy, .meta-data-copy {
    font-size: 12px;
  }

  .div-block-80-copy-copy-copy-copy-copy {
    z-index: 2;
    aspect-ratio: 1;
    justify-content: flex-start;
    align-items: center;
    width: 80px;
    height: auto;
    display: flex;
    position: relative;
  }

  .div-block-81-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    background-color: var(--edition-color);
    width: 60%;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .div-block-119-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px none var(--separate-stroke);
    color: var(--font-main-color);
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .main-img-mobile {
    z-index: -1;
    aspect-ratio: 16 / 9;
    pointer-events: auto;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 2px;
    width: 100%;
    height: auto;
    display: none;
    position: static;
  }

  .div-block-64-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .stats-number-copy {
    width: auto;
    font-size: 22px;
  }

  .stats-label-copy {
    width: auto;
  }

  .image-41 {
    width: 32px;
  }

  .div-block-120 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .number-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .link-block-5 {
    width: auto;
  }

  .link-block-5.w--current {
    padding-top: 0;
    display: flex;
  }

  .image-42 {
    padding-top: 0;
  }

  .lottie-animation {
    width: 100%;
    transform: scale(2);
  }

  .menu-button-2-copy {
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    inset: 50% 0% auto auto;
    overflow: hidden;
  }

  .menu-button-2-copy.w--open {
    background-color: var(--background-color);
  }

  .div-block-121 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-122 {
    aspect-ratio: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .div-block-123 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .tag-copy {
    text-transform: uppercase;
  }

  .recirculation-section {
    margin-top: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-124 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    max-width: 1320px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-125 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: var(--font-main-color);
    text-decoration: none;
    display: flex;
  }

  .image-43 {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
    border: 2px solid #000;
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-126 {
    z-index: -1;
    background-color: var(--edition-color);
    width: 160px;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-127 {
    aspect-ratio: 1;
    width: 160px;
    max-width: 220px;
    height: auto;
    position: relative;
  }

  .link-block-6, .link-block-7 {
    text-decoration: none;
  }

  .div-block-85-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .credits {
    margin-top: 0;
    font-size: 12px;
  }

  .credits-label {
    margin-top: 0;
    font-size: 18px;
  }

  .credits-name {
    margin-top: 0;
    font-size: 12px;
  }

  .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-128 {
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8 {
    color: var(--font-main-color);
    margin-bottom: 30px;
    font-family: Silent Moment, sans-serif;
    font-size: 42px;
    font-weight: 300;
  }

  .div-block-129 {
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

  .credit-label {
    color: var(--font-main-color);
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .credit-name {
    color: var(--font-main-color);
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 16px;
  }

  .section-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    position: relative;
  }

  .container-5, .container-5-copy {
    max-width: 940px;
  }

  .div-block-130 {
    width: 50%;
    height: 100%;
  }

  .div-block-130-copy {
    background-image: url('../images/71492_EWH_004_05-copy_1.png');
    background-position: 50% 40%;
    background-size: cover;
    width: 50%;
    height: 100%;
    display: flex;
  }

  .div-block-130-copy-copy {
    justify-content: flex-start;
    width: 40%;
    height: 100%;
    display: flex;
  }

  .image-44 {
    object-fit: cover;
    object-position: 50% 36%;
    width: 100%;
  }

  .div-block-130-copy-copy-copy {
    justify-content: flex-start;
    width: 40%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .section-3 {
    height: 70vh;
  }

  .div-block-8-copy {
    z-index: 1;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    inset: 0% 0% 0;
  }

  .heading-2-copy {
    font-size: 22px;
  }

  .text-span-4 {
    font-size: 52px;
    line-height: 100%;
  }

  .div-block-131 {
    height: auto;
    padding: 10px;
  }

  .div-block-132 {
    justify-content: center;
    align-items: flex-start;
  }

  .bold-text-4, .bold-text-4-copy {
    font-size: 52px;
  }

  .div-block-133 {
    padding-left: 0;
    position: static;
  }

  .edition-number {
    font-weight: 300;
    line-height: 90%;
  }

  .heading-9 {
    font-weight: 100;
  }

  .text-span-5 {
    font-size: 52px;
    font-weight: 100;
  }

  .div-block-134 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 20px 0% auto;
  }

  .paragraph-13 {
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-weight: 100;
  }

  .section-3-copy {
    justify-content: center;
    align-items: center;
    max-width: 1320px;
    height: 70vh;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .div-block-135 {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-image: url('../images/Editions_Martinelli-1-min.jpg');
    background-position: 50%;
    background-size: cover;
    width: 80%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .div-block-136 {
    z-index: -1;
    background-color: var(--edition-colour-02);
    width: 80%;
    height: auto;
    position: absolute;
    inset: -20px -20px -20px auto;
    overflow: visible;
  }

  .div-block-137 {
    margin-top: 0;
    padding-top: 60px;
  }

  .section-3-copy-copy {
    justify-content: center;
    align-items: center;
    max-width: 1320px;
    height: 600px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .code-embed-2 {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: auto;
    display: flex;
  }

  .heading-2-copy-copy {
    text-align: left;
    background-color: #0000;
    height: auto;
    font-size: 22px;
    line-height: 100%;
  }

  .div-block-138 {
    background-color: var(--edition-colour-02);
    justify-content: center;
    align-items: center;
    padding: 8px;
    display: flex;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 52px;
    font-weight: 200;
    line-height: 100%;
  }

  .bold-text-5 {
    text-underline-offset: 4px;
    font-size: 52px;
    font-weight: 200;
    text-decoration: none;
    text-decoration-thickness: 4px;
  }

  .code-embed-3 {
    color: var(--edition-colour-02);
    justify-content: center;
    align-items: center;
    width: 52px;
    height: auto;
    display: flex;
  }

  .div-block-134-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0 0% auto;
  }

  .question-and-answear-section-copy {
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
    position: relative;
  }

  .div-block-139 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .image-46 {
    width: 50%;
  }

  .question-and-answear-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    max-width: 648px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-140 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-141 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-90-copy-copy {
    z-index: -1;
    aspect-ratio: auto;
    background-color: var(--edition-colour-02);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 20px auto auto 20px;
  }

  .question-and-answear-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    max-width: 648px;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .img-left-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    max-width: 1116px;
    margin: 80px auto;
    display: flex;
  }

  .div-block-58-copy {
    background-color: var(--edition-colour-02);
    border-radius: 2px 2px 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-128-copy {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-142 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-126-copy {
    z-index: -1;
    background-color: var(--edition-colour-02);
    z-index: -1;
    background-color: var(--edition-colour-02);
    width: 160px;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-43-copy {
    background-color: var(--edition-colour-02);
  }

  .bold-text-6 {
    font-weight: 300;
  }

  .main-section-copy-copy {
    z-index: 1;
    aspect-ratio: 16 / 9;
    width: 1116px;
    margin-top: 0;
    position: relative;
  }

  .image-28-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 2 / 3;
    pointer-events: auto;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 2px;
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .section-4 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .container-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-143 {
    aspect-ratio: auto;
    object-fit: scale-down;
    align-self: stretch;
    align-items: stretch;
    width: 35%;
    font-size: 14px;
    display: flex;
    overflow: hidden;
  }

  .image-47 {
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .div-block-144 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .paragraph-11-copy {
    mix-blend-mode: normal;
    margin-bottom: 0;
    font-size: 14px;
  }

  .link-3 {
    color: var(--font-main-color);
    text-underline-offset: 2px;
    -webkit-text-decoration-color: var(--edition-colour-02);
    text-decoration-color: var(--edition-colour-02);
    font-weight: 700;
    text-decoration-thickness: 2px;
  }

  .div-block-145 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    flex: 0 auto;
    align-items: stretch;
    margin-top: 20px;
    display: flex;
  }

  .link-4 {
    color: var(--font-main-color);
    text-underline-offset: 2px;
    -webkit-text-decoration-color: var(--edition-colour-02);
    text-decoration-color: var(--edition-colour-02);
    font-weight: 700;
    text-decoration-thickness: 2px;
  }

  .div-block-146 {
    flex-flow: column;
    flex: 1;
    align-self: auto;
    display: flex;
  }

  .paragraph-11-copy-copy {
    mix-blend-mode: normal;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .container-6-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-93-copy-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -60px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: relative;
  }

  .bold-text-7 {
    font-weight: 300;
  }

  .img-left-copy-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    max-width: 1320px;
    margin: 80px auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-90-copy {
    aspect-ratio: auto;
    width: 50%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .container-7 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #e76e6e;
    justify-content: center;
    align-items: stretch;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-147 {
    background-color: #3a6dca;
    flex: 1;
  }

  .div-block-148 {
    background-color: #5ecc39;
    flex: 1;
  }

  .answear-paragraph-copy-copy {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .img-left-copy-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1320px;
    height: auto;
    margin: 80px auto;
    display: flex;
  }

  .div-block-90-copy {
    aspect-ratio: auto;
    background-color: #f9e75300;
    flex: 0 auto;
    align-self: auto;
    width: 50%;
    height: auto;
    position: relative;
  }

  .div-block-142-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-54-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .extra-info-box-copy-copy {
    background-color: var(--edition-colour-02);
    border-radius: 2px;
  }

  .div-block-90-copy {
    z-index: 50;
    aspect-ratio: 1;
    background-color: #0000;
    flex: 1;
    align-self: stretch;
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
  }

  .div-block-141-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .answear-paragraph-copy-copy {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-5 {
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-90-copy-copy {
    z-index: -1;
    aspect-ratio: auto;
    background-color: var(--edition-colour-02);
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-90-copy-copy-copy {
    z-index: -60;
    aspect-ratio: auto;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .image-48 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .image-49 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: static;
    overflow: clip;
  }

  .div-block-149 {
    background-color: #792727;
  }

  .image-50 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 42% 0%;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .section-5-copy {
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .img-left-copy-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    max-width: 1116px;
    margin: 80px auto;
    display: flex;
  }

  .bold-text-8 {
    font-weight: 300;
  }

  .div-block-150 {
    z-index: -1;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .bold-text-9 {
    font-weight: 300;
  }

  .section-6 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .code-embed-4 {
    margin-bottom: 0;
  }

  .div-block-138-copy {
    background-color: var(--edition-color);
    background-color: var(--edition-color);
    justify-content: center;
    align-items: center;
    padding: 8px;
    display: flex;
  }

  .div-block-136-copy {
    z-index: -1;
    background-color: var(--edition-color);
    width: 80%;
    height: auto;
    position: absolute;
    inset: -20px -20px -20px auto;
    overflow: visible;
  }

  .div-block-134-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0 0% auto;
  }

  .div-block-81-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    background-color: var(--edition-color);
    border-radius: 2px;
    width: 60%;
    height: auto;
    inset: -20px auto -20px -20px;
  }

  .div-block-81-copy-copy-copy-copy, .div-block-81-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 60%;
    height: auto;
    inset: -20px -20px -20px auto;
  }

  .stories-03-img-right-rectangle-background {
    aspect-ratio: 1;
    background-color: var(--edition-color);
    border-radius: 2px;
    width: 60%;
    height: auto;
    inset: -20px -20px -20px auto;
  }

  .stories-03-img-left-rectangle-background {
    aspect-ratio: 1;
    background-color: var(--edition-color);
    border-radius: 2px;
    width: 60%;
    height: auto;
    inset: -20px auto -20px -20px;
  }

  .bold-text-10 {
    font-weight: 300;
  }

  .stories-section-copy {
    border-bottom: 0px solid var(--dvider);
    margin: 100px auto 120px;
    padding-bottom: 120px;
  }

  .bold-text-11, .bold-text-12 {
    font-weight: 300;
  }

  .main-section-copy-copy-copy {
    z-index: 1;
    aspect-ratio: 2 / 3;
    z-index: 1;
    aspect-ratio: 16 / 9;
    width: 1116px;
    height: auto;
    margin-top: 0;
    position: relative;
  }

  ._2nd-feature-article-main-img {
    z-index: 1;
    aspect-ratio: 16 / 9;
    width: 648px;
    height: auto;
    margin-top: 0;
    position: relative;
  }

  .heading-2-copy {
    font-size: 18px;
    font-weight: 300;
  }

  .div-block-127-copy {
    aspect-ratio: 1;
    width: 120px;
    max-width: 220px;
    height: auto;
    position: relative;
  }

  .div-block-126-copy-copy {
    z-index: -1;
    background-color: var(--edition-colour-02);
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-125-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--font-main-color);
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
    font-weight: 300;
  }

  .heading-10-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    word-break: normal;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 660px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 52px;
    font-weight: 200;
    line-height: 100%;
    display: flex;
  }

  .bold-text-22 {
    box-sizing: border-box;
    float: none;
    clear: none;
    background-color: var(--edition-colour-02);
    text-overflow: clip;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    object-fit: fill;
    background-clip: border-box;
    max-width: 600px;
    font-weight: 300;
    line-height: 122%;
    overflow: visible;
  }

  .bold-text-22.decor {
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    vertical-align: baseline;
    font-weight: 700;
    line-height: 122%;
    text-decoration-thickness: 3px;
  }

  .bold-text-22.decor-01 {
    background-color: var(--edition-color);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .decor {
    background-color: var(--edition-colour-02);
  }

  .text-span-6 {
    color: var(--font-main-color);
    max-width: 660px;
    margin-top: 0;
  }

  .bold-text-22-copy {
    box-sizing: border-box;
    float: none;
    clear: none;
    background-color: var(--edition-color);
    letter-spacing: 0;
    text-overflow: clip;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    object-fit: fill;
    background-clip: border-box;
    font-weight: 300;
    line-height: 122%;
    overflow: visible;
  }

  .bold-text-22-copy.decor {
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .bold-text-22-copy.decor-01 {
    background-color: var(--edition-color);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .decor-02 {
    background-color: var(--edition-color);
    white-space: pre-wrap;
    vertical-align: baseline;
    line-height: 122%;
  }

  .main-section-copy-copy-copy-copy {
    z-index: 1;
    cursor: pointer;
    width: 1116px;
    margin-top: 0;
    position: relative;
  }

  .bold-text-25 {
    font-weight: 300;
  }

  .main-section-copy-copy-copy-copy {
    z-index: 1;
    width: 1116px;
    margin-top: 0;
    position: relative;
  }

  .div-block-151 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    border-bottom: 1px solid #ecebdf;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .image-51 {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-3 {
    z-index: 9999;
    background-color: #f9f8f1;
    height: 62px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 16px #0000000f;
  }

  .div-block-81-copy-copy-copy-copy-copy-2 {
    aspect-ratio: 1;
    background-color: #f9e753;
    width: 60%;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .heading-2-copy-2 {
    text-align: left;
    font-size: 20px;
    text-decoration: none;
  }

  .meta-data-block-copy-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-119-copy-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    border-bottom: 1px #ecebdf;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .menu-button-2-copy-2 {
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    inset: 50% 0% auto auto;
    overflow: hidden;
  }

  .menu-button-2-copy-2.w--open {
    background-color: #f9f8f1;
  }

  .image-52 {
    max-width: 50%;
  }

  .div-block-8-copy-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .container-8 {
    justify-content: center;
    align-items: center;
    width: 1116px;
    max-width: 1116px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .image-24-copy-copy-copy-copy-2 {
    aspect-ratio: 1;
    vertical-align: baseline;
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto auto auto 0;
    overflow: hidden;
  }

  .paragraph-14 {
    opacity: 1;
    color: #12120d;
    margin-bottom: 0;
    font-family: Silent Moment, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
  }

  .tag-copy-2 {
    text-transform: uppercase;
  }

  .nav-menu-3 {
    z-index: 999;
    border-style: solid;
    border-width: 1px 0;
    border-color: var(--dvider);
    box-shadow: none;
    background-color: #f9f8f1;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-153 {
    width: 1px;
    min-width: 1px;
  }

  .div-block-154 {
    overflow: hidden;
  }

  .div-block-155 {
    flex-flow: column;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .image-53 {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 50%;
    height: auto;
  }

  .image-54 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 42%;
    width: 100%;
    height: auto;
  }

  .paragraph-15 {
    font-variation-settings: "wght" 540;
    width: auto;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 18px;
  }

  .image-55 {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
  }

  .answear-box-2 {
    border-width: 1px;
    border-radius: 2px;
    width: auto;
    max-width: 800px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .question-and-answear-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 648px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-157 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .stats-block-copy-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
  }

  .image-56 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
  }

  .paragraph-16 {
    font-variation-settings: "wght" 700;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 18px;
  }

  .div-block-158 {
    aspect-ratio: 16 / 9;
    width: 984px;
    max-width: 984px;
    height: auto;
    position: relative;
  }

  .div-block-92-copy-copy-copy-2 {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: #12120d;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .stats-number-copy-2 {
    width: auto;
    font-size: 22px;
  }

  .div-block-159 {
    width: 1076px;
  }

  .div-block-160 {
    margin-bottom: 60px;
  }

  .div-block-161 {
    aspect-ratio: 16 / 9;
    width: 984px;
    max-width: 984px;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .div-block-162 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .answear-paragraph-2 {
    margin-top: 0;
  }

  .tag-2 {
    text-transform: uppercase;
  }

  .div-block-163 {
    z-index: -1;
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .paragraph-17 {
    font-size: 14px;
  }

  .question-and-answear-section-2 {
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .div-block-165 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .div-block-166 {
    width: 60%;
    height: 100%;
  }

  .image-58 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 40%;
    width: 100%;
  }

  .lightbox-link-3 {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .teaser-paragraph-2 {
    direction: ltr;
    text-decoration: none;
  }

  .main-section-copy-copy-copy-2 {
    z-index: 1;
    cursor: pointer;
    width: 1116px;
    margin-top: -60px;
    position: relative;
  }

  .div-block-167 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .stats-label-copy-2 {
    width: auto;
  }

  .div-block-54-copy-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-12 {
    max-width: 1116px;
    margin-bottom: 0;
    font-size: 68px;
    line-height: 120%;
  }

  .div-block-169 {
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .div-block-56-copy-2 {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 60%;
    max-width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
  }

  .section-7 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-171 {
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-13 {
    color: #12120d;
    margin-bottom: 30px;
    font-family: Silent Moment, sans-serif;
    font-size: 42px;
    font-weight: 300;
  }

  .div-block-172 {
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

  .credit-name-2 {
    color: #12120d;
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 16px;
  }

  .credit-label-2 {
    color: #12120d;
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .div-block-174 {
    aspect-ratio: 1;
    width: 160px;
    max-width: 220px;
    height: auto;
    position: relative;
  }

  .link-block-10 {
    text-decoration: none;
  }

  .heading-15 {
    font-size: 22px;
  }

  .link-block-11 {
    text-decoration: none;
  }

  .paragraph-19 {
    font-size: 14px;
  }

  .image-59 {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-176 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    text-decoration: none;
    display: flex;
  }

  .recirculation-section-2 {
    margin-top: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-177 {
    z-index: -1;
    background-color: #f9e753;
    width: 160px;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-178 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    max-width: 1320px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-2 {
    padding-left: 60px;
  }

  .div-block-179 {
    justify-content: center;
    align-items: stretch;
    width: 1116px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-12 {
    width: auto;
  }

  .link-block-12.w--current {
    padding-top: 0;
    display: flex;
  }

  .image-60 {
    padding-top: 0;
  }

  .paragraph-20 {
    max-width: 620px;
  }

  .div-block-45-copy-2 {
    margin-top: 0;
    padding-top: 60px;
  }

  .tag-3 {
    text-transform: uppercase;
  }

  .paragraph-21 {
    font-size: 14px;
  }

  .heading-16 {
    max-width: 1116px;
    margin-bottom: 0;
    font-size: 68px;
    line-height: 120%;
  }

  .div-block-182 {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .div-block-92-copy-2 {
    z-index: -2;
    aspect-ratio: 16 / 9;
    background-color: #f9e753;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-183 {
    margin: 60px auto 40px;
  }

  .answear-paragraph-copy-2 {
    width: 70%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-184 {
    margin-bottom: 60px;
  }

  .div-block-186 {
    width: 1076px;
  }

  .div-block-187 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .img-left-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    max-width: 1096px;
    margin: 80px auto;
    display: flex;
  }

  .div-block-189 {
    aspect-ratio: 2 / 3;
    width: 50%;
    height: auto;
    position: relative;
  }

  .image-62 {
    aspect-ratio: 2 / 3;
  }

  .div-block-90-copy-2 {
    z-index: -1;
    aspect-ratio: 2 / 3;
    background-color: #f9e753;
    width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
  }

  .div-block-190 {
    aspect-ratio: 2 / 3;
    width: 50%;
    height: auto;
    position: relative;
  }

  .image-63 {
    aspect-ratio: 2 / 3;
  }

  .div-block-90-copy-3 {
    z-index: -1;
    aspect-ratio: 2 / 3;
    background-color: #f9e753;
    width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
  }

  .div-block-191 {
    margin: 60px auto 40px;
  }

  .div-block-193 {
    z-index: -1;
    background-color: #f9e753;
    width: 100px;
    height: 200px;
    position: absolute;
    inset: -20px auto 0% -20px;
  }

  .div-block-96-copy-2 {
    z-index: -1;
    background-color: #f9e753;
    width: 100px;
    height: 200px;
    position: absolute;
    inset: auto -20px -20px auto;
  }

  .div-block-194 {
    margin: 60px auto 40px;
  }

  .img-left-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    max-width: 1096px;
    margin: 80px auto;
    display: flex;
  }

  .div-block-195 {
    aspect-ratio: 2 / 3;
    width: 50%;
    height: auto;
    position: relative;
  }

  .image-64 {
    aspect-ratio: 2 / 3;
  }

  .div-block-90-copy-4 {
    z-index: -1;
    aspect-ratio: 2 / 3;
    background-color: #f9e753;
    width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
  }

  .div-block-196 {
    margin: 60px auto 40px;
  }

  .div-block-197 {
    aspect-ratio: 2 / 3;
    width: 50%;
    height: auto;
    position: relative;
  }

  .div-block-90-copy-5 {
    z-index: -1;
    aspect-ratio: 2 / 3;
    background-color: #f9e753;
    width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
  }

  .div-block-198 {
    margin: 60px auto 40px;
  }

  .div-block-200 {
    aspect-ratio: 1;
    width: 160px;
    max-width: 220px;
    height: auto;
    position: relative;
  }

  .link-block-13 {
    text-decoration: none;
  }

  .heading-18 {
    font-size: 22px;
  }

  .link-block-14 {
    text-decoration: none;
  }

  .paragraph-22 {
    font-size: 14px;
  }

  .image-65 {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-202 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    text-decoration: none;
    display: flex;
  }

  .div-block-203 {
    z-index: -1;
    background-color: #f9e753;
    width: 160px;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-204 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    max-width: 1320px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-205 {
    margin-top: 0;
  }

  .tag-4 {
    text-transform: uppercase;
  }

  .paragraph-23 {
    font-size: 14px;
  }

  .slidelist-header-2 {
    font-size: 92px;
    font-weight: 300;
  }

  .image-28-copy-2 {
    z-index: -1;
    aspect-ratio: 16 / 9;
    pointer-events: auto;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .main-img-mobile-2 {
    z-index: -1;
    aspect-ratio: 16 / 9;
    pointer-events: auto;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
    display: none;
    position: static;
  }

  .teaser-paragraph-3 {
    direction: ltr;
    text-decoration: none;
  }

  .image-66, .paragraph-24 {
    mix-blend-mode: normal;
  }

  .tag-5 {
    text-transform: uppercase;
  }

  .paragraph-25 {
    font-size: 14px;
  }

  .slide-left-2 {
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-right-2 {
    margin-bottom: 90px;
  }

  .image-67 {
    width: 24px;
  }

  .div-block-212 {
    aspect-ratio: 1;
    height: auto;
  }

  .div-block-214 {
    aspect-ratio: 1;
    width: 160px;
    max-width: 220px;
    height: auto;
    position: relative;
  }

  .link-block-15 {
    text-decoration: none;
  }

  .heading-21 {
    font-size: 22px;
  }

  .link-block-16 {
    text-decoration: none;
  }

  .paragraph-27 {
    font-size: 14px;
  }

  .image-68 {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-216 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    text-decoration: none;
    display: flex;
  }

  .div-block-217 {
    z-index: -1;
    background-color: #f9e753;
    width: 160px;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-218 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    max-width: 1320px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-93-copy-copy-copy {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .main-section-copy-copy-copy {
    z-index: 1;
    width: 1116px;
    margin-top: 0;
    position: relative;
  }

  .bold-text-30 {
    font-weight: 300;
  }

  .heading-22 {
    order: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    display: block;
  }

  .heading-22-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 300;
    line-height: 130%;
  }

  .heading-22-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
  }

  .div-block-219 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
    overflow: visible;
  }

  .div-block-8-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-self: stretch;
  }

  .image-69 {
    width: 220px;
  }

  .body-3, .body-4, .body-5 {
    background-color: var(--background-color);
  }

  .div-block-220 {
    display: flex;
  }

  .div-block-8-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    z-index: 1;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    inset: 0% 0% 0;
  }

  .div-block-92-copy-copy {
    z-index: -2;
    aspect-ratio: 2 / 3;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-222 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #12120d;
    border-bottom: 1px solid #ecebdf;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .div-block-81-copy-copy-copy-copy-copy-3 {
    aspect-ratio: 1;
    background-color: #f9e753;
    width: 60%;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .heading-2-copy-3 {
    text-align: left;
    font-size: 20px;
    text-decoration: none;
  }

  .meta-data-block-copy-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-119-copy-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px none var(--dvider);
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .image-24-copy-copy-copy-copy-3 {
    aspect-ratio: 1;
    vertical-align: baseline;
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto auto auto 0;
    overflow: hidden;
  }

  .div-block-223 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid var(--dvider);
    color: #12120d;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
  }

  .div-block-81-copy-copy-copy-copy-copy-4 {
    aspect-ratio: 1;
    background-color: #f9e753;
    width: 60%;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .heading-2-copy-4 {
    text-align: left;
    font-size: 18px;
    text-decoration: none;
  }

  .meta-data-block-copy-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-24-copy-copy-copy-copy-4 {
    aspect-ratio: 1;
    vertical-align: baseline;
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto auto auto 0;
    overflow: hidden;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy {
    aspect-ratio: 1;
    background-color: var(--edition-colour-02);
    width: 60%;
    height: auto;
    inset: -5px auto -5px -5px;
  }

  .bold-text-31, .bold-text-32, .bold-text-33 {
    font-size: 18px;
    font-weight: 400;
  }

  .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38 {
    font-size: 18px;
  }

  .div-block-223-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 0px solid var(--dvider);
    color: #12120d;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
  }

  .heading-10-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    word-break: normal;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    word-break: normal;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 660px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 52px;
    font-weight: 200;
    line-height: 100%;
    display: flex;
  }

  .decor-02-copy {
    background-color: var(--edition-colour-02);
    white-space: pre-wrap;
    vertical-align: baseline;
    line-height: 122%;
  }

  .bold-text-22-copy-copy {
    box-sizing: border-box;
    float: none;
    clear: none;
    letter-spacing: 0;
    text-overflow: clip;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    object-fit: fill;
    background-color: #ff6448;
    background-clip: border-box;
    font-weight: 300;
    line-height: 122%;
    overflow: visible;
  }

  .bold-text-22-copy-copy.decor {
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .bold-text-22-copy-copy.decor-01 {
    background-color: var(--edition-color);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .test-button {
    background-color: var(--background-color);
    padding-right: 24px;
  }

  .test-button:hover {
    background-color: var(--font-main-color);
    color: var(--background-color);
  }

  .div-block-223-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-bottom: 0px solid var(--dvider);
    background-color: var(--edition-colour-02);
    color: #12120d;
    border-radius: 2px;
    flex-flow: row;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
  }

  .heading-23 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .heading-23-copy {
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 140%;
  }

  .heading-23-copy-copy {
    text-align: left;
    width: 33px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 55px;
    font-weight: 300;
    line-height: 100%;
  }

  .div-block-224 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-225 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .section-3-copy-copy-copy {
    justify-content: center;
    align-items: center;
    max-width: 1116px;
    height: 600px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .image-24-copy-copy-copy-copy-4-copy {
    aspect-ratio: 16 / 9;
    vertical-align: baseline;
    object-fit: cover;
    border-width: 0;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto auto auto 0;
    overflow: hidden;
  }

  .div-block-80-copy-copy-copy-copy-copy-copy {
    z-index: 2;
    aspect-ratio: 16 / 9;
    justify-content: flex-start;
    align-items: center;
    width: 140px;
    height: auto;
    display: flex;
    position: relative;
  }

  .image-70 {
    width: 160px;
    min-width: 0;
  }

  .div-block-226 {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .div-block-227 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-28 {
    color: var(--font-main-color);
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Silent Moment, sans-serif;
  }

  .div-block-228 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-229 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-230 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-231 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .div-block-232 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex: 1;
    justify-content: space-between;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    display: flex;
  }

  .paragraph-28-copy {
    color: var(--font-main-color);
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
    font-family: Silent Moment, sans-serif;
  }

  .div-block-233 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy {
    aspect-ratio: 1;
    background-color: var(--edition-color);
    width: 60%;
    height: auto;
    inset: -5px auto -5px -5px;
  }

  .img-left-copy-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    max-width: 1116px;
    margin: 80px auto;
    display: flex;
  }

  .div-block-93-copy {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .div-block-93-copy-copy {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .main-img-graphic-background {
    z-index: -1;
    background-color: var(--edition03);
    width: 80%;
    height: auto;
    position: absolute;
    inset: -20px -20px -20px auto;
    overflow: visible;
  }

  .bold-text-22-copy-copy-copy {
    box-sizing: border-box;
    float: none;
    clear: none;
    background-color: var(--edition03);
    letter-spacing: 0;
    text-overflow: clip;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    object-fit: fill;
    background-clip: border-box;
    font-weight: 300;
    line-height: 122%;
    overflow: visible;
  }

  .bold-text-22-copy-copy-copy.decor {
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .bold-text-22-copy-copy-copy.decor-01 {
    background-color: var(--edition-color);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .decor-02-copy-copy {
    background-color: var(--edition03);
    white-space: pre-wrap;
    vertical-align: baseline;
    line-height: 122%;
  }

  .div-block-135-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-image: url('../images/16x9.jpg');
    background-position: 50%;
    background-size: cover;
    width: 80%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .div-block-115-copy {
    position: static;
    overflow: visible;
  }

  .image-30-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 2px;
    width: 100%;
    height: auto;
  }

  .div-block-45-copy {
    z-index: -1;
    background-color: var(--edition03);
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .img-graphic-background-edition03 {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition03);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .code-embed-3-copy {
    color: var(--edition03);
    justify-content: center;
    align-items: center;
    width: 52px;
    height: auto;
    display: flex;
  }

  .div-block-58-copy-copy {
    background-color: var(--edition-colour-02);
    border-radius: 2px 2px 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-58-copy-copy-copy {
    background-color: var(--edition03);
    border-radius: 2px 2px 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-54-copy-copy-copy {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-56-copy-copy-copy {
    aspect-ratio: 16 / 9;
    background-color: var(--edition03);
    object-fit: fill;
    border-radius: 2px;
    width: 60%;
    max-width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
  }

  .edition03-img1 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 42% 0%;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .edition03-img2 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 2px;
    width: 100%;
  }

  .edition03-img3 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 8%;
    border-radius: 2px;
    width: 100%;
    height: auto;
  }

  .edition03-img4 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 42% 0%;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .div-block-90-copy-copy-copy-copy {
    z-index: -60;
    aspect-ratio: auto;
    background-color: var(--edition03);
    border-radius: 2px;
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-234 {
    background-color: #0003;
    position: absolute;
    inset: 0%;
  }

  .edition03-img2-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 2px;
    width: 100%;
  }

  .edition03-img4-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 42% 0%;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .div-block-45-copy-copy-copy {
    background-color: var(--background-color);
    margin-top: 0;
    padding-top: 60px;
  }

  .div-block-45-copy-copy, .div-block-45-copy-copy-copy {
    margin-top: 0;
    padding-top: 60px;
  }

  .div-block-45-copy-copy-copy-copy {
    background-color: var(--background-color);
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-150-copy {
    z-index: -1;
    background-color: var(--edition03);
    z-index: -1;
    background-color: var(--edition03);
    z-index: -1;
    background-color: var(--edition03);
    z-index: -1;
    background-color: var(--edition03);
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .image-50-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 42% 0%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 42% 0%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 42% 0%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 42% 0%;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .image-28-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    pointer-events: auto;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 2px;
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .link-edition03 {
    color: var(--font-main-color);
    text-underline-offset: 2px;
    -webkit-text-decoration-color: var(--edition03);
    text-decoration-color: var(--edition03);
    font-size: 18px;
    font-weight: 700;
    text-decoration-thickness: 2px;
  }

  .section-4-copy {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .stories-02-img-left-rectangle-background-copy {
    aspect-ratio: 1;
    background-color: var(--edition03);
    border-radius: 2px;
    width: 60%;
    height: auto;
    inset: -20px auto -20px -20px;
  }

  .image-24-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    vertical-align: baseline;
    object-fit: cover;
    object-position: 50% 0%;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto auto auto 0;
    overflow: hidden;
  }

  .div-block-223-copy-copy-copy, .div-block-223-copy-copy-copy-copy, .div-block-223-copy-copy-copy, .div-block-223-copy-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-bottom: 0px solid var(--dvider);
    background-color: var(--edition-colour-02);
    color: #12120d;
    border-radius: 2px;
    flex-flow: row;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
  }

  .div-block-223-copy-copy-copy-copy.menu-link {
    background-color: var(--edition03);
  }

  .div-block-223-copy-copy-copy-copy.menu-link.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-92-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-45-copy-copy-copy-copy {
    background-color: var(--background-color);
    margin-top: 0;
    padding-top: 60px;
  }

  ._2nd-feature-article-main-img-copy {
    z-index: 1;
    aspect-ratio: 16 / 9;
    width: 1116px;
    height: auto;
    margin-top: 0;
    position: relative;
  }

  .div-block-92-copy-copy-copy, .div-block-92-copy-copy-copy-copy {
    z-index: -2;
    aspect-ratio: 2 / 3;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    z-index: -2;
    aspect-ratio: 2 / 3;
    background-color: var(--edition-colour-02);
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .link-block-7-copy {
    max-width: 648px;
    text-decoration: none;
  }

  .div-block-124-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 1320px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-126-copy-copy-copy {
    z-index: -1;
    background-color: var(--edition03);
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .link-block-7-copy {
    text-decoration: none;
  }

  .div-block-124-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    max-width: 1320px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-90-copy-copy {
    z-index: 50;
    aspect-ratio: 2 / 3;
    z-index: 50;
    aspect-ratio: 2 / 3;
    z-index: 50;
    aspect-ratio: 2 / 3;
    background-color: #0000;
    flex: 1;
    align-self: stretch;
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
  }

  .image-43-copy {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 80% 50%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
    border: 2px solid #000;
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .image-24-copy-copy-copy-copy-4-copy {
    aspect-ratio: 1;
    vertical-align: baseline;
    object-fit: cover;
    aspect-ratio: 1;
    vertical-align: baseline;
    object-fit: cover;
    object-position: 80% 50%;
    inset: auto auto auto 0;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto auto auto 0;
    overflow: hidden;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy {
    aspect-ratio: 1;
    background-color: var(--edition03);
    width: 60%;
    height: auto;
    inset: -5px auto -5px -5px;
  }

  .section-header-copy {
    background-color: #0000;
    flex: 1;
    max-width: 1320px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-21-copy-copy-copy, .div-block-21-copy-copy-copy-copy, .div-block-21-copy-copy-copy, .div-block-21-copy-copy-copy-copy, .div-block-21-copy-copy-copy, .div-block-21-copy-copy-copy-copy {
    background-color: var(--edition-colour-02);
  }

  .div-block-92-copy-copy-copy-copy {
    z-index: -2;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-126-copy-copy-copy-copy {
    z-index: -1;
    background-color: var(--edition-color);
    z-index: -1;
    background-color: var(--edition-color);
    z-index: -1;
    background-color: var(--edition-color);
    z-index: -1;
    background-color: var(--edition-color);
    z-index: -1;
    background-color: var(--edition-color);
    z-index: -1;
    background-color: var(--edition-color);
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .paragraph-13-copy {
    margin-bottom: 0;
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-weight: 100;
  }

  .heading-9-copy {
    font-weight: 100;
  }

  .edition-number-copy {
    font-weight: 300;
    line-height: 90%;
  }

  .div-block-21-copy-copy-copy-copy {
    background-color: var(--edition03);
  }

  .div-block-92-copy-copy-copy-copy-copy-copy-copy {
    z-index: -2;
    aspect-ratio: 2 / 3;
    background-color: var(--edition-colour-02);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  ._123, ._123-copy {
    background-color: var(--edition-colour-02);
  }

  .image-50-copy-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 42% 0%;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  ._2nd-feature-article-main-img-copy-copy {
    z-index: 1;
    aspect-ratio: 16 / 9;
    width: 1116px;
    height: auto;
    margin-top: 0;
    position: relative;
  }

  .image-28-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    pointer-events: auto;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 2px;
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    z-index: -2;
    aspect-ratio: 16 / 9;
    background-color: var(--edition03);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-45-copy-copy-copy-copy-copy {
    background-color: var(--background-color);
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    z-index: -2;
    aspect-ratio: 16 / 9;
    background-color: var(--edition04);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .heading-copy {
    width: 1116px;
    margin-left: 0;
  }

  .section-header-copy {
    flex: 1;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6-copy {
    width: 648px;
    max-width: 648px;
    font-weight: 700;
    line-height: 26px;
  }

  .div-block-235 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .affiliate-article-img-decoration {
    z-index: -1;
    background-color: var(--edition04);
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .link-edition04 {
    color: var(--font-main-color);
    text-underline-offset: 2px;
    -webkit-text-decoration-color: var(--edition04);
    text-decoration-color: var(--edition04);
    font-size: 18px;
    font-weight: 700;
    text-decoration-thickness: 2px;
  }

  .div-block-236 {
    max-width: 1116px;
  }

  .div-block-235-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1116px;
    max-width: 1116px;
    display: flex;
  }

  .div-block-88-copy {
    justify-content: center;
    align-items: flex-start;
    margin: 60px auto 40px;
    display: flex;
  }

  .answear-paragraph-copy-copy {
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    max-width: 648px;
    margin-top: 0;
    margin-right: 0;
  }

  .main-img-graphic-background-copy {
    z-index: -1;
    background-color: var(--edition04);
    width: 80%;
    height: auto;
    position: absolute;
    inset: -20px -20px -20px auto;
    overflow: visible;
  }

  .decor-02-copy-copy-copy {
    background-color: var(--edition04);
    white-space: pre-wrap;
    vertical-align: baseline;
    line-height: 122%;
  }

  .bold-text-22-copy-copy-copy-copy {
    box-sizing: border-box;
    float: none;
    clear: none;
    background-color: var(--edition04);
    letter-spacing: 0;
    text-overflow: clip;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    object-fit: fill;
    background-clip: border-box;
    font-weight: 300;
    line-height: 122%;
    overflow: visible;
  }

  .bold-text-22-copy-copy-copy-copy.decor {
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .bold-text-22-copy-copy-copy-copy.decor-01 {
    background-color: var(--edition-color);
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--font-main-color);
    text-decoration-color: var(--font-main-color);
    font-weight: 700;
    text-decoration-thickness: 3px;
  }

  .stories-02-img-left-rectangle-background-copy-copy {
    aspect-ratio: 1;
    background-color: var(--edition04);
    border-radius: 2px;
    width: 60%;
    height: auto;
    inset: -20px auto -20px -20px;
  }

  .bold-text-42 {
    background-color: var(--edition04);
  }

  .div-block-45-copy-copy {
    z-index: -1;
    background-color: var(--edition04);
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .img-graphic-background-edition03-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition04);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .spotlight-box-edition-04 {
    background-color: var(--edition04);
    border-radius: 2px;
  }

  .div-block-56-copy-copy {
    aspect-ratio: 16 / 9;
    background-color: var(--edition04);
    object-fit: fill;
    border-radius: 2px;
    width: 60%;
    max-width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
  }

  .div-block-90-copy-copy-copy-copy-copy {
    z-index: -60;
    aspect-ratio: auto;
    background-color: var(--edition04);
    z-index: -60;
    aspect-ratio: auto;
    background-color: var(--edition04);
    border-radius: 2px;
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-21-copy-copy-copy-copy-copy {
    background-color: var(--edition04);
  }

  .div-block-126-copy-copy-copy-copy {
    z-index: -1;
    background-color: var(--edition-color);
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-90-copy-copy-copy-copy-copy {
    z-index: -60;
    aspect-ratio: auto;
    background-color: var(--edition04);
    border-radius: 2px;
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-56-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    background-color: var(--edition04);
    object-fit: fill;
    border-radius: 2px;
    width: 60%;
    max-width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
  }

  .code-embed-3-copy-copy {
    color: var(--edition04);
    justify-content: center;
    align-items: center;
    width: 52px;
    height: auto;
    display: flex;
  }

  .div-block-58-copy-copy-copy-copy {
    background-color: var(--edition04);
    border-radius: 2px 2px 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy-copy {
    z-index: -1;
    aspect-ratio: 16 / 9;
    background-color: var(--edition-colour-02);
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .div-block-65-copy {
    background-color: var(--edition04);
    border-radius: 2px;
    width: 60%;
    height: 100%;
  }

  .div-block-21-copy {
    background-color: var(--edition04);
  }

  .div-block-104-copy {
    flex-flow: column;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .stats-block-copy-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
  }

  .container-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1116px;
    display: flex;
  }

  .div-block-237 {
    aspect-ratio: auto;
    width: 60%;
    height: auto;
    position: relative;
  }

  .image-71 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .div-block-238 {
    z-index: -1;
    background-color: var(--edition04);
    width: 60%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: -20px;
  }

  .heading-copy {
    width: auto;
    padding-left: 20px;
  }

  .div-block-239 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 40%;
    display: flex;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    overflow: visible;
  }

  .div-block-240 {
    box-sizing: border-box;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    aspect-ratio: auto;
    align-items: flex-start;
    max-width: 1320px;
    display: flex;
    overflow: visible;
  }

  .div-block-241 {
    position: relative;
  }

  .div-block-242 {
    z-index: -1;
    background-color: var(--edition04);
    width: 80px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .div-block-243 {
    position: relative;
  }

  .img-left-copy-copy-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    max-width: 1320px;
    margin: 80px auto;
    display: flex;
  }

  .quote-block-copy {
    max-width: 1320px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .img-left-copy-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    max-width: 1320px;
    margin: 80px auto;
    display: flex;
  }

  .div-block-244 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
    width: 1320px;
    max-width: none;
    display: flex;
  }

  .section-9 {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-245 {
    width: 60%;
  }

  .image-72 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    width: 100%;
    max-width: none;
    overflow: clip;
  }

  .div-block-246 {
    width: 40%;
    display: block;
    position: relative;
  }

  .div-block-247 {
    z-index: -1;
    background-color: var(--edition04);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 0;
  }

  .answear-paragraph-copy-copy-copy {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-copy-copy {
    width: 1116px;
    margin-left: 0;
  }

  .div-block-126-copy-copy-copy-copy-copy {
    z-index: -1;
    background-color: var(--edition04);
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
  }

  .div-block-135-copy-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-image: url('../images/2x1-1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 80%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .div-block-21-copy-copy {
    background-color: var(--edition03);
  }

  .div-block-21-copy-copy-copy {
    background-color: var(--edition04);
  }

  .div-block-223-copy-copy-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-bottom: 0px solid var(--dvider);
    background-color: var(--edition-colour-02);
    color: #12120d;
    border-radius: 2px;
    flex-flow: row;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
  }

  .div-block-223-copy-copy-copy-copy-copy.menu-link {
    background-color: var(--edition04);
  }

  .div-block-223-copy-copy-copy-copy-copy.menu-link.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy-copy {
    aspect-ratio: 1;
    background-color: var(--edition04);
    aspect-ratio: 1;
    background-color: var(--edition04);
    inset: -5px auto -5px -5px;
    width: 60%;
    height: auto;
    inset: -5px auto -5px -5px;
  }

  .div-block-135-copy-copy-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-image: url('../images/71492_EWH_004_05-copy_1.png');
    background-position: 50% 40%;
    background-size: cover;
    width: 80%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .div-block-65-copy-copy {
    background-color: var(--edition03);
    border-radius: 2px;
    width: 60%;
    height: 100%;
  }

  .div-block-21-copy-copy-copy-copy-copy-copy, .div-block-21-copy-copy-copy-copy {
    background-color: var(--edition-colour-02);
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    z-index: 9999;
    position: sticky;
    top: 0;
  }

  .tag {
    padding: 0 6px;
  }

  .paragraph, .meta-data {
    font-size: 12px;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button {
    font-size: 14px;
  }

  .primary-button {
    margin-left: 0;
  }

  .stories-section {
    margin-top: 80px;
    margin-bottom: 90px;
    padding-bottom: 30px;
  }

  .div-block-23 {
    width: 320px;
    height: 400px;
  }

  .heading-2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 120%;
  }

  .secondary-button {
    height: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-header {
    margin-left: 0;
    margin-right: 0;
  }

  .storie-1, .storie-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-28 {
    width: auto;
  }

  .paragraph-4 {
    max-width: 400px;
  }

  .storie-1-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-30 {
    width: 220px;
  }

  .storie-1-img {
    width: 280px;
    height: 360px;
  }

  .storie-1-img-frame, .storie-2-img-frame {
    width: 300px;
    height: 400px;
  }

  .storie-2-img {
    width: 280px;
    height: 360px;
  }

  .div-block-32 {
    aspect-ratio: 16 / 9;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 65%;
  }

  .div-block-35 {
    width: 15%;
    display: none;
  }

  .image-8 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 10%;
    align-self: center;
    width: 95%;
    max-width: 100%;
    height: auto;
    inset: auto auto 0% 0%;
    overflow: hidden;
  }

  .heading-3 {
    max-width: 100vw;
    font-size: 32px;
    line-height: 120%;
  }

  .heading-1st-line {
    margin-top: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .heading-3-copy {
    font-size: 32px;
  }

  .heading-2nd-line {
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .slider {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-38 {
    height: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-39 {
    height: 560px;
    padding-top: 0;
    position: relative;
  }

  .image-9 {
    object-fit: cover;
    height: 620px;
  }

  .heading-4 {
    box-sizing: border-box;
    white-space: nowrap;
    margin: 0;
    font-size: 16px;
    inset: 0% 0% auto;
    overflow: visible;
    transform: rotate(90deg);
  }

  .heading-4-copy {
    font-size: 22px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .primary-button-copy {
    margin-left: 100px;
    inset: auto 20px 20px auto;
  }

  .button-copy {
    font-size: 14px;
  }

  .div-block-41-copy-copy-copy {
    inset: auto 0% 0%;
  }

  .div-block-45 {
    height: auto;
    padding: 40px 40px 100px;
  }

  .heading-5 {
    color: var(--font-main-color);
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 58px;
  }

  .player-name {
    font-size: 18px;
  }

  .main-section {
    width: 90vw;
    margin-top: -40px;
  }

  .div-block-49 {
    aspect-ratio: 16 / 9;
    width: 90vw;
    height: auto;
  }

  .div-block-50 {
    aspect-ratio: 16 / 9;
    background-size: 740px;
    width: 90vw;
    height: auto;
  }

  .teaser-paragraph {
    margin-left: 40px;
    margin-right: 40px;
  }

  .answear-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .answear-paragraph {
    max-width: 100%;
    margin-top: 0;
  }

  .div-block-53 {
    min-width: 1px;
  }

  .paragraph-8 {
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 18px;
  }

  .question-box {
    margin-left: 0;
  }

  .answear-box {
    max-width: 620px;
  }

  .div-block-54 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .extra-info-box-headline {
    font-size: 32px;
  }

  .paragraph-10 {
    font-size: 12px;
  }

  .div-block-55 {
    width: 382px;
  }

  .div-block-56 {
    width: 352px;
    top: 10px;
    right: -10px;
  }

  .quote-block {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-57 {
    margin-left: 40px;
  }

  .div-block-58 {
    padding: 30px;
  }

  .quote {
    font-size: 32px;
  }

  .div-block-59 {
    width: 100px;
    height: 150px;
  }

  .stats-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-62 {
    height: 460px;
  }

  .stats-number {
    font-size: 26px;
    line-height: 120%;
  }

  .div-block-63 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
  }

  .div-block-65 {
    width: 60%;
    height: 100%;
    top: auto;
    bottom: -10px;
    left: -10px;
  }

  ._2-img-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 420px;
    margin-left: 40px;
    margin-right: 40px;
  }

  ._2img-section-1st {
    background-size: 360px;
  }

  ._2img-section-2nd {
    background-size: 580px;
  }

  .div-block-67 {
    width: 100%;
  }

  .bold-text {
    font-size: 22px;
  }

  .div-block-68 {
    aspect-ratio: auto;
    margin-top: 80px;
  }

  .div-block-69 {
    width: 100%;
    height: 460px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-20 {
    width: 100%;
    height: 460px;
  }

  .div-block-70 {
    width: 90%;
    height: 460px;
    bottom: -20px;
    right: 20px;
  }

  .slide-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: var(--dvider);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .heading-6 {
    object-fit: fill;
    font-size: 22px;
  }

  .div-block-74 {
    flex: 0 auto;
    align-self: center;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .image-21 {
    z-index: 0;
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    position: static;
  }

  .div-block-75 {
    width: 80%;
    height: auto;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .div-block-76 {
    z-index: -1;
    width: 98%;
    height: 98%;
    inset: auto 0% 0% auto;
  }

  .div-block-78 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
  }

  .slide-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid var(--dvider);
    flex-flow: row;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .slide-right-last {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid #ecebdf;
    flex-flow: wrap-reverse;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
  }

  .image-23 {
    width: 20px;
  }

  .hero-copy-copy {
    height: 700px;
  }

  .div-block-79 {
    width: 100%;
    max-width: 1320px;
    height: auto;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
    inset: auto 40px 0%;
  }

  .div-block-75-copy {
    width: 320px;
    height: 420px;
    padding-bottom: 0;
    padding-right: 10px;
    position: relative;
  }

  .image-21-copy {
    z-index: 0;
    aspect-ratio: 1;
    width: 300px;
    height: 380px;
    position: absolute;
  }

  .div-block-76-copy {
    z-index: -1;
    width: 60%;
    height: 100%;
    inset: auto 0% 0% auto;
  }

  .div-block-80-copy-copy {
    width: 320px;
    height: 440px;
  }

  .image-24-copy-copy {
    object-fit: cover;
    width: 100%;
    height: 420px;
  }

  .div-block-81-copy {
    left: -10px;
  }

  .div-block-80-copy-copy-copy {
    width: 320px;
    height: 440px;
  }

  .div-block-81-copy-copy {
    right: -10px;
  }

  .image-24-copy-copy-copy {
    object-fit: cover;
    width: 100%;
    height: 420px;
  }

  .storie-1-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .question-and-answear {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 60px auto 40px;
  }

  .div-block-85 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-87 {
    margin-left: 40px;
  }

  .div-block-50-copy {
    aspect-ratio: 16 / 9;
    background-size: 740px;
    width: 90vw;
    height: auto;
  }

  .answear-paragraph-copy {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-88 {
    margin-top: 40px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .img-left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-90 {
    width: 100%;
  }

  .image-26 {
    aspect-ratio: 1;
    width: 100%;
  }

  .img-right {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .quote-copy {
    font-size: 32px;
  }

  .main-section-copy {
    width: 90vw;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-49-copy {
    aspect-ratio: 16 / 9;
    width: 90vw;
    height: auto;
  }

  .div-block-93, .div-block-93-copy {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-11-copy {
    width: 120px;
  }

  .div-block-92-copy {
    aspect-ratio: 16 / 9;
  }

  .div-block-95 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-copy-copy-copy {
    flex-flow: column;
    height: auto;
  }

  .div-block-32-copy {
    aspect-ratio: 3 / 2;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .image-8-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 10%;
    align-self: center;
    width: 98%;
    max-width: 100%;
    height: auto;
    inset: 50% auto 50% 0%;
    overflow: hidden;
  }

  .div-block-96-copy {
    bottom: -20px;
    right: -20px;
  }

  .div-block-93-copy-copy {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-97, .div-block-98 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-32 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
  }

  .div-block-79-copy {
    width: 100%;
    max-width: 1320px;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 40px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-100 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-11-copy-copy {
    width: 120px;
  }

  .div-block-54-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .extra-info-box-copy {
    width: 50%;
  }

  .div-block-55-copy {
    width: 382px;
  }

  .div-block-56-copy {
    width: 60%;
    top: 10px;
    right: -10px;
  }

  .div-block-101 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-34 {
    aspect-ratio: 1;
  }

  .div-block-102 {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
  }

  .stats-block-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .div-block-103 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
  }

  .div-block-104 {
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .answear-box-copy {
    max-width: 620px;
  }

  .paragraph-9-copy {
    align-self: flex-start;
  }

  .paragraph-8-copy {
    max-width: 72vw;
    font-size: 32px;
  }

  .div-block-106 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-107 {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-108 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-109 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-38 {
    opacity: .6;
    left: -10%;
  }

  .image-38-copy {
    opacity: .6;
    display: inline-block;
    top: 20%;
    left: auto;
    right: -20%;
  }

  .div-block-93-copy {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .edition-nr-big {
    font-size: 36px;
    font-weight: 300;
  }

  .div-block-80-copy-copy-copy-copy {
    width: 320px;
    height: auto;
  }

  .image-24-copy-copy-copy-copy {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .stories-02-img-right-rectangle-background {
    aspect-ratio: 1;
    top: -10px;
    bottom: -10px;
    right: -10px;
  }

  .stories-02-img-left-rectangle-background {
    aspect-ratio: 1;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .div-block-92-copy-copy-copy {
    border-radius: 2px;
  }

  .image-28-copy-copy {
    display: block;
  }

  .div-block-117 {
    display: none;
  }

  .text-span-3 {
    vertical-align: text-bottom;
    font-size: 43px;
    font-weight: 300;
  }

  .nav-bar-copy {
    z-index: 9999;
    position: sticky;
    top: 0;
  }

  .text-block-2-copy {
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-117-copy {
    padding-left: 40px;
    padding-right: 40px;
    font-family: Zodiak, Georgia, sans-serif;
    font-size: 22px;
    font-weight: 400;
    display: flex;
  }

  .edition-number-small {
    margin-bottom: 8px;
  }

  .image-38-copy {
    opacity: .6;
    inset: auto 0% 0% auto;
  }

  .navbar-2 {
    padding-left: 40px;
    padding-right: 40px;
    position: sticky;
    top: 0;
  }

  .div-block-119.w--current {
    width: auto;
  }

  .paragraph-copy, .meta-data-copy {
    font-size: 12px;
  }

  .div-block-80-copy-copy-copy-copy-copy {
    width: 80px;
    height: auto;
  }

  .main-img-mobile {
    display: none;
  }

  .div-block-64-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .stats-number-copy {
    font-size: 18px;
    line-height: 120%;
  }

  .image-41 {
    width: 24px;
  }

  .tag-copy {
    padding: 0 6px;
  }

  .recirculation-section {
    margin-top: 60px;
  }

  .div-block-124 {
    flex-flow: column;
  }

  .div-block-125 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-85-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .credits, .credits-label, .credits-name {
    max-width: 100%;
    margin-top: 0;
  }

  .div-block-8-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-2-copy {
    font-size: 22px;
    line-height: 120%;
  }

  .text-span-4 {
    font-size: 42px;
  }

  .div-block-131 {
    padding: 10px;
  }

  .bold-text-4, .bold-text-4-copy {
    font-size: 42px;
  }

  .edition-number {
    font-size: 90px;
    line-height: 90%;
  }

  .heading-9 {
    font-size: 56px;
  }

  .text-span-5 {
    font-size: 42px;
  }

  .paragraph-13 {
    font-size: 14px;
  }

  .section-3-copy {
    max-width: 1116px;
    height: 55vh;
  }

  .div-block-136 {
    width: 90%;
    top: -20px;
  }

  .div-block-137 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-3-copy-copy {
    max-width: 1116px;
    height: 520px;
  }

  .heading-2-copy-copy {
    font-size: 22px;
    line-height: 120%;
  }

  .heading-10 {
    font-size: 42px;
  }

  .div-block-141 {
    align-self: flex-start;
  }

  .div-block-90-copy-copy {
    aspect-ratio: 1;
  }

  .question-and-answear-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 auto;
  }

  .img-left-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid var(--dvider);
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .div-block-58-copy {
    padding: 30px;
  }

  .main-section-copy-copy {
    width: 60vw;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-28-copy-copy-copy {
    aspect-ratio: 1;
    object-position: 50% 0%;
    display: block;
  }

  .section-4 {
    padding-left: 20px;
  }

  .div-block-143 {
    width: 60%;
  }

  .paragraph-11-copy, .paragraph-11-copy-copy {
    font-size: 16px;
  }

  .div-block-90-copy {
    width: 100%;
  }

  .div-block-54-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .extra-info-box-copy-copy {
    width: 50%;
  }

  .div-block-90-copy {
    aspect-ratio: 1;
    background-color: #0000;
    width: 100%;
  }

  .div-block-141-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-start;
    width: 100%;
  }

  .div-block-90-copy-copy, .div-block-90-copy-copy-copy {
    width: 100%;
  }

  .image-50 {
    object-position: 50% 0%;
  }

  .img-left-copy-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--dvider);
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .section-6 {
    margin-top: 40px;
  }

  .div-block-136-copy {
    width: 90%;
    top: -20px;
  }

  .div-block-81-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .div-block-81-copy-copy-copy-copy, .div-block-81-copy-copy-copy-copy-copy, .stories-03-img-right-rectangle-background {
    aspect-ratio: 1;
    top: -10px;
    bottom: -10px;
    right: -10px;
  }

  .stories-03-img-left-rectangle-background {
    aspect-ratio: 1;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .stories-section-copy {
    margin-top: 80px;
  }

  .main-section-copy-copy-copy {
    aspect-ratio: 1;
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  ._2nd-feature-article-main-img {
    aspect-ratio: 1;
    width: 100%;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2-copy {
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
  }

  .div-block-127-copy {
    width: 100px;
  }

  .div-block-125-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .bold-text-13 {
    font-weight: 300;
  }

  .heading-10-copy {
    max-width: 500px;
    font-size: 42px;
  }

  .decor-02 {
    line-height: 122%;
  }

  .main-section-copy-copy-copy-copy {
    width: 1116vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-151.w--current {
    width: auto;
  }

  .navbar-3 {
    padding-left: 40px;
    padding-right: 40px;
    position: sticky;
    top: 0;
  }

  .div-block-81-copy-copy-copy-copy-copy-2 {
    aspect-ratio: 1;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .heading-2-copy-2 {
    font-size: 20px;
    line-height: 120%;
  }

  .div-block-8-copy-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-24-copy-copy-copy-copy-2 {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .tag-copy-2 {
    padding: 0 6px;
  }

  .nav-menu-3 {
    padding-top: 0;
  }

  .div-block-153 {
    min-width: 1px;
  }

  .div-block-155 {
    flex-flow: column;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .paragraph-15 {
    font-family: Zodiak Variable, Georgia, sans-serif;
    font-size: 18px;
  }

  .answear-box-2 {
    max-width: 620px;
  }

  .question-and-answear-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 60px auto 40px;
  }

  .player-name-2 {
    font-size: 18px;
  }

  .div-block-156 {
    width: 40px;
    height: 150px;
  }

  .div-block-157 {
    padding: 30px;
  }

  .quote-2 {
    font-size: 32px;
  }

  .stats-block-copy-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
  }

  .div-block-158 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 60%;
    max-width: 60%;
    height: 100%;
    position: relative;
  }

  .stats-number-copy-2 {
    font-size: 18px;
    line-height: 120%;
  }

  .div-block-160 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-162 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .answear-paragraph-2 {
    max-width: 100%;
    margin-top: 0;
  }

  .tag-2 {
    padding: 0 6px;
  }

  .div-block-163 {
    height: auto;
    padding: 40px 40px 100px;
  }

  .paragraph-17 {
    font-size: 12px;
  }

  .div-block-165 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-166 {
    width: 60%;
    height: 100%;
    top: auto;
    bottom: -10px;
    left: -10px;
  }

  .paragraph-18 {
    font-size: 12px;
  }

  .teaser-paragraph-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .main-section-copy-copy-copy-2 {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-167 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .extra-info-box-headline-2 {
    font-size: 32px;
  }

  .div-block-54-copy-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-12 {
    color: #12120d;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 58px;
  }

  .div-block-168 {
    margin-left: 40px;
  }

  .div-block-169 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-56-copy-2 {
    width: 60%;
    top: 10px;
    right: -10px;
  }

  .heading-15 {
    font-size: 22px;
    line-height: 120%;
  }

  .paragraph-19 {
    font-size: 12px;
  }

  .div-block-175, .div-block-176 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-178 {
    flex-flow: column;
  }

  .footer-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-179 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-20 {
    max-width: 560px;
  }

  .div-block-45-copy-2 {
    height: auto;
    padding: 40px 40px 100px;
  }

  .tag-3 {
    padding: 0 6px;
  }

  .paragraph-21 {
    font-size: 12px;
  }

  .heading-16 {
    color: #12120d;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 58px;
  }

  .player-name-3 {
    font-size: 18px;
  }

  .div-block-182 {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-183 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .answear-paragraph-copy-2 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-184 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-185 {
    margin-left: 40px;
  }

  .div-block-187 {
    padding: 30px;
  }

  .div-block-188 {
    width: 40px;
    height: 150px;
  }

  .img-left-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-189, .div-block-190 {
    width: 70%;
  }

  .div-block-191 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-192 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-96-copy-2 {
    bottom: -20px;
    right: -20px;
  }

  .div-block-194 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .img-left-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-195 {
    width: 70%;
  }

  .div-block-196 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-197 {
    width: 70%;
  }

  .div-block-198 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-18 {
    font-size: 22px;
    line-height: 120%;
  }

  .paragraph-22 {
    font-size: 12px;
  }

  .div-block-201, .div-block-202 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-204 {
    flex-flow: column;
  }

  .tag-4 {
    padding: 0 6px;
  }

  .paragraph-23 {
    font-size: 12px;
  }

  .main-img-mobile-2 {
    display: none;
  }

  .teaser-paragraph-3 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-206 {
    z-index: -1;
    width: 98%;
    height: 98%;
    inset: auto 0% 0% auto;
  }

  .div-block-207 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-208 {
    flex: 0 auto;
    align-self: center;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-209 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
  }

  .image-66 {
    z-index: 0;
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    position: static;
  }

  .paragraph-24 {
    font-size: 16px;
  }

  .tag-5 {
    padding: 0 6px;
  }

  .paragraph-25 {
    font-size: 12px;
  }

  .slide-left-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border: 1px #ecebdf;
    border-bottom-style: solid;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .slide-right-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid #ecebdf;
    flex-flow: row;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .image-67 {
    width: 20px;
  }

  .div-block-212 {
    width: 80%;
    height: auto;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .paragraph-26 {
    font-size: 16px;
  }

  .heading-19 {
    object-fit: fill;
  }

  .heading-21 {
    font-size: 22px;
    line-height: 120%;
  }

  .paragraph-27 {
    font-size: 12px;
  }

  .div-block-215, .div-block-216 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-218 {
    flex-flow: column;
  }

  .div-block-93-copy-copy-copy {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-section-copy-copy-copy {
    width: 1116vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-8-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-8-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-92-copy-copy {
    aspect-ratio: 16 / 9;
  }

  .div-block-222.w--current {
    width: auto;
  }

  .div-block-81-copy-copy-copy-copy-copy-3 {
    aspect-ratio: 1;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .heading-2-copy-3 {
    font-size: 20px;
    line-height: 120%;
  }

  .image-24-copy-copy-copy-copy-3 {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-223.w--current {
    width: auto;
  }

  .div-block-81-copy-copy-copy-copy-copy-4 {
    aspect-ratio: 1;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .heading-2-copy-4 {
    font-size: 16px;
    line-height: 120%;
  }

  .image-24-copy-copy-copy-copy-4 {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy {
    aspect-ratio: 1;
    height: auto;
    inset: -5px auto -5px -5px;
  }

  .div-block-223-copy.w--current {
    width: auto;
  }

  .heading-10-copy-copy {
    max-width: 500px;
    font-size: 42px;
  }

  .decor-02-copy {
    line-height: 122%;
  }

  .test-button {
    height: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-223-copy-copy {
    width: 100%;
  }

  .div-block-223-copy-copy.w--current {
    width: auto;
  }

  .section-3-copy-copy-copy {
    max-width: 1116px;
    height: 520px;
  }

  .div-block-80-copy-copy-copy-copy-copy-copy {
    width: 100px;
    height: auto;
  }

  .image-70 {
    width: 220px;
  }

  .paragraph-28 {
    margin-top: 0;
  }

  .div-block-232 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .paragraph-28-copy {
    margin-top: 0;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy {
    aspect-ratio: 1;
    height: auto;
    inset: -5px auto -5px -5px;
  }

  .img-left-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 0px solid var(--dvider);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 0px solid var(--dvider);
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .div-block-93-copy {
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .img-left-copy-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 0px solid var(--dvider);
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .div-block-93-copy-copy {
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-img-graphic-background {
    width: 90%;
    top: -20px;
  }

  .decor-02-copy-copy {
    line-height: 122%;
  }

  .div-block-135-copy {
    background-image: url('../images/1x1.jpg');
    background-position: 50%;
  }

  .div-block-45-copy {
    height: auto;
    padding: 40px 40px 100px;
  }

  .img-graphic-background-edition03 {
    border-radius: 2px;
  }

  .div-block-90-copy-copy-copy-copy {
    background-color: var(--edition03);
    width: 100%;
  }

  .div-block-58-copy-copy, .div-block-58-copy-copy-copy {
    padding: 30px;
  }

  .div-block-54-copy-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-56-copy-copy-copy {
    width: 60%;
    top: 10px;
    right: -10px;
  }

  .edition03-img1 {
    object-position: 50% 100%;
  }

  .edition03-img2 {
    aspect-ratio: 16 / 9;
  }

  .edition03-img4 {
    object-position: 50% 0%;
  }

  .div-block-90-copy-copy-copy-copy {
    width: 100%;
  }

  .edition03-img2-copy {
    aspect-ratio: 1;
  }

  .edition03-img4-copy {
    object-position: 50% 0%;
  }

  .div-block-45-copy-copy-copy {
    background-color: var(--background-color);
    height: auto;
    padding: 40px 40px 100px;
  }

  .div-block-45-copy-copy, .div-block-45-copy-copy-copy, .div-block-45-copy-copy-copy-copy {
    height: auto;
    padding: 40px 40px 100px;
  }

  .image-50-copy {
    object-position: 50% 0%;
    object-position: 50% 0%;
    object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .image-28-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-position: 50% 0%;
    display: block;
  }

  .link-edition03 {
    font-size: 16px;
  }

  .section-4-copy {
    padding-left: 20px;
  }

  .stories-02-img-left-rectangle-background-copy {
    aspect-ratio: 1;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .image-24-copy-copy-copy-copy-copy {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-223-copy-copy-copy {
    width: 100%;
  }

  .div-block-223-copy-copy-copy.w--current {
    width: auto;
  }

  .div-block-223-copy-copy-copy-copy {
    width: 100%;
  }

  .div-block-223-copy-copy-copy-copy.w--current {
    width: auto;
  }

  .div-block-92-copy-copy-copy-copy {
    border-radius: 2px;
  }

  .div-block-45-copy-copy-copy-copy {
    background-color: var(--background-color);
    height: auto;
    padding: 40px 40px 100px;
  }

  ._2nd-feature-article-main-img-copy {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-92-copy-copy-copy, .div-block-92-copy-copy-copy-copy {
    aspect-ratio: 1;
  }

  .div-block-92-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    border-radius: 2px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
  }

  .div-block-124-copy {
    flex-flow: column;
  }

  .div-block-90-copy-copy {
    aspect-ratio: 1;
    aspect-ratio: 1;
    aspect-ratio: 1;
    background-color: #0000;
    width: 100%;
  }

  .image-24-copy-copy-copy-copy-4-copy {
    object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy {
    aspect-ratio: 1;
    height: auto;
    inset: -5px auto -5px -5px;
  }

  .section-header-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    border-radius: 2px;
    height: 100%;
  }

  .paragraph-13-copy {
    font-size: 14px;
  }

  .heading-9-copy {
    font-size: 56px;
  }

  .edition-number-copy {
    font-size: 90px;
    line-height: 90%;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
  }

  .image-50-copy-copy {
    object-position: 50% 0%;
  }

  ._2nd-feature-article-main-img-copy-copy {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-28-copy-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-position: 50% 0%;
    display: block;
  }

  .div-block-45-copy-copy-copy-copy-copy {
    height: auto;
    padding: 40px 40px 100px;
  }

  .section-header-copy {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6-copy {
    object-fit: fill;
  }

  .link-edition04 {
    font-size: 16px;
  }

  .div-block-88-copy {
    margin-top: 40px;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .answear-paragraph-copy-copy {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-img-graphic-background-copy {
    width: 90%;
    top: -20px;
  }

  .decor-02-copy-copy-copy {
    line-height: 122%;
  }

  .stories-02-img-left-rectangle-background-copy-copy {
    aspect-ratio: 1;
    height: auto;
    inset: -10px auto -10px -10px;
  }

  .div-block-45-copy-copy {
    height: auto;
    padding: 40px 40px 100px;
  }

  .img-graphic-background-edition03-copy {
    border-radius: 2px;
  }

  .spotlight-box-edition-04 {
    width: 50%;
  }

  .div-block-56-copy-copy {
    width: 60%;
    top: 10px;
    right: -10px;
  }

  .div-block-90-copy-copy-copy-copy-copy {
    background-color: var(--edition04);
    width: 100%;
  }

  .div-block-56-copy-copy-copy-copy {
    width: 60%;
    top: 10px;
    right: -10px;
  }

  .div-block-58-copy-copy-copy-copy {
    padding: 30px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy-copy {
    border-radius: 2px;
    height: 100%;
  }

  .div-block-65-copy {
    width: 60%;
    height: 100%;
    top: auto;
    bottom: -10px;
    left: -10px;
  }

  .div-block-104-copy {
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .stats-block-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .div-block-237 {
    width: 100%;
  }

  .div-block-238 {
    top: 10px;
    left: -10px;
  }

  .div-block-239 {
    width: 100%;
  }

  .div-block-240 {
    flex-flow: wrap-reverse;
  }

  .img-left-copy-copy-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .quote-block-copy {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .img-left-copy-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid var(--dvider);
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .div-block-244 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .section-9 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-245 {
    width: 100%;
  }

  .image-72 {
    aspect-ratio: 1;
  }

  .div-block-246 {
    width: 100%;
  }

  .div-block-247 {
    top: 10px;
    left: 10px;
  }

  .answear-paragraph-copy-copy-copy {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-135-copy-copy {
    background-image: url('../images/1x1-1.jpg');
    background-position: 50%;
  }

  .div-block-223-copy-copy-copy-copy-copy {
    width: 100%;
  }

  .div-block-223-copy-copy-copy-copy-copy.w--current {
    width: auto;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy-copy {
    aspect-ratio: 1;
    aspect-ratio: 1;
    inset: -5px auto -5px -5px;
    height: auto;
    inset: -5px auto -5px -5px;
  }

  .div-block-65-copy-copy {
    width: 60%;
    height: 100%;
    top: auto;
    bottom: -10px;
    left: -10px;
  }
}

@media screen and (max-width: 767px) {
  .tag {
    padding: 0 6px;
    overflow: hidden;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .stories-section {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .heading {
    font-size: 36px;
  }

  .div-block-23 {
    width: 100%;
  }

  .meta-data-block {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    margin-bottom: 0;
  }

  .secondary-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .storie-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .storie-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap-reverse;
  }

  .footer {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-28 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-4 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-29 {
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .storie-1-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-32 {
    height: 60%;
  }

  .heading-3 {
    text-align: left;
    font-size: 26px;
  }

  .heading-1st-line {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3-copy {
    text-align: left;
    font-size: 26px;
  }

  .heading-2nd-line {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-45 {
    padding: 40px 40px 80px;
  }

  .heading-5 {
    margin: 24px 0 0;
    font-size: 46px;
  }

  .label {
    font-size: 14px;
  }

  .player-name {
    font-size: 16px;
  }

  .div-block-46 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .main-section {
    margin-top: -40px;
  }

  .teaser {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .div-block-53 {
    width: 1px;
    min-width: 1px;
  }

  .question-box, .answear-box {
    padding: 8px 16px;
  }

  .div-block-54 {
    flex-flow: wrap-reverse;
  }

  .extra-info-box {
    max-width: 100%;
  }

  .extra-info-box-headline {
    font-size: 32px;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .div-block-55 {
    width: 98%;
  }

  .div-block-56 {
    width: 98%;
    right: 0;
  }

  .quote {
    font-size: 26px;
  }

  .div-block-62 {
    height: 420px;
  }

  .stats-number {
    font-size: 22px;
    line-height: 120%;
  }

  .stats-label {
    font-size: 10px;
  }

  .div-block-63 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-around;
  }

  .div-block-64 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-65 {
    width: 60%;
    height: 100%;
  }

  ._2-img-section {
    height: 300px;
  }

  .div-block-66 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-67 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-16, .image-17, .image-18, .image-19 {
    width: 30px;
  }

  .div-block-69 {
    aspect-ratio: 16 / 9;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .image-20 {
    aspect-ratio: 16 / 9;
    width: 97%;
    height: auto;
  }

  .div-block-70 {
    aspect-ratio: 16 / 9;
    width: 97%;
    height: auto;
    bottom: -2%;
    left: auto;
    right: 0%;
  }

  .div-block-71 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slidelist-header {
    font-size: 62px;
  }

  .slide-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6 {
    font-size: 20px;
  }

  .div-block-74 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-75 {
    width: 100%;
    padding-bottom: 0;
  }

  .slide-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-right-last {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .hero-copy-copy {
    height: 560px;
    margin-top: -5vh;
  }

  .div-block-79 {
    left: 30px;
    right: 30px;
  }

  .div-block-75-copy {
    width: 100%;
  }

  .image-21-copy {
    width: 95%;
  }

  .div-block-80-copy-copy {
    width: 90vw;
    height: 92vw;
  }

  .image-24-copy-copy {
    aspect-ratio: 1;
    width: 100%;
    height: 88vw;
  }

  .div-block-80-copy-copy-copy {
    width: 90vw;
    height: 92vw;
  }

  .image-24-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    width: 88vw;
    height: 88vw;
  }

  .storie-1-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap-reverse;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .question-and-answear {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-25 {
    width: 140px;
  }

  .div-block-88, .img-left {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-90-copy {
    top: 10px;
    left: 10px;
  }

  .img-right {
    margin-left: 40px;
    margin-right: 40px;
  }

  .quote-copy {
    font-size: 26px;
  }

  .main-section-copy {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-28 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .div-block-92 {
    aspect-ratio: 1;
    top: 10px;
    left: 10px;
  }

  .div-block-93 {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-93-copy {
    display: flex;
  }

  .image-11-copy {
    width: 120px;
    max-width: 100%;
  }

  .image-28-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .div-block-92-copy {
    aspect-ratio: 1;
    top: 10px;
    left: 10px;
  }

  .img-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy-copy-copy {
    height: auto;
    margin-top: 0;
  }

  .div-block-32-copy {
    height: 67vw;
  }

  .image-8-copy {
    width: 98%;
  }

  .div-block-96 {
    top: -10px;
    left: -10px;
  }

  .div-block-96-copy {
    bottom: -10px;
    right: -10px;
  }

  .div-block-93-copy-copy {
    display: flex;
  }

  .div-block-97, .div-block-98 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-79-copy {
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    right: 30px;
  }

  .paragraph-12 {
    font-size: 14px;
    display: none;
  }

  .image-11-copy-copy {
    width: 120px;
    max-width: 100%;
  }

  .div-block-54-copy {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .extra-info-box-copy {
    max-width: 100%;
  }

  .div-block-55-copy {
    width: 98%;
  }

  .div-block-56-copy {
    width: 60%;
    right: -10px;
  }

  .stats-block-copy {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-103 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-104 {
    margin-bottom: 40px;
  }

  .paragraph-8-copy {
    max-width: 61vw;
  }

  .div-block-106 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-107 {
    margin-bottom: 40px;
  }

  .div-block-64-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: stretch;
  }

  .div-block-109 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-38 {
    opacity: .6;
    width: 260px;
    left: -10%;
  }

  .image-38-copy {
    opacity: 1;
    width: 260px;
    top: 20%;
    left: auto;
    right: -24%;
  }

  .question-and-answear-section {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-93-copy {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .main-section-copy-copy {
    width: 100%;
    height: auto;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-93-copy-copy {
    height: auto;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-80-copy-copy-copy-copy {
    width: 100%;
    height: auto;
  }

  .image-24-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-92-copy-copy-copy {
    aspect-ratio: 16 / 9;
    border-radius: 2px;
    top: 10px;
    left: 10px;
  }

  .image-28-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
  }

  .div-block-117-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-38-copy {
    opacity: .6;
    width: 260px;
    inset: auto 0% 0% 410px;
  }

  .navbar-2 {
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    top: 0;
  }

  .div-block-119 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-menu-2 {
    height: auto;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .meta-data-block-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 0;
  }

  .heading-2-copy {
    font-size: 16px;
  }

  .div-block-80-copy-copy-copy-copy-copy {
    width: 80px;
    height: auto;
  }

  .div-block-119-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .main-img-mobile {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: none;
  }

  .div-block-64-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    place-items: stretch stretch;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .stats-number-copy {
    font-size: 18px;
    line-height: 120%;
  }

  .stats-label-copy {
    font-size: 10px;
  }

  .tag-copy {
    padding: 0 6px;
  }

  .recirculation-section, .section {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-8 {
    font-size: 36px;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 30px;
  }

  .text-span-4 {
    font-size: 32px;
  }

  .div-block-131 {
    padding-top: 12px;
  }

  .bold-text-4, .bold-text-4-copy {
    font-size: 32px;
  }

  .div-block-133 {
    padding-left: 0;
  }

  .edition-number, .heading-9 {
    color: var(--background-color);
  }

  .text-span-5 {
    font-size: 32px;
  }

  .div-block-134 {
    z-index: 1;
    color: var(--edition-colour-02);
    padding-top: 10px;
    padding-left: 20px;
    left: 0;
  }

  .paragraph-13 {
    color: var(--background-color);
  }

  .section-3-copy {
    height: 60vh;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-135 {
    background-position: 94%;
    width: 100%;
    height: 100%;
  }

  .div-block-136 {
    top: -10px;
    bottom: -10px;
    right: -10px;
  }

  .div-block-137 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3-copy-copy {
    height: 60vh;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    font-size: 36px;
  }

  .div-block-134-copy {
    z-index: 1;
    color: var(--edition-colour-02);
    padding-top: 10px;
    padding-left: 20px;
    left: 0;
  }

  .question-and-answear-section-copy {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .question-and-answear-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-141 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .div-block-90-copy-copy {
    top: 10px;
    left: 10px;
  }

  .question-and-answear-copy {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-left-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .img-left-copy-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-142 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-92-copy-copy {
    aspect-ratio: 16 / 9;
    height: 100%;
    top: 10px;
    left: 10px;
  }

  .main-section-copy-copy {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-28-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }

  .section-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
  }

  .container-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .div-block-143 {
    aspect-ratio: 2 / 3;
    width: 100%;
  }

  .image-47 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
  }

  .paragraph-11-copy {
    font-size: 12px;
  }

  .div-block-146 {
    flex: 0 auto;
  }

  .paragraph-11-copy-copy {
    font-size: 12px;
  }

  .container-6-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
  }

  .div-block-93-copy-copy {
    margin-top: -40px;
    display: flex;
  }

  .img-left-copy-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-142-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-54-copy-copy {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .extra-info-box-copy-copy {
    max-width: 100%;
  }

  .div-block-90-copy {
    aspect-ratio: 1;
    background-color: #0000;
    top: auto;
    left: auto;
  }

  .div-block-141-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .section-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-90-copy-copy-copy {
    top: 10px;
    left: 10px;
  }

  .image-50 {
    object-position: 50% 0%;
  }

  .section-5-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .img-left-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-136-copy {
    top: -10px;
    bottom: -10px;
    right: -10px;
  }

  .div-block-135-copy, .div-block-135-copy-copy {
    background-position: 94%;
    width: 100%;
    height: 100%;
  }

  .div-block-134-copy-copy {
    z-index: 1;
    color: var(--edition-color);
    padding-top: 10px;
    padding-left: 20px;
    left: 0;
  }

  .stories-section-copy {
    margin-bottom: 90px;
  }

  .main-section-copy-copy-copy {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }

  ._2nd-feature-article-main-img {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-125-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .bold-text-13 {
    font-weight: 300;
  }

  .heading-10-copy {
    font-size: 36px;
  }

  .main-section-copy-copy-copy-copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-92-copy-copy-copy {
    aspect-ratio: 16 / 9;
    height: auto;
    top: 10px;
    left: 10px;
  }

  .main-section-copy-copy-copy-copy {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-151 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-51 {
    width: 140px;
  }

  .navbar-3 {
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    top: 0;
  }

  .heading-2-copy-2 {
    font-size: 16px;
  }

  .meta-data-block-copy-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 0;
  }

  .div-block-119-copy-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-8-copy-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-24-copy-copy-copy-copy-2 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .paragraph-14 {
    font-size: 14px;
    display: none;
  }

  .tag-copy-2 {
    padding: 0 6px;
  }

  .nav-menu-3 {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-153 {
    width: 1px;
    min-width: 1px;
  }

  .div-block-155 {
    margin-bottom: 40px;
  }

  .heading-11 {
    font-size: 36px;
  }

  .answear-box-2 {
    padding: 8px 16px;
  }

  .extra-info-box-copy-2 {
    max-width: 100%;
  }

  .question-and-answear-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .player-name-2 {
    font-size: 16px;
  }

  .quote-2 {
    font-size: 26px;
  }

  .stats-block-copy-2 {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-158 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-92-copy-copy-copy-2 {
    aspect-ratio: 16 / 9;
    top: 10px;
    left: 10px;
  }

  .stats-number-copy-2 {
    font-size: 18px;
    line-height: 120%;
  }

  .div-block-160 {
    margin-bottom: 40px;
  }

  .div-block-162 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tag-2 {
    padding: 0 6px;
  }

  .div-block-163 {
    padding: 40px 40px 80px;
  }

  .question-and-answear-section-2 {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-166 {
    width: 60%;
    height: 100%;
  }

  .paragraph-18 {
    font-size: 14px;
  }

  .main-section-copy-copy-copy-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .label-2 {
    font-size: 14px;
  }

  .extra-info-box-headline-2 {
    font-size: 32px;
  }

  .stats-label-copy-2 {
    font-size: 10px;
  }

  .div-block-54-copy-2 {
    flex-flow: wrap-reverse;
  }

  .heading-12 {
    margin: 24px 0 0;
    font-size: 46px;
  }

  .div-block-56-copy-2 {
    width: 60%;
    right: -10px;
  }

  .div-block-170 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-7 {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-13, .heading-14 {
    font-size: 36px;
  }

  .div-block-175 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .meta-data-block-2 {
    margin-bottom: 0;
  }

  .recirculation-section-2 {
    margin-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-2 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-179 {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-20 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-45-copy-2 {
    padding: 40px 30px 80px;
  }

  .tag-3 {
    padding: 0 6px;
  }

  .heading-16 {
    margin: 24px 0 0;
    font-size: 46px;
  }

  .div-block-181 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .player-name-3 {
    font-size: 16px;
  }

  .div-block-182 {
    display: flex;
  }

  .div-block-92-copy-2 {
    aspect-ratio: 16 / 9;
    top: 10px;
    left: 10px;
  }

  .div-block-183 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-184 {
    margin-bottom: 40px;
  }

  .img-left-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-90-copy-2, .div-block-90-copy-3 {
    top: 10px;
    left: 10px;
  }

  .div-block-191 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-193 {
    top: -10px;
    left: -10px;
  }

  .div-block-96-copy-2 {
    bottom: -10px;
    right: -10px;
  }

  .div-block-194, .img-left-3 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-90-copy-4 {
    top: 10px;
    left: 10px;
  }

  .div-block-196 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-90-copy-5 {
    top: 10px;
    left: 10px;
  }

  .div-block-198 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-17 {
    font-size: 36px;
  }

  .div-block-201 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-205 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tag-4 {
    padding: 0 6px;
  }

  .slidelist-header-2 {
    font-size: 62px;
  }

  .image-28-copy-2 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .main-img-mobile-2 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: none;
  }

  .div-block-207 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-208 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tag-5 {
    padding: 0 6px;
  }

  .slide-left-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-right-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-212 {
    width: 100%;
    padding-bottom: 0;
  }

  .heading-20 {
    font-size: 36px;
  }

  .div-block-215 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-93-copy-copy-copy {
    height: auto;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .main-section-copy-copy-copy {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-8-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 30px;
  }

  .div-block-92-copy-copy {
    aspect-ratio: 1;
    top: 10px;
    left: 10px;
  }

  .div-block-222 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-2-copy-3 {
    font-size: 16px;
  }

  .meta-data-block-copy-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 0;
  }

  .div-block-119-copy-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-24-copy-copy-copy-copy-3 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-223 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-2-copy-4 {
    font-size: 16px;
  }

  .meta-data-block-copy-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 0;
  }

  .image-24-copy-copy-copy-copy-4 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy {
    top: -5px;
    bottom: -5px;
    left: -5px;
  }

  .div-block-223-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-10-copy-copy {
    font-size: 36px;
  }

  .test-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    background-color: #0000004d;
    border-color: #fff;
  }

  .div-block-223-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
  }

  .heading-23 {
    font-size: 10px;
  }

  .section-3-copy-copy-copy {
    height: 60vh;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-80-copy-copy-copy-copy-copy-copy {
    width: 90px;
    height: auto;
  }

  .image-70 {
    width: 100%;
  }

  .paragraph-28, .paragraph-28-copy {
    margin-top: 0;
  }

  .div-block-233 {
    flex-flow: column;
    justify-content: space-between;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy {
    top: -5px;
    bottom: -5px;
    left: -5px;
  }

  .img-left-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-93-copy {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .img-left-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-93-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .main-img-graphic-background {
    top: -10px;
    bottom: -10px;
    right: -10px;
  }

  .div-block-135-copy {
    background-position: 50%;
    width: 100%;
    height: 100%;
  }

  .div-block-45-copy {
    padding: 40px 40px 80px;
  }

  .img-graphic-background-edition03 {
    aspect-ratio: 16 / 9;
    border-radius: 2px;
    top: 10px;
    left: 10px;
  }

  .div-block-54-copy-copy-copy {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-56-copy-copy-copy {
    width: 60%;
    right: -10px;
  }

  .edition03-img1 {
    object-position: 50% 100%;
  }

  .edition03-img4 {
    object-position: 50% 0%;
  }

  .div-block-90-copy-copy-copy-copy {
    top: 10px;
    left: 10px;
  }

  .edition03-img4-copy {
    object-position: 50% 100%;
  }

  .div-block-45-copy-copy, .div-block-45-copy-copy-copy, .div-block-45-copy-copy, .div-block-45-copy-copy-copy, .div-block-45-copy-copy-copy-copy {
    padding: 40px 30px 80px;
  }

  .image-50-copy {
    object-position: 50% 0%;
    object-position: 50% 0%;
    object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .image-28-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }

  .section-4-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
  }

  .image-24-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-223-copy-copy-copy, .div-block-223-copy-copy-copy-copy, .div-block-223-copy-copy-copy, .div-block-223-copy-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
  }

  .div-block-92-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    border-radius: 2px;
    top: 10px;
    left: 10px;
  }

  .div-block-45-copy-copy-copy-copy {
    padding: 40px 30px 80px;
  }

  ._2nd-feature-article-main-img-copy {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-92-copy-copy-copy, .div-block-92-copy-copy-copy-copy, .div-block-92-copy-copy-copy-copy, .div-block-92-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    top: 10px;
    left: 10px;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    border-radius: 2px;
    top: 10px;
    left: 10px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    top: 10px;
    left: 10px;
  }

  .div-block-90-copy-copy {
    aspect-ratio: 1;
    aspect-ratio: 1;
    aspect-ratio: 1;
    background-color: #0000;
    top: auto;
    left: auto;
  }

  .image-24-copy-copy-copy-copy-4-copy {
    aspect-ratio: 1;
    object-fit: cover;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy {
    top: -5px;
    bottom: -5px;
    left: -5px;
  }

  .section-header-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-92-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    height: auto;
    top: 10px;
    left: 10px;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    top: 10px;
    left: 10px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    border-radius: 2px;
    top: 10px;
    left: 10px;
  }

  .paragraph-13-copy, .heading-9-copy, .edition-number-copy {
    color: var(--font-main-color);
  }

  .div-block-92-copy-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    top: 10px;
    left: 10px;
  }

  .image-50-copy-copy {
    object-position: 50% 0%;
  }

  ._2nd-feature-article-main-img-copy-copy {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-28-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    height: auto;
    top: 10px;
    left: 10px;
  }

  .div-block-45-copy-copy-copy-copy-copy {
    padding: 40px 30px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    height: auto;
    top: 10px;
    left: 10px;
  }

  .section-header-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-88-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .main-img-graphic-background-copy {
    top: -10px;
    bottom: -10px;
    right: -10px;
  }

  .div-block-45-copy-copy {
    padding: 40px 40px 80px;
  }

  .img-graphic-background-edition03-copy {
    aspect-ratio: 16 / 9;
    border-radius: 2px;
    top: 10px;
    left: 10px;
  }

  .spotlight-box-edition-04 {
    max-width: 100%;
  }

  .div-block-56-copy-copy {
    width: 60%;
    right: -10px;
  }

  .div-block-90-copy-copy-copy-copy-copy {
    top: 10px;
    left: 10px;
  }

  .div-block-56-copy-copy-copy-copy {
    width: 60%;
    right: -10px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    border-radius: 2px;
    top: 10px;
    left: 10px;
  }

  .div-block-65-copy {
    width: 60%;
    height: 100%;
  }

  .div-block-104-copy {
    margin-bottom: 40px;
  }

  .stats-block-copy-copy {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-copy {
    font-size: 36px;
  }

  .section-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .img-left-copy-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .img-left-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-copy-copy {
    font-size: 36px;
  }

  .div-block-135-copy-copy {
    background-position: 0%;
    width: 100%;
    height: 100%;
  }

  .div-block-223-copy-copy-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy-copy {
    top: -5px;
    bottom: -5px;
    left: -5px;
  }

  .div-block-135-copy-copy-copy {
    background-position: 94%;
    width: 100%;
    height: 100%;
  }

  .div-block-65-copy-copy {
    width: 60%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .logo-bar {
    z-index: 9999;
    height: 66px;
  }

  .nav-bar {
    height: 52px;
  }

  .body {
    background-color: var(--background-color);
  }

  .meta-data {
    text-align: left;
  }

  .div-block-8 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
  }

  .button {
    white-space: nowrap;
  }

  .stories-section {
    padding-bottom: 0;
  }

  .heading {
    color: var(--font-main-color);
    font-size: 32px;
    line-height: 120%;
  }

  .div-block-23 {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .meta-data-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .secondary-button {
    background-color: var(--background-color);
    height: 40px;
    margin-top: 0;
    padding-left: 24px;
  }

  .section-header {
    margin-right: 0;
    padding-left: 0;
  }

  .storie-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-left: 20px;
    margin-right: 20px;
  }

  .storie-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer {
    flex-flow: column;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-4 {
    max-width: 320px;
    font-size: 10px;
  }

  .div-block-29 {
    margin-top: 0;
  }

  .image-3 {
    max-width: 200px;
  }

  .storie-1-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-30 {
    height: 100%;
  }

  .storie-1-img {
    aspect-ratio: 1;
    object-fit: fill;
    width: 96%;
    height: auto;
    inset: auto 0% 0% auto;
  }

  .storie-1-img-frame {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 360px;
  }

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    height: 100vw;
    padding-top: 20px;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .image-8 {
    aspect-ratio: 1;
    vertical-align: baseline;
    width: 95vw;
    height: 95vw;
    display: block;
    position: static;
  }

  .heading-3, .heading-3-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-45 {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .heading-5 {
    margin: 24px 0 0;
    font-size: 26px;
  }

  .label {
    font-size: 12px;
  }

  .player-name {
    font-size: 14px;
  }

  .div-block-46 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-47 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .div-block-49 {
    aspect-ratio: 1;
    max-width: 100%;
    top: 10px;
    left: 10px;
  }

  .div-block-50 {
    background-size: 410px;
  }

  .teaser {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .teaser-paragraph {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 180%;
  }

  .answear-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 40px 30px 30px;
  }

  .answear-paragraph {
    font-size: 16px;
  }

  .div-block-53 {
    width: 1px;
    min-width: 1px;
  }

  .paragraph-8 {
    color: var(--font-main-color);
    font-size: 16px;
  }

  .paragraph-9 {
    color: var(--font-main-color);
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .question-box, .answear-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-11 {
    max-width: 30%;
  }

  .link-block {
    width: 200px;
  }

  .div-block-54 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 0 20px 30px;
  }

  .extra-info-box-headline {
    color: var(--font-main-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 120%;
  }

  .paragraph-10 {
    color: var(--font-main-color);
    margin-bottom: 0;
    font-size: 12px;
  }

  .div-block-55 {
    background-position: 50%;
    width: 100%;
    height: 480px;
  }

  .div-block-56 {
    height: 480px;
  }

  .quote-block {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-57 {
    width: 40px;
    height: 40px;
    margin-left: 30px;
  }

  .div-block-58 {
    padding: 16px 24px 20px;
  }

  .quote {
    color: var(--font-main-color);
    font-size: 22px;
  }

  .div-block-59 {
    display: none;
  }

  .image-13 {
    max-width: 60%;
  }

  .stats-block {
    flex-flow: column;
    margin: 40px 20px 60px;
    padding-left: 0;
  }

  .div-block-62 {
    width: 100%;
  }

  .stats-number, .stats-label {
    color: var(--font-main-color);
  }

  .div-block-63 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
  }

  .div-block-64 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-img-section {
    flex-flow: wrap;
    height: auto;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  ._2img-section-1st, ._2img-section-2nd {
    aspect-ratio: 1;
  }

  .div-block-66 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .div-block-67 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .body-2 {
    overflow: visible;
  }

  .div-block-69 {
    aspect-ratio: 1;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-20 {
    aspect-ratio: 1;
  }

  .div-block-70 {
    aspect-ratio: 1;
    bottom: 0%;
  }

  .slidelist-header {
    font-size: 42px;
    font-weight: 300;
  }

  .slide-left {
    border-style: none none solid;
    border-color: var(--separate-stroke);
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 140%;
  }

  .div-block-74 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-11 {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .div-block-75 {
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .div-block-76 {
    border-radius: 2px;
  }

  .image-22 {
    width: 80px;
  }

  .div-block-77 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    overflow: visible;
  }

  .slide-right {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-right-last {
    border-bottom-style: none;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
  }

  .image-23 {
    width: 20px;
  }

  .hero-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
    margin-top: -14px;
  }

  .div-block-79 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .div-block-75-copy {
    width: 100vw;
    height: 100vw;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-21-copy {
    vertical-align: baseline;
    width: 92vw;
    height: auto;
    inset: 4% 0% 0% auto;
  }

  .div-block-76-copy {
    border-radius: 2px;
  }

  .div-block-80-copy-copy {
    width: 90vw;
  }

  .image-24-copy-copy {
    width: 100%;
    height: 86vw;
  }

  .div-block-80-copy-copy-copy {
    width: 100%;
  }

  .div-block-81-copy-copy {
    right: -10px;
  }

  .image-24-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: 86vw;
  }

  .storie-1-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap-reverse;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .question-and-answear {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin: 40px 0 30px;
    overflow: visible;
  }

  .div-block-86 {
    width: 46%;
  }

  .image-25 {
    width: 100px;
  }

  .div-block-45-copy {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-50-copy {
    background-size: 410px;
  }

  .answear-paragraph-copy {
    font-size: 15px;
  }

  .div-block-88 {
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .img-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-90 {
    width: 100%;
  }

  .div-block-90-copy {
    top: 10px;
    left: 10px;
  }

  .image-27 {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .img-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .quote-copy {
    color: var(--font-main-color);
    font-size: 22px;
  }

  .main-section-copy {
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-49-copy {
    aspect-ratio: 1;
    max-width: 100%;
    top: 10px;
    left: 10px;
  }

  .image-28 {
    aspect-ratio: 9 / 16;
    object-fit: cover;
  }

  .div-block-92 {
    aspect-ratio: 1;
  }

  .div-block-93 {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-93-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-11-copy {
    width: 120px;
    max-width: 100%;
  }

  .div-block-92-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: 100%;
  }

  .image-28-copy {
    aspect-ratio: 1;
    object-fit: cover;
    display: none;
  }

  .div-block-92-copy {
    aspect-ratio: 1;
  }

  .img-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .div-block-95 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
    margin-top: 0;
  }

  .div-block-32-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    height: 100vw;
    padding-top: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .image-8-copy {
    aspect-ratio: 1;
    vertical-align: baseline;
    width: 95vw;
    height: 95vw;
    display: block;
    position: static;
  }

  .image-30 {
    aspect-ratio: 2 / 3;
    object-position: 75% 42%;
    width: 100%;
    max-width: 100%;
  }

  .lightbox-link-2 {
    aspect-ratio: 2 / 3;
  }

  .div-block-92-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: 100%;
  }

  .div-block-97 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-98 {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-32 {
    aspect-ratio: 1;
    width: 96%;
  }

  .div-block-79-copy {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .div-block-100 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-block-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    width: 40px;
  }

  .image-33 {
    max-width: 80%;
  }

  .paragraph-12 {
    pointer-events: auto;
    font-size: 16px;
    display: none;
  }

  .image-11-copy-copy {
    width: 120px;
    max-width: 100%;
  }

  .div-block-54-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap-reverse;
    margin: 0 0 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .extra-info-box-copy {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .div-block-55-copy {
    background-position: 50%;
    width: 100%;
    height: 480px;
  }

  .div-block-56-copy {
    height: 100%;
  }

  .div-block-101 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-34 {
    aspect-ratio: 2 / 3;
  }

  .div-block-102 {
    aspect-ratio: 2 / 3;
    width: 100%;
  }

  .stats-block-copy {
    border: 0 solid #000;
    border-bottom: 1px solid #ebebeb;
    flex-flow: column;
    margin: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .div-block-103, .image-35 {
    aspect-ratio: 2 / 3;
  }

  .div-block-104 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .answear-box-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-53-copy {
    width: 2px;
    min-width: 2px;
  }

  .paragraph-9-copy {
    color: var(--font-main-color);
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

  .paragraph-8-copy {
    color: var(--font-main-color);
    font-size: 18px;
  }

  .div-block-105 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 80vw;
  }

  .div-block-106 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-107 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-64-copy {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-108 {
    grid-template-columns: 1fr;
  }

  .image-36, .image-37 {
    object-position: 50% 0%;
  }

  .image-38 {
    opacity: .6;
    width: 260px;
    top: 20%;
    left: -15%;
  }

  .image-38-copy {
    opacity: .6;
    width: 260px;
    top: -40%;
    left: auto;
    right: -40%;
  }

  .question-and-answear-section, .div-block-93-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-115 {
    overflow: hidden;
  }

  .main-section-copy-copy {
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }

  .edition-nr-big {
    font-size: 32px;
  }

  .div-block-80-copy-copy-copy-copy {
    z-index: 2;
    aspect-ratio: 1;
    width: 100%;
  }

  .image-24-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .stories-02-img-right-rectangle-background {
    aspect-ratio: 1;
    right: -10px;
  }

  .stories-02-img-left-rectangle-background {
    aspect-ratio: 1;
    right: auto;
  }

  .div-block-92-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
    height: 100%;
  }

  .image-28-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }

  .nav-bar-copy {
    height: 52px;
  }

  .edition-number-small {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .div-block-118 {
    overflow: hidden;
  }

  .image-38-copy {
    z-index: 1;
    opacity: .6;
    width: 260px;
    inset: auto 0% 0% 190px;
  }

  .navbar-2 {
    height: 56px;
    position: sticky;
    top: 0;
  }

  .link-block-3-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
  }

  .div-block-119 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-119.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-menu-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .meta-data-block-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-copy {
    font-size: 10px;
    line-height: 16px;
  }

  .meta-data-copy {
    text-align: left;
  }

  .div-block-80-copy-copy-copy-copy-copy {
    z-index: 2;
    aspect-ratio: 1;
    width: 60px;
  }

  .main-img-mobile {
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }

  .div-block-64-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .stats-number-copy {
    color: var(--font-main-color);
    font-size: 18px;
  }

  .stats-label-copy {
    color: var(--font-main-color);
  }

  .recirculation-section {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-124 {
    margin-top: 30px;
  }

  .div-block-125 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .image-43 {
    border-top-width: 1px;
  }

  .div-block-126 {
    height: auto;
    bottom: -10px;
  }

  .div-block-127 {
    width: 100%;
    max-width: 100%;
  }

  .credits, .credits-label, .credits-name {
    font-size: 16px;
  }

  .section {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-8 {
    font-size: 32px;
  }

  .div-block-8-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-3 {
    height: 70vh;
    padding-left: 0;
  }

  .image-45 {
    width: 100%;
  }

  .div-block-8-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    inset: auto 0% 6%;
  }

  .heading-2-copy {
    font-size: 18px;
  }

  .text-span-4 {
    font-size: 26px;
  }

  .div-block-131 {
    padding: 8px;
  }

  .div-block-132 {
    justify-content: center;
    align-items: center;
  }

  .bold-text-4 {
    font-size: 26px;
  }

  .div-block-133 {
    padding-top: 0;
    padding-left: 0;
  }

  .edition-number {
    font-size: 72px;
  }

  .heading-9 {
    font-size: 40px;
  }

  .text-span-5 {
    font-size: 26px;
  }

  .div-block-134 {
    color: var(--edition-colour-02);
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    inset: 10px auto auto 10px;
  }

  .paragraph-13 {
    font-size: 12px;
  }

  .section-3-copy {
    height: 75vh;
    padding-left: 0;
  }

  .div-block-135 {
    background-position: 80%;
  }

  .div-block-136 {
    top: 0;
  }

  .div-block-137 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3-copy-copy {
    height: 75vh;
    padding-left: 0;
  }

  .heading-2-copy-copy {
    font-size: 18px;
  }

  .heading-10 {
    text-align: center;
    font-size: 24px;
  }

  .code-embed-3 {
    width: 42px;
  }

  .div-block-134-copy {
    color: var(--edition-colour-02);
    background-image: linear-gradient(#000c, #0006 61%, #0000);
    flex: 1;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    inset: 0 0 auto;
  }

  .question-and-answear-section-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-141 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-90-copy-copy {
    top: 10px;
    left: 10px;
  }

  .question-and-answear-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin: 0;
    overflow: visible;
  }

  .img-left-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--dvider);
    margin: 30px 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-58-copy {
    padding: 16px 24px 20px;
  }

  .div-block-142 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-126-copy {
    height: auto;
    bottom: -10px;
  }

  .main-section-copy-copy {
    aspect-ratio: 2 / 3;
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-28-copy-copy-copy {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    display: block;
  }

  .section-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-11-copy {
    font-size: 12px;
  }

  .div-block-146 {
    align-self: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-11-copy-copy {
    font-size: 13px;
  }

  .container-6-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-93-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-93-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-90-copy {
    width: 100%;
  }

  .div-block-142-copy {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-54-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap-reverse;
    margin: 0 0 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .extra-info-box-copy-copy {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .div-block-90-copy {
    aspect-ratio: 1;
    background-color: #0000;
    width: 100%;
    top: auto;
    left: auto;
  }

  .div-block-141-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 0px solid var(--dvider);
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-left-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-90-copy-copy, .div-block-90-copy-copy-copy {
    width: 100%;
  }

  .section-5-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-left-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--dvider);
    margin: 30px 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-136-copy {
    top: 0;
  }

  .div-block-135-copy, .div-block-135-copy-copy {
    background-position: 80%;
  }

  .div-block-134-copy-copy {
    color: var(--edition-color);
    background-image: linear-gradient(#000c, #0006 61%, #0000);
    flex: 1;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    inset: 0 0 auto;
  }

  .div-block-81-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    right: auto;
  }

  .div-block-81-copy-copy-copy-copy, .div-block-81-copy-copy-copy-copy-copy, .stories-03-img-right-rectangle-background {
    aspect-ratio: 1;
    right: -10px;
  }

  .stories-03-img-left-rectangle-background {
    aspect-ratio: 1;
    right: auto;
  }

  .main-section-copy-copy-copy {
    aspect-ratio: 2 / 3;
    aspect-ratio: 2 / 3;
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }

  ._2nd-feature-article-main-img {
    aspect-ratio: 2 / 3;
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2-copy {
    align-self: stretch;
    font-size: 16px;
  }

  .div-block-127-copy {
    width: 60px;
    max-width: 100%;
  }

  .div-block-126-copy-copy {
    height: auto;
    bottom: -10px;
  }

  .div-block-125-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
  }

  .bold-text-13 {
    font-size: 16px;
    font-weight: 300;
  }

  .bold-text-14 {
    width: 100%;
    font-size: 16px;
  }

  .heading-10-copy {
    text-align: center;
    font-size: 24px;
  }

  .bold-text-26 {
    width: 100%;
    font-size: 16px;
  }

  .bold-text-27, .bold-text-28, .bold-text-29 {
    font-size: 16px;
  }

  .div-block-92-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: fill;
    height: auto;
  }

  .main-section-copy-copy-copy-copy {
    aspect-ratio: 1;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-151 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-151.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-51 {
    width: 100px;
  }

  .navbar-3 {
    height: 56px;
    position: sticky;
    top: 0;
  }

  .div-block-81-copy-copy-copy-copy-copy-2 {
    aspect-ratio: 1;
    right: auto;
  }

  .heading-2-copy-2 {
    font-size: 16px;
  }

  .meta-data-block-copy-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-52 {
    max-width: 80%;
  }

  .div-block-8-copy-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-24-copy-copy-copy-copy-2 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .paragraph-14 {
    pointer-events: auto;
    font-size: 16px;
    display: none;
  }

  .nav-menu-3 {
    height: 100vh;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .div-block-153 {
    width: 1px;
    min-width: 1px;
  }

  .div-block-154 {
    overflow: hidden;
  }

  .div-block-155 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-54 {
    aspect-ratio: 2 / 3;
    width: 100%;
    max-width: 100%;
  }

  .heading-11 {
    color: #12120d;
    font-size: 32px;
    line-height: 120%;
  }

  .paragraph-15 {
    color: #12120d;
    font-size: 16px;
  }

  .answear-box-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .extra-info-box-copy-2 {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .question-and-answear-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin: 40px 0 30px;
    overflow: visible;
  }

  .player-name-2 {
    font-size: 14px;
  }

  .div-block-156 {
    display: none;
  }

  .div-block-157 {
    padding: 16px 24px 20px;
  }

  .quote-2 {
    color: #12120d;
    font-size: 22px;
  }

  .stats-block-copy-2 {
    border-bottom: 1px solid #ecebdf;
    flex-flow: column;
    margin: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .image-56 {
    aspect-ratio: 2 / 3;
  }

  .paragraph-16 {
    color: #12120d;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .div-block-158 {
    aspect-ratio: 2 / 3;
  }

  .div-block-92-copy-copy-copy-2 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: 100%;
  }

  .stats-number-copy-2 {
    color: #12120d;
    font-size: 18px;
  }

  .image-57 {
    max-width: 60%;
  }

  .div-block-160 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .answear-paragraph-2 {
    font-size: 16px;
  }

  .div-block-163 {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .question-and-answear-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-164 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .div-block-165 {
    grid-template-columns: 1fr;
  }

  .paragraph-18 {
    color: #12120d;
    margin-bottom: 0;
    font-size: 12px;
  }

  .image-58, .lightbox-link-3 {
    aspect-ratio: 2 / 3;
  }

  .teaser-paragraph-2 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 180%;
  }

  .main-section-copy-copy-copy-2 {
    aspect-ratio: 2 / 3;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .label-2 {
    font-size: 12px;
  }

  .extra-info-box-headline-2 {
    color: #12120d;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 120%;
  }

  .stats-label-copy-2 {
    color: #12120d;
  }

  .div-block-54-copy-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 0 0 30px;
  }

  .heading-12 {
    margin: 24px 0 0;
    font-size: 26px;
  }

  .div-block-168 {
    width: 40px;
    height: 40px;
    margin-left: 30px;
  }

  .div-block-169 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-56-copy-2 {
    height: 100%;
  }

  .div-block-170 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-7 {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-13 {
    font-size: 32px;
  }

  .div-block-174 {
    width: 100%;
    max-width: 100%;
  }

  .heading-14 {
    color: #12120d;
    font-size: 32px;
    line-height: 120%;
  }

  .heading-15 {
    font-size: 18px;
  }

  .div-block-175 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .meta-data-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-176 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .recirculation-section-2 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-177 {
    height: auto;
    bottom: -10px;
  }

  .div-block-178 {
    margin-top: 30px;
  }

  .footer-2 {
    flex-flow: column;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-20 {
    max-width: 320px;
    font-size: 10px;
  }

  .div-block-45-copy-2 {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-16 {
    margin: 24px 0 0;
    font-size: 26px;
  }

  .div-block-180 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .div-block-181 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .player-name-3 {
    font-size: 14px;
  }

  .div-block-182 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-92-copy-2 {
    aspect-ratio: 1;
  }

  .div-block-183 {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .answear-paragraph-copy-2 {
    font-size: 15px;
  }

  .div-block-184 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-185 {
    width: 40px;
    height: 40px;
    margin-left: 30px;
  }

  .image-61 {
    max-width: 60%;
  }

  .div-block-187 {
    padding: 16px 24px 20px;
  }

  .div-block-188 {
    display: none;
  }

  .img-left-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-189 {
    width: 100%;
  }

  .div-block-90-copy-2 {
    top: 10px;
    left: 10px;
  }

  .div-block-190 {
    width: 100%;
  }

  .div-block-90-copy-3 {
    top: 10px;
    left: 10px;
  }

  .div-block-191 {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-192 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-194 {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .img-left-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-195 {
    width: 100%;
  }

  .div-block-90-copy-4 {
    top: 10px;
    left: 10px;
  }

  .div-block-196 {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-197 {
    width: 100%;
  }

  .div-block-90-copy-5 {
    top: 10px;
    left: 10px;
  }

  .div-block-198 {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-200 {
    width: 100%;
    max-width: 100%;
  }

  .heading-17 {
    color: #12120d;
    font-size: 32px;
    line-height: 120%;
  }

  .heading-18 {
    font-size: 18px;
  }

  .div-block-201 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-202 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-203 {
    height: auto;
    bottom: -10px;
  }

  .div-block-204 {
    margin-top: 30px;
  }

  .slidelist-header-2 {
    font-size: 42px;
    font-weight: 300;
  }

  .image-28-copy-2 {
    aspect-ratio: 1;
    object-fit: cover;
    display: none;
  }

  .main-img-mobile-2 {
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }

  .teaser-paragraph-3 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 180%;
  }

  .div-block-206 {
    border-radius: 2px;
  }

  .div-block-207 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-208 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-24 {
    font-size: 15px;
  }

  .slide-left-2 {
    border-style: none none solid;
    border-color: #ecebdf;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-right-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-211 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    overflow: visible;
  }

  .image-67 {
    width: 20px;
  }

  .div-block-212 {
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .heading-19 {
    font-size: 20px;
    line-height: 140%;
  }

  .div-block-214 {
    width: 100%;
    max-width: 100%;
  }

  .heading-20 {
    color: #12120d;
    font-size: 32px;
    line-height: 120%;
  }

  .heading-21 {
    font-size: 18px;
  }

  .div-block-215 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-216 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-217 {
    height: auto;
    bottom: -10px;
  }

  .div-block-218 {
    margin-top: 30px;
  }

  .div-block-93-copy-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section-copy-copy-copy {
    aspect-ratio: 1;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-22 {
    font-size: 16px;
  }

  .heading-22-copy {
    line-height: 140%;
  }

  .heading-22-copy-copy {
    font-size: 16px;
  }

  .div-block-8-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-69 {
    width: 160px;
  }

  .div-block-8-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    inset: auto 0% 6%;
  }

  .div-block-92-copy-copy {
    aspect-ratio: 1;
  }

  .div-block-222 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-222.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-81-copy-copy-copy-copy-copy-3 {
    aspect-ratio: 1;
    right: auto;
  }

  .heading-2-copy-3 {
    font-size: 16px;
  }

  .meta-data-block-copy-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-119-copy-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-24-copy-copy-copy-copy-3 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-223 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .div-block-223.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-81-copy-copy-copy-copy-copy-4 {
    aspect-ratio: 1;
    right: auto;
  }

  .heading-2-copy-4 {
    font-size: 15px;
  }

  .meta-data-block-copy-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-24-copy-copy-copy-copy-4 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy {
    aspect-ratio: 1;
    inset: -5px auto -5px -5px;
  }

  .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39 {
    font-size: 15px;
  }

  .div-block-223-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-223-copy.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-10-copy-copy {
    text-align: center;
    text-align: center;
    font-size: 24px;
  }

  .test-button {
    background-color: #0000004d;
    margin-top: 0;
  }

  .div-block-223-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    padding: 20px 12px;
  }

  .div-block-223-copy-copy.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-223-copy-copy.menu-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-23 {
    text-align: left;
    font-size: 10px;
  }

  .heading-23-copy {
    font-size: 20px;
    line-height: 117%;
  }

  .heading-23-copy-copy {
    text-align: center;
    width: 24px;
    font-size: 32px;
  }

  .section-3-copy-copy-copy {
    height: 75vh;
    padding-left: 0;
  }

  .div-block-80-copy-copy-copy-copy-copy-copy {
    z-index: 2;
    aspect-ratio: 1;
    width: 60px;
  }

  .image-70 {
    width: 80%;
  }

  .paragraph-28 {
    font-size: 12px;
  }

  .div-block-232 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .paragraph-28-copy {
    font-size: 12px;
  }

  .div-block-233 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy {
    aspect-ratio: 1;
    inset: -5px auto -5px -5px;
  }

  .img-left-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 0px solid var(--dvider);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 0px solid var(--dvider);
    margin: 30px 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-93-copy {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-93-copy-copy {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-img-graphic-background {
    top: 0;
  }

  .div-block-135-copy {
    background-image: url('../images/1x1.jpg');
    background-position: 50%;
  }

  .div-block-115-copy {
    overflow: hidden;
  }

  .image-30-copy {
    aspect-ratio: 2 / 3;
    object-position: 75% 42%;
    width: 100%;
    max-width: 100%;
  }

  .div-block-45-copy {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .img-graphic-background-edition03 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
    height: 100%;
  }

  .code-embed-3-copy {
    width: 42px;
  }

  .div-block-58-copy-copy, .div-block-58-copy-copy-copy {
    padding: 16px 24px 20px;
  }

  .div-block-54-copy-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap-reverse;
    margin: 0 0 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-56-copy-copy-copy {
    height: 100%;
  }

  .edition03-img2 {
    aspect-ratio: 2 / 3;
    object-position: 72% 50%;
  }

  .edition03-img3 {
    aspect-ratio: 2 / 3;
  }

  .div-block-90-copy-copy-copy-copy {
    width: 100%;
  }

  .div-block-234 {
    position: absolute;
  }

  .edition03-img2-copy {
    aspect-ratio: 2 / 3;
  }

  .div-block-45-copy-copy, .div-block-45-copy-copy-copy, .div-block-45-copy-copy, .div-block-45-copy-copy-copy, .div-block-45-copy-copy-copy-copy {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-28-copy-copy-copy-copy {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    display: block;
  }

  .link-edition03 {
    font-size: 15px;
  }

  .section-4-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .stories-02-img-left-rectangle-background-copy {
    aspect-ratio: 1;
    right: auto;
  }

  .image-24-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-223-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    padding: 20px 12px;
  }

  .div-block-223-copy-copy-copy.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-223-copy-copy-copy.menu-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-223-copy-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    padding: 20px 12px;
  }

  .div-block-223-copy-copy-copy-copy.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-223-copy-copy-copy-copy.menu-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-92-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
    height: 100%;
  }

  .div-block-45-copy-copy-copy-copy {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2nd-feature-article-main-img-copy {
    aspect-ratio: 2 / 3;
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-92-copy-copy-copy, .div-block-92-copy-copy-copy-copy {
    aspect-ratio: 1;
  }

  .div-block-92-copy-copy-copy-copy, .div-block-92-copy-copy-copy-copy-copy {
    aspect-ratio: 2 / 3;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
    height: 100%;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 2 / 3;
  }

  .div-block-126-copy-copy-copy {
    height: auto;
    bottom: -10px;
  }

  .div-block-124-copy {
    margin-top: 30px;
  }

  .div-block-90-copy-copy {
    aspect-ratio: 1;
    aspect-ratio: 1;
    aspect-ratio: 1;
    background-color: #0000;
    width: 100%;
    top: auto;
    left: auto;
  }

  .image-43-copy {
    border-top-width: 1px;
  }

  .image-24-copy-copy-copy-copy-4-copy {
    aspect-ratio: 1;
    object-fit: cover;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy {
    aspect-ratio: 1;
    inset: -5px auto -5px -5px;
  }

  .section-header-copy {
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-92-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: fill;
    height: auto;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    aspect-ratio: 2 / 3;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
    height: 100%;
  }

  .paragraph-13-copy {
    font-size: 12px;
  }

  .heading-9-copy {
    font-size: 40px;
  }

  .edition-number-copy {
    font-size: 72px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 2 / 3;
  }

  ._2nd-feature-article-main-img-copy-copy {
    aspect-ratio: 1;
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-28-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }

  .div-block-92-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: fill;
    height: auto;
  }

  .div-block-45-copy-copy-copy-copy-copy {
    margin-top: 0;
    padding: 30px 20px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 1;
    object-fit: fill;
    height: auto;
  }

  .section-header-copy {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6-copy {
    font-size: 20px;
    line-height: 140%;
  }

  .link-edition04 {
    font-size: 15px;
  }

  .div-block-88-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .answear-paragraph-copy-copy {
    font-size: 15px;
  }

  .main-img-graphic-background-copy {
    top: 0;
  }

  .stories-02-img-left-rectangle-background-copy-copy {
    aspect-ratio: 1;
    right: auto;
  }

  .div-block-45-copy-copy {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .img-graphic-background-edition03-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
    height: 100%;
  }

  .spotlight-box-edition-04 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .div-block-56-copy-copy {
    height: 100%;
  }

  .div-block-126-copy-copy-copy-copy, .div-block-126-copy-copy-copy-copy-copy {
    height: auto;
    bottom: -10px;
  }

  .div-block-90-copy-copy-copy-copy-copy {
    width: 100%;
  }

  .div-block-56-copy-copy-copy-copy {
    height: 100%;
  }

  .code-embed-3-copy-copy {
    width: 42px;
  }

  .div-block-58-copy-copy-copy-copy {
    padding: 16px 24px 20px;
  }

  .div-block-92-copy-copy-copy-copy-copy-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 2px;
    height: 100%;
  }

  .div-block-104-copy {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-block-copy-copy {
    border: 0 solid #000;
    border-bottom: 1px solid #ebebeb;
    flex-flow: column;
    margin: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .image-71 {
    aspect-ratio: 1;
  }

  .heading-copy {
    color: var(--font-main-color);
    font-size: 32px;
    line-height: 120%;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-240 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-243 {
    width: 100%;
  }

  .img-left-copy-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 30px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-block-copy {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .img-left-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--dvider);
    margin: 30px 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .answear-paragraph-copy-copy-copy {
    font-size: 15px;
  }

  .heading-copy-copy {
    color: var(--font-main-color);
    font-size: 32px;
    line-height: 120%;
  }

  .div-block-126-copy-copy-copy-copy-copy {
    height: auto;
    bottom: -10px;
  }

  .div-block-135-copy-copy {
    background-image: url('../images/1x1-1.jpg');
    background-position: 50%;
  }

  .div-block-223-copy-copy-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    padding: 20px 12px;
  }

  .div-block-223-copy-copy-copy-copy-copy.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-223-copy-copy-copy-copy-copy.menu-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-81-copy-copy-copy-copy-copy-4-copy-copy-copy-copy {
    aspect-ratio: 1;
    aspect-ratio: 1;
    inset: -5px auto -5px -5px;
    inset: -5px auto -5px -5px;
  }

  .div-block-135-copy-copy-copy {
    background-position: 80%;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak Variable';
  src: url('../fonts/Zodiak-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-VariableItalic.ttf') format('truetype'), url('../fonts/Zodiak-Italic.otf') format('opentype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silent Moment';
  src: url('../fonts/Silent-Moment.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Extrabold.otf') format('opentype'), url('../fonts/Zodiak-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-BoldItalic.otf') format('opentype'), url('../fonts/Zodiak-ExtraboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}