#ae-page-wrap {
    width: 100%;
}
.ae-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
}
.ae-container {
    max-width: 1310px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
p.preheader {
    font-size: 18px;
}





/* Homepage */
.homepage .hero-section {
    min-height: calc(100vh - 60px);
    background: url('/wp-content/uploads/custom-design/images/home/Vector.webp') no-repeat center center / contain;
}
.homepage .ae-container {
    justify-content: center;
}
.homepage .ae-container h1 {
    margin: 50px 0 40px 0;
    width: 900px;
    text-align: center;
}
.homepage .ae-container p:first-of-type {
    width: 500px;
    text-align: center;
}
.homepage .ae-container p:last-of-type {
    text-align: center;
}
.homepage .ae-container .home-hero-img {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
    width: 100%;
}
.homepage .ae-container .home-hero-img img {
    object-fit: contain;
    width: 60%;
    object-position: bottom;
}
.homepage .ae-container .home-hero-img img:last-of-type {
    width: 35%;
}

.v3-intro-h1-1,
.v3-intro-h1-2,
.v3-intro-h1-3{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 99%;
    padding: 2px;
    position: relative
}
.v3-intro-h1-1{background-image: url(/wp-content/uploads/custom-design/images/home/Purple.webp);}
.v3-intro-h1-2{background-image: url(/wp-content/uploads/custom-design/images/home/Orange.webp);}
.v3-intro-h1-3{background-image: url(/wp-content/uploads/custom-design/images/home/Green.webp);}

.v3-intro-h1-1::after,
.v3-intro-h1-2::after,
.v3-intro-h1-3::after {
    content:"";
    position: absolute;
    left:100%;
    top: -100%;
    width: 100px;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.v3-intro-h1-1::after {
    background-image: url(/wp-content/uploads/custom-design/images/home/Clients.webp);
    background-position: left bottom;
        width: 90px;
}
.v3-intro-h1-2::after {
    background-image: url(/wp-content/uploads/custom-design/images/home/ae-des.webp);
    background-position: right top;
    left:-98px;
    top: 100%;
}
.v3-intro-h1-3::after {
    background-image: url(/wp-content/uploads/custom-design/images/home/Users.webp);
    background-position: left top;
    top: 100%;
    width: 74px;
}

/*mobile*/
.v3-h1-mobile .v3-intro-h1-1, 
.v3-h1-mobile .v3-intro-h1-2,
.v3-h1-mobile .v3-intro-h1-3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 76%;
}
.v3-h1-mobile .v3-intro-h1-1::after,
.v3-h1-mobile .v3-intro-h1-2::after,
.v3-h1-mobile .v3-intro-h1-3::after {
    width: 45px;
    height: 100%;
}
.v3-h1-mobile .v3-intro-h1-1::after {
    background-image: url(/wp-content/uploads/custom-design/images/home/Clients-1.webp);
    top: -85%;
    left: -49%;
    width: 42px;
}
.v3-h1-mobile .v3-intro-h1-2::after {
    background-image: url(/wp-content/uploads/custom-design/images/home/ae-mob.webp);
    top: 15%;
    left: 102%;
}
.v3-h1-mobile .v3-intro-h1-3::after {
    background-image: url(/wp-content/uploads/custom-design/images/home/Users-1.webp);
    top: 88%;
    left: -50%;
    width: 34px;
}





.homepage .s1 {
    height: 500px;
}





/* GENERAL STYLES */

/* Logo Slider Styles */
.logo-slider {
  overflow: hidden;
  width: 100%;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.logo-track img {
  height: 60px;
  width: 185px;
  object-fit: contain;
  margin: 0 30px;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



/* Zoho form styles */
.form-2025 {
    margin-top: 30px;
}
.form-2025 input, 
.form-2025 select, 
.form-2025 textarea,
.form-2025 .agree,
.form-2025 .agree a {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.form-2025 .agree {
    margin: 0;
    color: #DBDCDD;
}
.form-2025 .agree a {
    color: #DBDCDD;
    text-decoration: underline;
}
.form-2025 .zf-decesion {
    margin: 16px 0 20px 0;
    display: flex;
    align-items: center;
}
.form-2025 input, 
.form-2025 select, 
.form-2025 textarea {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-2025 textarea {
    height: 110px;
}
.form-2025 .line {
    width: 50%;
    padding-right: 25px;
}
.form-2025 .line.second {
    padding: 0;
}
.form-2025 .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-2025 .zf-tempContDiv {
    margin-bottom: 20px;
}
.form-2025 .zf-errorMessage {
    display: none;
    color: #ff9393;
    font-size: 16px;
    margin: 10px 0 0 0;
}
.form-2025 label {
    color: #9D9D9D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
}
.form-2025 input::placeholder,
.form-2025 select, 
.form-2025 textarea::placeholder {
    color: #667085;
}
.form-2025 .g-recaptcha {
    margin-bottom: 20px;
}

.form-2025 input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin-right: 12px;
    font: inherit;
    color: #D0D5DD;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    display: grid;
    place-content: center;
}
.form-2025 input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #D0D5DD;
    background-color: #000000;
}
.form-2025 input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.form-2025 .dropdown-li svg {
    position: absolute;
    left: 15px;
    top: 44px;
    fill: #98A2B3;
}
.form-2025 .dropdown-li select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 40px;
}
.form-2025 button {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    width: 100%;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #444CE7;
    background: #444CE7;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

@media (max-width: 767px) {
    .form-2025 .flexbox {
        flex-direction: column;
    }
    .form-2025 .line {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .form-2025 .line.line.second {
        margin-bottom: -14px;
    }
    .form-2025 select {
        margin-bottom: -12px;
    }
}