@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	line-height: 1.5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #0E223D;
}

video {
	width: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
html {
	font-family: "Manrope", sans-serif;
}

a:hover,
a:focus,
a:active,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
	-webkit-transition: background-color 0.6s ease 0s, border-color 0.7s ease 0s, color 0.7s ease 0s;
	-o-transition: background-color 0.6s ease 0s, border-color 0.7s ease 0s, color 0.7s ease 0s;
	transition: background-color 0.6s ease 0s, border-color 0.7s ease 0s, color 0.7s ease 0s;
}

a:focus,
a:hover {
	outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0E223D;
}

img {
	max-width: 100%;
}

.zone-landing-page-outer {
	width: 100%;
	background: #fff;
}

section.zone-header {
	background: #fff;
	padding: 20px 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo img {
	width: 250px;
}

.billing_text_btn a,
.header_btn a {
	
	font-size: 14px;
	font-weight: 800;
	padding: 12px 20px;
	min-width: 180px;
	display: block;
	text-align: center;
}

.header_btn a:hover,
.billing_text_btn a:hover,
.header_btn a:focus,
.billing_text_btn a:focus {

}

.billing_text_btn a {
	min-width: 180px;
	text-align: center;
}

section.main_hero_banner {
	padding: 100px;
	background: #0E223D;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.manual-process {
  padding: 100px;
}
.manual-process-heading {
  text-align: center;
  margin-bottom: 60px;
}

.manual-process-heading h2 {
  font-size: 33px;
      letter-spacing: -.01em;
    line-height: 44px;
    margin-bottom: 10px;
}

.manual-process-wrapper {
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.process-icon {
  max-width: 120px;
      margin-bottom: -30px;
    margin-left: -5px;
}
.process-column h3 {
   font-size: 30px;
      letter-spacing: -.01em;
    line-height: 44px;
  margin-bottom: 10px;
  }

.process-column {
      width: calc(25% - 50px);
}

.video_section .manual-process-heading {
       max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  position: relative;
}

.video_section .manual-process-heading:before {
  content: "";
  display: block;
  width: 350px;
  height: 120px;
  background: url(//21166970.fs1.hubspotusercontent-na1.net/hubfs/21166970/raw_assets/public/images/try-zone-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -60px;
    top: -60px;
  position: absolute;
}

.video_section {
  padding-top: 140px;
}

.hero_left_content {
	width: calc(100% - 600px);
}

.hero_form {
	padding: 40px;
	width: 600px;
  align-items: center;
    display: flex;
}

h4.sub_heading {
	color: #25DAEB;
	font-size: 22px;
	font-weight: 600;
}

h1.hero_heading {
	font-size: 50px;
	font-weight: 800;
	line-height: 62.1px;
	color: #fff;
}

.platform-demo .hero_left_content p {
	font-size: 20px;
	font-weight: 500;
	line-height: 30.8px;
	margin-top: 20px;
	color: #fff;
}

.platform-demo .hero_left_content li {
	font-size: 20px;
	font-weight: 500;
	line-height: 30.8px;
	color: #fff;
}

.platform-demo .hero_left_content ol {
	padding-left: 50px;
	margin-top: 20px;
}

section.zone_partner_logo {
	background: #02879B;
	padding: 40px 100px;
}

.partner_wrap p {
	text-align: center;
	color: #fff;
}

.partner_logo_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  align-items: center;
	margin-top: 20px;
}

.partner_logo_wrap a {
	width: 16.66%;
	padding: 0px 40px;
  text-align: center;
}

.partner_logo_wrap a:hover {
	opacity: 0.9;
}

.partner_logo_wrap a img {
	max-width: 100%;
}

.partner_logo_wrap a:first-child img {
     max-height: 28px; 
}


.text_wrap h2 {
	font-size: 33px;
	line-height: 44px;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
}

.text_wrap p {
	font-size: 16px;
}

section.zone_billing_section {
	padding: 100px;
}

.billing_text_btn {
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.Visualize_real {
	margin-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
  
}

.Visualize_real .text_wrap {
	text-align: center;
  max-width: 590px;
  margin: 0 auto 60px auto;
}

.zone_service_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-container:first-child h4:before {
  content: "";
  display: block;
  aspect-ratio: 48/58;
  width: 50px;
  height: 70px;
  background: url(//21166970.fs1.hubspotusercontent-na1.net/hubfs/21166970/raw_assets/public/images/before-man-icon.png);
  background-repeat: no-repeat;
      position: absolute;
    left: 0;
    background-size: contain;
}

.list-container:nth-child(2) h4:before {
  content: "";
  display: block;
  aspect-ratio: 48/58;
  width: 50px;
  height: 70px;
  background: url(//21166970.fs1.hubspotusercontent-na1.net/hubfs/21166970/raw_assets/public/images/after-man-icon.png);
  background-repeat: no-repeat;
      position: absolute;
    left: 0;
    background-size: contain;
}

.challenge-list {
  list-style-type: none;
      padding-left: 120px;
      padding-right: 6rem;
}

.challenge-list li {
  position: relative;
      align-items: center;
    display: flex;
    min-height: 70px;
    padding-left: 20px;
}

.challenge-list li:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: -50px;
}

.challenge-list.before li:before {
  background: url(//21166970.fs1.hubspotusercontent-na1.net/hubfs/21166970/raw_assets/public/images/before-x-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.challenge-list.after li:before {
  background: url(//21166970.fs1.hubspotusercontent-na1.net/hubfs/21166970/raw_assets/public/images/after-check-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.list-container h4 {
 font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px; 
  padding-left: 70px;
  position: relative;
}

.list-container {
  width: 50%;
}

.list-wrapper {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

section.zone_client_testimonial {
	padding: 80px 100px 30px;
}

.zone-icon-list {
  listy-style-type: none;
}

.zone-icon-list li {
    display: flex;
    align-items: center;
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}

.zone-icon-list li:before {
  background: url(//21166970.fs1.hubspotusercontent-na1.net/hubfs/21166970/raw_assets/public/images/Zone-co_on-light%201.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
      width: 25px;
    height: 25px;
  position: absolute;
  left: 0px;
}

:not(.partner_wrap) .testimonial_wrap {
	padding: 88px 150px;
	text-align: center;
	border: 4px solid #73DAE3;
	background-image: url("https://46013027.fs1.hubspotusercontent-na1.net/hubfs/46013027/testimonial_bg.png");
	background-size: cover;
	background-position: center;
	position: relative;
}

.testimonial_wrap:before {
	content: url("https://46013027.fs1.hubspotusercontent-na1.net/hubfs/46013027/Group%2025.png");
	position: absolute;
	top: 0%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.partner_wrap .testimonial_wrap:before {
  display: none;
}

.partner_wrap .testimonial_wrap {
  background-image: none;
  background: none;
  border: none;
}

.partner_wrap .testimonial-text-link {
  color: #fff;
    text-decoration: underline;
  text-underline-offset: 5px;
    padding-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
}

.testimonial-text-link.mid-teal,
.testimonial-text-link.mid-teal:hover {
  color: #73DAE3;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding-bottom: 5px;
  padding-left: 0;
    padding-right: 0;
  font-size: 16px;
}

.partner_wrap .testimonial_wrap h3 {
  color: #ffffff;
}

.partner_wrap .testimonial_wrap p {
  font-size: 25px;
    line-height: 38px;
  font-weight: initial;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.testimonial_wrap h3 {
	font-size: 25px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
}

.testimonial_wrap p {
	font-size: 18px;
	font-weight: 500;
	line-height: 38px;
}

section.zone_bottom_section {
	padding: 80px 100px;
}

.zone_footer_main h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 43.56px;
	margin-bottom: 30px;
	text-align: center;
}

.hero_form h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -0.01em;
	text-align: center;
	margin-bottom: 15px;
}

.footer_Landing-magenta {
	background: #173B6F;
	color: #fff;
}

.footer_Landing .billing_text_btn {
	margin: 0;
}

.footer_Landing .text_wrap h2 {
	color: #fff;
	margin: 0;
}

.Visualize_List {
	display: flex;
	margin-top: 40px;
	max-width: 900px;
	align-items: center;
	width: 100%;
}

.list_left {
	width: 60px;
	float: left;
}

.list_Right {
	float: right;
	width: calc(100% - 100px);
	margin-left: 30px;
}

.list_Right h4 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px;
}

.list_Right h2 {
  padding-right: 40px;
  margin-bottom: 40px;
}

.video {
	border-radius: 4px;
	width: 100%;
}

.container_Video {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	margin-top: 50px;
}

.container_Video_Inn {
	display: flex;
	padding: 24px;
	background: #e9ecef;
	border-radius: 4px;
	max-width: 860px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	width: 100%;
}

.related_content {
  padding: 100px;
}
.related_content h2 {
    font-size: 33px;
    letter-spacing: -.01em;
    line-height: 44px;
    margin-bottom: 10px;
}

.related_content .related-heading {
  text-align: center;
  margin-bottom: 60px;
}
.container_related_col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;  
}

.related-item {
    width: 45%;
}

.related-item h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
}
.related-item p {
  margin-bottom: 30px; 
}
.related-item a,
.related-item a:hover {
    font-size: 16px;
    color: #08A9B7;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding-bottom: 5px;
  font-weight: 500;
 
  
}

@media only screen and (min-width: 1920px) {

	.zone-header,
	.zone_partner_logo,
	.zone_billing_section,
	.zone_client_testimonial,
	.zone_bottom_section {
		padding-left: 250px !important;
		padding-right: 250px !important;
	}

	.main_hero_banner {
		padding-left: 250px !important;
		padding-right: 250px !important;
	}

	.hero_left_content {
		padding-right: 130px !important;
	}
}

@media only screen and (min-width: 2100px) {

	.zone-header,
	.zone_partner_logo,
	.zone_billing_section,
	.zone_client_testimonial,
	.zone_bottom_section,
  .manual-process {
		padding-left: 350px !important;
		padding-right: 350px !important;
	}

	.main_hero_banner {
		padding-left: 350px !important;
		padding-right: 350px !important;
	}

	.hero_left_content {
		padding-right: 300px !important;
	}
}

@media screen and (min-width: 1500px) {
	.platform-demo .hero_left_content {
		padding-right: 90px;
	}
}

@media screen and (max-width: 1499px) and (min-width: 990px) {
	.hero_left_content {
		padding-right: 0px;
	}
}

@media (max-width: 990px) {

	.hero_left_content,
	.hero_form {
		width: 100%;
	}

	.hero_form {
		margin-top: 40px;
	}

	section.main_hero_banner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.zone-header,
	section.zone-header,
	section.main_hero_banner,
	section.zone_partner_logo,
	section.zone_billing_section,
	section.zone_client_testimonial,
	section.zone_bottom_section,
  .manual-process {
		padding-left: 15px;
		padding-right: 15px;
	}

	.testimonial_wrap {
		padding: 50px;
	}

	.zone_service_col {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.service_inner {
		width: 100%;
		padding: 0;
		margin: 20px 0px;
		padding-top: 25px;
	}

	.service_inner::before {
		border-right: none;
		content: "";
		height: 1px;
		left: 0;
		min-height: 1px;
		position: absolute;
		top: 0;
		width: 100%;
		background: #000;
	}

	.service_inner:first-child::before {
		display: none;
	}

	.partner_logo_wrap img {
		margin: 10px 0px;
	}

	.billing_text_btn {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.text_wrap {
		margin-bottom: 20px;
	}

	.container_Video_Inn {
		padding: 10px;
	}

	.container_Video {
		margin-top: 20px;
	}

	section.zone_bottom_section {
		padding-bottom: 40px;
		padding-top: 30px;
	}

	section.zone_billing_section,
	section.main_hero_banner,
  .manual-process {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.service_inner:last-child {
		margin-bottom: 0;
	}

	h1.hero_heading {
		font-size: 36px;
		line-height: 1.6;
	}

	.partner_logo_wrap a {
		padding: 0 2%;
		width: 48%;
		text-align: center;
	}

	.text_wrap h2 {
		font-size: 28px;
	}

	.billing_text_btn {
		margin-bottom: 0;
	}

	.service_inner:first-child {
		padding-top: 15px;
	}

	.testimonial_wrap h3 {
		font-size: 20px;
		line-height: 34px;
	}

	.hero_form {
		width: 100%;
	}
  .container_related_col {
    flex-direction: column;
  }
  .container_related_col .related-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .manual-process.video_section {
    padding-top: 110px;
  }
  .related_content {
    padding: 40px 15px;
  }
  .teams--wrapper.teams--inverter .teams-image_container {
    padding-left: 15px; 
  }
  .teams--wrapper:not(.teams--inverter) .teams-image_container {
    padding-right: 15px;
  }
  .teams--wrapper .teams-image_container {
    width: 40%!important;
  }
  .teams--wrapper .team-text_container {
    width: 60%!important;
  }
  :not(.partner_wrap) .testimonial_wrap {
    padding: 40px 30px;
  }
  .list-wrapper {
    flex-direction: column; 
  }
  .list-container {
      width: 100%;
  }
  .list-container:first-child {
      margin-bottom: 40px;
  }
  section.zone_client_testimonial {
    padding: 80px 100px 20px; 
  }
  .process-column {
      width: calc(50% - 50px);
  }
}

@media screen and (max-width: 767px) {
	.teams--wrapper .teams-image_container {
    width: 100%!important;
  }
  .teams--wrapper .team-text_container {
    width: 100%!important;
  }
  
  .partner_logo_wrap a img {
		max-width: 100%;
	}
  
  .process-column {
      width: 100%;
  }

	.footer_col_wrap .col_main {
		width: 100%;
		padding: 0px !important;
		margin: 10px 0px;
	}

	.footer_col_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer_col_wrap .col_main:last-child {
		margin-bottom: 0px;
	}

	.logo img {
		width: 160px;
	}

	h1.hero_heading {
		font-size: 30px;
	}

	.zone_footer_main h2,
	.text_wrap h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.footer_col_wrap .col_main h4 {
		margin-bottom: 0;
	}

	.footer_col_wrap .col_main:last-child {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.testimonial_wrap {
		padding: 50px 20px 40px;
	}

	section.zone_client_testimonial {
		border-bottom: solid 1px #e7e7e7;
		padding-bottom: 30px;
	}

	.hero_form {
		padding: 30px 20px;
		width: 100%;
	}

	.header_btn a {
		min-width: auto;
	}

	.testimonial_wrap p {
		font-size: 16px;
		line-height: 32px;
	}

	.service_inner h4 {
		margin-bottom: 10px;
	}

	.footer_col_wrap .col_main a {
		margin-top: 20px !important;
	}
  .process-column {
      width: calc(50% - 50px);
    margin-bottom: 40px;
  }
}

@media (max-width: 690px) {
  .process-column {
      width: 100%;
  }
}

/*New codes*/
.teams_section {
	max-width: 1300px;
	margin: 0 auto;
}

.teams_section .text_wrap {
	text-align: center;
      max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.teams_section .team-label {
	width: fit-content;
	padding-left: 5px;
	padding-right: 5px;
}

.teams_section .team-label.orange-label {
	background-color: #FF4B40;
	margin: 0 auto;
}
  .teams_section .team-label.orange-label p {
    color: #fff;
  }

.teams_section .team-label.dark-label {
	background-color: #0E223D;
	margin-bottom: 10px;

}
  
  .teams_section .team-label.dark-label p {
    color: #fff;
  }

.teams_container {
	margin-top: 50px;
	margin-bottom: 50px;
}

.teams--wrapper {
	display: flex;
  margin-bottom: 40px;
}

.teams--wrapper .team-text_container {
	display: flex;
	align-items: center;
	width: 50%;
}

.teams-image_container {
	width: 50%;
	display: flex;
	justify-content: center;
  align-items: center; 
}
  
  .teams-image_container img {
    max-height: 250px;
    max-width: 300px;
  }

.teams--wrapper.teams--inverter {
	flex-direction: row-reverse;
}

.teams--wrapper.teams--inverter .teams-image_container {
	justify-content: flex-start;
}

@media (max-width: 800px) {
	.teams_section {
		padding-left: 20px;
		padding-right: 20px;
	}

	.teams_section .list_Right {
		margin-left: 0
	}

	.teams_container {
		gap: 50px;
		display: flex;
		flex-direction: column;
	}

	.teams--wrapper {
		flex-direction: column;
	}

	.teams--wrapper .team-text_container {
		width: 100%;
	}

	.teams-image_container {
		width: 100%;
		justify-content: center;
		margin-top: 50px;
	}

	.teams--wrapper.teams--inverter {
		flex-direction: column;
	}

	.teams--wrapper.teams--inverter .teams-image_container {
		justify-content: center;
	}

	.platform-demo .hero_left_content p,
	li {
		font-size: 18px;
		line-height: 1.4;
	}
}

.billing_text_btn .text_wrap {
	text-align: center;
	margin-bottom: 40px;

	& h2 {
		color: #fff;
	}

	& p {
		color: #fff;
		max-width: 700px;
	}
}

.footer_Landing-magenta .billing_text_btn {
	flex-direction: column;
}

.billing_text_btn .dark-btn {
	background: #0E223D;

	&:hover {
		background: #fff;
		color: #000;
	}
}

.billing_text_btn {
	margin-bottom: 0;
}

.text_wrap .team-label {
	margin-bottom: 10px !important;
}

.platform-demo {
	margin-bottom: -25px;
}

.teams_section .team-label.orange-label {
	padding: 4px 7px;

	& p {
		font-size: 18px;
	}
}

.teams_section h2 {
	font-size: 33px;
}

@media (max-width: 770px) {
	.teams_section h2 {
		font-size: 30px;
	}
}

@media (min-width: 990px) {
	.main_hero_banner .hero_left_content {
		width: 50%;
	}

	.main_hero_banner .hero_form {
		width: 50%;
	}

	.main_hero_banner {
		column-gap: 50px;
	}
}

.w-button {
	color: #fff;
	line-height: inherit;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	padding: 9px 15px;
	text-decoration: none;
	display: inline-block;
}

.button {
	background-color: #ff4b3f;
	color: #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: .75rem 1.25rem;
	font-weight: 600;
}

.center-text {
	text-align: center;
}

.hero_left_content.full-width {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding-right: unset !important;
}

.manual-process.video_section .cta-image {
      max-width: 860px;
    width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.manual-process.video_section .cta-image img {
  height: 100%;
  object-fit: cover;