/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.explore-decades{position:relative;width:100%;height:100vh;z-index:100;overflow:hidden;background-color:#0014dc;color:#fff;font-family:inherit}@media only screen and (max-width: 1024px){.explore-decades{height:auto;overflow:visible;min-height:100svh}}.explore-decades__video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.explore-decades__video{width:100%;height:100%;object-fit:cover}.explore-decades__topbar{position:absolute;top:0;left:0;width:100%;padding:30px 40px;display:flex;justify-content:space-between;align-items:center;z-index:10;pointer-events:none}@media(max-width: 768px){.explore-decades__topbar{padding:20px}}@media only screen and (max-width: 1024px){.explore-decades__topbar{position:fixed;z-index:100;display:flex}}.explore-decades__link{pointer-events:auto}.explore-decades__logo{width:7.75rem;height:auto;display:block}@media only screen and (min-width: 1280px){.explore-decades__logo{width:9.75rem}}@media(max-width: 375px){.explore-decades__logo{width:5rem}}.explore-decades__home{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;font-size:.875rem;font-weight:450;transition:opacity .3s ease;font-family:"SLBSans-Book",sans-serif;pointer-events:auto}.explore-decades__home:hover{opacity:.8}@media only screen and (max-width: 1024px){.explore-decades__home-text{display:none}}.explore-decades__home img{width:18px;height:18px}.explore-decades__prompt{width:100%;position:absolute;bottom:100px;z-index:10;opacity:0;transition:opacity .8s ease;display:flex;justify-content:center;flex-direction:column;text-align:center;gap:30px;pointer-events:none}@media only screen and (max-width: 768px){.explore-decades__prompt{display:none}}.explore-decades__prompt.is-visible{opacity:1}.explore-decades__prompt-text{font-size:1rem;font-weight:700;font-family:"SLBSans",sans-serif;color:#fff}.explore-decades__arrow{display:flex;justify-content:center;color:#fff;animation:bounce-up-down 1.5s infinite ease-in-out}.explore-decades__arrow img{background:#3343df;padding:.46875rem;border-radius:100%;cursor:pointer;transform:rotate(180deg)}.explore-decades__blue-state{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0014dc;z-index:5;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;cursor:grab;user-select:none;transition:opacity .8s ease,visibility .8s}.explore-decades__blue-state:active{cursor:grabbing}.explore-decades__blue-state.is-visible{opacity:1;visibility:visible}@media only screen and (max-width: 1024px){.explore-decades__blue-state{cursor:default;position:relative;height:auto;min-height:100svh;flex-direction:column;justify-content:center;align-items:center;padding:100px 24px 80px}.explore-decades__blue-state:active{cursor:default}}.explore-decades__center-content{max-width:530px;text-align:center;position:relative}.explore-decades__title{font-size:3.75rem;line-height:4.625rem;margin-bottom:24px;font-weight:100;opacity:0;transform:translateY(30px);letter-spacing:-3px}@media only screen and (max-width: 1024px){.explore-decades__title{font-size:48px;display:none}}.explore-decades__subtitle{font-size:1.875rem;line-height:2.375rem;font-weight:100;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;max-width:40%;text-align:center;z-index:3;pointer-events:none}@media only screen and (max-width: 768px){.explore-decades__subtitle{font-size:18px;line-height:26px}}.explore-decades__subtitle-mobile{font-size:1.875rem;line-height:2.375rem;font-weight:100;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center;z-index:3;pointer-events:none;display:none}@media only screen and (max-width: 1199px){.explore-decades__subtitle-mobile{display:flex;justify-content:center;align-items:center;max-width:90%}}@media only screen and (max-width: 480px){.explore-decades__subtitle-mobile{font-size:1.125rem;line-height:1.625rem}}.explore-decades__decades{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:0}@media only screen and (max-width: 1024px){.explore-decades__decades{display:none}}.explore-decades__decade{position:absolute;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;color:#6e8cc8;max-width:125px;cursor:pointer;pointer-events:auto;opacity:0;transition:color .2s ease}.explore-decades__decade:hover{color:#fff;text-decoration:underline}.explore-decades__decade-label{font-family:"SLBSans-Book",sans-serif;font-size:1rem;line-height:1.1;font-weight:450}.explore-decades__decade-year{font-family:"SLBSans",sans-serif;font-size:1rem;line-height:1.2;font-weight:700;letter-spacing:-0.5px}.explore-decades__radial-container{position:absolute;top:0;bottom:0;width:100%;height:100%;z-index:-1;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transform-origin:center center;will-change:transform}@media only screen and (max-width: 1024px){.explore-decades__radial-container{top:60px;height:100%;overflow:hidden}}.explore-decades__mobile-nav{display:none}@media only screen and (max-width: 1024px){.explore-decades__mobile-nav{display:flex;align-items:center;justify-content:center;gap:40px;opacity:0;pointer-events:none;position:absolute;top:10%;left:50%;transform:translateX(-50%);width:320px;z-index:10}}@media only screen and (max-width: 768px){.explore-decades__mobile-nav{top:100px}}.explore-decades__mobile-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.15);border:none;color:#fff;cursor:pointer;flex-shrink:0;transition:background .2s ease}.explore-decades__mobile-arrow:hover,.explore-decades__mobile-arrow:active{background:rgba(255,255,255,.3)}.explore-decades__mobile-label{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:161px;gap:2px}.explore-decades__mobile-label-name{font-family:"SLBSans-Book",sans-serif;font-size:1rem;font-weight:450;color:rgba(255,255,255,.75);line-height:1.3}.explore-decades__mobile-label-year{font-family:"SLBSans",sans-serif;font-size:30px;font-weight:700;color:#fff;letter-spacing:-0.02em}.explore-decades__radial{width:min(50vw,80vh);height:min(50vw,80vh);flex-shrink:0;overflow:visible;opacity:.8}@media only screen and (max-width: 1024px){.explore-decades__radial{width:auto;height:113vw;overflow:hidden}}@media only screen and (max-width: 480px){.explore-decades__radial{width:125vw;height:137vw}}.explore-decades__radial-ray{stroke:url(#explore-decades-ray-gradient);stroke-width:1.5;stroke-linecap:round;vector-effect:non-scaling-stroke;fill:none}.explore-decades__navigate{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0;z-index:3;pointer-events:none}.explore-decades__navigate-icon{width:18px;height:26px}.explore-decades__navigate-text{font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:.875rem;line-height:1rem;letter-spacing:-0.01em;text-align:center;color:#fff}.explore-decades__share{display:flex;align-items:flex-end;justify-content:space-between;opacity:0;z-index:6;width:100%;position:absolute;bottom:0;right:0;padding:1.875rem 2.5rem;pointer-events:none}@media only screen and (max-width: 1024px){.explore-decades__share{justify-content:center;align-items:center;opacity:1}}.explore-decades__share-content{max-width:300px;color:#fff;font-size:.875rem;line-height:1.3}@media only screen and (max-width: 1024px){.explore-decades__share-content{display:none}}.explore-decades__share-title{font-family:"SLBSans",sans-serif;font-weight:bold}.explore-decades__share p{font-family:"SLBSans-Book",sans-serif;font-weight:450;margin-top:10px}.explore-decades__share-text{font-size:.875rem;margin-right:.75rem;font-weight:450;font-family:"SLBSans-Book",sans-serif}.explore-decades__social{display:flex;gap:10px;pointer-events:auto}.explore-decades__social a{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.explore-decades__social a:hover{transform:scale(1.1)}.explore-decades__social img{width:20px;height:20px}.explore-decades__highlight-ray{stroke:rgba(255,255,255,.9);stroke-width:2;stroke-linecap:round;fill:none;opacity:0}.explore-decades__decade--active{color:#fff}.explore-decades__active-header{position:absolute;top:80px;left:50%;transform:translateX(-50%);text-align:center;z-index:10;opacity:0;pointer-events:none;white-space:nowrap}.explore-decades__active-label{display:block;font-family:"SLBSans-Book",sans-serif;font-size:.875rem;font-weight:450;color:#fff;line-height:1.4;opacity:.75}.explore-decades__active-year{display:block;font-family:"SLBSans",sans-serif;font-size:1.375rem;font-weight:700;color:#fff;letter-spacing:-0.02em}.explore-decades__panel{position:absolute;left:0;right:0;display:flex;z-index:8;opacity:0;pointer-events:none;max-width:322px;max-height:180px;margin:auto;width:322px}@media only screen and (max-width: 1024px){.explore-decades__panel{position:relative;left:auto;right:auto;width:80%;max-width:100%;height:100%;flex-direction:column;gap:16px;margin:0;top:0}}.explore-decades__panel-text{position:absolute;left:-55px;opacity:0;z-index:2}@media only screen and (max-width: 1024px){.explore-decades__panel-text{position:relative}}@media only screen and (max-width: 480px){.explore-decades__panel-text{left:-40px}}.explore-decades__panel-title{font-family:"SLBSans",sans-serif;font-weight:400;font-size:1.75rem;line-height:2rem;letter-spacing:0;color:#fff;font-variant-numeric:lining-nums tabular-nums;max-width:236px}@media only screen and (max-width: 1024px){.explore-decades__panel-title{max-width:100%}}@media only screen and (max-width: 768px){.explore-decades__panel-title{font-size:22px;line-height:28px}}.explore-decades__panel-cta{flex-shrink:0;position:relative;margin:auto;text-decoration:none;cursor:pointer;display:block}.explore-decades__panel-cta:hover .explore-decades__button-icon{transform:translateX(4px)}@media only screen and (max-width: 1024px){.explore-decades__panel-cta{display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%;height:auto;margin:0}}.explore-decades__panel-cta-text{display:inline-flex;gap:8px;font-family:"SLBSans",sans-serif;font-weight:700;font-size:1rem;line-height:1.5rem;color:#fff;position:absolute;bottom:-45px;right:0}@media only screen and (max-width: 1024px){.explore-decades__panel-cta-text{position:relative;bottom:auto;right:auto;justify-content:end}}.explore-decades__button-icon{transition:transform .3s ease-out}.explore-decades__panel-media{position:relative;overflow:hidden;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.explore-decades__panel-media::after{content:"";width:100%;height:100%;top:0;position:absolute;z-index:1;background-blend-mode:color;background:linear-gradient(306.32deg, rgba(0, 20, 220, 0) 42.3%, rgba(0, 20, 220, 0.8) 105.92%)}@media only screen and (max-width: 1024px){.explore-decades__panel-media{max-width:100%;width:100%;height:360px}}@media only screen and (max-width: 820px){.explore-decades__panel-media{height:276px}}@media only screen and (max-width: 480px){.explore-decades__panel-media{max-height:146px}}.explore-decades__panel-image{width:100%;height:100%;object-fit:cover;display:block}@keyframes bounce-up-down{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}.decade-modal{position:fixed;inset:0;z-index:9999;overflow-y:auto;visibility:hidden;opacity:0;background-color:#0014dc}.decade{position:relative;width:100%;height:auto;margin:0 auto;z-index:1;color:#fff;font-family:"SLBSans",sans-serif;padding:2rem 1.5rem 7.5rem;display:flex;flex-direction:column}@media only screen and (min-width: 1280px){.decade{padding:0 2.5rem 8.75rem}}@media only screen and (max-width: 1024px){.decade{padding-bottom:50px;height:auto;padding-top:0;padding-left:20px;padding-right:20px;gap:0;background-color:#0014dc}}.decade--1920{z-index:1}.decade__sticky-header{position:sticky;top:0;padding:40px 0 20px;z-index:999;background-color:#0014dc}@media only screen and (max-width: 1024px){.decade__sticky-header{padding-top:0;padding-bottom:0}}.decade__topbar{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10}@media only screen and (max-width: 1024px){.decade__topbar{flex-wrap:wrap;padding:16px 0 0;background-color:#0014dc}}.decade__nav{display:flex;align-items:end;justify-content:center;gap:4rem;position:sticky;top:104px;left:0;right:0;pointer-events:none;padding-bottom:50px;padding-top:20px;transform:translateY(-82px);z-index:999}.decade__nav>*{pointer-events:auto}@media only screen and (min-width: 1199px){.decade__nav::after{content:"";position:absolute;top:80px;left:0;right:0;height:60px;background:linear-gradient(to bottom, #0014dc, rgba(0, 20, 220, 0));pointer-events:none}}@media only screen and (max-width: 1024px){.decade__nav{position:relative;top:auto;left:auto;right:auto;transform:none;pointer-events:auto;width:100%;justify-content:center;padding-bottom:1.25rem}}@media only screen and (max-width: 480px){.decade__nav{justify-content:space-around;gap:0;z-index:0}}.decade__back-container{display:none}@media only screen and (max-width: 1024px){.decade__back-container{display:flex;width:100%}}.decade__back{display:none}@media only screen and (max-width: 1024px){.decade__back{display:flex;align-items:center;gap:10px;background:none;border:none;color:#fff;font-family:"SLBSans",sans-serif;font-size:1rem;font-weight:700;cursor:pointer;width:fit-content;padding:1.5625rem 0 1.25rem}.decade__back svg{flex-shrink:0}.decade__back:hover{opacity:.8}}.decade__logo{width:7.75rem;height:auto;display:block}@media only screen and (min-width: 1280px){.decade__logo{width:9.75rem}}@media(max-width: 375px){.decade__logo{width:5rem}}.decade__header{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center;opacity:1}@media only screen and (max-width: 1024px){.decade__header{width:160px}}@media only screen and (min-width: 1199px){.decade__header{min-width:154px}}.decade__close{border:0;border-radius:50%;background:#3343e3;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;cursor:pointer;color:#fff;width:42px;height:42px;flex-shrink:0}@media only screen and (max-width: 1024px){.decade__close{display:none}}.decade__close svg{fill:currentColor}.decade__close:hover{background:#fff;color:#3343e3}.decade__home-mobile{display:none}@media only screen and (max-width: 1024px){.decade__home-mobile{display:flex;align-items:center;margin-left:auto}.decade__home-mobile img{width:16px;height:16px}}.decade__arrow{width:1.5rem;height:1.5rem;border:0;background:#3343e3;padding:7px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;flex-shrink:0;transition:background .2s ease}.decade__arrow img{width:100%;height:100%;display:block}.decade__arrow:hover{background:#fff;color:#0014dc}@media only screen and (max-width: 1024px){.decade__arrow{width:36px;height:36px;background:rgba(255,255,255,.15);padding:0}.decade__arrow:hover,.decade__arrow:active{background:rgba(255,255,255,.3);color:#fff}}.decade__hero{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;min-height:0}@media only screen and (min-width: 1280px){.decade__hero{flex-direction:row;align-items:flex-start;gap:3.75rem}}@media only screen and (max-width: 1024px){.decade__hero{align-items:center}}.decade__content{display:flex;flex-direction:column;justify-content:center;gap:2.5rem;margin:0 auto;min-height:0}@media only screen and (min-width: 1280px){.decade__content{transform:translateY(-60px)}}.decade__card{margin:0;width:100%;max-width:20.125rem;flex:0 0 auto}@media only screen and (max-width: 1024px){.decade__card{max-width:100%}}.decade__card img{display:block;width:100%;aspect-ratio:325/200;object-fit:cover}@media only screen and (min-width: 1199px){.decade__card img{height:180px}}@media only screen and (min-width: 1199px){.decade__card{position:sticky;top:210px}}.decade__intro{width:100%;max-width:32.1875rem;display:flex;flex-direction:column;gap:1rem}@media only screen and (min-width: 1199px){.decade__intro{position:sticky;top:210px}}@media only screen and (max-width: 1024px){.decade__intro{max-height:none;overscroll-behavior-y:auto;max-width:100%}}.decade__intro::-webkit-scrollbar{width:2px}.decade__intro::-webkit-scrollbar-track{background-color:rgba(255,255,255,.2)}.decade__intro::-webkit-scrollbar-thumb{background-color:#fff;border-radius:4px}.decade__milestones{width:100%;display:flex;flex-direction:column;gap:1.25rem}.decade__milestone{display:grid;grid-template-columns:3.5rem 1fr;gap:.75rem;align-items:start}.decade__tagline{font-family:"SLBSans-Book",sans-serif;font-size:1rem;font-weight:450;line-height:1rem;color:#fff}@media only screen and (max-width: 1024px){.decade__tagline{color:rgba(255,255,255,.75);line-height:1.3}}.decade__display{font-family:"SLBSans",sans-serif;font-weight:700;font-size:1rem;line-height:1.2857142857;margin:0;color:#fff}@media only screen and (max-width: 1024px){.decade__display{font-size:30px;letter-spacing:-0.02em;line-height:1}}.decade__title{font-family:"SLBSans",sans-serif;font-weight:500;font-size:2rem;line-height:1.3125;margin:0;color:#fff}@media only screen and (max-width: 1024px){.decade__title{font-size:1.75rem}}.decade__description{font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:1rem;line-height:1.4285714286;margin:0 0 1rem 0;color:#fff;opacity:.85;white-space:pre-line}.decade__description:last-child{margin-bottom:0}.decade__year{font-family:"SLBSans",sans-serif;font-weight:700;font-size:1rem;line-height:1.3846153846;color:#fff;opacity:.9}.decade__year--active{position:relative;opacity:1}@media only screen and (min-width: 1199px){.decade__year--active::before{content:"";position:absolute;left:-14px;top:.3em;width:7px;height:7px;border-radius:50%;background-color:#00d2dc}}.decade__event{font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:1rem;line-height:1.3846153846;margin:0;color:#fff;opacity:.92;white-space:pre-line}.decade__bullets{list-style:none;margin:0 0 1rem 0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.decade__bullets:last-child{margin-bottom:0}.decade__bullet{display:flex;padding-left:10px;align-items:start;gap:.625rem}.decade__bullet p{font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:.875rem;line-height:1.4285714286;margin:0;color:#fff;opacity:.85}.decade__bullet-arrow{display:inline-flex;align-items:center;padding-top:.125rem}.decade__bullet-arrow::before{content:"";display:block;width:.75rem;height:.75rem;background-image:url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2714%27 viewBox=%270 0 18 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11 1L17 7M17 7L11 13M17 7H1%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.decade__link{color:#00d2dc;text-decoration:underline;text-underline-offset:2px}.decade__link:hover{opacity:.8}.decade__divider-ray{stroke:url(#decade-divider-ray-gradient);stroke-width:1;stroke-linecap:round;fill:none;opacity:.4}.decade__divider-ray--active{stroke:rgba(255,255,255,.85);stroke-width:1.5;opacity:1}.decade__divider-arc{stroke:rgba(255,255,255,.18);stroke-width:1.5;stroke-linecap:round;fill:none}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden;font-family:"SLBSans",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0014dc}.main-load{transition:opacity .3s ease}.main-load.loaded{opacity:1}

/*# sourceMappingURL=our-marketing-strategy-decades.css.map*/