@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

.section {
  background-color: #26546d;
  flex-flow: column;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  width: 100%;
  height: 400px;
}

.hero-image {
  background-image: url('../images/drone_evening_0003.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.page-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 34%;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  display: grid;
}

.main-col {
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 40px;
  display: flex;
}

.form-col {
  padding-top: 20px;
  padding-right: 40px;
}

.top-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-left {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 117px;
  display: flex;
  position: relative;
}

.top-right {
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.middle-section {
  grid-column-gap: 2px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 3% 44% 3% 50%;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  padding-left: 30px;
  display: grid;
}

.bottom-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: flex;
}

.goya-col {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.agent-col {
  grid-row-gap: 7px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.agent-col.cushamn {
  padding-top: 0;
}

.agent-col.lsh {
  padding-top: 30px;
  padding-left: 10px;
}

.agent-col.shw {
  padding-top: 11px;
}

.agent-col-2, .agent-col-3 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.form-wrapper {
  grid-row-gap: 23px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  height: 100%;
  padding: 30px;
  display: flex;
}

.cta-banner {
  background-color: #26546d;
  position: relative;
}

.text-block {
  color: #fff;
  padding: 20px 25px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.cta-arrow {
  border: 16px solid #26546d00;
  border-top-color: #26546d;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto -44% 6%;
}

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

.button {
  background-color: #a4835b;
  border-radius: 8px;
  width: 100%;
  padding: 14px 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.button:hover {
  background-color: #241a0f;
}

.select-field {
  color: #000;
}

.submit-button {
  background-color: #a4835b;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 14px 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-2 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.image-1 {
  background-image: url('../images/drone_day_0017.jpg');
  background-position: 50%;
  background-size: cover;
  height: 225px;
}

.image-2 {
  background-image: url('../images/20231107Goya128.jpg');
  background-position: 50%;
  background-size: cover;
  height: 225px;
}

.headline-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: -22% auto auto 0%;
}

.text-block-3 {
  color: #26546d;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.headline-row-wrapper {
  grid-column-gap: 8px;
  display: flex;
}

.to-let-banner {
  background-color: #a4835b;
  border-radius: 8px;
  height: auto;
  padding: 10px 20px;
}

.text-block-4 {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.icon-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon {
  width: 42px;
  height: auto;
}

.icon._6 {
  width: 47px;
  height: auto;
  padding-left: 3px;
  padding-right: 3px;
}

.unit-info-wrapper {
  grid-column-gap: 18px;
  margin-top: 60px;
  padding-left: 30px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-block-5.name, .text-block-5.location {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
}

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

.seperator {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.unit-size-wrapper {
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.text-block-7 {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.location-row-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 0px;
  margin-top: 30px;
  padding-left: 30px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-9 {
  color: #fff;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.button-2 {
  text-align: center;
  background-color: #a4835b;
  border-radius: 8px;
  width: 65%;
  margin-top: 30px;
  margin-left: 30px;
  padding: 14px 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

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

.text-block-10 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.body {
  background-color: #c0b7b7;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-3 {
  width: 111px;
  margin-bottom: 13px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-3.cushman {
  width: 138px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.image-3.shw {
  width: 121px;
  margin-bottom: 6px;
  padding-bottom: 0;
}

.text-block-11 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 90%;
}

.link, .link-2 {
  color: #fff;
  text-decoration: none;
}

.link-3 {
  color: #fff;
}

.link-4, .link-5 {
  color: #fff;
  text-decoration: none;
}

.link-6 {
  color: #fff;
}

.link-7, .link-8 {
  color: #fff;
  text-decoration: none;
}

.link-9 {
  color: #fff;
}

.link-10, .link-11 {
  color: #fff;
  text-decoration: none;
}

.link-12 {
  color: #fff;
}

.link-13, .link-14 {
  color: #fff;
  text-decoration: none;
}

.link-15 {
  color: #fff;
}

.link-16, .link-17 {
  color: #fff;
  text-decoration: none;
}

.link-18 {
  color: #fff;
}

.image-7 {
  width: 160px;
  position: absolute;
  inset: 7% 2% auto auto;
}

.link-19 {
  color: #fff;
  text-decoration: none;
}

.link-20 {
  color: #fff;
}

.link-21 {
  color: #fff;
  text-decoration: none;
}

.link-22 {
  color: #fff;
}

.link-23 {
  color: #fff;
  text-decoration: none;
}

.link-24 {
  color: #fff;
}

.link-25 {
  color: #fff;
  text-decoration: none;
}

.link-26 {
  color: #fff;
}

.link-27 {
  color: #fff;
  text-decoration: none;
}

.link-28 {
  color: #fff;
}

.goya-logo-col {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.image-8 {
  width: 170px;
}

.image-9 {
  width: 130px;
}

.agent-grid {
  grid-column-gap: 21px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._1st-half, ._2nd-half {
  display: flex;
}

@media screen and (max-width: 991px) {
  .page-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .main-col {
    padding-right: 40px;
  }

  .form-col {
    padding-left: 40px;
  }

  .top-left {
    padding-top: 124px;
  }

  .middle-section {
    grid-column-gap: 6px;
    grid-row-gap: 10px;
    grid-template-columns: 3% 1fr 3% 1fr;
  }

  .bottom-section {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap-reverse;
    grid-template-columns: 1.5fr 1fr 1fr 8.5fr;
    justify-content: center;
    padding-left: 10px;
    padding-right: 20px;
  }

  .agent-col.lsh {
    padding-top: 28px;
  }

  .agent-col.shw {
    padding-top: 6px;
  }

  .headline-wrapper {
    top: -24%;
  }

  .text-block-3 {
    font-size: 24px;
    line-height: 31px;
  }

  .headline-row-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .to-let-banner {
    width: 105px;
  }

  .unit-info-wrapper {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-5.name, .text-block-5.location, .text-block-6, .text-block-7, .text-block-8 {
    font-size: 16px;
  }

  .text-block-9 {
    font-size: 15px;
    line-height: 27px;
  }

  .button-2 {
    font-size: 17px;
  }

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

  .image-3 {
    width: 99px;
  }

  .image-3.cushman {
    width: 122px;
  }

  .image-3.shw {
    width: 114px;
    padding-top: 4px;
  }

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

  .image-7 {
    width: 126px;
  }

  .goya-logo-col {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-right: 0;
    padding-top: 0;
    padding-right: 60px;
  }

  .agent-grid {
    grid-template-columns: .5fr .25fr 1.5fr;
    justify-content: space-around;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    max-width: 550px;
  }

  .page-wrap {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .main-col {
    max-width: 548px;
  }

  .form-col {
    flex-flow: column;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .top-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .top-left {
    padding-top: 148px;
  }

  .middle-section {
    grid-template-columns: 4% 1fr;
    padding-left: 0;
  }

  .bottom-section {
    grid-template-columns: 1.25fr;
    justify-content: flex-start;
  }

  .goya-col {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: flex-start;
  }

  .agent-col.cushamn {
    align-self: flex-start;
    font-size: 18px;
  }

  .agent-col.lsh {
    align-self: flex-start;
    padding-left: 0;
  }

  .agent-col.shw {
    align-self: auto;
    width: 100%;
  }

  .form-wrapper {
    width: 100%;
    max-width: 548px;
  }

  .image-2 {
    background-position: 50% 100%;
  }

  .text-block-3 {
    font-size: 25px;
  }

  .headline-row-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .icon-row {
    display: flex;
  }

  .unit-info-wrapper, .location-row-wrapper, .text-block-9 {
    padding-left: 0;
  }

  .button-2 {
    margin-left: 0;
  }

  .text-block-10 {
    font-size: 15px;
  }

  .image-3 {
    align-self: flex-start;
    width: 95px;
  }

  .image-3.cushman {
    width: 170px;
  }

  .image-3.shw {
    align-self: auto;
    width: 130px;
  }

  .text-block-11 {
    text-align: left;
    align-self: flex-start;
    font-size: 16px;
  }

  .image-4 {
    width: 40%;
  }

  .image-5 {
    width: 38%;
  }

  .goya-logo-col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 71%;
    height: auto;
    margin-top: 10px;
    padding-right: 0;
  }

  .agent-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .main-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-left {
    flex-flow: wrap;
    padding-top: 40px;
  }

  .middle-section {
    padding-left: 10px;
  }

  .bottom-section {
    margin-bottom: 0;
  }

  .agent-col.cushamn {
    text-align: center;
    align-self: center;
  }

  .agent-col.lsh {
    align-self: center;
  }

  .agent-col.shw {
    align-self: center;
    align-items: flex-start;
  }

  .text-block {
    text-align: center;
    font-size: 15px;
  }

  .cta-arrow {
    display: none;
    bottom: -29%;
    left: 38%;
  }

  .button {
    text-align: center;
    font-size: 15px;
  }

  .select-field {
    font-size: 13px;
  }

  .headline-wrapper {
    padding: 20px;
  }

  .text-block-3 {
    font-size: 21px;
    line-height: 26px;
  }

  .to-let-banner {
    justify-content: center;
    display: flex;
  }

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

  .icon-row {
    display: none;
  }

  .unit-info-wrapper {
    grid-row-gap: 6px;
    flex-flow: column;
    padding-left: 20px;
  }

  .location-row-wrapper {
    padding-left: 20px;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .text-block-9 {
    padding-left: 20px;
  }

  .button-2 {
    text-align: left;
    width: auto;
    margin-left: 20px;
  }

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

  .image-3 {
    align-self: center;
    width: 87px;
  }

  .image-3.cushman {
    align-self: center;
    width: 139px;
  }

  .image-3.shw {
    align-self: center;
    width: 103px;
  }

  .text-block-11 {
    text-align: center;
    align-self: center;
    font-size: 15px;
  }

  .image-4 {
    width: 50%;
  }

  .image-5 {
    width: 40%;
  }

  .image-6 {
    flex: 0 auto;
    display: none;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6 {
    font-size: 13px;
  }

  .image-7 {
    width: 100px;
    right: 3%;
  }

  .goya-logo-col {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .image-8 {
    align-self: center;
    width: 154px;
    margin-top: 0;
  }

  .image-9 {
    width: 124px;
  }

  .agent-grid {
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aad0cd2d-1704-9528-be5c-76e3848cf2e6-126b9455, #w-node-a5b31b37-192f-545a-7c36-8d686805591e-126b9455, #w-node-faf1ffcf-398a-6469-bcb0-c11d971e97d1-126b9455, #w-node-_709157dc-dacd-2d8f-1f7e-15b5c94629ba-126b9455, #w-node-_9cf4a798-7f03-21e9-0e89-56c383d9c2c9-126b9455, #w-node-ce6993d3-9e6e-c070-9a0a-c2ee38eaa1cd-126b9455, #w-node-_7b287c3f-44c2-0b94-336c-329a02ee885d-126b9455, #w-node-_128b9c1b-9c4e-e699-30f3-8871aee7875b-126b9455, #w-node-_3cbc6cbd-29b2-a6f3-b703-3d53c3e72357-126b9455, #w-node-d522731c-f9d4-fc71-6c3d-29d4ced306f0-126b9455, #w-node-_7d0c571e-8181-628c-ad89-5263d9747aea-126b9455, #w-node-b9ebec94-9731-91cb-6236-df57bfe35363-126b9455, #w-node-_0d161636-043e-9e03-7618-448f5768dbe1-126b9455, #w-node-e9c21a4c-9092-cace-1cb8-05532ec03ce3-126b9455, #w-node-a7c96319-d7bd-6bed-edb5-7ce4929af44b-126b9455 {
    align-self: stretch;
  }

  #w-node-ecf1f435-b840-36a5-b871-2160ede795c5-126b9455, #w-node-_4fef8ca0-cee5-8684-d775-0d41064323e1-126b9455 {
    justify-self: center;
  }

  #w-node-_02ee6e0e-40dc-b55a-66b8-2d153b96599c-126b9455 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}