:root{
--theme-bg: #DEF0FF;
--theme-bg-light: #f1f1f1;
--theme-bg-dark: #0065CC;
--text-light: #ffffff;
--text-dark: #000000;
--theme-shadow: #0006;
--theme-radius: 30px;
}
.heading-menu,#customers,#allFea  {
    display: none;
}
#scroll{
    padding: 0;
}
.g2-2023 {
  position: relative;
  padding: 80px 40px;
}
.g2-2023 h1 {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0 0 20px;
  text-align: center;
}
.g2-2023 h1 strong{
  color: var(--text-dark);
}
.g2-2023 h2 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 600;
  margin: 0 0 50px;
  text-align: center;
  color: var(--text-dark) !important;
}
.g2-2023 h3 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 20px !important;
  color: var(--text-dark) !important;
}
.g2-2023 h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--text-dark) !important;
}
.g2-2023 p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px;
  color: var(--text-dark) !important;
}
.g2-2023 p.light {
  color: var(--text-light) !important;
}
.g2-2023 h1 + p{
  text-align: center;
}
.g2-2023 strong {
  font-weight: 600;
}
.g2-2023 i {
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
  color: var(--text-dark) !important;
}
.g2-2023 li {
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 20px;
  color: var(--text-dark) !important;
}
.g2-2023 p:last-child {
  margin: 0;
}
.g2-2023 .flex {
  position: relative;
  display: flex;
  max-width: 1200px;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.g2-2023 .wrap {
     max-width: 1000px;
     margin: auto;
}
.g2-2023 .cta {
    display: block;
    max-width: 200px;
    text-align: center;
    background-color: #ea152b;
    padding: 12px 4px;
    border-radius: 8px;
    color: var(--text-light);
    text-decoration: none;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
}
.g2-2023.topband {
    background: linear-gradient(to bottom, var(--theme-bg), transparent);
}
.g2-2023.topband .box {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: var(--theme-radius);
    justify-content: space-evenly;
    box-shadow: 0 5px 8px -4px var(--theme-shadow);
    z-index: 2;
}
.g2-2023.topband .box + .box {
    background-color: var(--theme-bg-dark);
    margin-top: -60px;
    padding-top: 90px;
    z-index: 0;
    grid-gap: 20px;
    justify-content: space-between;
}
.g2-2023.topband .box img {
    max-width: 100px;
}
.g2-2023.topband .box p {
    max-width: 600px;
    margin: 0;
}
.g2-2023.topband .box .smallbox {
    width: 250px;
    max-width: 100%;
    background-color: var(--text-light);
    border-radius: var(--theme-radius);
    padding: 30px;
}
.g2-2023.topband .box .smallbox .caption {
    text-align: center;
}
.g2-2023.topband .box .smallbox .caption .str-grp {
    display: inline-flex;
    grid-gap: 5px;
}
.g2-2023.topband .box .smallbox .caption .str-grp img {
    width: 20px;
}
.g2-2023.topband .box .smallbox .caption h4 {
    margin: 0;
}
.g2-2023.topband .box .smallbox .flex {
    width: 100%;
    justify-content: space-between;
}
.g2-2023.topband .box .smallbox .flex + p {
    margin: 0;
}
.g2-2023.topband .box .smallbox .clip img {
    width: 50px;
}
.g2-2023.custlogo .flex {
    flex-wrap: wrap;
    grid-gap: 30px;
}
.g2-2023.custlogo li {
    width: 170px;
    height: 100px;
    box-shadow: 0 0 5px var(--theme-shadow);
    border-radius: calc(var(--theme-radius) - 20px);
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.g2-2023.custlogo li img {
    height: 30px;
    max-width: 130px;
}
.g2-2023.custlogo li img[alt=Toyota],.g2-2023.custlogo li img[alt=Att],.g2-2023.custlogo li img[alt=GE],.g2-2023.custlogo li img[alt=Nucor],.g2-2023.custlogo li img[alt=Gulfair] {
    height: 55px;
}
.g2-2023.credit {
    background-color: var(--theme-bg-light);
}
.g2-2023.fea .flex {
    flex-wrap: wrap;
    grid-gap: 30px;
}
.g2-2023.fea .box {
    width: 300px;
    height: 160px;
    border: 1px solid var(--theme-bg);
    padding: 30px;
    border-radius: calc(var(--theme-radius) - 20px);
    box-shadow: 0 0 8px -4px var(--theme-shadow);
}
.g2-2023.fea .box img {
    height: 60px;
    margin: 0 0 15px;
}
.g2-2023.testi {
    background-color: var(--theme-bg);
}
.g2-2023.testi:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-color: #fff;
}
.g2-2023.testi .flex {
    align-items: stretch;
    grid-gap: 40px;
}
.g2-2023.testi .box {
    border-radius: var(--theme-radius);
    background-color: var(--text-light);
    width: 450px;
    padding: 40px;
    box-shadow: 0 0 8px -4px var(--theme-shadow);
}
.g2-2023.testi .box .speaker {
    display: inline-flex;
    align-items: center;
    grid-gap: 20px;
}
.g2-2023.testi .box .speaker + p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 200;
}
.g2-2023.testi .box .speaker .clip img {
    width: 70px;
    margin: 0;
}
.g2-2023.testi .box h4 {
    text-align: center;
}
.g2-2023.testi .box .speaker .caption h4 {
    margin: 0;
    text-align: left;
}
.g2-2023.testi .box .strip {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid var(--theme-bg);
}
.g2-2023.testi .box .strip:last-child {
    border: 0;
}
.g2-2023.testi .box .strip .clip {
    width: 50%;
    text-align: center;
}
.g2-2023.testi .box .strip .clip img {
    height: 30px;
}
.g2-2023.testi .box .strip .clip img[alt="G2"] {
    height: 54px;
}
.g2-2023.testi .box .strip .clip img[alt="Software Advice"] {
    height: 24px;
}
.g2-2023.testi .box .strip .clip img[alt="Capterra"] {
    height: 40px;
}
.g2-2023.testi .box .strip .caption {
    width: 50%;
    text-align: center;
}
.g2-2023.testi .box .strip .caption .str-grp img {
    width: 25px;
}
.g2-2023.testi .box .flexslider {
    padding-bottom: 100px;
    min-height: 400px;
}
.g2-2023.testi .box .flex-control-nav {
    bottom: 0px;
    left: 0;
    right: 0;
}
.g2-2023.testi .box .flex-control-nav li a {
    margin: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: var(--theme-bg);
}
.g2-2023.testi .box .flex-control-nav li a.flex-active {
    background-color: var(--theme-bg-dark);
    outline: 1px solid var(--theme-bg-dark);
}
@media(max-width: 600px){
.g2-2023 {
    padding: 80px 40px;
}
.g2-2023 h1 {
    margin: 0 0 20px;
}
.g2-2023 p {
    margin: 0 0 40px;
}
.g2-2023 .flex {
    flex-wrap: wrap;
}
.g2-2023.testi .box {
    width: auto;
}
.g2-2023.testi .box .flexslider {
    width: auto;
    max-height: none;
}
.g2-2023.testi .box .strip {
    flex-wrap: wrap;
}
.g2-2023.testi .box .strip .clip {
    width: 100%;
    margin: 0 0 15px;
}
.g2-2023.testi .box .strip .caption {
    width: 100%;
}
.g2-2023.topband .box {
    width: auto;
    grid-gap: 20px;
}
.g2-2023.fea .box {
    width: auto;
    height: auto;
}
.g2-2023.testi .box .speaker + p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}
.g2-2023.testi .box .flex-control-nav {
    display: block;
}
.g2-2023.custlogo li {
    width: 140px;
    height: 80px;
}
.g2-2023.custlogo li img {
    max-width: 115px;
}
}