#scroll,
.heading-menu,
#customers,
#allFea,
.btmBar {
    display: none !important;
}

:root {
    --text-black: #231F20;
    --text-light: #FFF;
    --button-red: #F0473D;
    --h1-font-size: 54px;
    --h2-font-size: 54px;
    --h3-font-size: 32px;
    --h4-font-size: 20px;
    --p-font-size: 17px;
    --large-font-weight: 600;
    --medium-font-weight: 500;
    --small-font-weight: 400;
    --xs-font-weight: 300;
    --h1-line-height: 72px;
    --h2-line-height: 81px;
    --h3-line-height: 48px;
    --h4-line-height: 30px;
    --p-line-height: 26px;
    --cta-font-size: 17px;
}

.tei h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--large-font-weight);
    color: var(--text-black);
    line-height: var(--h1-line-height);
    margin: 0 0 20px;
}

.tei h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black);
    line-height: var(--h2-line-height);
    margin: 0 auto 30px;
}

.tei h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black) !important;
    line-height: var(--h3-line-height);
}

.tei h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--small-font-weight);
    color: var(--text-black);
    line-height: var(--h4-line-height);
    margin: 0px;
}

.tei p {
    font-size: var(--p-font-size);
    font-weight: var(--xs-font-weight);
    color: var(--text-black);
    line-height: var(--p-line-height);
    margin: 0 0 20px;
}

.tei .box .title {
    color: var(--text-black);
    font-size: 86px;
    font-weight: var(--large-font-weight);;
    line-height: 103px;
}

.tei .description,.tei .author,.tei.footer h3 {
    color: var(--text-black);
    font-size: 24px;
    font-weight: var(--small-font-weight);;
    line-height: 36px;
}

.tei .cta {
    background-color: var(--button-red) !important;
    text-decoration: none;
    color: var(--text-light);
    font-size: var(--cta-font-size) !important;
    font-weight: var(--small-font-weight);
    position: relative;
    line-height: normal !IMPORTANT;
    display: inline-flex;
    align-items: center;
    min-width: 105px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    padding: 14px 24px !important;
    gap: 10px;
    border-radius: 4px !important;
}

.tei .edi-btn inputgroup input.cta {
    width: 100% !important;
    margin: 15px 0px 0px !important;
}

.tei .cta:hover {
    text-decoration: none;
}
.tei .banner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1200px;
    margin: auto;
}

.tei .tei-highlight {
    background: linear-gradient(94deg, #4193E0 2.56%, #53CF92 37.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Zoho Puvi";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}

.tei .banner-content-left {
    width: 700px;
}

.tei {
    padding: 70px 0px;
    width: -webkit-fill-available;
    position: relative;
    overflow: hidden;
}

.tei.description {
    padding: 100px 0px 50px 0px;
}

.tei.footer {
    text-align: center;
    padding-top: 0px;
}

.tei.footer h3 {
    width: 670px;
    margin: 0px auto  20px !IMPORTANT;
    text-align: center;
}

.tei.customer {
    text-align: center;
    background: url(../../products/desktop-central/images/tei-footer-background.png);
    margin: unset;
    max-width: -webkit-fill-available;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    background-position: bottom;
}

.tei.customer h4 {
    max-width: 820px;
    margin: 0px auto 50px;
}

.tei.customer .customer-testimonial h4 {
    max-width: 900px;
    margin: 0 auto 16px;
}

.tei.customer .customer-testimonial h4.author {
    margin: 0px;
}

.tei.customer .customer-testimonial h4.author b {
    font-weight: var(--large-font-weight);
}

.tei.highlights {
    padding-bottom: 60px;
}

.tei .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: auto;
    max-width: 1200px;
}

.tei.highlights .flex {
    gap: 24px;
}

.tei.highlights .flex {
    margin-bottom: 24px;
    align-items: stretch;
}

.tei.highlights .inner-flex {
    display: flex;
    flex-wrap: wrap;
    width: 790px;
    gap: 24px;
}

.tei.description .box {
    width: 270px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 102.46%), linear-gradient(148deg, #E3F4FF 0%, #D3FFEC 100%);
    padding: 32px 48px;
    align-items: center;
    align-content: center;
    position: relative;
}

.tei.description .box:nth-child(2) {
    top: -40px;
}
.tei.description .box:nth-child(2):before{
    background-image: url(../../products/desktop-central/images/tei-overview-2.svg);
    right: -25px;
    left: auto;
    top: -60px;
}
.tei.description .box:nth-child(3):before{
    background-image: url(../../products/desktop-central/images/tei-overview-3.svg);
    right: -60px;
    top: -25px;
    margin: auto;
    left: auto;
    height: 170px;
}
.tei.description .box:before {
    content: "";
    background-image: url(../../products/desktop-central/images/tei-overview-1.svg);
    width: 120px;
    height: 130px;
    position: absolute;
    left: -19px;
    top: -77px;
    background-size: contain;
    background-repeat: no-repeat;
}

.tei .title {
    width: -webkit-fill-available;
    display: block;
}
.tei.description .box:nth-child(3) .description{
    width:50%;
    display: block;
}
.tei.description .box:nth-child(3) .title{
     width: 50%;
}
.tei.description .box:nth-child(3){
    display: flex;
}
.tei.overview .content {
    width: 580px;
}
.tei.overview .image {
    width: 600px;
    position: relative;
    height: 600px;
}

.tei.overview .image img {
    width: auto;
    height: 100%;
    object-fit: contain;
    left: -230px;
    position: absolute;
    bottom: -100px;
    margin: auto;
}
.tei .tag {
    background: linear-gradient(90deg, #D5FFEA 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 16px;
    color: #231F20;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.tei.highlights h2{
  align-items: center;
  align-content: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto 52px;
  max-width: 1200px;
}
.tei.highlights .box{
    border-radius: 16px;
    border: 1px solid #DCEDF7;
    background: linear-gradient(180deg, #E6F9FF 0%, #FFF 64.69%);
    width: 320px;
    padding: 32px 32px 24px 32px;
    display: flex;
    justify-content: space-between;
    max-height: 200px;
    /* align-items: flex-end; */
    overflow: hidden;
    /* flex-wrap: wrap; */
    position: relative;
}

.tei.highlights .box.item {
    width: 349px;
    padding-right: 0px;
    /* flex-wrap: nowrap; */
}

.tei.highlights .box .image {
    background: linear-gradient(180deg, #8EC8FF 12.92%, rgba(255, 255, 255, 0.00) 73.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 280px;
    line-height: 420px;
    width: 170px;
    display: block;
    position: relative;
    height: auto;
    top: -100px;
    font-weight: 600;
    height: 360px;
    left: 0;
    right: 0;
    margin: auto;
}

.tei.highlights .box.min-item .image {
    width: 124px;
    top: -80px;
}
.tei.highlights .box h3{
    font-weight: var(--large-font-weight);
}
.tei.highlights .box p{
    margin:0px;
}
.tei.highlights .box.max-item{
    width: 720px;
}
.tei.highlights .box.max-item .content{
    padding-top: 48px;
}
.tei.overview {
    padding-top: 0px;
}
.tei.highlights .box.item .content{
    width: 230px;
}

.tei.highlights .box.item.six .content {
    width: 250px;
}

.tei.highlights .box.item.six .image {
    width: 160px;
    right: -29px;
    position: absolute;
    top: -60px;
}

.tei.highlights .box.min-item{
    display:block;
    max-height: 480px;
}
.tei.highlights .box.item .image{
    font-size:240px;
}
.tei.highlights .box .content{
    width: 50%;
}

.tei.highlights .box.max-item .content {
    width: 51%;
}

.tei.highlights .box.min-item .content {
    width: 100%;
    top: -140px;
    position: relative;
}

.tei.highlights .box.item .image{
    line-height: 360px;
    font-size: 240px;
    left: auto;
    right: -29px;
    width: 160px;
    top: -40px;
    position: absolute;
}

.tei .customer-testimonial {
    border-radius: 16px;
    background: #FFF;
    max-width: 900px;
    margin: auto auto 140px auto;
    padding: 52px;
    position: relative;
    outline: 12px solid rgb(255 255 255 / 40%);
}

.tei .customer-testimonial:before {
    position: absolute;
    content: "";
    background: url(../../ems/images/icon/quote-icon-13.svg);
    width: 100px;
    height: 100px;
    left: 0px;
    top: -60px;
}
.tei .signup-form {
    border-radius: 16px;
    background: #FFF;
    padding: 32px;
    box-shadow: 0 0 50px 0 #D9EBF5;
}

.tei .banner-content-right:before {
    background-image: url(../../products/desktop-central/images/tei-banner-background.svg);
    content:"";
    position:absolute;
    width: 1100px;
    height: 1100px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -327px;
    z-index: -1;
}

.tei .banner-content-right {
    width: calc( 100% - 750px);
    position: relative;
}

.tei inputgroup#contact-option span {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.tei inputgroup#contact-option .radio-button-container{display: flex;flex-wrap: wrap;}

.tei inputgroup#contact-option .radio-button-container .radio-button {
    width: 16%;
    display: flex;
}

.tei inputgroup#contact-option .radio-button input {
    min-width: 30px !important;
    height: 20px;
}

.tei .edi-btn inputgroup#contact-option .radio-button label{
    color: var(--text-black);
    transform: none;
    display: block;
    margin: 0px 0px 0px 5px;
}
inputgroup#contact-option {
    margin: 20px 0px;
}

div#msgIn {
    font-size: 35px;
    line-height: 50px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .tei,.tei.description{
        padding:70px 40px;
    }

.tei.description {
    padding-top: 100px;
}
    .tei .banner-content-left{
        width:100%;
        text-align:center;
    }
    .tei .banner-content-right{
        width: 50%;
        margin: 20px 0px 0px;
    }
    .tei .banner-content-right:before{
        bottom: -490px;
        left: 0;
        right: 0;
    }
    .tei .signup-form{
        align-content: center;
        flex-wrap: wrap;
    }
    .tei .banner-content{
        justify-content: center;
    }
    .tei.description .box{
        padding: 32px 20px;
        width: 250px;
    }
    .tei.description .flex{
        justify-content: space-evenly;
    }
    .tei.description .box:nth-child(3):before{
        top: -110px;
        right: -20px;
    }
    .tei.overview .content{
        width: 440px;
    }
    .tei.overview .image{
        width:500px;
        height: 500px;
    }
    .tei.overview .image img{
        width: 700px;
        left: -130px;
    }
    .tei .tag{
        font-size:18px;
    }
}

@media (max-width: 480px) {
    :root {
        --h1-font-size: 34px;
        --h2-font-size: 30px;
        --h3-font-size: 22px;
        --h4-font-size: 16px;
        --p-font-size: 16px;
        --h1-line-height: 52px;
        --h2-line-height: 50px;
        --h3-line-height: 32px;
        --h4-line-height: 25px;
        --p-line-height: 27.2px;
        --cta-font-size: 14px;
    }
    .banner{
        margin-top:0px;
    }
    .tei, .tei.description {
        padding:40px 16px;
    }
    .tei.footer h3{
        width:100%;
    }
    .tei .customer-testimonial{
        padding:25px;
    }
    .tei.highlights .box{
        max-height:unset !important;
        padding: 20px 20px 12px 20px;
        min-height: 200px;
        align-items: center;
    }

.tei.highlights .box.min-item {
    height: 330px;
}
    .tei.highlights .box.max-item{
        width:100% !important;
    }
    .tei.highlights .inner-flex{
        width:100% ;
    }
    .tei.highlights .box .image{
        font-size: 200px;
        line-height: 300px;
        height: auto;
        width: 100px;
        top: 0;
        bottom: 0;
    }
    .tei.highlights .box.max-item .content{
        padding-top: 0px;
        width: 75%;
    }
    .tei .banner-content-right{
        width:100%;
    }
    .edi-btn{
        width: 100%;
        padding: 0px;
    }
    .tei .signup-form{
        padding:20px;
        display: block;
    }
    .tei inputgroup#contact-option span{
        font-size: 14px;
        margin: 0 0 10px;
    }
    .tei inputgroup#contact-option .radio-button-container .radio-button{
        width: 100px;
    }
    .tei .edi-btn inputgroup#contact-option .radio-button label{
        line-height:20px
    }
    .tei.overview .image img{
        left: -180px;
        height: 360px;
        width: 600px;
    }
    .tei.overview .image{
        height:300px;
    }
    .tei .box .title{
        font-size:65px;
    }
    .tei .description, .tei .author, .tei.footer h3{
        font-size:20px;
    }
    .tei.description .box:nth-child(2){
        top:0px;
    }
    .tei.description .box:before{
        width: 80px;
        height: 80px;
        top: -40px;
    }

.tei.description .box:nth-child(3):before {
    top: -40px;
}
    .tei.description .box:nth-child(2):before{
        top:-40px;
    }
}