/*-- -------------------------- -->
<---          Content           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #content {
    padding: 4em 0;
    text-align: center;
  }
  #content .container {
    max-width: 30em;
  }
  #content .title {
    font-weight: 900;
    font-size: min(10vw, 2.4em);
    line-height: 1.20833333;
    color: #1A1A1A;
    position: relative;
    margin-bottom: 0.875em;
    text-align: center;
  }
  #content picture {
    display: none;
  }
  #content .button-solid {
    margin-top: 2.77777778em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #content {
    padding-top: 7.5em;
  }
  #content .container {
    padding: 0 1em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 55em;
    text-align: left;
  }
  #content .title {
    text-align: left;
  }
  #content .content-section {
    width: 27.5em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #content picture {
    display: block;
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 20.15em;
    height: 32.5em;
  }
  #content picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #content .container {
    max-width: 57em;
    padding: 0;
  }
  #content .content-section {
    width: 33em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0px) {
  body.dark-mode #content h2 {
    color: #fff;
  }
}
/*-- -------------------------- -->
<---       Grass Install        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #promise {
    padding-top: 0;
  }
  #promise .title {
    font-weight: 900;
    font-size: min(9vw, 2.4em);
    line-height: 1.20833333;
    color: #1A1A1A;
    position: relative;
    margin: auto;
    margin-bottom: 0.52083333em;
    text-align: center;
    max-width: 16.66666667em;
  }
  #promise p {
    font-size: 0.9em;
    margin: auto;
    margin-bottom: 2.77777778em;
    text-align: center;
    width: 96%;
    max-width: 33.33333333em;
  }
  #promise ul {
    padding: 0;
    width: 80%;
    max-width: 27.5em;
    margin: auto;
  }
  #promise ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    list-style: none;
    margin-bottom: 1em;
  }
  #promise ul li img {
    width: 1.1em;
    height: 1.1em;
    display: block;
    margin-right: 1.2em;
    margin-top: 0.1em;
  }
  #promise ul li h3 {
    font-size: 0.9em;
    line-height: 1.55555556;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #promise {
    padding-top: 5em;
  }
  #promise ul {
    -webkit-columns: 2;
            columns: 2;
    max-width: 36.5em;
  }
  #promise ul li {
    width: 100%;
    max-width: 17.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #promise {
    padding-top: 7.5em;
    padding-bottom: 0em;
    position: relative;
  }
  #promise:before {
    content: '';
    position: absolute;
    display: block;
    height: 25em;
    width: 25em;
    background: url("../images/shield.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .05;
    left: 50%;
    top: 0em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #promise ul li {
    margin-right: 0;
    font-size: inherit;
  }
  #promise ul li img {
    font-size: inherit;
    width: 100%;
    height: 100%;
    max-height: 1.1em;
    max-width: 1.1em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0px) {
  body.dark-mode #promise .title {
    color: #fff;
  }
  body.dark-mode #promise h3 {
    color: #fff;
  }
}
/*-- -------------------------- -->
<---           Dream            -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #interior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    padding-top: 4.5em;
    padding-bottom: 0;
  }
  #interior .left-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 0.5em;
    padding-bottom: 2.5em;
    background: #FBFBFB;
    padding-top: 2.5em;
  }
  #interior .left-section .desktop {
    display: none !important;
  }
  #interior .right-section {
    height: 15em;
    width: 100%;
    position: relative;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #interior .right-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #interior h2 {
    font-size: 1.5em;
    margin-bottom: 0.66666667em;
  }
  #interior p {
    margin-bottom: 1.77777778em;
  }
  #interior h3 {
    margin-bottom: 1.33333333em;
    font-size: 1.2em;
  }
  #interior ul {
    padding-left: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #interior {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 6.5em;
  }
  #interior h2 {
    font-size: 2em;
  }
  #interior .left-section {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 60%;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-right: 1.75em;
    min-height: 33.75em;
  }
  #interior .right-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 40%;
    min-height: 33.75em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #interior {
    margin-top: 1.5em;
  }
  #interior .left-section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 5em;
    height: 30em;
    width: 50%;
  }
  #interior h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  #interior p {
    font-size: 0.9em;
  }
  #interior .left-section .desktop {
    display: inline-block !important;
  }
  #interior .right-section {
    height: 30em;
    width: 50%;
    margin-bottom: 0;
  }
  #interior .left-section .content {
    margin-left: auto;
    width: 24.75em;
    margin-right: 3.25em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #interior .left-section {
    height: 38.45em;
  }
  #interior .left-section .content {
    width: 24.25em;
    margin-right: 4.25em;
  }
  #interior .right-section {
    height: 38.45em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0px) {
  body.dark-mode #interior .left-section {
    background: var(--medium);
  }
}
/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #ourservices {
    padding: 0;
    padding-top: 2.5em;
    padding-bottom: 0em;
  }
  #ourservices .container {
    padding: 0 2.25em;
  }
  #ourservices h2 {
    font-size: 2.1em;
    line-height: 1em;
    font-weight: 900;
    max-width: 14.28571429em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-bottom: 0.47619048em;
    position: relative;
  }
  #ourservices h2:before {
    content: '';
    position: absolute;
    height: 3.57142857em;
    width: 3.57142857em;
    background: var(--primary);
    opacity: .05;
    top: -1.19047619em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  #ourservices h3 {
    font-size: 1.2em;
    position: relative;
    margin-bottom: 0.625em;
  }
  #ourservices h3:before {
    content: '';
    position: absolute;
    display: block;
    height: 1.25em;
    width: 1.25em;
    background: var(--primary);
    opacity: .2;
    top: -0.25em;
    left: -0.83333333em;
    z-index: -1;
    -webkit-animation-name: bobbleOne;
    animation-name: bobbleOne;
    -webkit-animation-duration: 5.5s;
    animation-duration: 5.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #ourservices h3:after {
    content: '';
    position: absolute;
    display: block;
    height: 0.75em;
    width: 0.75em;
    background: var(--primary);
    opacity: .3;
    top: -0.41666667em;
    left: -1.04166667em;
    -webkit-animation-name: bobbleTwo;
    animation-name: bobbleTwo;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: .5s;
    animation-delay: .6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #ourservices p {
    font-size: 0.9em;
    color: #595959;
    text-align: center;
    width: 96%;
    max-width: 35em;
    margin: auto;
    margin-bottom: 5em;
  }
  #ourservices .item {
    margin-bottom: 3em;
  }
  #ourservices .item p {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* Tabelt */
@media only screen and (min-width: 48em) {
  #ourservices {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #ourservices .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ourservices .item {
    width: 45%;
  }
}
/* small Desktop */
@media only screen and (min-width: 64em) {
  #ourservices {
    padding-top: 10em;
    padding-bottom: 2.5em;
  }
  #ourservices .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #ourservices .item {
    width: 45%;
    max-width: 24.3em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0px) {
  body.dark-mode #ourservices p {
    color: #fff;
    opacity: .8;
  }
}
/*-- -------------------------- -->
<---         Why Choose         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #why-choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    padding-top: 4.5em;
    padding-bottom: 0;
  }
  #why-choose .left-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 0.5em;
    padding-bottom: 2.5em;
    background: #FBFBFB;
    padding-top: 2.5em;
  }
  #why-choose .left-section .desktop {
    display: none !important;
  }
  #why-choose .right-section {
    height: 15em;
    width: 100%;
    position: relative;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #why-choose .right-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #why-choose h2 {
    font-size: 1.5em;
    margin-bottom: 0.66666667em;
  }
  #why-choose p {
    margin-bottom: 1.77777778em;
  }
  #why-choose h3 {
    margin-bottom: 1.33333333em;
    font-size: 1.2em;
  }
}
/* Tabelt */
@media only screen and (min-width: 48em) {
  #why-choose {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 130px;
  }
  #why-choose h2 {
    font-size: 2em;
  }
  #why-choose .left-section {
    width: 60%;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-right: 1.75em;
    min-height: 41em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #why-choose .right-section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
    margin-right: 2.5em;
    min-height: 41em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #why-choose {
    margin-top: 1.5em;
  }
  #why-choose .left-section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 5em;
    height: 30em;
    width: 50%;
  }
  #why-choose .left-section .content {
    padding-right: 2.5em;
  }
  #why-choose h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  #why-choose p {
    font-size: 0.9em;
  }
  #why-choose .left-section .desktop {
    display: inline-block !important;
  }
  #why-choose .right-section {
    height: 30em;
    width: 50%;
    margin-bottom: 0;
    margin: 0;
  }
  #why-choose .left-section .content {
    margin-left: auto;
    padding-left: 3.25em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #why-choose .left-section {
    height: 38.45em;
  }
  #why-choose .left-section .content {
    margin-right: auto;
    margin-left: 4.25em;
    padding: 0;
    width: 25em;
  }
  #why-choose .right-section {
    height: 38.45em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0px) {
  body.dark-mode #why-choose .left-section {
    background: var(--medium);
  }
}
