body {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 19px;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
.lpc-content h1,
.lpc-content h1 strong {
  font-weight: 900;
  font-family: "Heebo", sans-serif;
}
.no-body-wrapper {
  overflow-x: hidden;
}
.company-logo {
  position: fixed;
  left: 1vw;
  top: 1vw;
  max-width: 8vw;
  z-index: 2;
}
.lpc-banner {
  width: 100vw;
  background-size: cover;
  height: 100vh;
  position: fixed;
}
.lpc-banner::before {
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
}
.lpc-wrapper {
  padding: 3vw;
  font-size: 100%;
}

.lpc-content {
  font-family: "Heebo", sans-serif;
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
}
.lpc-bottom .lpc-form,
.lpc-content #tabs,
.lpc-content .entry-content {
  max-width: none;
  width: 58%;
}
.lpc-bottom {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.lpc-content h1 {
  font-size: 285%;
  margin-bottom: 20px;
  line-height: 1;
}
.lpc-content p {
  margin-bottom: 10px;
}
#tabs {
  background-color: transparent;
  font-family: "Heebo", sans-serif;
  padding: 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background-color: #fff !important;
}
.ui-tabs .ui-tabs-nav li {
  float: right;
  margin: 0 0 0 5px;
  border-radius: 0;
  font-weight: 700;
}
.ui-tabs .ui-tabs-nav li p {
  margin-bottom: 0;
}
.ui-tabs .ui-tabs-nav li a {
  color: #fff;
}
.ui-widget-header {
  background: none;
  border: 0 none;
}
.ui-tabs .ui-tabs-panel.tab-content {
  height: 34vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px;
  background-color: #fff;
  display: flex;
  border-radius: 0;
}
.ui-tabs .ui-tabs-panel .tab-content-main {
  border-left: 2px solid;
  padding: 0 0 0 30px;
  width: 72%;
}
.ui-tabs .ui-tabs-panel .tab-content-secondary {
  padding: 0 30px 0 0;
}
.lpc-form {
  margin: 0;
  padding: 10px 20px;
}
.lpc-form .flex {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.lpc-form .flex .flex-1 {
  width: 25%;
}
.lpc-form .flex .flex-2 {
  width: 72%;
}
.company-lp-form-wrapper .lpc-frm-blk {
  width: calc(20% - 2px);
}

.company-lp-form-wrapper .lpc-frm-blk input {
  width: 100%;
  border: 0 none;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Heebo", sans-serif;
}
.lpc-frm-blk.lpcfb-submit {
  width: calc(80% - 0px);
}

.lpc-frm-blk.lpcfb-submit button {
  width: 100%;
  border: 0 none;
  font-family: "Heebo", sans-serif;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.company-lp-form-wrapper .lpc-frm-blk select {
  width: 100%;
  padding: 10px 3px;
  border: 0;
  border-radius: 3px;
  background-color: #b5a5a6;
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0 none;
  position: absolute;
  font-size: 100%;
  bottom: 0;
}
.wpcf7-not-valid-tip {
  font-size: 10px;
  top: -3px;
  left: 4px;
}
.charts-wrapper {
  display: flex;
  width: 40%;
  margin-top: 0;
}
.chart-item {
  width: 25%;
}
.chart-item .num-label {
  color: #fff;
  font-weight: 600;
  font-size: 200%;
  line-height: 1;
  padding-top: 15px;
  text-align: center;
  direction: rtl;
  font-family: "Heebo", sans-serif;
}
.chart-item .num-label small {
  display: block;
  font-weight: 100;
  font-size: 71%;
}
@media only screen and (max-width: 945px) {
  body {
    font-size: 17px;
  }
  .lpc-banner::before {
    opacity: 0.2;
  }
  .company-logo {
    position: absolute;
    max-width: 100px;
  }
  .lpc-wrapper {
    padding-top: 35vh;
  }
  .lpc-bottom .lpc-form,
  .lpc-content #tabs,
  .lpc-content .entry-content {
    max-width: none;
    width: 100%;
  }
  .lpc-content h1 {
    font-size: 220%;
  }
  .ui-tabs .ui-tabs-panel.tab-content {
    height: auto;
    padding: 10px;
    flex-direction: column;
  }
  .ui-tabs .ui-tabs-panel .tab-content-main {
    border-left: 0;
    padding: 0;
    width: 100%;
    border-bottom: 2px solid;
    margin-bottom: 10px;
  }
  .ui-tabs .ui-tabs-panel .tab-content-secondary {
    padding: 0;
    width: 100%;
  }
  .ui-tabs .ui-tabs-nav li {
    margin-left: 1px;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 5px 7px;
    font-size: 8px;
  }
  .lpc-bottom {
    flex-direction: column-reverse;
    margin-bottom: 15vh;
  }
  .charts-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
  .chart-item {
    width: 50%;
  }
  .lpc-form .flex {
    flex-direction: column;
  }
  .lpc-form .flex .flex-1 {
    width: 100%;
    text-align: center;
  }
  .company-lp-form-wrapper .lpc-frm-blk {
    width: 100%;
  }
  .lpc-form .flex .flex-2 {
    width: 100%;
  }
  .wpcf7-not-valid-tip {
    font-size: 10px;
    top: -4px;
    left: 3px;
  }
}
