:root {
  --dark-green: #687d7c;
  --687d7c: white;
  --dark-blue: #51515d;
  --alt-rosa-hell: #d6bfa6;
  --altrosa-dunkel: #c7a78e;
  --356e7e: #356e7e;
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.navbar-logo-left {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 9007200000000000px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-top: -21px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 100;
  display: flex;
}

.nav-menu-wrapper {
  color: #1a2c24;
  -webkit-text-stroke-color: #687d7c;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
}

.nav-menu-two {
  color: #294437;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 418px;
  padding-left: 0;
  font-style: normal;
  display: flex;
  position: relative;
}

.nav-link {
  color: #687d7c;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #202b25;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  background-color: #b5c8b4;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 100;
}

.list-item {
  color: #1a251b;
  text-decoration: none;
}

.text-span {
  color: #fff;
  font-family: Inter, sans-serif;
  text-decoration: underline;
}

.div-block {
  width: 600px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image {
  float: right;
  text-align: justify;
  width: 600px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-2 {
  float: right;
  object-fit: fill;
}

.heading {
  color: #fff;
  margin-top: 166px;
  margin-bottom: -27px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 200;
  display: block;
}

.paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px;
}

.section {
  margin-top: 103px;
  margin-left: 74px;
}

.button {
  -webkit-text-fill-color: inherit;
  background-color: #388171;
  background-clip: border-box;
  border-radius: 9px;
  width: 200px;
  margin-top: 163px;
  padding: 13px 14px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 200;
  line-height: 37px;
}

.button.main-button {
  text-align: center;
  cursor: e-resize;
  background-color: #687d7c;
  border-radius: 20px;
  width: 250px;
  margin-top: 168px;
  margin-bottom: 4px;
  padding-left: 21px;
  padding-right: 21px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, .2);
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 28px;
  display: flex;
}

.image-3 {
  margin-top: -640px;
  margin-left: 522px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 36px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.paragraph-2 {
  color: #fff;
  font-style: normal;
  font-weight: 200;
}

.container-3 {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 47px;
  padding-bottom: 40px;
  padding-left: 28px;
  display: block;
  box-shadow: 16px 13px 20px -1px rgba(0, 0, 0, .2);
}

.content-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-3 {
  color: #51515d;
  margin-top: 0;
  font-style: normal;
  font-weight: 200;
}

.head {
  color: #51515d;
  margin-top: 13px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 29px;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
}

.cell {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.cell-2 {
  padding-left: 0;
  padding-right: 0;
}

.content-section {
  margin-bottom: 147px;
}

.fliesstext-weiterlesen {
  color: #51515d;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 50px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
}

.cell-3 {
  padding-top: 0;
  font-size: 16px;
}

.bold-text {
  font-weight: 100;
}

.image-4 {
  padding-left: 50px;
}

.image-5 {
  width: 400px;
  padding-top: 0;
  transition: opacity .2s;
}

.quick-stack, .quick-stack-2 {
  padding-left: 0;
}

.text-block {
  color: #51515d;
  padding-bottom: 29px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.quick-stack-3 {
  padding-bottom: 33px;
  padding-left: 112px;
}

.cell-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2 {
  color: #d45a5a;
}

.section-3 {
  background-color: #3d3c3c;
}

.footer {
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  display: flex;
  overflow: visible;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
  font-style: normal;
}

.container-4 {
  background-color: #3d3c3c;
}

.navbar {
  color: #fff;
}

.container-5 {
  color: #fff;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 21px;
  display: flex;
}

.nav-link-4 {
  color: #fff;
  padding-left: 198px;
  font-style: normal;
}

.image-6 {
  margin-bottom: -163px;
  padding-top: 93px;
}

.section-5 {
  padding-top: 104px;
}

.body-2 {
  background-color: #b5c8b4;
}

.heading-4 {
  color: #51515d;
  margin-left: 0;
  padding-bottom: 46px;
  padding-left: 83px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.bold-text-2 {
  font-weight: 400;
}

.text-block-2 {
  color: #51515d;
  padding-left: 84px;
  padding-right: 149px;
  font-family: Inter, sans-serif;
}

.hero-section {
  background-image: url('../images/Kraniche-01_l.png');
  background-position: 101% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  min-height: 78vh;
  margin-bottom: 26px;
}

.div-block-2 {
  background-color: #413c3c;
  flex-direction: column;
  margin-bottom: -59px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-3 {
  object-fit: fill;
  margin-top: -141px;
  margin-left: -13px;
}

.footer-image {
  max-width: 603px;
  display: block;
  position: absolute;
}

.logo-navbar {
  color: #687d7c;
  margin-top: 13px;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
}

.brand {
  padding-top: 19px;
}

.brand.w--current {
  margin-left: 28px;
}

.container-7 {
  margin-bottom: 22px;
}

.nav-menu {
  margin-top: 25px;
}

.navbar-2 {
  background-color: #fff;
}

.image-7 {
  width: 400px;
  height: 400px;
}

.button-more-info {
  color: #687d7c;
  background-color: #fff;
  border-radius: 11px;
  margin-left: 20px;
  font-style: normal;
  font-weight: 300;
}

.section-6 {
  margin-top: 95px;
}

.div-block-4 {
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 101px;
  display: flex;
}

.footer-text {
  color: #fff;
  margin-top: 29px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
}

.image-8 {
  margin-left: 39px;
}

.link-block {
  text-decoration: none;
}

.link-block.w--current {
  margin-right: 4px;
}

.link-block-2 {
  text-decoration: none;
}

.image-9 {
  width: 400px;
  height: 400px;
}

.bold-text-3 {
  font-size: 15px;
  font-weight: 500;
}

.heading-5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.cell-7 {
  justify-content: flex-start;
}

.zwischen-berschrift {
  color: #51515d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.div-block-5 {
  margin-top: 39px;
}

.text-a-weiterlesen {
  margin-left: 12px;
}

.heading-6, .heading-7, .heading-8, .heading-9 {
  color: #51515d;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-10, .heading-11, .heading-12, .heading-13 {
  color: #51515d;
  font-family: Inter, sans-serif;
}

.heading-14 {
  color: #51515d;
  margin-bottom: 34px;
  padding-left: 84px;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.cell-9 {
  font-family: Inter, sans-serif;
}

@media screen and (min-width: 1920px) {
  .image-3 {
    margin-top: 0;
    margin-left: 0;
  }

  .footer {
    background-image: none;
  }

  .hero-section {
    background-image: url('../images/Kraniche-01_l.png');
    background-position: 101% 0;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 78vh;
  }

  .div-block-2 {
    margin-bottom: -60px;
  }
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-right: 28px;
  }

  .head {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell {
    padding-left: 0;
  }

  .fliesstext-weiterlesen {
    padding-right: 0;
  }

  .text-block {
    font-family: Inter, sans-serif;
  }

  .quick-stack-3 {
    margin-bottom: 73px;
    padding-left: 51px;
  }

  .text-block-2 {
    padding-right: 44px;
  }

  .container-6 {
    margin-left: auto;
  }

  .brand {
    margin-left: 67px;
  }

  .image-7 {
    align-self: flex-end;
    width: 300px;
    height: 300px;
  }

  .footer-text {
    margin-right: 56px;
  }

  .image-9 {
    align-self: flex-end;
    width: 300px;
    height: 300px;
  }

  .div-block-6 {
    justify-content: center;
    display: flex;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-3 {
    font-style: normal;
  }

  .div-block-8 {
    margin-top: 33px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 0;
  }

  .cell-8 {
    padding-bottom: 0;
  }

  .heading-10, .heading-11, .heading-12, .heading-13 {
    color: #51515d;
    font-family: Inter, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .head, .cell {
    padding-left: 0;
  }

  .fliesstext-weiterlesen {
    padding-right: 0;
  }

  .quick-stack {
    padding-left: 19px;
  }

  .quick-stack-2 {
    padding-left: 20px;
  }

  .text-block {
    margin-bottom: 31px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .container-5 {
    margin-bottom: 4px;
    padding-bottom: 6px;
    padding-left: 433px;
  }

  .text-block-2 {
    padding-left: 51px;
    padding-right: 43px;
  }

  .div-block-2 {
    margin-bottom: -64px;
  }

  .div-block-3 {
    margin-top: -70px;
  }

  .footer-image {
    max-width: 500px;
  }

  .brand {
    margin-left: 33px;
  }

  .image-7 {
    width: auto;
    height: auto;
  }

  .footer-text {
    margin-right: 21px;
  }

  .image-9 {
    width: auto;
    height: auto;
  }

  .div-block-5 {
    margin-left: 8px;
    padding-right: 21px;
  }

  .heading-14 {
    padding-left: 48px;
  }

  .cell-11 {
    padding-bottom: 44px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading {
    color: #fff;
    margin-top: 35px;
    font-size: 36px;
    font-weight: 300;
    line-height: 64px;
  }

  .paragraph {
    text-shadow: 0 4px 13px rgba(0, 0, 0, .7);
    margin-top: -17px;
    font-weight: 300;
  }

  .button.main-button {
    margin-top: 68px;
  }

  .container-3 {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    margin-bottom: -4px;
  }

  .head {
    padding-left: 0;
    padding-right: 0;
  }

  .cell {
    padding-bottom: 0;
    padding-left: 0;
  }

  .content-section {
    margin-bottom: 34px;
  }

  .quick-stack, .quick-stack-2 {
    padding-left: 20px;
  }

  .quick-stack-3 {
    margin-bottom: 1px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .footer {
    background-image: url('../images/Image_Footer.png');
    background-position: 0 0;
    background-size: auto;
  }

  .container-5 {
    flex-direction: column;
    margin-top: 1px;
    padding-top: 0;
    padding-bottom: 19px;
    padding-left: 0;
  }

  .heading-4 {
    padding-left: 66px;
  }

  .bold-text-2 {
    color: #51515d;
    font-family: Inter, sans-serif;
    font-size: 27px;
    font-weight: 300;
    line-height: 3px;
    display: flex;
  }

  .text-block-2 {
    padding-left: 22px;
    padding-right: 13px;
  }

  .icon {
    color: #3a695e;
  }

  .hero-section {
    background-position: 100% 100%;
    background-size: contain;
  }

  .div-block-2 {
    margin-bottom: -286px;
    padding-top: 0;
    display: block;
  }

  .div-block-3 {
    margin-top: 55px;
  }

  .footer-image {
    max-width: 333px;
  }

  .brand {
    margin-left: 9px;
  }

  .image-7 {
    width: auto;
    height: auto;
    margin-left: 1px;
  }

  .div-block-4 {
    margin-left: 28px;
  }

  .footer-text {
    margin-right: 44px;
  }

  .cell-5 {
    padding-bottom: 11px;
  }

  .cell-6 {
    padding-bottom: 0;
  }

  .div-block-5 {
    margin-left: 8px;
  }

  .image-10 {
    width: 300px;
    height: 300px;
  }

  .div-block-9 {
    margin-left: -90px;
  }

  .div-block-10 {
    flex-direction: column;
    margin-right: 2px;
    display: flex;
  }

  .heading-10, .heading-11, .heading-12, .heading-13 {
    color: #51515d;
  }

  .heading-14 {
    color: #51515d;
    margin-bottom: 33px;
    margin-left: 19px;
    padding-left: 0;
    font-family: Inter, sans-serif;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }

  .cell-11 {
    padding-bottom: 0;
  }
}

#w-node-a967152f-3a3f-43e1-25b8-48c0591b773d-959ceea1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a967152f-3a3f-43e1-25b8-48c0591b773e-959ceea1 {
  grid-row: span 2 / span 2;
}

#w-node-e075241f-3303-a97c-c8d9-3df760c7e595-959ceea1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fe27d4e9-5895-4c56-fffa-9c101b76070e-959ceea1 {
  grid-row: span 2 / span 2;
}

#w-node-ecf8da0f-5e34-0e72-a4b0-3b1008c94c2c-959ceea1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ecf8da0f-5e34-0e72-a4b0-3b1008c94c30-959ceea1 {
  grid-row: span 2 / span 2;
}

#w-node-_91754f8f-0302-0b32-8386-b0c25fc764c1-959ceea1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_91754f8f-0302-0b32-8386-b0c25fc764c2-959ceea1 {
  grid-row: span 2 / span 2;
}

#w-node-_26ae928c-e744-e86a-8dfa-cf8e4b73e213-959ceea1, #w-node-f255d0b7-d01d-51df-5dee-a2f17adfb835-7d51b16b, #w-node-f255d0b7-d01d-51df-5dee-a2f17adfb835-f73a0106 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a967152f-3a3f-43e1-25b8-48c0591b773d-959ceea1 {
    grid-template-rows: .25fr auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_26ae928c-e744-e86a-8dfa-cf8e4b73e213-959ceea1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_26ae928c-e744-e86a-8dfa-cf8e4b73e213-959ceea1 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a967152f-3a3f-43e1-25b8-48c0591b773d-959ceea1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a967152f-3a3f-43e1-25b8-48c0591b773e-959ceea1 {
    grid-row: span 2 / span 2;
  }

  #w-node-e075241f-3303-a97c-c8d9-3df760c7e595-959ceea1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fe27d4e9-5895-4c56-fffa-9c101b76070e-959ceea1 {
    grid-row: span 2 / span 2;
  }

  #w-node-ecf8da0f-5e34-0e72-a4b0-3b1008c94c2c-959ceea1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ecf8da0f-5e34-0e72-a4b0-3b1008c94c30-959ceea1 {
    grid-row: span 2 / span 2;
  }

  #w-node-_91754f8f-0302-0b32-8386-b0c25fc764c1-959ceea1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_91754f8f-0302-0b32-8386-b0c25fc764c2-959ceea1 {
    grid-row: span 2 / span 2;
  }

  #w-node-_26ae928c-e744-e86a-8dfa-cf8e4b73e213-959ceea1, #w-node-f255d0b7-d01d-51df-5dee-a2f17adfb835-7d51b16b, #w-node-f255d0b7-d01d-51df-5dee-a2f17adfb835-f73a0106 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


