:root {
  --seeds-green: #c3c614;
  --light-grey: #ebebeb;
  --elbc-blue: #0b3253;
  --elbc-gold: #ffc41e;
  --white-smoke: #f0f0f0;
  --midnight-blue: #072138;
  --viking-orange: #faa819;
  --seeds-dark-green: #6b6d0b;
}

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

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

@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 {
  color: #000;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #000;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container_white-background {
  background-color: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.page_wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper {
  z-index: 1;
  position: relative;
}

.home-hero_wrapper {
  background-image: linear-gradient(#51661a3d, #51661a3d), url('../images/HOME_SEEDS.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.3;
  transition: all .3s;
}

.nav-link:hover {
  color: #000;
  padding-right: 0;
}

.nav-link.w--current {
  color: #000;
}

.nav-menu {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 1;
  background-color: var(--seeds-green);
  opacity: .9;
  padding-top: 3em;
  padding-bottom: 2em;
}

.grid_nav {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1.25fr;
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_nav-address-details {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.nav_tas-owned {
  color: #000;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.wrapper_home-hero-text {
  width: 90%;
  max-width: 1200px;
}

.home-hero_heading {
  color: #fff;
  letter-spacing: -3px;
  text-transform: uppercase;
  text-shadow: 5px 6px 10px #000;
  font-size: 5.1rem;
  font-weight: 800;
  line-height: .9;
}

.paragraph_lead {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.footer {
  margin-top: auto;
  position: relative;
}

.footer_wrapper {
  background-color: var(--light-grey);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .25fr 1.25fr;
  align-items: start;
}

.footer_address-text {
  text-align: right;
  margin-top: .3em;
  font-size: 1.2rem;
}

.wrapper_footer-nav {
  grid-column-gap: .75em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-top: 1em;
  display: grid;
}

.footer_nav-text {
  color: #000;
  text-transform: uppercase;
  margin-right: 1rem;
  font-size: .9em;
  line-height: 1;
}

.wrapper_footer-nav-text {
  align-items: flex-end;
  margin-right: 0;
  display: flex;
}

.link_footer-text {
  letter-spacing: 1px;
  font-size: .8rem;
  font-weight: 500;
}

.link_footer-text:hover, .link_footer-text.w--current {
  font-weight: 700;
}

.footer_fineprint {
  text-align: right;
  font-size: .9rem;
  line-height: 1.3;
}

.footer-dev-design-link {
  font-weight: 400;
}

.footer-dev-design-link:hover {
  font-weight: 600;
}

.footer_phone-link {
  font-size: 1.1rem;
}

.section_about-hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section_internal-top {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: flex-end;
  height: 20rem;
  padding-bottom: 2rem;
  display: flex;
}

.section_internal-top.contact {
  background-image: linear-gradient(#0009, #0009), url('../images/Contact_hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section_internal-top.about {
  background-image: linear-gradient(#0009, #0009), url('../images/oaks-road.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  padding-bottom: 2rem;
}

.section_internal-top.contact {
  background-image: linear-gradient(#0009, #0009), url('../images/oaks-road.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  padding-bottom: 2em;
}

.section_internal-top.legumes {
  background-image: linear-gradient(#0009, #0009), url('../images/Legume-forage.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  padding-bottom: 2em;
}

.section_internal-top.grasses {
  background-image: linear-gradient(#0009, #0009), url('../images/HOME_SEEDS.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  padding-bottom: 2em;
}

.section_internal-top.forage {
  background-image: linear-gradient(#0009, #0009), url('../images/negrita.2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  height: 20rem;
  padding-bottom: 2rem;
}

.section_internal-top.individual-product {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  justify-content: flex-end;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.button {
  border: 1px solid var(--seeds-green);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  width: 20rem;
  margin-top: 2rem;
  padding: .9rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
}

.button:hover {
  background-color: var(--seeds-green);
  color: #fff;
}

.button.grey {
  border-style: solid;
  border-color: #00000052;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: .6rem .9rem;
  font-size: .9rem;
}

.button.grey:hover {
  background-color: #b1b1b1;
}

.button.fact-sheet {
  background-color: #fff;
  border-style: none;
  display: none;
}

.button.fact-sheet:hover {
  color: #000;
  background-color: #ffffff85;
}

.button.fact-sheet.arrotas, .button.fact-sheet.hytas, .button.fact-sheet.rubitas {
  display: block;
}

.button.fact-sheet.lusa {
  display: none;
}

.button.fact-sheet.exceltas, .button.fact-sheet.megatas, .button.fact-sheet.uplands {
  display: block;
}

.button.fact-sheet.victoca {
  display: none;
}

.heading_internal-page {
  color: #fff;
  letter-spacing: -1px;
  font-size: 3.7rem;
  line-height: 1;
}

.section_contact {
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.section_product-quicklinks {
  padding-top: 4em;
}

.grid_product-quicklinks {
  grid-column-gap: 3em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_home-quicklink-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.quicklink-head {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.quicklink_product {
  background-color: var(--seeds-green);
  border-top-right-radius: 2rem;
  margin-top: 1em;
  transition: all .3s;
}

.quicklink_product:hover {
  background-color: #a2a50d;
}

.section_home-intro {
  background-color: #c3c6141a;
  padding-top: 5rem;
  padding-bottom: 4rem;
  position: relative;
}

.grid_content {
  z-index: 1;
  grid-column-gap: 3.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 2fr 1.25fr;
  position: relative;
}

.grid_content.home-hero {
  grid-row-gap: .5em;
  grid-template-rows: auto auto auto;
}

.grid_content.research {
  grid-row-gap: .75em;
}

.grid_content.products {
  grid-column-gap: 7.5em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.grid_content.products.hytas {
  grid-template-rows: auto;
}

.grid_content.products.serratas {
  grid-template-rows: auto auto;
}

.grid_content.products.yellowtas {
  grid-template-rows: auto;
}

.nav_phone-number {
  color: #000;
  text-align: right;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

.container {
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.home-hero-text {
  z-index: 2;
}

.image_logo-seeds-white {
  width: 15rem;
  margin-bottom: 4rem;
}

.nav_email {
  text-align: right;
  font-size: 1rem;
}

.nav-logo-link {
  width: 25rem;
  transition: all .4s;
  position: relative;
  transform: none;
}

.nav-logo-link:hover {
  transform: scale(.99);
}

.footer-text-link {
  font-size: 1rem;
  font-weight: 400;
}

.footer-text-link:hover {
  color: #4d4d4d;
}

.nav-logo {
  font-size: 1rem;
}

.wrapper_heading_rule-left {
  margin-bottom: 1em;
  position: relative;
}

.text-span {
  color: var(--seeds-green);
}

.seeds-green {
  width: 29rem;
  position: absolute;
}

.nav_phone-link {
  font-weight: 500;
}

.nav_phone-link:hover {
  font-weight: 600;
}

.footer_logo {
  width: 25rem;
}

.footer_text_tas-owned {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

.text-block-11 {
  color: #fff;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.header_quicklinks {
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
}

.seed-icon-white {
  width: 3rem;
}

.wrapper_home-intro-heading {
  z-index: 1;
  position: relative;
}

.h3_green-heading {
  border-bottom: 2px dotted var(--seeds-green);
  color: var(--seeds-green);
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading_home-hero-lead {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.wrapper_home-hero-lead {
  z-index: 1;
  max-width: 850px;
  position: relative;
}

.heading_internal-pages {
  font-size: 1.7em;
}

.subhead_internal-pages {
  margin-bottom: .5em;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.subhead_internal-pages.leader {
  border-bottom: 2px none var(--seeds-green);
  color: var(--seeds-green);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 1.7rem;
}

.wrapper_about_rob {
  background-image: url('../images/Robert-Dent.webp');
  background-position: 40%;
  background-size: cover;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.section_about_future-products {
  background-color: #c3c61412;
  margin-bottom: 4em;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.subhead_medium {
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: 500;
}

.wrapper_about_icon {
  background-image: url('../images/logo-seeds-green.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 400px;
}

.list-item {
  margin-bottom: .3rem;
  font-size: 1rem;
  line-height: 1.4;
}

.text-block-12 {
  color: #000;
  margin-bottom: 1em;
  font-size: 2.1rem;
  font-weight: 600;
}

.address {
  color: #000;
  margin-bottom: .5em;
  font-size: 1.5rem;
  font-weight: 500;
}

.phone {
  color: #000;
  margin-bottom: .5rem;
  font-size: 1.4rem;
}

.fax, .email {
  font-size: 1.4rem;
}

.research-partners {
  font-size: 1.4rem;
  line-height: 1.4;
}

.research-web-link {
  font-size: 1.4rem;
  font-weight: 500;
}

.research-web-link:hover {
  font-weight: 500;
}

.wrapper_research-partners {
  z-index: 1;
  margin-top: 1em;
  position: relative;
}

.google-maps-link {
  opacity: .49;
  background-image: url('../images/google-map.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 20em;
}

.google-maps-link:hover {
  opacity: .94;
}

.grid_products {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.image_product-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.heading_product {
  background-color: var(--seeds-green);
  color: #000;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: 1.7rem;
}

.wrapper_product {
  border-bottom: 2px dotted var(--seeds-green);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.individual-product-heading {
  color: #000;
  letter-spacing: -1px;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1;
}

.individual-product-subheading {
  font-size: 1.7rem;
}

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

.image_arrowtas-1 {
  background-image: url('../images/image_arrotas_02.jpg');
  background-position: 50%;
  background-size: cover;
  height: 25em;
}

.text-block-13 {
  font-style: italic;
}

.italic-text {
  display: block;
}

.image_arrotas2 {
  background-image: url('../images/image_arrotas_03.jpg');
  background-position: 50%;
  background-size: cover;
  height: 30em;
}

.image_arrotas3 {
  background-image: url('../images/image_arrotas_01.jpg');
  background-position: 50%;
  background-size: cover;
  height: 25em;
}

.image-4 {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.grid-2 {
  grid-template-rows: auto;
}

.div-block-6 {
  width: 100%;
}

.wrapper_product-text {
  z-index: 1;
  margin-top: 1rem;
  position: relative;
}

.wrapper_product-text.highlight {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.image_serratas {
  background-image: url('../images/serratas1.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 30em;
}

.image-wrapper_serratas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.image-wrapper_serratas-graph {
  margin-top: 2em;
}

.serratas-graph {
  width: 100%;
}

.wrapper_product-content {
  z-index: 1;
  position: relative;
}

.image_yellowtas {
  background-image: url('../images/Yellowtas-Yellow.png');
  background-position: 50%;
  background-size: cover;
  height: 30em;
}

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

.image_hytas {
  background-image: url('../images/hytas.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 30em;
}

.paragraph-warning {
  color: red;
  width: 70%;
}

.icon-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.dropdown-list {
  background-color: #e5e4e4;
}

.dropdown-list.w--open {
  background-color: #e5e4e400;
  flex-direction: column;
  width: 11em;
  padding-top: 1em;
  display: flex;
}

.dropdown-link {
  background-color: #fff;
  border-bottom: 1px solid #0000004a;
  width: 100%;
  padding: .6rem 2rem;
  font-size: 1rem;
}

.dropdown-link:hover {
  background-color: #d4d4d4;
}

.dropdown-link.w--current {
  background-color: var(--seeds-green);
  color: #000;
  font-weight: 700;
}

.dropdown-text-link {
  color: #fff;
  margin-right: 1.5rem;
}

.dropdown-text-link:hover {
  color: #000;
}

.dropdown-nav {
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
}

.text-span-2 {
  font-size: .9em;
}

.image_rubitas {
  background-image: url('../images/Rubitas.jpg');
  background-position: 50%;
  background-size: cover;
  height: 30em;
}

.image_lusa {
  background-image: url('../images/Lusa-Persian-Clover.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30em;
}

.legumes-page-top-subheader {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image_wintas {
  background-image: url('../images/wintas-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30em;
}

.image_exceltas {
  background-image: url('../images/Exceltas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30em;
}

.image_megatas {
  background-image: url('../images/megatas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30em;
}

.graph-1, .graph-2 {
  width: 100%;
}

.image_uplands {
  background-image: url('../images/uplands.Jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30em;
}

.uplands-graph-image {
  width: 100%;
}

.image_victoca {
  background-image: url('../images/victoca.1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30em;
}

.image_benatas {
  background-image: url('../images/Benatas.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30em;
}

.image_negrita {
  background-image: url('../images/negrita.2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
}

.image_negrita-2 {
  background-image: url('../images/negrita.1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
}

.text-block-15 {
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: 600;
}

.image-5 {
  width: 25em;
}

.wrapper_contact_ardent-seeds-logo {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.phone-link {
  font-weight: 400;
}

.phone-link:hover {
  font-weight: 500;
}

.link {
  font-weight: 400;
}

.link-2 {
  font-size: 1rem;
}

.list {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.link-3 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.7em;
    line-height: 1.1;
  }

  ul {
    padding-left: 1em;
  }

  li {
    margin-bottom: .5em;
  }

  .container_white-background {
    width: 90%;
  }

  .section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .main_wrapper {
    z-index: 1;
  }

  .wrapper {
    position: relative;
  }

  .menu-button {
    z-index: 10;
    color: #fff;
    text-align: center;
    background-color: #000000a8;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 3vw;
    margin-right: 5vw;
    padding: 0;
    font-size: 28px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: #000;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #fff;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    padding-left: 0;
    font-size: 1.1rem;
  }

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

  .nav-link.w--current {
    color: #fff;
    background-color: #111331;
  }

  .nav-link.dropdown {
    width: 100%;
    padding-left: 1.5rem;
  }

  .nav-menu {
    z-index: 10;
    opacity: 1;
    text-transform: uppercase;
    background-color: #0000;
    border-top: 4px solid #000000db;
    padding-bottom: 0;
    font-weight: 500;
  }

  .navbar {
    z-index: 10;
    padding-top: 2.6em;
    padding-bottom: 2em;
  }

  .icon {
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1;
    display: flex;
  }

  .grid_nav {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .wrapper_nav-address-details {
    width: 100%;
    margin-bottom: 0;
  }

  .nav_tas-owned {
    color: #000;
    text-align: left;
    align-self: center;
    margin-top: .5em;
    line-height: 1.1;
  }

  .wrapper_home-hero-text {
    z-index: 1;
    width: 100%;
    max-width: 800px;
  }

  .home-hero_heading {
    font-size: 5.4rem;
  }

  .grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr .25fr;
  }

  .footer_address-text {
    text-align: left;
    font-size: 1em;
  }

  .wrapper_footer-nav {
    grid-column-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr .75fr;
    align-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .footer_nav-text {
    text-align: right;
    margin-right: 0;
  }

  .wrapper_footer-nav-text {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
  }

  .link_footer-text {
    font-size: 1rem;
    display: block;
  }

  .footer_fineprint {
    text-align: left;
    font-size: 1rem;
  }

  .section_about-hero {
    z-index: 1;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section_internal-top {
    background-image: linear-gradient(#00000080, #00000080);
    height: 25vw;
  }

  .button.grey {
    width: 100%;
  }

  .button.fact-sheet {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .button.fact-sheet.arrotas {
    display: flex;
  }

  .button.fact-sheet.serratas {
    display: none;
  }

  .button.fact-sheet.hytas, .button.fact-sheet.rubitas {
    display: flex;
  }

  .button.fact-sheet.lusa, .button.fact-sheet.exceltas, .button.fact-sheet.megatas, .button.fact-sheet.uplands, .button.fact-sheet.victoca {
    display: none;
  }

  .section_contact {
    z-index: 1;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section_product-quicklinks {
    padding-top: 3em;
  }

  .grid_product-quicklinks {
    grid-column-gap: 1em;
    grid-row-gap: .5em;
  }

  .quicklink_product {
    border-top-right-radius: 30px;
  }

  .section_home-intro {
    z-index: 1;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .grid_content {
    z-index: 1;
    grid-template-columns: 1fr .75fr;
  }

  .grid_content.home-hero {
    grid-row-gap: 0em;
  }

  .nav_phone-number, .nav_email {
    color: #000;
    text-align: right;
  }

  .nav-logo-link {
    width: 50vw;
    min-width: 400px;
    bottom: 0;
  }

  .nav-logo-link:hover {
    transform: none;
  }

  .wrapper_heading_rule-left {
    padding-left: 2em;
    left: -2em;
  }

  .seeds-green {
    width: 30vw;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .footer_logo {
    width: 20rem;
  }

  .footer_text_tas-owned {
    text-align: left;
    font-size: 1.2em;
  }

  .text-block-11 {
    font-size: 1.6rem;
  }

  .seed-icon-white {
    width: 2em;
    height: 2em;
  }

  .wrapper_home-intro-heading {
    max-width: 600px;
    position: relative;
  }

  .wrapper_home-hero-lead {
    position: relative;
  }

  .subhead_internal-pages.leader {
    font-size: 1.5rem;
  }

  .section_about_future-products {
    z-index: 1;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .wrapper_about_icon {
    max-width: 250px;
  }

  .list-item {
    line-height: 1.3;
  }

  .text-block-12 {
    font-size: 2em;
  }

  .address {
    font-size: 1.5em;
  }

  .fax {
    font-size: 1.2em;
  }

  .research-partners, .research-web-link {
    font-size: 1.2rem;
  }

  .wrapper_research-partners {
    position: relative;
  }

  .google-maps-link {
    background-size: 2000px;
  }

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

  .individual-product-heading {
    margin-bottom: .25em;
    font-size: 3.4rem;
  }

  .individual-product-subheading {
    font-size: 1.4rem;
    line-height: 1.1;
  }

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

  .image_arrowtas-1 {
    height: 50vw;
  }

  .image_arrotas2 {
    width: 100%;
    height: 60vw;
  }

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

  .wrapper_product-text {
    position: relative;
  }

  .image_serratas {
    height: 60vw;
  }

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

  .wrapper_product-content {
    position: relative;
  }

  .image_yellowtas {
    height: 60vw;
  }

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

  .image_hytas {
    height: 60vw;
  }

  .icon-2 {
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    right: 37px;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .dropdown-link {
    justify-content: center;
    padding-top: .9rem;
    padding-bottom: .9rem;
    font-size: 1.1rem;
    display: flex;
  }

  .text-block-14 {
    text-align: center;
  }

  .dropdown-nav {
    width: 100%;
  }

  .image_rubitas, .image_lusa, .image_wintas, .image_exceltas, .image_megatas, .image_uplands, .image_victoca, .image_benatas, .image_negrita {
    height: 60vw;
  }

  .text-block-15 {
    font-size: 1.4em;
  }

  .image-5 {
    width: 20em;
  }

  .wrapper_contact_ardent-seeds-logo {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.4em;
  }

  .wrapper {
    margin-bottom: .5em;
  }

  .home-hero_wrapper {
    background-position: 0 0, 0 0;
    padding-bottom: 4em;
  }

  .menu-button {
    z-index: 10;
    align-self: center;
    margin-top: 2vw;
    margin-bottom: 3vw;
    margin-right: 3vw;
    font-size: 25px;
    inset: auto 0% 0% auto;
  }

  .navbar {
    z-index: 10;
    padding-top: 1.8em;
    padding-bottom: 1.3em;
  }

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

  .wrapper_nav-address-details {
    z-index: 1;
    display: none;
    position: relative;
  }

  .nav_tas-owned {
    font-size: 1.3em;
  }

  .wrapper_home-hero-text {
    z-index: 1;
  }

  .home-hero_heading {
    font-size: 3.7rem;
    line-height: 1;
  }

  .paragraph_lead {
    font-size: 1rem;
  }

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

  .footer_address-text {
    text-align: left;
    font-size: 1em;
    line-height: 1.3;
  }

  .wrapper_footer-nav {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .footer_nav-text {
    text-align: left;
    margin-right: 0;
    line-height: 1.3;
  }

  .wrapper_footer-nav-text {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: .5em;
  }

  .link_footer-text {
    border-bottom: 1px solid #00000042;
    margin-left: 0;
    padding-top: .25em;
    line-height: 2;
  }

  .footer_fineprint {
    margin-top: 1em;
  }

  .section_internal-top {
    background-image: linear-gradient(#00000080, #00000080);
    height: 30vw;
  }

  .section_internal-top.contact {
    background-image: linear-gradient(#0009, #0009), url('../images/Contact_hero.jpg');
    background-position: 0 0, 50% 70%;
    background-size: auto, auto;
    padding-bottom: 1em;
  }

  .section_internal-top.individual-product {
    padding-top: 2.4em;
    padding-bottom: 1.3em;
  }

  .button.grey {
    width: 100%;
  }

  .button.fact-sheet {
    width: 50%;
    padding: .1em;
  }

  .heading_internal-page {
    font-size: 3.1rem;
  }

  .wrapper_home-quicklink-content {
    border-top-right-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .quicklink_product {
    border-top-right-radius: 20px;
    margin-top: .1em;
  }

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

  .nav_phone-number {
    text-align: left;
    font-size: 1.5em;
  }

  .image_logo-seeds-white {
    width: 10em;
  }

  .nav_email {
    text-align: left;
    font-size: 1.1em;
  }

  .nav-logo-link {
    width: 80vw;
    min-width: 0;
    max-width: 450px;
  }

  .nav-logo-link.w--current {
    margin-top: 2em;
  }

  .wrapper_heading_rule-left {
    padding-left: 0;
    left: 0;
  }

  .footer_text_tas-owned {
    text-align: left;
    font-size: 1.3em;
  }

  .seed-icon-white {
    width: 3em;
  }

  .heading_home-hero-lead {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .wrapper_home-hero-lead {
    margin-bottom: .5em;
  }

  .heading_internal-pages {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .subhead_internal-pages {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .wrapper_about_rob {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    max-height: 250px;
  }

  .wrapper_about_icon {
    max-width: 200px;
  }

  .wrapper_research-partners {
    margin-bottom: .5em;
  }

  .grid_products {
    grid-template-rows: auto;
  }

  .individual-product-heading {
    font-size: 2.8rem;
  }

  .individual-product-subheading {
    font-size: 1.2rem;
  }

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

  .wrapper_product-text {
    margin-bottom: .5em;
  }

  .image-wrapper_serratas {
    grid-row-gap: 3px;
    width: 100%;
  }

  .wrapper_product-content {
    margin-bottom: .5em;
  }

  .image-wrapper_product {
    grid-row-gap: 3px;
    width: 100%;
  }

  .paragraph-warning {
    width: 100%;
  }

  .image_negrita-2 {
    height: 60vw;
  }

  .text-block-15 {
    margin-top: .5em;
    font-size: 1.2em;
  }

  .image-5 {
    width: 15em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.3em;
  }

  .main_wrapper {
    position: relative;
  }

  .wrapper {
    margin-bottom: 1em;
  }

  .home-hero_wrapper {
    min-height: 100dvh;
    padding-bottom: 2em;
  }

  .menu-button {
    width: 9vw;
    min-width: 30px;
    height: 9vw;
    min-height: 30px;
    margin-top: 0;
    font-size: 22px;
  }

  .menu-button.w--open {
    width: 9vw;
    height: 9vw;
  }

  .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-menu {
    height: 100vh;
  }

  .navbar {
    padding-top: 1.2em;
    padding-bottom: 1.5em;
  }

  .grid_nav {
    grid-row-gap: 0em;
    grid-template-columns: 1fr .25fr;
  }

  .wrapper_nav-address-details {
    align-items: flex-end;
  }

  .nav_tas-owned {
    text-align: left;
    align-self: flex-end;
    width: 85%;
    margin-top: 0;
    font-size: 3.5vw;
    line-height: 1.1;
  }

  .wrapper_home-hero-text {
    width: 100%;
    max-width: 350px;
  }

  .home-hero_heading {
    letter-spacing: -2px;
    font-size: 2.4rem;
    line-height: 1;
  }

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

  .footer_address-text {
    font-size: 1em;
  }

  .link_footer-text {
    margin-left: 0;
  }

  .section_internal-top {
    height: 50vw;
    padding-bottom: 1rem;
  }

  .section_internal-top.about {
    padding-bottom: 1rem;
  }

  .section_internal-top.legumes, .section_internal-top.grasses, .section_internal-top.forage {
    padding-bottom: 1em;
  }

  .section_internal-top.individual-product {
    height: auto;
  }

  .button {
    width: 100%;
    line-height: 1.2;
  }

  .button.fact-sheet {
    width: 100%;
    line-height: 1.1;
  }

  .heading_internal-page {
    font-size: 2.5rem;
  }

  .section_contact {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .wrapper_home-quicklink-content {
    padding: 1rem 1.3rem;
  }

  .quicklink-head {
    font-size: 1.3rem;
  }

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

  .nav_phone-number {
    font-size: 4.5vw;
  }

  .image_logo-seeds-white {
    width: 8rem;
  }

  .nav_email {
    font-size: 3vw;
    line-height: 1.2;
  }

  .nav-logo-link {
    width: 100%;
    max-width: 400px;
    margin-top: .5em;
    margin-bottom: 1.1em;
  }

  .seeds-green {
    display: none;
    position: relative;
  }

  .text-block-11 {
    font-size: 1.2rem;
  }

  .header_quicklinks {
    margin-bottom: .5em;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .h3_green-heading {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .heading_home-hero-lead {
    font-size: 1.3rem;
  }

  .wrapper_home-hero-lead {
    margin-bottom: 1em;
  }

  .heading_internal-pages {
    font-size: 1.4em;
    line-height: 1.1;
  }

  .subhead_internal-pages.leader {
    font-size: 1.3rem;
  }

  .wrapper_about_rob {
    height: 70vw;
    max-height: none;
  }

  .section_about_future-products {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }

  .wrapper_about_icon {
    display: none;
  }

  .text-block-12 {
    font-size: 1.8em;
    line-height: 1.2;
  }

  .address {
    font-size: 1.3em;
    line-height: 1.3;
  }

  .phone {
    font-size: 1.3em;
  }

  .email {
    font-size: 1.3rem;
  }

  .google-maps-link {
    height: 15em;
  }

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

  .individual-product-heading {
    font-size: 2.3em;
  }

  .image_arrowtas-1 {
    height: 70vw;
  }

  .text-block-13 {
    font-size: 13px;
    line-height: 1;
  }

  .image_arrotas2 {
    height: 70vw;
  }

  .image_arrotas3 {
    height: 50vw;
  }

  .div-block-6 {
    width: 100%;
  }

  .image_serratas {
    height: 70vw;
  }

  .image-wrapper_serratas {
    grid-row-gap: 4px;
  }

  .image-wrapper_serratas-graph {
    width: 100%;
  }

  .serratas-graph {
    margin-top: 0;
  }

  .image-wrapper_product {
    grid-row-gap: 4px;
  }

  .text-block-15 {
    margin-top: .7em;
    font-size: 1.1em;
    line-height: 1.1;
  }
}

#w-node-_52eb68a1-71f4-e424-f58d-4c331c549559-76a207de {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-beb9600e-b431-2363-90eb-f10e08ff40c6-76a207de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e3136f57-68e3-138d-6cf8-fc2dad7ddfc5-76a207de {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6c35b17d-6e6c-cf89-16b8-33856fcd5772-76a207de {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_6c35b17d-6e6c-cf89-16b8-33856fcd577b-76a207de {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_6c35b17d-6e6c-cf89-16b8-33856fcd577d-76a207de {
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
}

#w-node-e6961fdc-323a-1b08-0696-476db7f15824-76a207de {
  grid-area: 1 / 2 / 4 / 3;
  place-self: end;
}

#w-node-de6846c8-4abd-3cb8-30f8-bad8641ca0f0-2f71ab0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_05c3b29b-c528-38cd-20d0-5e382f71ab1d-2f71ab0d {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-_05c3b29b-c528-38cd-20d0-5e382f71ab2f-2f71ab0d {
  grid-area: 2 / 3 / 3 / 4;
  align-self: end;
}

#w-node-d5e5e899-01a9-a776-df74-2c243e5284b0-2f71ab0d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_05c3b29b-c528-38cd-20d0-5e382f71ab19-2f71ab0d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c16-8b8e8c13 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c1f-8b8e8c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c21-8b8e8c13 {
  align-self: end;
}

#w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c23-8b8e8c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c24-8b8e8c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c26-8b8e8c13 {
  align-self: end;
}

#w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c28-8b8e8c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c29-8b8e8c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c2b-8b8e8c13 {
  align-self: end;
}

#w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c2d-8b8e8c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-c76d1e88-7f24-e96d-db44-6a57f8cf676a-f8cf675f {
  grid-area: 2 / 1 / 3 / 3;
  place-self: end;
}

#w-node-_0fdd8001-178f-6644-5ec1-256bddb6340f-f8cf675f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76d1e88-7f24-e96d-db44-6a57f8cf6779-f8cf675f {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: end;
}

#w-node-c76d1e88-7f24-e96d-db44-6a57f8cf677a-f8cf675f {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-bb321b9e-3edc-9ada-a750-0a61e7a31ac0-f8cf675f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_51925c1e-2ec6-8af3-92d0-b15feac537ed-76a207df {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-76a207df {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-f5a01d5b-bb39-bcd0-5eb6-53a579e4dbce-76a207df {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_8f5d4672-ce3d-dbc0-4cce-760f3a489e38-76a207df {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_715adf95-2b0e-a6d0-603b-0ce9b9a50cd9-76a207df {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_338d4221-119c-14db-d18a-901126615d10-76a207df {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_338d4221-119c-14db-d18a-901126615d24-76a207df {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_338d4221-119c-14db-d18a-901126615d30-76a207df {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-f888f6a2-1057-81cc-fd34-ed54d80bc0e4-76a207e0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_116aa2df-6210-8901-411a-e7eeb3591ba0-76a207e0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76f25cc9-5274-7b18-2b98-f9d305016c47-76a207e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adff84a2-bbf3-a899-9ebd-04134744d1c3-76a207e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_501fbddd-a9e7-6266-9830-c15fc54dedaf-76a207e0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d0e2e2cc-f869-edd8-1d1c-ab87285f8e8a-d5cf1842, #w-node-_423b1147-614f-06f8-bedc-04eed793b3ec-d5cf1842, #w-node-_0e0198e1-9f9a-ed82-2e0b-2e7289517278-d5cf1842, #w-node-_35962b77-73d5-c2c9-2d0e-ff861b44c0eb-d5cf1842, #w-node-ef8cdf5f-99be-8db2-9c43-2ef9e9d7a198-d5cf1842, #w-node-e88dcaa9-0744-997f-05f9-79e5af57f5fb-d5cf1842, #w-node-d0e2e2cc-f869-edd8-1d1c-ab87285f8e8a-aa53abdc, #w-node-_423b1147-614f-06f8-bedc-04eed793b3ec-aa53abdc, #w-node-_0e0198e1-9f9a-ed82-2e0b-2e7289517278-aa53abdc, #w-node-ef8cdf5f-99be-8db2-9c43-2ef9e9d7a198-aa53abdc, #w-node-e88dcaa9-0744-997f-05f9-79e5af57f5fb-aa53abdc, #w-node-d0e2e2cc-f869-edd8-1d1c-ab87285f8e8a-913d3fef, #w-node-_423b1147-614f-06f8-bedc-04eed793b3ec-913d3fef, #w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-1e81a75f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-1e81a75f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-c1aee051-200a-0082-862a-615b6fbd3329-1e81a75f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-1e81a75f {
  grid-area: 6 / 2 / 12 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-1e81a75f, #w-node-_486523e8-e92b-50e3-b385-f4903af4ea71-1e81a75f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_345f836a-206e-d6d8-a810-06726edb0f54-1e81a75f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_04f44712-6e88-ef71-eb8a-9924b2047ba1-1e81a75f {
  grid-area: 5 / 1 / 6 / 2;
  align-self: stretch;
}

#w-node-_34c4127c-2fc3-b0b8-5041-73e56088da66-1e81a75f {
  grid-area: 2 / 2 / 6 / 3;
}

#w-node-f5a01d5b-bb39-bcd0-5eb6-53a579e4dbce-1e81a75f {
  grid-area: 7 / 1 / 8 / 2;
  align-self: stretch;
}

#w-node-ea0f081a-6099-e344-a390-736f1747bd5e-1e81a75f {
  grid-area: 6 / 1 / 7 / 2;
  align-self: stretch;
}

#w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-1e81a75f {
  grid-area: 8 / 1 / 9 / 2;
  align-self: stretch;
}

#w-node-_3f0c7c7f-b6fb-06a3-84a8-f3a5c9ae92fd-1e81a75f {
  grid-area: 9 / 1 / 10 / 2;
  align-self: stretch;
}

#w-node-fbd93531-3983-b268-3bce-807c684b1711-1e81a75f {
  grid-area: 1 / 1 / 5 / 2;
  align-self: stretch;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-1e81a75f, #w-node-fbd93531-3983-b268-3bce-807c684b1714-1e81a75f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-a1d6e9dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-a1d6e9dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-a1d6e9dc {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-a1d6e9dc {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_34c4127c-2fc3-b0b8-5041-73e56088da66-a1d6e9dc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-a1d6e9dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-a1d6e9dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_345f836a-206e-d6d8-a810-06726edb0f54-a1d6e9dc {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-bbd97a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-bbd97a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-bbd97a8d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-bbd97a8d {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-bbd97a8d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-bbd97a8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-a843b319 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-a843b319 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-a843b319 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-a843b319 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-a843b319 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-a843b319 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-8a251fa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-8a251fa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-8a251fa8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-8a251fa8 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-8a251fa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-8a251fa8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-aa6dbfea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-aa6dbfea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-aa6dbfea {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-aa6dbfea {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-aa6dbfea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-aa6dbfea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-3975b3fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-3975b3fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-3975b3fb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-3975b3fb {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-3975b3fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-3975b3fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-1f1ba3bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-1f1ba3bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-1f1ba3bc {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-1f1ba3bc {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-1f1ba3bc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-1f1ba3bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-843c4a2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-843c4a2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-843c4a2d {
  grid-area: 1 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-843c4a2d {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-843c4a2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-843c4a2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd4aa428-c40f-22e0-795a-eb9029d94024-843c4a2d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f7ab4952-14e6-cf66-33c5-52dee5dfddbc-843c4a2d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-c3cdb062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-c3cdb062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-c3cdb062 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-c3cdb062 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-c3cdb062 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-c3cdb062 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd4aa428-c40f-22e0-795a-eb9029d94024-c3cdb062 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-39811dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-39811dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-39811dff {
  grid-area: 1 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-39811dff {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-39811dff {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-39811dff, #w-node-_3993c7e3-dd22-cbe0-8e6e-ebd5a106307c-39811dff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-8cbb1d92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-8cbb1d92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-8cbb1d92 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-8cbb1d92 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-8cbb1d92 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91f4ad67-2206-3814-1bda-49509f4162ae-8cbb1d92 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6033dd36-cfab-0945-c715-136b62a9e4a0-3984f694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-3984f694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-3984f694 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-3984f694 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-3984f694 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91f4ad67-2206-3814-1bda-49509f4162ae-3984f694 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_52eb68a1-71f4-e424-f58d-4c331c549559-76a207de {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-e3136f57-68e3-138d-6cf8-fc2dad7ddfc5-76a207de {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6c35b17d-6e6c-cf89-16b8-33856fcd5772-76a207de {
    align-self: end;
  }

  #w-node-_6c35b17d-6e6c-cf89-16b8-33856fcd577b-76a207de {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6c35b17d-6e6c-cf89-16b8-33856fcd577d-76a207de {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e6961fdc-323a-1b08-0696-476db7f15824-76a207de {
    grid-area: 2 / 2 / 4 / 3;
    place-self: end;
  }

  #w-node-de6846c8-4abd-3cb8-30f8-bad8641ca0f0-2f71ab0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_05c3b29b-c528-38cd-20d0-5e382f71ab1d-2f71ab0d {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-_05c3b29b-c528-38cd-20d0-5e382f71ab2f-2f71ab0d {
    grid-area: 3 / 1 / 4 / 2;
    place-self: end start;
  }

  #w-node-d5e5e899-01a9-a776-df74-2c243e5284b0-2f71ab0d {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-c76d1e88-7f24-e96d-db44-6a57f8cf677f-f8cf675f {
    grid-area: 1 / 4 / 2 / 5;
    place-self: start end;
  }

  #w-node-c76d1e88-7f24-e96d-db44-6a57f8cf676a-f8cf675f {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c76d1e88-7f24-e96d-db44-6a57f8cf6779-f8cf675f {
    grid-area: 1 / 3 / 3 / 5;
    place-self: end;
  }

  #w-node-c76d1e88-7f24-e96d-db44-6a57f8cf677a-f8cf675f {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
  }

  #w-node-bb321b9e-3edc-9ada-a750-0a61e7a31ac0-f8cf675f {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-_51925c1e-2ec6-8af3-92d0-b15feac537ed-76a207df {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-76a207df {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-f5a01d5b-bb39-bcd0-5eb6-53a579e4dbce-76a207df {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-_8f5d4672-ce3d-dbc0-4cce-760f3a489e38-76a207df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_338d4221-119c-14db-d18a-901126615d10-76a207df {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_338d4221-119c-14db-d18a-901126615d24-76a207df {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
  }

  #w-node-_338d4221-119c-14db-d18a-901126615d30-76a207df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-f888f6a2-1057-81cc-fd34-ed54d80bc0e4-76a207e0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_116aa2df-6210-8901-411a-e7eeb3591ba0-76a207e0 {
    grid-column-start: 1;
  }

  #w-node-_501fbddd-a9e7-6266-9830-c15fc54dedaf-76a207e0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-c1aee051-200a-0082-862a-615b6fbd3329-1e81a75f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-1e81a75f {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-1e81a75f, #w-node-_486523e8-e92b-50e3-b385-f4903af4ea71-1e81a75f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_345f836a-206e-d6d8-a810-06726edb0f54-1e81a75f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_04f44712-6e88-ef71-eb8a-9924b2047ba1-1e81a75f {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-_34c4127c-2fc3-b0b8-5041-73e56088da66-1e81a75f {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-f5a01d5b-bb39-bcd0-5eb6-53a579e4dbce-1e81a75f {
    grid-area: 4 / 1 / 5 / 3;
    align-self: start;
  }

  #w-node-ea0f081a-6099-e344-a390-736f1747bd5e-1e81a75f {
    grid-area: 6 / 1 / 7 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-1e81a75f {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_3f0c7c7f-b6fb-06a3-84a8-f3a5c9ae92fd-1e81a75f {
    grid-area: 8 / 1 / 9 / 3;
    align-self: start;
  }

  #w-node-fbd93531-3983-b268-3bce-807c684b1711-1e81a75f {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-1e81a75f {
    grid-area: 5 / 1 / 6 / 3;
    align-self: start;
  }

  #w-node-fbd93531-3983-b268-3bce-807c684b1714-1e81a75f {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-a1d6e9dc {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-a1d6e9dc {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_34c4127c-2fc3-b0b8-5041-73e56088da66-a1d6e9dc {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-a1d6e9dc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-a1d6e9dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_345f836a-206e-d6d8-a810-06726edb0f54-a1d6e9dc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-bbd97a8d {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-bbd97a8d {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-bbd97a8d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-bbd97a8d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-a843b319 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-a843b319 {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-a843b319 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-a843b319 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-8a251fa8 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-8a251fa8 {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-8a251fa8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-8a251fa8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-aa6dbfea {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-aa6dbfea {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-aa6dbfea {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-aa6dbfea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-3975b3fb {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-3975b3fb {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-3975b3fb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-3975b3fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-1f1ba3bc {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-1f1ba3bc {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-1f1ba3bc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-1f1ba3bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-843c4a2d {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-843c4a2d {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-843c4a2d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-843c4a2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fd4aa428-c40f-22e0-795a-eb9029d94024-843c4a2d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f7ab4952-14e6-cf66-33c5-52dee5dfddbc-843c4a2d {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-c3cdb062 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-c3cdb062 {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-c3cdb062 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-c3cdb062 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fd4aa428-c40f-22e0-795a-eb9029d94024-c3cdb062 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-39811dff {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-39811dff {
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-39811dff {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-39811dff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-8cbb1d92 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-8cbb1d92 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-8cbb1d92 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_91f4ad67-2206-3814-1bda-49509f4162ae-8cbb1d92 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-3984f694 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_58bd5e3d-3cf3-83da-4ad1-4561bce0af65-3984f694 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_225f9bb9-3255-82bd-ce08-3f8c8df2d749-3984f694 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_91f4ad67-2206-3814-1bda-49509f4162ae-3984f694 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e3136f57-68e3-138d-6cf8-fc2dad7ddfc5-76a207de {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6c35b17d-6e6c-cf89-16b8-33856fcd577b-76a207de {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6c35b17d-6e6c-cf89-16b8-33856fcd577d-76a207de {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-de6846c8-4abd-3cb8-30f8-bad8641ca0f0-2f71ab0d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_05c3b29b-c528-38cd-20d0-5e382f71ab1d-2f71ab0d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_05c3b29b-c528-38cd-20d0-5e382f71ab2f-2f71ab0d {
    grid-area: 4 / 1 / 5 / 3;
    place-self: end start;
  }

  #w-node-d5e5e899-01a9-a776-df74-2c243e5284b0-2f71ab0d {
    grid-area: 2 / 1 / 3 / 3;
    place-self: start;
  }

  #w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c1f-8b8e8c13 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c21-8b8e8c13 {
    align-self: center;
  }

  #w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c24-8b8e8c13, #w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c29-8b8e8c13 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c76d1e88-7f24-e96d-db44-6a57f8cf677f-f8cf675f {
    grid-area: 1 / 4 / 2 / 5;
    place-self: start end;
  }

  #w-node-c76d1e88-7f24-e96d-db44-6a57f8cf6779-f8cf675f {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start;
  }

  #w-node-c76d1e88-7f24-e96d-db44-6a57f8cf677a-f8cf675f {
    grid-area: 3 / 1 / 4 / 3;
    align-self: end;
  }

  #w-node-bb321b9e-3edc-9ada-a750-0a61e7a31ac0-f8cf675f {
    grid-area: 1 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-1e81a75f, #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-a1d6e9dc {
    justify-self: start;
  }

  #w-node-_345f836a-206e-d6d8-a810-06726edb0f54-a1d6e9dc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-bbd97a8d, #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-a843b319, #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-8a251fa8, #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-aa6dbfea, #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-3975b3fb, #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-1f1ba3bc, #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-843c4a2d, #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-c3cdb062, #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-39811dff, #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-8cbb1d92, #w-node-c4046bf4-6982-ac2e-d3bf-456b721a6636-3984f694 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e3136f57-68e3-138d-6cf8-fc2dad7ddfc5-76a207de {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6c35b17d-6e6c-cf89-16b8-33856fcd5772-76a207de {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-_6c35b17d-6e6c-cf89-16b8-33856fcd577d-76a207de {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-e6961fdc-323a-1b08-0696-476db7f15824-76a207de {
    grid-area: 3 / 1 / 4 / 3;
    place-self: end center;
  }

  #w-node-de6846c8-4abd-3cb8-30f8-bad8641ca0f0-2f71ab0d {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-_05c3b29b-c528-38cd-20d0-5e382f71ab1d-2f71ab0d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_05c3b29b-c528-38cd-20d0-5e382f71ab2f-2f71ab0d {
    grid-area: 4 / 1 / 5 / 3;
    place-self: end start;
  }

  #w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c16-8b8e8c13 {
    grid-column-end: 2;
  }

  #w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c1f-8b8e8c13, #w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c24-8b8e8c13 {
    grid-column: span 1 / span 1;
  }

  #w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c26-8b8e8c13 {
    align-self: center;
  }

  #w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c29-8b8e8c13 {
    grid-column: span 1 / span 1;
  }

  #w-node-bf271bd3-84cc-6d3a-6bcc-f8268b8e8c2b-8b8e8c13 {
    align-self: center;
  }

  #w-node-c76d1e88-7f24-e96d-db44-6a57f8cf677f-f8cf675f {
    align-self: start;
  }

  #w-node-c76d1e88-7f24-e96d-db44-6a57f8cf6779-f8cf675f {
    grid-area: 1 / 1 / 2 / 3;
    place-self: start;
  }

  #w-node-c76d1e88-7f24-e96d-db44-6a57f8cf677a-f8cf675f {
    grid-row: 2 / 3;
  }

  #w-node-bb321b9e-3edc-9ada-a750-0a61e7a31ac0-f8cf675f {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-76a207df {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-f5a01d5b-bb39-bcd0-5eb6-53a579e4dbce-76a207df {
    grid-row: 4 / 5;
  }

  #w-node-_8f5d4672-ce3d-dbc0-4cce-760f3a489e38-76a207df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_338d4221-119c-14db-d18a-901126615d24-76a207df {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-c1aee051-200a-0082-862a-615b6fbd3329-1e81a75f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_486523e8-e92b-50e3-b385-f4903af4ea71-1e81a75f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04f44712-6e88-ef71-eb8a-9924b2047ba1-1e81a75f {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-f5a01d5b-bb39-bcd0-5eb6-53a579e4dbce-1e81a75f {
    grid-row: 4 / 5;
  }

  #w-node-fbd93531-3983-b268-3bce-807c684b1711-1e81a75f {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-1e81a75f {
    align-self: start;
  }

  #w-node-fbd93531-3983-b268-3bce-807c684b1714-1e81a75f {
    grid-row: 7 / 8;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-a1d6e9dc {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-a1d6e9dc {
    grid-row: 7 / 8;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-bbd97a8d {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-bbd97a8d {
    grid-row: 7 / 8;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-a843b319 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-a843b319 {
    grid-row: 7 / 8;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-8a251fa8 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-8a251fa8 {
    grid-row: 7 / 8;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-aa6dbfea {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-aa6dbfea {
    grid-row: 7 / 8;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-3975b3fb {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-3975b3fb {
    grid-row: 7 / 8;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-1f1ba3bc {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-1f1ba3bc {
    grid-row: 7 / 8;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-843c4a2d {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-843c4a2d {
    grid-row: 7 / 8;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-c3cdb062 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-c3cdb062 {
    grid-row: 7 / 8;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-39811dff {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9fdd0611-51bb-6b2b-5b9c-dc9073094464-39811dff {
    grid-row: 7 / 8;
  }

  #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-8cbb1d92, #w-node-_61ca91b7-4d64-3b12-487f-c480a6a75af7-3984f694 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }
}


