/************************* LP page css**********************/

body.page-template-sap-3ps-template {
    padding-top: 0;
} 
body.admin-bar.page-template-sap-3ps-template {
    padding-top: 0;
}
  .sap-body a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s all ease;
}

.sap-body a:hover {
  color: #98c93c;
}

.sap-body button,
.sap-body .button {
  border: none;
  background-color: #00a5d7;
  color: #fff;
  padding: 6px 24px;
  padding: 12px 36px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: "Sora", Geneva, Verdana, sans-serif;
  font-weight: bold;
  transition: 0.3s all ease;
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  text-align: center;
  font-size: 16px;
}

.sap-body button:hover,
.sap-body .button:hover,
.sap-body button:active,
.sap-body .button:active {
  text-decoration: none;
  transition: 0.5s all ease;
  background-color: #fff;
}

.sap-body .logo {
  width: 100%;
  height: auto;
  max-width: 250px;
}

.sap-body .responsive {
  width: 100%;
  height: auto;
}

.sap-body .fade-in {
  opacity: 0;
  transition: opacity 1.3s ease-in;
  transition-delay: 0.2s;
}

.sap-body .active {
  opacity: 1;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html {
  scroll-padding-top: 355px;
}

.sap-body {
  font-family: "Sora", Geneva, Verdana, sans-serif;
  color: #fff;
  background: #333;
  /*background-image: url("../images/bgs/intro.png");*/
  background-repeat: no-repeat;
  background-size: contain;
}

.sap-body .build-4 {
  background: #005473;
  background: linear-gradient(0deg, #005473 60%, rgba(0, 84, 115, 0.5) 100%);
}

.sap-body .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.sap-body footer .copy {
    font-size: 14px !important;
    font-weight: 600 !important;
}

 /* form#gform_24 input::placeholder, form#gform_24 select option.gf_placeholder::placeholder  {
    font-weight: 300 !important;
    color: #333333!important;
}  */

.sap-body .no-gutters > .col,
.sap-body .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.sap-body .form-wrapper .gform_wrapper form select {
    background-image: url(/wp-content/uploads/2023/03/single-drop-down-bottom-arrow-2-1.png) !important;
    background-repeat: no-repeat !important;
    background-position: 100% center !important;
    background-size: contain !important;
}

.sap-body header {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: none;
  transition: background-color 0.8s ease-out;

  padding: 20px 0;

  display: none;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.sap-body header.fade-header {
  background-color: rgba(72, 71, 71, 0.8);
}

.sap-body .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sap-body .mobile-logo {
  display: none;
  padding: 20px 0 0;
}

.sap-body .intro-logo {
  /*background-image: url("../images/bgs/logo_bg.png");*/
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 100px;
}

.sap-body .intro-logo-wrapper {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 75%, #00a5d7 25%);
}

.sap-body .button-container,
.sap-body .content-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

.sap-body b,
.sap-body .heading {
  font-family: "Sora", Geneva, Verdana, sans-serif;
  font-weight: bold;
}

.sap-body section {
  padding-bottom: 80px;
}

.sap-body .heading-1 {
  font-size: 50px;
  line-height: 61px;
  font-weight: 500;
  margin-bottom: 28px;
  color: #fff;
}

.sap-body .heading-v2{
  font-size: 48px !important;
}

.sap-body .heading-1 span {
  color: #9bc947;
}

.sap-body .heading-3 {
  font-size: 23px;
  line-height: 32px;
  color: #9aca3c;
  margin-bottom: 28px;
}

.sap-body .heading-4 {
  font-size: 19px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 8px;
}

.sap-body .form-wrapper {
  margin-top: -200px;
}
.sap-body .form-wrapper-v2 {
  margin-top: 10px !important;
}

.sap-body .form-container {
  border-radius: 7px;
  background-color: #fff;
  padding: 25px;
  position: relative;
  padding-top: 135px;
}

.sap-body .form-wrapper-v2 .form-container {
  padding-top: 25px !important;
}

.sap-body .intro ul li:before{
  content: none;
}

.sap-body .white-paper-cover {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
  width: 100%;
  padding: 0 25px;
  position: relative;
  top: 100px;
  z-index: 1;
}

.sap-body .white-paper-cover img {
  width: 100%;
  display: block;
}

.sap-body .build-4-form ::placeholder {
  color: #333333;
}

.sap-body .build-4-form {
  color: #333;
}

.sap-body .build-4-form .form-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
  margin: 0;
  margin-top: 15px;
}

.sap-body .quote-item blockquote:before{
  content: none;
}

.sap-body .quote-item blockquote {
    text-indent: -14px;
    font-size: 20px;
    line-height: 31px;
    padding: 0;
    color: #fff;
    margin-bottom: 16px;
    font-family: "Sora",sans-serif;
    font-style: inherit;
}


.sap-body .build-4-form input,
.sap-body .build-4-form select {
  width: 100%;
  background-color: #cdcdcd;
  background: #f5f5f5;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 16px;
  padding: 14px 12px;
}

.sap-body .build-4-form input[type="checkbox"] {
  width: 13px;  
  margin: 8px 0 0 4px;
}

.sap-body .build-4-form small {
  font-size: 11px;
  line-height: 16px;

  letter-spacing: 0.01em;
}

.sap-body .build-4-form .build-4-form-submit {
  transition: 0.3s all ease;
  background-color: #00a5d7;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  padding: 22px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}

.sap-body .build-4-form .build-4-form-submit:hover {
  background-color: #005473;
}

.sap-body .build-4-form .build-4-form-submit:active {
  background-color: #ccc;
}

.sap-body .quote-item {
  margin-bottom: 75px;
  border: 2px solid #00a5d7;
  border-radius: 15px;
  padding: 30px 60px;
  text-indent: -14px;
  font-size: 20px;
  line-height: 31px;
  height: 100%;
  position: relative;
}

.sap-body .quote-item .citation {
  text-indent: -21px;
  color: #00a5d7;
  position: absolute;
  bottom: 30px;
  padding-right: 10px;
}

.sap-body .quote-item .citation .position {
  font-size: 16px;
  color: #fff;
}

.sap-body .quote-item span span {
  font-size: 1.4em;
  color: #00a5d7;
  margin: 0 2px;
  font-weight: 600;
}

.sap-body .intro p {
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 22px;
}

.sap-body .intro li {
  font-size: 28px;
  line-height: 32px;
  margin-top: 15px;
  padding-left: 0 ;
}

.sap-body .intro ul {
  list-style-type: square;
  color: #9aca3c;
  font-size: 32px;
  padding-left:26px;
  max-width: 460px;
}

.sap-body .intro li span {
  font-size: 19px;
  line-height: 20px;
  color: #fff;
}

.sap-body footer {
  background-color: #98c93c;
  background-color: #00a5d7;
  padding: 40px 0;
  font-size: 14px;
  color: #005473;
  font-weight: 600;
}

.sap-body footer a {
  color: #005473;
}

.sap-body footer a:hover {
  color: #fff;
}

.sap-body footer br {
  display: none;
}

.sap-body .form-wrapper .gform_wrapper {
    padding: 0;
}
.sap-body .form-wrapper .gform_wrapper form .gfield_checkbox .gchoice {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.sap-body .form-wrapper .gform_wrapper form .gfield_checkbox .gchoice input[type="checkbox"] {
  padding: 8px !important;
  -webkit-appearance: none;
  background-color: #f2f2f2;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  display: inline-block;
  position: relative !important;
  float: left;
}
.sap-body .form-wrapper .gform_wrapper form .gfield_checkbox .gchoice input[type="checkbox"]:checked {
  background-color: #00a5d7;
  border: 1px solid white;
  color: #fff;
}
.sap-body .form-wrapper .gform_wrapper form .gfield_checkbox .gchoice input[type="checkbox"]:checked:after {
  font-size: 13px;
  content: "\2713";
  position: absolute;
  color: #fff !important;
  font-family: 'FontAwesome';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sap-body .form-wrapper .gform_wrapper form .gfield_checkbox .gchoice label {
    font-size: 11px;
    line-height: 1.5rem;
    margin-top: -9px;
    letter-spacing: 0.01em;
    top: -5px;
    position: relative;
}
.sap-body .form-wrapper .gform_wrapper form input.gform_button {
  margin-top: 0;
    transition: 0.3s all ease;
    background-color: #00a5d7;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 22px !important;
    font-size: 16.5px !important;
    letter-spacing: 1px;
    font-weight: 600;
}

.sap-body .form-wrapper .gform_wrapper form .gform_footer {
    padding: 0;
    margin: 0;
}

.sap-body .form-wrapper .gform_wrapper form input, .sap-body .form-wrapper .gform_wrapper form select {
    background: rgb(245, 245, 245);
    border: 1px solid rgb(205, 205, 205);
    border-radius: 3px;
    margin-bottom: 5px;
    color: rgb(51, 51, 51);
    height: auto;
    font-weight: 500;
    font-family: Sora, Geneva, Verdana, sans-serif;
    width: 100% !important;
    font-size: 13px !important;
    line-height: 16px !important;
    padding: 14px 12px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>ol a {
    color: #c02b0a!important;
}

@media (max-width: 991px) {
  .sap-body {
    background-position: top center;
    background-size: 200%;
  }
  ul.stats.desktop_view {
    display: none !important;
  }
  /* .sap-body .intro {
    padding-bottom: 120px;
  } */
  .sap-body .moble_view{
      display: block !important;
  }
  .sap-body .build-4 {
    background: linear-gradient(0deg, #005473 85%, rgba(0, 84, 115, 0.5) 100%);
  }

  .sap-body .form-wrapper {
    margin-top: -50px;
  }
  .sap-body .form-wrapper-v2{ 
    margin-top: 70px !important;
    padding-bottom: 40px;
  }
  .sap-body .quote-item {
    /* min-height: 400px;*/
    padding-bottom: 100px;
    /* height: auto; */
  }

  .sap-body footer .logo-container {
    justify-content: center;
  }

  .sap-body footer .content-container {
    justify-content: center;
    text-align: center;
  }

  .sap-body footer br {
    display: block;
  }
}

@media (max-width: 767px) {
  .sap-body .intro-logo-wrapper {
    display: none;
  }
  .sap-body .intro li span {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
  }
  .sap-body .intro p {
    font-size: 17px;
  }

  .sap-body .mobile-logo {
    display: flex;
    margin-bottom: 60px;
  }

  .sap-body header {
    display: block;
    padding: 0;
  }

  .sap-body .cta a,
  .sap-body header a {
    display: block;
    width: 100%;
  }

  .sap-body .build-4 {
    padding-top: 60px;
  }

  .sap-body section {
    padding-bottom: 40px;
  }

  .sap-body .heading-1 {
    font-size: 32px;
    line-height: 42px;
  }

  .sap-body .heading-v2{
    font-size: 32px !important;
  }
  .sap-body .intro-logo {
    text-align: center;
  }

  .sap-body .quote-item {
    font-size: 18px;
    line-height: 28px;
    padding: 25px 25px 120px 40px;
    min-height: 0;
    height:auto;
    margin-bottom: 30px;
  }

  .sap-body button:hover,
  .sap-body .button:hover {
    border: none;
    background-color: #00a5d7;
    color: #fff;
    padding: 6px 24px;
    padding: 12px 36px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: "Sora", Geneva, Verdana, sans-serif;
    font-weight: bold;
    transition: 0.3s all ease;
    display: inline-block;
    text-decoration: none;
    min-width: 160px;
    text-align: center;
    font-size: 16px;
  }

  .sap-body button:active,
  .sap-body .button:active {
    border: none;
    color: #005473;
    background-color: #00a5d7;
    padding: 6px 24px;
    padding: 12px 36px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: "Sora", Geneva, Verdana, sans-serif;
    font-weight: bold;
    transition: 0.3s all ease;
    display: inline-block;
    text-decoration: none;
    min-width: 160px;
    text-align: center;
    font-size: 16px;
  }

  .sap-body footer br {
    display: block;
  }
}

@media only screen and (min-width:1200px){
  .sap-body section.container, .sap-body footer .container, .sap-body .intro-logo-wrapper .container {
    max-width: 1140px;
  }
}


.stats {
  list-style: none;
  padding: 0;
  clear: both;
  color: #fff;
}

.stats .percentstat {
  padding: 20px 0;
  border-bottom: 2px solid #98c93c;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 36px;
  margin-bottom: 0px;
}

.stats .percentstat:last-child {
  border: none;
}

.stats .stat {
  /* width: 40px; */
  font-size: 23px;
}

.stats .item p {
  margin: 0;
  font-size: 19px !important;
}


ul.stats .percentstat:before{
  display: none;
}

ul.stats.desktop_view {
  display: block 
}

.sap-body .moble_view{
  display: none;
}

ul.stats.desktop_view.percent_included { 
  max-width: none;
  padding-left: 0;
  color: #fff;
}