:root {
  --white: white;
  --black: black;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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-image: url('../images/light_paper_grain.png');
  background-position: 0 0;
  background-size: cover;
}

.header {
  margin-top: 45px;
}

.header.contact-page-header {
  margin-top: -40px;
}

.small-button {
  background-color: #79bab3;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 1%;
  padding: 7px 13px;
  font-family: roca, sans-serif;
  font-size: 1.5em;
  line-height: 1.7em;
  transition: all .3s;
}

.small-button:hover {
  background-color: #dc8180;
}

.small-button.register-submit-button {
  margin-top: 40px;
}

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

.header-pigeon {
  float: none;
  clear: none;
  cursor: pointer;
  width: 730px;
  max-width: 730px;
  max-height: 100%;
  margin-left: 0;
  display: block;
  position: relative;
  top: 65px;
  left: 50px;
}

.homepage-title {
  clear: both;
  color: #4d3b3a;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: roca, sans-serif;
  font-size: 5em;
  line-height: 1em;
}

.subhead {
  color: #6c5c5c;
  margin-top: 5px;
  margin-bottom: 40px;
  font-family: lato, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 2em;
}

.subhead.closer-subhead {
  margin-bottom: 10px;
}

.subhead.schedule-subhead {
  margin-bottom: 20px;
}

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

.flying-pigeon-1 {
  display: block;
}

.footer {
  background-image: url('../images/pigeon_looking_up.png'), url('../images/dark_paper_grain.png');
  background-position: 70% 130%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph {
  color: #6c5c5c;
  font-family: lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.7em;
}

.paragraph.pigeon-fact {
  float: none;
  cursor: none;
  width: 300px;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.paragraph.pigeon-fact.contact-pigeon-fact {
  float: right;
  margin: 0 0 0 auto;
  position: relative;
  top: 10px;
  right: 400px;
}

.paragraph.pigeon-fact.big-pigeon-fact {
  margin-top: auto;
  bottom: 70px;
  right: 150px;
}

.paragraph.pigeon-fact.info-pigeon-fact {
  top: auto;
  bottom: 30px;
  right: 330px;
}

.paragraph.pigeon-fact.register-pigeon-fact {
  bottom: 100px;
  right: 260px;
}

.paragraph.pigeon-fact.schedule-pigeon-fact {
  bottom: 75px;
  right: 250px;
}

.paragraph.dropdown-paragraph {
  margin-bottom: 0;
  padding: 20px;
}

.paragraph.list-item {
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 1.5em;
}

.paragraph.list {
  line-height: 3em;
}

.paragraph.footer-paragraph {
  line-height: 1.5em;
}

.container {
  clear: none;
  display: block;
}

.link {
  color: #a3579a;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: #dc8180;
}

.social-media-button {
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.cell {
  justify-content: flex-start;
  align-items: flex-end;
}

.page-title {
  clear: both;
  color: #4d3b3a;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: roca, sans-serif;
  font-size: 4em;
}

.page-title.info-page-title {
  position: relative;
  left: 75px;
}

.field-label {
  color: #4d3b3a;
  margin-bottom: 10px;
  font-family: lato, sans-serif;
  font-size: 1.2em;
}

.text-field {
  color: #6c5c5c;
  background-image: url('../images/dark_paper_grain.png');
  background-position: 0 0;
  background-size: auto;
  border: 0 #000;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: lato, sans-serif;
  font-size: 1.2em;
  line-height: 2em;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.text-field.message {
  height: 200px;
}

.form {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-image: url('../images/dark_paper_grain.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.error-message {
  background-color: rgba(255, 0, 0, .09);
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}

.navbar-section {
  background-image: url('../images/dark_paper_grain.png');
  background-position: 0 0;
  background-size: cover;
}

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

.nav-link {
  color: #a3579a;
  padding-left: 25px;
  padding-right: 25px;
  font-family: roca, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  transition: all .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: #dc8180;
}

.logo-nav-link {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: auto;
  display: flex;
}

.logo-nav-link.w--current {
  margin-right: auto;
}

.logo {
  width: 40px;
  display: block;
}

.nav-container {
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
}

.smaller-body {
  width: 70%;
  margin-left: auto;
}

.flying-pigeon-1-div {
  height: 900px;
}

.flying-pigeon-2 {
  margin-left: auto;
  display: block;
}

.flying-pigeon-2-div {
  height: 900px;
  margin-top: 50px;
}

.cta-pigeon {
  width: 300px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-pigeon.homepage-cta-pigeon {
  width: auto;
}

.cta-button {
  text-align: center;
  background-color: #79bab3;
  border-radius: 15px;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  font-family: roca, sans-serif;
  font-size: 1.5em;
  line-height: 1.7em;
  transition: all .2s;
  display: block;
}

.cta-button:hover {
  background-color: #dc8180;
}

.cta-pigeon-div {
  height: 400px;
}

.cta-pigeon-div.homepage-cta-pigeon-div {
  height: 700px;
}

.section {
  margin-top: 20px;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.section.dark-paper-grain {
  background-image: url('../images/dark_paper_grain.png');
  background-position: 0 0;
  background-size: auto;
}

.section.flyinh-pigeons-section {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section.schedule-section {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}

.contact-pigeon {
  float: left;
  clear: none;
  cursor: pointer;
  width: 550px;
  display: block;
  position: relative;
  top: 80px;
  right: 160px;
}

.homepage-header-quick-stack {
  margin-top: -150px;
  padding: 0;
}

.cell-3 {
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-4 {
  justify-content: center;
  align-items: flex-end;
}

.photo-gallery {
  height: 650px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.contact-cta-section {
  margin-bottom: 100px;
}

.quick-stack-2 {
  padding: 3%;
}

.header {
  margin-bottom: 35px;
}

.faq-dropdown {
  width: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.faq-dropdown-text-block {
  color: #6c5c5c;
  font-family: lato, sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
}

.dropdown-icon {
  color: #6c5c5c;
  margin-left: auto;
}

.dropdown-toggle {
  z-index: -1;
  background-image: url('../images/light_paper_grain.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.dropdown-toggle.w--open {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-list {
  padding-top: 5px;
  position: static;
}

.dropdown-list.w--open {
  z-index: -1;
  background-image: url('../images/light_paper_grain.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}

.club-dropdown {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px;
}

.info-pigeon {
  z-index: 2;
  cursor: pointer;
  width: 360px;
  position: relative;
  top: 25px;
  right: 110px;
}

.home-header-quick-stack {
  margin-top: -70px;
  padding: 0;
}

.info-page-header-quick-stack {
  margin-top: -90px;
  padding: 0;
}

.register-header-quick-stack {
  margin-top: -140px;
  padding: 0;
}

.register-pigeon {
  z-index: 2;
  cursor: pointer;
  width: 550px;
  max-width: none;
  position: relative;
  top: 50px;
  right: 220px;
}

.schedule-header-quick-stack {
  margin-top: -120px;
  padding: 0;
}

.schedule-pigeon {
  cursor: pointer;
  width: 550px;
  max-width: none;
  position: relative;
  top: 30px;
  right: 150px;
}

.schedule-div {
  background-image: url('../images/dark_paper_grain.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px;
  width: 100%;
  padding: 10px 20px 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.cell-6 {
  background-image: url('../images/dark_paper_grain.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.schedule-quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.schedule-columns {
  margin-left: auto;
  margin-right: auto;
}

.schedule-items-quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.radio-button {
  margin-top: 0;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .header.contact-page-header {
    margin-top: -40px;
  }

  .small-button {
    margin-right: 10px;
  }

  .header-pigeon {
    width: 700px;
    margin-right: auto;
    position: relative;
    left: auto;
    right: 100px;
  }

  .subhead {
    font-size: 1.5em;
  }

  .footer {
    background-position: 90% 115%, 0 0;
  }

  .paragraph.pigeon-fact {
    color: #968484;
    font-size: 1em;
  }

  .paragraph.pigeon-fact.contact-pigeon-fact {
    color: #968484;
    cursor: default;
    width: 250px;
    margin-right: auto;
    top: auto;
    bottom: auto;
    right: 250px;
  }

  .paragraph.pigeon-fact.big-pigeon-fact {
    order: 0;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 70px;
    left: 100px;
    right: 0;
  }

  .paragraph.pigeon-fact.info-pigeon-fact {
    bottom: 40px;
    right: 170px;
  }

  .paragraph.pigeon-fact.register-pigeon-fact {
    right: 140px;
  }

  .paragraph.pigeon-fact.schedule-pigeon-fact {
    right: 150px;
  }

  .page-title {
    margin-bottom: 0;
  }

  .page-title.info-page-title {
    position: relative;
    left: 100px;
  }

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

  .nav-menu-2 {
    background-image: url('../images/dark_paper_grain.png');
    background-position: 0 0;
    background-size: cover;
  }

  .smaller-body {
    width: 80%;
  }

  .flying-pigeon-1-div {
    height: 1000px;
  }

  .section.dark-paper-grain {
    background-size: auto;
  }

  .contact-pigeon {
    max-width: 550px;
    margin-right: auto;
    top: 75px;
    right: 90px;
  }

  .homepage-header-quick-stack {
    margin-top: -150px;
  }

  .cell-3 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .menu-button {
    background-image: url('../images/dark_paper_grain.png');
    background-position: 0 0;
    background-size: cover;
  }

  .icon {
    color: #4d3b3a;
  }

  .photo-gallery {
    height: 500px;
  }

  .info-pigeon {
    z-index: 2;
    width: 320px;
    top: 25px;
    right: 50px;
  }

  .home-header-quick-stack {
    margin-top: -70px;
    margin-bottom: -75px;
  }

  .info-page-header-quick-stack {
    margin-top: -85px;
  }

  .register-header-quick-stack {
    margin-top: -130px;
  }

  .register-pigeon {
    width: 500px;
    top: 50px;
    right: 120px;
  }

  .schedule-header-quick-stack {
    margin-top: -110px;
  }

  .schedule-pigeon {
    width: 500px;
    right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-top: 3%;
  }

  .header.contact-page-header {
    margin-top: -30px;
  }

  .small-button {
    margin-right: 0;
  }

  .header-pigeon {
    left: auto;
    right: 100px;
  }

  .footer {
    background-position: 100% 100%, 0 0;
    background-size: 250px, cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph.pigeon-fact {
    font-size: .8em;
  }

  .paragraph.pigeon-fact.contact-pigeon-fact {
    right: 180px;
  }

  .paragraph.pigeon-fact.big-pigeon-fact {
    left: 110px;
  }

  .paragraph.pigeon-fact.info-pigeon-fact {
    right: 10px;
  }

  .paragraph.pigeon-fact.register-pigeon-fact {
    width: 200px;
    right: 100px;
  }

  .paragraph.pigeon-fact.schedule-pigeon-fact {
    right: 100px;
  }

  .container {
    max-width: 95%;
  }

  .container.navbar-container {
    max-width: 100%;
  }

  .nav-container {
    height: 70px;
  }

  .smaller-body {
    width: 100%;
  }

  .flying-pigeon-2 {
    margin-right: auto;
  }

  .section {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.dark-paper-grain {
    background-size: auto;
  }

  .column-2, .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-pigeon {
    left: 10px;
    right: 0;
  }

  .homepage-header-quick-stack {
    margin-top: -120px;
  }

  .photo-gallery {
    height: 380px;
  }

  .faq-dropdown, .club-dropdown {
    width: 500px;
  }

  .info-pigeon {
    z-index: 2;
    width: 250px;
    max-width: 1000%;
    top: 20px;
    right: auto;
  }

  .home-header-quick-stack {
    margin-top: -40px;
    margin-bottom: -65px;
  }

  .info-page-header-quick-stack {
    margin-top: -55px;
  }

  .register-header-quick-stack {
    margin-top: -105px;
  }

  .register-pigeon {
    width: 450px;
    top: 45px;
    right: 70px;
  }

  .schedule-header-quick-stack {
    margin-top: -90px;
  }

  .schedule-pigeon {
    width: 450px;
    right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    margin-top: 3%;
    margin-bottom: 10%;
    display: flex;
  }

  .header.contact-page-header {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .small-button {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2em;
  }

  .nav-menu {
    justify-content: space-between;
    align-items: center;
    width: 200px;
    margin-bottom: 20px;
  }

  .header-pigeon {
    width: 450px;
    max-width: none;
    top: 25px;
    left: auto;
    right: 100px;
  }

  .homepage-title {
    font-size: 3em;
  }

  .subhead {
    font-size: 1.5em;
    line-height: 1.7em;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 200px;
  }

  .paragraph.pigeon-fact.contact-pigeon-fact {
    position: relative;
    top: 80px;
    bottom: auto;
    right: auto;
  }

  .paragraph.pigeon-fact.big-pigeon-fact {
    top: 30px;
    left: auto;
    right: 60px;
  }

  .paragraph.pigeon-fact.info-pigeon-fact {
    top: 20px;
    right: auto;
  }

  .paragraph.pigeon-fact.register-pigeon-fact {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    top: 65px;
    bottom: auto;
    right: auto;
  }

  .paragraph.pigeon-fact.schedule-pigeon-fact {
    margin-left: auto;
    margin-right: auto;
    top: 40px;
    bottom: auto;
    right: auto;
  }

  .paragraph.list-item {
    padding-left: 10px;
    font-size: 1.1em;
  }

  .paragraph.list {
    padding-left: 20px;
  }

  .container {
    clear: both;
    max-width: 90%;
  }

  .container.navbar-container {
    max-width: 100%;
  }

  .cell {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .page-title {
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-title.info-page-title {
    position: static;
  }

  .text-field {
    margin-bottom: 20px;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .nav-link {
    font-size: 1.2em;
  }

  .logo {
    width: 35px;
  }

  .nav-container {
    width: 100%;
    height: 50px;
  }

  .smaller-body {
    width: 100%;
  }

  .flying-pigeon-2 {
    width: 500px;
  }

  .flying-pigeon-2-div {
    height: 700px;
  }

  .cta-pigeon-div.homepage-cta-pigeon-div {
    height: 500px;
  }

  .section.dark-paper-grain {
    background-size: auto;
  }

  .column-2, .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-pigeon {
    width: 400px;
    max-width: 400px;
    top: 70px;
    left: auto;
    right: 20px;
  }

  .homepage-header-quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: -70px;
    margin-bottom: 15px;
  }

  .photo-gallery {
    height: 190px;
    margin-bottom: 0;
  }

  .contact-cta-section {
    margin-bottom: 25%;
  }

  .faq-dropdown {
    width: 280px;
  }

  .faq-dropdown-text-block {
    font-size: 1em;
  }

  .dropdown-toggle {
    overflow: hidden;
  }

  .club-dropdown {
    width: 280px;
  }

  .cell-5 {
    flex-flow: column;
  }

  .info-pigeon {
    top: 20px;
    right: auto;
  }

  .home-header-quick-stack {
    clear: both;
    flex: 0 auto;
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .info-page-header-quick-stack {
    margin-top: -20px;
  }

  .register-header-quick-stack {
    margin-top: -50px;
  }

  .register-pigeon {
    width: 400px;
  }

  .schedule-header-quick-stack {
    margin-top: -40px;
  }

  .schedule-pigeon {
    width: 400px;
    top: 25px;
  }

  .schedule-div {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-4, .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_1913e1ea-bae6-4494-6a6d-c19a63409408-af79a620, #w-node-_762d3a34-3fd7-68af-b17e-1ab4b83f98cf-b83f98cd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c102d5e7-e2a4-8bb8-7bab-0fe1e0b13d37-a8f0a793 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_96071356-4e62-9f26-6c2a-90c2cb4a20d4-e9e04749 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
}

#w-node-_531e9a0b-098f-3368-71c8-e9a2168e3047-70a5febd {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_948b347b-1b62-aa63-0851-d66e48932317-70a5febd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6ac7d3da-9bb0-91f4-36c1-a9134d57582b-70a5febd, #w-node-_452b3362-de43-58a1-ea12-113b577520e1-70a5febd {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a97011ce-fc19-7042-c6b2-d16459c678fb-dae30b93 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_1913e1ea-bae6-4494-6a6d-c19a63409408-af79a620 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1913e1ea-bae6-4494-6a6d-c19a63409409-af79a620, #w-node-_1913e1ea-bae6-4494-6a6d-c19a6340940a-af79a620 {
    order: -9999;
  }

  #w-node-c102d5e7-e2a4-8bb8-7bab-0fe1e0b13d37-a8f0a793, #w-node-_96071356-4e62-9f26-6c2a-90c2cb4a20d4-e9e04749, #w-node-_531e9a0b-098f-3368-71c8-e9a2168e3047-70a5febd, #w-node-a97011ce-fc19-7042-c6b2-d16459c678fb-dae30b93 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_762d3a34-3fd7-68af-b17e-1ab4b83f98cf-b83f98cd {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
  }

  #w-node-_948b347b-1b62-aa63-0851-d66e48932317-70a5febd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6ac7d3da-9bb0-91f4-36c1-a9134d57582b-70a5febd, #w-node-_452b3362-de43-58a1-ea12-113b577520e1-70a5febd {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1913e1ea-bae6-4494-6a6d-c19a63409409-af79a620 {
    order: 9999;
  }

  #w-node-_1913e1ea-bae6-4494-6a6d-c19a6340940a-af79a620 {
    order: -9999;
  }

  #w-node-_762d3a34-3fd7-68af-b17e-1ab4b83f98cf-b83f98cd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_762d3a34-3fd7-68af-b17e-1ab4b83f98e9-b83f98cd {
    order: -9999;
  }

  #w-node-c102d5e7-e2a4-8bb8-7bab-0fe1e0b13d37-a8f0a793 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-c102d5e7-e2a4-8bb8-7bab-0fe1e0b13d3a-a8f0a793 {
    order: -9999;
  }

  #w-node-_96071356-4e62-9f26-6c2a-90c2cb4a20d4-e9e04749 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_96071356-4e62-9f26-6c2a-90c2cb4a20d7-e9e04749 {
    order: -9999;
  }

  #w-node-_531e9a0b-098f-3368-71c8-e9a2168e3047-70a5febd {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_531e9a0b-098f-3368-71c8-e9a2168e304a-70a5febd {
    order: -9999;
  }

  #w-node-_6ac7d3da-9bb0-91f4-36c1-a9134d57582b-70a5febd, #w-node-_452b3362-de43-58a1-ea12-113b577520e1-70a5febd {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-a97011ce-fc19-7042-c6b2-d16459c678fb-dae30b93 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-a97011ce-fc19-7042-c6b2-d16459c678fd-dae30b93 {
    order: -9999;
  }
}


