/*----- Start Form -----*/
#form_wr {
  max-width: 960px;
  background: #fff;
  padding: 40px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#form_wr h3 {
  margin: 0 0 20px 0;
}
#form_wr p {
  margin: 0 0 15px 0;
}
#form_wr p:last-of-type {
  margin: 0 0 40px 0;
}
#form_wr p a {
  color: inherit;
  text-decoration: underline;
}
#form_wr p a:hover {
  text-decoration: none;
}
.mfp-close-btn-in .mfp-close {
  color: #000;
}
form ul {
  padding: 0;
}
form ul li::marker {
  content: none;
}
.input-big {
  width: 100%;
  height: 50px;
  border: 2px solid #000;
  transition: all 0.2s ease;
}
.input-big .field {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 18px;
  color: #000;
  text-indent: 20px;
}
.input-big.error {
  border-color: red;
}
.input-big.valid {
  border-color: green;
}
.input-big label.error {
  display: none !important;
}
.input-big-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px 20px;
  margin: 0 0 40px 0;
}
.input-radio legend {
  font-size: 18px;
  line-height: 28px;
  color: #8b8b8b;
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
}
.input-radio div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px 20px;
  margin: 0 0 40px 0;
}
.input-radio.second div {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.input-radio.third div {
  grid-template-columns: 1fr 1fr;
}
.input-radio div span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.input-radio div span label {
  text-align: left;
  margin: 0 0 0 10px;
}
.input-radio div span label.error {
  display: none !important;
}
[type=radio], [type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type=radio], [type=checkbox] {
  width: 20px;
  height: 20px;
  border: solid 1px #cccccc;
  margin-right: 8px;
  position: relative;
}
[type=radio]:checked::before, [type=checkbox]:checked::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #814efa;
  position: absolute;
  top: 2px;
  left: 2px;
}
[type=radio], [type=radio]:checked::before {
  border-radius: 100%;
}
.area {
  margin: 0 0 20px 0;
}
.area legend {
  font-size: 18px;
  line-height: 28px;
  color: #8b8b8b;
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
}
textarea {
  width: 100%;
  border: 2px solid #000;
  padding: 20px;
  height: 150px;
  resize: none;
}
.hide {
  display: none;
}
/*----- End Form -----*/
/*Slider*/
.video_questions_slider {	
    max-width: 980px;
    margin: 0 auto;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  border: none;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  z-index: 30;
  cursor: pointer;
  background-color: transparent;
}
.slick-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.slick-next {
  right: -100px;
}
.slick-next:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.slick-prev {
  left: -100px;
}
.slick-prev:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin-left: 0;
}
.slick-dots li {
  padding: 5px;
  cursor: pointer;
  list-style-type: none;
  margin-left: 0px;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots button {
  cursor: pointer;
  border: 0px;
  background: rgba(211, 203, 194, 1);
  text-indent: -9999px;
  border-radius: 9px;
  width: 12px;
  height: 12px;
}
.slick-dots button:hover, .slick-dots li.slick-active button {
  background: #000;
}
.video, .Vpop, .Vpop_inSlider {
  position: relative;
  display: block;
}
.video:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease .5s;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
}
.video:before, .icon-play:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease .5s;
  width: 19px;
  height: 28px;
  border-radius: 0%;
  background-image: url('../images/play_icon.png');
  background-size: 19px 28px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99999;	
    margin-left: 3px;
}
.video:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 107px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0px 0px 0px 107px rgba(0, 0, 0, 1);
  box-shadow: inset 0px 0px 0px 107px rgba(0, 0, 0, 1);
}
.icon-play {
  position: absolute;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease .5s;
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
}
.Vpop:hover .icon-play.blue {
-webkit-box-shadow: inset 0px 0px 0px 107px rgba(167, 194, 206, 1);
  -moz-box-shadow: inset 0px 0px 0px 107px rgba(167, 194, 206, 1);
  box-shadow: inset 0px 0px 0px 107px rgba(167, 194, 206, 1);
}
.Vpop:hover .icon-play.orange { 
-webkit-box-shadow: inset 0px 0px 0px 107px rgba(249, 180, 171, 1);
  -moz-box-shadow: inset 0px 0px 0px 107px rgba(249, 180, 171, 1);
  box-shadow: inset 0px 0px 0px 107px rgba(249, 180, 171, 1);
}
.Vpop:hover .icon-play.yellow {
  -webkit-box-shadow: inset 0px 0px 0px 107px rgba(238, 237, 135, 1);
  -moz-box-shadow: inset 0px 0px 0px 107px rgba(238, 237, 135, 1);
  box-shadow: inset 0px 0px 0px 107px rgba(238, 237, 135, 1);
}
.Vpop_inSlider:hover .icon-play {	
  -webkit-box-shadow: inset 0px 0px 0px 107px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0px 0px 0px 107px rgba(0, 0, 0, 1);
  box-shadow: inset 0px 0px 0px 107px rgba(0, 0, 0, 1);
}
.vi1:hover .icon-play {	
  -webkit-box-shadow: inset 0px 0px 0px 107px rgba(6, 5, 5, 1);
  -moz-box-shadow: inset 0px 0px 0px 107px rgba(6, 5, 5, 1);
  box-shadow: inset 0px 0px 0px 107px rgba(6, 5, 5, 1);
}
.vi2:hover .icon-play {	
  -webkit-box-shadow: inset 0px 0px 0px 107px rgba(0, 236, 210, 1);
  -moz-box-shadow: inset 0px 0px 0px 107px rgba(0, 236, 210, 1);
  box-shadow: inset 0px 0px 0px 107px rgba(0, 236, 210, 1);
}
.vi3:hover .icon-play {	
  -webkit-box-shadow: inset 0px 0px 0px 107px rgba(129, 79, 250, 1);
  -moz-box-shadow: inset 0px 0px 0px 107px rgba(129, 79, 250, 1);
  box-shadow: inset 0px 0px 0px 107px rgba(129, 79, 250, 1);
}
.vi4:hover .icon-play {	
  -webkit-box-shadow: inset 0px 0px 0px 107px rgba(243, 128, 154, 1);
  -moz-box-shadow: inset 0px 0px 0px 107px rgba(243, 128, 154, 1);
  box-shadow: inset 0px 0px 0px 107px rgba(243, 128, 154, 1);
}
.vi5:hover .icon-play {	
  -webkit-box-shadow: inset 0px 0px 0px 107px rgba(238, 237, 135, 1);
  -moz-box-shadow: inset 0px 0px 0px 107px rgba(238, 237, 135, 1);
  box-shadow: inset 0px 0px 0px 107px rgba(238, 237, 135, 1);
}
/*.icon-play:before {
  content: "";
  width: 33px;
  height: 32px;
  border-left: 2px solid #fff;
  border-radius: 5px;
  position: absolute;
  top: 38px;
  left: 46px;
}
.icon-play:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 36px;
  width: 25px;
  height: 26px;
  transform: rotate(45deg) skew(-5deg, -5deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 5px;
}*/
/*End Slider*/
body {
  font-family: Brownpro, sans-serif;
  color: #060606;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 4.6em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-shadow: 0 0 120px #000;
}
h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 2.6em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
}
h3 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.5px;
}
h4 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.5px;
}
p {
  margin-bottom: 40px;
  font-size: 1em;
  line-height: 1.5;
}
.overflow {
  overflow: hidden;
}
.content {
  width: 80%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
.content.header_c {
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.content.insights_c {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content.container_c, .content.container_q {
  padding-top: 120px;
  padding-bottom: 120px;
}
.content.designed_c {
  padding-top: 120px;
  padding-bottom: 120px;
}
.content.setup_c {
  padding-top: 120px;
}
.content.discover_c {
  max-width: 1020px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.content.footer_c {
  padding-top: 40px;
  padding-bottom: 40px;
}
.logo {
  width: 9.5vw;
}
.banner {
  position: relative;
  height: 90vh;
}
.banner_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.banner_box.banner_first {
  background-image: url('../images/banner-consistant.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_box.banner_second {
  background-image: url('../images/banner-lvly.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_box.banner_third {
  background-image: url('../images/banner-bg-zero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-consistent-logo {
  width: 10vw;
}
.banner-lvly-logo {
  width: 10vw;
}
.banner-zero-logo {
  width: 11.5vw;
}
.banner_p {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 1.65em;
  letter-spacing: -0.5px;
}
.banner_txt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 80%;
  max-width: 1180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  color: #fff;
  text-align: center;
  height: 75vh;
}
.banner_box_wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.insights {
  background-color: #f6f6f6;
}
.insights_wr {
  text-align: center;
}
.insights_txt {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}
.video {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.insights_p {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 1.1em;
  font-weight: bold;
}
.container_txt {
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  text-align: center;
}
.container_txt.sharing {
  max-width: 860px;
}
.container_txt.untrashing {
  max-width: 1040px;
}
.container_p {
  font-size: 1.1em;
}
.container_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.container_holder.mirror {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.container_holder_txt {
  width: 45%;
}
.container_holder_video {
  width: 45%;
}
.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  padding: 120px 100px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #060606;
  text-align: center;
}
.section_box.consistent_left {
  background-image: url('../images/consistent-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_box.consistent_center {
  padding: 80px 50px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fab3ab), to(#fdddad));
  background-image: linear-gradient(180deg, #fab3ab, #fdddad);
  text-align: center;
}
.section_box.consistent_right {
  background-image: url('../images/consistent-product.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_box.lvly_left {
  background-image: url('../images/lvly-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_box.lvly_right {
  background-image: url('../images/lvly-product.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_box.lvly_center {
  padding: 80px 50px 60px;
  background-color: #c8e9f6;
  text-align: center;
}
.section_box.zero_left {
  background-image: url('../images/zero-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_box.zero_right {
  background-image: url('../images/untrashing_product.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_box.zero_center {
  padding: 80px 50px 60px;
  background-image: linear-gradient(135deg, #a4c8d6, #ffe4e0);
  text-align: center;
}
.section_box.consistent_last {
  background-image: url('../images/consistent-img-last.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.5;
}
.section_box.lvly_last {
  background-image: url('../images/lvly-img-last.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.5;
}
.section_box.zero_last {
  background-image: url('../images/zero-img-last.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.5;
}
.qq {
  margin-bottom: 40px;
}
.section_box_p {
  margin-bottom: 40px;
  font-size: 1.6em;
}
.consistent-black-logo {
  width: 6.5vw;
}
.lvly-logo-black {
  width: 8vw;
}
.consistent_left_mobile {
  display: none;
}
.consistent_right_mobile {
  display: none;
}
.lvly_left_mobile {
  display: none;
}
.lvly_right_mobile {
  display: none;
}
.zero_left_mobile {
  display: none;
}
.zero_logo_black {
  width: 9.5vw;
}
.zero_right_mobile {
  display: none;
}
.designed_wr {
  text-align: center;
}
.designed_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.designed_grid {
  display: -ms-grid;
  display: grid;
  width: 45%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.grid_box {
  padding: 40px 20px;
  background-color: #00ead1;
}
.grid_box.paris_box {
  padding-top: 100px;
  padding-bottom: 20px;
}
.grid_box.ele_box {
  padding-top: 100px;
  padding-bottom: 20px;
}
.grid_box.carbon_box {
  padding-top: 20px;
  padding-bottom: 100px;
}
.grid_box.label_box {
  padding-top: 20px;
  padding-bottom: 100px;
}
.gird_icon {
  margin-bottom: 20px;
}
.grid_box_p {
  margin-bottom: 0px;
}
.designed_txt {
  width: 45%;
  text-align: left;
}
.setup {
  height: 1080px;
  background-image: url('../images/setup-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.setup_wr {
  text-align: center;
}
.cta {
  width: 100%;
  max-width: 220px;
  padding-top: 20px;
  padding-bottom: 17px;
  border: 2px solid #814ffa;
  background-color: #814ffa;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.cta:hover {
  background-color: transparent;
  color: #060606;
}
.cta.cta_find {
  border-color: #000;
  background-color: #000;
  color: #00ead1;
}
.cta.cta_find:hover {
  background-color: transparent;
  color: #000;
}
.paragraph {
  margin-bottom: 120px;
}
.discover {
  background-color: #00ead1;
}
.discover_wr {
  text-align: center;
}
.cta_wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta.cta_learn {
  border-color: #000;
  background-color: transparent;
  color: #000;
}
.cta.cta_learn:hover {
  background-color: #000;
  color: #00ead1;
}
.footer_wr {
  text-align: center;
}
.foter_logo {
  width: 6.5vw;
  margin-bottom: 20px;
}
.footer_txt {
  margin-bottom: 0px;
}
.pp {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  text-decoration: none;
}
.pp:hover {
  text-decoration: underline;
}
.insights_p {
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .section_box {
    padding: 100px 70px 60px;
  }
  .section_box p.paragraph {
    font-size: 0.9em;
  }
  .section_box_p {
    margin-bottom: 40px;
    font-size: 1.2em;
  }
  .paragraph {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1366px) {
  h1 {
    font-size: 3.6em;
  }
  .banner_p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1180px) {
  .setup {
    height: 970px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 3.2em;
  }
  .banner_p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 991px) {
  .video:after, .Vpop:after, .Vpop_inSlider:after {
    width: 70px;
    height: 70px;
  }
	.icon-play {
  width: 70px;
		height: 70px;}
  .slick-prev {
    left: -70px;
  }
  .slick-next {
    right: -70px;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.2em;
  }
  .content.container_c, .content.container_q {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content.designed_c {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content.setup_c {
    padding-top: 60px;
  }
  .content.discover_c {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .logo {
    width: 18vw;
  }
  .banner {
    height: 80vh;
  }
  .banner-consistent-logo {
    width: 19.5vw;
  }
  .banner-lvly-logo {
    width: 20vw;
  }
  .banner-zero-logo {
    width: 22.5vw;
  }
  .banner_p {
    font-size: 1.3em;
  }
  .insights_p {
    font-size: 1em;
  }
  .container_txt {
    margin-bottom: 60px;
  }
  .section_box {
    padding: 40px;
    font-size: 1.2em;
  }
  .section_box.consistent_center {
    padding: 30px 20px;
  }
  .section_box.lvly_center {
    padding: 30px 20px;
  }
  .section_box.zero_center {
    padding: 30px 20px;
  }
  .section_box.consistent_last {
    font-size: 1.2em;
  }
  .section_box.lvly_last {
    font-size: 1.2em;
  }
  .section_box.zero_last {
    font-size: 1.2em;
  }
  .qq {
    margin-bottom: 20px;
  }
  .section_box_p {
    font-size: 1em;
  }
  .consistent-black-logo {
    width: 13vw;
  }
  .lvly-logo-black {
    width: 15vw;
  }
  .zero_logo_black {
    width: 18vw;
  }
  .designed_holder {
    display: block;
  }
  .designed_grid {
    width: 100%;
    margin-bottom: 60px;
  }
  .grid_box.paris_box {
    padding-top: 40px;
  }
  .grid_box.ele_box {
    padding-top: 40px;
  }
  .grid_box.carbon_box {
    padding-bottom: 40px;
  }
  .grid_box.label_box {
    padding-bottom: 40px;
  }
  .designed_txt {
    width: 100%;
  }
  .setup {
    height: 800px;
  }
  .foter_logo {
    width: 12vw;
  }
}
@media screen and (max-width: 767px) {
	.bgColor-blue {background-color:#a7c2ce;}
	.bgColor-orange {background-color:#f9b4ab;}
	.bgColor-yellow {background-color:#fcf9f2;}
.insights_txt, .insights_p {
  width: 80%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
	.slick-slide img {width:100%; max-width: none; margin:0 auto;}
	.content.container_q {width:100%;}	
	
  h1 {
    font-size: 2.2em; text-shadow: none;
  }
  h2 {
    font-size: 1.4em;
  }
  .content.header_c {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
  .content.insights_c {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.container_c, .content.container_q {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.designed_c {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.setup_c {
    padding-top: 40px;
  }
  .content.discover_c {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.footer_c {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo {
    width: 22vw;
  }
  .banner {
    display: block;
    height: auto;
    background-color: #c8e9fb;
  }
  .banner_box {
    width: 100%;
    padding-bottom: 20px;
  }
  .banner-consistent-logo {
    width: 23.5vw;
  }
  .banner-lvly-logo {
    width: 22vw;
  }
  .banner-zero-logo {
    width: 27vw;
  }
  .banner_p {
    font-size: 1.2em;
  }
  .banner_txt {
    position: static;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #060606;
    height: auto;
  }
  .insights_txt {
    text-align: left;
  }

  .container_holder {
    display: block;
  }
  .container_holder_txt {
    width: 100%;
    margin-bottom: 60px;
  }
  .container_holder_video {
    width: 100%;
  }
  .section {
    display: block;
  }
  .section_box {
    width: 100%;
    padding: 0px;
  }
  .section_box.consistent_center {
    padding-right: 10%;
    padding-left: 10%;
  }
  .section_box.lvly_center {
    padding-right: 10%;
    padding-left: 10%;
  }
  .section_box.zero_center {
    padding-right: 10%;
    padding-left: 10%;
  }
  .section_box.consistent_last {
    padding: 40px 10%;
  }
  .section_box.lvly_last {
    padding: 40px 10%;
  }
  .section_box.zero_last {
    padding: 40px 10%;
  }
  .consistent-black-logo {
    width: 17vw;
  }
  .lvly-logo-black {
    width: 19.5vw;
  }
  .consistent_left_mobile {
    display: block;
  }
  .consistent_right_mobile {
    display: block;
  }
  .lvly_left_mobile {
    display: block;
  }
  .lvly_right_mobile {
    display: block;
  }
  .zero_left_mobile {
    display: block;
  }
  .zero_logo_black {
    width: 23vw;
  }
  .zero_right_mobile {
    display: block;
  }
  .designed_grid {
    margin-bottom: 40px;
  }
  .setup {
    height: 700px;
  }
  .cta_wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .foter_logo {
    width: 15.5vw;
  }
  .slick-arrow:after {
    width: 20px;
    height: 20px;
  }
  .slick-prev {
    left: -55px;
  }
  .slick-next {
    right: -55px;
  }
	 .banner_box_wr {height:400px;}	
}
@media screen and (max-width: 479px) {
	
  .banner_box {background-image: none!important; 
  }
	.banner_box img {
		-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
	}	
  .banner_box_wr {height:auto;}	
  h3 {
    font-size: 1.2em;
  }
  .logo {
    width: 35vw;
  }
  .banner_p {
    font-size: 1em;
  }
  .section_box_p {
    margin-bottom: 20px;
    font-size: 1em;
  }
  .consistent-black-logo {
    width: 25vw;
  }
  .lvly-logo-black {
    width: 25vw;
  }
  .zero_logo_black {
    width: 30vw;
  }
  .designed_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .grid_box.paris_box {
    padding-top: 20px;
  }
  .grid_box.ele_box {
    padding-top: 20px;
  }
  .grid_box.carbon_box {
    padding-bottom: 20px;
  }
  .grid_box.label_box {
    padding-bottom: 20px;
  }
  .cta {
    width: 100%;
    max-width: none;
  }
  .foter_logo {
    width: 25vw;
  }
  .banner_box {
    background-position: center top;
  }
  #form_wr {
    padding: 40px 20px 20px;
  }
  .input-big-inner {
    grid-template-columns: 1fr;
  }
  .input-radio div {
    grid-template-columns: 1fr;
  }
  .input-radio.second div {
    grid-template-columns: 1fr 1fr;
  }
  .input-radio.third div {
    grid-template-columns: 1fr;
  }
  .input-radio legend {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .area legend {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 360px) {
  .section_box_p {
    margin-bottom: 20px;
    font-size: 0.8em;
  }
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Bold.woff2') format('woff2'), url('../fonts/BrownPro-Bold.eot') format('embedded-opentype'), url('../fonts/BrownPro-Bold.woff') format('woff'), url('../fonts/BrownPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Light.woff2') format('woff2'), url('../fonts/BrownPro-Light.eot') format('embedded-opentype'), url('../fonts/BrownPro-Light.woff') format('woff'), url('../fonts/BrownPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}