.body {
  background-color: #cecece;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section_main {
  min-width: 1500px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.page_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 401px;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.main_col {
  background-color: #5c5377;
  padding-bottom: 20px;
}

.sidebar_card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  padding: 20px 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.logo_block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #882473;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px 24px 40px;
  display: flex;
}

.text-block {
  width: auto;
}

.image {
  text-align: left;
  vertical-align: baseline;
  width: 120px;
  height: auto;
  margin: auto;
  display: block;
}

.address_text {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  padding-top: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

.text_divider {
  color: #1fdb38;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.form_heading_box {
  text-align: center;
  background-color: #4c4d4f;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 29px;
}

.heading_triangle {
  border-top: 10px solid #4c4d4f;
  border-left: 10px solid #0000;
  border-right: 10px solid #0000;
  width: 0;
  height: 0;
  margin-top: -17px;
  margin-left: 20px;
  margin-right: 0;
}

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

.select-field {
  color: #000;
}

.form_submit {
  background-color: #1fdb38;
  border-radius: 6px;
  width: 100%;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.form_submit:hover {
  background-color: #000;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6 {
  font-weight: 400;
}

.contact_box {
  grid-row-gap: 22px;
  text-align: left;
  background-color: #882473;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 30px;
  display: flex;
}

.logo_box_ryan {
  width: 40%;
}

.tom_booker, .stephen_richmond {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.contact_seperator {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 0;
}

.logo_box_glenny {
  width: 50%;
  margin-top: 30px;
}

.daniel_wink, .paragraph-2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.text-block-3 {
  color: #949494;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.hero_section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero_content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding: 0;
  display: flex;
  position: static;
}

.hero_container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 80px 20px;
  display: flex;
  position: relative;
}

.to_let {
  color: #fffcfc;
  text-align: center;
  background-color: #1fdb38;
  padding: 7px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.heading {
  font-size: 31px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 41px;
  font-weight: 900;
  line-height: 54px;
}

.hero_subrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
}

.arrow_circle {
  background-color: #1fdb38;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  text-align: center;
  margin: auto;
  padding-bottom: 4px;
  font-size: 18px;
}

.listings_grid {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.listings_card {
  background-color: #fff;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.listing_image {
  object-fit: cover;
  width: 100%;
  height: 150px;
  max-height: 100%;
  display: block;
}

.unit_bar {
  background-color: #882473;
  padding: 15px 14px 15px 30px;
}

.unit_bar._4 {
  background-color: #4c4d4f;
}

.unit_bar._7 {
  background-color: #7db83b;
}

.unit_bar._11 {
  background-color: #000;
}

.unit_bar._13, .unit_bar._15 {
  background-color: #4c4d4f;
}

.text-block-6 {
  font-size: 17px;
}

.text-block-7 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 29px;
  font-weight: 900;
}

.offer_ribbon {
  z-index: 5;
  background-color: #f30b0b;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 7px;
  right: -33px;
  transform: rotate(45deg);
}

.image_wrap {
  position: relative;
  overflow: hidden;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  padding-left: 4px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
}

.listing_content {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  background-image: url('../images/image023.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  flex: auto;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  padding: 20px 30px;
  display: flex;
}

.listing_content._2 {
  background-image: url('../images/image024.avif');
}

.listing_content._3 {
  background-image: url('../images/image025.avif');
}

.listing_content._4 {
  background-image: url('../images/image026.avif');
}

.listing_content._5 {
  background-image: url('../images/image027.avif');
}

.listing_content._6 {
  background-image: url('../images/image028.avif');
}

.listing_content._7 {
  background-image: url('../images/image029.avif');
}

.listing_content._8 {
  background-image: url('../images/image030.avif');
}

.listing_content._9 {
  background-image: url('../images/image031.avif');
}

.listing_content._10 {
  background-image: url('../images/image032.avif');
}

.listing_content._11 {
  background-image: url('../images/image033.avif');
}

.listing_content._12 {
  background-image: url('../images/image034.avif');
}

.listing_content._13 {
  background-image: url('../images/image035.avif');
}

.listing_content._14 {
  background-image: url('../images/image036.avif');
}

.listing_content._15 {
  background-image: url('../images/image037.avif');
}

.listing_content._16 {
  background-image: url('../images/image038.avif');
}

.text-block-9 {
  color: #5f6d76;
  width: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-10 {
  width: auto;
  margin-top: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

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

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

.icon_list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.icon_row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-11 {
  padding-bottom: 3px;
}

.code-embed {
  padding-top: 2px;
}

.button {
  text-align: center;
  background-color: #1fdb38;
  border-radius: 6px;
  width: 100%;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: block;
  position: static;
}

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

.tom_booker_wrapper, .link {
  text-align: left;
}

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

.bold-text-2 {
  color: #7db83b;
}

.button-2 {
  background-color: #7db83b;
  width: 100%;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
  display: block;
}

.button-2:hover {
  background-color: #882473;
}

.cta-wrapper {
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.text-block-13 {
  color: #4c4d4f;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 900;
}

.image-2 {
  width: 100%;
}

.image-3 {
  width: 40%;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.name-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.link-3, .link-4, .link-5 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .section_main {
    min-width: 768px;
    max-width: 1000px;
  }

  .page_wrap {
    grid-template-columns: 1.75fr;
  }

  .logo_box_ryan {
    width: 20%;
  }

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

  .text-block-7 {
    font-size: 23px;
  }

  .listing_content, .listing_content._10, .listing_content._12 {
    min-height: 200px;
  }

  .text-block-12 {
    font-size: 26px;
  }

  .text-block-13 {
    font-size: 17px;
  }

  .image-2, .image-3 {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .section_main {
    min-width: 480px;
    max-width: 767px;
  }

  .page_wrap {
    grid-template-columns: 1.75fr;
  }

  .image {
    width: 25%;
  }

  .contact_box {
    flex-flow: column;
    display: flex;
  }

  .logo_box_ryan, .logo_box_glenny {
    width: 25%;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 38px;
    line-height: 46px;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 25px;
  }

  .listings_grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .text-block-7 {
    font-size: 23px;
  }

  .text-block-12 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 26px;
    line-height: 29px;
  }
}

@media screen and (max-width: 479px) {
  .section_main {
    min-width: 375px;
    max-width: 479px;
  }

  .image {
    width: 40%;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .logo_box_ryan, .logo_box_glenny {
    width: 40%;
  }

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

  .text-block-4 {
    font-size: 18px;
    line-height: 21px;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .listing_content {
    min-height: 175px;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .text-block-13 {
    font-size: 14px;
  }
}


