/*
Theme Name: LeahJay
Theme URI: https://charger.agency
Author: Charger Agency
Description: custom theme
Version: 1.0 
Text Domain: lj
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap");
header, footer, article, section, hgroup, nav, figure, aside {
  display: block;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

figure {
  margin: 0;
  padding: 0;
  border: none;
}

:focus, :active {
  outline: 0;
}

img {
  border-style: none;
  display: block;
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
  color: #102B45;
}

h1, h2, h3, h4 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 18px;
}

ol li,
ul li,
p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
}

p {
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  p {
    margin-bottom: 28px;
  }
}
@media (max-width: 479px) {
  p {
    margin-bottom: 21px;
  }
}

div {
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

.btn, .button {
  border-radius: 5px;
  border: none;
  background-color: #F26322;
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  display: block;
  padding: 4px 10px;
  font-family: "Arial", sans-serif;
  transition: all 400ms ease-in-out;
  -webkit-appearance: none;
}
.btn:hover, .btn:active, .button:hover, .button:active {
  background-color: #102B45;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 599px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 600px) {
  .mobile-only {
    display: none;
  }
}

body {
  min-width: 320px;
  color: #102B45;
  -webkit-text-size-adjust: 100%;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
}
body .wrap {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 1340px;
}
@media (max-width: 479px) {
  body .wrap {
    padding: 0 15px;
  }
}
body main {
  min-height: calc(100vh - 444px);
  padding-top: 104px;
}
body .row {
  display: flex;
}
body #header {
  padding: 15px 0;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background: #ffffff;
  transition: all 400ms ease-in-out;
}
body #header.fixed {
  padding: 12px 0 12px;
}
body #header.fixed .row {
  align-items: center;
}
body #header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
body #header .row .logo img {
  width: auto;
  height: 73px;
  transition: all 400ms ease-in-out;
}
body #header .row #nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
body #header .row #nav .menu > li {
  margin-right: 40px;
}
body #header .row #nav .menu > li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
body #header .row #nav .menu > li.menu-item-has-children a {
  position: relative;
  padding-right: 30px;
}
body #header .row #nav .menu > li.menu-item-has-children a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("images/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body #header .row #nav .menu > li .sub-menu {
  display: none;
}
body #header .row #menu-toggle {
  display: none;
}
body #footer {
  background: #102B45;
  color: #ffffff;
}
body #footer a {
  color: #ffffff;
  text-decoration: none;
}
body #footer h2 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
}
body #footer h3 {
  color: #F26322;
  font-size: 18px;
  line-height: 1.1;
}
body #footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #footer .footer-images {
  display: flex;
  margin: 0 -10px;
  padding: 48px 0;
}
body #footer .footer-images figure {
  padding: 0 10px;
  width: 20%;
}
body #footer .footer-images figure img {
  border-radius: 8px;
}
body #footer .footer-bottom {
  padding: 0 0 20px;
  justify-content: space-between;
}
body #footer .footer-bottom .left-part {
  display: flex;
}
body #footer .footer-bottom .right-part {
  display: flex;
  justify-content: flex-end;
}
body #footer .footer-bottom .logo {
  display: block;
  width: 113px;
  height: auto;
}
body #footer .footer-bottom .terms-links {
  display: flex;
}
body #footer .footer-bottom .terms-links li {
  margin-right: 30px;
}
body #footer .footer-bottom .terms-links li:last-child {
  margin-right: 0;
}
body #footer .footer-bottom .socials {
  display: flex;
}
body #footer .footer-bottom .socials li {
  margin-right: 14px;
}
body #footer .footer-bottom .socials li:last-child {
  margin-right: 0;
}
body #footer .footer-bottom .socials li a {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}
body #footer .footer-bottom .socials li a img {
  width: 100%;
  height: 100%;
  transition: all 400ms ease-in-out;
}
body #footer .footer-bottom .socials li a img.icon-hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
body #footer .footer-bottom .socials li a:hover img.icon-hover {
  opacity: 1;
}
body #footer .footer-bottom .socials li a:hover img.icon {
  opacity: 0;
}
body .main-banner-block {
  overflow: hidden;
  width: 100%;
  min-height: 640px;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
}
body .main-banner-block.layout-color-bg .wrap {
  display: flex;
}
body .text-image-block {
  padding: 80px 0;
}
body .text-image-block.image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  body .text-image-block.image-right .row {
    flex-direction: column;
  }
}
body .tabs-image-block {
  padding: 80px 0;
}
body .tabs-image-block .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (max-width: 800px) {
  body .tabs-image-block .row {
    flex-direction: column;
  }
}
body .tabs-image-block .row .column-image {
  width: 50%;
  box-sizing: border-box;
}
body .tabs-image-block .row .column-image figure {
  position: relative;
  height: 100%;
  width: 100%;
}
body .tabs-image-block .row .column-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 800px) {
  body .tabs-image-block .row .column-image {
    width: 100%;
    margin-bottom: 35px;
  }
}
body .tabs-image-block .row .column-data {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-content: center;
  padding: 30px 36px 30px 0;
}
@media (max-width: 800px) {
  body .tabs-image-block .row .column-data {
    width: 100%;
    padding: 0;
  }
}
body .tabs-image-block .row .column-data p + .accordion {
  margin-top: 40px;
}
body .tabs-image-block .row .column-data .accordion {
  text-align: left;
  margin: 0 0 30px 0;
  position: relative;
}
body .tabs-image-block .row .column-data .accordion:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F26322;
  opacity: 0.48;
}
body .tabs-image-block .row .column-data .accordion .ui-state-default,
body .tabs-image-block .row .column-data .accordion .ui-widget-content .ui-state-default,
body .tabs-image-block .row .column-data .accordion .ui-widget-header .ui-state-default {
  position: relative;
  padding: 16px 50px 16px 0;
  cursor: pointer;
}
body .tabs-image-block .row .column-data .accordion .accordion-title {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.8px;
  color: #F26322;
  cursor: pointer;
  padding: 30px 56px 28px 0px;
  box-sizing: border-box;
  margin: 0;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F26322;
  opacity: 0.48;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:first-child {
  padding-top: 10px;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:first-child:before {
  display: none;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:first-child svg {
  margin-top: -20px;
}
@media (max-width: 1023px) {
  body .tabs-image-block .row .column-data .accordion .accordion-title {
    font-size: 18px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (max-width: 479px) {
  body .tabs-image-block .row .column-data .accordion .accordion-title {
    font-size: 16px;
    line-height: 23px;
  }
}
body .tabs-image-block .row .column-data .accordion .accordion-title svg {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: rotate(-90deg);
}
body .tabs-image-block .row .column-data .accordion .accordion-title .ui-accordion-header-icon {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}
body .tabs-image-block .row .column-data .accordion .accordion-title .ui-accordion-header-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  background: url("images/tab-open.svg") no-repeat center center;
  background-size: contain;
}
body .tabs-image-block .row .column-data .accordion .accordion-title.ui-state-active svg {
  transform: rotate(0deg);
}
body .tabs-image-block .row .column-data .accordion .accordion-title.ui-state-active .ui-accordion-header-icon:before {
  background-image: url("images/tab-close.svg");
}
body .tabs-image-block .row .column-data .accordion .accordion-content {
  position: relative;
}
body .tabs-image-block .row .column-data .accordion .accordion-content:before {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 0;
  height: 0;
  width: 3px;
  background: #F26322;
  z-index: 1;
  transition: 400ms height;
}
body .tabs-image-block .row .column-data .accordion .accordion-content.ui-widget-content {
  box-sizing: border-box;
  padding: 0 0 23px;
}
body .tabs-image-block .row .column-data .accordion .accordion-content p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0 0 22px;
}
body .tabs-image-block .row .column-data .accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
body .tabs-image-block .row .column-data .accordion .accordion-content ul {
  padding: 0 0 0 20px;
}
body .tabs-image-block .row .column-data .accordion .accordion-content ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
body .tabs-image-block .row .column-data .accordion .accordion-content a {
  text-decoration: underline;
}
body .tabs-image-block.image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  body .tabs-image-block.image-right .row {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  body .tabs-image-block.image-right .row .column-image {
    margin-bottom: 35px;
  }
}
body .tabs-image-block.image-right .row .column-data {
  padding: 30px 36px 30px 36px;
}
@media (max-width: 800px) {
  body .tabs-image-block.image-right .row .column-data {
    padding: 0;
  }
}
body .tiles-grid-block {
  padding: 80px 0;
  background: #F6F6F9;
}
body .tiles-grid-block.num-3 .item {
  width: 33.3333%;
}
body .tiles-grid-block.num-4 .item {
  width: 25%;
}
body .tiles-grid-block .tiles-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body .tiles-grid-block .tiles-grid .item {
  padding: 0 10px;
}
body .tiles-grid-block .tiles-grid .item .hold {
  background: #102B45;
  color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}
body .results-block .results-tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body .results-block .results-tiles .item {
  padding: 0 10px;
  width: 50%;
  margin: 0 0 20px;
}
body .results-block .results-tiles .item .hold {
  border: 1px solid #D7DAE6;
  border-radius: 10px;
  padding: 40px;
}
body .results-block .results-tiles .item .value {
  color: #F26322;
  font-size: 80px;
}
body .results-block .results-tiles .item .value .unit {
  font-size: 40px;
}
body .case-studies-block {
  background: #F6F6F9;
}
body .cta-block {
  padding: 40px 0;
  text-align: center;
}
body .cta-block .cta-hold {
  background: #F26322;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 300px;
  position: relative;
}
body .cta-block .cta-hold::before, body .cta-block .cta-hold::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 335px;
  top: 0;
}
body .cta-block .cta-hold::before {
  background: url("images/cta-decor-left.svg") no-repeat;
  background-size: contain;
  background-position-x: right;
  left: 0;
}
body .cta-block .cta-hold::after {
  background: url("images/cta-decor-right.svg") no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: bottom;
  right: 0;
}
body .cta-block .cta-hold .btn {
  background: #F6F6F9;
  color: #102B45;
}
body .two-column-checklist-block {
  background: #F6F6F9;
}
body .two-column-checklist-block .checklist {
  columns: 2;
}

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