.page-layout-cms .page-title-wrapper {
  max-width: 1184px;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .page-layout-cms .page-title-wrapper {
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cms-how-to-measure .columns,
.cms-how-to-install .columns {
  background-color: #f4f4f6;
}
.cms-wrapper,
.post-text-hld,
[data-content-type="text"] {
  line-height: 1.2;
}
.cms-wrapper.container,
.post-text-hld.container,
[data-content-type="text"].container {
  max-width: 1184px;
  padding: 3.75em 1.25em;
  padding-top: 0;
}
.cms-wrapper h1,
.post-text-hld h1,
[data-content-type="text"] h1,
.cms-wrapper h2,
.post-text-hld h2,
[data-content-type="text"] h2,
.cms-wrapper h3,
.post-text-hld h3,
[data-content-type="text"] h3,
.cms-wrapper h4,
.post-text-hld h4,
[data-content-type="text"] h4,
.cms-wrapper h5,
.post-text-hld h5,
[data-content-type="text"] h5,
.cms-wrapper h6,
.post-text-hld h6,
[data-content-type="text"] h6 {
  padding: 0;
  margin: 0;
}
.cms-wrapper h1,
.post-text-hld h1,
[data-content-type="text"] h1,
.cms-wrapper h2,
.post-text-hld h2,
[data-content-type="text"] h2,
.cms-wrapper h3,
.post-text-hld h3,
[data-content-type="text"] h3 {
  font-family: 'Mulish', sans-serif;
}
.cms-wrapper h1,
.post-text-hld h1,
[data-content-type="text"] h1 {
  font-size: 3.125em;
  line-height: 1;
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .cms-wrapper h1,
  .post-text-hld h1,
  [data-content-type="text"] h1 {
    font-size: 2em;
  }
}
.cms-wrapper h2,
.post-text-hld h2,
[data-content-type="text"] h2 {
  font-size: 1.5625em;
  line-height: 1.2;
  padding: 1.25em 0;
}
.cms-wrapper h3,
.post-text-hld h3,
[data-content-type="text"] h3 {
  padding: 0.625em 0;
  color: #007b94;
  font-size: 1.5625em;
  line-height: 1.2;
}
.cms-wrapper h4,
.post-text-hld h4,
[data-content-type="text"] h4 {
  font-size: 1.125rem;
  margin-top: 32px;
  margin-bottom: 8px;
}
.cms-wrapper h5,
.post-text-hld h5,
[data-content-type="text"] h5,
.cms-wrapper h6,
.post-text-hld h6,
[data-content-type="text"] h6 {
  font-size: 1rem;
  margin-top: 32px;
  margin-bottom: 8px;
}
.cms-wrapper p,
.post-text-hld p,
[data-content-type="text"] p {
  padding: 0.625em 0;
  margin: 0;
}
.cms-wrapper p:empty,
.post-text-hld p:empty,
[data-content-type="text"] p:empty {
  display: none;
}
.cms-wrapper a:not(.btn),
.post-text-hld a:not(.btn),
[data-content-type="text"] a:not(.btn) {
  text-decoration: underline;
}
.cms-wrapper a:not(.btn):hover,
.post-text-hld a:not(.btn):hover,
[data-content-type="text"] a:not(.btn):hover {
  text-decoration: none;
}
.cms-wrapper ol,
.post-text-hld ol,
[data-content-type="text"] ol {
  list-style-type: decimal;
}
.cms-wrapper ul,
.post-text-hld ul,
[data-content-type="text"] ul {
  list-style-type: square;
}
.cms-wrapper li,
.post-text-hld li,
[data-content-type="text"] li {
  margin: 0.625em 1.875em;
  padding-left: 0.3125em;
}
.cms-wrapper img,
.post-text-hld img,
[data-content-type="text"] img {
  max-width: 100%;
  height: auto;
}
.cms-wrapper img.full-width,
.post-text-hld img.full-width,
[data-content-type="text"] img.full-width {
  width: 100%;
}
.cms-wrapper iframe,
.post-text-hld iframe,
[data-content-type="text"] iframe {
  margin-top: 1.25em;
}
.cms-wrapper .howto-tools,
.post-text-hld .howto-tools,
[data-content-type="text"] .howto-tools {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
.cms-wrapper .howto-tools li,
.post-text-hld .howto-tools li,
[data-content-type="text"] .howto-tools li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ffffff;
  width: 274px;
  height: 274px;
  padding: 0;
  margin: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  text-align: center;
  position: relative;
}
.cms-wrapper .howto-tools li > a,
.post-text-hld .howto-tools li > a,
[data-content-type="text"] .howto-tools li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.cms-wrapper .howto-tools li .mmb-icon,
.post-text-hld .howto-tools li .mmb-icon,
[data-content-type="text"] .howto-tools li .mmb-icon {
  font-size: 8.75em;
}
.cms-wrapper .howto-tools li span,
.post-text-hld .howto-tools li span,
[data-content-type="text"] .howto-tools li span {
  font-family: 'Mulish', sans-serif;
  font-size: 1.1875em;
  letter-spacing: -0.22px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  border-top: 1px solid #007b94;
  padding-top: 20px;
}
@media (max-width: 960px) {
  .cms-wrapper .howto-tools,
  .post-text-hld .howto-tools,
  [data-content-type="text"] .howto-tools {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.cms-wrapper .howto-tools-small,
.post-text-hld .howto-tools-small,
[data-content-type="text"] .howto-tools-small {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cms-wrapper .howto-tools-small li,
.post-text-hld .howto-tools-small li,
[data-content-type="text"] .howto-tools-small li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ffffff;
  width: 125px;
  height: 125px;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  text-align: center;
  position: relative;
}
.cms-wrapper .howto-tools-small li > a,
.post-text-hld .howto-tools-small li > a,
[data-content-type="text"] .howto-tools-small li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-wrapper .howto-tools-small li .mmb-icon,
.post-text-hld .howto-tools-small li .mmb-icon,
[data-content-type="text"] .howto-tools-small li .mmb-icon {
  font-size: 4.75em;
}
.cms-wrapper .howto-tools-small li span,
.post-text-hld .howto-tools-small li span,
[data-content-type="text"] .howto-tools-small li span {
  font-family: 'Mulish', sans-serif;
  font-size: 1em;
  letter-spacing: -0.22px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px solid #007b94;
  padding-top: 5px;
}
.cms-wrapper .howto-tools-small img,
.post-text-hld .howto-tools-small img,
[data-content-type="text"] .howto-tools-small img {
  width: 100%;
}
@media (max-width: 960px) {
  .cms-wrapper .howto-tools-small,
  .post-text-hld .howto-tools-small,
  [data-content-type="text"] .howto-tools-small {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.cms-wrapper .howto-videos,
.post-text-hld .howto-videos,
[data-content-type="text"] .howto-videos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cms-wrapper .howto-videos > div,
.post-text-hld .howto-videos > div,
[data-content-type="text"] .howto-videos > div {
  width: 45%;
}
@media (max-width: 960px) {
  .cms-wrapper .howto-videos,
  .post-text-hld .howto-videos,
  [data-content-type="text"] .howto-videos {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cms-wrapper .howto-videos > div,
  .post-text-hld .howto-videos > div,
  [data-content-type="text"] .howto-videos > div {
    width: 100%;
  }
}
.cms-wrapper .howto-steps,
.post-text-hld .howto-steps,
[data-content-type="text"] .howto-steps {
  list-style-type: none;
}
.cms-wrapper .howto-steps li,
.post-text-hld .howto-steps li,
[data-content-type="text"] .howto-steps li {
  display: inline-block;
  width: 43%;
  margin: 0 6% 3.125em 0;
  padding: 0;
  vertical-align: top;
}
.cms-wrapper .howto-steps img,
.post-text-hld .howto-steps img,
[data-content-type="text"] .howto-steps img {
  max-width: 70%;
  margin-left: 15%;
  width: 100%;
}
@media (max-width: 768px) {
  .cms-wrapper .howto-steps li,
  .post-text-hld .howto-steps li,
  [data-content-type="text"] .howto-steps li {
    width: 100%;
    margin-right: 0;
  }
  .cms-wrapper .howto-steps img,
  .post-text-hld .howto-steps img,
  [data-content-type="text"] .howto-steps img {
    display: block;
    max-width: none;
    width: 90%;
    margin: 0 auto;
  }
}
.cms-wrapper .howto-steps-simple,
.post-text-hld .howto-steps-simple,
[data-content-type="text"] .howto-steps-simple {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cms-wrapper .howto-steps-simple .howto-steps-details,
.post-text-hld .howto-steps-simple .howto-steps-details,
[data-content-type="text"] .howto-steps-simple .howto-steps-details {
  width: 60%;
}
.cms-wrapper .howto-steps-simple .howto-steps-image,
.post-text-hld .howto-steps-simple .howto-steps-image,
[data-content-type="text"] .howto-steps-simple .howto-steps-image {
  width: 32%;
}
.cms-wrapper .howto-steps-simple strong,
.post-text-hld .howto-steps-simple strong,
[data-content-type="text"] .howto-steps-simple strong {
  color: #ff4c66;
}
@media (max-width: 960px) {
  .cms-wrapper .howto-steps-simple .howto-steps-details,
  .post-text-hld .howto-steps-simple .howto-steps-details,
  [data-content-type="text"] .howto-steps-simple .howto-steps-details {
    width: 48%;
  }
  .cms-wrapper .howto-steps-simple .howto-steps-image,
  .post-text-hld .howto-steps-simple .howto-steps-image,
  [data-content-type="text"] .howto-steps-simple .howto-steps-image {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .cms-wrapper .howto-steps-simple,
  .post-text-hld .howto-steps-simple,
  [data-content-type="text"] .howto-steps-simple {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cms-wrapper .howto-steps-simple .howto-steps-details,
  .post-text-hld .howto-steps-simple .howto-steps-details,
  [data-content-type="text"] .howto-steps-simple .howto-steps-details {
    width: 100%;
  }
  .cms-wrapper .howto-steps-simple .howto-steps-image,
  .post-text-hld .howto-steps-simple .howto-steps-image,
  [data-content-type="text"] .howto-steps-simple .howto-steps-image {
    width: 80%;
    margin: 25px 0;
  }
}
.cms-wrapper figure,
.post-text-hld figure,
[data-content-type="text"] figure {
  display: inline-block;
  vertical-align: top;
  background: #f9f9f9;
  margin: 16px 0;
  max-width: 100%;
}
.cms-wrapper figure img,
.post-text-hld figure img,
[data-content-type="text"] figure img {
  display: inline-block;
  vertical-align: top;
}
.cms-wrapper figcaption,
.post-text-hld figcaption,
[data-content-type="text"] figcaption {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
}
.cms-wrapper .summary,
.post-text-hld .summary,
[data-content-type="text"] .summary {
  margin: 30px 0;
  padding: 26px 30px;
  border-left: 4px solid #48433f;
  background: #f9f9f9;
}
.cms-wrapper .summary .summary-title,
.post-text-hld .summary .summary-title,
[data-content-type="text"] .summary .summary-title {
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: bold;
}
.cms-wrapper .summary p:last-child,
.post-text-hld .summary p:last-child,
[data-content-type="text"] .summary p:last-child {
  margin-bottom: 0;
}
.post-text-hld {
  max-width: none;
  padding: 0;
}
.post-text-hld h1,
.post-text-hld h2,
.post-text-hld h3,
.post-text-hld h4,
.post-text-hld h5,
.post-text-hld h6 {
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.post-text-hld h1,
.post-text-hld h2,
.post-text-hld h3 {
  font-family: inherit;
}
.post-text-hld h1 {
  font-size: 3.125em;
  line-height: 1;
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .post-text-hld h1 {
    font-size: 2em;
  }
}
.post-text-hld h3 {
  font-size: 1.375em;
}
.post-text-hld h4,
.post-text-hld h5,
.post-text-hld h6 {
  font-size: 1.25em;
  padding: 0.625em 0;
  color: #007b94;
  line-height: 1.2;
}
.post-text-hld h5 {
  font-size: 1.125em;
}
.post-text-hld h6 {
  font-size: 1em;
}
.post-text-hld em {
  font-style: italic;
}
.post-text-hld a:not(.btn) {
  text-decoration: underline;
}
.post-text-hld a:not(.btn):hover {
  text-decoration: none;
}
.post-text-hld .center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.post-text-hld [data-content-type="text"] {
  line-height: inherit;
}
.measuments-table table {
  border: 1px solid #f4f4f6;
}
.measuments-table thead {
  background-color: #f4f4f6;
}
.measuments-table thead th {
  font-family: 'Mulish', sans-serif;
  padding: 10px;
  vertical-align: middle;
}
.measuments-table tbody tr {
  border-bottom: 1px solid #f4f4f6;
}
.measuments-table tbody tr td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .measuments-table table {
    font-size: 0.875em;
  }
  .measuments-table tbody tr td {
    padding: 5px;
  }
}
/* Measuring */
.measuring-pdf-link a:not(:hover) {
  color: #2e2e2d;
}
#hero-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f2f2f2;
  position: relative;
  padding: 40px 0;
  min-height: 190px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #hero-wrapper {
    background: url(../images/hero-bg-desktop.jpg) 50% 50% no-repeat;
    background-size: cover;
    min-height: 224px;
  }
}
@media screen and (min-width: 1440px) {
  #hero-wrapper {
    min-height: 298px;
  }
}
@media screen and (min-width: 1920px) {
  #hero-wrapper {
    min-height: 372px;
  }
}
@media screen and (min-width: 2560px) {
  #hero-wrapper {
    min-height: 448px;
  }
}
@media screen and (max-width: 1023px) {
  #hero-wrapper {
    background: url(../images/hero-bg-mobile.jpg) 50% 100% no-repeat;
    background-size: 100%;
    padding-bottom: calc(46.6% + 40px);
  }
}
#hero-wrapper #hero-extra-svg-bg {
  position: absolute;
  right: calc(50% + 250px);
  z-index: 0;
}
#hero-wrapper #blog-hero-left-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 350px;
  width: 539px;
  z-index: 1;
}
#hero-wrapper #blog-hero-right-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 297px;
  width: 300px;
  z-index: 1;
}
#hero-wrapper #hero-content {
  max-width: 680px;
  margin: auto;
  color: #2e2e2d;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 1024px) and (max-width: 1150px) {
  #hero-wrapper #hero-content {
    max-width: 600px;
  }
}
#hero-wrapper #hero-content h1,
#hero-wrapper #hero-content h2 {
  font-size: 4em;
  font-family: 'Mulish', sans-serif;
}
#hero-wrapper #hero-content p {
  font-size: 1em;
  line-height: 1.375;
  margin-top: 15px;
}
#hero-wrapper #hero-content a {
  text-decoration: underline;
}
#hero-wrapper #hero-content a:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  #hero-wrapper #blog-hero-left-bg,
  #hero-wrapper #blog-hero-right-bg {
    display: none;
  }
}
@media (max-width: 768px) {
  #hero-wrapper #hero-content {
    padding: 0 20px;
  }
  #hero-wrapper #hero-content h1,
  #hero-wrapper #hero-content h2 {
    font-size: 3em;
  }
}
#hero-bottom-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #007b94;
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  min-height: 200px;
}
#hero-bottom-wrapper .inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero-bottom-wrapper #hero-left-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 327px;
  width: 763px;
  z-index: 1;
}
#hero-bottom-wrapper #hero-right-bg {
  position: absolute;
  right: 0;
  top: -55px;
  height: 253px;
  width: 466px;
  z-index: 1;
}
#hero-bottom-wrapper #hero-content {
  max-width: 520px;
  margin: auto;
  color: #ffffff;
  text-align: center;
  z-index: 2;
}
#hero-bottom-wrapper #hero-content h1,
#hero-bottom-wrapper #hero-content h2 {
  font-size: 3.125em;
  letter-spacing: -0.56px;
  font-family: 'Mulish', sans-serif;
}
#hero-bottom-wrapper #hero-content .desc {
  font-size: 1em;
  line-height: 1.5625;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  #hero-bottom-wrapper #hero-left-bg {
    left: -100px;
  }
  #hero-bottom-wrapper #hero-right-bg {
    right: -72px;
  }
}
@media (max-width: 960px) {
  #hero-bottom-wrapper #hero-left-bg {
    left: -140px;
  }
  #hero-bottom-wrapper #hero-right-bg {
    right: -120px;
  }
}
@media (max-width: 768px) {
  #hero-bottom-wrapper #hero-left-bg,
  #hero-bottom-wrapper #hero-right-bg {
    display: none;
  }
  #hero-bottom-wrapper #hero-content {
    padding: 0 20px;
  }
  #hero-bottom-wrapper #hero-content h1,
  #hero-bottom-wrapper #hero-content h2 {
    font-size: 2em;
  }
}
/*Slider styles started*/
.slider-container {
  max-width: 1345px;
  width: 95%;
  margin: 2.5em auto;
  background: #ffb3c7;
}
.slider-container .slider-row {
  width: 100%;
  position: relative;
}
.slider-container .small-header {
  display: none;
}
.slider-container .slider-row .slider-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 4em 16em;
  margin: 0 auto;
}
.slider-container .slider-row .slider-content .slider-logo::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #979797;
  display: block;
  margin: 1em auto .5em auto;
}
.slider-container .slider-row .slider-content .header {
  font-family: 'Barlow-medium';
  font-size: 64px;
  color: #232849;
  padding: .2em 0 .3em 0;
}
.slider-container .slider-row .slider-content .secondary-content {
  font-family: 'Overpass', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #232849;
  line-height: 22px;
}
.slider-container .slider-row .slider-content .thirdary-content {
  font-family: 'Overpass', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #232849;
  line-height: 22px;
  margin-top: 1.2em;
}
.slider-container .slider-row .down-arrow {
  position: absolute;
  right: 10px;
  bottom: -12px;
}
/*How to pay section*/
.how-to-pay-container {
  max-width: 1345px;
  width: 95%;
  margin: 2.5em auto;
}
.how-to-pay-container .how-to-pay-row {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.how-to-pay-container .how-to-pay-row .how-to-pay-section {
  width: 48%;
}
.how-to-pay-container .how-to-pay-row .how-to-pay-section .image-section img {
  width: 100%;
  height: auto;
}
.how-to-pay-container .how-to-pay-row .how-to-pay-section:nth-child(1) {
  margin-right: 4%;
}
.how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper {
  display: table;
}
.how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper .content-column:nth-child(1) {
  display: table-cell;
  width: 115px;
  vertical-align: middle;
}
.how-to-pay-container .how-to-pay-row .how-to-pay-section .image-section {
  position: relative;
}
.how-to-pay-container .how-to-pay-row .how-to-pay-section .image-section .image-content {
  position: absolute;
  top: 25px;
  left: 28px;
  font-family: 'Barlow-medium';
  font-size: 40px;
  color: #232849;
}
.how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper .content-column:nth-child(2) {
  display: table-cell;
  width: calc(100% - 115px);
  font-family: 'Overpass', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #232849;
  line-height: 22px;
}
.how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper:first-child {
  margin-top: 5em;
}
.how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper {
  margin-top: 3em;
}
.how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper .content-column .head {
  margin-bottom: 15px;
  font-family: 'Barlow-medium';
  font-size: 25px;
}
.how-it-works-container {
  width: 100%;
  background: #fff0f4;
  margin-top: 5em;
  position: relative;
}
.how-it-works-container .how-it-works-row {
  max-width: 1345px;
  width: 95%;
  margin: 0 auto;
}
.how-it-works-container .how-it-works-row .header {
  font-family: 'Barlow-medium';
  font-size: 40px;
  color: #232849;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1em;
}
.how-it-works-container .how-it-works-row .how-it-works-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.how-it-works-container .how-it-works-row .how-it-works-section .how-it-works-box {
  width: 32%;
  padding: 2.5em;
  margin-bottom: 4em;
  border: 1px solid #d3c8d1;
  border-radius: 5px;
}
.how-it-works-container .how-it-works-row .how-it-works-section .how-it-works-box:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}
.how-it-works-container .how-it-works-row .how-it-works-section .how-it-works-box .points {
  width: 32px;
  height: 32px;
  border: 2px solid #1b1b1b;
  border-radius: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 35px;
}
.how-it-works-container .how-it-works-row .how-it-works-section .how-it-works-box .points span {
  font-family: 'Barlow-medium';
  font-size: 25px;
  color: #1b1b1b;
  line-height: 25px;
}
.how-it-works-container .how-it-works-row .how-it-works-section .how-it-works-box .inner-header {
  font-family: 'Barlow-medium';
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  padding-top: .7em;
}
.how-it-works-container .how-it-works-row .how-it-works-section .how-it-works-box .content {
  font-family: 'Overpass', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  padding-top: .5em;
  padding-bottom: 1em;
}
.advantage-container {
  max-width: 1345px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  margin-top: 2em;
  z-index: 1;
}
.advantage-container .advantage-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.advantage-container .advantage-row .advantage-section {
  width: 48%;
  background: #ffb3c7;
  text-align: center;
}
.advantage-container .advantage-row .advantage-section {
  padding: 4em;
}
.advantage-container .advantage-row .advantage-section:first-child {
  margin-right: 4%;
}
.advantage-container .advantage-row .advantage-section .icon-section {
  text-align: center;
}
.advantage-container .advantage-row .advantage-section .header-section {
  font-family: 'Barlow-medium';
  font-size: 40px;
  color: #232849;
  padding-top: .3em;
}
.advantage-container .advantage-row .advantage-section .content-section {
  font-family: 'Overpass', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  padding-top: 1em;
}
.sliced-payment-container {
  width: 100%;
  background: #fff0f4;
  margin-top: -2.2em;
  position: relative;
}
.sliced-payment-container .sliced-payment-row {
  max-width: 1345px;
  width: 95%;
  margin: 0 auto;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 5.5em;
  padding-bottom: 6em;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section .sliced-column {
  width: 48%;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section .sliced-column:first-child {
  margin-right: 4%;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section .sliced-column img {
  width: 100%;
  height: auto;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section .header-section {
  font-family: 'Barlow-medium';
  font-size: 40px;
  color: #232849;
  text-align: left;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 2em;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section table tr td {
  border: 1px solid #d8d8d8;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section table tr td:first-child {
  border-left: none;
  width: 32%;
  padding: 12px 15px;
  font-family: 'Overpass', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section table tr td:last-child {
  border-right: none;
  width: 68%;
  padding: 12px 15px 12px 10%;
  font-family: 'Overpass', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section table tr:first-child td {
  border-top: none;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section table tr:last-child td {
  border-bottom: none;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section .button-section a,
.sliced-payment-container .sliced-payment-row .sliced-payment-section .button-section a:focus {
  display: inline-block;
  background-color: #232849;
  text-transform: uppercase;
  font-family: 'Barlow-medium', Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  letter-spacing: -0.0125em;
  padding: 14px 32px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.sliced-payment-container .sliced-payment-row .sliced-payment-section .button-section {
  margin-top: 40px;
}
.faq-container {
  max-width: 1345px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  margin-top: -1.2em;
  z-index: 1;
  padding-bottom: 30px;
}
.faq-container .faq-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.faq-container .faq-row .faq-column {
  width: 48%;
}
.faq-container .faq-row .faq-column:first-child {
  margin-right: 4%;
}
.faq-container .faq-row .faq-column img {
  width: 100%;
  height: auto;
}
.faq-container .faq-row .faq-column .faq-header {
  padding-top: 2.3em;
  font-family: 'Barlow-medium';
  font-size: 40px;
  color: #232849;
  text-align: left;
}
.faq-container .faq-row .faq-column .accordion-section {
  margin-top: 2em;
}
.faq-container .faq-row .faq-column .accordion-section .accordion-row .accordion-qn {
  display: table;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
}
.faq-container .faq-row .faq-column .accordion-section .accordion-row .accordion-qn .question {
  display: table-cell;
  width: calc(100% - 40px);
  font-family: 'Overpass', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #232849;
  line-height: 22px;
  padding: 10px;
}
.faq-container .faq-row .faq-column .accordion-section .accordion-row .accordion-qn .arrow {
  display: table-cell;
  width: 40px;
  height: 18px;
  background: url(../images/down-arrow.png) no-repeat;
  background-position: center;
}
.faq-container .faq-row .faq-column .accordion-section .accordion-row .accordion-ans {
  padding: 10px;
  font-family: 'Overpass', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #232849;
  line-height: 22px;
  border-bottom: 1px solid #d8d8d8;
}
.faq-container .button-section {
  margin-top: 40px;
}
.faq-container .button-section a,
.faq-container .button-section a:focus {
  display: inline-block;
  background-color: #232849;
  text-transform: uppercase;
  font-family: 'Barlow-medium', Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  letter-spacing: -0.0125em;
  padding: 14px 32px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.image-content-none {
  display: none;
}
.sticky-footer-content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #232849;
  z-index: 99;
}
.sticky-footer-content .footer-content .button-section a,
.sticky-footer-content .footer-content .button-section a:focus {
  display: inline-block;
  background-color: #ff4c66;
  text-transform: uppercase;
  font-family: 'Barlow-medium', Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  letter-spacing: -0.0125em;
  padding: 14px 32px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.sticky-footer-content .footer-content {
  text-align: center;
}
.sticky-footer-content .footer-content .image,
.sticky-footer-content .footer-content .button-section {
  display: inline-block;
}
.sticky-footer-content .footer-content .image {
  position: relative;
  top: 7px;
  margin-right: 25px;
}
/*Media queries*/
@media all and (max-width: 1200px) {
  .slider-container .slider-row .slider-content .header {
    font-size: 54px;
  }
  .slider-container .slider-row .slider-content {
    padding: 4em 10em;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .image-section .image-content {
    font-size: 32px;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper:first-child {
    margin-top: 3em;
  }
  .how-it-works-container .how-it-works-row .how-it-works-section .how-it-works-box {
    width: 32%;
    padding: 1.5em;
    margin-bottom: 4em;
    border: 1px solid #d3c8d1;
    border-radius: 5px;
  }
}
@media all and (min-width: 961px) {
  .lg-display-none {
    display: none;
  }
}
@media all and (max-width: 960px) {
  .slider-container .slider-row .slider-content {
    padding: 4em 7em;
  }
  .slider-container .slider-row .slider-content .header {
    font-size: 50px;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .image-section .image-content {
    position: absolute;
    top: 40px;
    left: 28px;
    font-family: 'Barlow-medium';
    font-size: 40px;
    color: #232849;
  }
  .md-display-none {
    display: none;
  }
  .md-display-block {
    display: block;
  }
  .how-to-pay-container .how-to-pay-row {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section {
    width: 100%;
  }
  .how-it-works-container .how-it-works-row .how-it-works-section .how-it-works-box {
    width: 99%;
    padding: 1.5em;
    margin-bottom: 4em;
    border: 1px solid #d3c8d1;
    border-radius: 5px;
  }
  .advantage-container .advantage-row .advantage-section {
    padding: 3em;
  }
  .sliced-payment-container .sliced-payment-row .sliced-payment-section table tr td:first-child {
    border-left: none;
    width: 38%;
    padding: 12px 15px;
    font-family: 'Overpass', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
  }
  .sliced-payment-container .sliced-payment-row .sliced-payment-section table tr td:last-child {
    border-right: none;
    width: 62%;
    padding: 12px 15px 12px 10%;
    font-family: 'Overpass', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
  }
  .faq-container .faq-row .faq-column .faq-header {
    padding-top: 1.3em;
    font-family: 'Barlow-medium';
    font-size: 40px;
    color: #232849;
    text-align: left;
  }
}
@media all and (max-width: 768px) {
  .sm-hide {
    display: none;
  }
  .slider-container .small-header {
    display: block;
  }
  .slider-container .slider-row .slider-content .header {
    font-size: 40px;
  }
  .slider-container .slider-row .slider-content {
    padding: 4em 2em;
  }
  .slider-container .slider-row .slider-content .thirdary-content {
    margin-top: 0;
  }
  .slider-container .normal-header {
    display: none;
  }
  .slider-container {
    max-width: 1345px;
    width: 100%;
    margin: 2.5em auto;
    background: #ffb3c7;
  }
  /*Arrow animation*/
  .slider-container .slider-row .down-arrow {
    position: absolute;
    right: 10px;
    bottom: -18px;
  }
  .down-arrow {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
  }
  @-webkit-keyframes action {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-8px);
    }
  }
  @keyframes action {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-8px);
    }
  }
  .how-to-pay-container {
    max-width: 1345px;
    width: 100%;
    margin: 2.5em auto;
  }
  .how-to-pay-container .how-to-pay-row {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section {
    width: 100%;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper {
    display: block;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper .content-column:nth-child(1) {
    display: block;
    width: 95px;
    margin: 0 auto;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper .content-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper .content-column .head {
    margin-bottom: 15px;
    font-family: 'Barlow-medium';
    font-size: 25px;
    margin-top: 10px;
    text-align: center;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper .content-column:nth-child(2) {
    display: table-cell;
    text-align: center;
    font-family: 'Overpass', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #232849;
    line-height: 22px;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper .content-column .small-content {
    display: block;
    font-weight: bold;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .content-wrapper .content-column .sm-m-top-30 {
    margin-top: 30px;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .image-section .image-content {
    position: absolute;
    top: 24px;
    left: 28px;
    font-family: 'Barlow-medium';
    font-size: 28px;
    color: #232849;
  }
  .how-it-works-container .how-it-works-row .header .sub-section {
    font-family: 'Overpass', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #948fa1;
  }
  .how-it-works-container .how-it-works-row .header .sub-section {
    margin: 10px auto 0 auto;
  }
  .how-it-works-container .how-it-works-row .header .sub-section span.left-arrow {
    width: 10px;
    height: 15px;
    background: url(../images/right-arrow.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
  }
  .how-it-works-container .how-it-works-row {
    width: 90%;
  }
  .advantage-container {
    max-width: 1345px;
    width: 100%;
    margin: 2em auto 2em auto;
  }
  .advantage-container .advantage-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .advantage-container .advantage-row .advantage-section {
    width: 90%;
    margin: 0 auto 4% auto;
    background: #ffb3c7;
    text-align: center;
  }
  .advantage-container .advantage-row .advantage-section:first-child {
    margin-right: auto !important;
  }
  .advantage-container .advantage-row .advantage-section:first-child::after {
    content: '';
    background: #fff0f4;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
  }
  .advantage-container .advantage-row .advantage-section:last-child {
    width: 90%;
    margin: 0 auto 4% auto;
    background: #ffb3c7;
    text-align: center;
  }
  .advantage-container .advantage-row .advantage-section:last-child::after {
    content: '';
    background: #fff0f4;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
  }
  .sliced-payment-container {
    background: transparent;
    z-index: 1;
  }
  .sliced-payment-container .sliced-payment-row {
    max-width: 1345px;
    width: 100%;
    margin: 0 auto;
  }
  .sliced-payment-container .sliced-payment-row .sliced-payment-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 4.5em;
    padding-bottom: 6em;
    flex-direction: column;
  }
  .sliced-payment-container .sliced-payment-row .sliced-payment-section .sliced-column {
    width: 100%;
  }
  .sliced-payment-container .sliced-payment-row .sliced-payment-section .sliced-column:first-child {
    width: 100%;
    background: #fff0f4;
    padding-bottom: 10em;
  }
  .sliced-payment-container .sliced-payment-row .sliced-payment-section .sliced-column:last-child {
    width: 100%;
    margin-top: -5em;
  }
  .sliced-payment-container .sliced-payment-row .sliced-payment-section .sliced-column:first-child {
    margin-right: 0;
  }
  .sliced-payment-container .sliced-payment-row .sliced-payment-section .header-section {
    font-family: 'Barlow-medium';
    font-size: 40px;
    color: #232849;
    text-align: center;
    width: 95%;
  }
  .sliced-payment-container .sliced-payment-row .sliced-payment-section table {
    border-collapse: collapse;
    width: 90%;
    margin: 2em auto 0 auto;
  }
  .faq-container {
    max-width: 1345px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: -1.2em;
    z-index: 1;
  }
  .faq-container .faq-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
  }
  .faq-container .faq-row .faq-column {
    width: 100%;
  }
  .faq-container .faq-row .faq-column:first-child {
    width: 100%;
    margin-top: 4em;
  }
  .faq-container .faq-row .faq-column .faq-header {
    padding-top: 0;
    font-family: 'Barlow-medium';
    font-size: 40px;
    color: #232849;
    text-align: center;
  }
  .faq-container .faq-row .faq-column .accordion-section .accordion-row .accordion-qn .question {
    display: table-cell;
    width: calc(100% - 40px);
    font-family: 'Overpass', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #232849;
    line-height: 22px;
    padding: 15px;
  }
  .how-it-works-container .how-it-works-row .how-it-works-section .how-it-works-box:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .how-it-works-container .how-it-works-row .how-it-works-section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 480px) {
  .sm-display-none {
    display: none;
  }
  .sm-display-block {
    display: block;
  }
  .how-to-pay-container .how-to-pay-row .how-to-pay-section .image-section .image-content {
    position: absolute;
    top: 6px;
    left: 28px;
    font-family: 'Barlow-medium';
    font-size: 24px;
    color: #232849;
    line-height: 22px;
  }
  .sliced-payment-container .sliced-payment-row .sliced-payment-section .header-section {
    font-family: 'Barlow-medium';
    font-size: 25px;
    color: #232849;
    text-align: center;
  }
  .sticky-footer-content .footer-content .image img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }
  .sticky-footer-content .footer-content .image {
    position: relative;
    top: 1px;
    margin-right: 3px;
  }
  .sticky-footer-content .footer-content .button-section a,
  .sticky-footer-content .footer-content .button-section a:focus {
    display: inline-block;
    background-color: #ff4c66;
    text-transform: uppercase;
    font-family: 'Barlow-medium', Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    letter-spacing: -0.0125em;
    padding: 12px 22px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    outline: 0;
  }
  .sticky-footer-content {
    padding: 11px;
  }
}
.cate_heading {
  margin: 40px auto;
  font-family: 'Barlow-medium';
  font-size: 40px;
  color: #232849;
  text-align: center;
}
.how-it-works-section .slick-dots {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .how-to-install-hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .how-to-install-hide-desktop {
    display: none !important;
  }
}
.cms-how-to-install-roller-electric-blinds #hero-wrapper,
.cms-how-to-set-up-roller-electric-blinds #hero-wrapper {
  background-image: url(../images/hero-bg-electric-desktop.jpg);
}
@media screen and (max-width: 1023px) {
  .cms-how-to-install-roller-electric-blinds #hero-wrapper,
  .cms-how-to-set-up-roller-electric-blinds #hero-wrapper {
    background-image: url(../images/hero-bg-electric-mobile.jpg);
  }
}
.cms-how-to-install-roller-electric-blinds #hero-wrapper #hero-content,
.cms-how-to-set-up-roller-electric-blinds #hero-wrapper #hero-content {
  padding: 0 16px;
}
@media screen and (min-width: 1250px) {
  .cms-how-to-install-roller-electric-blinds #hero-wrapper #hero-content,
  .cms-how-to-set-up-roller-electric-blinds #hero-wrapper #hero-content {
    max-width: 780px;
  }
}
@media screen and (max-width: 1023px) {
  .cms-how-to-install-roller-electric-blinds #hero-wrapper #hero-content,
  .cms-how-to-set-up-roller-electric-blinds #hero-wrapper #hero-content {
    max-width: none;
  }
}
.cms-how-to-install-roller-electric-blinds #hero-wrapper #hero-content h1,
.cms-how-to-set-up-roller-electric-blinds #hero-wrapper #hero-content h1 {
  font-size: 54px;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .cms-how-to-install-roller-electric-blinds #hero-wrapper #hero-content h1,
  .cms-how-to-set-up-roller-electric-blinds #hero-wrapper #hero-content h1 {
    font-size: 34px;
  }
}
.cms-how-to-install-roller-electric-blinds #hero-wrapper #hero-content p,
.cms-how-to-set-up-roller-electric-blinds #hero-wrapper #hero-content p {
  margin-top: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-how-to-install-roller-electric-blinds #hero-wrapper #hero-content p,
  .cms-how-to-set-up-roller-electric-blinds #hero-wrapper #hero-content p {
    margin-bottom: 16px;
  }
}
.cms-how-to-install-roller-electric-blinds .cms-wrapper {
  max-width: 1232px;
  padding: 0 16px;
}
.how-to-install-row {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .how-to-install-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-install-col._col-3 {
    width: calc(25% - 18px);
  }
}
@media screen and (max-width: 1023px) {
  .how-to-install-col._col-3 {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-install-col._col-4 {
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-install-col._col-6 {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 1024px) {
  .how-to-install-col._col-8 {
    width: 66%;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-install-col._center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
  }
  .how-to-install-col._center > :last-child {
    margin-bottom: 0;
  }
}
.how-to-install-step {
  margin: 0 0 48px;
}
.how-to-install-step-title {
  border-bottom: 4px solid #141729;
  margin: 0 0 48px;
}
@media screen and (max-width: 1023px) {
  .how-to-install-step-title {
    margin-bottom: 32px;
  }
}
.how-to-install-blocks {
  margin: 0 0 32px;
}
.how-to-install-step-content .how-to-install-blocks {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .how-to-install-blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-install-block {
    width: calc(50% - 32px);
  }
}
.how-to-install-block-img {
  margin: 0 0 32px;
}
@media screen and (max-width: 1023px) {
  .how-to-install-fit .how-to-install-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.how-to-install {
  padding: 36px 0 0;
  color: #141729;
}
@media screen and (max-width: 1023px) {
  .how-to-install {
    padding-top: 24px;
  }
}
.how-to-install img {
  vertical-align: top;
}
.how-to-install h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 0 0 68px;
  color: #141729;
}
@media screen and (max-width: 1023px) {
  .how-to-install h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
  }
}
.how-to-install h3 {
  font-family: 'Mulish', sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  padding: 0;
  margin: 0 0 32px;
  color: #141729;
}
@media screen and (max-width: 1023px) {
  .how-to-install h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
  }
}
.how-to-install h4 {
  font-family: 'Mulish', sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .0015em;
  padding: 0;
  margin: 0 0 10px;
}
.how-to-install h5 {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .0015em;
  padding: 0;
  margin: 0 0 10px;
}
.how-to-install h5 strong {
  font-weight: 600;
}
.how-to-install p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .180451px;
  padding: 0;
  margin: 0 0 16px;
}
.how-to-install p.how-to-install-subtitle {
  font-size: 16px;
  margin-top: 64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .how-to-install p.how-to-install-subtitle {
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .how-to-install p._fz-16-on-mob {
    font-size: 16px;
  }
}
.how-to-install ul {
  list-style-type: disc;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .180451px;
  margin: 0 0 16px;
}
.how-to-install ul li {
  margin: 0 0 0 24px;
  padding: 0 0 0 3px;
}
.how-to-install .mb-28 {
  margin-bottom: 28px;
}
/* Note */
.how-to-install-note {
  background: #eee;
  border-radius: 8px;
  padding: 24px 16px 16px;
  margin: 0 0 16px;
}
.how-to-install-note-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .0015em;
  font-weight: 500;
  margin: 0 0 18px;
}
.how-to-install-note-title:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI5LjUiIHN0cm9rZT0iIzE0MTcyOSIvPjxwYXRoIGQ9Ik0xMS41IDE3YS41LjUgMCAwIDAgMSAwaC0xWm0xLTdhLjUuNSAwIDAgMC0xIDBoMVptMCA3di03aC0xdjdoMVpNMTEuNSA4YS41LjUgMCAwIDAgMSAwaC0xWm0xLTFhLjUuNSAwIDAgMC0xIDBoMVptMCAxVjdoLTF2MWgxWiIgZmlsbD0iIzE0MTcyOSIvPjwvc3ZnPg==) no-repeat 0 0;
  background-size: 24px;
  margin: 0 10px 0 0;
}
.how-to-install-note-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15px;
}
.how-to-install-note-text ol {
  margin: 0 0 24px;
}
.how-to-install-note-text ol li {
  margin: 0 0 0 24px;
  padding: 0;
}
/* Important */
.how-to-install-important {
  background: rgba(255, 239, 189, 0.5);
}
.how-to-install-important .how-to-install-note-title:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNzg4IDQuMjgzYS4yNS4yNSAwIDAgMSAuNDI0IDBsOC42NDcgMTMuODM0YS4yNS4yNSAwIDAgMS0uMjEyLjM4M0gzLjM1M2EuMjUuMjUgMCAwIDEtLjIxMi0uMzgzbDguNjQ3LTEzLjgzNFoiIHN0cm9rZT0iIzE0MTcyOSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMi41IDguNWEuNS41IDAgMCAwLTEgMGgxWm0tMSA0LjVhLjUuNSAwIDAgMCAxIDBoLTFabTAtNC41VjEzaDFWOC41aC0xWk0xMi41IDE1YS41LjUgMCAwIDAtMSAwaDFabS0xIDFhLjUuNSAwIDAgMCAxIDBoLTFabTAtMXYxaDF2LTFoLTFaIiBmaWxsPSIjMTQxNzI5Ii8+PC9zdmc+);
}
/* Tip */
.how-to-install-tip {
  background: rgba(39, 174, 96, 0.05);
  padding-top: 0;
}
.how-to-install-tip .how-to-install-note-title {
  min-height: 40px;
  margin-bottom: 32px;
}
.how-to-install-tip .how-to-install-note-title:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTcuMzM2IDcuNTczIDEuMDI4LTEuMDI5YS4zNjQuMzY0IDAgMSAwLS41MTQtLjUxNGwtMS4wMjkgMS4wMjlhLjM2NC4zNjQgMCAxIDAgLjUxNS41MTRaTTcuNTQzIDcuMDU5IDYuNTEzIDYuMDNBLjM2NC4zNjQgMCAwIDAgNiA2LjU0NGwxLjAyOCAxLjAyOWEuMzY0LjM2NCAwIDAgMCAuNTE1LS41MTRaTTEyLjM2NCA1LjgxOFY0LjM2NGEuMzY0LjM2NCAwIDEgMC0uNzI4IDB2MS40NTRhLjM2NC4zNjQgMCAxIDAgLjcyOCAwWk01LjgxOCAxMS4yNzNINC4zNjRhLjM2NC4zNjQgMCAxIDAgMCAuNzI3aDEuNDU0YS4zNjQuMzY0IDAgMSAwIDAtLjcyN1pNMTkuNjM2IDExLjI3M2gtMS40NTRhLjM2NC4zNjQgMCAxIDAgMCAuNzI3aDEuNDU0YS4zNjQuMzY0IDAgMCAwIDAtLjcyN1oiIGZpbGw9IiMxNDE3MjkiLz48cGF0aCBkPSJNOS44NTcgMTcuN3YtLjAwN2MwLS40MDMtLjE0OC0uODM4LS4zMjUtMS4yNDQtLjE3OS0uNDExLS40MTctLjg1Ni0uNjUtMS4yOWwtLjAwNi0uMDExYy0uMjk3LS41NTQtLjU5OC0xLjExNy0uODI2LTEuNjgzLS4yMy0uNTY3LS4zNzEtMS4xMDQtLjM3MS0xLjYwMXYtLjE0NEE0LjMyNyA0LjMyNyAwIDAgMSAxMiA3LjM5OGE0LjMyNyA0LjMyNyAwIDAgMSA0LjMyMiA0LjMyMnYuMTZjLS4wMjguOTgyLS41NzMgMS45OTctMS4xODcgMy4xMTdsLS4wMDYuMDEzYy0uMjUuNDU2LS41MS45MjgtLjY5NiAxLjM2NC0uMTgzLjQyNi0uMzM0Ljg5OS0uMjkgMS4zMzhsLjA1LjQ5MWMtLjAxMyAxLjIxLS45ODggMi4xODEtMi4xNzIgMi4xODEtMS4xOSAwLTIuMTY5LS45ODItMi4xNzEtMi4ybC4wMDctLjQ4NFpNOSAxNmg1LjUiIHN0cm9rZT0iIzE0MTcyOSIvPjwvc3ZnPg==);
}
@media screen and (min-width: 768px) {
  .how-to-install-tip-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.how-to-install-tip-img {
  margin: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .how-to-install-tip-img {
    width: calc(50% - 12px);
    margin: 0 24px 0 0;
    max-width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .how-to-install-tip-text {
    width: calc(50% - 12px);
  }
}
/* Parts */
.how-to-install-parts {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .how-to-install-parts {
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
.how-to-install-part {
  margin: 0 0 16px;
  width: 25%;
  max-width: 199px;
}
@media screen and (max-width: 767px) {
  .how-to-install-part {
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
}
.how-to-install-part-img {
  margin: 0 0 8px;
}
/* Tools */
.how-to-install-tools {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .how-to-install-tools {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .how-to-install-tools {
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
.how-to-install-tools._alt {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 16px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .how-to-install-tools._alt {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .how-to-install-tools._alt {
    padding-top: 0;
  }
}
.how-to-install-tools._alt .how-to-install-tool {
  margin-bottom: 32px;
}
.how-to-install-tool {
  margin: 0 0 16px;
  width: 16.66%;
  max-width: 199px;
}
@media screen and (max-width: 767px) {
  .how-to-install-tool {
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
}
.how-to-install-tool-img {
  margin: 0 0 8px;
}
.how-to-install-tool-img img._mix {
  mix-blend-mode: multiply;
}
/* Footer */
.how-to-install-footer {
  text-align: center;
  margin: 80px 0;
}
.how-to-install-download a,
.how-to-install-link a,
.how-to-install-to-top a {
  text-decoration: none !important;
  display: inline-block;
  vertical-align: top;
  min-width: 282px;
  max-width: 100%;
  transition: background-color 0.2s, color 0.2s;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #232849;
  text-align: center;
}
.how-to-install-download {
  margin: 0 0 40px;
}
.how-to-install-download a {
  background-color: #fff;
  border: 2px solid #232849;
  padding: 14px;
}
.how-to-install-download a:hover {
  color: #fff;
  background-color: #232849;
}
.how-to-install-help {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .180451px;
  margin: 0 0 40px;
}
.how-to-install-help-line {
  margin: 0 0 24px;
}
.how-to-install-help-line:last-child {
  margin-bottom: 0;
}
.how-to-install-help-line strong {
  display: block;
}
.how-to-install-help-line a {
  text-decoration: underline;
}
.how-to-install-help-line a:hover {
  text-decoration: none;
}
.how-to-install-link {
  margin: 0 0 56px;
}
.how-to-install-link a {
  color: #fff;
  background-color: #141729;
  padding: 16px;
}
.how-to-install-link a:hover {
  background-color: #232849;
}
.how-to-install-to-top a {
  background-color: #fff;
  border: 2px solid #232849;
  padding: 2px 8px;
  min-width: 0;
}
.how-to-install-to-top a:hover {
  color: #fff;
  background-color: #232849;
}
.cms-how-to-set-up-roller-electric-blinds .cms-wrapper {
  max-width: none;
  padding: 0;
  margin: 0;
  color: #141729;
}
.how-to-setup {
  max-width: 1184px;
  padding: 0 16px;
  margin: 0 auto;
}
.how-to-setup-nav {
  background: #fff;
  position: relative;
}
.how-to-setup-nav._fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 144px;
  z-index: 800;
}
@media screen and (max-width: 1023px) {
  .how-to-setup-nav._fixed {
    top: 105px;
  }
}
.how-to-setup-nav._fixed + .how-to-setup {
  border-top: 61px solid #fff;
}
.how-to-setup-nav._opened .how-to-setup-nav-title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.how-to-setup-nav._opened .how-to-setup-nav-content {
  display: block;
}
@media screen and (max-width: 691px) {
  .how-to-setup-nav._alt .how-to-setup-nav-item {
    margin-bottom: 12px;
  }
  .how-to-setup-nav._alt .how-to-setup-nav-item:last-child,
  .how-to-setup-nav._alt .how-to-setup-nav-item._last {
    margin-bottom: 0;
  }
}
.how-to-setup-nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .0015em;
  height: 61px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1023px) {
  .how-to-setup-nav-title {
    font-size: 14px;
  }
}
.how-to-setup-nav-title:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTguMTQ2NCAxMC44NTM3QzE4LjM0MTcgMTAuNjU4NCAxOC4zNDE3IDEwLjM0MTkgMTguMTQ2NCAxMC4xNDY2TDE3Ljg1MzYgOS44NTM3MUMxNy42NTgzIDkuNjU4NDUgMTcuMzQxNyA5LjY1ODQ1IDE3LjE0NjQgOS44NTM3MkwxMi41IDE0LjUwMDNMNy44NTM1OCA5Ljg1MzZDNy42NTgzMSA5LjY1ODMyIDcuMzQxNyA5LjY1ODMzIDcuMTQ2NDQgOS44NTM2Mkw2Ljg1MzUgMTAuMTQ2NkM2LjY1ODI2IDEwLjM0MTkgNi42NTgyNyAxMC42NTg0IDYuODUzNTMgMTAuODUzN0wxMi4zMjMyIDE2LjMyMzRDMTIuNDIwOSAxNi40MjEgMTIuNTc5MSAxNi40MjEgMTIuNjc2OCAxNi4zMjM0TDE4LjE0NjQgMTAuODUzN1oiIGZpbGw9IiMxNDE3MjkiLz48L3N2Zz4=) no-repeat 0 0;
  background-size: 24px;
  transition: transform .2s;
}
.how-to-setup-nav-content {
  background: #fff;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 61px;
  z-index: 800;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), inset 0 2px 4px rgba(0, 0, 0, 0.05);
  max-height: calc(100vh - 205px);
  max-height: calc(var(--vh, 1vh) * 100 - 205px);
  overflow: auto;
}
@media screen and (max-width: 1023px) {
  .how-to-setup-nav-content {
    max-height: calc(100vh - 166px);
    max-height: calc(var(--vh, 1vh) * 100 - 166px);
  }
}
.how-to-setup-nav-cols {
  max-width: 1184px;
  padding: 24px 16px;
  margin: 0 auto;
}
@media screen and (min-width: 692px) {
  .how-to-setup-nav-cols {
    column-count: 2;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-setup-nav-cols {
    column-count: 3;
  }
}
@media screen and (max-width: 1023px) {
  .how-to-setup-nav-cols {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.how-to-setup-nav-item {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .180451px;
  margin: 0 0 12px;
}
@media screen and (max-width: 691px) {
  .how-to-setup-nav-item {
    margin-bottom: 24px;
  }
}
.how-to-setup-nav-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 691px) {
  .how-to-setup-nav-item._last {
    margin-bottom: 0;
  }
}
.how-to-setup-nav-item._big {
  font-size: 16px;
  line-height: 1.5;
}
.how-to-setup-nav-item._empty {
  font-size: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .how-to-setup-nav-item._hide-mob {
    display: none;
  }
}
.how-to-setup-nav-item._show-tablet a {
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 691px), (min-width: 1024px) {
  .how-to-setup-nav-item._show-tablet {
    display: none;
  }
}
.how-to-setup-nav-item a {
  text-decoration: none !important;
}
.how-to-setup-nav-item a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 1024px) {
  .how-to-setup-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1135px) {
  .how-to-setup-row._align-titles .how-to-install-step-title {
    min-height: 108px;
  }
}
.how-to-setup-row._mb-48 {
  margin-bottom: 48px;
}
.how-to-setup-col > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .how-to-setup-col + .how-to-setup-col {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-setup-col._col-2 {
    width: 17.695%;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-setup-col._col-3 {
    width: 22.827%;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-setup-col._col-4 {
    width: 31.3974%;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-setup-col._col-6 {
    width: 44.9276%;
  }
  .how-to-setup-col._col-6._alt {
    width: 47.1015%;
  }
  .how-to-setup-col._col-6._alt-2 {
    width: 47.9167%;
  }
  .how-to-setup-col._col-6._alt-3 {
    width: 48.551%;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-setup-col._center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
  }
  .how-to-setup-col._center > :last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-setup-col._center-all {
    text-align: center;
  }
}
.how-to-setup-block {
  margin: 40px 0;
}
@media screen and (min-width: 1024px) {
  .how-to-setup-block {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.how-to-setup-block > .how-to-install-step-title {
  margin-top: 8px;
}
.how-to-setup-block:first-child {
  margin-top: 44px;
}
@media screen and (max-width: 1023px) {
  .how-to-setup-block:first-child {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-setup-block._bg {
    background: #fafafa;
    border-radius: 8px;
    padding: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .how-to-setup-block._text {
    text-align: center;
  }
  .how-to-setup-block._text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .how-to-setup-hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-setup-hide-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  ._center-on-mob {
    text-align: center;
  }
}
.how-to-setup .how-to-install-important {
  background: #ffefbd;
}
@media screen and (max-width: 1023px) {
  .how-to-setup .how-to-install-block-img {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .how-to-setup .how-to-install-block-img._minus-margin-on-mob {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 1023px) {
  .how-to-setup .how-to-install-step-title {
    margin-bottom: 24px;
  }
}
.how-to-setup-note {
  margin: 0 0 40px;
}
@media screen and (max-width: 1023px) {
  .how-to-setup-note {
    margin-bottom: 20px;
  }
}
.how-to-setup-note:first-child {
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .how-to-setup-note:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-setup-note-align {
    position: relative;
    padding-bottom: 56.454%;
  }
  .how-to-setup-note-align .how-to-install-note {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}
.how-to-install-block-content > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .how-to-install-block-content._max-width {
    max-width: 425px;
  }
}
/* Table */
@media screen and (min-width: 1024px) {
  .how-to-setup-table-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.how-to-setup-table-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .how-to-setup-table-img {
    width: 164px;
  }
}
.how-to-setup-table-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0 100%;
  border: 1px solid #141729;
  border-width: 1px 0 1px 1px;
  border-radius: 8px 0 0 8px;
  background-color: #e7e7e7;
}
@media screen and (min-width: 1024px) {
  .how-to-setup-table-content {
    width: calc(100% - 164px);
  }
}
.how-to-setup-table {
  border-collapse: separate;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .180451px;
}
.how-to-setup-table th {
  padding: 10px;
  text-align: left;
  font-weight: 400;
  color: #fff;
  background: #141729;
  border: 1px solid #141729;
}
.how-to-setup-table th:first-child {
  border-right: 0;
}
@media screen and (max-width: 1023px) {
  .how-to-setup-table th:first-child {
    border-radius: 8px 0 0 0;
  }
}
.how-to-setup-table th:last-child {
  border-radius: 0 8px 0 0;
}
.how-to-setup-table td {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #141729;
  border-left: 1px solid #141729;
}
.how-to-setup-table td:last-child {
  border-right: 1px solid #141729;
}
@media screen and (min-width: 1024px) {
  .how-to-setup-table tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
  }
}
.how-to-setup-table ._accent-1 {
  color: #e31c1c;
}
.how-to-setup-table ._accent-2 {
  color: #27ae60;
}
.how-to-setup-table-caption {
  font-size: 18px;
  line-height: 1.5;
  margin: 8px 0 0;
}
.cms-no-route #hero-wrapper,
.cms-no-route #hero-bottom-wrapper {
  display: none;
}
.cms-no-route .cms-wrapper.container {
  max-width: 1196px;
  padding: 40px 16px 48px;
}
.page-no-route {
  color: #141729;
}
.page-no-route p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 24px;
  letter-spacing: .15px;
}
.page-no-route p:last-child {
  margin-bottom: 0;
}
.page-no-route strong {
  font-weight: 600;
}
.page-no-route .no-route-header {
  margin: 0 0 48px;
}
.page-no-route .no-route-title {
  font-family: 'Mulish', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1875;
  margin: 0 0 8px;
  padding: 0;
}
.page-no-route .no-route-sub-title {
  font-family: 'Mulish', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: .0015em;
  margin: 0 0 24px;
  padding: 0;
}
.page-no-route .no-route-content {
  padding: 0 0 24px;
}
.page-no-route .no-route-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -40px;
}
.page-no-route a.no-route-item {
  font-family: 'Mulish', sans-serif;
  display: block;
  text-decoration: none;
  width: calc(25% - 40px);
  margin: 0 0 32px 40px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .180451px;
}
@media screen and (max-width: 1023px) {
  .page-no-route a.no-route-item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .page-no-route a.no-route-item {
    width: calc(100% - 40px);
  }
}
.page-no-route a.no-route-item:hover {
  text-decoration: underline;
}
.page-no-route a.no-route-item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  border-radius: 8px;
}
.page-no-route a.no-route-item img._no-brad {
  border-radius: 0;
}
.page-no-route a.no-route-item span {
  display: block;
  padding: 8px;
}
.page-faqs {
  max-width: 997px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1023px) {
  .page-faqs {
    margin-top: 32px;
  }
}
.faqs-section {
  margin: 0 0 40px;
}
h4.faqs-section-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  h4.faqs-section-title {
    font-size: 20px;
  }
}
.faqs-item {
  border-top: 1px solid #f2f2f2;
  padding: 0 16px 0;
  transition: padding-bottom 0.3s;
}
.faqs-item.active {
  padding-bottom: 30px;
}
.faqs-item:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.faqs-item-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .15px;
  padding: 15px 40px 15px 0;
  position: relative;
  cursor: pointer;
}
.faqs-item-title:after {
  content: '';
  width: 24px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyNSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTguNjQ2IDcuMzU0YS41LjUgMCAwIDAgMC0uNzA3bC0uMjkzLS4yOTNhLjUuNSAwIDAgMC0uNzA3IDBMMTMgMTEgOC4zNTMgNi4zNTRhLjUuNSAwIDAgMC0uNzA3IDBsLS4yOTMuMjkzYS41LjUgMCAwIDAgMCAuNzA3bDUuNDcgNS40N2EuMjUuMjUgMCAwIDAgLjM1NCAwbDUuNDctNS40N1oiIGZpbGw9IiMyNTI4NDMiLz48L3N2Zz4=) no-repeat;
  transition: transform .2s;
}
.faqs-item-title[aria-selected="true"]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faqs-item-content:not([role="tabpanel"]) {
  display: none;
}
.faqs-item-content,
.faqs-item-content p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .15px;
  color: #7c7e8e;
}
.faqs-item-content > :last-child {
  margin-bottom: 0;
}
.page-measuring {
  padding-top: 32px;
  color: #2e2e2d;
}
@media screen and (min-width: 1024px) {
  .page-measuring {
    padding-top: 40px;
  }
}
.page-measuring h1,
.page-measuring .like-h1,
.page-measuring h2,
.page-measuring h3,
.page-measuring h4 {
  font-family: 'Mulish', sans-serif;
  padding: 0;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
  color: inherit;
}
.page-measuring h1,
.page-measuring .like-h1 {
  font-size: 40px;
  letter-spacing: -0.4px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .page-measuring h1,
  .page-measuring .like-h1 {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
}
.page-measuring h2,
.page-measuring .h2 {
  font-size: 32px;
  letter-spacing: 0;
}
.page-measuring h3 {
  font-size: 26px;
  letter-spacing: .039px;
}
.page-measuring h4 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: .027px;
}
.page-measuring h4._alt {
  font-weight: 600;
  letter-spacing: .18px;
}
.page-measuring h4._alt-2 {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  padding-top: 4px;
  padding-bottom: 4px;
}
.page-measuring h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}
.page-measuring p {
  padding: 0;
  margin: 0 0 24px;
  font-weight: 300;
  line-height: 1.5;
}
.page-measuring p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .page-measuring p._alt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .page-measuring p._max-width {
    max-width: 66%;
  }
}
.page-measuring p._big {
  font-size: 18px;
  padding-top: 8px;
  font-weight: 400;
}
.page-measuring ul {
  font-weight: 300;
  margin: 0 0 16px;
  line-height: 1.5;
  list-style-type: disc;
}
.page-measuring ul li {
  margin: 0 0 0 28px;
  padding: 0;
}
.page-measuring ol {
  font-weight: 300;
  margin: 0 0 16px;
  line-height: 1.5;
}
.page-measuring ol li {
  margin: 0 0 0 22px;
  padding: 0;
}
.page-measuring .mb-0 {
  margin-bottom: 0;
}
.page-measuring .mb-24 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .page-measuring .video-container {
    max-width: 66%;
  }
}
.page-measuring .video-container iframe {
  margin: 0;
}
.measuring-nav {
  text-align: center;
  margin: 0 0 56px;
}
@media screen and (max-width: 1023px) {
  .measuring-nav {
    margin-bottom: 24px;
  }
}
.measuring-nav h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .measuring-nav h2 {
    font-size: 26px;
  }
}
.measuring-nav-list-wrap {
  min-height: 75px;
}
.measuring-nav-list {
  font-size: 0;
  padding: 24px 0;
  overflow: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .measuring-nav-list {
    margin: 0 -16px;
  }
}
@media screen and (max-width: 1023px) {
  .measuring-nav-list._fixed {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 800;
    background: #fcfcfc;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
}
.measuring-nav-list a,
.measuring-nav-list span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #2e2e2d;
  color: #fcfcfc;
  transition: background-color 0.2s;
  letter-spacing: 0.180451px;
  padding: 10px 24px;
  min-width: 197px;
  margin: 0 16px 0 0;
  text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
  .measuring-nav-list a:first-child,
  .measuring-nav-list span:first-child {
    margin-left: 16px;
  }
}
.measuring-nav-list a:last-child,
.measuring-nav-list span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .measuring-nav-list a:last-child,
  .measuring-nav-list span:last-child {
    margin-right: 16px;
  }
}
.measuring-nav-list a:hover {
  background-color: #74c9c6;
}
.measuring-nav-list a.active {
  background-color: #2e2e2d;
}
.measuring-nav-list span {
  background-color: #2e2e2d;
}
.measuring-text {
  margin: 128px 0 40px;
}
@media screen and (max-width: 1023px) {
  .measuring-text {
    margin-top: 120px;
  }
}
.measuring-nav + .measuring-text {
  margin-top: 0;
}
.measuring-text h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .measuring-text h2 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .measuring-text h2._alt {
    font-size: 26px;
  }
}
.measuring-text > :last-child {
  margin-bottom: 0;
}
.measuring-text._alt {
  margin-top: 0;
  padding-top: 8px;
}
.measuring-text._alt-2 {
  padding-top: 16px;
  margin-bottom: 64px;
}
.measuring-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 56px -24px;
}
@media screen and (max-width: 1023px) {
  .measuring-blocks {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .measuring-blocks._alt {
    margin-bottom: 105px;
  }
}
.measuring-block {
  width: calc(33.33% - 24px);
  margin: 0 0 0 24px;
}
@media screen and (max-width: 1023px) {
  .measuring-block {
    width: 100%;
    margin: 0 0 56px;
  }
}
@media screen and (min-width: 1024px) {
  .measuring-block._alt {
    width: calc(50% - 24px);
  }
}
.measuring-block._alt .measuring-block-title,
.measuring-block._alt h3.measuring-block-title {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .measuring-block._alt .measuring-block-img {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
  .measuring-block._alt .measuring-block-img img {
    position: static;
    width: auto;
    height: auto;
  }
}
.measuring-block-title,
h3.measuring-block-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #2e2e2d;
}
.measuring-block-title._mask span,
h3.measuring-block-title._mask span {
  color: transparent;
  pointer-events: none;
  user-select: none;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .measuring-block-title._mask span,
  h3.measuring-block-title._mask span {
    display: none;
  }
}
.measuring-block-img {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .measuring-block-img {
    position: relative;
    padding-bottom: 100%;
    max-width: 384px;
  }
}
.measuring-block-img img {
  vertical-align: top;
}
@media screen and (min-width: 1024px) {
  .measuring-block-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.measuring-block-content p + h5,
.measuring-block-content p + h6 {
  margin-top: 24px;
}
.measuring-block-content > :last-child {
  margin-bottom: 0;
}
.measuring-2-cols {
  margin-bottom: 56px;
}
@media screen and (min-width: 1024px) {
  .measuring-2-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 64px;
  }
}
.measuring-2-cols .how-to-install-tools._alt {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .measuring-2-cols .how-to-install-tools._alt {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .measuring-2-cols .how-to-install-tools._alt .how-to-install-tool {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .measuring-2-col {
    width: calc(50% - 16px);
  }
}
.measuring-pdf-link {
  padding-top: 16px;
}
@media screen and (min-width: 1024px) {
  .measuring-pdf-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 162px;
    max-width: 408px;
  }
}
.measuring-pdf-link a {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  color: #007b94;
  border: 1px solid #2e2e2d;
  text-align: center;
  text-decoration: none !important;
  padding: 16px;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .18px;
  min-width: 100%;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
@media screen and (min-width: 375px) {
  .measuring-pdf-link a {
    min-width: 343px;
  }
}
@media screen and (min-width: 1024px) {
  .measuring-pdf-link a {
    width: 100%;
  }
}
.measuring-pdf-link a:hover {
  color: #ffffff;
  border-color: #007b94;
  background-color: #007b94;
}
@media screen and (max-width: 1023px) {
  .measuring-pdf-link a span:first-child {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .measuring-pdf-link a span:last-child {
    display: none;
  }
}
.whats-your-style-block .container {
  margin: 3.125em auto;
  padding: 0;
  max-width: 1000px;
  text-align: center;
}
.whats-your-style-block .whats_your_style__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.whats-your-style-block .whats_your_style__list li {
  width: 25%;
}
.whats-your-style-block .whats_your_style__list a {
  position: relative;
  display: inline-block;
}
.whats-your-style-block .whats_your_style__list img {
  width: 220px;
  height: 220px;
}
.whats-your-style-block .whats_your_style__list h3 {
  padding: 0.625em 0 2.5em;
  color: #007b94;
  font-family: 'Mulish', sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
}
.whats-your-style-block .whats_your_style__sticker {
  display: block;
  position: absolute;
  top: -15px;
  right: 10px;
  width: 2.5em;
  height: 2.5em;
  border-radius: 2.5em;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
  background: #007b94;
  color: #007b94;
  font-family: 'Mulish', sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 50px;
}
@media (max-width: 1200px) {
  .whats-your-style-block {
    padding: 0 20px;
  }
  .whats-your-style-block .whats_your_style__list {
    margin: 0 -5px;
  }
  .whats-your-style-block .whats_your_style__list li {
    padding: 0 5px;
  }
  .whats-your-style-block .whats_your_style__list li img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .whats-your-style-block .whats_your_style__list li {
    width: 50%;
  }
  .whats-your-style-block .whats_your_style__list img {
    max-width: 160px;
    width: 100%;
    height: auto;
  }
}
/* Breakpoints */
/* Media width mixin used to group styles output based on media queries */
div#hero-wrapper #hero-content h1,
div#hero-wrapper #hero-content h2 {
  font-weight: 500;
  font-family: 'Baloo 2', cursive;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
div#hero-wrapper #hero-content p {
  margin-top: 16px;
  line-height: 1.5;
  letter-spacing: .15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  div#hero-wrapper #hero-content p {
    margin-bottom: 16px;
  }
}
.howto-videos iframe {
  display: block;
  max-width: 100%;
}
.cms-wrapper .howto-tools li .howto-tools-img {
  position: relative;
  top: -18px;
  margin-bottom: -10px;
}
.cms-wrapper .howto-tools li .howto-tools-img + span {
  margin-top: 0;
}
.install-guide {
  padding: 16px 0 0;
}
.install-guide img {
  vertical-align: top;
}
.install-guide h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
  margin: 32px 0;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1023px) {
  .install-guide h2 {
    font-size: 40px;
  }
}
.install-guide h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 48px 0 32px;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .install-guide h3 {
    font-size: 28px;
  }
}
.install-guide h3._black {
  color: inherit;
}
.install-guide h4 {
  font-family: 'Baloo 2', cursive;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 40px;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .install-guide h4 {
    font-size: 24px;
  }
}
.install-guide h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 24px;
  padding: 0;
  letter-spacing: .180451px;
}
.install-guide p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 24px;
  padding: 0;
  letter-spacing: .180451px;
}
.install-guide p._warning {
  font-weight: 600;
  text-transform: uppercase;
  color: #c71c1c;
}
.install-guide ol {
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 0 24px;
  padding: 0;
  counter-reset: list;
}
.install-guide ol li {
  margin: 0 0 22px;
}
.install-guide ol li:last-child {
  margin-bottom: 0;
}
.install-guide ol li:before {
  font-family: 'Baloo 2', cursive;
  counter-increment: list;
  content: counter(list) ". ";
  font-size: 22px;
  font-weight: 600;
  color: #3e999c;
}
.install-guide._skylight h4 {
  margin-bottom: 24px;
}
.install-guide-tools {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.install-guide-tools-list {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.install-guide-tools-item {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .180451px;
  text-align: center;
  margin: 0 44px 24px 0;
}
.install-guide-tools-item:last-child {
  margin-right: 0;
}
.install-guide-tools-item-img {
  margin: 0 0 4px;
}
.install-guide-blocks {
  margin: 64px 0 0;
}
@media screen and (min-width: 1024px) {
  .install-guide-blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.install-guide-blocks > h4 {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .install-guide-block + .install-guide-block {
    margin-top: 64px;
  }
}
.install-guide-block > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .install-guide-block {
    width: 45%;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.install-guide-block-img {
  margin: 0 0 24px;
  font-size: 0;
}
@media screen and (max-width: 1023px) {
  .install-guide-block-img {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .install-guide-block-img._align,
  .install-guide-block-img._align-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 264px;
  }
}
@media screen and (min-width: 1024px) {
  .install-guide-block-img._align-2 {
    min-height: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .install-guide-block-img._center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.install-guide-block-img._two {
  margin-bottom: 16px;
}
.install-guide-block-img._two img {
  margin-bottom: 8px;
}
.install-guide-block-img._two img:first-child {
  margin-right: 8px;
}
.install-guide-notice {
  background: #e7f2f2;
  border-radius: 8px;
  padding: 24px 16px 16px;
}
@media screen and (min-width: 1024px) {
  .install-guide-notice {
    margin-top: auto;
  }
}
.install-guide-notice._alt .install-guide-notice-title {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyLjI0MiIgcj0iOS4yNSIgc3Ryb2tlPSIjRjA4OTZFIiBzdHJva2Utd2lkdGg9IjEuNSIvPjxyZWN0IHg9IjExLjI1IiB5PSIxMS4yNDIiIHdpZHRoPSIxLjUiIGhlaWdodD0iNiIgcng9Ii4yNSIgZmlsbD0iI0YwODk2RSIvPjxyZWN0IHg9IjExLjI1IiB5PSI4LjI0MSIgd2lkdGg9IjEuNSIgaGVpZ2h0PSIxLjUiIHJ4PSIuMjUiIGZpbGw9IiNGMDg5NkUiLz48L3N2Zz4=);
}
.install-guide-notice._skylight .install-guide-notice-title {
  font-family: 'Baloo 2', cursive;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: .0015em;
  text-transform: capitalize;
  font-weight: 700;
}
.install-guide-notice-title {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyLjQ5NyIgcj0iOS4yNSIgc3Ryb2tlPSIjMDA3Qjk0IiBzdHJva2Utd2lkdGg9IjEuNSIvPjxyZWN0IHg9IjExLjI1IiB5PSIxMS40OTciIHdpZHRoPSIxLjUiIGhlaWdodD0iNiIgcng9Ii4yNSIgZmlsbD0iIzAwN0I5NCIvPjxyZWN0IHg9IjExLjI1IiB5PSI4LjQ5NyIgd2lkdGg9IjEuNSIgaGVpZ2h0PSIxLjUiIHJ4PSIuMjUiIGZpbGw9IiMwMDdCOTQiLz48L3N2Zz4=) no-repeat 0 50%;
  background-size: 24px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding: 0 0 0 36px;
}
.install-guide-notice-text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .180451px;
}
.install-guide-notice-text > :last-child {
  margin-bottom: 0;
}
