:root {
  --white-smoke: #f1f1f1;
  --font: #005082;
  --primary-2: #009879;
  --secondary-5: #0f9cf5;
  --white: white;
  --primary-1: #005082;
  --reverse: #ebebeb;
  --secondary-1: #83d0f5;
  --secondary-2: #a7d4b9;
  --secondary-3: #e4b600;
  --secondary-4: #0067a8;
  --secondary-7: #1fc2a9;
  --secondary-8: #1b27a8;
  --modal-box: #ff4800;
  --transparent: rgba(255, 255, 255, 0);
  --archaeology: #b38aff;
  --archive: #94e2ff;
  --book: #ffb4ef;
  --reference: #fff29e;
  --academic: #9fffb7;
  --article: #ffbf84;
  --steam-project: #a9fff8;
  --black-overlay-tint: rgba(0, 0, 0, .8);
  --black: black;
  --secondary-6: #a86405;
  --mouseover-link-blue: #0e5beb;
  --light-grey: #e6e6e6;
  --green-overlay-tint: rgba(0, 66, 53, .9);
  --blue-overlay-tint: rgba(0, 80, 130, .9);
  --mid-grey: #dbdbdb;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white-smoke);
  color: var(--font);
  font-family: filson-pro, sans-serif;
  font-size: .93em;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  margin-top: 0;
  margin-bottom: .3em;
  font-family: filson-pro, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  overflow: visible;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: filson-pro, sans-serif;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: filson-pro, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: .3em;
  font-family: filson-pro, sans-serif;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.4em;
}

p {
  text-align: left;
  margin-bottom: .5em;
  padding-top: .5em;
}

a {
  color: var(--primary-2);
  font-weight: 700;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

a:hover {
  color: var(--secondary-5);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: square;
}

li {
  margin-bottom: .6em;
}

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

.dark-block-quote {
  border-left-color: #303030;
  font-size: 1em;
}

.dark-block-quote.reverse {
  border-left-color: #ebebeb;
}

.bold {
  font-weight: 700;
}

.standard-container {
  z-index: 0;
  max-width: 1500px;
  padding: 2em;
  position: relative;
}

.standard-container._2000px {
  max-width: 2000px;
}

.button {
  color: #303030;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  font-size: .9em;
  font-weight: 700;
  transition: opacity .3s ease-in-out;
}

.button:hover {
  opacity: .3;
}

.button.reverse {
  border-color: #ebebeb;
}

.light-section {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.standard-div {
  perspective-origin: 0 100%;
  border-top: 1px solid #2c2c2c;
  padding-top: 35px;
  padding-bottom: 40px;
  display: block;
  transform: perspective(2000px)translate(0);
}

.large-paragraph {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.45em;
}

.h1-hero {
  font-size: 5em;
  line-height: 1.35em;
}

.h1-hero.reverse {
  color: var(--reverse);
}

.paragraph {
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 1px;
  column-gap: 30px;
}

.link {
  width: 100%;
  height: auto;
  color: var(--font);
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

.link:hover {
  opacity: .5;
}

.reverse {
  color: #ebebeb;
}

.reverse.centre.smaller-inline-h2 {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 125%;
}

.rich-text-block-styles-reverse {
  color: #ebebeb;
}

.paragraph-2-column {
  column-count: 2;
  column-gap: 30px;
}

.dark-section {
  width: 100vw;
  background-color: #121216;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: block;
  position: relative;
}

.fourblock {
  width: 25%;
  float: left;
  padding: 29px 10px;
}

.sectiontag {
  color: #bdbdbd;
  text-transform: uppercase;
  padding: 10px 10px 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.sideblock {
  border-bottom: 1px solid #d1d1d1;
  padding: 44px 20px;
  position: relative;
}

.colorname {
  color: #3e4749;
  text-align: center;
  text-transform: none;
  margin-top: 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.colorblock {
  width: 100px;
  height: 100px;
  background-color: var(--primary-1);
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.colorblock._3 {
  background-color: var(--font);
}

.colorblock._2 {
  background-color: #009879;
}

.colorblock._4 {
  background-color: var(--secondary-1);
}

.colorblock._5 {
  background-color: var(--secondary-2);
}

.colorblock._6 {
  background-color: var(--secondary-3);
}

.colorblock._7 {
  background-color: var(--secondary-4);
}

.colorblock._8 {
  background-color: #686868;
}

.colorblock._9 {
  background-color: #825a94;
}

.colorblock._10 {
  background-color: var(--secondary-7);
}

.colorblock._11 {
  background-color: var(--secondary-8);
}

.adress-block {
  padding-bottom: 50px;
}

.h3-policy-header {
  color: #fff;
  background-color: #2b2b2b;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 10px 20px 15px;
  display: inline-block;
}

.flexible-vwh-left-section-wrapper {
  width: 100%;
  max-width: 2000px;
  border: 1px solid #575757;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.flexible-vwh-left-section-wrapper.table-flex-overides-terms-cons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.policy-wrapper-2 {
  max-width: 1400px;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.policy-wrapper-2.extra-tm {
  margin-top: 8em;
}

.mid-blue-para-block {
  color: #fff;
  background-color: #2b2b2b;
  margin-bottom: 15px;
  padding: 27px 30px;
}

.h1-dark-blue-block {
  width: auto;
  clear: both;
  color: #fff;
  background-color: #162966;
  margin-bottom: 0;
  padding: 15px 20px 22px;
  display: inline-block;
  position: relative;
}

.h1-dark-blue-block.main-policy-header {
  background-color: #2b2b2b;
  align-self: flex-start;
  margin-bottom: 1.5em;
}

.column-container {
  column-count: 2;
  column-gap: 60px;
}

.column-container.extra-bm {
  margin-bottom: 50px;
}

.cookie-modal {
  z-index: 900000;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal {
  width: 100%;
  max-width: 670px;
  background-color: var(--modal-box);
  text-align: left;
  background-image: none;
  border-radius: 10000px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 20px 35px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}

.privacy-policy-paragraph {
  clear: left;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: .35em;
  padding-top: 0;
  font-size: .9em;
}

.company-policy-link-text {
  color: rgba(255, 255, 255, .7);
  text-transform: none;
  transition: color .4s ease-in-out;
}

.company-policy-link-text:hover {
  color: #e6ff00;
}

.accept-button-container {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.accept-button {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 0;
  padding: 8px 25px 9px;
  font-size: .9em;
  transition: border-color .4s ease-in-out, background-color .4s ease-in-out, color .4s ease-in-out;
}

.accept-button:hover {
  color: var(--primary-1);
  background-color: #fff;
  border-color: rgba(255, 255, 255, .3);
}

.footer-section-1 {
  width: 100%;
  height: auto;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
  position: relative;
}

.burger-wrapper {
  display: none;
}

.logo {
  z-index: 1001;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-icons {
  width: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.spacer-section {
  height: 300px;
  display: block;
}

.rounded-button {
  height: 45px;
  min-width: 110px;
  border: 1px solid var(--font);
  color: var(--font);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  padding-top: 10px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: .9em;
  font-weight: 700;
  transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out;
}

.rounded-button:hover {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: #fff;
}

.burger {
  width: 50px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plus-icon-wrapper {
  display: none;
}

.scroll-progress-bar {
  z-index: 2147483647;
  width: 0;
  height: 5px;
  background-image: linear-gradient(to right, var(--primary-1), var(--primary-2));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.loading-container {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-container.temp {
  display: flex;
}

.absolute-flex-intro-wrapper {
  width: 100%;
  height: 100svh;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.intro-container {
  width: 100%;
  position: relative;
}

.image-cover-rc {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  object-position: 100% 50%;
}

.hero-heading-background-1 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(325deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .05)), url('../images/1800-canal-drone-angle-5-hero_1.jpg');
  background-position: 0 0, 0%;
  -webkit-background-clip: text;
  background-clip: text;
}

.logo-wrapper {
  z-index: 99999999;
  padding-bottom: 6vw;
  position: relative;
}

.logo-wrapper.mobile-version {
  z-index: 899999;
  display: none;
}

.logo-container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw 3vw;
  display: flex;
}

.logo-container.sponsor-logo {
  width: 100%;
  max-width: 250px;
  padding: 1vw 2vw;
}

.logo-container.sponsor-logo.heritage-logo-sizing {
  width: 80%;
  max-width: 220px;
}

.logo-container.loading-styles {
  padding: 1vw 2vw;
}

.standard-container-padding {
  padding: 5vw;
}

.heading-wrapper {
  padding-bottom: 3vw;
}

.green-underline {
  width: 11vw;
  height: 1.5vw;
  background-color: var(--primary-2);
  margin-left: auto;
  margin-right: auto;
}

.green-underline.image-background-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/1800-canal-drone-angle-5-hero_1.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  position: relative;
}

.green-underline.image-background-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/1800-weighton-lock-drone-angle-hero.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  position: relative;
}

.paragraph-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.holding-site-grid {
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.image-cover-bc {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  object-position: 50% 100%;
}

.sponsor-logo-grid {
  width: 100%;
  height: auto;
  max-width: 600px;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading-background-2 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(325deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .05)), url('../images/1800-weighton-lock-drone-angle-hero.jpg');
  background-position: 0 0, 100%;
  -webkit-background-clip: text;
  background-clip: text;
}

._100vh-image-bg-hero-wrapper {
  z-index: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._100vh-image-bg-hero-wrapper.hero-image-2 {
  background-image: url('../images/1800-canal-drone-angle-5-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.glass-card-wrapper {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 80px rgba(0, 0, 0, .1);
}

.glass-card-wrapper.footer-styles {
  width: 100%;
  max-width: none;
  display: block;
}

.glass-card-wrapper.box-shadow.no-blur-100-background {
  height: 100%;
}

.glass-card-wrapper.box-shadow.no-blur-100-background.project-border-styles {
  width: 100%;
}

.glass-card-wrapper.hero-card-styles {
  z-index: 500;
  width: auto;
  max-width: 75ch;
  margin-top: 0;
}

.glass-card-wrapper.hero-card-styles.blurbg.extra-width {
  max-width: 80ch;
}

.glass-card-wrapper.hero-card-styles.blurbg.go-fish-max-width {
  max-width: 85ch;
}

.glass-card-wrapper._100-styles {
  width: 100%;
  padding: 2.5em 2.5em 3em;
  display: block;
}

.blurbg {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .7);
  border-radius: 20px;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blurbg.remove-round-border.absolute {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blurbg.absolute {
  z-index: -1;
  position: absolute;
}

.blurbg.absolute.extended {
  width: 116%;
  height: 110%;
  margin: -2.1em -8% 5%;
}

.blurbg.absolute.hide-on-desktop {
  display: none;
}

.frosted-glass-effect-wrapper {
  z-index: 99;
  width: auto;
  justify-content: center;
  align-items: center;
  position: relative;
}

.frosted-glass-effect-wrapper.max-60ch.add-right-margin {
  margin-right: 2em;
}

.frosted-glass-effect-wrapper.map-download-position.extra-tp {
  padding-top: 3em;
}

.frosted-glass-effect-wrapper.map-download-position.extra-tp.max-65ch.remove-tp-mobile.add-bp {
  padding-bottom: 3em;
}

.frosted-glass-effect-wrapper.inline {
  display: inline-block;
}

.frosted-glass-effect-wrapper.explore {
  width: 100%;
  max-width: 60ch;
}

.trial-overview-desktop-sub-nav-wrapper {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: absolute;
  overflow: hidden;
}

.dropdown-nav-image-wrapper {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: auto;
}

.sub-navbar-link {
  width: 100%;
  height: auto;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  line-height: 1.1em;
  transition-property: none;
  display: block;
  position: relative;
}

.sub-navbar-link.w--current {
  opacity: .65;
  color: #fff;
  text-decoration: none;
}

.sub-navbar-link.w--current:hover {
  opacity: .6;
}

.sub-navbar-link.w--current:focus {
  opacity: .65;
}

.inline-link {
  color: var(--primary-1);
  text-align: center;
  letter-spacing: .01em;
  font-size: .95em;
  font-weight: 700;
  line-height: 1.2em;
}

.inline-link.left-align {
  text-align: left;
}

.inline-link.left-align.reverse {
  color: var(--white-smoke);
}

.inline-link.left-align.reverse.centre {
  text-align: center;
}

.inline-link.centre.reverse {
  color: var(--white-smoke);
}

.inline-link.remove-max-width {
  max-width: none;
}

.b1-bar3-2 {
  width: 25px;
  height: 2px;
  background-color: var(--primary-1);
}

.cover-image-centered {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navbar-link {
  color: var(--primary-1);
  text-align: center;
  letter-spacing: .005em;
  text-transform: uppercase;
  padding: 46px 15px 38px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.1em;
  transition: opacity .2s ease-in;
}

.navbar-link:hover {
  color: var(--primary-1);
}

.navbar-link:focus {
  opacity: 1;
}

.navbar-link:focus-visible {
  color: #000;
}

.navbar-link[data-wf-focus-visible] {
  color: #000;
}

.navbar-link.w--current {
  opacity: 1;
  color: var(--primary-2);
  text-decoration: none;
}

.navbar-link.first-link-styles.display-on-mobile, .navbar-link.hide-on-desktop {
  display: none;
}

.white-nav-main-links-wrapper {
  width: auto;
  height: auto;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.b1-bar1-2 {
  background-color: var(--primary-1);
}

.light-sub-nav-link {
  width: 100%;
  height: 100%;
  color: #fefefe;
  text-transform: capitalize;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1em 1.3em 1.1em;
  font-size: .9em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.flex-white-nav-wrapper {
  height: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo {
  position: relative;
}

.b1-bar2-2 {
  background-color: var(--primary-1);
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.navbar {
  z-index: 10000000;
  width: auto;
  height: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: visible;
}

.menu-button-2 {
  display: none;
}

.nav-links-contact-wrapper {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.animated-device-nav-wrapper {
  width: auto;
  height: auto;
  box-shadow: none;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: scroll;
}

.sub-nav-grid-wrapper {
  width: 100%;
  height: auto;
  grid-column-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding: 0 5px 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mwct-logo-container {
  width: 100%;
  height: auto;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: relative;
}

.logo-light-wrapper {
  z-index: 100;
  width: 160px;
  height: 100%;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.trail-overview-mobile-device-sub-nav-wrapper {
  width: 100%;
  height: auto;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: absolute;
  overflow: hidden;
}

.flex-fixed-navbar {
  z-index: 1000;
  width: auto;
  height: 110px;
  max-width: 1500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  top: 2em;
  bottom: auto;
  left: 2em;
  right: 2em;
  overflow: visible;
}

.flex-fixed-navbar.box-shadow {
  z-index: 1000;
}

.nav-underline {
  width: 0;
  height: 5px;
  background-color: var(--primary-2);
  margin-left: auto;
  margin-right: auto;
}

.nav-underline-wrapper {
  width: 100%;
  height: 5px;
  margin-top: 5px;
  display: block;
}

.glass-content-wrapper {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.4em 3em 3em;
  display: flex;
  position: relative;
}

.glass-content-wrapper.inline-styles {
  padding-top: 1em;
  display: block;
}

.glass-content-wrapper._100-centered {
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.glass-content-wrapper._100-centered.flex-styles {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.glass-content-wrapper._100-centered.project-styles {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-paragraph-container {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-paragraph-container.align-right {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.flex-paragraph-container.footer-link-flex-styles {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-paragraph-container.footer-link-flex-styles.alignment {
  justify-content: flex-end;
  margin-bottom: 2.5em;
}

.standard-link-block-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-bottom: 1px dotted var(--primary-1);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.standard-link-block-container.inline-anchor-link-styles {
  border-bottom: 1px dotted var(--primary-1);
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.standard-link-block-container.inline-anchor-link-styles.top-line {
  border-top: 1px dotted var(--primary-1);
  text-align: left;
  padding-top: 12px;
}

.standard-link-block-container.inline-anchor-link-styles.add-top-line {
  border-top: 1px dotted var(--primary-1);
}

.standard-link-block-container.inline-anchor-link-styles.remove-border {
  border-bottom: 0px none var(--transparent);
  padding-top: 0;
  padding-bottom: 0;
}

.standard-link-block-container.inline-anchor-link-styles.remove-border.add-top-line {
  border-top-style: dotted;
  padding-top: 12px;
}

.standard-link-block-container.inline-anchor-link-styles.reverse {
  border-bottom-color: var(--white-smoke);
}

.standard-link-block-container.inline-anchor-link-styles.reverse.add-top-line {
  border-top-style: dotted;
  border-top-color: var(--white-smoke);
  margin-top: 1em;
}

.standard-link-block-container.inline-anchor-link-styles.switch-line-to-top {
  border-top: 1px dotted var(--primary-1);
  border-bottom-style: none;
  border-bottom-width: 0;
}

.standard-link-block-container.inline-anchor-link-styles.remove-bottom-line {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.standard-link-block-container.inline-anchor-link-styles.start-end {
  width: 100%;
  justify-content: space-between;
}

.standard-link-block-container.add-top-line {
  border-top: 1px dotted var(--primary-1);
  margin-top: 1em;
}

.standard-link-block-container.add-top-line.add-extra-tm {
  margin-top: 1.5em;
}

.standard-link-block-container.term-link-styles {
  width: 100%;
  border-bottom: 0px none var(--transparent);
  padding-top: 1em;
  padding-bottom: 0;
}

.standard-link-block-container.term-link-styles.inline-partners-link.inline.add-extra-tp {
  padding-top: 2em;
}

.standard-link-block-container.term-link-styles.inline {
  width: auto;
}

.triangular-icon {
  width: 23px;
  height: 23px;
  flex: none;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.right-link-arrow-icon-container {
  width: 20px;
  flex: none;
  align-items: center;
  margin-left: 9px;
  display: flex;
}

.right-link-arrow-icon-container.link-styles {
  width: 30px;
}

.link-copy-aligned-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-nav-flex-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.sub-nav-text-container {
  width: 100%;
  background-color: var(--primary-1);
  display: block;
  position: relative;
}

.image {
  width: 100%;
  height: auto;
}

.image.damsel-max-size {
  max-width: 60%;
}

.image.great-beetle-max-size {
  width: 60%;
  text-align: left;
}

.image.golden-bettle-max-size {
  width: 80%;
  text-align: right;
  margin-left: auto;
  position: relative;
  left: auto;
}

.image.toad-max-size {
  max-width: 300px;
}

.image.swift-max-size {
  max-width: 350px;
}

.image.blackcap-max-size, .image.hobby-max-size {
  max-width: 400px;
}

.masked-intro-hero-image-bg-container {
  z-index: 0;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.standard-section {
  display: block;
  position: relative;
}

.trial-overview-mobile-sub-nav-wrapper {
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: absolute;
  overflow: hidden;
}

.h2-heading-wrapper {
  margin-bottom: 1vw;
}

.h2-heading-wrapper.extra-bm {
  margin-bottom: 3em;
}

.h2-heading-wrapper.extra-bm.show-on-mobile-only {
  display: none;
}

.h2-heading-wrapper.flex {
  width: 100%;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: .5em;
  margin-bottom: 2em;
  display: flex;
}

.underline-wrapper {
  width: 100%;
  height: auto;
  margin-top: .9em;
  display: block;
}

.h2-underline {
  width: 100px;
  height: 10px;
  background-color: var(--primary-2);
  margin-left: auto;
  margin-right: auto;
}

.remove-bp {
  padding-bottom: 0;
}

.footer {
  z-index: 1;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 2vw;
  position: relative;
  overflow: hidden;
}

.site-container {
  width: 100%;
}

.footer-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-info-container {
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.footer-icon-container {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.footer-icon-container:hover {
  transform: scale(1.2);
}

.copyright-text-style {
  text-align: right;
  margin-bottom: 0;
  padding-top: 0;
}

.hero-messaging-container {
  z-index: 3;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section {
  width: 100vw;
  min-height: 100svh;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.hero-cover-image {
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 100%;
  display: block;
}

.hero-cover-image._2 {
  height: auto;
  object-fit: contain;
  object-position: 0% 50%;
}

.hero-cover-image._1 {
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  position: relative;
  overflow: visible;
}

.hero-cover-image._4 {
  object-fit: contain;
  object-position: 0% 50%;
  position: relative;
}

.hero-cover-image._5 {
  height: auto;
  object-fit: contain;
  object-position: 0% 50%;
  position: relative;
}

.bkg-hero-image-container {
  z-index: -10;
  width: 100%;
  max-height: 100svh;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: block;
  position: relative;
  overflow: visible;
}

.bkg-hero-image-container._1 {
  max-height: none;
}

.bkg-hero-image-container._2 {
  position: relative;
  overflow: visible;
}

.bkg-hero-image-container._4 {
  max-height: none;
  overflow: visible;
}

.bkg-hero-image-container._5 {
  max-height: none;
  position: relative;
  overflow: hidden;
}

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

.box-shadow {
  box-shadow: 0 0 80px rgba(0, 0, 0, .1);
}

.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.centre.max-40ch.inline {
  margin-bottom: 0;
  padding-top: 0;
  display: inline-block;
}

.centre.inline {
  margin-bottom: 0;
  padding-top: 0;
}

.max-60ch {
  max-width: 60ch;
}

.main-site-grid {
  width: 100%;
  height: auto;
  min-height: 100svh;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 2em .5fr 1fr 1fr 1fr 1fr 1fr 1fr .5fr 2em;
  overflow: visible;
}

.main-site-grid.grid-2-styles {
  grid-template-rows: auto auto auto;
  align-items: center;
  justify-items: start;
  position: relative;
}

.main-site-grid.grid-2-styles.map-overrides {
  grid-template-rows: auto;
  margin-bottom: 0;
}

.main-site-grid.history-14-grid-overrides {
  height: auto;
  min-height: auto;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.main-site-grid.steam-14-grid-overrides {
  height: auto;
  min-height: auto;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-wrapper {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.circular {
  border-radius: 1000px;
  padding-top: 100%;
}

.image-wrapper.circular._2 {
  left: -3vw;
}

.image-wrapper.circular.inline-styles {
  width: 70%;
  margin-bottom: 15px;
  padding-top: 70%;
}

.image-wrapper.circular.inline-styles.flex-styles {
  width: 100%;
}

.image-wrapper.circular.inline-styles.project-styles {
  border-radius: 100%;
  margin-bottom: 0;
  padding-top: 0%;
  display: block;
}

.image-wrapper.circular.rounded-image.add-tm {
  margin-top: 3em;
}

.image-wrapper.circular.rounded-image.signage-styles {
  top: 6%;
}

.image-wrapper.inline-onload-animated-styles {
  width: 65%;
  max-width: 1000px;
  align-self: flex-start;
  margin-right: 0%;
  padding-top: 50%;
}

.image-wrapper.inline-onload-animated-styles.marsh-harrier {
  width: 90%;
  max-width: 1200px;
  align-self: center;
  margin-right: auto;
}

.image-wrapper.inline-onload-animated-styles.old-pot {
  width: 70%;
  align-self: center;
  margin-right: auto;
  padding-top: 60%;
  left: 2vw;
  overflow: visible;
}

.image-wrapper.inline-onload-animated-styles.axe-head, .image-wrapper.inline-onload-animated-styles.roach {
  width: 90%;
  max-width: 1200px;
  align-self: center;
  margin-right: auto;
  padding-top: 60%;
}

.image-wrapper.remove-padding-show-overflow {
  padding-top: 0%;
  overflow: visible;
}

.image-wrapper.absolute-overlay-bkg {
  height: 100%;
  padding-top: 0%;
  position: absolute;
}

.image-wrapper.project-styles {
  padding-top: 100%;
}

.image-cover-centered-round {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10000000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-cover-centered-round.position-left-fixed {
  object-position: 0% 50%;
}

.image-cover-centered-round.contain {
  object-fit: contain;
}

.image-cover-centered-round.contain.remove-radius {
  border-radius: 0;
}

.image-cover-centered-round.contain.remove-radius.inline-animated-styles {
  z-index: -2;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left {
  max-width: 700px;
  top: 1%;
}

.image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.axe-styles {
  margin-left: -3vw;
  padding: 4vw;
}

.image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.hawk {
  max-width: 900px;
}

.image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.fishing-styles {
  max-width: 800px;
  padding: 4vw;
}

.image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-right.mamouth-tooth-styles {
  padding: 15% 5% 5% 0%;
}

.image-cover-centered-round.square-overides {
  border-radius: 0;
}

.image-cover-centered-round.project-image-corners {
  border-radius: 1000000px;
}

.section {
  width: 100%;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.see-do-section {
  padding-top: 0;
}

.section.general-visitor-info-section {
  min-height: auto;
  overflow: visible;
}

.section.general-visitor-info-section.remove-bp, .section.explore-the-route-map-section.remove-bp {
  padding-bottom: 0;
}

.see-do-grid {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.see-do-grid.sponsor-styles {
  justify-items: start;
}

.inline-icon-flex-container {
  height: 4em;
  max-width: 6em;
  min-width: 4em;
  justify-content: center;
  align-items: center;
  margin-bottom: .6em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inline-icon-flex-container.left-styles {
  justify-content: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.inline-icon-flex-container.left-styles.smaller {
  width: 2.5em;
  height: 2.5em;
  max-width: none;
  min-width: auto;
  display: block;
}

.inline-icon-flex-container.left-styles.square-sizing {
  width: 4em;
}

.inline-icon {
  width: 100%;
  height: 100%;
  max-width: none;
}

.top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top.inline-styles {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
}

.top.inline-styles.right {
  justify-content: flex-end;
  display: block;
}

.top.inline-animals-styles {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
}

.remove-bm {
  margin-bottom: 0;
}

.general-info-two-column-grid {
  width: 100%;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-aligned {
  text-align: left;
}

.large-desktop-online-include {
  display: none;
}

.solid-white-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.intro-para-container {
  margin-left: auto;
  margin-right: auto;
}

.remove-round-border {
  border-radius: 0;
}

.max-20ch-centred {
  max-width: 20ch;
  color: var(--font);
  margin-left: auto;
  margin-right: auto;
}

.circular-box-shadow {
  border-radius: 1000000px;
  box-shadow: 0 0 80px rgba(0, 0, 0, .1);
}

.inner-lined-block {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5em 2.5em 3em;
  display: flex;
  position: relative;
}

.inner-lined-block.align-top {
  justify-content: flex-start;
}

.lined-card-wrapper {
  border: 1px dotted var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

._100-wrapper-styles {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
  overflow: visible;
}

.footer-sponsor-grid {
  width: 100%;
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.footer-sponsor-grid.loader-styles {
  flex-direction: column;
  margin-bottom: 1em;
}

.national-lottery-flex-wrapper {
  width: 100%;
  min-height: 200px;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sponsor-wrapper {
  width: 100%;
}

.graphic-text-block-container {
  width: 100%;
  max-width: 40ch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.graphic-text-block-container.bespoke-styles {
  max-width: none;
}

.graphic-text-block-container.bespoke-styles.add-bm {
  margin-bottom: 20px;
}

.lottery-logo-container {
  width: 130px;
  flex: none;
}

.lottery-logo-container.inline-sponsor-styles {
  width: auto;
  height: 80px;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

.green-underline-graphic {
  width: 8vw;
  height: .8vw;
  background-color: var(--primary-2);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.green-underline-graphic.archaeology {
  height: 10px;
  background-color: var(--archaeology);
}

.green-underline-graphic.archive {
  background-color: var(--archive);
}

.green-underline-graphic.book {
  background-color: var(--book);
}

.green-underline-graphic.reference {
  background-color: var(--reference);
}

.green-underline-graphic.academic {
  background-color: var(--academic);
}

.green-underline-graphic.article {
  background-color: var(--article);
}

.green-underline-graphic.steam {
  background-color: var(--steam-project);
}

.lottery-paragraph {
  max-width: 25ch;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
  padding-top: 0;
  padding-bottom: .25em;
  font-size: 1.8vw;
  line-height: 120%;
}

.lottery-paragraph.loading-screen-styles {
  max-width: 100%;
}

.sponsor-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 1em;
  display: grid;
}

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

.sponsor-copy-container {
  margin-top: 1rem;
}

.small-body {
  font-size: .9em;
  font-weight: 300;
  line-height: 1.35em;
}

.sponsor-partner-logo {
  width: 100%;
  height: auto;
  max-width: 220px;
  transition: opacity .3s ease-in-out;
}

.sponsor-partner-logo:hover {
  opacity: .6;
}

.sponsor-partner-logo.lottery-styles {
  width: 115px;
}

.sponsor-partner-logo.amt-max-width {
  max-width: 140px;
}

.sponsor-partner-logo.hull-uni-max-width {
  max-width: 160px;
}

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

.max-25ch {
  max-width: 25ch;
}

.max-20ch {
  max-width: 20ch;
}

.max-40ch {
  max-width: 40ch;
}

.max-45ch {
  max-width: 45ch;
}

.max-15ch {
  max-width: 15ch;
}

.max-30ch {
  max-width: 30ch;
}

.max-55ch {
  max-width: 55ch;
}

.max-50ch {
  max-width: 50ch;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.max-13ch {
  max-width: 13ch;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.max-70ch {
  max-width: 70ch;
}

.max-35ch {
  max-width: 35ch;
}

.max-65ch {
  max-width: 65ch;
}

.max-18ch {
  max-width: 18ch;
}

.flex-vertical {
  width: 100%;
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2vh;
  padding-left: 11vw;
  padding-right: 11vw;
  display: flex;
}

.arrow-div {
  z-index: 10;
  text-align: center;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0;
  display: flex;
  position: relative;
}

.mouse-icon {
  width: 18px;
  height: 30px;
  border: 2px solid var(--primary-1);
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mouse-wheel-icon {
  width: 4px;
  height: 4px;
  background-color: var(--primary-1);
  border-radius: 100%;
  margin-top: 6px;
}

.absolute-flyin-wrapper {
  height: 50%;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-wrapper {
  width: 100%;
  height: auto;
  margin-top: 4em;
  position: relative;
}

.map-wrapper.extra-bm {
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-map-key-container {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 5em;
  position: relative;
}

.horizontal-map-key-container.animal-key-styles {
  padding-top: .5em;
}

.map {
  border: 1px solid #000;
}

.vertical-animals-key-container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 5em;
  display: none;
}

.h2-heading-wrapper-inline {
  margin-top: 4vw;
  margin-bottom: 3vw;
}

.animals-grid {
  width: 100%;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rotate-dragonfly {
  width: 100%;
  transform: rotate(-45deg);
}

.right-flex-switch {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.standard-image-wrapper.right {
  text-align: right;
}

.you-may-see-text {
  max-width: 250px;
}

.animal-key-graphic {
  max-width: 550px;
}

.section-spacer {
  width: 100%;
  height: 10vw;
  display: block;
}

.fox-styles {
  width: 100%;
}

.image-text-flex-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tint-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--black-overlay-tint);
  position: absolute;
}

.reverse-standard-link-block-container {
  width: 100%;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-top: 1px dotted var(--white-smoke);
  border-bottom: 1px dotted var(--white-smoke);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.reverse-standard-link-block-container.remove-top-line {
  border-top-style: none;
  border-top-width: 0;
  margin-top: 0;
}

.small-category-heading {
  width: 100%;
  color: var(--primary-2);
  text-align: center;
  -webkit-text-stroke-color: var(--transparent);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  font-size: .88em;
}

.small-category-heading.book {
  color: var(--book);
}

.small-category-heading.archive {
  color: var(--archive);
}

.small-category-heading.archive.boxed {
  border: 2px solid var(--white);
  background-color: var(--archive);
  color: var(--font);
  border-radius: 1000px;
  margin-bottom: 15px;
  padding: 10px 25px;
  display: inline-block;
}

.small-category-heading.academic {
  color: var(--academic);
}

.small-category-heading.archaeology {
  color: var(--archaeology);
}

.small-category-heading.article {
  color: var(--article);
}

.small-category-heading.inline {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: inline-block;
}

.flex-info-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.flex-info-container.vert-centre {
  max-width: 500px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.reference {
  color: var(--reference);
}

.resource-flex-container {
  width: 100%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.resource-flex-container.add-tp {
  padding-top: 10em;
}

.sticky-links-listing {
  width: 100%;
  max-width: 330px;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}

.sticky-links-listing.hide-on-mobile {
  margin-top: 2.1em;
}

.content-container-grid {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-self: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.sticky-section {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.smaller-inline-h2-dark {
  color: var(--font);
  text-align: left;
  font-family: filson-pro, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 125%;
}

.smaller-inline-h2-dark.centre {
  text-align: center;
}

.flex-paragraph-container-copy {
  width: 100%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-paragraph-container-copy.align-right {
  align-items: flex-end;
}

.standard-information-block {
  height: 100%;
  border: 1px dotted var(--primary-1);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.1em 2.3em 2.5em;
  display: flex;
}

.standard-information-wrapper {
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: visible;
}

.info-heading-container {
  margin-bottom: 1em;
}

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

.inline-links-grid-wrapper.two-column-styles {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.standard-inline-info-para-block {
  margin-bottom: 1.5em;
  padding-top: .8em;
}

.standard-inline-info-para-block.reduce-bm {
  margin-bottom: .5em;
}

.standard-inline-info-para-block.first-para-styles {
  margin-bottom: 0;
}

.standard-inline-info-para-block.rmove-tp, .standard-inline-info-para-block.reduce-tp {
  padding-top: 0;
}

.inline-sticky-links-wrapper {
  padding-top: 1.5em;
}

.link-description-container.boxed-style {
  border: 1px dotted var(--primary-1);
  flex-direction: column;
  justify-content: space-between;
  padding: 2em 2.3em 2.5em;
  display: flex;
}

.absolute-anchor-link {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: -170px;
}

.sm-h3-inline-header {
  margin-bottom: .5em;
  font-size: 1.5em;
}

.sm-h2 {
  font-size: 1.8em;
}

.sm-h2.normal {
  font-weight: 400;
}

._100 {
  width: 100%;
}

.max-19ch {
  max-width: 19ch;
}

.max-16ch {
  max-width: 16ch;
}

.letter-container {
  min-width: 200px;
  background-color: var(--primary-2);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em 1.8em 2.5em 2em;
  display: flex;
}

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

.project-flex-wrapper {
  width: 100%;
  height: auto;
  display: flex;
}

.project-flex-wrapper.glass-content-wrapper.project-styles {
  flex-direction: row;
  display: flex;
}

.project-container {
  width: 100%;
  height: auto;
}

.large-letter-styles {
  text-align: center;
  font-size: 7em;
  font-weight: 700;
  line-height: 125%;
}

.large-letter-styles.reverse {
  line-height: 90%;
}

.steam {
  color: var(--steam-project);
}

.max-10ch {
  max-width: 10ch;
}

.copyright-container {
  margin-top: 0;
  display: block;
}

.inline-single-spacer {
  width: 100%;
  height: 3em;
  display: block;
}

.sponsor-logo {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-logo.eryc-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sponsor-logo.amt-logo {
  padding-top: 12px;
  padding-bottom: 12px;
}

.sponsor-logo.trans-logo {
  padding-top: 13px;
  padding-bottom: 13px;
}

.sponsor-logo.drainage-board-logo {
  padding-top: 6px;
  padding-bottom: 6px;
}

.sponsor-logo.heritgae-lottery-logo {
  padding-top: 2px;
  padding-bottom: 2px;
}

.sponsor-logo.environment-agency-logo {
  padding-top: 11px;
  padding-bottom: 11px;
}

.sponsor-logo.mwtc-logo {
  padding-top: 6px;
  padding-bottom: 6px;
}

.sponsor-logo.kaizen-logo {
  padding-top: 0;
  padding-bottom: 0;
}

.sponsor-logo.ywt-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sponsor-logo.hull-uni-logo {
  padding-top: 8px;
  padding-bottom: 8px;
}

.lightbox-link {
  flex: 1;
  display: block;
}

.poetry-grid {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.poetry-grid.sponsor-styles {
  justify-items: start;
}

.line-of-poem {
  text-align: center;
  margin-bottom: .2em;
  padding-top: .3em;
}

.line-of-poem.top {
  margin-bottom: .1em;
  padding-top: .5em;
}

.line-of-poem.left-aligned {
  text-align: left;
}

.small-spacer {
  height: 1em;
  display: block;
  position: relative;
}

.accent-green {
  color: var(--primary-2);
}

.add-bm {
  margin-bottom: 2em;
}

.flex-top-bottom {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.max-22ch {
  max-width: 22ch;
}

.lined-card-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px dotted #005082;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.green-underline-graphic-2 {
  width: 8vw;
  height: .8vw;
  background-color: #009879;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h2-underline-wrapper {
  width: 100%;
  height: auto;
  margin-top: .9em;
  display: block;
}

.link-2 {
  width: 100%;
  height: auto;
  color: #005082;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

.link-2:hover {
  opacity: .5;
}

.standard-link-block-container-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-transform: uppercase;
  border-bottom: 1px dotted #005082;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.standard-link-block-container-2.add-top-line {
  border-top: 1px dotted #005082;
  margin-top: 1em;
}

.inline-link-2 {
  color: var(--primary-1);
  text-align: center;
  letter-spacing: .01em;
  -webkit-text-stroke-color: var(--primary-1);
  font-size: .95em;
  font-weight: 700;
  line-height: 1.2em;
}

.inline-link-2.left-align {
  text-align: left;
}

.h3-policy-header-2 {
  background-color: var(--primary-2);
  color: #fff;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: .5em .7em .6em;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}

.policy-wrapper-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-2-columns {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.grid-2-columns.title-and-paragraphs {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr .8fr;
}

.inline-heading-wrapper {
  margin-bottom: 30px;
  margin-left: -30px;
  display: block;
  position: relative;
}

.inline-heading-wrapper.remove-bm {
  margin-bottom: 0;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mid-blue-para-block-2 {
  background-color: var(--primary-1);
  color: #fff;
  padding: 1.5vw 2.3vw 2vw;
}

.display-1 {
  color: #101010;
  font-size: 4rem;
  font-weight: 500;
}

.display-1.display-1-size {
  font-size: 5vw;
  display: inline;
}

.display-1.display-1-size.mg-bottom-0 {
  flex: 1;
}

.container-default {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.colour-accent-1 {
  color: #235cf2;
}

.remove-bm-2 {
  margin-bottom: 0;
}

.inner-container {
  width: 100%;
  height: auto;
}

.inner-container._614px {
  max-width: 614px;
}

.inner-container._524px {
  max-width: 524px;
}

.subtitle {
  color: #235cf2;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.111em;
}

.js-email-styles-2 {
  color: #292929;
}

.large-paragraph-2 {
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.25;
}

.job-title {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding: 18px 30px 20px;
  display: block;
}

.job-title.inline {
  max-width: none;
  margin-bottom: 0;
}

.job-title.inline.extra-bm {
  margin-bottom: 30px;
  position: relative;
}

.bullet-list-block {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.standard-link-block-container-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-transform: uppercase;
  border-bottom: 1px dotted #005082;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.standard-link-block-container-3.add-top-line {
  border-top: 1px dotted #005082;
  margin-top: 1em;
}

.standard-link-block-container-3.inline-anchor-link-styles.start-end {
  justify-content: space-between;
}

.standard-link-block-container-3.inline-anchor-link-styles.start-end.w--current {
  color: var(--primary-2);
}

.standard-link-block-container-3.inline-anchor-link-styles.top-line {
  border-top: 1px dotted var(--primary-1);
}

.standard-link-block-container-3.bottom-footer-link-styles {
  border-bottom-style: none;
  border-bottom-color: rgba(0, 80, 130, 0);
  padding-top: 5px;
  padding-bottom: 5px;
}

.standard-link-block-container-3.term-link-styles.inline-partners-link {
  padding-top: 2em;
}

.standard-link-block-container-3.remove-bottom-line {
  border-bottom-style: none;
  border-bottom-color: rgba(0, 80, 130, 0);
}

.inline-para-spacer {
  width: 100%;
  height: 1em;
  display: block;
}

html.w-mod-js [data-ix="lightbox-overlay"] {
  opacity: 0;
  transform: scale(1.1);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.4vw;
  }

  h2 {
    font-size: 2.4em;
  }

  h3 {
    font-size: 1.8em;
  }

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

  .glass-card-wrapper._100-styles, .glass-content-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .standard-link-block-container.inline-anchor-link-styles.top-line {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .standard-link-block-container.inline-anchor-link-styles.start-end {
    justify-content: space-between;
  }

  .image.perch-max-size, .image.kingfisher-max-size {
    max-width: 400px;
  }

  .image.emperor-max-size, .image.vole-max-size {
    max-width: 350px;
  }

  .image-wrapper.circular.rounded-image.signage-styles {
    top: 6%;
    left: 0%;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left {
    top: 1vh;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-right.mamouth-tooth-styles {
    padding: 10%;
  }

  .section.general-visitor-info-section, .section.history-section {
    top: 0;
  }

  .top.inline-styles, .top.inline-animals-styles {
    margin-bottom: 1em;
  }

  .lottery-paragraph {
    max-width: 23ch;
  }

  .lottery-paragraph.loading-screen-styles {
    max-width: 100%;
  }

  .flex-vertical {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
  }

  .standard-information-block {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    margin-bottom: .2em;
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.8em;
  }

  .absolute-flex-intro-wrapper {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .logo-container {
    max-width: 260px;
    padding: 1.2vw 1.5vw;
  }

  .logo-container.loading-styles {
    padding-left: 2em;
    padding-right: 2em;
  }

  .glass-card-wrapper.box-shadow.blurbg {
    position: relative;
  }

  .glass-card-wrapper.hero-card-styles {
    max-width: 70ch;
  }

  .glass-card-wrapper.hero-card-styles.blurbg {
    position: relative;
  }

  .frosted-glass-effect-wrapper.max-60ch._77ch-on-lrg-dtops {
    max-width: 65ch;
  }

  .navbar-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .glass-content-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .glass-content-wrapper._100-centered.project-styles {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    display: flex;
  }

  .flex-paragraph-container {
    justify-content: flex-end;
  }

  .image.barn-owl-max-size {
    max-width: 80%;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
  }

  .max-60ch {
    max-width: 60ch;
  }

  .main-site-grid.history-14-grid-overrides {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }

  .main-site-grid.steam-14-grid-overrides {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-wrapper.circular.inline-styles {
    width: 50%;
    padding-top: 50%;
  }

  .image-wrapper.circular.rounded-image.signage-styles {
    top: 8%;
  }

  .image-wrapper.inline-onload-animated-styles.old-pot {
    width: 80%;
    max-width: 900px;
  }

  .image-wrapper.inline-onload-animated-styles.roach {
    max-width: 1000px;
  }

  .image-wrapper.project-styles {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50%;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left {
    top: 1.5vh;
    left: 5vw;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.axe-styles {
    margin-left: -8vw;
    padding: 5vw;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.fishing-styles {
    max-width: 1000px;
    padding: 5vw 5vw 5vw 0;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-right.mamouth-tooth-styles {
    padding: 10%;
  }

  .general-info-two-column-grid {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .two-column-info-block-container.hide-on-large-desktop {
    display: none;
  }

  .large-desktop-online-include {
    margin-top: 4em;
    display: block;
  }

  .lined-card-wrapper.max-width-vs {
    max-width: 33.3333%;
  }

  .footer-sponsor-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .national-lottery-flex-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .national-lottery-flex-wrapper.max-65ch {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .graphic-text-block-container.bespoke-styles {
    margin-left: 0;
    margin-right: 0;
  }

  .graphic-text-block-container.bespoke-styles.max-30ch {
    max-width: 40ch;
  }

  .lottery-logo-container {
    width: 150px;
    flex: none;
  }

  .green-underline-graphic {
    width: 7vw;
    height: .7vw;
  }

  .lottery-paragraph {
    font-size: 1.6rem;
  }

  .sponsor-grid {
    width: 80%;
    grid-column-gap: 0vw;
    grid-row-gap: .5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .sponsor-grid.loader-styles {
    width: 100%;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding-top: .5vh;
  }

  .sponsor-copy-container {
    margin-top: 2rem;
  }

  .sponsor-partner-logo.lottery-styles {
    width: 105px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .max-65ch {
    max-width: 60ch;
  }

  .flex-vertical {
    max-width: 1500px;
  }

  .flex-info-container.vert-centre {
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .resource-flex-container {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .standard-inline-info-para-block.reduce-tp {
    padding-top: .5em;
  }

  .green-underline-graphic-2 {
    width: 7vw;
    height: .7vw;
  }

  .inline-heading-wrapper {
    left: 0;
  }

  .display-1.display-1-size {
    font-size: 72px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 1.8em;
  }

  .body {
    background-image: none;
  }

  .cookie-modal {
    display: none;
  }

  .modal {
    background-color: var(--modal-box);
  }

  .absolute-flex-intro-wrapper {
    z-index: 10;
  }

  .logo-container {
    padding: 1.5em 2em;
  }

  .logo-container.sponsor-logo {
    max-width: 300px;
  }

  .logo-container.sponsor-logo.heritage-logo-sizing {
    max-width: 250px;
  }

  .logo-container.loading-styles {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .glass-card-wrapper.hero-card-styles {
    max-width: 85ch;
  }

  .glass-card-wrapper.hero-card-styles.blurbg.extra-width {
    max-width: 93ch;
  }

  .glass-card-wrapper._100-styles {
    max-width: 2000px;
  }

  .glass-card-wrapper._100-styles.blurbg {
    padding: 3.6em 3.6em 4em;
  }

  .blurbg.absolute.rounded {
    border-radius: 30px;
  }

  .frosted-glass-effect-wrapper.max-60ch._77ch-on-lrg-dtops {
    max-width: 67ch;
  }

  .mwct-logo-container {
    width: 190px;
  }

  .flex-fixed-navbar {
    margin-left: auto;
    margin-right: auto;
  }

  .glass-content-wrapper {
    padding: 3.6em 3.6em 4em;
  }

  .glass-content-wrapper.inline-styles {
    padding-bottom: 2vw;
  }

  .glass-content-wrapper._100-centered.project-styles {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .flex-paragraph-container {
    justify-content: flex-end;
  }

  .flex-paragraph-container.align-right {
    flex-direction: row;
  }

  .standard-link-block-container.term-link-styles.inline-partners-link {
    margin-right: 3em;
  }

  .image.yellowhammer-max-size, .image.large-red-damselfly-max-size, .image.cettis-warbler-max-size {
    max-width: 90%;
  }

  .image.swift-max-size {
    max-width: 380px;
  }

  .image.hobby-max-size {
    max-width: 460px;
  }

  .image.kingfisher-max-size {
    max-width: 480px;
  }

  .image.barn-owl-max-size {
    max-width: 100%;
  }

  .image.emperor-max-size {
    max-width: 420px;
  }

  .image.vole-max-size {
    max-width: 480px;
  }

  .image.waxwing-max-size {
    max-width: 450px;
  }

  .h2-heading-wrapper {
    margin-bottom: 2em;
  }

  .hero-cover-image._1 {
    top: -5vh;
  }

  .bkg-hero-image-container._1 {
    height: 100%;
  }

  .bkg-hero-image-container._2 {
    margin-top: 11svh;
    padding-right: 5vw;
  }

  .main-site-grid.grid-2-styles {
    align-items: center;
  }

  .main-site-grid.history-14-grid-overrides {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }

  .image-wrapper.circular._1 {
    top: 10vh;
    right: -5.7vw;
  }

  .image-wrapper.circular._1.circular-box-shadow {
    top: 7.7vh;
  }

  .image-wrapper.circular._3 {
    object-position: 100% 50%;
  }

  .image-wrapper.circular._2 {
    top: -13.3vw;
    left: -5vw;
  }

  .image-wrapper.circular.rounded-image.signage-styles {
    top: 13%;
    left: 10%;
  }

  .image-wrapper.inline-onload-animated-styles.marsh-harrier {
    width: 100%;
    max-width: 1350px;
  }

  .image-wrapper.inline-onload-animated-styles.old-pot {
    max-width: 1200px;
    top: 18.6vh;
  }

  .image-wrapper.inline-onload-animated-styles.roach {
    max-width: 1200px;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left {
    max-width: 900px;
    top: 16vh;
    left: 7vw;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.axe-styles {
    max-width: 1100px;
    margin-left: -10vw;
    padding: 5vw 8vw;
    left: 5vw;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.hawk {
    max-width: 1250px;
    left: 4vw;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.fishing-styles {
    max-width: 1200px;
    padding: 5vw 0 2vw 2vw;
    left: 0;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-right.mamouth-tooth-styles {
    padding: 32% 15% 5% 0%;
  }

  .section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .section.see-do-section {
    align-items: center;
    display: flex;
  }

  .section.explore-the-route-section {
    padding-bottom: 8vw;
  }

  .section.general-visitor-info-section {
    top: -4.8vh;
  }

  .section.history-section.remove-tp {
    padding-top: 0;
  }

  .section.explore-the-route-map-section {
    justify-content: space-around;
  }

  .see-do-grid {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }

  .top.inline-styles, .top.inline-animals-styles {
    align-items: center;
  }

  .remove-bm {
    margin-bottom: 0;
  }

  .general-info-two-column-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .two-column-info-block-container.hide-on-large-desktop {
    display: none;
  }

  .large-desktop-online-include {
    margin-top: 4em;
    display: block;
  }

  .inner-lined-block {
    padding: 2.7em 3em 3em;
  }

  .footer-sponsor-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .graphic-text-block-container.bespoke-styles {
    max-width: 45ch;
  }

  .graphic-text-block-container.bespoke-styles.add-bm {
    max-width: 100%;
  }

  .lottery-logo-container {
    width: 185px;
  }

  .green-underline-graphic {
    width: 5.5vw;
    height: 10px;
  }

  .lottery-paragraph {
    max-width: 21ch;
    font-size: 1.8rem;
  }

  .lottery-paragraph.max-25ch {
    max-width: 30ch;
  }

  .sponsor-grid.loader-styles {
    max-width: 90%;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .sponsor-copy-container {
    margin-top: 2rem;
  }

  .max-30ch {
    max-width: 30ch;
  }

  .flex-vertical {
    max-width: 2000px;
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .arrow-div {
    border-radius: 100000px;
  }

  .absolute-flyin-wrapper {
    height: 75%;
  }

  .map-wrapper {
    margin-top: 5em;
  }

  .horizontal-map-key-container, .vertical-animals-key-container {
    max-width: 900px;
  }

  .animals-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .standard-image-wrapper {
    text-align: left;
  }

  .section-spacer {
    height: 13em;
  }

  .small-category-heading {
    font-size: .9em;
  }

  .small-category-heading.archive.boxed {
    width: auto;
  }

  .flex-info-container.vert-centre {
    margin-left: auto;
    margin-right: auto;
  }

  .resource-flex-container {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .content-container-grid {
    grid-auto-columns: 1fr;
  }

  .sticky-section {
    z-index: 10;
    position: relative;
  }

  .sm-h2 {
    font-size: 2.2em;
  }

  .sponsor-logo.amt-logo {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .poetry-grid {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }

  .green-underline-graphic-2 {
    width: 5.5vw;
    height: 10px;
  }

  .subtitle {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2.2em;
    line-height: 1.1em;
  }

  h3 {
    font-size: 1.7em;
  }

  p {
    font-size: .93em;
  }

  .reverse.centre.smaller-inline-h2 {
    font-size: 1.67em;
  }

  .fourblock {
    width: 50%;
  }

  .sideblock {
    height: 400px;
  }

  .adress-block {
    width: 33.333%;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .flexible-vwh-left-section-wrapper {
    height: auto;
    flex-direction: column;
    align-items: stretch;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    top: 100px;
    overflow: visible;
  }

  .flexible-vwh-left-section-wrapper.table-flex-overides-terms-cons {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 0;
  }

  .policy-wrapper-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .policy-wrapper-2.extra-tm {
    margin-top: 100px;
  }

  .h1-dark-blue-block {
    display: inline-block;
  }

  .column-container {
    column-gap: 30px;
  }

  .modal {
    max-width: 650px;
    padding-left: 30px;
    padding-right: 10px;
  }

  .privacy-policy-paragraph {
    max-width: none;
    margin-top: 3px;
    margin-bottom: 2px;
  }

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

  .burger-wrapper {
    z-index: 20000;
    perspective-origin: 50%;
    transform-origin: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .logo {
    flex: none;
  }

  .burger {
    z-index: 200000;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .plus-icon-wrapper {
    width: 15px;
    height: 15px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .absolute-flex-intro-wrapper {
    overflow: auto;
  }

  .logo-container.mwct-logo-sizing {
    width: 25vw;
  }

  .standard-container-padding {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
  }

  .glass-card-wrapper {
    border-radius: 20px;
  }

  .glass-card-wrapper._100-styles {
    padding: 3.5vw 4.5vw 4.5vw;
  }

  .blurbg.absolute {
    border-radius: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .blurbg.absolute.hide-on-desktop {
    display: block;
  }

  .frosted-glass-effect-wrapper.max-60ch.add-right-margin {
    margin-right: 8vw;
  }

  .frosted-glass-effect-wrapper.map-download-position {
    padding-top: 2em;
  }

  .trial-overview-desktop-sub-nav-wrapper {
    width: auto;
    height: auto;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding: 25px 20px 30px;
    display: none;
  }

  .dropdown-nav-image-wrapper {
    padding-top: 30%;
  }

  .mobile-device-burger-wrapper {
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 2px;
    display: flex;
  }

  .sub-navbar-link {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .sub-navbar-link.w--current {
    width: 100%;
    opacity: .6;
  }

  .sub-navbar-link.w--current:hover {
    opacity: .6;
  }

  .b1-bar3-2 {
    width: 25px;
  }

  .navbar-link {
    width: 100%;
    text-align: left;
    border-bottom: 1px dotted rgba(48, 48, 48, .5);
    padding: 1.3em 1em 1.35em;
    font-size: .93em;
    transition: opacity .2s ease-in;
  }

  .navbar-link.w--current {
    width: 100%;
    color: var(--primary-2);
  }

  .navbar-link.first-link-styles {
    border-bottom: 0 rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-link.first-link-styles.display-on-mobile, .navbar-link.first-link-styles.hide-on-mobile {
    display: flex;
  }

  .navbar-link.add-top-border {
    border-top: 1px dotted rgba(48, 48, 48, .5);
  }

  .navbar-link.last-link-styles {
    border-bottom: 0 rgba(255, 255, 255, .5);
  }

  .navbar-link.hide-on-desktop {
    display: block;
  }

  .white-nav-main-links-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .b1-bar1-2 {
    width: 25px;
    height: 2px;
  }

  .light-sub-nav-link {
    min-width: 50%;
    padding-bottom: 1.3em;
  }

  .flex-white-nav-wrapper {
    width: 100%;
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .b1-bar2-2 {
    width: 25px;
    height: 2px;
  }

  .navbar {
    width: 100%;
    height: auto;
    max-width: 500px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 0;
    padding-left: 0;
    padding-right: 35px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button-2 {
    z-index: 20000;
    width: 40px;
    height: 40px;
    float: right;
    clear: right;
    display: block;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

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

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

  .nav-links-contact-wrapper {
    align-items: flex-start;
    padding: 5px 20px 8px;
    display: block;
  }

  .animated-device-nav-wrapper {
    height: auto;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(228, 228, 228, .9);
    display: none;
    top: 10px;
    overflow: hidden;
  }

  .animated-device-nav-wrapper.display-block {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .sub-nav-grid-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 0;
    display: flex;
    position: relative;
  }

  .logo-light-wrapper {
    width: 140px;
  }

  .trail-overview-mobile-device-sub-nav-wrapper {
    width: 100%;
    height: auto;
    background-color: rgba(48, 48, 48, .03);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .flex-fixed-navbar {
    height: 90px;
  }

  .flex-fixed-navbar.box-shadow.blurbg {
    padding-left: 20px;
    padding-right: 30px;
  }

  .main-nav-text {
    flex: none;
    display: block;
  }

  .nav-underline-wrapper {
    display: none;
  }

  .glass-content-wrapper {
    flex-direction: column;
    padding: 3.5vw 4.5vw 4.5vw;
  }

  .glass-content-wrapper._100-centered.project-styles {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }

  .flex-paragraph-container, .flex-paragraph-container.footer-link-flex-styles.alignment {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
  }

  .standard-link-block-container.term-link-styles.inline-partners-link.inline, .standard-link-block-container.term-link-styles.inline {
    display: flex;
  }

  .sub-nav-text-container {
    min-height: 110px;
  }

  .image.damsel-max-size {
    max-width: 70%;
    position: relative;
  }

  .trial-overview-mobile-sub-nav-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding: 25px 20px 30px;
    display: block;
  }

  .underline-wrapper {
    margin-top: .9em;
  }

  .hero-messaging-container {
    padding: 4em 2em;
  }

  .hero-cover-image._2 {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .hero-cover-image._1 {
    height: 66.666vh;
  }

  .hero-cover-image._4, .hero-cover-image._5 {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .bkg-hero-image-container._2, .bkg-hero-image-container._4 {
    height: auto;
    padding-right: 10vw;
  }

  .bkg-hero-image-container._4 {
    padding-right: 0;
  }

  .main-site-grid.grid-2-styles {
    grid-template-rows: auto auto auto;
  }

  .main-site-grid.history-14-grid-overrides, .main-site-grid.steam-14-grid-overrides {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }

  .image-wrapper.circular._1 {
    left: -3vw;
  }

  .image-wrapper.circular._1.circular-box-shadow {
    left: 0;
  }

  .image-wrapper.circular._3 {
    bottom: -2.2vw;
  }

  .image-wrapper.circular._3.circular-box-shadow, .image-wrapper.circular._2 {
    bottom: 0;
  }

  .image-wrapper.circular.walk-overview-image, .image-wrapper.circular.rounded-image {
    margin-top: -15%;
  }

  .image-wrapper.circular.rounded-image.signage-styles, .image-wrapper.circular.something-special-image {
    margin-top: 0%;
  }

  .image-wrapper.remove-padding-show-overflow {
    padding-top: 0%;
  }

  .image-wrapper.remove-padding-show-overflow.second-dragon-fly-styles {
    padding-bottom: 10vw;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.axe-styles {
    margin-left: -16vw;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.hawk {
    width: 85%;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.fishing-styles {
    margin-left: -16vw;
  }

  .section {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .section.see-do-section {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .see-do-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .inline-icon-flex-container {
    height: 3.5em;
  }

  .top.inline-styles {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .top.inline-styles.right {
    margin-bottom: .5em;
  }

  .top.inline-animals-styles {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
  }

  .general-info-two-column-grid {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }

  .left-aligned.remove-bm.centre-on-tablet {
    text-align: center;
  }

  .left-aligned.remove-bm.right-on-tablet {
    text-align: right;
  }

  .remove-round-border {
    border-radius: 0;
  }

  .inner-lined-block {
    padding: 3.5vw 4.5vw 4.5vw;
  }

  .lined-card-wrapper {
    border-radius: 20px;
  }

  .lined-card-wrapper.max-width-vs {
    max-width: 100%;
  }

  .footer-sponsor-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .national-lottery-flex-wrapper {
    width: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .graphic-text-block-container {
    width: auto;
  }

  .graphic-text-block-container.bespoke-styles.max-30ch {
    max-width: 35ch;
    display: inline-block;
  }

  .lottery-logo-container {
    width: 120px;
    display: inline-block;
  }

  .green-underline-graphic {
    width: 10vw;
  }

  .lottery-paragraph {
    max-width: 21ch;
    font-size: 1.5rem;
  }

  .lottery-paragraph.loading-screen-styles {
    max-width: 20ch;
  }

  .sponsor-grid.loader-styles {
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
  }

  .small-body.remove-tp {
    max-width: 86ch;
    margin-left: auto;
    margin-right: auto;
  }

  .small-body.remove-tp.centre-on-tablet {
    text-align: center;
  }

  .sponsor-partner-logo {
    max-width: 20vw;
  }

  .sponsor-partner-logo.amt-max-width {
    max-width: 120px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .flex-vertical {
    max-width: 90%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .arrow-div {
    margin-top: 15px;
  }

  .mouse-icon {
    width: 22px;
    border-radius: 2px;
  }

  .horizontal-map-key-container, .vertical-animals-key-container {
    max-width: 700px;
    padding-bottom: 5vw;
  }

  .animals-grid {
    grid-row-gap: 4vw;
  }

  .right-flex-switch {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-spacer {
    height: 11vw;
  }

  .smaller-inline-h2-dark {
    font-size: 1.67em;
  }

  .sm-h3-inline-header {
    font-size: 1.4em;
  }

  .letter-container {
    min-width: 170px;
  }

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

  .inline {
    display: inline-block;
  }

  .poetry-grid {
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
  }

  .max-12ch {
    max-width: 12ch;
  }

  .lined-card-wrapper-2 {
    border-radius: 20px;
  }

  .green-underline-graphic-2 {
    width: 10vw;
  }

  .h2-underline-wrapper {
    margin-top: .9em;
  }

  .policy-wrapper-3.extra-tm {
    margin-top: 100px;
  }

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

  .inline-heading-wrapper {
    display: inline-block;
  }

  .display-1 {
    font-size: 3.5rem;
  }

  .display-1.display-1-size {
    font-size: 60px;
  }

  .inner-container._614px._100-tablet, .inner-container._524px._100-tablet {
    max-width: 100%;
  }

  .inner-container._550px---tablet {
    max-width: 550px;
  }

  .subtitle {
    margin-bottom: 15px;
  }

  .job-title {
    font-size: 1.35rem;
    line-height: 1.4rem;
  }

  .job-title.inline {
    max-width: none;
  }

  .standard-link-block-container-3.term-link-styles.inline-partners-link {
    border-bottom-style: none;
    border-bottom-width: 0;
  }
}

@media screen and (max-width: 767px) {
  .standard-container {
    padding: 2em;
  }

  .reverse.centre.smaller-inline-h2 {
    max-width: 25ch;
    max-width: 25ch;
    font-size: 1.6em;
  }

  .sideblock {
    height: auto;
  }

  .colorblock {
    width: 130px;
    height: 130px;
  }

  .adress-block {
    padding-bottom: 20px;
  }

  .flexible-vwh-left-section-wrapper {
    flex-flow: wrap-reverse;
    align-content: center;
    top: 70px;
  }

  .flexible-vwh-left-section-wrapper.table-flex-overides-terms-cons {
    border-style: none;
    margin-top: 0;
    display: block;
  }

  .policy-wrapper-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .policy-wrapper-2.extra-tm {
    margin-top: 60px;
  }

  .mid-blue-para-block {
    padding: 12px 20px 20px;
  }

  .h1-dark-blue-block {
    padding: 13px 16px 17px;
  }

  .h1-dark-blue-block.main-policy-header {
    margin-bottom: 0;
  }

  .column-container {
    column-count: auto;
  }

  .modal {
    width: 90%;
    max-width: 630px;
    padding-left: 40px;
  }

  .footer-section-1 {
    grid-template-rows: auto auto auto;
  }

  .burger-wrapper {
    margin-top: 0;
    margin-right: 30px;
  }

  .social-icons {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 25px;
    margin-right: 0;
    display: flex;
  }

  .logo-container {
    width: 100%;
    max-width: 200px;
  }

  .logo-container.sponsor-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .standard-container-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .glass-card-wrapper {
    width: 100%;
  }

  .frosted-glass-effect-wrapper.max-60ch {
    z-index: 100;
    top: -5vw;
  }

  .frosted-glass-effect-wrapper.max-60ch.add-right-margin {
    margin-right: 0;
  }

  .frosted-glass-effect-wrapper.map-download-position {
    padding-top: 0;
  }

  .frosted-glass-effect-wrapper.explore {
    top: -20vw;
  }

  .dropdown-nav-image-wrapper {
    display: none;
  }

  .mobile-device-burger-wrapper {
    height: 70px;
  }

  .sub-navbar-link {
    font-size: 1em;
    display: block;
  }

  .inline-link {
    text-align: center;
  }

  .navbar-link {
    padding-top: 1em;
    padding-bottom: 1.15em;
  }

  .white-nav-main-links-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .light-sub-nav-link {
    border-bottom: 1px dotted var(--white);
    text-align: left;
    background-color: rgba(72, 72, 72, 0);
    justify-content: flex-start;
    padding-bottom: 1.15em;
    display: block;
    position: relative;
  }

  .light-sub-nav-link.remove-bottom-line {
    border-bottom-style: none;
  }

  .flex-white-nav-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .navbar {
    height: 70px;
    max-width: none;
    padding-left: 0;
    padding-right: 25px;
    display: block;
  }

  .nav-links-contact-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .animated-device-nav-wrapper {
    max-width: 90%;
    box-shadow: none;
    margin-right: 32px;
    position: absolute;
    top: 80px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .animated-device-nav-wrapper.display-block {
    margin-left: 8%;
    margin-right: 8%;
  }

  .sub-nav-grid-wrapper {
    display: block;
  }

  .logo-light-wrapper {
    width: 118px;
    padding-right: 0;
  }

  .flex-fixed-navbar {
    height: 70px;
  }

  .glass-content-wrapper._100-centered.project-styles {
    display: block;
  }

  .flex-paragraph-container.align-right {
    align-items: center;
  }

  .standard-link-block-container.remove-bp {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .link-copy-aligned-left {
    max-width: 25ch;
  }

  .sub-nav-text-container {
    min-height: auto;
  }

  .image.damsel-max-size {
    width: auto;
    max-width: 45%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .image.perch-max-size {
    max-width: 290px;
  }

  .image.great-beetle-max-size {
    width: 100%;
    max-width: 220px;
  }

  .image.golden-bettle-max-size {
    width: 100%;
    max-width: 300px;
  }

  .image.yellowhammer-max-size, .image.large-red-damselfly-max-size {
    max-width: 350px;
  }

  .image.cettis-warbler-max-size {
    max-width: 400px;
  }

  .image.migrant-hawker-max-size {
    max-width: 350px;
  }

  .image.toad-max-size {
    max-width: 200px;
  }

  .image.rowan-max-size {
    max-width: 360px;
  }

  .image.swift-max-size {
    max-width: 330px;
  }

  .image.blackcap-max-size {
    max-width: 300px;
  }

  .image.hobby-max-size {
    max-width: 330px;
  }

  .image.kingfisher-max-size {
    max-width: 290px;
  }

  .image.barn-owl-max-size {
    max-width: 400px;
  }

  .image.emperor-max-size, .image.vole-max-size {
    max-width: 300px;
  }

  .image.waxwing-max-size {
    max-width: 350px;
  }

  .trial-overview-mobile-sub-nav-wrapper {
    display: none;
  }

  .h2-heading-wrapper.extra-bm.show-on-mobile-only {
    display: block;
  }

  .h2-heading-wrapper.extra-bm.show-on-mobile-only.remove-bm {
    margin-bottom: 0;
  }

  .underline-wrapper.remove-bm-on-mobile {
    margin-bottom: 0;
  }

  .footer {
    padding-top: 5vw;
  }

  .footer-flex {
    flex-direction: column;
    display: block;
  }

  .copyright-text-style {
    text-align: center;
  }

  .hero-section {
    min-height: 100svh;
  }

  .hero-cover-image {
    object-fit: cover;
  }

  .hero-cover-image._1 {
    height: 60vh;
  }

  .hero-cover-image._5 {
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bkg-hero-image-container {
    height: 100vh;
  }

  .bkg-hero-image-container._2 {
    padding-right: 13vw;
  }

  .box-shadow {
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
  }

  .main-site-grid.history-14-grid-overrides, .main-site-grid.steam-14-grid-overrides {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .image-wrapper.circular {
    display: block;
  }

  .image-wrapper.circular._1.circular-box-shadow {
    top: 3.5vw;
  }

  .image-wrapper.circular._2 {
    left: 0;
  }

  .image-wrapper.circular.walk-overview-image, .image-wrapper.circular.rounded-image, .image-wrapper.circular.something-special-image {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .image-wrapper.inline-onload-animated-styles {
    width: 80%;
    margin-top: 20%;
  }

  .image-wrapper.inline-onload-animated-styles.old-pot {
    left: 0;
  }

  .image-wrapper.remove-padding-show-overflow {
    padding-top: 0%;
  }

  .image-wrapper.project-styles {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70%;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.axe-styles, .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.fishing-styles {
    left: 3.8vw;
  }

  .see-do-grid {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

  .inline-icon-flex-container {
    height: 4em;
  }

  .top.inline-styles {
    margin-bottom: .5em;
  }

  .top.inline-animals-styles {
    flex-direction: row;
    justify-content: center;
    margin-bottom: .5em;
  }

  .general-info-two-column-grid {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  }

  .left-aligned.remove-bm.right-on-tablet {
    text-align: center;
  }

  .circular-box-shadow {
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
  }

  .lined-card-wrapper {
    width: 100%;
  }

  .green-underline-graphic {
    width: 15vw;
    height: 1.2vw;
  }

  .sponsor-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .sponsor-grid.loader-styles {
    grid-row-gap: 3vw;
  }

  .sponsor-partner-logo {
    width: 100%;
    max-width: none;
  }

  .sponsor-partner-logo.lottery-styles {
    width: 90px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .arrow-div {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 17px;
    padding-right: 17px;
  }

  .mouse-icon {
    width: 38px;
    height: 22px;
    border-radius: 4px;
  }

  .horizontal-map-key-container {
    padding-top: 1em;
    padding-bottom: 8vw;
  }

  .vertical-animals-key-container {
    display: none;
  }

  .animals-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .right-flex-switch {
    flex-direction: row;
    justify-content: center;
  }

  .standard-image-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .standard-image-wrapper.right {
    text-align: center;
  }

  .flex-info-container.vert-centre {
    position: relative;
  }

  .resource-flex-container.add-tp {
    flex-direction: column;
  }

  .sticky-links-listing.hide-on-mobile {
    display: none;
  }

  .smaller-inline-h2-dark {
    font-size: 1.6em;
  }

  .flex-paragraph-container-copy.align-right {
    align-items: center;
  }

  .sm-h3-inline-header {
    font-size: 1.3em;
  }

  .letter-container {
    min-width: 170px;
    padding-bottom: 1.8em;
  }

  .project-flex-wrapper {
    flex-direction: column;
  }

  .poetry-grid {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

  .lined-card-wrapper-2 {
    width: 100%;
  }

  .green-underline-graphic-2 {
    width: 15vw;
    height: 1.2vw;
  }

  .inline-link-2 {
    text-align: center;
  }

  .policy-wrapper-3.extra-tm {
    margin-top: 60px;
  }

  .grid-2-columns {
    grid-template-columns: minmax(250px, 1fr);
  }

  .inline-heading-wrapper {
    margin-bottom: 15px;
    margin-left: -15px;
  }

  .mg-bottom-64px {
    margin-bottom: 50px;
  }

  .mid-blue-para-block-2 {
    padding: 12px 20px 20px;
  }

  .display-1 {
    font-size: 2.6rem;
  }

  .display-1.display-1-size {
    font-size: 44px;
  }

  .container-default {
    justify-content: center;
    align-items: center;
  }

  .remove-bm-2 {
    margin-bottom: 0;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .subtitle {
    text-align: left;
    margin-bottom: 5px;
  }

  .job-title {
    border-width: 15px 15px 18px;
    padding: 15px 20px 18px;
  }

  .job-title.inline.extra-bm {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.4em;
  }

  p {
    font-size: 1em;
  }

  .standard-container {
    padding: 20px;
  }

  .h1-hero.reverse {
    font-size: 3.5em;
  }

  .paragraph {
    column-count: 1;
  }

  .reverse.centre.smaller-inline-h2 {
    font-size: 1.6em;
  }

  .fourblock {
    width: 100%;
  }

  .adress-block {
    width: 100%;
    padding-bottom: 10px;
  }

  .h3-policy-header {
    font-size: 1.2em;
    line-height: 1.36em;
  }

  .flexible-vwh-left-section-wrapper {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .flexible-vwh-left-section-wrapper.table-flex-overides-terms-cons {
    flex-flow: wrap-reverse;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .policy-wrapper-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .policy-wrapper-2.extra-tm {
    margin-top: 40px;
  }

  .h1-dark-blue-block {
    padding: 11px 15px 16px;
  }

  .modal {
    text-align: center;
    border-radius: 20px;
    padding: 15px 20px 18px;
    display: block;
  }

  .privacy-policy-paragraph {
    margin-top: 3px;
  }

  .accept-button-container {
    padding: 5px;
    display: inline-block;
  }

  .accept-button {
    margin-top: 13px;
  }

  .absolute-flex-intro-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-image-wrapper {
    height: 100vh;
  }

  .image-cover-rc {
    object-position: 50% 100%;
  }

  .logo-wrapper {
    z-index: 90000000;
    padding-bottom: 12vw;
    display: none;
  }

  .logo-wrapper.mobile-version {
    width: 68%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .7);
    border-bottom-right-radius: 5vw;
    border-bottom-left-radius: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding: 8.5vw 8vw 10vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .logo-container {
    width: 100%;
    max-width: 180px;
    padding: 3vw 3.5vw;
  }

  .logo-container.mwct-logo-sizing {
    width: 45vw;
  }

  .standard-container-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-wrapper {
    padding-bottom: 5vw;
  }

  .green-underline.image-background-1 {
    width: 20vw;
    height: 2.5vw;
  }

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

  .sponsor-logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 7vw;
    margin-bottom: 2vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .glass-card-wrapper {
    width: 100%;
    border-radius: 20px;
  }

  .glass-card-wrapper.box-shadow {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
  }

  .glass-card-wrapper._100-styles {
    padding: 1.8em 7vw 2em;
  }

  .glass-card-wrapper._100-styles.blurbg {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
  }

  .frosted-glass-effect-wrapper.max-60ch {
    padding-bottom: 2em;
    top: 0;
  }

  .frosted-glass-effect-wrapper.map-download-position.extra-tp.max-65ch.remove-tp-mobile {
    padding-top: 0;
  }

  .frosted-glass-effect-wrapper.map-download-position.extra-tp.max-65ch.remove-tp-mobile.add-bp {
    padding-bottom: 0;
  }

  .frosted-glass-effect-wrapper.explore {
    top: 0;
  }

  .sub-navbar-link {
    text-align: left;
    font-size: 1em;
  }

  .navbar-link {
    font-size: .93em;
  }

  .flex-white-nav-wrapper {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    margin-right: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    overflow: visible;
  }

  .menu-button-2.w--open, .menu-button-2.w--open:hover, .menu-button-2.w--open:active, .menu-button-2.w--open:focus {
    background-color: #65b32e;
  }

  .nav-links-contact-wrapper {
    padding-left: 10px;
  }

  .animated-device-nav-wrapper {
    width: 85%;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    position: relative;
    top: 5px;
  }

  .animated-device-nav-wrapper.display-block {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sub-nav-grid-wrapper {
    grid-auto-columns: 1fr;
  }

  .logo-light-wrapper {
    z-index: 1001;
    width: 110px;
  }

  .flex-fixed-navbar.box-shadow {
    height: 70px;
    border-radius: 0;
    margin-left: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .flex-fixed-navbar.box-shadow.blurbg {
    border-radius: 100px;
    margin-right: 0;
    padding-right: 0;
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .glass-content-wrapper {
    padding: 1.8em 7vw 2em;
  }

  .glass-content-wrapper.inline-styles.remove-tp-mobile {
    padding-top: 0;
  }

  .flex-paragraph-container.footer-link-flex-styles.alignment {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .standard-link-block-container.inline-anchor-link-styles.remove-border {
    border-bottom: 1px dotted var(--primary-1);
    padding-bottom: 1em;
  }

  .triangular-icon, .right-link-arrow-icon-container {
    width: 20px;
    height: 20px;
  }

  .image.great-beetle-max-size {
    max-width: 190px;
  }

  .image.cettis-warbler-max-size {
    max-width: 280px;
  }

  .image.rowan-max-size {
    max-width: 320px;
  }

  .image.emperor-max-size {
    max-width: 270px;
  }

  .image.vole-max-size, .image.waxwing-max-size {
    max-width: 280px;
  }

  .h2-heading-wrapper.key-header {
    padding-top: 1em;
  }

  .h2-heading-wrapper.extra-bm.show-on-mobile-only.remove-bm {
    margin-bottom: 0;
  }

  .underline-wrapper {
    margin-bottom: 15px;
  }

  .h2-underline {
    width: 60px;
    height: 7px;
  }

  .footer {
    padding-top: 80px;
  }

  .hero-messaging-container {
    padding: 4.5vw 0;
  }

  .hero-cover-image._1 {
    height: 66vh;
  }

  .hero-cover-image._5 {
    height: 100%;
  }

  .bkg-hero-image-container {
    height: 50vh;
  }

  .bkg-hero-image-container._2 {
    margin-left: -8vw;
    padding-top: 30vw;
    padding-right: 2vw;
    overflow: hidden;
  }

  .bkg-hero-image-container._4 {
    padding-top: 52vw;
    padding-right: 0;
  }

  .bkg-hero-image-container._5 {
    height: 100svh;
    padding-right: 0;
  }

  .main-site-grid {
    min-height: 100svh;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1.5rem .5fr 1fr 1fr 1fr 1fr 1fr 1fr .5fr 1.5rem;
  }

  .main-site-grid.grid-2-styles {
    grid-template-rows: auto auto;
  }

  .main-site-grid.history-14-grid-overrides, .main-site-grid.steam-14-grid-overrides {
    flex-direction: column;
    display: flex;
  }

  .image-wrapper {
    margin-top: 0;
    padding-top: 100%;
  }

  .image-wrapper.circular._1 {
    left: 0;
  }

  .image-wrapper.circular._1.circular-box-shadow.hide-on-mobile, .image-wrapper.circular._3 {
    display: none;
  }

  .image-wrapper.circular._3.circular-box-shadow {
    display: block;
  }

  .image-wrapper.circular._3.circular-box-shadow.hide-on-mobile {
    display: none;
  }

  .image-wrapper.circular._2 {
    bottom: 18.2vw;
  }

  .image-wrapper.circular._2.circular-box-shadow.hide-on-mobile {
    display: none;
  }

  .image-wrapper.circular.rounded-image.signage-styles {
    margin-top: -15%;
  }

  .image-wrapper.inline-onload-animated-styles {
    width: 80%;
    margin-top: 20%;
    padding-top: 100%;
  }

  .image-wrapper.inline-onload-animated-styles.marsh-harrier {
    width: 90%;
    margin-top: 20%;
  }

  .image-wrapper.inline-onload-animated-styles.old-pot {
    width: 100%;
    margin-top: 20%;
    margin-left: auto;
  }

  .image-wrapper.inline-onload-animated-styles.axe-head, .image-wrapper.inline-onload-animated-styles.roach {
    width: 90%;
    margin-top: 20%;
  }

  .image-wrapper.remove-padding-show-overflow {
    padding-top: 0%;
  }

  .image-wrapper.remove-padding-show-overflow.second-dragon-fly-styles {
    padding-bottom: 0;
  }

  .image-wrapper.project-styles {
    margin-bottom: 1.5em;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left {
    left: 0;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.axe-styles {
    left: 3.2vw;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.hawk {
    width: 100%;
  }

  .image-cover-centered-round.contain.remove-radius.inline-animated-styles.animate-from-left.fishing-styles {
    left: 3.2vw;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.history-section.remove-tp.remove-bp {
    padding-bottom: 0;
  }

  .see-do-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .inline-icon-flex-container.left-styles.smaller {
    width: 1.5em;
    height: 1.5em;
    flex: none;
  }

  .top.inline-animals-styles {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-direction: column;
  }

  .general-info-two-column-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .left-aligned {
    text-align: center;
  }

  .inner-lined-block {
    padding: 1.8em 2em 2em;
  }

  .lined-card-wrapper {
    width: 100%;
    border-radius: 20px;
  }

  ._100-wrapper-styles {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-sponsor-grid {
    margin-bottom: 3.5em;
  }

  .footer-sponsor-grid.loader-styles {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .national-lottery-flex-wrapper {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }

  .graphic-text-block-container.bespoke-styles.add-bm {
    margin-bottom: 7vw;
  }

  .lottery-logo-container {
    width: 130px;
  }

  .green-underline-graphic {
    width: 20vw;
    height: 2vw;
  }

  .lottery-paragraph {
    font-size: 1.2rem;
  }

  .sponsor-grid {
    grid-column-gap: 10vw;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .sponsor-grid.loader-styles {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .small-body.remove-tp {
    max-width: 35ch;
  }

  .sponsor-partner-logo {
    width: 100%;
    max-width: none;
  }

  .sponsor-partner-logo.lottery-styles {
    width: auto;
    max-width: 80px;
    min-width: 50px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .flex-vertical {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .arrow-div {
    width: 32%;
    justify-content: center;
    align-items: center;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
  }

  .mouse-icon {
    width: 18px;
    height: 30px;
    margin-top: 0;
    transform: rotate(0);
  }

  .absolute-flyin-wrapper {
    margin-bottom: 5%;
  }

  .map-wrapper.extra-bm {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .horizontal-map-key-container {
    display: none;
  }

  .horizontal-map-key-container.animal-key-styles {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .vertical-animals-key-container {
    width: 80%;
    max-width: 250px;
    padding-top: 1em;
    padding-bottom: 3em;
    display: block;
  }

  .heading-and-key-graphic {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .animals-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .rotate-dragonfly {
    padding-top: 20px;
    position: relative;
    transform: rotate(0);
  }

  .right-flex-switch {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .you-may-see-text {
    max-width: 200px;
  }

  .animal-key-graphic {
    max-width: 300px;
  }

  .section-spacer {
    height: 50px;
  }

  .fox-styles {
    padding-top: 20px;
    position: relative;
    transform: rotate(0);
  }

  .resource-flex-container {
    flex-direction: column;
  }

  .content-container-grid {
    flex-direction: column;
    display: flex;
  }

  .standard-information-block {
    padding: 1.8em 7vw 2em;
  }

  .info-heading-container {
    margin-bottom: .8em;
  }

  .inline-links-grid-wrapper.two-column-styles {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    margin-top: .8em;
    display: flex;
  }

  .link-description-container.boxed-style {
    border: 0px none var(--transparent);
    padding: 1em 0 0;
  }

  .link-description-container.boxed-style.add-top-border-first-entry {
    border-top: 1px dotted var(--primary-1);
  }

  .sm-h3-inline-header {
    font-size: 1.25em;
  }

  .poetry-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .lined-card-wrapper-2 {
    width: 100%;
    border-radius: 20px;
  }

  .green-underline-graphic-2 {
    width: 20vw;
    height: 2vw;
  }

  .h2-underline-wrapper {
    margin-bottom: 15px;
  }

  .h3-policy-header-2 {
    font-size: 1.2em;
    line-height: 1.36em;
  }

  .policy-wrapper-3.extra-tm {
    margin-top: 40px;
  }

  .inline-heading-wrapper {
    width: 100%;
    display: block;
  }

  .display-1 {
    font-size: 2.3rem;
  }

  .display-1.display-1-size {
    font-size: 38px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .large-paragraph-2 {
    margin-bottom: 20px;
    font-size: 5.5vw;
    line-height: 1.2;
  }

  .job-title {
    display: block;
  }

  .job-title.inline {
    display: inline-block;
  }
}

#w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc21f {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_53a9caaf-9271-7571-d247-14a5a44cbb9a-9a3fc21f {
  grid-area: 1 / 1 / 4 / 6;
  align-self: start;
  justify-self: start;
}

#w-node-_53a9caaf-9271-7571-d247-14a5a44cbb9c-9a3fc21f {
  grid-area: 1 / 5 / 4 / 10;
  align-self: center;
}

#w-node-_53a9caaf-9271-7571-d247-14a5a44cbbb7-9a3fc21f {
  grid-area: 1 / 7 / 2 / 10;
  align-self: auto;
}

#w-node-_53a9caaf-9271-7571-d247-14a5a44cbbb9-9a3fc21f {
  grid-area: 2 / 3 / 5 / 7;
  align-self: center;
}

#w-node-_53a9caaf-9271-7571-d247-14a5a44cbbbb-9a3fc21f {
  grid-area: 3 / 7 / 5 / 9;
  align-self: center;
}

#w-node-_393ab5ed-cba9-4c6d-7b21-650760c45de6-9a3fc21f {
  grid-area: 1 / 1 / 4 / 11;
  align-self: center;
  justify-self: stretch;
}

#w-node-_393ab5ed-cba9-4c6d-7b21-650760c45de8-9a3fc21f {
  grid-area: 1 / 2 / 4 / 7;
  align-self: center;
}

#w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e03-9a3fc21f {
  grid-area: 3 / 3 / 4 / 5;
  align-self: end;
}

#w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e05-9a3fc21f {
  grid-area: 1 / 5 / 4 / 10;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e07-9a3fc21f {
  grid-area: 3 / 8 / 4 / 9;
  align-self: start;
}

#w-node-_9f6b0ab6-631d-0542-3309-39ce28e5dc41-f6a90871, #w-node-_83f1a303-9087-6c2c-e7d6-0c6633501e0f-f6a90871, #w-node-_0bf7dda1-ea5d-ffc7-9638-edcbf7e271e4-f6a90871, #w-node-bc371bc0-7595-e210-da62-b4b5bef5fc12-f6a90871, #w-node-_8dc6eb8f-d3b0-376e-2fae-b894407374bd-f6a90871, #w-node-c0926895-b0ca-42ae-6613-4fd22b1e90da-f6a90871, #w-node-ac10aae1-049c-80eb-d552-1530038ebd53-f6a90871 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b48e5d8-f366-f3b4-399c-7737727b5866-727b5865 {
  grid-area: 1 / 1 / 4 / 11;
  align-self: center;
  justify-self: start;
}

#w-node-_1b48e5d8-f366-f3b4-399c-7737727b5868-727b5865 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: end;
}

#w-node-_1b48e5d8-f366-f3b4-399c-7737727b587c-727b5865 {
  grid-area: 3 / 6 / 4 / 10;
  align-self: start;
}

#w-node-_1b48e5d8-f366-f3b4-399c-7737727b5890-727b5865 {
  grid-area: 1 / 7 / 3 / 10;
  align-self: start;
}

#w-node-_1b48e5d8-f366-f3b4-399c-7737727b5892-727b5865 {
  grid-area: 2 / 5 / 3 / 6;
  align-self: center;
}

#w-node-_1b48e5d8-f366-f3b4-399c-7737727b5894-727b5865 {
  grid-area: 3 / 3 / 4 / 5;
  align-self: start;
}

#w-node-_222366e4-0a7b-88fd-06b0-8c71d8a44ff6-d8a44fed, #w-node-_222366e4-0a7b-88fd-06b0-8c71d8a45015-d8a44fed, #w-node-_222366e4-0a7b-88fd-06b0-8c71d8a45029-d8a44fed, #w-node-_222366e4-0a7b-88fd-06b0-8c71d8a45037-d8a44fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d30930dc-2b7e-82d6-f45e-68a79a7fc40a-4922e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d30930dc-2b7e-82d6-f45e-68a79a7fc40b-4922e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0743f975-90be-bad5-be26-99afed86e944-4922e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0743f975-90be-bad5-be26-99afed86e945-4922e779, #w-node-_8325c008-c391-915f-38ba-5862056b23c5-4922e779, #w-node-_8325c008-c391-915f-38ba-5862056b23c6-4922e779, #w-node-d30930dc-2b7e-82d6-f45e-68a79a7fc40c-4922e779, #w-node-d30930dc-2b7e-82d6-f45e-68a79a7fc410-4922e779, #w-node-d30930dc-2b7e-82d6-f45e-68a79a7fc411-4922e779, #w-node-d30930dc-2b7e-82d6-f45e-68a79a7fc40e-4922e779, #w-node-d30930dc-2b7e-82d6-f45e-68a79a7fc40f-4922e779, #w-node-_75ee2e00-f740-b4bd-931a-817444c06d18-4922e779, #w-node-_0b36116a-d151-2aa6-9133-e5b982862376-4922e779, #w-node-_0b36116a-d151-2aa6-9133-e5b982862377-4922e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc25d, #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc25d, #w-node-d6117615-7204-d8be-b0ca-8f11d492faa6-9a3fc2aa {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-d6117615-7204-d8be-b0ca-8f11d492faa1-9a3fc2aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-d6117615-7204-d8be-b0ca-8f11d492faa2-9a3fc2aa {
  grid-area: 1 / 1 / 4 / 6;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d6117615-7204-d8be-b0ca-8f11d492faa4-9a3fc2aa, #w-node-d6117615-7204-d8be-b0ca-8f11d492faa6-9a3fc2ab {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-d6117615-7204-d8be-b0ca-8f11d492faa1-9a3fc2ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-d6117615-7204-d8be-b0ca-8f11d492faa2-9a3fc2ab {
  grid-area: 1 / 1 / 4 / 6;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d6117615-7204-d8be-b0ca-8f11d492faa4-9a3fc2ab, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2ac {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-d751470d-f6e5-07e8-58e3-cd6b7cb71aa8-9a3fc2ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-d751470d-f6e5-07e8-58e3-cd6b7cb71aa9-9a3fc2ac {
  grid-area: 1 / 1 / 4 / 6;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2ac, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2af, #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2af, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b0, #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2b0 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-d751470d-f6e5-07e8-58e3-cd6b7cb71aa8-9a3fc2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-a70db25e-c8b1-7409-5563-ea39117c0f8f-9a3fc2b0 {
  justify-self: center;
}

#w-node-f744d2d6-f3e5-0828-48ea-c4a060cc42df-9a3fc2b2 {
  align-self: center;
  justify-self: center;
}

#w-node-_8686a454-e812-24ea-5132-e953c2f3a923-9a3fc2b2 {
  align-self: center;
  justify-self: stretch;
}

#w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca82ca-9a3fc2b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b6, #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2b6, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b7, #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2b7 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_6adafd4b-c857-c2e2-a933-eb86a9b12b0a-9a3fc2b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b7 {
  grid-area: 1 / 5 / 2 / 10;
  align-self: auto;
}

#w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b7 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-a9822eb2-d2f1-16a4-e1d8-e303be40b769-9a3fc2b7 {
  grid-area: 1 / 1 / 3 / 8;
  align-self: end;
}

#w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b7 {
  grid-area: 2 / 6 / 3 / 10;
  align-self: end;
  justify-self: end;
}

#w-node-_955c4997-1f6b-16b4-312e-8033ce7bc90a-9a3fc2b7 {
  grid-area: 3 / 2 / 4 / 10;
}

#w-node-b867a4b3-c9d9-f248-897d-7d72db35da75-9a3fc2b7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_478360bd-ef66-a87c-ff10-34d6707b3692-9a3fc2b7 {
  grid-area: 1 / 4 / 2 / 7;
  align-self: end;
}

#w-node-_8609281f-a3b9-375a-ebab-f8ca6ef8c8a2-9a3fc2b7 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_8d2b3635-52b8-7145-9887-7d6d6ba55baa-9a3fc2b7 {
  grid-area: 2 / 2 / 3 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-_34b99dda-d2c3-a1a6-26d3-1d55dce05e75-9a3fc2b7 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-d2966780-3c1e-0538-7d80-0d9e99614e50-9a3fc2b7 {
  grid-area: 3 / 4 / 4 / 7;
  align-self: center;
}

#w-node-_91eb9cc3-94f6-68de-2dfc-a36e245078bc-9a3fc2b7 {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_1756cd4d-4b2c-21c2-6207-465151d9ef69-9a3fc2b7 {
  grid-area: 4 / 2 / 5 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-_8e4d5bb2-31ad-249c-f74d-682b64a88f60-9a3fc2b7 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-beabd11f-80c6-3645-b72e-5b57687b1363-9a3fc2b7 {
  grid-area: 5 / 3 / 6 / 6;
  align-self: center;
}

#w-node-f5e78b13-18e8-37b1-7c03-cf599a1a9c2e-9a3fc2b7 {
  grid-area: 6 / 4 / 7 / 7;
}

#w-node-_833b2f7f-4101-dcb0-f096-0566c3eb71da-9a3fc2b7 {
  grid-area: 6 / 1 / 7 / 4;
  align-self: auto;
  justify-self: end;
}

#w-node-_9f21b470-0dd9-d1c5-4a0f-88068d6c87b3-9a3fc2b7 {
  grid-area: 7 / 1 / 8 / 4;
}

#w-node-_8396b2f1-92dc-f10c-6547-4f1049225486-9a3fc2b7 {
  grid-area: 7 / 4 / 8 / 7;
  align-self: center;
}

#w-node-_89fd7fb8-17d4-89d1-d91f-b324552f74c8-9a3fc2b7 {
  grid-area: 8 / 5 / 9 / 7;
}

#w-node-_334f5c55-29a4-3be5-f1f8-61fe7dc9de2d-9a3fc2b7 {
  grid-area: 8 / 2 / 9 / 5;
  align-self: auto;
  justify-self: end;
}

#w-node-e6527109-b0b1-af3e-8237-e83bf463b69a-9a3fc2b7 {
  grid-area: 9 / 1 / 10 / 3;
}

#w-node-_9929c2a4-b81e-dfa3-8883-2cb625fbf364-9a3fc2b7 {
  grid-area: 9 / 3 / 10 / 6;
  align-self: center;
}

#w-node-_137350ea-cb5b-681d-641e-e2010af95e64-9a3fc2b7 {
  grid-area: 10 / 5 / 11 / 7;
  align-self: center;
}

#w-node-_1625088a-66ba-4691-c91f-03c71db067cb-9a3fc2b7 {
  grid-area: 10 / 2 / 11 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-_1ad70809-c03b-3026-23b9-17281546ca44-9a3fc2b7 {
  grid-area: 11 / 1 / 12 / 3;
}

#w-node-_9821c2b8-ee63-88a1-b580-7fc1ca4a580b-9a3fc2b7 {
  grid-area: 11 / 3 / 12 / 6;
  align-self: center;
}

#w-node-dde4a19e-dc89-3238-8d79-c377bb1a22ce-9a3fc2b7 {
  grid-area: 12 / 5 / 13 / 7;
  align-self: center;
}

#w-node-_4864545e-09c5-155b-293b-51e796b1f7a1-9a3fc2b7 {
  grid-area: 12 / 2 / 13 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-f10728cf-eb9e-8d1a-1c10-f2fcedd0d4be-9a3fc2b7 {
  grid-area: 13 / 1 / 14 / 4;
}

#w-node-_3e1da189-52fb-be0a-f274-f55f97e69831-9a3fc2b7 {
  grid-area: 13 / 4 / 14 / 7;
  align-self: center;
}

#w-node-e74c2ccb-5d9e-0cc0-4a59-0e993032d600-9a3fc2b7 {
  grid-area: 14 / 5 / 15 / 7;
  align-self: center;
}

#w-node-b672804f-e8d2-8b12-af68-4003d5dcb6fa-9a3fc2b7 {
  grid-area: 14 / 2 / 15 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-eee76a3c-6368-31e5-8de0-833e8d8c53f9-9a3fc2b7 {
  grid-area: 15 / 1 / 16 / 3;
}

#w-node-_0e1cb84e-261c-4acb-8dae-aa5a89c8f39b-9a3fc2b7 {
  grid-area: 15 / 3 / 16 / 6;
  align-self: center;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e917-9a3fc2b7 {
  grid-area: 1 / 5 / 2 / 10;
  align-self: auto;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e919-9a3fc2b7 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e93b-9a3fc2b7 {
  grid-area: 1 / 2 / 3 / 8;
  align-self: end;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e93d-9a3fc2b7 {
  grid-area: 2 / 6 / 3 / 10;
  align-self: end;
  justify-self: end;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e94d-9a3fc2b7 {
  grid-area: 3 / 2 / 4 / 10;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e95e-9a3fc2b7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e960-9a3fc2b7 {
  grid-area: 1 / 4 / 2 / 7;
  align-self: center;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e96b-9a3fc2b7 {
  grid-area: 2 / 5 / 3 / 7;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e96d-9a3fc2b7 {
  grid-area: 2 / 2 / 3 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e97c-9a3fc2b7 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e97e-9a3fc2b7 {
  grid-area: 3 / 4 / 4 / 7;
  align-self: center;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e989-9a3fc2b7 {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e98b-9a3fc2b7 {
  grid-area: 4 / 2 / 5 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e997-9a3fc2b7 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e999-9a3fc2b7 {
  grid-area: 5 / 3 / 6 / 6;
  align-self: center;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9a4-9a3fc2b7 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9a6-9a3fc2b7 {
  grid-area: 6 / 2 / 7 / 5;
  align-self: auto;
  justify-self: end;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9b2-9a3fc2b7 {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9b4-9a3fc2b7 {
  grid-area: 7 / 3 / 8 / 6;
  align-self: center;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9bf-9a3fc2b7 {
  grid-area: 8 / 5 / 9 / 7;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9c1-9a3fc2b7 {
  grid-area: 8 / 2 / 9 / 5;
  align-self: auto;
  justify-self: end;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9cd-9a3fc2b7 {
  grid-area: 9 / 1 / 10 / 4;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9cf-9a3fc2b7 {
  grid-area: 9 / 4 / 10 / 7;
  align-self: center;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9da-9a3fc2b7 {
  grid-area: 10 / 4 / 11 / 7;
  align-self: center;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9dc-9a3fc2b7 {
  grid-area: 10 / 1 / 11 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9e8-9a3fc2b7 {
  grid-area: 11 / 1 / 12 / 3;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9ea-9a3fc2b7 {
  grid-area: 11 / 3 / 12 / 6;
  align-self: center;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9f5-9a3fc2b7 {
  grid-area: 12 / 5 / 13 / 7;
  align-self: center;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e9f7-9a3fc2b7 {
  grid-area: 12 / 2 / 13 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268ea03-9a3fc2b7 {
  grid-area: 13 / 1 / 14 / 3;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268ea05-9a3fc2b7 {
  grid-area: 13 / 3 / 14 / 6;
  align-self: center;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268ea10-9a3fc2b7 {
  grid-area: 14 / 5 / 15 / 7;
  align-self: center;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268ea12-9a3fc2b7 {
  grid-area: 14 / 2 / 15 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268ea1e-9a3fc2b7 {
  grid-area: 15 / 1 / 16 / 3;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268ea20-9a3fc2b7 {
  grid-area: 15 / 3 / 16 / 6;
  align-self: center;
}

#w-node-d091dade-a894-e174-9096-dd02bdce56d1-9a3fc2b7 {
  grid-area: 16 / 5 / 17 / 7;
  align-self: center;
}

#w-node-d397b6ff-d386-26bf-b671-5ab6b6287643-9a3fc2b7 {
  grid-area: 16 / 2 / 17 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b8, #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2b8 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_6adafd4b-c857-c2e2-a933-eb86a9b12b0a-9a3fc2b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b8 {
  grid-area: 1 / 5 / 2 / 10;
  align-self: auto;
}

#w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b8 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-a9822eb2-d2f1-16a4-e1d8-e303be40b769-9a3fc2b8 {
  grid-area: 1 / 1 / 3 / 8;
  align-self: end;
}

#w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b8 {
  grid-area: 2 / 6 / 3 / 10;
  align-self: end;
  justify-self: end;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e917-9a3fc2b8 {
  grid-area: 3 / 6 / 4 / 9;
  align-self: end;
}

#w-node-_398d8bb0-b7da-6596-bc24-857e2268e919-9a3fc2b8 {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b9, #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2b9 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_6adafd4b-c857-c2e2-a933-eb86a9b12b0a-9a3fc2b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-e60dad4e-2ea9-7585-978d-2b7c556fa193-9a3fc2b9 {
  grid-area: 1 / 1 / 4 / 6;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b9 {
  grid-area: 1 / 4 / 2 / 8;
  align-self: auto;
}

#w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b9 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b9 {
  grid-area: 1 / 7 / 2 / 10;
  align-self: end;
  justify-self: end;
}

#w-node-_955c4997-1f6b-16b4-312e-8033ce7bc90a-9a3fc2b9 {
  grid-area: 2 / 2 / 3 / 10;
}

@media screen and (min-width: 1920px) {
  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbb9a-9a3fc21f {
    grid-area: 1 / 1 / 4 / 6;
    align-self: start;
    justify-self: start;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbb9c-9a3fc21f {
    grid-area: 1 / 5 / 4 / 9;
    align-self: center;
    justify-self: center;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbbb7-9a3fc21f {
    grid-area: 1 / 8 / 2 / 10;
    align-self: start;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbbb9-9a3fc21f {
    align-self: end;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbbbb-9a3fc21f {
    grid-area: 3 / 8 / 5 / 9;
    align-self: end;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45de6-9a3fc21f {
    align-self: center;
    justify-self: center;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e05-9a3fc21f {
    grid-area: 1 / 5 / 4 / 10;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e07-9a3fc21f {
    grid-area: 3 / 7 / 5 / 8;
    align-self: end;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5868-727b5865 {
    justify-self: end;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b587c-727b5865 {
    grid-area: 3 / 7 / 4 / 11;
  }

  #w-node-_222366e4-0a7b-88fd-06b0-8c71d8a45029-d8a44fed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d30930dc-2b7e-82d6-f45e-68a79a7fc40a-4922e779, #w-node-_0743f975-90be-bad5-be26-99afed86e944-4922e779 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-d30930dc-2b7e-82d6-f45e-68a79a7fc40c-4922e779, #w-node-d30930dc-2b7e-82d6-f45e-68a79a7fc40e-4922e779 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc25d, #w-node-d6117615-7204-d8be-b0ca-8f11d492faa6-9a3fc2aa {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa2-9a3fc2aa {
    grid-area: 1 / 1 / 4 / 6;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa6-9a3fc2ab {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa2-9a3fc2ab {
    grid-area: 1 / 1 / 4 / 6;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2ac {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-d751470d-f6e5-07e8-58e3-cd6b7cb71aa9-9a3fc2ac {
    grid-area: 1 / 1 / 4 / 6;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2af, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b0 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-d751470d-f6e5-07e8-58e3-cd6b7cb71aa8-9a3fc2b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: end;
  }

  #w-node-a70db25e-c8b1-7409-5563-ea39117c0f8d-9a3fc2b0 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b6, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b7 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_6adafd4b-c857-c2e2-a933-eb86a9b12b0a-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: end;
  }

  #w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b7 {
    grid-column-end: 9;
  }

  #w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b7 {
    grid-column-start: 3;
  }

  #w-node-a9822eb2-d2f1-16a4-e1d8-e303be40b769-9a3fc2b7 {
    grid-column: 3 / 7;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b7 {
    grid-column-end: 9;
  }

  #w-node-_478360bd-ef66-a87c-ff10-34d6707b3692-9a3fc2b7 {
    align-self: end;
  }

  #w-node-_8609281f-a3b9-375a-ebab-f8ca6ef8c8a2-9a3fc2b7 {
    grid-area: 2 / 5 / 3 / 7;
    justify-self: start;
  }

  #w-node-_8d2b3635-52b8-7145-9887-7d6d6ba55baa-9a3fc2b7 {
    grid-area: 2 / 2 / 3 / 5;
    align-self: center;
    justify-self: end;
  }

  #w-node-_34b99dda-d2c3-a1a6-26d3-1d55dce05e75-9a3fc2b7 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d2966780-3c1e-0538-7d80-0d9e99614e50-9a3fc2b7 {
    grid-area: 3 / 4 / 4 / 7;
    align-self: start;
  }

  #w-node-_1756cd4d-4b2c-21c2-6207-465151d9ef69-9a3fc2b7 {
    grid-area: 4 / 2 / 5 / 5;
    align-self: start;
    justify-self: end;
  }

  #w-node-_9929c2a4-b81e-dfa3-8883-2cb625fbf364-9a3fc2b7, #w-node-_9821c2b8-ee63-88a1-b580-7fc1ca4a580b-9a3fc2b7, #w-node-_3e1da189-52fb-be0a-f274-f55f97e69831-9a3fc2b7, #w-node-_0e1cb84e-261c-4acb-8dae-aa5a89c8f39b-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e917-9a3fc2b7 {
    grid-column-end: 9;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e919-9a3fc2b7 {
    grid-column-start: 3;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e93b-9a3fc2b7 {
    grid-column: 3 / 7;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e93d-9a3fc2b7 {
    grid-column-end: 9;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e960-9a3fc2b7 {
    align-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e96b-9a3fc2b7 {
    grid-area: 2 / 5 / 3 / 7;
    justify-self: start;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e96d-9a3fc2b7 {
    grid-area: 2 / 2 / 3 / 5;
    align-self: center;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e97c-9a3fc2b7 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e97e-9a3fc2b7 {
    grid-area: 3 / 4 / 4 / 7;
    align-self: start;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e98b-9a3fc2b7 {
    grid-area: 4 / 2 / 5 / 5;
    align-self: start;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9cf-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9da-9a3fc2b7 {
    grid-area: 10 / 5 / 11 / 7;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9dc-9a3fc2b7 {
    grid-area: 10 / 3 / 11 / 5;
    align-self: center;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9ea-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea05-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea20-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b8 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_6adafd4b-c857-c2e2-a933-eb86a9b12b0a-9a3fc2b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: end;
  }

  #w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b8 {
    grid-column-end: 9;
  }

  #w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b8 {
    grid-column-start: 3;
  }

  #w-node-a9822eb2-d2f1-16a4-e1d8-e303be40b769-9a3fc2b8 {
    grid-column: 3 / 7;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b8 {
    grid-column-end: 9;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e917-9a3fc2b8 {
    grid-area: 3 / 5 / 4 / 8;
    align-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e919-9a3fc2b8 {
    grid-column-start: 3;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b9 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_6adafd4b-c857-c2e2-a933-eb86a9b12b0a-9a3fc2b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: end;
  }

  #w-node-e60dad4e-2ea9-7585-978d-2b7c556fa193-9a3fc2b9 {
    grid-area: 1 / 1 / 4 / 6;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b9 {
    grid-area: 1 / 4 / 2 / 8;
    align-self: start;
  }

  #w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b9 {
    grid-area: 1 / 2 / 2 / 6;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b9 {
    justify-self: center;
  }

  #w-node-_955c4997-1f6b-16b4-312e-8033ce7bc90a-9a3fc2b9 {
    grid-area: 2 / 3 / 3 / 9;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbbb9-9a3fc21f {
    grid-area: 2 / 4 / 5 / 8;
    align-self: center;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45de8-9a3fc21f {
    grid-area: 1 / 3 / 4 / 7;
    align-self: center;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa1-9a3fc2aa, #w-node-d6117615-7204-d8be-b0ca-8f11d492faa1-9a3fc2ab {
    align-self: start;
  }

  #w-node-a70db25e-c8b1-7409-5563-ea39117c0f8d-9a3fc2b0, #w-node-_86681283-ac31-c298-f8c5-83db3e3c0c44-9a3fc2b0, #w-node-_52d198ba-d69a-2bf1-37e4-d5e349e01f80-9a3fc2b0, #w-node-b92143e5-d6c7-7e5a-2d3c-558975614541-9a3fc2b0, #w-node-a183dee1-1751-dca3-8e2c-e26d7cb315ea-9a3fc2b0 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6adafd4b-c857-c2e2-a933-eb86a9b12b0a-9a3fc2b7 {
    align-self: start;
  }

  #w-node-a9822eb2-d2f1-16a4-e1d8-e303be40b769-9a3fc2b7 {
    grid-column-start: 3;
  }

  #w-node-_478360bd-ef66-a87c-ff10-34d6707b3692-9a3fc2b7 {
    grid-area: 1 / 4 / 2 / 7;
    align-self: end;
  }

  #w-node-_334f5c55-29a4-3be5-f1f8-61fe7dc9de2d-9a3fc2b7, #w-node-_1625088a-66ba-4691-c91f-03c71db067cb-9a3fc2b7, #w-node-_4864545e-09c5-155b-293b-51e796b1f7a1-9a3fc2b7, #w-node-b672804f-e8d2-8b12-af68-4003d5dcb6fa-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e93b-9a3fc2b7 {
    grid-column-start: 3;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e960-9a3fc2b7 {
    grid-area: 1 / 4 / 2 / 7;
    align-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9c1-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9da-9a3fc2b7 {
    grid-area: 10 / 4 / 11 / 7;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9dc-9a3fc2b7 {
    grid-area: 10 / 1 / 11 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9f7-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea12-9a3fc2b7, #w-node-d397b6ff-d386-26bf-b671-5ab6b6287643-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_6adafd4b-c857-c2e2-a933-eb86a9b12b0a-9a3fc2b8 {
    align-self: start;
  }

  #w-node-a9822eb2-d2f1-16a4-e1d8-e303be40b769-9a3fc2b8 {
    grid-column-start: 3;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e917-9a3fc2b8 {
    grid-area: 3 / 5 / 4 / 8;
    align-self: end;
  }

  #w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b9 {
    grid-area: 1 / 2 / 2 / 7;
    justify-self: start;
  }

  #w-node-_955c4997-1f6b-16b4-312e-8033ce7bc90a-9a3fc2b9 {
    grid-area: 2 / 3 / 3 / 9;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbb9c-9a3fc21f {
    justify-self: center;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45de8-9a3fc21f {
    align-self: center;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e07-9a3fc21f {
    grid-area: 4 / 5 / 5 / 6;
    align-self: start;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc25d, #w-node-d6117615-7204-d8be-b0ca-8f11d492faa6-9a3fc2aa, #w-node-d6117615-7204-d8be-b0ca-8f11d492faa6-9a3fc2ab, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2ac, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2af, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b0, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b6, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b7 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b7 {
    justify-self: end;
  }

  #w-node-d2966780-3c1e-0538-7d80-0d9e99614e50-9a3fc2b7, #w-node-beabd11f-80c6-3645-b72e-5b57687b1363-9a3fc2b7, #w-node-_8396b2f1-92dc-f10c-6547-4f1049225486-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_89fd7fb8-17d4-89d1-d91f-b324552f74c8-9a3fc2b7 {
    grid-area: 8 / 5 / 9 / 7;
  }

  #w-node-_9929c2a4-b81e-dfa3-8883-2cb625fbf364-9a3fc2b7, #w-node-_9821c2b8-ee63-88a1-b580-7fc1ca4a580b-9a3fc2b7, #w-node-_3e1da189-52fb-be0a-f274-f55f97e69831-9a3fc2b7, #w-node-_0e1cb84e-261c-4acb-8dae-aa5a89c8f39b-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e93d-9a3fc2b7 {
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e97e-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e999-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9b4-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9bf-9a3fc2b7 {
    grid-area: 8 / 5 / 9 / 7;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9cf-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9da-9a3fc2b7 {
    grid-area: 10 / 5 / 11 / 7;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9dc-9a3fc2b7 {
    grid-area: 10 / 2 / 11 / 5;
    align-self: center;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9ea-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea05-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea20-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b8 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b8 {
    justify-self: end;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b9 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b9 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbb9a-9a3fc21f {
    grid-area: 1 / 1 / 4 / 7;
    align-self: center;
    justify-self: start;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbb9c-9a3fc21f {
    grid-area: 1 / 5 / 4 / 10;
    align-self: center;
    justify-self: start;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbbb7-9a3fc21f {
    grid-area: 1 / 3 / 2 / 5;
    align-self: start;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbbb9-9a3fc21f {
    grid-area: 2 / 3 / 4 / 9;
    align-self: end;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbbbb-9a3fc21f {
    grid-area: 1 / 8 / 2 / 10;
    align-self: center;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45de8-9a3fc21f {
    grid-area: 1 / 2 / 4 / 7;
    align-self: center;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e03-9a3fc21f {
    grid-area: 1 / 3 / 2 / 5;
    align-self: start;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e05-9a3fc21f {
    grid-area: 3 / 2 / 4 / 9;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e07-9a3fc21f {
    grid-area: 2 / 7 / 5 / 10;
    align-self: end;
  }

  #w-node-_0600b113-76dc-10bb-abe4-bfa61cc28047-f6a90871, #w-node-effea8be-409c-d03b-04fc-454598d0eaaf-f6a90871 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5890-727b5865 {
    grid-area: 1 / 5 / 3 / 8;
    align-self: start;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5892-727b5865 {
    grid-area: 2 / 3 / 3 / 6;
    align-self: end;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5894-727b5865 {
    grid-area: 1 / 8 / 2 / 10;
    align-self: start;
  }

  #w-node-_62cb29bc-95f3-caba-8e3d-25e92ba21395-2ba2137b, #w-node-_62cb29bc-95f3-caba-8e3d-25e92ba21396-2ba2137b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa2-9a3fc2aa, #w-node-d6117615-7204-d8be-b0ca-8f11d492faa2-9a3fc2ab, #w-node-d751470d-f6e5-07e8-58e3-cd6b7cb71aa9-9a3fc2ac {
    grid-area: 1 / 1 / 2 / 8;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_8609281f-a3b9-375a-ebab-f8ca6ef8c8a2-9a3fc2b7 {
    grid-area: 2 / 4 / 3 / 6;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8d2b3635-52b8-7145-9887-7d6d6ba55baa-9a3fc2b7 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_34b99dda-d2c3-a1a6-26d3-1d55dce05e75-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_91eb9cc3-94f6-68de-2dfc-a36e245078bc-9a3fc2b7 {
    grid-area: 4 / 5 / 5 / 7;
    align-self: center;
  }

  #w-node-_1756cd4d-4b2c-21c2-6207-465151d9ef69-9a3fc2b7 {
    grid-area: 4 / 2 / 5 / 5;
    align-self: center;
    justify-self: end;
  }

  #w-node-_8e4d5bb2-31ad-249c-f74d-682b64a88f60-9a3fc2b7, #w-node-f5e78b13-18e8-37b1-7c03-cf599a1a9c2e-9a3fc2b7, #w-node-_9f21b470-0dd9-d1c5-4a0f-88068d6c87b3-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_89fd7fb8-17d4-89d1-d91f-b324552f74c8-9a3fc2b7 {
    grid-area: 8 / 5 / 9 / 7;
    align-self: center;
  }

  #w-node-_334f5c55-29a4-3be5-f1f8-61fe7dc9de2d-9a3fc2b7 {
    grid-area: 8 / 2 / 9 / 5;
    align-self: auto;
    justify-self: end;
  }

  #w-node-e6527109-b0b1-af3e-8237-e83bf463b69a-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_137350ea-cb5b-681d-641e-e2010af95e64-9a3fc2b7 {
    grid-row: 10 / 11;
  }

  #w-node-_1625088a-66ba-4691-c91f-03c71db067cb-9a3fc2b7 {
    grid-area: 10 / 2 / 11 / 5;
    align-self: auto;
    justify-self: end;
  }

  #w-node-_1ad70809-c03b-3026-23b9-17281546ca44-9a3fc2b7 {
    align-self: center;
  }

  #w-node-dde4a19e-dc89-3238-8d79-c377bb1a22ce-9a3fc2b7 {
    grid-area: 12 / 5 / 13 / 7;
  }

  #w-node-f10728cf-eb9e-8d1a-1c10-f2fcedd0d4be-9a3fc2b7 {
    align-self: center;
  }

  #w-node-e74c2ccb-5d9e-0cc0-4a59-0e993032d600-9a3fc2b7 {
    grid-area: 14 / 5 / 15 / 7;
  }

  #w-node-eee76a3c-6368-31e5-8de0-833e8d8c53f9-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e96b-9a3fc2b7 {
    grid-area: 2 / 4 / 3 / 6;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e96d-9a3fc2b7 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e97c-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e989-9a3fc2b7 {
    grid-area: 4 / 5 / 5 / 7;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e98b-9a3fc2b7 {
    grid-area: 4 / 2 / 5 / 5;
    align-self: center;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e997-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9a4-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9b2-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9bf-9a3fc2b7 {
    grid-area: 8 / 5 / 9 / 7;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9c1-9a3fc2b7 {
    grid-area: 8 / 2 / 9 / 5;
    align-self: auto;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9cd-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9da-9a3fc2b7 {
    grid-row: 10 / 11;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9dc-9a3fc2b7 {
    grid-area: 10 / 1 / 11 / 4;
    align-self: auto;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9e8-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9f5-9a3fc2b7 {
    grid-area: 12 / 5 / 13 / 7;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea03-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea10-9a3fc2b7 {
    grid-area: 14 / 5 / 15 / 7;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea1e-9a3fc2b7 {
    align-self: center;
  }

  #w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b8 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a9822eb2-d2f1-16a4-e1d8-e303be40b769-9a3fc2b8 {
    align-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e917-9a3fc2b8 {
    grid-area: 3 / 5 / 4 / 10;
    align-self: center;
    justify-self: center;
  }

  #w-node-e60dad4e-2ea9-7585-978d-2b7c556fa193-9a3fc2b9 {
    grid-area: 1 / 1 / 2 / 8;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b9 {
    grid-area: 1 / 6 / 4 / 10;
    align-self: start;
  }

  #w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b9 {
    grid-area: 2 / 2 / 3 / 8;
    justify-self: center;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b9 {
    grid-area: 3 / 5 / 4 / 10;
    align-self: end;
    justify-self: end;
  }

  #w-node-_955c4997-1f6b-16b4-312e-8033ce7bc90a-9a3fc2b9 {
    grid-row: 4 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc21f {
    align-self: start;
    justify-self: center;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbb9a-9a3fc21f {
    grid-area: 1 / 1 / 4 / 9;
    align-self: center;
    justify-self: start;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbb9c-9a3fc21f {
    grid-area: 1 / 2 / 4 / 10;
    align-self: center;
    justify-self: center;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbbb7-9a3fc21f {
    grid-area: 1 / 3 / 3 / 6;
    align-self: start;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbbbb-9a3fc21f {
    grid-area: 1 / 7 / 2 / 10;
    align-self: center;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45de8-9a3fc21f {
    grid-area: 1 / 2 / 4 / 10;
    align-self: center;
    justify-self: center;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e05-9a3fc21f {
    grid-area: 3 / 2 / 5 / 10;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5866-727b5865 {
    grid-area: 1 / 1 / 6 / 11;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5868-727b5865 {
    grid-area: 3 / 2 / 4 / 8;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b587c-727b5865 {
    grid-area: 5 / 4 / 6 / 11;
    align-self: center;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5890-727b5865 {
    grid-row-end: 2;
    align-self: center;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5892-727b5865 {
    grid-area: 4 / 2 / 5 / 6;
    align-self: end;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5894-727b5865 {
    grid-area: 2 / 8 / 3 / 10;
    align-self: center;
  }

  #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc25d {
    align-self: start;
    justify-self: center;
  }

  #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b25246f-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b25248d-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b2524b0-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b2524ce-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b2524ea-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b252508-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b252528-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b252546-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b252564-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b25258c-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b2525ac-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b2525cc-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b2525ea-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b25260b-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b25262b-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b252679-8b25246d, #w-node-cebaf54f-e1ae-e0d3-b0c9-6efc8b25265b-8b25246d {
    grid-column: span 1 / span 1;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa2-9a3fc2aa {
    grid-area: 1 / 1 / 3 / 9;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa4-9a3fc2aa {
    align-self: start;
    justify-self: center;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa2-9a3fc2ab {
    grid-area: 1 / 1 / 3 / 9;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa4-9a3fc2ab {
    align-self: start;
    justify-self: center;
  }

  #w-node-d751470d-f6e5-07e8-58e3-cd6b7cb71aa9-9a3fc2ac {
    grid-area: 1 / 1 / 3 / 9;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2ac, #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2af, #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2b0 {
    align-self: start;
    justify-self: center;
  }

  #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca82ce-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca82d5-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca82dc-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca82e3-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca82ea-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca82f1-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca82f8-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca82ff-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca8306-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca830d-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca8314-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca831b-9a3fc2b3, #w-node-db168e6d-d9b5-4c89-30bd-9b63d3ca8322-9a3fc2b3 {
    order: -9999;
  }

  #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2b6, #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2b7 {
    align-self: start;
    justify-self: center;
  }

  #w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b7 {
    grid-area: 1 / 5 / 2 / 11;
    align-self: auto;
  }

  #w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b7 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-a9822eb2-d2f1-16a4-e1d8-e303be40b769-9a3fc2b7 {
    align-self: end;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b7 {
    grid-area: 2 / 5 / 3 / 11;
    align-self: end;
    justify-self: end;
  }

  #w-node-_955c4997-1f6b-16b4-312e-8033ce7bc90a-9a3fc2b7 {
    grid-column: 1 / 11;
  }

  #w-node-b867a4b3-c9d9-f248-897d-7d72db35da75-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_478360bd-ef66-a87c-ff10-34d6707b3692-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8609281f-a3b9-375a-ebab-f8ca6ef8c8a2-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8d2b3635-52b8-7145-9887-7d6d6ba55baa-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_34b99dda-d2c3-a1a6-26d3-1d55dce05e75-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-d2966780-3c1e-0538-7d80-0d9e99614e50-9a3fc2b7, #w-node-_91eb9cc3-94f6-68de-2dfc-a36e245078bc-9a3fc2b7, #w-node-_1756cd4d-4b2c-21c2-6207-465151d9ef69-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e4d5bb2-31ad-249c-f74d-682b64a88f60-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-beabd11f-80c6-3645-b72e-5b57687b1363-9a3fc2b7, #w-node-f5e78b13-18e8-37b1-7c03-cf599a1a9c2e-9a3fc2b7, #w-node-_833b2f7f-4101-dcb0-f096-0566c3eb71da-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f21b470-0dd9-d1c5-4a0f-88068d6c87b3-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_8396b2f1-92dc-f10c-6547-4f1049225486-9a3fc2b7, #w-node-_89fd7fb8-17d4-89d1-d91f-b324552f74c8-9a3fc2b7, #w-node-_334f5c55-29a4-3be5-f1f8-61fe7dc9de2d-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6527109-b0b1-af3e-8237-e83bf463b69a-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_9929c2a4-b81e-dfa3-8883-2cb625fbf364-9a3fc2b7, #w-node-_137350ea-cb5b-681d-641e-e2010af95e64-9a3fc2b7, #w-node-_1625088a-66ba-4691-c91f-03c71db067cb-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ad70809-c03b-3026-23b9-17281546ca44-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_9821c2b8-ee63-88a1-b580-7fc1ca4a580b-9a3fc2b7, #w-node-dde4a19e-dc89-3238-8d79-c377bb1a22ce-9a3fc2b7, #w-node-_4864545e-09c5-155b-293b-51e796b1f7a1-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f10728cf-eb9e-8d1a-1c10-f2fcedd0d4be-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_3e1da189-52fb-be0a-f274-f55f97e69831-9a3fc2b7, #w-node-e74c2ccb-5d9e-0cc0-4a59-0e993032d600-9a3fc2b7, #w-node-b672804f-e8d2-8b12-af68-4003d5dcb6fa-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eee76a3c-6368-31e5-8de0-833e8d8c53f9-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_0e1cb84e-261c-4acb-8dae-aa5a89c8f39b-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e917-9a3fc2b7 {
    grid-area: 1 / 5 / 2 / 11;
    align-self: auto;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e919-9a3fc2b7 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e93b-9a3fc2b7 {
    align-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e93d-9a3fc2b7 {
    grid-area: 2 / 5 / 3 / 11;
    align-self: end;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e94d-9a3fc2b7 {
    grid-column: 1 / 11;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e95e-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e960-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e96b-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e96d-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e97c-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e97e-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e989-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e98b-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e997-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e999-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9a4-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9a6-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9b2-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9b4-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9bf-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9c1-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9cd-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9cf-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9da-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9dc-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9e8-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9ea-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9f5-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9f7-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea03-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea05-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea10-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea12-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea1e-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea20-9a3fc2b7, #w-node-d091dade-a894-e174-9096-dd02bdce56d1-9a3fc2b7, #w-node-d397b6ff-d386-26bf-b671-5ab6b6287643-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2b8 {
    align-self: start;
    justify-self: center;
  }

  #w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b8 {
    grid-area: 1 / 5 / 2 / 11;
    align-self: auto;
  }

  #w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b8 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-a9822eb2-d2f1-16a4-e1d8-e303be40b769-9a3fc2b8 {
    align-self: end;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b8 {
    grid-area: 2 / 4 / 3 / 11;
    align-self: end;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e919-9a3fc2b8 {
    grid-area: 3 / 1 / 4 / 8;
  }

  #w-node-_4ddebba7-9615-aeb7-0789-8815c495f690-9a3fc2b9 {
    align-self: start;
    justify-self: center;
  }

  #w-node-e60dad4e-2ea9-7585-978d-2b7c556fa193-9a3fc2b9 {
    grid-area: 1 / 1 / 3 / 9;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b9 {
    grid-area: 2 / 3 / 3 / 9;
    align-self: start;
  }

  #w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b9 {
    grid-area: 1 / 2 / 2 / 10;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b9 {
    grid-area: 3 / 2 / 4 / 10;
    align-self: center;
    justify-self: center;
  }

  #w-node-_955c4997-1f6b-16b4-312e-8033ce7bc90a-9a3fc2b9 {
    grid-area: 4 / 1 / 5 / 11;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbb9a-9a3fc21f {
    grid-area: 1 / 1 / 4 / 11;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbb9c-9a3fc21f {
    grid-area: 2 / 2 / 3 / 10;
    align-self: end;
    justify-self: start;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbbb7-9a3fc21f {
    grid-area: 1 / 3 / 2 / 6;
    align-self: start;
  }

  #w-node-_53a9caaf-9271-7571-d247-14a5a44cbbb9-9a3fc21f {
    grid-area: 3 / 2 / 4 / 10;
    align-self: end;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45de6-9a3fc21f {
    grid-area: 1 / 1 / 4 / 11;
    align-self: start;
    justify-self: start;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45de8-9a3fc21f {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
    justify-self: center;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e03-9a3fc21f {
    grid-area: 1 / 3 / 2 / 6;
    align-self: start;
  }

  #w-node-_393ab5ed-cba9-4c6d-7b21-650760c45e05-9a3fc21f {
    grid-area: 3 / 1 / 4 / 11;
    align-self: start;
    justify-self: stretch;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5866-727b5865 {
    grid-area: 1 / 1 / 3 / 11;
    align-self: center;
    justify-self: start;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5868-727b5865 {
    grid-area: 1 / 2 / 2 / 10;
    align-self: center;
    justify-self: start;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b587c-727b5865 {
    grid-area: 2 / 2 / 3 / 10;
    align-self: start;
    justify-self: start;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5890-727b5865 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5892-727b5865 {
    grid-area: 3 / 3 / 4 / 7;
    align-self: end;
  }

  #w-node-_1b48e5d8-f366-f3b4-399c-7737727b5894-727b5865 {
    grid-area: 1 / 3 / 3 / 7;
    align-self: end;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc25d, #w-node-d6117615-7204-d8be-b0ca-8f11d492faa6-9a3fc2aa {
    grid-column: 2 / 10;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa1-9a3fc2aa {
    align-self: end;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa2-9a3fc2aa {
    grid-area: 1 / 1 / 2 / 11;
    align-self: start;
    justify-self: stretch;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa6-9a3fc2ab {
    grid-column: 2 / 10;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa1-9a3fc2ab {
    align-self: end;
  }

  #w-node-d6117615-7204-d8be-b0ca-8f11d492faa2-9a3fc2ab {
    grid-area: 1 / 1 / 2 / 11;
    align-self: start;
    justify-self: stretch;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2ac {
    grid-column: 2 / 10;
  }

  #w-node-d751470d-f6e5-07e8-58e3-cd6b7cb71aa9-9a3fc2ac {
    grid-area: 1 / 1 / 2 / 11;
    align-self: start;
    justify-self: stretch;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2af, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b0 {
    grid-column: 2 / 10;
  }

  #w-node-f744d2d6-f3e5-0828-48ea-c4a060cc42df-9a3fc2b2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eb4b88fc-528a-0c3b-3770-65da9b02a1c2-9a3fc2b2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b6, #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b7 {
    grid-column: 2 / 10;
  }

  #w-node-_6adafd4b-c857-c2e2-a933-eb86a9b12b0a-9a3fc2b7 {
    align-self: end;
  }

  #w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b7 {
    grid-area: 2 / 3 / 3 / 9;
    align-self: auto;
  }

  #w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b7 {
    grid-row: 1 / 2;
    grid-column-end: 11;
  }

  #w-node-a9822eb2-d2f1-16a4-e1d8-e303be40b769-9a3fc2b7 {
    grid-area: 6 / 1 / 7 / 11;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b7 {
    grid-row: 5 / 6;
    grid-column-start: 1;
    align-self: start;
  }

  #w-node-_955c4997-1f6b-16b4-312e-8033ce7bc90a-9a3fc2b7 {
    grid-row: 7 / 8;
  }

  #w-node-_1756cd4d-4b2c-21c2-6207-465151d9ef69-9a3fc2b7, #w-node-_833b2f7f-4101-dcb0-f096-0566c3eb71da-9a3fc2b7, #w-node-_334f5c55-29a4-3be5-f1f8-61fe7dc9de2d-9a3fc2b7, #w-node-_1625088a-66ba-4691-c91f-03c71db067cb-9a3fc2b7, #w-node-_4864545e-09c5-155b-293b-51e796b1f7a1-9a3fc2b7, #w-node-b672804f-e8d2-8b12-af68-4003d5dcb6fa-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e917-9a3fc2b7 {
    grid-area: 2 / 3 / 3 / 9;
    align-self: auto;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e919-9a3fc2b7 {
    grid-row: 1 / 2;
    grid-column-end: 11;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e93b-9a3fc2b7 {
    grid-area: 6 / 1 / 7 / 11;
    align-self: center;
    justify-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e93d-9a3fc2b7 {
    grid-row: 5 / 6;
    grid-column-start: 1;
    align-self: start;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e94d-9a3fc2b7 {
    grid-row: 7 / 8;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e98b-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9a6-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9c1-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9dc-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268e9f7-9a3fc2b7, #w-node-_398d8bb0-b7da-6596-bc24-857e2268ea12-9a3fc2b7, #w-node-d397b6ff-d386-26bf-b671-5ab6b6287643-9a3fc2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b8 {
    grid-column: 2 / 10;
  }

  #w-node-_6adafd4b-c857-c2e2-a933-eb86a9b12b0a-9a3fc2b8 {
    align-self: end;
  }

  #w-node-_27d38a16-a7dc-7486-e8d6-b5edf300c3e8-9a3fc2b8 {
    grid-area: 3 / 3 / 4 / 9;
    align-self: auto;
  }

  #w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b8 {
    grid-row: 1 / 2;
    grid-column-end: 11;
  }

  #w-node-a9822eb2-d2f1-16a4-e1d8-e303be40b769-9a3fc2b8 {
    grid-area: 2 / 1 / 3 / 11;
    align-self: start;
    justify-self: center;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b8 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    align-self: start;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e917-9a3fc2b8 {
    grid-area: 5 / 3 / 6 / 9;
    align-self: center;
    justify-self: center;
  }

  #w-node-_398d8bb0-b7da-6596-bc24-857e2268e919-9a3fc2b8 {
    grid-area: 6 / 1 / 7 / 11;
    align-self: auto;
  }

  #w-node-_98711d26-3567-c0c2-f25d-3129383f0d70-9a3fc2b9 {
    grid-column: 2 / 10;
  }

  #w-node-e60dad4e-2ea9-7585-978d-2b7c556fa193-9a3fc2b9 {
    grid-area: 1 / 1 / 2 / 11;
    align-self: start;
    justify-self: stretch;
  }

  #w-node-_23d73e99-736e-c968-74e9-eb2da98eaccd-9a3fc2b9 {
    grid-area: 1 / 1 / 2 / 11;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4bf25e6d-34f8-a216-6f10-7515854e0e96-9a3fc2b9 {
    grid-area: 3 / 1 / 4 / 11;
    align-self: center;
    justify-self: center;
  }
}


