/*
  Theme Name: NoiseAware
  Theme URI: https://noiseaware.com
  Author: Joe Weaver
  Author URI: https://joeweaver.me
  Description: NoiseAware website theme
  Requires at least: 5.0
  Requires PHP: 7.0
  Version: 0.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: noiseaware
  Tags: noiseaware
*/
:root {
  --wave-hero-clip: url(#hero-clip);
  --wave-hero-sub-clip: url(#hero-sub-clip);
}
@media screen and (min-width: 1440px) {
  :root {
    --unit: 36px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --unit: 2.5vw;
  }
}
body::before {
  display: block;
  font-size: 43px;
  font-weight: bold;
  left: calc(50% - 125px);
  position: fixed;
  width: 250px;
  text-align: center;
  top: 28px;
  z-index: 99999;
}
body.admin-bar::before {
  position: fixed;
  top: 59px;
}
@media screen and (max-width: 782px) {
  body.admin-bar::before {
    top: 75px !important;
  }
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  align-items: flex-start;
  background-color: #f7f3eb;
  color: #456e6c;
  display: flex;
  flex-direction: column;
  font-family: "Degular", sans-serif;
  font-size: 16px;
  justify-content: center;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 108px;
  position: relative;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1440px) {
  body {
    font-size: calc(var(--unit) * 4/7);
  }
}
body #wpadminbar {
  position: fixed !important;
}
@media screen and (min-width: 782px) {
  body.admin-bar header {
    margin-top: 32px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar header {
    margin-top: 46px;
  }
}
body.sub-nav {
  padding-top: 180px;
}
@media screen and (min-width: 1440px) {
  body.sub-nav {
    padding-top: 180px !important;
  }
}
@media screen and (min-width: 1440px) {
  body:not(.sub-nav) {
    padding-top: 108px !important;
  }
}
body a {
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
body a:hover {
  text-decoration: underline;
}
body a.email {
  text-decoration: underline;
}
body a.email:hover {
  text-decoration: none;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  font-weight: normal;
  margin: 0;
}

.content404 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4vw;
  width: 100%;
}
.content404 h2, .content404 p {
  margin: 0.43vw;
}
.content404 h2 a, .content404 p a {
  color: #456e6c;
  font-weight: 500;
  text-decoration: underline;
}
.content404 h2 a:hover, .content404 p a:hover {
  text-decoration: none;
}
.content404 h2 {
  font-size: 2em;
  font-weight: normal;
}

input[type=submit], .na-button {
  align-items: center;
  background-color: #694361;
  border: 2px solid #694361;
  border-radius: 40px;
  color: #f7f3eb;
  cursor: pointer;
  display: flex;
  font-size: 21px;
  height: 47px;
  justify-content: center;
  line-height: 1;
  outline: 0;
  padding-bottom: 5px;
  text-decoration: none !important;
  text-transform: lowercase;
  white-space: nowrap;
  width: 160px;
}
input[type=submit]:hover, .na-button:hover {
  background-color: #f1eadc;
  border: 2px solid #694361;
  color: #694361;
}


header,
div[data-elementor-type="header"] {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
  }
  header nav,
  div[data-elementor-type="header"] nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  header nav.global-nav,
  div[data-elementor-type="header"] nav.global-nav {
    background-color: #456e6c;
    height: 108px;
  }
  header nav.global-nav .brand,
  div[data-elementor-type="header"] nav.global-nav .brand {
    background: url(img/logo.svg) no-repeat center center;
    background-size: contain;
    height: 48px;
    justify-self: start;
    margin: 0 0 0 36px;
    overflow: hidden;
    text-indent: -99999px;
    transition: margin 0.2s;
    width: 280px;
  }
  header nav.global-nav .links,
  div[data-elementor-type="header"] nav.global-nav .links {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  header nav.global-nav .links .sign-in,
  div[data-elementor-type="header"] nav.global-nav .links .sign-in {
    align-items: center;
    background: #456e6c;
    border: 2px solid #f1eadc;
    border-radius: 36px;
    color: #f1eadc;
    display: flex;
    font-size: 21px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    opacity: 1;
    padding-bottom: 5px;
    position: relative;
    right: 0;
    text-decoration: none;
    text-transform: lowercase;
    transition: opacity 0.2s, right 0.2s, width 0.2s;
    white-space: nowrap;
    width: 108px;
  }
  header nav.global-nav .links .sign-in:hover,
  div[data-elementor-type="header"] nav.global-nav .links .sign-in:hover {
    background: #f1eadc;
    color: #456e6c;
  }
  @media screen and (max-width: 782px) {
    header nav.global-nav .links .sign-in,
    div[data-elementor-type="header"] nav.global-nav .links .sign-in {
      opacity: 0;
      right: -288px;
      width: 0;
    }
  }
  header nav.global-nav .links .menu-button,
  div[data-elementor-type="header"] nav.global-nav .links .menu-button {
    box-sizing: content-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 21px;
    justify-content: space-between;
    margin: 18px;
    padding: 18px;
    width: 36px;
  }
  header nav.global-nav .links .menu-button .bar,
  div[data-elementor-type="header"] nav.global-nav .links .menu-button .bar {
    background-color: #f1eadc;
    height: 6px;
    width: 36px;
  }
  header nav.sub-nav,
  div[data-elementor-type="header"] nav.sub-nav {
    background-color: #3c3333;
    display: flex;
    height: 72px;
    justify-content: space-evenly;
    width: 100%;
  }
  @media screen and (max-width: 1024px) {
    header nav.sub-nav,
    div[data-elementor-type="header"] nav.sub-nav {
      display: flex;
    }
  }
  @media screen and (max-width: 782px) {
    header nav.sub-nav,
    div[data-elementor-type="header"] nav.sub-nav {
      display: none;
    }
  }
  header nav.sub-nav a,
  div[data-elementor-type="header"] nav.sub-nav a {
    border-bottom: 1px solid transparent;
    color: #f1eadc;
    font-size: 24px;
    line-height: 1;
    margin: 0 5px;
    padding-bottom: 2px;
    text-decoration: none;
    white-space: nowrap;
  }
  @media screen and (max-width: 1024px) {
    header nav.sub-nav a,
    div[data-elementor-type="header"] nav.sub-nav a {
      font-size: 19px;
    }
  }
  header nav.sub-nav a:hover, header nav.sub-nav a.current,
  div[data-elementor-type="header"] nav.sub-nav a:hover, div[data-elementor-type="header"] nav.sub-nav a.current {
    border-bottom: 1px solid rgba(241, 234, 220, 0.5);
    text-decoration: none;
  }
  header .menu,
  div[data-elementor-type="header"] .menu {
    background: #f1eadc;
    color: #456e6c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    position: absolute;
    right: calc(var(--unit) * -15);
    top: 0;
    opacity: 0;
    transition: left 0.2s, right 0.2s;
    z-index: 5;
  }
  header .menu.opened,
  div[data-elementor-type="header"] .menu.opened {
    right: 0;
    opacity:1
  }
  @media screen and (max-width: 781px) {
    header .menu.opened,
    div[data-elementor-type="header"] .menu.opened {
      width: 100vw;
      height: 100vh;
    }
  }
  header .menu nav,
  div[data-elementor-type="header"] .menu nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: calc(var(--unit) * 20);
    padding: calc(var(--unit) * 4) calc(var(--unit) * 1) calc(var(--unit) * 3) calc(var(--unit) * 2);
    transition: padding-top 0.2s ease;
    transition: margin-top 0.2s;
    width: calc(var(--unit) * 15);
  }
  @media screen and (max-height: 700px) {
    header .menu nav,
    div[data-elementor-type="header"] .menu nav {
      padding-top: var(--unit);
    }
  }
  header .menu nav .menu-title,
  div[data-elementor-type="header"] .menu nav .menu-title {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 10px;
    opacity: 1;
    transition: margin-left 0.2s, opacity 0.2s;
  }
  @media screen and (min-width: 1024px) {
    header .menu nav .menu-title,
    div[data-elementor-type="header"] .menu nav .menu-title {
      font-size: 24px;
    }
  }
  header .menu nav .menu-options,
  div[data-elementor-type="header"] .menu nav .menu-options {
    list-style: none;
    overflow: hidden;
    padding: 0;
  }
  header .menu nav .menu-options li,
  div[data-elementor-type="header"] .menu nav .menu-options li {
    line-height: 60px;
  }
  header .menu nav .menu-options li a,
  div[data-elementor-type="header"] .menu nav .menu-options li a {
    border-bottom: 1px solid transparent;
    color: #456e6c;
    font-size: 60px;
    line-height: 60px;
    text-decoration: none;
    text-transform: lowercase;
    transition: font-size 0.2s, line-height 0.2s;
    white-space: nowrap;
  }
  header .menu nav .menu-options li a:hover, header .menu nav .menu-options li a:active, header .menu nav .menu-options li a.current,
  div[data-elementor-type="header"] .menu nav .menu-options li a:hover, div[data-elementor-type="header"] .menu nav .menu-options li a:active, div[data-elementor-type="header"] .menu nav .menu-options li a.current {
    border-bottom: 1px solid #456e6c;
    color: #456e6c;
  }
  @media screen and (min-width: 782px) {
    header .menu nav .menu-options li a.sign-in,
    div[data-elementor-type="header"] .menu nav .menu-options li a.sign-in {
      display: none;
    }
  }
  @media screen and (min-width: 1024px) {
    header .menu nav .menu-options li a,
    div[data-elementor-type="header"] .menu nav .menu-options li a {
      mine-height: 80px;
    }
  }
  header .menu .close,
  div[data-elementor-type="header"] .menu .close {
    background: url(img/menu-close.svg) no-repeat center center;
    background-size: contain;
    box-sizing: content-box;
    cursor: pointer;
    display: block;
    height: 72px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    right: 36px;
    text-indent: -99999px;
    top: 36px;
    transition: background-size 0.2s, height 0.2s, padding 0.2s, width 0.2s;
    width: 72px;
  }

.hero {
  position: relative;
  height: calc(100vh - 108px);
  width: 100%;
  background: -webkit-linear-gradient(330deg, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(330deg, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(60deg, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 50%);
  background-image: url("img/homepage-hero.png") no-repeat center center;
  background-size: cover;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .hero {
    display: flex;
    height: 576px;
    margin-top: 72px;
  }
}
.hero .content {
  position: relative;
  max-width: 1152px;
  margin: 54px 36px 0px 36px;
}
@media screen and (min-width: 1024px) {
  .hero .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin: 0px 72px 0px 72px;
    padding: 0px 0px 108px 0px;
  }
}
@media screen and (min-width: 1296px) {
  .hero .content {
    margin: 0px auto 0px auto;
  }
}
.hero .content h1 {
  max-width: 220px;
  font-size: 36px;
  line-height: 36px;
  color: #f1eadc;
}
@media screen and (min-width: 1024px) {
  .hero .content h1 {
    max-width: 432px;
    font-size: 72px;
    line-height: 72px;
  }
}
.hero .content p {
  max-width: 220px;
  font-size: 36px;
  line-height: 36px;
  color: #f1eadc;
}
@media screen and (min-width: 1024px) {
  .hero .content p {
    max-width: 540px;
    font-size: 42px;
    line-height: 48px;
  }
}
.hero .content h1 + p {
  margin-top: 36px;
}
.hero.homepage {
  background-image: url("img/homepage-hero-mobile.jpg");
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .hero.homepage {
    margin-top: 0px;
    background-image: url("img/homepage-hero.png");
    background-position: center;
  }
}
.hero.homeowners.noiseaware-knowledge {
  background-image: url("img/hero-homeowners-noiseaware-knowledge-mobile.jpg");
  background-position: center bottom;
}
@media screen and (min-width: 1024px) {
  .hero.homeowners.noiseaware-knowledge {
    background-image: url("img/hero-homeowners-noiseaware-knowledge.jpg");
    background-position: center;
  }
}
.hero.homeowners.easy-to-use {
  background-image: url("img/hero-homeowners-easy-to-use-mobile.jpg");
  background-position: center bottom;
}
@media screen and (min-width: 1024px) {
  .hero.homeowners.easy-to-use {
    background-image: url("img/hero-homeowners-easy-to-use.png");
    background-position: center;
  }
}
.hero.homeowners.return-on-rental {
  background-image: url("img/hero-homeowners-return-on-rental-mobile.jpg");
  background-position: center bottom;
}
@media screen and (min-width: 1024px) {
  .hero.homeowners.return-on-rental {
    background-image: url("img/hero-homeowners-return-on-rental.png");
    background-position: center;
  }
}
.hero.homeowners.property-assurance {
  background-image: url("img/hero-homeowners-property-assurance-mobile.jpg");
  background-position: center top;
}
@media screen and (min-width: 1024px) {
  .hero.homeowners.property-assurance {
    background-image: url("img/hero-homeowners-property-assurance.png");
    background-position: center;
  }
}
.hero.homeowners.peace-of-mind {
  background-image: url("img/hero-homeowners-peace-of-mind-mobile.jpg");
  background-position: center bottom;
}
@media screen and (min-width: 1024px) {
  .hero.homeowners.peace-of-mind {
    background-image: url("img/hero-homeowners-peace-of-mind.png");
    background-position: center;
  }
}
.hero.property-managers.noiseaware-knowledge {
  background-image: url("img/hero-property-managers-noiseaware-knowledge-mobile.jpg");
  background-position: center bottom;
}
@media screen and (min-width: 1024px) {
  .hero.property-managers.noiseaware-knowledge {
    background-image: url("img/hero-property-managers-noiseaware-knowledge.png");
    background-position: center;
  }
}
.hero.property-managers.easy-to-use {
  background-image: url("img/hero-property-managers-easy-to-use-mobile.jpg");
  background-position: center bottom;
}
@media screen and (min-width: 1024px) {
  .hero.property-managers.easy-to-use {
    background-image: url("img/hero-property-managers-easy-to-use.png");
    background-position: center;
  }
}
.hero.property-managers.return-on-rental {
  background-image: url("img/hero-property-managers-return-on-rental-mobile.jpg");
  background-position: center bottom;
}
@media screen and (min-width: 1024px) {
  .hero.property-managers.return-on-rental {
    background-image: url("img/hero-property-managers-return-on-rental.png");
    background-position: center;
  }
}
.hero.property-managers.property-assurance {
  background-image: url("img/hero-property-managers-property-assurance-mobile.jpg");
  background-position: center bottom;
}
@media screen and (min-width: 1024px) {
  .hero.property-managers.property-assurance {
    background-image: url("img/hero-property-managers-property-assurance.png");
    background-position: center;
  }
}
.hero.property-managers.peace-of-mind {
  background-image: url("img/hero-property-managers-peace-of-mind-mobile.jpg");
  background-position: center bottom;
}
@media screen and (min-width: 1024px) {
  .hero.property-managers.peace-of-mind {
    background-image: url("img/hero-property-managers-peace-of-mind.png");
    background-position: center;
  }
}

.sidekick {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
}
.sidekick > div {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 188px;
  background-color: #3c3333;
  padding: 30px 36px;
}
@media screen and (min-width: 1024px) {
  .sidekick > div {
    padding: 52px 72px;
    max-width: 432px;
    margin: -140px 72px 0px auto;
  }
}
@media screen and (min-width: 1280px) {
  .sidekick > div {
    margin: -140px 180px 0px auto;
  }
}
.sidekick > div > p {
  font-size: 24px;
  line-height: 32px;
  color: #edc1bc;
}

.intro-text {
  width: 100%;
  max-width: 1152px;
  padding: 36px 54px 36px 36px;
  background-color: #f1eadc;
}
@media screen and (min-width: 1024px) {
  .intro-text {
    margin: 0px 72px 72px 72px;
    padding: 36px 0px 0px 0px;
    background-color: transparent;
  }
}
@media screen and (min-width: 1296px) {
  .intro-text {
    margin: 0px auto 144px auto;
  }
}
.intro-text h2 {
  font-size: 36px;
  line-height: 36px;
  color: #456e6c;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .intro-text h2 {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 36px;
  }
}
.intro-text h2 span {
  position: relative;
  top: -4px;
  font-size: 12px;
  line-height: 12px;
  vertical-align: super;
}
@media screen and (min-width: 1024px) {
  .intro-text h2 span {
    top: -14px;
  }
}
.intro-text p {
  max-width: 540px;
  font-size: 18px;
  line-height: 24px;
  color: #456e6c;
}
@media screen and (min-width: 1024px) {
  .intro-text p {
    font-size: 28px;
    line-height: 37px;
  }
}

@media screen and (min-width: 1024px) {
  #easy-to {
    margin-bottom: 0px !important;
  }
}

.right-photo-shift {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1368px;
  margin: 0px auto 36px auto;
}
@media (min-width: 1024px) {
  .right-photo-shift {
    display: block;
    margin: 0px auto 180px auto;
  }
}
.right-photo-shift > div:nth-child(1) {
  padding: 36px;
  background-color: #f7f3eb;
  width: 100%;
}
@media (min-width: 1024px) {
  .right-photo-shift > div:nth-child(1) {
    width: 76.32%;
    min-height: 468px;
    background-color: #f1eadc;
    padding: 72px;
  }
}
.right-photo-shift > div:nth-child(1) h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .right-photo-shift > div:nth-child(1) h3 {
    width: calc(64% - 72px);
    font-size: 36px;
    line-height: 36px;
  }
}
.right-photo-shift > div:nth-child(1) p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .right-photo-shift > div:nth-child(1) p {
    width: calc(64% - 72px);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
.right-photo-shift > div:nth-child(1) p:last-child {
  margin-bottom: 0px;
}
.right-photo-shift > div:nth-child(2) {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .right-photo-shift > div:nth-child(2) {
    position: absolute;
    top: 36px;
    right: -36px;
    height: 100%;
    width: 55.26%;
  }
}
.right-photo-shift > div:nth-child(2) > div {
  width: 100%;
  padding-bottom: 78%;
  background-color: #edc1bc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .right-photo-shift > div:nth-child(2) > div {
    height: calc(100% + 36px);
    padding: 0px;
  }
}

.left-photo-shift {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
  max-width: 1368px;
  margin: 0px auto 36px auto;
}
@media (min-width: 1024px) {
  .left-photo-shift {
    display: block;
    margin: 0px auto 180px auto;
  }
}
.left-photo-shift > div:nth-child(1) {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .left-photo-shift > div:nth-child(1) {
    position: absolute;
    top: 36px;
    left: -36px;
    height: 100%;
    width: 55.26%;
  }
}
.left-photo-shift > div:nth-child(1) > div {
  width: 100%;
  padding-bottom: 78%;
  background-color: #edc1bc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .left-photo-shift > div:nth-child(1) > div {
    height: calc(100% + 36px);
    padding: 0px;
  }
}
.left-photo-shift > div:nth-child(2) {
  padding: 36px 54px 36px 36px;
  background-color: #f7f3eb;
  width: 100%;
}
@media (min-width: 1024px) {
  .left-photo-shift > div:nth-child(2) {
    width: 76.32%;
    min-height: 468px;
    background-color: #f1eadc;
    padding: 72px;
    margin: 0px 0px 0px auto;
  }
}
.left-photo-shift > div:nth-child(2) h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .left-photo-shift > div:nth-child(2) h3 {
    width: calc(64% - 72px);
    font-size: 36px;
    line-height: 36px;
    margin: 0px 0px 24px auto;
  }
}
.left-photo-shift > div:nth-child(2) p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .left-photo-shift > div:nth-child(2) p {
    width: calc(64% - 72px);
    font-size: 24px;
    line-height: 32px;
    margin: 0px 0px 32px auto;
  }
}
.left-photo-shift > div:nth-child(2) p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  #versatile {
    margin-top: 108px;
  }
}

.right-photo-center {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1368px;
  margin: 0px auto 36px auto;
}
@media (min-width: 1024px) {
  .right-photo-center {
    display: block;
    margin: 0px auto 180px auto;
  }
}
.right-photo-center > div:nth-child(1) {
  padding: 36px 54px 36px 36px;
  background-color: #f7f3eb;
  width: 100%;
}
@media (min-width: 1024px) {
  .right-photo-center > div:nth-child(1) {
    width: 76.32%;
    min-height: 468px;
    background-color: #f1eadc;
    padding: 72px;
  }
}
.right-photo-center > div:nth-child(1) h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .right-photo-center > div:nth-child(1) h3 {
    width: calc(64% - 72px);
    font-size: 36px;
    line-height: 36px;
  }
}
.right-photo-center > div:nth-child(1) p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .right-photo-center > div:nth-child(1) p {
    width: calc(64% - 72px);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
.right-photo-center > div:nth-child(1) p:last-child {
  margin-bottom: 0px;
}
.right-photo-center > div:nth-child(1) a {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .right-photo-center > div:nth-child(1) a {
    font-size: 24px;
    line-height: 33px;
    width: calc(64% - 72px);
  }
}
.right-photo-center > div:nth-child(1) a:link {
  color: #456e6c;
  text-decoration: underline;
}
.right-photo-center > div:nth-child(1) a:visited {
  color: #456e6c;
  text-decoration: underline;
}
.right-photo-center > div:nth-child(1) a:hover {
  color: #694361;
  text-decoration: underline;
}
.right-photo-center > div:nth-child(1) a:active {
  color: #456e6c;
  text-decoration: underline;
}
.right-photo-center > div:nth-child(2) {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .right-photo-center > div:nth-child(2) {
    position: absolute;
    top: -36px;
    right: -36px;
    height: 100%;
    width: 55.26%;
  }
}
.right-photo-center > div:nth-child(2) > div {
  width: 100%;
  padding-bottom: 78%;
  background-color: #edc1bc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .right-photo-center > div:nth-child(2) > div {
    height: calc(100% + 72px);
    padding: 0px;
  }
}

@media (min-width: 1024px) {
  #protect-against-damage {
    margin-top: 108px;
    margin-bottom: 108px;
  }
}
@media (min-width: 1024px) {
  #protect-against-damage > div:nth-child(2) {
    width: 52.5%;
  }
}

#enjoy-the-sound {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  #enjoy-the-sound {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  #enjoy-the-sound > div:nth-child(2) {
    width: 52.5%;
  }
}

.left-photo-center {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
  max-width: 1368px;
  margin: 0px auto 36px auto;
}
@media (min-width: 1024px) {
  .left-photo-center {
    display: block;
    margin: 0px auto 180px auto;
  }
}
.left-photo-center > div:nth-child(1) {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .left-photo-center > div:nth-child(1) {
    position: absolute;
    top: -36px;
    left: -36px;
    height: 100%;
    width: 55.26%;
  }
}
.left-photo-center > div:nth-child(1) > div {
  width: 100%;
  padding-bottom: 78%;
  background-color: #edc1bc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .left-photo-center > div:nth-child(1) > div {
    height: calc(100% + 72px);
    padding: 0px;
  }
}
.left-photo-center > div:nth-child(2) {
  padding: 36px 54px 36px 36px;
  background-color: #f7f3eb;
  width: 100%;
}
@media (min-width: 1024px) {
  .left-photo-center > div:nth-child(2) {
    width: 76.32%;
    min-height: 468px;
    background-color: #f1eadc;
    padding: 72px;
    margin: 0px 0px 0px auto;
  }
}
.left-photo-center > div:nth-child(2) h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .left-photo-center > div:nth-child(2) h3 {
    width: calc(64% - 72px);
    font-size: 36px;
    line-height: 36px;
    margin: 0px 0px 24px auto;
  }
}
.left-photo-center > div:nth-child(2) p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .left-photo-center > div:nth-child(2) p {
    width: calc(64% - 72px);
    font-size: 24px;
    line-height: 32px;
    margin: 0px 0px 32px auto;
  }
}
.left-photo-center > div:nth-child(2) p:last-child {
  margin-bottom: 0px;
}
.left-photo-center > div:nth-child(2) a {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .left-photo-center > div:nth-child(2) a {
    font-size: 24px;
    line-height: 33px;
    width: calc(64% - 72px);
    margin: 0px 0px 32px auto;
  }
}
.left-photo-center > div:nth-child(2) a:link {
  color: #456e6c;
  text-decoration: underline;
}
.left-photo-center > div:nth-child(2) a:visited {
  color: #456e6c;
  text-decoration: underline;
}
.left-photo-center > div:nth-child(2) a:hover {
  color: #694361;
  text-decoration: underline;
}
.left-photo-center > div:nth-child(2) a:active {
  color: #456e6c;
  text-decoration: underline;
}

#be-there {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #be-there {
    margin-bottom: 108px;
  }
}
@media (min-width: 1024px) {
  #be-there > div:nth-child(1) {
    width: 52.8%;
  }
}

@media (min-width: 1024px) {
  #resolve-problems-easily {
    margin-bottom: 108px;
  }
}
@media (min-width: 1024px) {
  #resolve-problems-easily > div:nth-child(1) {
    width: 52.8%;
  }
}

#a-true-partner h3 {
  font-size: 36px;
  line-height: 36px;
  color: #694361;
}
@media (min-width: 1024px) {
  #a-true-partner h3 {
    font-size: 72px;
    line-height: 72px;
  }
}
#a-true-partner p {
  color: #694361;
}

@media (min-width: 1024px) {
  #so-will-your-neighbors {
    margin-bottom: 108px;
  }
}

.left-photo-center-narrow {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
  max-width: 1368px;
  margin: 0px auto 36px auto;
}
@media (min-width: 1024px) {
  .left-photo-center-narrow {
    display: block;
    margin: 0px auto 180px auto;
  }
}
.left-photo-center-narrow > div:nth-child(1) {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .left-photo-center-narrow > div:nth-child(1) {
    position: absolute;
    top: 36px;
    left: -36px;
    height: 100%;
    width: 55.26%;
  }
}
.left-photo-center-narrow > div:nth-child(1) > div {
  width: 100%;
  padding-bottom: 78%;
  background-color: #edc1bc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .left-photo-center-narrow > div:nth-child(1) > div {
    height: calc(100% - 72px);
    padding: 0px;
  }
}
.left-photo-center-narrow > div:nth-child(2) {
  padding: 36px;
  background-color: #f7f3eb;
  width: 100%;
}
@media (min-width: 1024px) {
  .left-photo-center-narrow > div:nth-child(2) {
    width: 76.32%;
    min-height: 468px;
    background-color: #f1eadc;
    padding: 72px;
    margin: 0px 0px 0px auto;
  }
}
.left-photo-center-narrow > div:nth-child(2) h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .left-photo-center-narrow > div:nth-child(2) h3 {
    width: calc(64% - 72px);
    font-size: 36px;
    line-height: 36px;
    margin: 0px 0px 24px auto;
  }
}
.left-photo-center-narrow > div:nth-child(2) p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .left-photo-center-narrow > div:nth-child(2) p {
    width: calc(64% - 72px);
    font-size: 24px;
    line-height: 32px;
    margin: 0px 0px 32px auto;
  }
}
.left-photo-center-narrow > div:nth-child(2) p:last-child {
  margin-bottom: 0px;
}

.text-block {
  text-align: center;
  margin: 0px auto 108px auto;
}
.text-block h3 {
  font-size: 28px;
  line-height: 37px;
  color: #694361;
  margin: 0px 36px 12px 36px;
}
@media (min-width: 1024px) {
  .text-block h3 {
    font-size: 36px;
    line-height: 49px;
  }
}
.text-block p {
  font-size: 21px;
  line-height: 28px;
  color: #694361;
  max-width: 620px;
  margin: 0px 36px 21px 36px;
}
@media (min-width: 1024px) {
  .text-block p {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 24px;
  }
}
.text-block p:last-of-type {
  margin-bottom: 0px;
}
.text-block .stars span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-image: url("img/star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 16px 8px 0px 8px;
}
@media (min-width: 1024px) {
  .text-block .stars span {
    height: 40px;
    width: 40px;
    margin: 22px 16px 0px 16px;
  }
}
.text-block.wide p {
  max-width: 1008px;
}
@media (min-width: 1024px) {
  .text-block.double {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.text-block.double > div:nth-child(1) {
  display: none;
}
@media (min-width: 1024px) {
  .text-block.double > div:nth-child(1) {
    display: block;
  }
}

#monitor-your-property {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media (min-width: 1024px) {
  #monitor-your-property {
    margin-top: 0px;
    margin-bottom: 180px;
  }
}
#monitor-your-property h3 {
  font-size: 32px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  #monitor-your-property h3 {
    font-size: 36px;
    line-height: 49px;
  }
}

#five-star {
  margin: 72px auto 72px auto;
}
@media (min-width: 1024px) {
  #five-star {
    margin: 0px auto 180px auto;
  }
}

#fun-police {
  margin: 72px auto 72px auto;
}
@media (min-width: 1024px) {
  #fun-police {
    margin: 0px auto 180px auto;
  }
}

#trusted-by {
  margin: 36px auto 72px auto;
}
@media (min-width: 1024px) {
  #trusted-by {
    margin: 0px auto 180px auto;
  }
}

@media (min-width: 1024px) {
  #the-best {
    margin: 72px auto 72px auto;
  }
}

#subscription-service {
  display: flex;
  flex-wrap: wrap;
  max-width: 1296px;
  margin: 72px 36px 36px 36px;
}
@media screen and (min-width: 1024px) {
  #subscription-service {
    margin: 72px 72px 54px 72px;
  }
}
@media screen and (min-width: 1440px) {
  #subscription-service {
    margin: 72px auto 54px auto;
  }
}
#subscription-service > div:nth-child(1) {
  padding: 36px;
  width: 100%;
  background-color: #f1eadc;
  border: 1px solid #bdbdbd;
  border-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
}
#subscription-service > div:nth-child(1) > p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #456e6c;
  margin: 0px auto;
  padding: 0px 18px;
}
@media screen and (min-width: 1024px) {
  #subscription-service > div:nth-child(1) > p {
    font-size: 30px;
    line-height: 40px;
    padding: 0px 54px;
  }
}
#subscription-service > div:nth-child(2) {
  position: relative;
  width: 100%;
  min-height: 360px;
  background-color: #3c3333;
  padding: 20px 36px 52px 36px;
}
@media screen and (min-width: 768px) {
  #subscription-service > div:nth-child(2) {
    width: 50%;
    min-height: 504px;
    padding: 54px 108px;
  }
}
#subscription-service > div:nth-child(2) > h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #f7f3eb;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  #subscription-service > div:nth-child(2) > h4 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
#subscription-service > div:nth-child(2) > .price {
  position: relative;
  font-size: 96px;
  line-height: 96px;
  color: #f7f3eb;
  margin-bottom: 90px;
}
@media screen and (min-width: 1024px) {
  #subscription-service > div:nth-child(2) > .price {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1280px) {
  #subscription-service > div:nth-child(2) > .price {
    font-size: 144px;
    line-height: 144px;
    margin-bottom: 18px;
  }
}
#subscription-service > div:nth-child(2) > .price span {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: super;
}
@media screen and (min-width: 1280px) {
  #subscription-service > div:nth-child(2) > .price span {
    font-size: 39px;
    line-height: 39px;
  }
}
#subscription-service > div:nth-child(2) > p {
  display: none;
  font-size: 24px;
  line-height: 36px;
  color: #f7f3eb;
  margin-bottom: 72px;
}
@media screen and (min-width: 1024px) {
  #subscription-service > div:nth-child(2) > p {
    display: block;
  }
}
#subscription-service > div:nth-child(2) > a, #subscription-service > div:nth-child(2) button {
  max-width: 180px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  color: #f7f3eb;
  background-color: #694361;
  border: 0px;
  border-radius: 50px;
  padding: 6px 36px 8px 36px;
  transition: 0.23s ease;
  position: absolute;
  bottom: 54px;
}
#subscription-service > div:nth-child(2) > a:link, #subscription-service > div:nth-child(2) button:link {
  color: #f7f3eb;
  text-decoration: none;
}
#subscription-service > div:nth-child(2) > a:visited, #subscription-service > div:nth-child(2) button:visited {
  color: #f7f3eb;
  text-decoration: none;
}
#subscription-service > div:nth-child(2) > a:hover, #subscription-service > div:nth-child(2) button:hover {
  color: #694361;
  background-color: #f7f3eb;
  text-decoration: none;
}
#subscription-service > div:nth-child(2) > a:active, #subscription-service > div:nth-child(2) button:active {
  color: #f7f3eb;
  text-decoration: none;
}
#subscription-service > div:nth-child(3) {
  width: 100%;
  min-height: 180px;
  background-color: #3c3333;
  background-image: url("img/subscription-module-photo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  #subscription-service > div:nth-child(3) {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  #subscription-service.prop-mang > div:nth-child(2) > .price span {
    font-size: 64px;
    line-height: 64px;
  }
}
#subscription-service.prop-mang > div:nth-child(3) {
  background-image: url("img/subscription-prop-mang-module-photo.png");
}

/* SO EASY */
#so-easy {
  position: relative;
  width: 100%;
  background-color: #694361;
}
#so-easy > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
}
@media (min-width: 1024px) {
  #so-easy > div {
    flex-direction: row-reverse;
    max-width: 1280px;
    padding: 108px 36px 0px 36px;
  }
}
@media (min-width: 1024px) {
  #so-easy > div > div:nth-child(1) {
    width: 50%;
  }
}
#so-easy > div > div:nth-child(1) h3,
#so-easy > div > div:nth-child(1) h2.na-h3 {
  font-size: 72px;
  line-height: 72px;
  color: #edc1bc;
  padding: 36px 54px 36px 36px;
}
@media (min-width: 1024px) {
  #so-easy > div > div:nth-child(1) h3,
  #so-easy > div > div:nth-child(1) h2.na-h3 {
    font-size: 144px;
    line-height: 144px;
    padding: 0px 0px 36px 0px;
  }
}
#so-easy > div > div:nth-child(1) p {
  font-size: 18px;
  line-height: 24px;
  color: #edc1bc;
  padding: 0px 54px 36px 36px;
}
@media (min-width: 1024px) {
  #so-easy > div > div:nth-child(1) p {
    font-size: 24px;
    line-height: 36px;
    padding: 0px 0px 36px 0px;
  }
}
#so-easy > div > div:nth-child(1) a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 0px 54px 36px 36px;
}
@media (min-width: 1024px) {
  #so-easy > div > div:nth-child(1) a {
    font-size: 24px;
    line-height: 24px;
    padding: 0px 0px 36px 0px;
  }
}
#so-easy > div > div:nth-child(1) a:link {
  color: #edc1bc;
  text-decoration: underline;
}
#so-easy > div > div:nth-child(1) a:visited {
  color: #edc1bc;
  text-decoration: underline;
}
#so-easy > div > div:nth-child(1) a:hover {
  color: #f1eadc;
  text-decoration: underline;
}
#so-easy > div > div:nth-child(1) a:active {
  color: #edc1bc;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  #so-easy > div > div:nth-child(2) {
    width: 50%;
  }
}
#so-easy > div > div:nth-child(2) img {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
}
#so-easy > div > div:nth-child(2) img.mobile {
  display: block;
}
#so-easy > div > div:nth-child(2) img.desktop {
  display: none;
}

/* AROUND THE CLOCK */
#around-the-clock {
  position: relative;
  width: 100%;
  background-color: #3c3333;
}
@media (min-width: 1024px) {
  #around-the-clock {
    min-height: 500px;
  }
}
@media (min-width: 1280px) {
  #around-the-clock {
    min-height: 700px;
  }
}
#around-the-clock > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
}
@media (min-width: 1024px) {
  #around-the-clock > div {
    flex-direction: row;
    max-width: 1280px;
    padding: 108px 36px 0px 36px;
  }
}
@media (min-width: 1024px) {
  #around-the-clock > div > div:nth-child(1) {
    width: 50%;
  }
}
#around-the-clock > div > div:nth-child(1) h3,
#around-the-clock > div > div:nth-child(1) h2.na-h3 {
  font-size: 72px;
  line-height: 72px;
  color: #edc1bc;
  padding: 36px 54px 36px 36px;
}
@media (min-width: 1024px) {
  #around-the-clock > div > div:nth-child(1) h3,
  #around-the-clock > div > div:nth-child(1) h2.na-h3 {
    font-size: 144px;
    line-height: 144px;
    padding: 0px 0px 36px 0px;
  }
}
#around-the-clock > div > div:nth-child(1) p {
  font-size: 18px;
  line-height: 24px;
  color: #edc1bc;
  padding: 0px 54px 36px 36px;
}
@media (min-width: 1024px) {
  #around-the-clock > div > div:nth-child(1) p {
    font-size: 24px;
    line-height: 36px;
    padding: 0px 0px 36px 0px;
  }
}
#around-the-clock > div > div:nth-child(1) a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 0px 54px 36px 36px;
}
@media (min-width: 1024px) {
  #around-the-clock > div > div:nth-child(1) a {
    font-size: 24px;
    line-height: 24px;
    padding: 0px 0px 36px 0px;
  }
}
#around-the-clock > div > div:nth-child(1) a:link {
  color: #edc1bc;
  text-decoration: underline;
}
#around-the-clock > div > div:nth-child(1) a:visited {
  color: #edc1bc;
  text-decoration: underline;
}
#around-the-clock > div > div:nth-child(1) a:hover {
  color: #f1eadc;
  text-decoration: underline;
}
#around-the-clock > div > div:nth-child(1) a:active {
  color: #edc1bc;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  #around-the-clock > div > div:nth-child(2) {
    width: 50%;
  }
}
#around-the-clock > div > div:nth-child(2) img {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  #around-the-clock > div > div:nth-child(2) img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 400px;
    width: auto;
  }
}
@media (min-width: 1280px) {
  #around-the-clock > div > div:nth-child(2) img {
    height: 650px;
  }
}
#around-the-clock > div > div:nth-child(2) img.mobile {
  display: block;
}
#around-the-clock > div > div:nth-child(2) img.desktop {
  display: none;
}

/* DO IT ALL */
#do-it-all {
  position: relative;
  width: 100%;
  background-color: #f1eadc;
  padding-top: 70%;
  margin-top: 40%;
}
@media screen and (min-width: 420px) {
  #do-it-all {
    margin-top: 40%;
  }
}
@media screen and (min-width: 480px) {
  #do-it-all {
    margin-top: 60%;
  }
}
@media screen and (min-width: 500px) {
  #do-it-all {
    margin-top: 80%;
  }
}
@media screen and (min-width: 700px) {
  #do-it-all {
    margin-top: 575px;
    padding-top: 500px;
  }
}
@media screen and (min-width: 1024px) {
  #do-it-all {
    margin-top: 0px;
    padding-top: 72px;
    top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  #do-it-all > div {
    position: relative;
    max-width: 1296px;
    margin: 0px auto;
    padding-bottom: 300px;
  }
}
#do-it-all > div > div:nth-child(1) {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 83.333%;
  max-width: 580px;
}
@media screen and (min-width: 1024px) {
  #do-it-all > div > div:nth-child(1) {
    height: 653px;
    width: 400px;
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  #do-it-all > div > div:nth-child(1) {
    height: 1016px;
    width: 626px;
  }
}
#do-it-all > div > div:nth-child(1) > div {
  width: 100%;
  padding-bottom: 214%;
  background-image: url("img/do-it-all-mobile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  #do-it-all > div > div:nth-child(1) > div {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    background-image: url("img/do-it-all-desktop.png");
    padding: 0px;
  }
}
#do-it-all > div > div:nth-child(2) {
  position: relative;
  padding: 36px 36px 36px 36px;
  z-index: 1;
}
#do-it-all > div > div:nth-child(2) h3 {
  font-size: 36px;
  line-height: 36px;
  color: #694361;
  margin-bottom: 12px;
  width: 75%;
  max-width: 350px;
}
@media screen and (min-width: 1024px) {
  #do-it-all > div > div:nth-child(2) h3 {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 27px;
    width: 100%;
    max-width: 410px;
  }
}
#do-it-all > div > div:nth-child(2) p {
  font-size: 18px;
  line-height: 24px;
  color: #694361;
  width: 80%;
  max-width: 350px;
}
@media screen and (min-width: 1024px) {
  #do-it-all > div > div:nth-child(2) p {
    font-size: 28px;
    line-height: 37px;
    width: 100%;
    max-width: 410px;
  }
}

/* THREE UP */
#three-up {
  position: relative;
  margin-top: 72px;
}
@media screen and (min-width: 1024px) {
  #three-up {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: -108px auto 0px auto;
  }
}
@media screen and (min-width: 1280px) {
  #three-up {
    width: 1148px;
  }
}
#three-up > div {
  padding: 0px 54px 72px 54px;
}
@media screen and (min-width: 1024px) {
  #three-up > div {
    width: 360px;
    padding: 0px 18px;
  }
}
@media screen and (min-width: 1280px) {
  #three-up > div {
    width: 360px;
    padding: 0px;
  }
}
#three-up > div img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px 0px 18px 0px;
}
#three-up > div h4 {
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #694361;
  margin-bottom: 18px;
}
#three-up > div p {
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  color: #694361;
}
#three-up.outline > div img {
  border: 1px solid #bdbdbd;
  border-radius: 50%;
}

/* BOOMBOX */
#boombox {
  position: relative;
  width: 100%;
  max-width: 1292px;
  margin: 72px auto 0px auto;
}
@media screen and (min-width: 1024px) {
  #boombox {
    margin: -216px auto 72px auto;
  }
}
#boombox > div {
  height: 0px;
  width: 100%;
  background-image: url("img/boombox-mobile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 116%;
}
@media screen and (min-width: 1024px) {
  #boombox > div {
    max-width: 1292px;
    background-image: url("img/boombox.png");
    padding-bottom: 42%;
  }
}

/* SET UP AND SAFE */
#set-up-and-safe {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #set-up-and-safe {
    height: 800px;
    background-image: url("img/set-up-and-safe-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
#set-up-and-safe > div:nth-child(1) {
  padding: 36px;
}
@media screen and (min-width: 1024px) {
  #set-up-and-safe > div:nth-child(1) {
    max-width: 1152px;
    margin: 216px auto 0px auto;
    padding: 0px;
  }
}
#set-up-and-safe > div:nth-child(1) h3 {
  font-size: 36px;
  line-height: 36px;
  color: #694361;
  margin-bottom: 12px;
  max-width: 500px;
}
@media screen and (min-width: 1024px) {
  #set-up-and-safe > div:nth-child(1) h3 {
    font-size: 72px;
    line-height: 72px;
    color: #f1eadc;
    margin-bottom: 18px;
    margin-left: 36px;
  }
}
@media screen and (min-width: 1280px) {
  #set-up-and-safe > div:nth-child(1) h3 {
    margin-left: 0px;
  }
}
#set-up-and-safe > div:nth-child(1) p {
  font-size: 18px;
  line-height: 24px;
  color: #694361;
  max-width: 500px;
}
@media screen and (min-width: 1024px) {
  #set-up-and-safe > div:nth-child(1) p {
    font-size: 28px;
    line-height: 37px;
    color: #f1eadc;
    margin-left: 36px;
  }
}
@media screen and (min-width: 1280px) {
  #set-up-and-safe > div:nth-child(1) p {
    margin-left: 0px;
  }
}
#set-up-and-safe > div:nth-child(2) {
  display: block;
  width: 100%;
  padding-bottom: 70%;
  background-image: url("img/set-up-module.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  #set-up-and-safe > div:nth-child(2) {
    display: none;
  }
}

/* WORKS FOR YOU */
#works-for-you {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #works-for-you {
    background-color: #f1eadc;
    margin-bottom: 142px;
  }
}
#works-for-you > div {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  #works-for-you > div {
    flex-direction: row;
    margin: 0px 72px;
  }
}
@media screen and (min-width: 1296px) {
  #works-for-you > div {
    max-width: 1152px;
    margin: 0px auto;
  }
}
#works-for-you > div > div:nth-child(1) {
  padding: 216px 36px 36px 36px;
  background-color: #f1eadc;
  margin-top: -252px;
}
@media screen and (min-width: 1024px) {
  #works-for-you > div > div:nth-child(1) {
    margin-top: 0px;
    padding: 108px 0px 180px 0px;
    background-color: transparent;
  }
}
#works-for-you > div > div:nth-child(1) h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 12px;
  max-width: 500px;
  color: #694361;
}
@media screen and (min-width: 1024px) {
  #works-for-you > div > div:nth-child(1) h3 {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 18px;
  }
}
#works-for-you > div > div:nth-child(1) p {
  font-size: 18px;
  line-height: 24px;
  max-width: 600px;
  color: #694361;
}
@media screen and (min-width: 1024px) {
  #works-for-you > div > div:nth-child(1) p {
    font-size: 24px;
    line-height: 32px;
  }
}
#works-for-you > div > div:nth-child(2) {
  padding: 36px;
}
#works-for-you > div > div:nth-child(2) img {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  #works-for-you > div > div:nth-child(2) img {
    margin-top: -252px;
  }
}

/* THERE FOR YOU */
#there-for-you {
  width: 100%;
}
#there-for-you > div {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1440px;
  margin: 0px auto;
}
@media screen and (min-width: 1024px) {
  #there-for-you > div {
    flex-direction: row;
  }
}
#there-for-you > div > div:nth-child(1) {
  width: 100%;
  padding: 36px 54px 36px 36px;
}
@media screen and (min-width: 1024px) {
  #there-for-you > div > div:nth-child(1) {
    width: 50%;
    padding: 0px 54px 0px 36px;
  }
}
#there-for-you > div > div:nth-child(1) h3 {
  max-width: 540px;
  font-size: 36px;
  line-height: 36px;
  color: #694361;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  #there-for-you > div > div:nth-child(1) h3 {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 18px;
  }
}
#there-for-you > div > div:nth-child(1) p {
  max-width: 460px;
  font-size: 18px;
  line-height: 24px;
  color: #694361;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  #there-for-you > div > div:nth-child(1) p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
  }
}
#there-for-you > div > div:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #there-for-you > div > div:nth-child(2) {
    width: 50%;
  }
}
#there-for-you > div > div:nth-child(2) img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

/* DO IT ALL */
#do-it-all-pm {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #do-it-all-pm {
    background-color: #f1eadc;
    margin-top: 252px;
    position: relative;
  }
}
#do-it-all-pm > div {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1440px;
  margin: 0px auto;
}
@media screen and (min-width: 1024px) {
  #do-it-all-pm > div {
    flex-direction: row;
    padding: 90px 36px 252px 36px;
  }
}
#do-it-all-pm > div > div:nth-child(1) {
  width: 100%;
  padding: 180px 54px 36px 36px;
  background-color: #f1eadc;
}
@media screen and (min-width: 1024px) {
  #do-it-all-pm > div > div:nth-child(1) {
    width: 50%;
    padding: 0px 72px 0px 0px;
    background-color: transparent;
  }
}
#do-it-all-pm > div > div:nth-child(1) h3 {
  max-width: 540px;
  font-size: 36px;
  line-height: 36px;
  color: #694361;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  #do-it-all-pm > div > div:nth-child(1) h3 {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 18px;
  }
}
#do-it-all-pm > div > div:nth-child(1) p {
  max-width: 460px;
  font-size: 18px;
  line-height: 24px;
  color: #694361;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  #do-it-all-pm > div > div:nth-child(1) p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
  }
}
#do-it-all-pm > div > div:nth-child(2) {
  width: 100%;
  margin-bottom: -180px;
}
@media screen and (min-width: 1024px) {
  #do-it-all-pm > div > div:nth-child(2) {
    width: 50%;
    margin: 0px;
  }
}
#do-it-all-pm > div > div:nth-child(2) img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}
@media screen and (min-width: 1024px) {
  #do-it-all-pm > div > div:nth-child(2) img {
    position: absolute;
    top: -100px;
    right: 0px;
    width: 800px;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  #do-it-all-pm > div > div:nth-child(2) img {
    top: -260px;
    width: 1000px;
  }
}

/* FEATURED IN */
#featured-in {
  max-width: 1368px;
  margin: 0px auto;
}
@media screen and (min-width: 1024px) {
  #featured-in {
    display: flex;
    flex-direction: row;
  }
}
#featured-in h3 {
  font-size: 24px;
  line-height: 32px;
  max-width: 250px;
  margin: 54px 36px;
}
@media screen and (min-width: 1024px) {
  #featured-in h3 {
    width: 50%;
    font-size: 36px;
    line-height: 36px;
    max-width: none;
  }
}
#featured-in > div {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0px 36px 36px 36px;
}
@media screen and (min-width: 1024px) {
  #featured-in > div {
    width: 50%;
  }
}
#featured-in > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  width: calc(50% - 36px);
}
@media screen and (min-width: 1024px) {
  #featured-in > div > div {
    margin-top: 36px;
    width: calc(33.333% - 36px);
  }
}
#featured-in > div > div img {
  width: 100%;
  height: auto;
}
#featured-in > div > div img#wsj {
  max-width: 110px;
}
@media screen and (min-width: 1024px) {
  #featured-in > div > div img#wsj {
    max-width: 140px;
  }
}
#featured-in > div > div img#vrm {
  max-width: 114px;
}
#featured-in > div > div img#forbes {
  max-width: 118px;
}
@media screen and (min-width: 1024px) {
  #featured-in > div > div img#forbes {
    max-width: 180px;
  }
}
#featured-in > div > div img#bloomberg {
  max-width: 118px;
}
#featured-in > div > div img#skift {
  max-width: 90px;
}
@media screen and (min-width: 1024px) {
  #featured-in > div > div img#skift {
    max-width: 108px;
  }
}
#featured-in > div > div img#fastco {
  max-width: 130px;
}
@media screen and (min-width: 1024px) {
  #featured-in > div > div img#fastco {
    max-width: 144px;
  }
}

.blog-list {
  max-width: 1280px;
  margin: 0px auto;
}
.blog-list h1 {
  text-align: center;
  margin: 72px 0px;
}
.blog-list .featured-post > div {
  background-color: #f1eadc;
  width: calc(100% - 36px);
  margin: 0px 18px 36px 18px;
  padding: 18px;
}
@media screen and (min-width: 1024px) {
  .blog-list .featured-post > div {
    background-color: transparent;
  }
}
.blog-list .featured-post > div a {
  display: block;
}
.blog-list .featured-post > div a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .blog-list .featured-post > div a {
    background-color: transparent;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .blog-list .featured-post > div a > div:nth-child(1) {
    width: 50%;
  }
}
.blog-list .featured-post > div a > div:nth-child(1) .thumb {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #edc1bc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .blog-list .featured-post > div a > div:nth-child(1) .thumb {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-list .featured-post > div a > div:nth-child(2) {
    width: 50%;
    background-color: #f1eadc;
    padding: 72px;
  }
}
.blog-list .featured-post > div a > div:nth-child(2) h2 {
  font-size: 24px;
  line-height: 32px;
  text-decoration: underline;
  color: #456e6c;
  margin-bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .blog-list .featured-post > div a > div:nth-child(2) h2 {
    font-size: 36px;
    line-height: 50px;
    text-decoration: none;
  }
}
.blog-list .featured-post > div a > div:nth-child(2) p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .blog-list .featured-post > div a > div:nth-child(2) p {
    display: block;
    font-size: 24px;
    line-height: 33px;
    color: #456e6c;
  }
}
.blog-list .featured-post > div a > div:nth-child(2) span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #456e6c;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .blog-list .featured-post > div a > div:nth-child(2) span {
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
  }
}
.blog-list .blog-roll {
  max-width: 1280px;
  margin: 0px auto;
}
@media screen and (min-width: 1024px) {
  .blog-list .blog-roll {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.blog-list .blog-roll > div {
  background-color: #f1eadc;
  width: calc(100% - 36px);
  margin: 0px 18px 36px 18px;
  padding: 18px;
}
@media screen and (min-width: 1024px) {
  .blog-list .blog-roll > div {
    width: calc(33.333% - 36px);
  }
}
.blog-list .blog-roll > div a {
  display: block;
}
.blog-list .blog-roll > div a:hover {
  text-decoration: none;
}
.blog-list .blog-roll > div a .thumb {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #edc1bc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 18px;
}
.blog-list .blog-roll > div a h2 {
  font-size: 24px;
  line-height: 32px;
  text-decoration: underline;
  color: #456e6c;
  margin-bottom: 18px;
}
.blog-list .blog-roll > div a span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #694361;
}

.content-block {
  display: flex;
  width: 100%;
}
.content-block.adjustable-content {
  position: relative;
}
.content-block.adjustable-content .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 782px) {
  .content-block.adjustable-content .container {
    height: 100%;
  }
}
.content-block.adjustable-content .container .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
@media screen and (max-width: 1024px) {
  .content-block.adjustable-content .container .image {
    background-size: 75%;
  }
}
.content-block.adjustable-content .container .text {
  background-color: #f1eadc;
  min-height: calc(var(--unit) * 12);
}
.content-block.adjustable-content .container .text .heading {
  font-size: 36px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .content-block.adjustable-content .container .text .heading {
    font-size: 24px;
  }
}
.content-block.adjustable-content .container .text p {
  font-size: 24px;
  line-height: 1.35;
  padding: 8px 0;
}
@media screen and (max-width: 1024px) {
  .content-block.adjustable-content .container .text p {
    font-size: 18px;
  }
}
.content-block.adjustable-content.blog-featured {
  height: calc(var(--unit) * 15);
  margin: calc(var(--unit) * 3) auto;
  position: relative;
  width: 100%;
}
.content-block.adjustable-content.blog-featured .container {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .content-block.adjustable-content.blog-featured .container .image, .content-block.adjustable-content.blog-featured .container .text {
    width: 50% !important;
  }
  .content-block.adjustable-content.blog-featured .container .right {
    left: 50% !important;
  }
}
.content-block.adjustable-content.blog-featured .container .image {
  background-image: url(img/blog-featured.jpg);
  background-size: cover;
  height: calc(var(--unit) * 16);
  left: 0;
  position: absolute;
  top: 0;
  width: calc(var(--unit) * 21);
  z-index: 1;
}
.content-block.adjustable-content.blog-featured .container .text {
  height: calc(var(--unit) * 13);
  left: calc(var(--unit) * 20.84);
  padding: calc(var(--unit) * 2) calc(var(--unit) * 1) calc(var(--unit) * 2) calc(var(--unit) * 2);
  position: absolute;
  top: var(--unit);
  width: calc(var(--unit) * 18);
  z-index: 0;
}
.content-block.adjustable-content.blog-featured .container .text a {
  border-bottom: 1px solid #456e6c;
  color: #456e6c;
  display: inline-block;
  font-size: calc(var(--unit) * 2 / 3);
  font-weight: bold;
  margin-top: calc(var(--unit) / 2.8);
  padding-bottom: 2px;
  text-decoration: none;
}
.content-block.adjustable-content.blog-featured .container .text a:hover {
  border-bottom: 0;
  text-decoration: none;
}
.content-block.customize-a-plan {
  --unit: 36px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto calc(var(--unit) * 1.69) auto;
}
@media screen and (max-width: 1024px) {
  .content-block.customize-a-plan {
    margin-bottom: 0;
  }
}
.content-block.customize-a-plan .card {
  background-color: #f1eadc;
  color: #694361;
  display: flex;
  margin: -36px 7.5vw 36px;
  padding: 7% 5%;
  width: calc(var(--unit) * 35);
}
@media screen and (max-width: 1024px) {
  .content-block.customize-a-plan .card {
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
}
.content-block.customize-a-plan .heading {
  padding: 0 3vw 0 0;
  width: 60%;
}
.content-block.customize-a-plan .heading h2 {
  font-size: 72px;
  font-weight: normal;
  line-height: 1;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .content-block.customize-a-plan .heading h2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content-block.customize-a-plan .heading h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .content-block.customize-a-plan .heading {
    width: 100%;
  }
}
.content-block.customize-a-plan .form {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .content-block.customize-a-plan .form {
    width: 100%;
  }
}
.content-block.customize-a-plan .form form {
  padding-right: calc(var(--unit) * 2);
  padding-bottom: calc(var(--unit) * 2);
}
.content-block.customize-a-plan .form form .heading {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: calc(var(--unit) / 2);
  max-width: 100%;
  padding-right: 0;
  width: 28vw;
}
@media screen and (max-width: 1024px) {
  .content-block.customize-a-plan .form form .heading {
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100%;
  }
}
.content-block.customize-a-plan .form form ul {
  list-style: none;
  margin-left: calc(var(--unit) * -1/2);
  padding: 0;
}
.content-block.customize-a-plan .form form ul li {
  margin-bottom: var(--unit);
  position: relative;
}
.content-block.customize-a-plan .form form ul li label {
  cursor: pointer;
  font-size: 72px;
  line-height: 1;
  margin-left: calc(var(--unit) * -.5);
  padding-left: calc(var(--unit) * 2.8);
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .content-block.customize-a-plan .form form ul li label {
    font-size: 48px;
  }
}
@media screen and (max-width: 1300px) {
  .content-block.customize-a-plan .form form ul li label {
    padding-left: calc(var(--unit) * 2.5);
  }
}
@media screen and (max-width: 1200px) {
  .content-block.customize-a-plan .form form ul li label {
    padding-left: calc(var(--unit) * 2.3);
  }
}
@media screen and (max-width: 1100px) {
  .content-block.customize-a-plan .form form ul li label {
    padding-left: calc(var(--unit) * 2.1);
  }
}
.content-block.customize-a-plan .form form ul li input {
  height: calc(var(--unit) * 2.3);
  width: calc(var(--unit) * 2.3);
}
@media screen and (max-width: 1300px) {
  .content-block.customize-a-plan .form form ul li input {
    height: calc(var(--unit) * 2.1);
    width: calc(var(--unit) * 2.2);
  }
}
@media screen and (max-width: 1200px) {
  .content-block.customize-a-plan .form form ul li input {
    height: calc(var(--unit) * 1.9);
    width: calc(var(--unit) * 1.9);
  }
}
@media screen and (max-width: 1100px) {
  .content-block.customize-a-plan .form form ul li input {
    height: calc(var(--unit) * 1.7);
    width: calc(var(--unit) * 1.7);
  }
}
.content-block.customize-a-plan .form form ul li input[type=radio] {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  visibility: hidden;
}
.content-block.customize-a-plan .form form ul li input[type=radio] + span {
  display: block;
  position: absolute;
  top: calc(50% + 4px);
  left: 16px;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  border: 3px solid #694361;
  border-radius: 50%;
}
.content-block.customize-a-plan .form form ul li input[type=radio] + span > span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .content-block.customize-a-plan .form form ul li input[type=radio] + span {
    height: 40px;
    width: 40px;
    top: calc(50% + 6px);
    left: 24px;
  }
}
.content-block.customize-a-plan .form form ul li input[type=radio]:checked + span > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #694361;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .content-block.customize-a-plan .form form ul li input[type=radio]:checked + span > span {
    height: 16px;
    width: 16px;
  }
}
.content-block.customize-a-plan .form input[type=submit] {
  margin: calc(var(--unit) * 2) 0 0 0;
}
.content-block.do-it-all-dashboard {
  flex-direction: column;
  margin-top: calc(var(--unit) * -12);
  overflow: hidden;
}
.content-block.do-it-all-dashboard .box-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  background-color: #f1eadc;
  display: flex;
  height: calc(var(--unit) * 25);
  margin-top: calc(var(--unit) * 16);
  position: relative;
}
.content-block.do-it-all-dashboard .box-content .app-in-hand {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  background-size: 50%;
  bottom: 0;
  height: calc(var(--unit) * 39);
  left: 0;
  position: absolute;
  right: 0;
  top: calc(var(--unit) * -16);
  z-index: 1;
}
.content-block.do-it-all-dashboard .box-content .app-in-hand img {
  position: absolute;
  right: 0;
  top: calc(var(--unit) * 13);
  width: calc(100px + 43%);
}
.content-block.do-it-all-dashboard .box-content .laptop-background {
  background-size: 50%;
  bottom: 0;
  height: calc(var(--unit) * 23);
  left: 0;
  position: absolute;
  right: calc(var(--unit) * -3);
  top: 320px;
  transition: top 0.2s ease;
  z-index: 0;
}
.content-block.do-it-all-dashboard .box-content .laptop-background img {
  position: absolute;
  right: 0;
  width: 84%;
  top: calc(var(--unit) * 0);
}
.content-block.do-it-all-dashboard .box-content .swiss-army-knife {
  background-size: 50%;
  bottom: 0;
  height: calc(var(--unit) * 20);
  left: 0;
  position: absolute;
  right: calc(var(--unit) * 0);
  top: calc(var(--unit) * 3.5);
  z-index: 1;
}
.content-block.do-it-all-dashboard .box-content .swiss-army-knife img {
  -webkit-filter: drop-shadow(calc(var(--unit) / 7) calc(var(--unit) / 7) calc(var(--unit) / 5) rgba(0, 0, 0, 0.84));
  -moz-filter: drop-shadow(calc(var(--unit) / 7) calc(var(--unit) / 7) calc(var(--unit) / 5) rgba(0, 0, 0, 0.84));
  -ms-filter: drop-shadow(calc(var(--unit) / 7) calc(var(--unit) / 7) calc(var(--unit) / 5) rgba(0, 0, 0, 0.84));
  -o-filter: drop-shadow(calc(var(--unit) / 7) calc(var(--unit) / 7) calc(var(--unit) / 5) rgba(0, 0, 0, 0.84));
  filter: drop-shadow(calc(var(--unit) / 7) calc(var(--unit) / 7) calc(var(--unit) / 5) rgba(0, 0, 0, 0.84));
  position: absolute;
  right: 0;
  top: calc(var(--unit) * -11.84);
}
.content-block.do-it-all-dashboard .box-content .heading-text-content {
  color: #694361;
  flex-basis: calc(var(--unit) * 11.43);
  margin: calc(var(--unit) * 2.28) 0 calc(var(--unit) * 3.5) calc(var(--unit) * 3.95);
  position: relative;
  z-index: 1;
}
.content-block.do-it-all-dashboard .box-content .heading-text-content .heading {
  font-size: 72px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 var(--unit) 0;
}
@media screen and (max-width: 782px) {
  .content-block.do-it-all-dashboard .box-content .heading-text-content .heading {
    font-size: 36px;
  }
}
.content-block.do-it-all-dashboard .box-content .heading-text-content .text {
  font-size: 28px;
  line-height: 1.35;
  margin-left: 2px;
  transition: font-size 0.2s ease, width 0.2s ease;
  width: calc(var(--unit) * 15);
}
@media screen and (max-width: 1200px) {
  .content-block.do-it-all-dashboard .box-content .heading-text-content .text {
    width: calc(var(--unit) * 14);
  }
}
@media screen and (max-width: 1100px) {
  .content-block.do-it-all-dashboard .box-content .heading-text-content .text {
    width: calc(var(--unit) * 13);
  }
}
@media screen and (max-width: 782px) {
  .content-block.do-it-all-dashboard .box-content .heading-text-content .text {
    font-size: 18px;
  }
}
.content-block.do-it-all-dashboard .images-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  background-color: #f7f3eb;
  color: #694361;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 2;
}
.content-block.do-it-all-dashboard .images-content .column {
  margin: calc(var(--unit) * -4) calc(var(--unit) / 2) 0;
  text-align: center;
  width: calc(var(--unit) * 10);
}
.content-block.do-it-all-dashboard .images-content .column .screenshot {
  background-size: cover;
  border: 1px solid #bdbdbd;
  border-radius: 100%;
  height: calc(var(--unit) * 10);
  width: calc(var(--unit) * 10);
}
.content-block.do-it-all-dashboard .images-content .column .screenshot.image1 {
  background-image: url(img/instant-alerts-bg.png);
}
.content-block.do-it-all-dashboard .images-content .column .screenshot.image2 {
  background-image: url(img/take-control-bg.png);
  border: 0;
  border-radius: 0;
}
.content-block.do-it-all-dashboard .images-content .column .screenshot.image3 {
  background-image: url(img/historical-data-bg.png);
}
.content-block.do-it-all-dashboard .images-content .column .title {
  font-size: 28px;
  margin: calc(var(--unit) * 1.15) auto;
  width: calc(var(--unit) * 8);
}
.content-block.do-it-all-dashboard .images-content .column .text {
  font-size: 21px;
  line-height: 1.35;
  margin: calc(var(--unit) * -.6) auto calc(var(--unit) / 2);
  width: calc(var(--unit) * 8);
}
@media screen and (max-width: 782px) {
  .content-block.do-it-all-dashboard .images-content {
    flex-direction: column;
  }
  .content-block.do-it-all-dashboard .images-content .column {
    margin: calc(var(--unit) * 3) auto !important;
    width: 100% !important;
  }
  .content-block.do-it-all-dashboard .images-content .column .screenshot {
    border-radius: 100%;
    height: calc(var(--unit) * 25) !important;
    margin: auto;
    width: calc(var(--unit) * 25) !important;
  }
  .content-block.do-it-all-dashboard .images-content .column .title {
    font-size: calc(var(--unit) * 3.75) !important;
    margin: calc(var(--unit) * 2) auto !important;
    width: 80% !important;
  }
  .content-block.do-it-all-dashboard .images-content .column .text {
    font-size: calc(var(--unit) * 1.75) !important;
    margin: 0 auto;
    width: 80% !important;
  }
}
.content-block.heading-plus-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 782px) {
  .content-block.heading-plus-text {
    background-color: #f1eadc;
  }
}
.content-block.heading-plus-text .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  flex-basis: calc(var(--unit) * 12.8);
  margin: calc(var(--unit) * 2.45) 0 calc(var(--unit) * 3.5) calc(var(--unit) * 3.95);
}
@media screen and (max-width: 1024px) {
  .content-block.heading-plus-text .content {
    flex-basis: 70%;
  }
}
@media screen and (max-width: 782px) {
  .content-block.heading-plus-text .content {
    flex-basis: 70%;
  }
}
.content-block.heading-plus-text .content .heading {
  font-size: 72px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 calc(var(--unit) / 3) 0;
}
@media screen and (max-width: 782px) {
  .content-block.heading-plus-text .content .heading {
    font-size: 36px;
  }
}
.content-block.heading-plus-text .content .heading .trade {
  font-size: calc(var(--unit) / 2);
  font-weight: 200;
  line-height: calc(var(--unit) * 2);
  position: relative;
  top: calc(var(--unit) * -23 / 36);
}
.content-block.heading-plus-text .content .text {
  font-size: 28px;
  line-height: 1.35;
  margin: 0;
}
@media screen and (max-width: 782px) {
  .content-block.heading-plus-text .content .text {
    font-size: 18px;
  }
}
.content-block.heading-plus-text.homeowners-easy-to-use .content .heading .trade, .content-block.heading-plus-text.homeowners-return-on-rental .content .heading .trade, .content-block.heading-plus-text.homeowners-property-assurance .content .heading .trade, .content-block.heading-plus-text.homeowners-peace-of-mind .content .heading .trade {
  top: calc(var(--unit) * -.75);
}
.content-block.heading-plus-text.homeowners-easy-to-use p.text, .content-block.heading-plus-text.homeowners-return-on-rental p.text, .content-block.heading-plus-text.homeowners-property-assurance p.text, .content-block.heading-plus-text.homeowners-peace-of-mind p.text {
  margin-top: var(--unit)/2;
}
.content-block.heading-plus-text.homeowners-property-assurance {
  position: relative;
  z-index: 1;
}
.content-block.heading-plus-text.homeowners-property-assurance p.text {
  width: calc(var(--unit) * 10.5);
}
.content-block.heading-plus-text.homeowners-peace-of-mind .content {
  margin-bottom: calc(var(--unit) * 3);
}
.content-block.heading-plus-text.property-managers-easy-to-use p.text {
  margin: calc(var(--unit) * .5) 0;
  width: calc(var(--unit) * 12);
}
.content-block.heading-plus-text.property-managers-return-on-rental .content .heading .trade {
  top: calc(var(--unit) * -1);
}
.content-block.heading-plus-text.property-managers-peace-of-mind .content {
  margin-bottom: calc(var(--unit) * 3);
}
@media screen and (max-width: 1024px) {
  .content-block.heading-plus-text.property-managers-peace-of-mind .content {
    margin-right: calc(var(--unit) * 3);
  }
}
.content-block.heading-plus-text.property-managers-peace-of-mind .content p.text {
  width: calc(var(--unit) * 15.5);
}
@media screen and (max-width: 1024px) {
  .content-block.heading-plus-text.property-managers-peace-of-mind .content p.text {
    width: 100%;
  }
}
.content-block.icon-text-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  align-items: center;
  background-color: #f7f3eb;
  justify-content: center;
  flex-direction: column;
  line-height: 1.25;
  padding: calc(var(--unit) * 2);
}
.content-block.icon-text-grid .heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 782px) {
  .content-block.icon-text-grid .heading {
    font-size: 24px;
  }
}
.content-block.icon-text-grid ul {
  display: flex;
  justify-content: center;
  line-height: 1.35;
  list-style: none;
  margin: 43px auto 28px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .content-block.icon-text-grid ul {
    flex-wrap: wrap;
  }
}
.content-block.icon-text-grid ul li {
  align-items: center;
  display: flex;
  flex-basis: 144px;
  flex-direction: column;
  font-weight: 600;
  font-size: 18px;
  margin: 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .content-block.icon-text-grid ul li {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 782px) {
  .content-block.icon-text-grid ul li {
    margin: 16px;
  }
}
.content-block.icon-text-grid ul li p {
  line-height: 1.15;
}
.content-block.icon-text-grid ul li img {
  display: block;
  margin-bottom: calc(var(--unit) / 3);
}
.content-block.icon-text-grid ul li:nth-child(1) img {
  height: 50px;
  width: 47px;
}
.content-block.icon-text-grid ul li:nth-child(2) img {
  height: 52px;
  width: 65px;
}
.content-block.icon-text-grid ul li:nth-child(3) img {
  height: 53px;
  width: 68px;
}
.content-block.icon-text-grid ul li:nth-child(4) img {
  height: 50px;
  width: 63px;
}
.content-block.icon-text-grid ul li:nth-child(5) img {
  height: 52px;
  width: 46px;
}
.content-block.image-heading-over-text-block.monitor-your-property {
  align-items: center;
  color: #694361;
  display: flex;
  flex-direction: column;
  height: calc(var(--unit) * 22);
  justify-content: center;
  margin-top: calc(var(--unit) * -4);
  position: relative;
  text-align: center;
  width: calc(var(--unit) * 40);
  z-index: 0;
}
.content-block.image-heading-over-text-block.monitor-your-property .header-image {
  background-image: url(img/property-assurance-waveform.png);
  background-size: cover;
  height: calc(var(--unit) * 15);
  margin: auto;
  width: calc(var(--unit) * 36);
}
.content-block.image-heading-over-text-block.monitor-your-property h3.heading {
  font-size: var(--unit);
  font-weight: normal;
  margin: calc(var(--unit) * 1.5) auto var(--unit);
}
.content-block.image-heading-over-text-block.monitor-your-property p {
  font-size: calc(var(--unit) * 2 / 3);
  margin: var(--unit) auto calc(var(--unit) * 3);
  width: calc(var(--unit) * 28);
}
.content-block.newsletter {
  display: flex;
  height: calc(var(--unit) * 7.7);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content-block.newsletter {
    flex-wrap: wrap;
    height: 100%;
  }
}
.content-block.newsletter > div {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .content-block.newsletter > div {
    flex-basis: 100%;
  }
}
.content-block.newsletter .image {
  background: url(img/newsletter-image.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .content-block.newsletter .image {
    height: 182px;
  }
}
.content-block.newsletter .text {
  align-items: flex-start;
  background: #694361;
  color: #edc1bc;
  display: flex;
  flex-direction: column;
  font-size: calc(var(--unit) / 2);
  font-weight: 300;
  justify-content: center;
  padding: 5% 3% 5% 5% !important;
  padding-left: calc(var(--unit) * 2);
  padding-right: calc(var(--unit) * 2);
}
@media screen and (max-width: 1024px) {
  .content-block.newsletter .text {
    padding: 2em;
  }
}
.content-block.newsletter .text .heading {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  max-width: calc(var(--unit) * 14);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .content-block.newsletter .text .heading {
    font-size: 24px;
  }
}
.content-block.newsletter .text p {
  font-size: 18px;
  margin-bottom: calc(var(--unit) * 3/4);
  margin-top: calc(var(--unit) * 1/2);
}
@media screen and (max-width: 1024px) {
  .content-block.newsletter .text p {
    font-size: 14px;
  }
}
.content-block.newsletter .text form {
  display: flex;
  flex-direction: column;
  width: calc(var(--unit) * 14);
}
.content-block.newsletter .text form p {
  display: flex;
  font-weight: 200;
  justify-content: space-between;
  line-height: 1.375;
  max-width: calc(var(--unit) * 14);
  margin: 0;
  width: calc(var(--unit) * 14);
}
/* .content-block.newsletter .text input {
  align-items: center;
  background: #f1eadc;
  border: 0;
  box-sizing: border-box;
  display: flex;
  height: 36px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.content-block.newsletter .text input[type=email] {
  border-radius: calc(var(--unit) * 5 / 36);
  color: black;
  font-style: italic;
  font-weight: 300;
  padding-left: calc(var(--unit) / 3);
  width: 212px;
}
.content-block.newsletter .text input[type=email]::placeholder {
  color: black;
}
.content-block.newsletter .text input[type=email]:focus::placeholder {
  color: #969696;
}
.content-block.newsletter .text input[type=submit] {
  align-items: center;
  background: #694361;
  border: 2px solid #edc1bc;
  color: #edc1bc;
  margin-left: 2vw;
  font-size: 18px;
  font-weight: 600;
  padding: 0 calc(var(--unit) / .8) calc(var(--unit) * 5 / 36);
}
.content-block.newsletter .text input[type=submit]:hover {
  background: #edc1bc;
  color: #694361;
} */
.content-block.newsletter .wpcf7 .ajax-loader {
  height: 0;
  width: 0;
}
.content-block.newsletter .wpcf7 .wpcf7-response-output {
  border-radius: 5px;
  margin: 3px 0 0;
  padding: 3px;
  width: 360px;
}
.content-block.newsletter .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border: 0;
  color: #f1eadc;
}
.content-block.newsletter .wpcf7 .wpcf7-form.invalid .wpcf7-not-valid-tip {
  color: #f1eadc;
  margin-top: 3px;
}
.content-block.newsletter .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.content-block.night-agents {
  height: calc(var(--unit) * 16);
  margin: 0 auto calc(var(--unit) * 3);
  width: calc(var(--unit) * 40);
}
@media screen and (max-width: 1024px) {
  .content-block.night-agents {
    margin: 0;
  }
}
.content-block.night-agents .content {
  display: flex;
  height: calc(var(--unit) * 16);
  position: relative;
  width: calc(var(--unit) * 40);
}
.content-block.night-agents .content .left {
  color: #694361;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: calc(var(--unit) * 19);
}
.content-block.night-agents .content .left .text {
  left: calc(var(--unit) * 2.84);
  position: absolute;
  top: 0;
}
.content-block.night-agents .content .left .heading {
  font-size: calc(var(--unit) * 2);
  font-weight: normal;
  line-height: 1;
  margin-bottom: calc(var(--unit) * .5);
  width: calc(var(--unit) * 14);
}
.content-block.night-agents .content .left p {
  font-size: calc(var(--unit) * 2 / 3);
  margin-top: calc(var(--unit) * .5);
  width: calc(var(--unit) * 12);
}
.content-block.night-agents .content .left p .italicized {
  font-style: italic;
}
.content-block.night-agents .content .right {
  position: relative;
  width: calc(var(--unit) * 21);
}
.content-block.night-agents .content .right .background {
  background-color: #f1eadc;
  height: calc(var(--unit) * 8);
  left: 0;
  position: absolute;
  top: calc(var(--unit) * 2);
  width: calc(var(--unit) * 21);
  z-index: 0;
}
.content-block.night-agents .content .right .chat-messages {
  background: url(img/night-agents-are-here-for-you-bg.png) no-repeat center center;
  background-size: contain;
  height: calc(var(--unit) * 11.84);
  left: calc(var(--unit) * 1.5);
  position: absolute;
  top: calc(var(--unit) * .5);
  width: calc(var(--unit) * 16);
  z-index: 1;
}
.content-block.noiseaware-works-for-you .box-content {
  height: calc(var(--unit) * 17);
  margin-bottom: calc(var(--unit) * 2);
}
@media screen and (max-width: 1024px) {
  .content-block.noiseaware-works-for-you .box-content {
    height: auto;
  }
}
.content-block.noiseaware-works-for-you .swiss-army-knife img {
  margin-top: calc(var(--unit) * 2);
  width: 70%;
}
.content-block.parallax-element {
  width: 100%;
}
.content-block.parallax-element .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  color: #edc1bc;
  display: flex;
  height: calc(var(--unit) * 20);
  position: relative;
  transition: top 0.2s ease;
  width: 100%;
}
.content-block.parallax-element .container .left, .content-block.parallax-element .container .right {
  flex-basis: 50%;
}
.content-block.parallax-element .container .parallax img {
  position: absolute;
  top: 72px;
}
.content-block.parallax-element .container .text {
  padding: calc(var(--unit) * 3);
}
.content-block.parallax-element .container .text.left {
  padding-right: var(--unit);
}
.content-block.parallax-element .container .text.right {
  padding-left: var(--unit);
}
.content-block.parallax-element .container .text .heading {
  font-size: 144px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: var(--unit);
  transition: font-size 0.2s ease;
}
@media screen and (max-width: 892px) {
  .content-block.parallax-element .container .text .heading {
    font-size: 72px;
  }
}
.content-block.parallax-element .container .text p {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.375;
  width: calc(var(--unit) * 12);
}
@media screen and (max-width: 892px) {
  .content-block.parallax-element .container .text p {
    font-size: 18px;
  }
}
.content-block.parallax-element .container .text a {
  border-bottom: calc(var(--unit) / 36) solid #edc1bc;
  color: #edc1bc;
  display: inline-block;
  font-weight: bold;
  margin-top: calc(var(--unit) / 2.8);
  padding-bottom: calc(var(--unit) / 18);
  text-decoration: none;
}
.content-block.parallax-element .container .text a:hover {
  border-bottom: 0;
  text-decoration: none;
}
.content-block.parallax-element.block-1-2-3 {
  background-color: #694361;
  overflow-y: hidden;
  position: relative;
}
.content-block.parallax-element.block-1-2-3 .container {
  width: 100%;
}
.content-block.parallax-element.block-1-2-3 .left.image {
  display: flex;
  justify-content: flex-end;
}
.content-block.parallax-element.block-1-2-3 img {
  width: calc(var(--unit) * 100 / 6);
  z-index: 0;
}
.content-block.parallax-element.block-1-2-3 .text {
  position: relative;
  z-index: 1;
}
.content-block.parallax-element.block-1-2-3 .text .heading {
  word-spacing: calc(var(--unit) * -1 / 3);
}
.content-block.parallax-element.block-24-7 {
  background-color: #3d312e;
  overflow: hidden;
}
.content-block.parallax-element.block-24-7 img {
  width: calc(var(--unit) * 35);
}
.content-block.parallax-element.set-up-and-safe {
  background-color: #53524D;
  background-image: url(img/set-up-and-safe-bg-lg.png);
  background-size: cover;
  height: calc(var(--unit) * 17);
  margin-bottom: calc(var(--unit) * 2);
}
.content-block.parallax-element.set-up-and-safe .container .text {
  color: #f7f3eb;
}
.content-block.parallax-element.set-up-and-safe .container .text .heading {
  font-size: calc(var(--unit) * 2);
  margin-bottom: var(--unit);
  width: calc(var(--unit) * 14);
}
.content-block.parallax-element.set-up-and-safe .container .text p {
  font-size: calc(var(--unit) * 7 / 9);
  margin-top: var(--unit)/2;
  width: calc(var(--unit) * 12);
}
.content-block.parallax-element.set-up-and-safe .container .image img {
  margin-top: calc(var(--unit) * -8);
  position: relative;
  width: calc(var(--unit) * 100 / 7);
  -webkit-filter: drop-shadow(calc(var(--unit) / 7) calc(var(--unit) / 7) calc(var(--unit)) rgba(0, 0, 0, 0.84));
  -moz-filter: drop-shadow(calc(var(--unit) / 7) calc(var(--unit) / 7) calc(var(--unit)) rgba(0, 0, 0, 0.84));
  -ms-filter: drop-shadow(calc(var(--unit) / 7) calc(var(--unit) / 7) calc(var(--unit)) rgba(0, 0, 0, 0.84));
  -o-filter: drop-shadow(calc(var(--unit) / 7) calc(var(--unit) / 7) calc(var(--unit)) rgba(0, 0, 0, 0.84));
  filter: drop-shadow(calc(var(--unit) / 7) calc(var(--unit) / 7) calc(var(--unit)) rgba(0, 0, 0, 0.84));
}
.content-block.peace-of-mind {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  height: auto;
  height: calc(140px + 28vw);
  justify-content: space-between;
  margin-top: calc(var(--unit) * 3);
}
@media screen and (min-width: 1440px) {
  .content-block.peace-of-mind {
    height: calc(var(--unit) * 15);
  }
}
@media screen and (max-width: 1024px) {
  .content-block.peace-of-mind {
    flex-wrap: wrap;
    height: 100%;
    margin-top: 2em;
  }
}
.content-block.peace-of-mind .text {
  align-items: flex-start;
  color: #456e6c;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--unit) calc(var(--unit) * 2) var(--unit) calc(var(--unit) * 4);
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .content-block.peace-of-mind .text {
    padding: calc(var(--unit) * 2) calc(var(--unit) * 3);
    width: 100%;
  }
}
.content-block.peace-of-mind .text h1.heading {
  font-size: 72px;
  font-weight: normal;
  line-height: 1;
  margin: calc(var(--unit) * -.55) 0 var(--unit) 0;
}
@media screen and (max-width: 1240px) {
  .content-block.peace-of-mind .text h1.heading {
    font-size: 36px;
  }
}
.content-block.peace-of-mind .text p {
  font-size: 28px;
  line-height: 1.35;
  margin: 0 0 calc(var(--unit) * .84);
}
@media screen and (max-width: 1240px) {
  .content-block.peace-of-mind .text p {
    font-size: 18px;
  }
}
.content-block.peace-of-mind .image {
  background: url(img/peace-of-mind-photo.png) no-repeat center left;
  background-size: cover;
  height: calc(84px + 35vw);
  width: 50vw;
}
@media screen and (max-width: 1024px) {
  .content-block.peace-of-mind .image {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .content-block.peace-of-mind .image {
    height: 576px;
    width: 720px;
  }
}
.content-block.property-assurance-waveform {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: calc(var(--unit) * -6) auto calc(var(--unit) * 3);
}
.content-block.property-assurance-waveform img {
  width: calc(var(--unit) * 36);
}
.content-block.testimonials-slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  align-items: center;
  color: #edc1bc;
  justify-content: center;
  padding: var(--unit);
}
@media screen and (max-width: 1024px) {
  .content-block.testimonials-slider {
    padding: 0;
  }
}
.content-block.testimonials-slider #testimonials {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  background-color: #456e6c;
  height: auto;
  position: relative;
}
.content-block.testimonials-slider #testimonials .slides-container {
  max-width: 100vw;
}
.content-block.testimonials-slider #testimonials .slides-container .slides .slide {
  margin: 0;
  max-width: 100%;
  padding: 36px 36px 54px 36px;
  text-align: center;
}
.content-block.testimonials-slider #testimonials .slides-container .slides .slide:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1440px) {
  .content-block.testimonials-slider #testimonials .slides-container .slides .slide {
    padding: 28px;
  }
}
.content-block.testimonials-slider #testimonials .slides-container .slides .slide q {
  display: block;
  box-sizing: border-box;
  font-size: 36px;
  line-height: 40px;
  margin: 28px 0 0 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .content-block.testimonials-slider #testimonials .slides-container .slides .slide q {
    font-size: 24px;
    line-height: 28px;
  }
}
.content-block.testimonials-slider #testimonials .slides-container .slides .slide cite {
  display: block;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  margin: auto;
  padding: 28px 0 43px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .content-block.testimonials-slider #testimonials .slides-container .slides .slide cite {
    font-size: 14px !important;
  }
}
.content-block.testimonials-slider #testimonials .slides-container .slides .slide cite strong {
  font-weight: 500;
}
.content-block.testimonials-slider #testimonials .slides-container .owl-dot {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.content-block.testimonials-slider #testimonials .slides-container .owl-dot:focus {
  outline: 0 !important;
}
.content-block.testimonials-slider #testimonials .dots-container {
  bottom: 36px;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: auto;
}
.content-block.testimonials-slider #testimonials .dots-container .dot {
  border: 1px solid #edc1bc;
  border-radius: 100%;
  height: 10px;
  width: 10px;
}
.content-block.testimonials-slider #testimonials .dots-container .dot:not(:last-child) {
  margin-right: 12px;
}
.content-block.testimonials-slider #testimonials .dots-container .dot:hover, .content-block.testimonials-slider #testimonials .dots-container .dot.selected {
  background-color: #edc1bc;
  cursor: pointer;
}
.content-block.two-up-centered-heading-over-text {
  margin: calc(var(--unit) * 3) auto calc(var(--unit) * 1);
  padding: 0 calc(var(--unit) * 2);
}
@media screen and (max-width: 782px) {
  .content-block.two-up-centered-heading-over-text {
    flex-wrap: wrap-reverse;
  }
}

footer {
  background: #456e6c;
  width: 100%;
}
footer .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  color: #edc1bc;
  display: flex;
  flex-direction: column;
  padding: 54px 18px;
}
footer .content, footer .content *, footer .content a {
  letter-spacing: calc(var(--unit) / 72);
}
footer .content .brand {
  margin-bottom: calc(var(--unit) * 2);
}
footer .content .brand .icon-wordmark,
footer .content .brand .subtitle {
  overflow: hidden;
  text-indent: -99999px;
}
footer .content .brand .icon-wordmark {
  background: url(img/footer-logo.svg) no-repeat center center;
  background-size: 100%;
  height: 46px;
  width: 274px;
}
footer .content .brand .subtitle {
  background: url(img/footer-subtitle.svg) no-repeat center right;
  background-size: 100%;
  height: 14px;
  margin-left: 205px;
  width: 68px;
}
footer .content .footer-menus {
  display: flex;
  justify-content: flex-start;
  margin-top: var(--unit);
}
@media screen and (max-width: 1024px) {
  footer .content .footer-menus {
    flex-wrap: wrap;
  }
}
footer .content .footer-menus .footer-menu {
  flex-basis: 25%;
  font-size: 18px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  footer .content .footer-menus .footer-menu {
    flex-basis: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 782px) {
  footer .content .footer-menus .footer-menu {
    flex-basis: 100%;
  }
}
footer .content .footer-menus .footer-menu .footer-menu-heading {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
  text-transform: uppercase;
}
footer .content .footer-menus .footer-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 18px;
  padding: 0;
}
footer .content .footer-menus .footer-menu ul li {
  font-weight: 200;
  line-height: 1.35;
}
footer .content .footer-menus .footer-menu ul li a {
  color: #edc1bc;
  text-decoration: none;
}
footer .content .footer-menus .footer-menu ul li a.email {
  border-bottom: 1px solid #edc1bc;
}
footer .content .footer-menus .footer-menu ul li a.email:hover {
  border-bottom: 1px solid transparent;
}
footer .content .footer-menus .footer-menu .footer-copyright {
  border-top: 1px solid #edc1bc;
  margin-top: 72px;
  padding-top: 10px;
}

.b_hero {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background-color: #edc1bc;
  background-image: url("img/wood-products.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .b_hero {
    background-image: url("img/resources-desktop.jpg");
    background-position: center;
    padding-bottom: 31.18%;
    margin-bottom: 72px;
  }
}

.b_sub-menu {
  margin-bottom: 0;
}
.b_sub-menu > div {
  justify-content: space-evenly;
}

.b_question.open p:not(:last-child) {
  margin-bottom: calc(var(--unit) / 3);
}

.sub-nav-select-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .sub-nav-select-wrapper {
    display: none;
  }
}

.sub-nav-select {
  appearance: none;
  background: none;
  background-color: #3C3333;
  background-image: url("img/sub-nav-polygon.svg");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 9px 37px 9px 11px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 24px;
  color: #F1EADC;
  cursor: inherit;
  line-height: inherit;
  width: 100%;
  max-width: 342px;
}

.wood-header-image {
  height: 432px;
  width: 100%;
  background-image: url("img/about-header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 72px;
}

/* PAGE: ABOUT */
.about {
  width: 100%;
}
.about > .header-image {
  height: 432px;
  width: 100%;
  background-image: url("img/about-header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 72px;
}
@media (min-width: 1024px) {
  .about > .header-image {
    margin-bottom: 144px;
  }
}
.about > h1 {
  font-size: 48px;
  line-height: 55px;
  color: #456e6c;
  margin: 0px 36px 32px 36px;
}
@media (min-width: 1024px) {
  .about > h1 {
    font-size: 72px;
    line-height: 72px;
    max-width: 952px;
    margin: 0px auto 36px auto;
  }
}
.about > p {
  font-size: 19px;
  line-height: 25px;
  margin: 0px 36px 25px 36px;
}
@media (min-width: 1024px) {
  .about > p {
    font-size: 24px;
    line-height: 32px;
    max-width: 952px;
    margin: 0px auto 32px auto;
  }
}
.about > p:last-of-type {
  margin-bottom: 108px;
}
.about > h2 {
  font-size: 48px;
  line-height: 55px;
  color: #456e6c;
  margin: 0px 36px 32px 36px;
}
@media (min-width: 1024px) {
  .about > h2 {
    font-size: 72px;
    line-height: 72px;
    max-width: 952px;
    margin: 0px auto 36px auto;
  }
}
.about .team-members {
  max-width: 1404px;
  margin: 0px auto 108px auto;
}
.about .team-members .member {
  margin: 144px 36px 0px 36px;
  background-color: #f1eadc;
}
@media (min-width: 1024px) {
  .about .team-members .member {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 252px;
    margin: 72px 72px 0px 342px;
  }
}
.about .team-members .member > div:nth-child(1) {
  position: relative;
}
.about .team-members .member > div:nth-child(1) img {
  position: absolute;
  top: -108px;
  display: block;
  width: 252px;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
@media (min-width: 1024px) {
  .about .team-members .member > div:nth-child(1) img {
    position: relative;
    top: 0px;
    margin-left: -126px;
  }
}
.about .team-members .member > div:nth-child(2) {
  padding: 180px 36px 72px 36px;
}
@media (min-width: 1024px) {
  .about .team-members .member > div:nth-child(2) {
    padding: 36px 36px 36px 108px;
  }
}
.about .team-members .member > div:nth-child(2) h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #694361;
  margin-bottom: 28px;
}
.about .team-members .member > div:nth-child(2) h3 span {
  display: block;
}
@media (min-width: 1024px) {
  .about .team-members .member > div:nth-child(2) h3 span {
    display: inline-block;
  }
}
.about .team-members .member > div:nth-child(2) p {
  font-size: 32px;
  line-height: 42px;
  color: #694361;
}
@media (min-width: 1024px) {
  .about .team-members .member > div:nth-child(2) p {
    font-size: 36px;
    line-height: 48px;
  }
}
.about .team-members .member > div:nth-child(2) p span {
  display: block;
  margin-top: 18px;
  font-style: italic;
}
@media (min-width: 1024px) {
  .about .team-members .member:nth-child(even) {
    flex-direction: row-reverse;
    min-height: 288px;
    margin: 72px 342px 0px 72px;
  }
}
.about .team-members .member:nth-child(even) > div:nth-child(1) {
  position: relative;
}
.about .team-members .member:nth-child(even) > div:nth-child(1) img {
  right: -18px;
}
@media (min-width: 1024px) {
  .about .team-members .member:nth-child(even) > div:nth-child(1) img {
    right: 0px;
    margin-left: 0px;
    margin-right: -126px;
  }
}
@media (min-width: 1024px) {
  .about .team-members .member:nth-child(even) > div:nth-child(2) {
    padding: 36px 36px 36px 144px;
  }
}

/* PAGE: BLOG POST */
.blog-post {
  width: 100%;
}
.blog-post > .header-image {
  height: 432px;
  width: 100%;
  background-image: url("img/about-header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 72px;
}
@media (min-width: 1024px) {
  .blog-post > .header-image {
    margin-bottom: 144px;
  }
}
.blog-post > h1 {
  font-size: 36px;
  line-height: 55px;
  color: #456e6c;
  margin: 0px 0 32px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .blog-post > h1 {
    font-size: 36px;
    line-height: 72px;
    max-width: 952px;
    margin: 0px auto 36px auto;
  }
}
.blog-post article {
  max-width: 1224px;
  margin: 0px auto 108px auto;
}
.blog-post article > h1 {
  font-size: 60px;
  margin: 0px 36px 25px 36px;
}
.blog-post article > h2 {
  font-size: 40px;
  margin: 0px 36px 25px 36px;
}
.blog-post article > h3 {
  font-size: 27px;
  font-weight: 300;
  margin: 0px 36px 50px 36px;
}
.blog-post article > h4 {
  font-size: 26px;
  margin: 0px 36px 25px 36px;
}
.blog-post article > p {
  font-size: 20px;
  line-height: 25px;
  margin: 0px 36px 25px 36px;
}
.blog-post article > ol {
  font-size: 20px;
  line-height: 25px;
  margin: 0px 36px 25px 15px;
}
.blog-post article > ul {
  font-size: 20px;
  line-height: 25px;
  margin: 0px 36px 25px 36px;
}
.blog-post article > li {
  font-size: 20px;
  line-height: 25px;
  margin: 0px 36px 25px 36px;
}
.blog-post article > li a {
  font-size: 20px;
  line-height: 25px;
  margin: 0px 36px 25px 36px;
}
.blog-post article .date {
  font-size: 20px;
  line-height: 25px;
  margin: 50px 36px 25px 36px;
}
.blog-post article .blog-featured-image img {
  max-width: 100%;
}

.owl-dots {
  margin-bottom: 20px;
  outline: none;
}

/*# sourceMappingURL=style.css.map */
