/* Needs to be refactored ASAP*/
.section {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 85%;
    max-width: 1280px;
}

.is-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.has-background-icon-pattern {
    background-image: url("../img/bg-illustration-white-scaled-1.webp");
    background-size: cover;
}

.has-background-color-and-both-waves {
    background-color: #f7f9f9 !important;
    background-image: url(../../assets/img/wave-top.png),
        url(../../assets/img/wave-bottom.png) !important;
    background-position: top, bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

img {
    height: auto;
    max-width: 100%;
}

.is-5 {
    flex: none;
    width: 41.66666667%;
}

.is-6 {
    padding-left: 20px;
    padding-right: 0;
    /*    padding-bottom: 100px;*/
    width: 50%;
}

.fs-20 {
    font-size: 20px;
}

.fs-38 {
    font-size: 38px;
    margin-bottom: 30px;
}

ul.bulleter {
    margin-top: 20px;
}

ul.bulleter li {
    margin-bottom: 0px !important;
    padding-left: 40px !important;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.5;
    list-style: none;
}

ul.bulleter li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url(../img/bullet-point.svg) no-repeat center;
    background-size: 100% auto;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.has-wave-bottom:before {
    background-image: url(../../assets/img/wave-bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    /*background-size: 100% 18vw;*/
    content: "";
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: -1px;
}

.is-7 {
    width: 45%;
}

.timeline-line {

    position: absolute;
    padding: 90px 0 85px;
    height: 88%;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-image: url(../img/timeline-dash.png);
    background-repeat: repeat;
    width: 2px;
    z-index: 199;

}

.pt-9 {
    padding-top: 180px;
}

.timeline-line:after {
    content: url(../img/bullet-point.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -4px;
    left: -8px;
}

.timeline-line-second {

    position: absolute;
    padding: 90px 0 85px;
    height: 92%;
    left: 50%;
    top: 3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-image: url(../img/timeline-dash.png);
    background-repeat: repeat;
    width: 2px;
    z-index: 199;

}

.timeline-line-second:after {
    content: url(../img/bullet-point.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -4px;
    left: -8px;
}

iframe {
    max-width: 100%;
}

.section .is-reverse .is-6 {
    width: 46%;
}

.section .is-6 {
    width: 40%;
}

p.fs-20 {
    font-weight: 500;
}

.ptb-5 {
    padding-top: 140px;
    padding-bottom: 80px;
}

.logos-container {
    display: flex;
    justify-content: center;
    gap: 20%;
    width: 46%;
    align-items: center;
    margin-bottom: 50px;
}

.right-side {
    padding-left: 0px !important;
}

@media screen and (max-width: 768px) {
    .wrapper iframe {
        width: 100%;
    }

    .flex {
        flex-direction: column;
    }

    br {
        display: none;
    }

    .timeline-line,
    .timeline-line-second {
        display: none;
    }

    .section {
        flex-direction: column !important;
    }

    .is-5,
    .is-6,
    .is-7 {
        width: 100% !important;
    }

    .is-6 {
        padding-left: 0 !important;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .ptb-5 {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .py-7 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .py-3 {
        padding-bottom: 0 !important;
    }

    .pb-5 {
        padding-top: 50px;
    }

    .logos-container {
        width: 93%;
    }

    .has-footer-below {
        padding-bottom: 24vw !important;
    }

    .m-0 {
        margin: 20px 0 60px 0 !important;
    }

    .form-container {
        max-width: 75% !important;
        width: 75% !important;
    }

    .wrapper {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .drawer-nav li {
        top: 24.5% !important;
    }
}

@media all and (min-width: 1921px) {
    body.page-template-template-acumatica .pillars-hero {
        justify-content: center;
    }
}

@media all and (min-width: 1921px) {
    body.page-template-template-netsuite .pillars-hero {
        justify-content: center;
    }
}

body.page-template-template-netsuite .pillars-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F6F8F9;
    text-align: center;
    position: relative;
    padding-top: 170px;
    padding-bottom: 130px;
    display: flex;
    align-items: flex-start;
}

body.page-template-template-acumatica .pillars-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F6F8F9;
    text-align: center;
    position: relative;
    padding-top: 170px;
    padding-bottom: 130px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.flex {
    align-items: center;
}

.form-container {
    max-width: 25%;
    width: 25%;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #afafaf;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 16px;
    padding-bottom: 2em;
}

.wrapper {
    /* margin-left: 200px; */
    margin-right: 139px;
}