:root {
  --lsh-green: #136f55;
  --oc-blue: #003145;
  --white: white;
  --tmc-blue: #1d8bb5;
  --oc-orange: #fb5a17;
  --lsh-green-t20: #dce9e6;
  --lsh-green-t40: #c4dbd5;
  --transport-grey: #a7a9ac;
  --oc-fawn: #dcd1a9;
  --black: #333;
  --brand-blue: #1d1ad6;
  --brand-red: #db4545;
  --brand-orange: #e46a24;
  --brand-green: #2f8f4a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--lsh-green);
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.style-guide-container {
  background-color: #fff;
  margin: 24px;
  padding: 40px;
}

.style-guide-section-heading {
  color: var(--oc-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25em;
}

.style-guide-label {
  color: #c5c5c5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 22px;
  display: block;
}

.style-guide-divider {
  width: 100%;
  border-top: 1px solid #c5c5c5;
  margin-top: 40px;
  margin-bottom: 40px;
}

.style-guide-divider.white {
  border: 1px solid var(--white);
}

.style-guide {
  background-color: #f4f4f4;
}

.style-guide-colour {
  width: 100%;
  height: 60px;
}

.style-guide-colour.font-1 {
  background-color: var(--oc-blue);
}

.style-guide-colour.brand-3 {
  background-color: var(--tmc-blue);
}

.style-guide-colour.font-2 {
  background-color: var(--lsh-green);
}

.style-guide-colour.brand-4 {
  background-color: var(--oc-orange);
}

.style-guide-colour.neutral-2 {
  background-color: var(--lsh-green-t20);
}

.style-guide-colour.brand-2 {
  background-color: var(--lsh-green);
}

.style-guide-colour.brand-1 {
  background-color: var(--oc-blue);
}

.style-guide-colour.neutral-1 {
  background-color: var(--lsh-green-t40);
}

.style-guide-colour.brand-5 {
  background-color: var(--transport-grey);
}

.style-guide-colour.brand-6 {
  background-color: var(--oc-fawn);
}

._4-col {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

._3-col {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

._9-col-3-col {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  display: grid;
}

._6-col {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

._3-col-9-col {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  display: grid;
}

.content-wrapper._100-height {
  height: 100px;
  background-color: #c5c5c5;
}

._4-col-8-col {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

._7-col-5-col {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  position: relative;
}

._5-col-7-col, ._8-col-4-col {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

.lsh-container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: block;
  position: static;
}

.lsh-container._100-height {
  height: 100px;
  max-width: 1920px;
  background-color: #c5c5c5;
}

.lsh-container.logo {
  max-width: 1920px;
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 40px;
}

.lsh-container.back-to-top, .lsh-container.main-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lsh-container.max-width-1440 {
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
}

.wrapper-100 {
  width: 100%;
  position: relative;
}

._12-col {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lsh-container-fw {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lsh-container-fw._100-height {
  height: 100px;
  background-color: #c5c5c5;
}

.flex-wrapper-v-l {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lsh-small-caps {
  color: var(--oc-blue);
  font-family: Akzidenz Grotesk, sans-serif;
}

.lsh-wrapper {
  position: relative;
}

.lsh-wrapper.height-100 {
  height: 100px;
  background-color: #c5c5c5;
}

.lsh-heading-1 {
  color: var(--oc-blue);
  padding-top: 55px;
  padding-bottom: 30px;
  font-family: Lubalin, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

.lsh-heading-1.white {
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.lsh-paragraph {
  color: var(--oc-blue);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.lsh-paragraph.details {
  padding-top: 0;
  padding-bottom: 0;
}

.lsh-paragraph.white {
  color: var(--white);
}

.lsh-heading-2 {
  color: var(--oc-blue);
  padding-bottom: 20px;
  font-family: Lubalin, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.lsh-heading-2.awards {
  color: var(--oc-fawn);
  padding-top: 40px;
}

.lsh-heading-2.white {
  color: var(--white);
}

.lsh-heading-3 {
  color: var(--oc-blue);
  font-family: Lubalin, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.lsh-heading-3.white {
  color: var(--white);
}

.lsh-intro {
  color: var(--lsh-green);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.lsh-awards-text {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.lsh-quote {
  color: var(--oc-blue);
  font-family: Lubalin, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.lsh-heading-4 {
  color: var(--oc-blue);
  font-family: Lubalin, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.lsh-heading-4.white {
  color: var(--white);
  font-weight: 400;
}

.lsh-heading-5 {
  color: var(--oc-blue);
  font-family: Lubalin, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.lsh-heading-5.white {
  border-style: none;
  border-width: 5px 15px;
  border-color: var(--lsh-green);
  color: var(--white);
  border-radius: 0;
  font-size: 16px;
  line-height: 22px;
}

.lsh-heading-6 {
  color: var(--oc-blue);
  font-family: Lubalin, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.lsh-quote-credit {
  color: var(--oc-fawn);
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.lsh-block-quote {
  color: var(--oc-blue);
  font-family: Lubalin, sans-serif;
}

.lsh-link {
  color: var(--oc-blue);
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.lsh-header {
  background-color: var(--lsh-green);
}

.section {
  background-color: var(--white);
  display: block;
}

.section.splash {
  background-color: var(--lsh-green);
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.main-nav {
  background-color: var(--lsh-green-t40);
}

.section.main-nav.section-responsive {
  font-size: 1vw;
}

.section.main-title {
  background-color: var(--white);
  padding: 0;
}

.section.white {
  background-color: var(--white);
  flex-wrap: nowrap;
  padding-top: 55px;
  padding-bottom: 55px;
  display: block;
}

.section.white.no-tpm {
  background-color: var(--white);
  padding-top: 0;
  display: block;
}

.section.green-tint-1 {
  background-color: var(--lsh-green-t20);
  padding-top: 55px;
  padding-bottom: 55px;
}

.section.blue {
  background-color: var(--tmc-blue);
  padding-bottom: 45px;
}

.section.dark-blue {
  background-color: var(--oc-blue);
  padding-bottom: 45px;
}

.section.back-to-top-blue {
  background-color: var(--tmc-blue);
  display: none;
}

.section.back-to-top-green-tint {
  background-color: var(--lsh-green-t20);
  display: none;
}

.section.white-top {
  background-color: var(--white);
  flex-wrap: nowrap;
  padding: 0;
  display: block;
}

.section.blue {
  background-color: #1d8bb5;
  padding-bottom: 45px;
}

.lsh-footer {
  background-color: var(--lsh-green);
  color: #fff;
  border-top: 2px solid #fb5a17;
  align-items: flex-end;
  margin-top: auto;
  font-family: Lubalin, sans-serif;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lsh-disclaimer {
  margin-bottom: 0;
  padding: 30px 0;
}

.lsh-button {
  color: var(--oc-blue);
  font-family: Lubalin, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.lsh-button.white {
  background-color: var(--tmc-blue);
  color: var(--white);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 20px;
}

.lsh-button.white:hover {
  background-color: var(--oc-blue);
}

.lsh-button.splash {
  background-color: var(--tmc-blue);
  color: var(--white);
  text-align: center;
  border-radius: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 12px 25px 10px;
  line-height: 24px;
  display: inline-block;
}

.lsh-button.splash:hover {
  background-color: var(--oc-orange);
}

.brand-7 {
  display: none;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.lsh-nav-link {
  border-style: solid none;
  border-width: 3px;
  border-color: var(--lsh-green-t40) black;
  color: var(--oc-blue);
  flex: none;
  padding: 1em;
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: .7em;
  font-weight: 700;
  line-height: 140%;
}

.lsh-nav-link:hover {
  border-bottom: 3px solid var(--lsh-green);
}

.lsh-nav-link.w--current {
  border-style: solid none;
  border-color: transparent var(--lsh-green) var(--lsh-green);
  color: var(--lsh-green);
}

.lsh-button-top {
  color: var(--oc-blue);
  font-family: Lubalin, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.lsh-button-top.white {
  background-color: var(--tmc-blue);
  color: var(--white);
  border-radius: 10px;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 18px;
}

.lsh-button-top.white:hover {
  background-color: var(--oc-blue);
}

.lsh-button-top.be-white {
  background-color: var(--white);
  color: var(--oc-orange);
  border-radius: 10px;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 18px;
}

.lsh-button-top.be-white:hover {
  background-color: var(--oc-blue);
}

.image {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mask {
  object-fit: fill;
  overflow: hidden;
}

.slider {
  height: auto;
  max-width: 50%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.slider.mobile {
  display: none;
}

.lsh-lifecycle {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lsh-name {
  max-width: 100%;
  color: var(--oc-blue);
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.lsh-email {
  color: var(--oc-orange);
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.lsh-email:hover {
  text-decoration: underline;
}

.cv-photo {
  max-width: 40%;
}

.cv-photo-line {
  height: 3px;
  max-width: 100%;
  background-color: var(--lsh-green);
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.lsh-2-awards {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr 1fr;
}

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

.splash-image {
  min-height: 900px;
  background-image: url('../images/OC_Refreshed_cropped2_LSH_rgb-02.png');
  background-position: 50% 0;
  background-size: cover;
}

.lsh-label {
  display: inline-block;
}

.lsh-label.dark-green {
  border-style: solid;
  border-width: 5px 15px;
  border-color: var(--lsh-green);
  background-color: var(--lsh-green);
  border-radius: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}

.lsh-label.dark-blue {
  border-style: solid;
  border-width: 5px 15px;
  border-color: var(--oc-blue);
  background-color: var(--oc-blue);
  border-radius: 0;
  margin-bottom: 20px;
  margin-right: 21px;
}

.lsh-label.grey {
  border-style: solid;
  border-width: 5px 15px;
  border-color: var(--transport-grey);
  background-color: var(--transport-grey);
  border-radius: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}

.lsh-label.fawn {
  border-style: solid;
  border-width: 5px 15px;
  border-color: var(--oc-fawn);
  background-color: var(--oc-fawn);
  border-radius: 0;
  margin-bottom: 20px;
  margin-right: 0;
}

.lsh-grey-line-fw {
  height: 3px;
  border-style: solid solid dotted;
  border-width: 1px 1px 2px;
  border-color: var(--transport-grey);
}

.lsh-spacer {
  height: 20px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: var(--transport-grey);
}

.lsh-disputes-icon {
  max-width: 80%;
}

.lsh-tombstone-block {
  width: 100%;
  height: 340px;
  border-style: none dotted none none;
  border-width: 1px 2px 1px 1px;
  border-color: var(--transport-grey);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.lsh-regulatory-icon {
  max-width: 80%;
}

.lsh-advisory-icon, .lsh-transactional-icon {
  max-width: 60%;
}

.lsh-button-label {
  display: inline-block;
}

.lsh-button-label.dark-green {
  border-style: solid;
  border-width: 5px 15px;
  border-color: var(--lsh-green);
  background-color: var(--lsh-green);
  border-radius: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 3px;
}

.lsh-button-label.dark-green:hover {
  border-color: var(--oc-orange);
  background-color: var(--oc-orange);
}

.lsh-button-label.dark-blue {
  border-style: solid;
  border-width: 5px 15px;
  border-color: var(--oc-blue);
  background-color: var(--oc-blue);
  border-radius: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 3px;
}

.lsh-button-label.dark-blue:hover {
  border-color: var(--oc-orange);
  background-color: var(--oc-orange);
}

.lsh-button-label.grey {
  border-style: solid;
  border-width: 5px 15px;
  border-color: var(--transport-grey);
  background-color: var(--transport-grey);
  border-radius: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 3px;
}

.lsh-button-label.grey:hover {
  border-color: var(--oc-orange);
  background-color: var(--oc-orange);
}

.lsh-button-label.fawn {
  border-style: solid;
  border-width: 5px 15px;
  border-color: var(--oc-fawn);
  background-color: var(--oc-fawn);
  border-radius: 0;
  margin-bottom: 10px;
  margin-right: 9px;
  padding: 3px;
}

.lsh-button-label.fawn:hover {
  border-color: var(--oc-orange);
  background-color: var(--oc-orange);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.lsh-anchor {
  z-index: 1;
  max-width: 25vw;
  background-color: var(--lsh-green-t20);
  flex-flow: column;
  align-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  display: none;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lsh-view-more {
  z-index: 2;
  max-width: 25vw;
  background-color: var(--oc-orange);
  border-radius: 0 15px 15px 0;
  flex-flow: column;
  flex: 0 auto;
  align-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 0;
  display: flex;
  position: fixed;
  top: auto;
  left: auto;
}

.column-2 {
  flex-direction: column;
  display: flex;
}

.lsh-view-less {
  z-index: 2;
  max-width: 25vw;
  background-color: var(--oc-orange);
  border-radius: 0 15px 15px 0;
  flex-flow: column;
  flex: 0 auto;
  align-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 0;
  display: flex;
  position: fixed;
  top: auto;
  left: auto;
}

.award-image-1, .awards-image-2, .awards-image-4, .awards-image-3 {
  max-width: 80%;
}

._8-col-4-col-v2 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  display: grid;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.lsh-small-txt {
  color: var(--oc-blue);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.lsh-orange-block {
  background-color: var(--oc-orange);
  padding: 20px;
}

.lsh-big-txt {
  color: var(--white);
  margin-top: -5px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lubalin, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.lsh-uk-contacts {
  background-color: var(--oc-orange);
  padding: 20px 20px 0;
}

.lsh-uk-contacts:hover {
  background-color: rgba(251, 90, 23, .6);
}

.lsh-uk-contacts.w--current {
  background-color: var(--oc-orange);
}

.lsh-uk-contacts.w--current:hover {
  background-color: rgba(251, 90, 23, .6);
}

.lsh-uk-contacts._w-49 {
  width: 49%;
  flex: 0 auto;
  padding: 10px;
}

.lsh-int-contacts {
  background-color: var(--lsh-green);
  padding: 20px 20px 0;
}

.lsh-int-contacts:hover {
  background-color: rgba(19, 111, 85, .6);
}

.lsh-int-contacts._w-49 {
  width: 49%;
  padding: 10px;
}

.lsh-int-contacts._w-49.w--current {
  background-color: var(--lsh-green);
}

.lsh-int-contacts._w-49.w--current:hover {
  background-color: rgba(19, 111, 85, .6);
}

._2-col-cross-icon {
  grid-template-rows: auto;
  grid-template-columns: 55px 1fr;
  align-items: center;
  justify-items: center;
}

.lsh-btn-contacts {
  background-color: var(--lsh-green-t20);
  display: block;
}

.lsh-cross {
  margin: 10px;
  transition: opacity .2s;
}

.lsh-contacts-title {
  color: var(--lsh-green);
  padding: 0;
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.lsh-contacts-dets {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

._3-col-contacts-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  justify-items: start;
}

.award-image-5, .award-image-6 {
  max-width: 80%;
}

.div-block {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.contacts-wrapper {
  position: relative;
}

.tabs-menu {
  max-width: 35%;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.wrapper.btm-30 {
  margin-bottom: 30px;
}

.lsh-grey-line-fw-2 {
  height: 3px;
  border: 1px solid #a7a9ac;
  border-bottom: 2px dotted #a7a9ac;
}

.text-span {
  color: var(--oc-orange);
}

.text-span.hyperlink:hover {
  text-decoration: underline;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.image-6 {
  max-width: 40%;
}

.image-7, .image-8 {
  max-width: 50%;
}

.image-9 {
  max-width: 90%;
}

.lsh-transformation {
  max-width: 80vw;
}

.div-block-2 {
  max-width: 100vw;
  justify-content: center;
  padding-bottom: 59px;
  display: flex;
}

.oc-sollutions-logo {
  max-width: 300px;
}

.image-10 {
  max-width: 70%;
}

.section-5 {
  background-color: var(--lsh-green-t20);
}

.section-5.back-to-top-green-tint, .section-6 {
  display: none;
}

.lsh-paragraph-stat {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 12px;
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.lsh-bullets-unordered {
  color: var(--tmc-blue);
  margin-left: 0;
  padding-left: 20px;
  list-style-type: square;
}

.image-oc-for-good {
  max-width: 40%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.body-3 {
  background-color: var(--lsh-green-t40);
}

.lsh-container-centre {
  width: 100%;
  max-width: 1920px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: static;
}

.section-7 {
  display: none;
}

.lsh-heading-3-2 {
  color: #003145;
  font-family: Lubalin, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.lsh-heading-3-2.white {
  color: #fff;
}

.lsh-awards-text-2 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.lsh-quote-credit-2 {
  color: #dcd1a9;
  font-family: Akzidenz Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.display-none {
  display: none;
}

.splide__slide {
  width: 30%;
  height: 100%;
  flex: none;
}

.splide__embed {
  justify-content: center;
  align-items: center;
}

.splide__arrows {
  z-index: 2;
  height: 40px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.splide__arrows.desktop-none {
  display: none;
}

.splide__track {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.splide__list {
  height: 100%;
  display: flex;
}

.splide__arrow.splide__arrow--next {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bx-chevron-right-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  justify-content: center;
  align-items: center;
}

.splide__arrow.splide__arrow--next:hover {
  background-image: url('../images/bx-chevron-right-orange.svg');
}

.splide__arrow.splide__arrow--next.arrow-large {
  width: 48px;
  height: 48px;
  background-size: 60px;
}

.splide__arrow.splide__arrow--prev {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bx-chevron-left-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.splide__arrow.splide__arrow--prev:hover {
  background-image: url('../images/bx-chevron-left-orange.svg');
}

.splide__arrow.splide__arrow--prev.arrow-large {
  width: 48px;
  height: 48px;
  background-size: 60px;
}

.splide__pagination {
  height: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  list-style-type: disc;
  display: none;
  position: relative;
  top: auto;
  bottom: 30px;
  right: auto;
}

.pagination_item {
  display: inline-block;
}

.splide__pagination__page {
  width: .2vw;
  height: 3px;
  opacity: .2;
  background-color: #003145;
  margin-left: .3em;
  display: inline-block;
}

.splide__pagination__page.is-active {
  opacity: 1;
}

.right-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -40px;
}

.left-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: -40px;
  right: auto;
}

.lsh-section-image {
  display: block;
}

.lsh-body, .lsh-body2 {
  background-color: var(--lsh-green);
}

.tombstone-slider {
  width: 100%;
  height: 340px;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.arrow-wrapper {
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-wrapper.right {
  width: 30px;
  justify-content: flex-end;
  bottom: -60px;
}

.arrow-wrapper.left {
  width: 30px;
  justify-content: flex-end;
  bottom: -60px;
  right: 40px;
}

.slide-nav {
  height: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: -60px;
  display: flex;
}

.slide-nav.display-none {
  display: none;
}

.slider-mask {
  width: 33.33%;
  height: 100%;
  max-width: 280px;
  min-width: 240px;
  flex: none;
  overflow: visible;
}

.overflow-none {
  padding-bottom: 60px;
  overflow: hidden;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link {
  color: var(--oc-orange);
}

.link:hover {
  text-decoration: underline;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .style-guide-container {
    padding: 30px;
  }

  .style-guide-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._6-col {
    grid-template-columns: 1fr 1fr;
  }

  .content-wrapper {
    display: block;
  }

  .lsh-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lsh-container.main-nav {
    display: block;
  }

  .lsh-container.max-width-1440 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lsh-heading-1 {
    padding-top: 45px;
    padding-bottom: 30px;
    font-size: 48px;
    line-height: 52px;
  }

  .lsh-paragraph {
    font-family: Akzidenz Grotesk, sans-serif;
    font-weight: 400;
  }

  .lsh-heading-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .lsh-heading-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .lsh-intro {
    color: var(--lsh-green);
    font-family: Akzidenz Grotesk, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
  }

  .lsh-awards-text {
    font-family: Akzidenz Grotesk, sans-serif;
    font-weight: 400;
  }

  .lsh-quote {
    font-size: 21px;
    line-height: 24px;
  }

  .section.white, .section.green-tint-1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.white-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lsh-disclaimer {
    padding-left: 50px;
  }

  .lsh-button {
    font-size: 21px;
    line-height: 24px;
  }

  .lsh-nav-link {
    border-top: 2px solid var(--white);
    background-color: var(--lsh-green-t40);
    text-align: center;
    font-size: 1.5em;
    display: block;
  }

  .lsh-nav-link:hover {
    background-color: var(--lsh-green-t20);
  }

  .lsh-button-top {
    font-size: 21px;
    line-height: 24px;
  }

  .image {
    max-width: 70%;
  }

  .menu-button {
    background-color: var(--lsh-green-t40);
  }

  .menu-button:hover, .menu-button:active, .menu-button.w--open {
    background-color: var(--white);
  }

  .icon {
    color: var(--lsh-green);
    background-color: rgba(0, 0, 0, 0);
  }

  .slider {
    max-width: 100%;
  }

  .lsh-name {
    font-family: Akzidenz Grotesk, sans-serif;
    font-weight: 700;
  }

  .lsh-email {
    font-family: Akzidenz Grotesk, sans-serif;
    font-weight: 400;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .lsh-2-awards {
    grid-column-gap: 15px;
    grid-template-columns: .5fr 1fr .5fr 1fr;
  }

  .splash-image {
    min-height: 300px;
    background-image: url('../images/OC_Refreshed_cropped2_LSH_rgb-02.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .lsh-spacer {
    padding: 10px;
  }

  .lsh-disputes-icon {
    max-width: 100%;
  }

  .lsh-tombstone-block {
    height: 300px;
  }

  .lsh-regulatory-icon, .lsh-advisory-icon, .lsh-transactional-icon {
    max-width: 100%;
  }

  .lsh-anchor {
    display: none;
    position: fixed;
  }

  .lsh-view-more, .lsh-view-less {
    top: auto;
    left: auto;
  }

  .award-image-1 {
    max-width: 80%;
  }

  ._8-col-4-col-v2 {
    grid-template-columns: 1fr;
  }

  .content-wrapper-stack {
    display: flex;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lsh-small-txt {
    font-family: Akzidenz Grotesk, sans-serif;
    font-weight: 400;
  }

  .lsh-big-txt {
    font-size: 32px;
    line-height: 36px;
  }

  ._2-col-cross-icon:hover {
    background-color: var(--lsh-green-t40);
  }

  .lsh-contacts-title {
    color: var(--lsh-green);
    font-family: Akzidenz Grotesk, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
  }

  ._3-col-contacts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu {
    max-width: 70%;
  }

  .image-6 {
    max-width: 80%;
  }

  .image-7 {
    max-width: 90%;
  }

  .image-8, .image-9 {
    max-width: 80%;
  }

  .lsh-transformation {
    max-width: 100vw;
  }

  .image-10 {
    max-width: 90%;
  }

  .lsh-paragraph-stat {
    font-family: Akzidenz Grotesk, sans-serif;
    font-weight: 400;
  }

  .image-oc-for-good {
    max-width: 60%;
  }

  .lsh-container-centre {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-7 {
    display: block;
  }

  .lsh-heading-3-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .lsh-awards-text-2 {
    font-family: Akzidenz Grotesk, sans-serif;
    font-weight: 400;
  }

  .splide__arrows.desktop-none {
    display: flex;
  }

  .lsh-section-image {
    display: none;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-container {
    margin: 20px;
    padding: 20px;
  }

  .style-guide-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._4-col {
    grid-template-columns: 1fr;
  }

  ._6-col {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .lsh-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lsh-container.image {
    max-width: 100%;
  }

  .lsh-container.max-width-1440 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lsh-heading-1 {
    padding-top: 35px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 44px;
  }

  .lsh-paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .lsh-heading-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .lsh-intro {
    font-size: 16px;
    line-height: 20px;
  }

  .lsh-awards-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .lsh-heading-4 {
    font-weight: 400;
  }

  .lsh-heading-4.white {
    line-height: 24px;
  }

  .lsh-heading-5, .lsh-heading-5.white, .lsh-heading-6, .lsh-quote-credit, .lsh-link {
    font-size: 14px;
    line-height: 18px;
  }

  .section.white, .section.green-tint-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.back-to-top-blue, .section.back-to-top-green-tint {
    display: block;
  }

  .lsh-disclaimer {
    padding-left: 30px;
  }

  .lsh-nav-link {
    font-size: 2em;
  }

  .lsh-button-top {
    margin-top: 15px;
    margin-bottom: 16px;
  }

  .lsh-button-top.white {
    background-color: var(--tmc-blue);
    color: var(--white);
    border-radius: 20px;
    padding: 10px 25px;
  }

  .lsh-button-top.be-white {
    background-color: var(--white);
    color: var(--oc-orange);
    border-radius: 20px;
    padding: 10px 25px;
  }

  .image {
    max-width: 100%;
  }

  .slider {
    display: none;
  }

  .slider.mobile {
    display: block;
  }

  .lsh-name, .lsh-email {
    font-size: 14px;
    line-height: 18px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .lsh-2-awards {
    grid-row-gap: 45px;
    grid-template-columns: .4fr 1fr;
  }

  .splash-image {
    min-height: 350px;
    background-image: url('../images/OC_Refreshed_cropped2_LSH_rgb-02.png');
    background-position: 70% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .lsh-label.dark-green {
    margin-right: 10px;
  }

  .lsh-label.dark-blue, .lsh-label.grey {
    margin-top: 20px;
    margin-right: 10px;
  }

  .lsh-label.fawn {
    margin-top: 21px;
    margin-right: 10px;
  }

  .lsh-disputes-icon {
    max-width: 70%;
  }

  .lsh-tombstone-block {
    height: 100%;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .lsh-regulatory-icon {
    max-width: 70%;
  }

  .lsh-advisory-icon, .lsh-transactional-icon {
    max-width: 40%;
  }

  .lsh-button-label.dark-green, .lsh-button-label.dark-blue, .lsh-button-label.grey, .lsh-button-label.fawn {
    margin-right: 10px;
  }

  .lsh-button-label.blue {
    border: 5px solid var(--tmc-blue);
    background-color: var(--tmc-blue);
    text-align: left;
    border-radius: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 3px 3px 15px;
  }

  .lsh-button-label.blue:hover {
    border-color: var(--oc-orange);
    background-color: var(--oc-orange);
    text-align: left;
  }

  .lsh-anchor {
    width: 190px;
    max-width: none;
    padding-bottom: 20px;
    display: block;
    transform: none;
  }

  .lsh-view-more {
    margin-top: -20px;
    margin-left: 1px;
    display: block;
    top: auto;
    left: auto;
  }

  .columns {
    display: flex;
  }

  .column-2 {
    flex-direction: column;
    display: flex;
  }

  .lsh-view-less {
    margin-top: -20px;
    margin-left: 1px;
    display: none;
    top: auto;
    left: auto;
  }

  .award-image-1, .awards-image-2, .awards-image-4, .awards-image-3 {
    max-width: 80%;
  }

  ._8-col-4-col-v2 {
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .lsh-small-txt {
    font-size: 14px;
    line-height: 18px;
  }

  .lsh-big-txt {
    margin-bottom: 0;
  }

  ._2-col-cross-icon {
    grid-template-columns: 45px 1fr;
  }

  .lsh-contacts-title {
    font-size: 18px;
    line-height: 24px;
  }

  ._3-col-contacts-grid {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    max-width: 100%;
  }

  .image-9 {
    max-width: 60%;
  }

  .lsh-transformation {
    max-width: 100vw;
  }

  .oc-sollutions-logo {
    max-width: 225px;
  }

  .section-5.back-to-top-green-tint {
    display: block;
  }

  .lsh-paragraph-stat {
    font-size: 14px;
    line-height: 18px;
  }

  .image-oc-for-good {
    max-width: 100%;
  }

  .lsh-container-centre {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-7 {
    display: block;
  }

  .lsh-awards-text-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .lsh-quote-credit-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .icon-4 {
    color: var(--transport-grey);
  }

  .icon-4:hover {
    color: var(--oc-orange);
  }

  .icon-5 {
    color: var(--transport-grey);
  }

  .icon-5:hover {
    color: var(--oc-orange);
  }

  .splide__pagination, .lsh-section-image {
    display: none;
  }

  .tombstone-slider {
    height: 290px;
  }

  .slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-mask {
    width: 50%;
    max-width: none;
    min-width: auto;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-container {
    margin: 10px;
    padding: 10px;
  }

  ._3-col-9-col {
    grid-template-columns: 1fr;
  }

  .lsh-container.image {
    max-width: 100%;
  }

  .lsh-heading-1 {
    font-size: 32px;
    line-height: 36px;
  }

  .lsh-paragraph {
    padding-bottom: 24px;
  }

  .lsh-heading-2.awards {
    font-size: 28px;
    line-height: 32px;
  }

  .lsh-heading-5 {
    line-height: 18px;
  }

  .section {
    background-color: var(--white);
    display: block;
  }

  .lsh-nav-link {
    font-size: 3em;
  }

  .image {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .lsh-2-awards {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .splash-image {
    min-height: 350px;
    background-image: url('../images/OC_Refreshed_cropped2_LSH_rgb-02.png');
    background-position: 59% 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .lsh-button-label.blue {
    border-radius: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 3px 3px 15px;
  }

  .lsh-anchor {
    width: 160px;
    max-width: none;
    padding: 0 0 0 5px;
    transform: none;
  }

  .lsh-view-more {
    margin: 0 0 0 -4px;
    display: block;
    top: auto;
    left: auto;
  }

  .columns {
    display: flex;
  }

  .column-2 {
    background-color: var(--lsh-green-t20);
    flex-direction: column;
    padding: 10px 0 0 10px;
    display: flex;
  }

  .lsh-view-less {
    margin: 0 0 0 -4px;
    display: none;
    top: auto;
    left: auto;
  }

  .award-image-1, .awards-image-2, .awards-image-4, .awards-image-3 {
    max-width: 50%;
  }

  .content-wrapper-stack {
    flex-direction: column;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .lsh-uk-contacts.w--current, .lsh-uk-contacts._w-49, .lsh-int-contacts._w-49 {
    width: 100%;
  }

  .award-image-5, .award-image-6 {
    max-width: 40%;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .lsh-transformation {
    max-width: 100vw;
  }

  .lsh-paragraph-stat.special {
    display: none;
  }

  .icon-4, .icon-5 {
    font-size: 20px;
  }

  .splide__embed {
    margin-top: 8px;
  }

  .tombstone-slider {
    height: 260px;
  }

  .slider-mask {
    width: 90%;
    min-width: auto;
  }
}

#w-node-_280502e9-0867-f528-b1bf-a029d1152e6b-caa3c652, #w-node-_280502e9-0867-f528-b1bf-a029d1152e73-caa3c652, #w-node-_185c42f1-c187-6245-ebb6-72182aea31b0-caa3c657, #w-node-f44569be-7bab-f98d-5393-416a500360d8-caa3c657, #w-node-_280502e9-0867-f528-b1bf-a029d1152e6b-caa3c657, #w-node-_280502e9-0867-f528-b1bf-a029d1152e73-caa3c657 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c7abe32-7c56-3649-a1f0-04b3d20084bf-caa3c65a, #w-node-_8aa2120c-f74a-4d03-9acd-3151ff32543b-caa3c65a, #w-node-f0f2209d-979b-0e60-c458-d4dc4eefa6ef-caa3c65a, #w-node-c03a56ed-26a7-d886-320a-c0354d05eeb3-caa3c65a, #w-node-_1c4e5931-ab08-b3ea-b267-dbbd4c0d209a-caa3c65a, #w-node-ac0d2afb-e5a7-1f8c-215b-01a56a62144b-caa3c65a, #w-node-_2b71e69e-162b-2363-52a2-fc88ffa3f587-caa3c65a, #w-node-f43a4aca-9e89-ba8d-23e9-968c56b6874c-caa3c65a, #w-node-_8cc7c70d-0614-29c2-822d-39e4ae2559f5-caa3c65a {
  align-self: center;
  justify-self: start;
}

#w-node-_210d2c12-07d7-9ef0-69f6-00a50072e745-0072e745 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0342-caa3c65f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6a77f559-0773-bec3-3602-15de890c6150-caa3c65f, #w-node-_6a77f559-0773-bec3-3602-15de890c6151-caa3c65f, #w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0348-caa3c65f, #w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0349-caa3c65f, #w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d034a-caa3c65f, #w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d034f-caa3c65f, #w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0350-caa3c65f, #w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0351-caa3c65f, #w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0352-caa3c65f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0357-caa3c65f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0358-caa3c65f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d035d-caa3c65f {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d035e-caa3c65f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0363-caa3c65f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0364-caa3c65f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0369-caa3c65f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d036a-caa3c65f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d036f-caa3c65f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0370-caa3c65f {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0375-caa3c65f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2b7b6f09-dc53-d63b-0cf6-9fd34c2d0376-caa3c65f {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-_5b49ffa9-dda8-bbc0-92c5-06632a34c43d-caa3c652 {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_280502e9-0867-f528-b1bf-a029d1152e6b-caa3c652, #w-node-_185c42f1-c187-6245-ebb6-72182aea31b0-caa3c657, #w-node-_280502e9-0867-f528-b1bf-a029d1152e6b-caa3c657 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Lubalin';
  src: url('../fonts/LubalinGraphStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalin';
  src: url('../fonts/LubalinGraphStd-BookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalin';
  src: url('../fonts/LubalinGraphStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalin';
  src: url('../fonts/LubalinGraphStd-MediumObl.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalin';
  src: url('../fonts/LubalinGraphStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalin';
  src: url('../fonts/LubalinGraphStd-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/AkzidGroProReg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/AkzidGroProIta.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/AkzidGroProMed.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/AkzidGroProMedIta.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/AkzidGroProBol.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/AkzidGroProBolIta.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/AkzidGroProLig.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/AkzidGroProLigIta.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}