.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}

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

.main-nav {
    z-index: 1000;
    width: 100%;
    height: 4.286rem;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.5rem;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 0;
}

.image {
    width: 15rem;
}

.html-embed {
    font-size: 16px;
}

.body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}

.body.orange {
    background-color: rgba(0, 0, 0, 0);
}

.header {
    height: 94vh;
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/header-bg-no-filter.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    position: relative;
}

.pattern-bar {
    z-index: 1;
    height: 15vh;
    background-image: url('../images/Mirawood_Illustration_v1.svg');
    background-position: 50%;
    background-size: 60%;
    position: relative;
}

.header-text-wrap {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.header-p {
    max-width: 55rem;
    color: #fff;
    text-align: center;
    margin-top: -5rem;
    font-family: Montserrat, sans-serif;
    font-size: 3.286rem;
    font-weight: 600;
    line-height: 1;
}

.cursive {
    color: #f58226;
    margin-right: -1rem;
    font-family: Silver south script, sans-serif;
    font-size: 7.857rem;
    font-weight: 400;
}

.cursive.sub {
    z-index: 1;
    letter-spacing: -1px;
    text-transform: none;
    position: relative;
}

.cursive.sub.white {
    color: #fff;
}

.cursive.sub.black {
    color: #121212;
}

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

.link-block {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.text-block {
    color: #fff;
    letter-spacing: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
}

.nav-inner {
    height: 100%;
    display: flex;
}

.nav-link {
    height: 100%;
    color: #121212;
    letter-spacing: 4px;
    text-transform: uppercase;
    align-items: center;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
    transition: all .5s;
    display: flex;
}

.nav-link:hover {
    background-color: rgba(245, 130, 38, .1);
}

.nav-link.register {
    color: #fff;
    background-color: #f58226;
}

.nav-link.register:hover {
    color: #121212;
    background-color: rgba(245, 130, 38, .1);
}

.nav-link.register.mobile {
    display: none;
}

.nav-link.call {
    background-color: rgba(245, 130, 38, .1);
}

.nav-link.call:hover {
    background-color: #f58226;
}

.nav-link.centre {
    width: auto;
    text-align: center;
    background-color: #f58226;
    flex: 0 auto;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
    display: block;
}

.section-orange {
    height: 100vh;
    background-color: #f58226;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
}

.image-2 {
    width: 22.5%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.image-3 {
    width: 12%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.feature-text {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.paragraph {
    max-width: 67.3rem;
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 3.286rem;
    font-weight: 500;
    line-height: 1.35;
}

.black-txt {
    color: #121212;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.sub-heading {
    color: #121212;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2rem;
    font-family: Montserrat, sans-serif;
    font-size: 1.286rem;
    font-weight: 600;
}

.text-span {
    height: 5rem;
    background-image: url('../images/underline.svg');
    background-position: 50% 200%;
    background-repeat: no-repeat;
    background-size: auto;
}

.half-section {
    justify-content: center;
    display: flex;
}

.copy-half {
    width: 50%;
    background-color: rgba(245, 130, 38, .2);
    justify-content: center;
    align-items: center;
    display: flex;
}

.copy-half.yellow {
    background-color: rgba(18, 18, 18, .94);
}

.half-image {
    width: 50%;
    object-fit: cover;
}

.half-image.caption-version {
    width: 100%;
    height: 100%;
}

.section-heading {
    color: #121212;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 auto 2rem;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1;
}

.section-heading.intra {
    color: #ffd140;
    line-height: 1.25;
}

.section-heading.white {
    color: #fff;
    font-weight: 500;
}

.section-heading.white.green-bg {
    line-height: 1.2;
}

.section-heading.centred {
    text-align: center;
}

.copy-half-inner {
    max-width: 39.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.body-p {
    max-width: 32rem;
    margin-bottom: 1rem;
    line-height: 1.65;
}

.body-p.intra {
    max-width: 31rem;
    color: #121212;
    margin-bottom: 1rem;
}

.body-p.white {
    color: #fff;
}

.body-p.white.promotion {
    max-width: 50rem;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.body-p.centred {
    text-align: center;
}

.icon-link {
    height: 4rem;
    color: #121212;
    background-image: url('../images/icon-orange.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    align-items: center;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    display: flex;
    position: relative;
    overflow: visible;
}

.icon-link.intra {
    background-image: url('../images/white-icon.svg');
}

.icon-link.green {
    background-image: url('../images/green-icon.svg');
}

.icon-link.white {
    color: #fff;
    background-image: url('../images/yellow-icon.svg');
}

.icon {
    width: 62px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.link-text {
    color: #121212;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.link-text.orange {
    color: #f58226;
    text-decoration: underline;
}

.link-text.white {
    color: #fff;
    text-shadow: 0 0 20px #000;
}

.register-panel {
    min-height: auto;
    background-color: #f58226;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: flex;
    position: relative;
}

.footer-bush {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.dots-footer {
    z-index: 0;
    margin-bottom: -1rem;
    margin-left: -3rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.thirds-column {
    width: 30%;
    height: 30vh;
    align-items: flex-start;
    display: flex;
}

._2-thirds-column-copy {
    width: 51%;
    height: auto;
    align-items: flex-start;
    display: flex;
}

.form-block {
    z-index: 5;
    position: relative;
}

.form {
    flex-direction: column;
    margin-top: 0;
    display: flex;
}

.field-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.text-field {
    width: 45%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    border-bottom: 1px solid #fff;
    margin-bottom: 3rem;
    margin-right: 1rem;
    padding-left: 0;
    font-size: 1rem;
}

.text-field::-ms-input-placeholder {
    color: #fff;
    font-size: 1rem;
}

.text-field::placeholder {
    color: #fff;
    font-size: 1rem;
}

.select-field {
    width: 45%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    border-bottom: 1px solid #fff;
    margin-right: 1rem;
    padding-left: 0;
    font-size: 1rem;
}

.select-field:focus {
    color: #fff;
}

.button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    align-self: center;
    margin-top: 1.5rem;
    margin-left: 0;
    padding: .5rem 1.5rem;
    font-weight: 700;
    text-decoration: none;
}

.button.white {
    color: #fff;
    border-color: #fff;
}

.button.white.submit {
    width: 45%;
    color: #121212;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #fff;
    align-self: flex-end;
    margin-top: 0;
    margin-left: 0;
    margin-right: 1rem;
    padding: 1rem 1.5rem;
    font-weight: 600;
}

.checkbox-label {
    color: #fff;
    font-size: 14px;
}

.checkbox-field {
    width: 45%;
    align-items: center;
    padding-left: 20px;
    padding-right: 1rem;
    display: flex;
}

.checkbox {
    margin-right: .5rem;
}

.footer {
    min-height: 10rem;
    background-color: #000;
    justify-content: center;
    display: flex;
}

.footer-section {
    width: 31%;
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-right: 0;
    display: block;
}

.footer-section.logo {
    width: 20%;
    align-items: flex-end;
    display: flex;
}

.footer-heading {
    width: 100%;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 15px;
    font-weight: 600;
}

.footer-copy {
    width: 50%;
    max-width: 24rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 300;
    line-height: 1.65;
}

.footer-copy.intra {
    max-width: 31rem;
    margin-bottom: 1rem;
}

.footer-inner-column {
    display: flex;
}

.footer-inner-column.link {
    color: #fff;
}

.footer-inner {
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.sub-footer {
    width: 100%;
    min-height: 2rem;
    border-top: 1px solid #fff;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: .5rem;
    display: flex;
}

.privacy-wrap {
    display: flex;
}

.sub-footer-link {
    color: #fff;
    font-size: 12px;
}

.sub-footer-link.text {
    text-decoration: none;
}

.green-section {
    height: auto;
    background-color: #2d5e3d;
}

.grid-wrap {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: stretch;
    display: grid;
}

.image-4 {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

.image-4.grass {
    max-height: 23.4rem;
    min-width: 18rem;
    object-fit: cover;
    object-position: 50% 50%;
}

.image-4.test {
    object-fit: cover;
    object-position: 50% 50%;
}

.image-4.pool {
    margin-top: -2.5rem;
}

.div-block-2 {
    z-index: 0;
    object-fit: contain;
    margin-left: -2rem;
    position: relative;
    overflow: visible;
}

.pattern-grid {
    z-index: 1;
    width: 100%;
    object-fit: contain;
    margin-bottom: -32px;
    margin-left: -32px;
    padding-top: 1rem;
    padding-right: 1rem;
    position: relative;
}

.neg-margin-grid-photo {
    margin-top: -7.5rem;
}

.image-5 {
    width: 100%;
    height: 100%;
    min-width: 10rem;
    object-fit: cover;
}

.image-5.pizza {
    max-height: 20rem;
    min-width: 15rem;
}

.div-block-3 {
    z-index: 1;
    padding-left: 2rem;
    position: relative;
}

.div-block-4 {
    z-index: 1;
    position: relative;
}

.image-6 {
    z-index: 2;
    margin-bottom: -1rem;
    margin-left: -1rem;
    position: relative;
}

.nav-menu {
    display: none;
}

.image-7 {
    z-index: 1;
    margin-bottom: -1rem;
    margin-left: -1rem;
    position: relative;
}

.white,
.white-link {
    color: #fff;
}

.body-2 {
    min-height: 100vh;
    background-color: #f58226;
}

.thank-you-wrap {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.heading {
    z-index: 1;
    margin-bottom: 3rem;
    font-family: Silver south script, sans-serif;
    font-size: 6rem;
    font-weight: 400;
    position: relative;
}

.paragraph-2 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
}

.sub-page-body {
    max-width: 50rem;
    min-height: 100vh;
    text-align: center;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
}

.sub-page-body.privacy {
    height: auto;
    text-align: left;
    margin-top: 10rem;
}

.heading-centred {
    color: #fff;
    text-align: center;
    margin-top: 15rem;
    margin-bottom: 5rem;
    font-weight: 700;
}

.heading-centred.house-land {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
}

.rich-text,
.rich-text-2 {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5rem;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

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

.div-block-5 {
    width: 50%;
    position: relative;
}

.caption {
    color: #fff;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 12px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.div-block-6 {
    width: 100%;
    max-width: 25rem;
    text-align: center;
    background-color: rgba(18, 18, 18, .45);
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    padding: 1.9rem 2.1rem 2.1rem;
    display: none;
}

.div-block-7 {
    height: 30vh;
    text-align: center;
    background-color: #242323;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.orange-link {
    color: #f58226;
}

.heading-2 {
    color: #f58226;
    margin-bottom: 1.4rem;
    font-family: Silver south script, sans-serif;
    font-size: 5rem;
    font-weight: 400;
}

.image-9 {
    width: 10rem;
    object-fit: fill;
    margin-top: 1rem;
    margin-right: 1rem;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.select-field-2 {
    width: 30%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    font-size: 1rem;
}

.select-field-2:focus {
    color: #fff;
}

.builder-content {
    max-width: 60rem;
    min-height: 100vh;
    margin: 10rem auto;
}

.body-3 {
    background-color: rgba(245, 130, 38, .1);
}

.logo-grid {
    width: 100%;
    max-width: 60rem;
    grid-column-gap: 3.815rem;
    grid-row-gap: 3.815rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    align-items: center;
    justify-items: center;
    margin: 5rem auto;
    display: none;
    position: relative;
}

.placeholder-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.heading-3 {
    z-index: 100;
    color: rgba(49, 63, 40, .09);
    font-size: 9rem;
    font-weight: 400;
    position: relative;
    transform: rotate(-23deg);
}

.logo {
    max-width: 9.6rem;
    mix-blend-mode: normal;
}

.logo.dandenong {
    max-width: 8.1rem;
}

.link-block-2 {
    width: 12.5rem;
    height: 12.5rem;
    background-color: #fff;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.accordion_item-image {
    width: 40px;
}

.accordion-header {
    color: #2e323c;
    align-items: center;
    display: flex;
}

.accordion-header.js-accordion-header {
    cursor: pointer;
}

.question-text {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
}

.js-accordion-icon {
    height: 28px;
    transition: transform .2s;
}

.js-accordion-icon.active {
    transform: rotate(90deg);
}

.faq-button {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f58226;
    border-radius: 3px;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    transition: background-color .2s;
}

.faq-button:hover {
    background-color: #ffd17b;
}

.accordion {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.accordion__item {
    width: 100%;
    text-align: left;
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 20px 32px;
    text-decoration: none;
    transition: box-shadow .3s;
    display: flex;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.accordion__item:hover {
    box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.accordion__item.js-accordion-item {
    padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
    cursor: default;
}

.faq-video {
    margin-top: 40px;
}

.accordion-body {
    color: #9096a4;
    padding-left: 64px;
    padding-right: 8px;
    display: block;
}

.accordion-body.js-accordion-body {
    color: #9096a4;
    padding-bottom: 20px;
    padding-left: 0;
}

.faq-image {
    width: 100%;
    margin-top: 40px;
}

.accordion-body__contents {
    opacity: 1;
    color: #9096a4;
    margin-top: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    display: none;
}

.faq-p {
    width: 100%;
    max-width: 60rem;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin: 2rem auto 0;
    display: block;
    overflow: hidden;
}

.faq {
    width: 100%;
    height: 80px;
    color: #fff;
    white-space: break-spaces;
    background-color: rgba(245, 130, 38, .1);
    justify-content: space-between;
    align-items: center;
    padding: 0 50px 0 30px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
}

.faq.w--open {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-img {
    z-index: 2;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.toggle-text {
    z-index: 2;
    color: #292929;
    text-transform: uppercase;
    position: relative;
}

.faq-icon {
    z-index: 2;
    width: 24px;
    color: #000;
    margin-right: 0;
    padding-top: 5px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.faq-body {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: relative;
}

.faq-body.w--open {
    background-color: rgba(0, 0, 0, 0);
}

.faq-body-cont {
    background-color: #fff;
    border-top: 1px #000;
    padding: 2.5rem 30px 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

.faq-answer {
    max-width: 45rem;
    margin-bottom: 24px;
}

.accordian-heading {
    color: #121212;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 2rem auto;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1;
}

.accordian-heading.intra {
    color: #ffd140;
    line-height: 1.25;
}

.accordian-heading.white {
    color: #fff;
    font-weight: 500;
}

.accordian-heading.white.green-bg {
    line-height: 1.2;
}

.accordian-heading.centred {
    text-align: center;
}

.expand-icon-wrap {
    width: 2rem;
    height: 2rem;
    background-color: #f58226;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.feature-home {
    width: 100%;
    max-width: 50%;
}

@media screen and (max-width: 991px) {
    .image {
        width: 13rem;
    }
    .header-p {
        font-size: 2.1rem;
    }
    .cursive {
        font-size: 4.4rem;
    }
    .text-block {
        font-size: .8rem;
    }
    .nav-inner {
        display: none;
    }
    .nav-link.register.mobile {
        display: flex;
    }
    .paragraph {
        max-width: 41.1rem;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .sub-heading {
        font-size: .8rem;
    }
    .text-span {
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto;
    }
    .half-section {
        flex-direction: column-reverse;
    }
    .copy-half {
        width: 100%;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .half-image {
        width: 100%;
    }
    .section-heading {
        letter-spacing: 2px;
        font-size: 2rem;
        line-height: .9;
    }
    .body-p {
        font-size: 14px;
    }
    .link-text {
        font-size: 12px;
    }
    .register-panel {
        flex-direction: column;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .thirds-column {
        width: 100%;
        height: auto;
    }
    ._2-thirds-column-copy {
        width: 100%;
        height: auto;
        display: block;
    }
    .form {
        width: 100%;
        display: block;
    }
    .field-wrap {
        width: 100%;
        flex-direction: column;
        flex: 0 auto;
        display: block;
    }
    .text-field,
    .select-field {
        width: 100%;
    }
    .button.white.submit {
        width: 100%;
        margin-top: 2rem;
    }
    .checkbox-field {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .footer-section {
        width: 100%;
    }
    .footer-inner {
        flex-direction: column;
    }
    .grid-wrap {
        height: 150vh;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .image-4 {
        object-fit: cover;
    }
    .pattern-grid {
        display: none;
    }
    .neg-margin-grid-photo {
        object-fit: cover;
        margin-top: -2rem;
    }
    .div-block-3 {
        margin-bottom: -2rem;
    }
    .menu-button {
        background-color: rgba(0, 0, 0, 0);
        background-image: linear-gradient(#fff, #fff);
        padding-top: 0;
        padding-bottom: 0;
    }
    .icon-2 {
        font-size: 37px;
    }
    .image-7 {
        display: none;
    }
    .sub-page-body {
        padding-top: 10rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .heading-centred.house-land {
        font-size: 2rem;
    }
    .div-block-5,
    .select-field-2 {
        width: 100%;
    }
    .logo-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .placeholder-wrap {
        overflow: hidden;
    }
    .accordion {
        width: 83.33%;
        padding-left: 8px;
        padding-right: 8px;
    }
    .faq-img {
        width: 50px;
        height: 50px;
    }
    .accordian-heading {
        letter-spacing: 2px;
        font-size: 2rem;
        line-height: .9;
    }
}

@media screen and (max-width: 767px) {
    .nav-inner {
        display: block;
    }
    .nav-link {
        display: none;
    }
    .section-orange {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sub-heading {
        margin-bottom: 1rem;
    }
    .copy-half {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .section-heading {
        line-height: 1;
    }
    .footer-copy {
        width: 100%;
        max-width: none;
        font-size: 14px;
    }
    .footer-inner {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .grid-wrap {
        grid-template-columns: 1fr 1fr;
    }
    .image-4 {
        padding-left: 0;
        padding-right: 1rem;
    }
    .grid-copy-wrap {
        padding-left: 1rem;
    }
    .nav-menu {
        background-color: #f58226;
        top: 0;
    }
    .register-mobile {
        text-transform: uppercase;
        background-color: #fff;
        font-weight: 600;
        display: block;
    }
    .heading {
        text-align: center;
        line-height: .7;
    }
    .navbar,
    .container {
        margin-top: 0;
    }
    .nav-link-3,
    .nav-link-4,
    .nav-link-5 {
        display: block;
    }
    .logo-grid {
        grid-column-gap: 3.815rem;
        grid-template-columns: 1fr 1fr;
    }
    .question-text {
        margin-top: 8px;
    }
    .accordion {
        width: 100%;
        margin-bottom: -16px;
    }
    .accordion__item {
        margin-bottom: 16px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .faq-img {
        min-height: 40px;
        min-width: 50px;
    }
    .accordian-heading {
        line-height: 1;
    }
}

@media screen and (max-width: 479px) {
    .main-nav {
        height: 3.5rem;
        justify-content: space-between;
        padding-left: 1rem;
    }
    .image {
        width: 8.4rem;
    }
    .header-p {
        margin-top: 0;
    }
    .nav-link.register.mobile {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .section-orange {
        height: auto;
        min-height: 100vh;
        align-items: center;
        display: flex;
    }
    .image-2 {
        width: 50%;
    }
    .image-3 {
        width: 25%;
    }
    .sub-heading {
        text-align: center;
        line-height: 1;
    }
    .section-heading,
    .section-heading.white.green-bg {
        font-size: 1.7rem;
    }
    .footer-bush {
        max-width: 51%;
    }
    .button.white.submit {
        font-size: 14px;
    }
    .footer-section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .footer-section.logo {
        width: 50%;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .footer-inner-column,
    .footer-inner {
        flex-direction: column;
    }
    .sub-footer {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .sub-footer-link {
        margin-bottom: 1rem;
    }
    .grid-wrap {
        height: 125vh;
        grid-row-gap: 16px;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-flow: row;
    }
    .image-4 {
        object-fit: cover;
        padding-left: 1rem;
        padding-right: 0;
    }
    .image-4.grass {
        min-width: 14.3rem;
    }
    .image-5 {
        object-fit: cover;
        padding-left: 2.5rem;
    }
    .image-5.pizza {
        min-width: 10.2rem;
    }
    .div-block-3 {
        object-fit: cover;
    }
    .nav-menu {
        z-index: 300;
        width: 100%;
        background-color: #f58226;
        margin-top: 0;
        display: none;
    }
    .image-8 {
        margin-bottom: 1rem;
        margin-left: -.8rem;
    }
    .nav-link-2 {
        display: block;
    }
    .register-mobile {
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #fff;
        font-size: 15px;
        font-weight: 600;
        display: block;
    }
    .thank-you-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .heading {
        font-size: 4rem;
    }
    .paragraph-2 {
        font-size: 1rem;
    }
    .heading-centred.house-land {
        line-height: 1.25;
    }
    .nav-link-5 {
        display: block;
    }
    .image-9 {
        width: 7.5rem;
    }
    .logo-grid {
        flex-direction: column;
        display: flex;
    }
    .logo {
        max-width: 12.5rem;
    }
    .accordion_item-image {
        width: 30px;
    }
    .question-text {
        flex: 0 100%;
        margin-bottom: 8px;
        margin-left: 16px;
        padding-right: 20px;
    }
    .accordion-body {
        padding-left: 56px;
    }
    .accordion-body.js-accordion-body {
        border-top: 1px solid rgba(0, 0, 0, .1);
        margin-top: 20px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .faq-image {
        margin-top: 20px;
    }
    .faq-img {
        display: none;
    }
    .accordian-heading,
    .accordian-heading.white.green-bg {
        font-size: 1.7rem;
    }
}

#w-node-d5225cf1-8bcd-3311-ba32-c48cd2539000-514fa5b7 {
    grid-area: 7 / 6 / 8 / 7;
    align-self: end;
    justify-self: start;
}

#w-node-_8e8f7282-8fbb-19bc-9875-f0b3dd9dc94f-514fa5b7 {
    grid-area: 2 / 1 / 11 / 6;
}

#w-node-_0a18523b-ea21-2a11-866f-eaa3c9550f73-514fa5b7 {
    grid-area: 8 / 4 / 12 / 7;
}

#w-node-_37833978-7d79-da6f-cf9d-421071613f99-514fa5b7 {
    grid-area: 7 / 9 / 12 / 13;
}

#w-node-c55af5a5-2581-c613-027c-deddb8ea2423-514fa5b7 {
    grid-area: 2 / 10 / 5 / 14;
}

#w-node-b9591ed3-4986-8299-128d-c01cab1602ae-514fa5b7 {
    grid-area: 3 / 9 / 6 / 11;
}

#w-node-_75008201-e2db-8089-2b64-2debeb6ff13e-514fa5b7 {
    grid-area: 5 / 9 / 6 / 10;
    align-self: end;
    justify-self: start;
}

#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebeb-148543ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
}

#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebec-148543ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebed-148543ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebee-148543ad,
#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebef-148543ad,
#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebf0-148543ad,
#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebf1-148543ad,
#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebf2-148543ad,
#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebf3-148543ad,
#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebf4-148543ad,
#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebe7-148543ad,
#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebe8-148543ad,
#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebe9-148543ad,
#w-node-_97c0e891-8fd5-069e-ad9a-ffdffeeaebea-148543ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
    #w-node-d5225cf1-8bcd-3311-ba32-c48cd2539000-514fa5b7 {
        grid-area: 4 / 6 / 5 / 7;
    }
    #w-node-_8e8f7282-8fbb-19bc-9875-f0b3dd9dc94f-514fa5b7 {
        grid-area: 2 / 1 / 6 / 6;
    }
    #w-node-_0a18523b-ea21-2a11-866f-eaa3c9550f73-514fa5b7 {
        grid-area: 10 / 2 / 13 / 5;
    }
    #w-node-_37833978-7d79-da6f-cf9d-421071613f99-514fa5b7 {
        grid-area: 7 / 2 / 10 / 6;
    }
    #w-node-c55af5a5-2581-c613-027c-deddb8ea2423-514fa5b7 {
        grid-area: 1 / 5 / 3 / 7;
    }
    #w-node-b9591ed3-4986-8299-128d-c01cab1602ae-514fa5b7 {
        grid-area: 10 / 6 / 12 / 8;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_8e8f7282-8fbb-19bc-9875-f0b3dd9dc94f-514fa5b7 {
        grid-area: 2 / 1 / 5 / 4;
    }
    #w-node-_0a18523b-ea21-2a11-866f-eaa3c9550f73-514fa5b7 {
        grid-area: 10 / 1 / 13 / 4;
    }
    #w-node-_37833978-7d79-da6f-cf9d-421071613f99-514fa5b7 {
        grid-area: 6 / 1 / 9 / 5;
    }
    #w-node-c55af5a5-2581-c613-027c-deddb8ea2423-514fa5b7 {
        grid-area: 1 / 4 / 3 / 6;
    }
    #w-node-b9591ed3-4986-8299-128d-c01cab1602ae-514fa5b7 {
        grid-area: 9 / 4 / 11 / 6;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_0a18523b-ea21-2a11-866f-eaa3c9550f73-514fa5b7 {
        grid-area: 11 / 1 / 14 / 3;
    }
    #w-node-_37833978-7d79-da6f-cf9d-421071613f99-514fa5b7 {
        grid-area: 6 / 1 / 9 / 5;
    }
    #w-node-c55af5a5-2581-c613-027c-deddb8ea2423-514fa5b7 {
        grid-area: 1 / 3 / 3 / 5;
    }
    #w-node-b9591ed3-4986-8299-128d-c01cab1602ae-514fa5b7 {
        grid-area: 10 / 3 / 12 / 5;
        justify-self: end;
    }
}

@font-face {
    font-family: 'Silver south script';
    src: url('../fonts/Silver-South-Script.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

    /* Custom Edit */ 


.pink-callout {
  background-color: #e6427a;
  height: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.heading-white {
  color: #fff;
  text-align: center;
  margin-bottom: 1.4rem;
  font-family: Silver south script, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

