* {
    margin: 0;
}

a {
    text-decoration: none;
    cursor:pointer !important;
}

.box {
    cursor: pointer !important;
}


/* Mobile */

p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    /*color: #4E4B66;*/
    color: black;
}

.strong {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #402E82;
}

.strong-small {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #402E82;
}

.tabs--container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.tabs--container .tab {
    box-sizing: border-box;

    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85.4px;
    padding: 25px;
    background: #FFFFFF;
    width: 100%;

    border: 2px solid #E6C212;
    border-radius: 15px;
}

.tabs--container .tab .tab--inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

section {
    padding: 25px;
}

.login {
    background-color: #F8F9FA;
    display: flex;
}

.introduction {
    display: flex;
    flex-direction: column;
}

.introduction .introduction--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.introduction--container p {
    text-align: left;
    max-width: 205px;
}

.introduction--container img {
    max-width: 127px;
}

.introduction .content--container p {
    text-align: left;
    margin-bottom: 12px;
}

.introduction .content--container .button {
    display: flex;
    padding: 10px 16px;
    max-width: 139px;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;

    background: #48B54A;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}


.introduction .content--container {
    margin-top: 40px;
}

.introduction .imageholder--1 {
    height: 192px;
    background: url(smallbusiness.png);
    border-radius: 20px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}

.introduction .imageholder--2 {
    height: 192px;
    background: url(smallbusiness2.png);
    border-radius: 20px;
    margin-bottom: 25px;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.logos {
    background-color: #F8F9FA;
}

.logos .integrations-logos {
    margin-top: 25px;
}

.logos-2 .integrations-logos {
    margin-top: 25px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-mask-image: linear-gradient( to right,transparent, black 20%, black 80%, transparent 100%);
}

.logos-2 {
    padding: 25px 0px;
}

.logos-2 {
    padding-bottom: 40px;
}


.logos .integrations-logos .row-1, .row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
}

.logos-2 .integrations-logos .row-1, .row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.integrations-logos .row-1 {
    margin-bottom: 40px;
}

/*.logos .integrations-logos .row-1 img, .row-2 img {*/
/*    max-width: 100%; !* full width of the parent *!*/
/*}*/

.SSO1 {
    max-width: 90px;
}

.SSO2 {
    max-width: 60px;
}

.SSO3 {
    max-width: 42px;
}

.SSO4 {
    max-width: 48px;
}

.SSO5 {
    max-width: 48px;
}

.SSO6 {
    max-width: 31px;
}

.SSO7 {
    max-width: 50px;
}

.SSO8 {
    max-width: 78px;
}

.LG01 {
    max-width: 65px;
}

.LG02 {
    max-width: 67px;
}

.LG03 {
    max-width: 47px;
}

.LG04 {
    max-width: 30px;
}

.LG05 {
    max-width: 42px;
}

.LG06 {
    max-width: 68px;
}

.LG07 {
    max-width: 67px;
}

.LG08 {
    max-width: 40px;
}

.LG09 {
    max-width: 44px;
}

.LG10 {
    max-width: 60px;
}

.LG11 {
    max-width: 67px;
}

.text p {
    text-align: left;
    margin-bottom: 1rem;
}

.text p:last-of-type {
    margin-bottom: 0rem;
}

.text .strong {
    margin-bottom: 12px;
}

.text .btns--container {
    display: flex;
    gap: 10px;
    /*margin-top: 12px;*/
    margin-top:2rem;
    flex-wrap: wrap;
}

.text .btns--container .testimonial-btn {
    border-radius: 10px;
    border: 1px solid #48B54A;
    padding: 10px 16px;
    color: #48B54A;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}


p.strong.getting-started-text{
    margin-bottom: 50px;
    text-align: left;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.text .btns--container .trial-btn {
    border-radius: 10px;
    padding: 10px 16px;
    color: var(--white, #FFF);
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    border-radius: 10px;
    display: flex;
    gap: 12px;
    background-color: var(--primary, #48B54A);
    white-space: nowrap;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.products {
    background-color: #F8F9FA;
}

.products .title {
    color: #48B54A;
    text-align: left;
    margin-bottom: 12px;
    font-size: 16px;
}

.products .box {
    padding: 12px 24px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}

.products .box .inner-box {
    display: flex;
    align-items: center;
    gap: 24px;
}

.products .box .inner-box p {
    font-size: 18px;
}

.products .box .inner-box img {
    max-width: 62px;
}

.products .box-dropdown .subtext {
    text-align: left;
    margin-left: 85px;
    /*color: #A0A3BD;*/
    color: black;
    margin-bottom: 16px;
}

.products .box-dropdown .subtext strong {
    color: #402E82;
}

.products .box-dropdown {
    margin-top: -25px;
    gap: 0px;
}

.products .box-dropdown video {
    border: 2px solid black;
    width: 100%;
    height: 100%;
}


.video {
    aspect-ratio: 16 / 9;
    width: 100%;
}



.products .products-container {
    margin-bottom: 32px;
}

.products .teal {
    color: #01AEB4;
}

.products .red {
    color: #C6255B;
}

.text .black {
    color: black;
}

.text .white {
    color: white;
}

.text .getting-started-btn {
    border-radius: 10px;
    background: white;
    padding: 10px 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    color: #48B54A;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

.box-dropdown.special {
    margin-top: 0px;
}

.box-dropdown.special .subtext.special {
    margin-left: 0px;
}

.resources {
    background-color: #F8F9FA;
}

.resources .title {
    color: #48B54A;
    text-align: left;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.resources .box {
    padding: 12px 24px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}

.resources hr {
    height: 12px;
    border: none;
}

.products hr {
    height: 12px;
    border: none;
}

.resources .box p {
    text-align: left;
}

.resources .box-dropdown .subtext {
    font-size: 12px;
    text-align: left;
    /*color: #A0A3BD;*/
    color: black;
}

.resources .resources-container {
    margin-bottom: 32px;
}

.box-dropdown {
    padding: 0px 24px;
    background-color: white;
    border-radius: 10px;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 20px;
    display: none;
}

.toggled {
    display: flex;
}

.rotate {
    rotate: 180deg;
}

.box.toggled {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.box-dropdown.toggled {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.testimonials {
    background: #F8F9FA;
    padding-top: 0px;
    overflow-x: hidden;
}

.testimonials .testimonial {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #01AEB4;
    background: #FFF;
    padding: 24px;
    align-items: flex-start;
}

.green-bg{
    background-color: #48B54A;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

.testimonials .testimonial p {
    text-align: left;
}

.testimonials .testimonial p:first-of-type {
    margin-bottom: 24px;
}

.testimonials .testimonial img {
    margin-bottom: 12px;
}

.testimonials .testimonial p.strong {
    margin-bottom: 8px;
}


.resources .box-dropdown .download-btn {
    background-color: black;
    padding: 10px 16px;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    display: flex;
    width: 100px;
    justify-content: space-between;
    align-items: center;
}

.about hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border-color: #402E82;
}

.about .about--container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.about .about--container img {
    margin-bottom: 32px;
    max-width: 80px;
}

.about .about--container .name {
    text-align: center;
    margin-bottom: 4px;
}

.about .about--container .role {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px;
}

.about .about--container .information {
    text-align: center;
}

.text p.strong {
    font-size: 24px;
    margin-bottom: 1rem;
}

.text.features p.strong {
    font-size: 16px;
}

.text.bundle p.strong {
    font-size: 16px;
}


.about p {
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 0px 25px;
    margin-bottom: 4px;
}

header .desktop-nav {
    display: none;
}

.mobile-nav {
    position: relative;
    display: inline-block;
}

.nav-dropdown {
    display: none;
    position: absolute;
    flex-direction: column;
    gap: 30px;
    background-color: white;
    right: 50%;
    right: -40px;
    top: 45px;
    padding: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


header .mobile-nav .menu-item {
    color: #402E82;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

header .mobile-nav .button {
    padding: 16px 24px;
    background: #402E82;
    color: #FFF;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    border-radius: 8px;
    user-select: none;
    cursor: pointer;
}

.show {
    display: flex;
}

footer {
    background-color: #F8F9FA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.no-bg {
    background-color: white;
}

.gray-bg {
    background-color: #F8F9FA !important;
}

.features {
    background-color: #48B54A;
}

footer .logos--container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 12px;
}

footer .navigation--container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #402E82;
    margin-top: 35px;
    text-align: center;
}

footer .navigation--container a {
    cursor: pointer;
    color: #402E82;
}

footer .contact--container a {
    cursor: pointer;
}


footer .contact--container {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
}

.margin-top {
    margin-top: 24px;
}

.padding-top {
    padding-top: 24px;
}

.loginarea img {
    object-fit: scale-down;
    width: 250px;
}
.loginarea input {
    font-size: medium;
    font-family: Inter;
}
.loginarea td {
    font-size: medium;
    font-family: Inter;
    white-space: nowrap;
}
/* Tablet */

@media only screen and (min-width: 769px) {
    header {
        padding: 0px 36px;
        height: 93px;
    }

    header .header-logo {
        width: 45px;
    }

    header .header-nav {
        width: 33px;
    }

    .nav-dropdown {
        top: 65px;
    }


    .introduction--container img {
        max-width: 217px;
    }

    .strong {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }

    .introduction--container p {
        max-width: 330px;
    }

    section {
        padding: 42px;
    }

    .margin-top {
        margin-top: 40px;
    }

    .padding-top {
        padding-top: 40px;
    }

    .tabs--container {
        flex-direction: row;
    }

    .tabs--container .tab {
        height: 160px;
        align-items: flex-end;

    }

    .tabs--container .tab .tab--inner {
        position: relative;
    }

    .tabs--container .tab .tab--inner img {
        position: absolute;
        bottom: 70px;
    }

    .introduction .inner--container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 400px;
    }

    .introduction .imageholder--container {
        display: flex;
        gap: 25px;
        margin-bottom: 80px;
    }

    .introduction .imageholder--container:last-of-type {
        margin-bottom: 0px;
    }

    .introduction .imageholder--1, .imageholder--2 {
        width: 100%;
        margin-bottom: 0px;
    }

    .introduction .imageholder--2 {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
        order: 2;
    }

    .introduction .introduction--container {
        margin-bottom: 72px;
    }

    .introduction .content--container {
        margin-top: 72px;
    }

    .logos-2 p.strong{
        max-width: 330px;
        margin: 0 auto;
    }

    .logos-2{
        padding: 40px;
    }

    .logos .integrations-logos {
        margin-top: 40px;
    }

    .logos-2 .integrations-logos {
        margin-top: 40px;
    }


    .SSO1 {
        max-width: 152px;
    }

    .SSO2 {
        max-width: 100px;
    }

    .SSO3 {
        max-width: 70px;
    }

    .SSO4 {
        max-width: 80px;
    }

    .SSO5 {
        max-width: 80px;
    }

    .SSO6 {
        max-width: 52px;
    }

    .SSO7 {
        max-width: 83px;
    }

    .SSO8 {
        max-width: 130px;
    }

    .LG01 {
        max-width: 142px;
    }

    .LG02 {
        max-width: 146px;
    }

    .LG03 {
        max-width: 102px;
    }

    .LG04 {
        max-width: 65px;
    }

    .LG05 {
        max-width: 90px;
    }

    .LG06 {
        max-width: 148px;
    }

    .LG07 {
        max-width: 145px;
    }

    .LG08 {
        max-width: 87px;
    }

    .LG09 {
        max-width: 92px;
    }

    .LG10 {
        max-width: 130px;
    }

    .LG11 {
        max-width: 142px;
    }

    .resources .title {
        font-size: 28px;
    }

    .text p.strong {
        font-size: 32px;
        margin-bottom: 2rem;
    }

    .text.features p.strong {
        font-size: 24px;
    }

    .text.bundle p.strong {
        font-size: 24px;
    }

    .about hr {
        margin-top: 40px;
        margin-bottom: 40px;
        border-color: #402E82;
    }

    .about .about--container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 40px;
        gap: 32px;
    }

    .about .about-inner--container {
        display: flex;
        flex-direction: column;

    }

    .about .about--container img {
        margin-bottom: 32px;
        max-width: 138px;
    }

    p.strong.getting-started-text{
        margin-bottom: 50px;
        text-align: left;
        font-size: 32px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
    }


    .about .about--container .name {
        text-align: left;
        margin-bottom: 1rem;
        font-size: 24px;
    }

    .about .about--container .role {
        text-align: left;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .about .about--container .information {
        text-align: left;
    }


    .resources .resources-container {
        margin-bottom: 40px;
    }

    .products .box-dropdown .subtext {
        margin-left: 94px;
    }

    .products .box .inner-box img {
        max-width: 70px;
    }

    .products .products-container {
        margin-bottom: 40px;
    }

    .box-dropdown.special {
        margin-top: 0px;
    }

    .logos-2 {
        padding-bottom: 80px;
    }

    .box-dropdown.special .subtext.special {
        margin-left: 0px;
    }

    footer {
        flex-direction: row;
        padding: 40px;
        justify-content: space-around;
    }

    footer .logos--container {
        justify-content: stretch;
    }

    footer .logos-outer--container p {
        text-align: left;
    }

    footer .navigation--container {
        align-items: stretch;
        text-align: left;
    }

    footer .contact--container {
        justify-content: flex-start;
    }

    footer .footer-logo {
        width: 78px;
    }

    footer .footer-factcite {
        width: 178px;
    }

    .testimonials {
       padding-left: 0px;
        padding-right: 0px;
    }

    .testimonials .testimonial p:first-of-type{
        font-size: 14px;
    }

    .testimonials .testimonial p.strong {
        font-size:16px;
        margin-bottom:0px;
    }

    .testimonials .testimonial p{
        font-size: 14px;
    }

    .loginarea img {
        object-fit: scale-down;
        width: 250px;
    }
    .loginarea input {
        font-size: large;
        font-family: Inter;
    }
    .loginarea td {
        font-size: large;
        font-family: Inter;
    }
}

@media only screen and (min-width: 1024px) {
    section {
        padding: 64px 160px;
        /*max-width: 1000px;*/
        /*margin: 0 auto;*/
    }

    header {
        height: 100px;
    }

    header .mobile-nav {
        display: none;
    }

    header .desktop-nav {
        display: flex;
        align-items: center;
        gap: 32px;
    }

    header .desktop-nav .menu-item {
        color: #402E82;
        font-size: 18px;
        font-family: Inter;
        font-weight: 400;
        line-height: 20px;
        cursor: pointer;
    }

    .margin-top {
        margin-top: 64px;
    }

    .padding-top {
        padding-top: 64px;
    }

    .strong {
        font-size: 32px;
        line-height: 34px;
    }

    .strong-small {
        font-size: 24px;
    }

    p {
        font-size: 22px;
        line-height: 32px;
    }

    .products .products-container {
        max-width: 1000px;
        margin: 0 auto;
    }

    .resources .resources-container {
        max-width: 1000px;
        margin: 0 auto;
    }

    .products .box-dropdown .subtext {
        margin-left: 140px;
    }

    .resources .title {
        margin-top: 24px;
    }

    .products .title {
        margin-top: 24px;
    }

    .products .box-dropdown {
        margin-top: -60px;
    }

    .box-dropdown.special {
        margin-top: 0px;
    }

    .box-dropdown.special .subtext.special {
        margin-left: 0px;
    }


    .resources .box-dropdown .download-btn {
        gap: 5px;
        font-size: 18px;
        width: 130px;
    }

    .resources .box-dropdown .subtext {
        font-size: 18px;
    }

    .text p.strong {
        font-size: 48px;
        margin-bottom: 2rem;
    }

    .text.features p.strong {
        font-size: 32px;
    }

    .text.bundle p.strong {
        font-size: 32px;
    }

    .text.max-width {
        max-width: 1000px;
        margin: 0 auto;
    }


    .text .flex--container {
        display: flex;
        justify-content: space-between;
        max-width: 1600px;
        margin: 0 auto;
        gap: 67px;
    }

    .text .inner-flex--container {
        display: flex;
        flex-direction: column;
        max-width: 900px;
    }

    .text .btns--container .testimonial-btn, .text .getting-started-btn, .text .btns--container .trial-btn {
        font-size: 18px;
    }

    .text .btns--container {
        gap: 24px;
    }

    .about hr {
        margin-top: 40px;
        margin-bottom: 40px;
        border-color: #402E82;
    }

    .about .about--container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 72px;
        gap: 56px;
    }

    .about .about-inner--container {
        display: flex;
        flex-direction: column;

    }

    .about .about--container img {
        margin-bottom: 32px;
        max-width: 244px;
    }

    .about .about--container .name {
        text-align: left;
        margin-bottom: 1rem;
        font-size: 32px;
    }

    .about .about--container .role {
        text-align: left;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .about .about--container .information {
        text-align: left;
        font-size: 18px;
    }

    header .desktop-nav .button {
        padding: 16px 24px;
        background: #402E82;
        color: #FFF;
        font-size: 18px;
        font-family: Inter;
        font-weight: 400;
        line-height: 20px;
        border-radius: 8px;
        user-select: none;
        cursor: pointer;
    }

    .introduction {
        max-width: 1000px;
        margin: 0 auto;
    }

    .introduction--container p {
        max-width: 516px;
    }

    .introduction .inner--container {
        max-width: 500px;
    }

    .introduction .content--container p {
        margin-bottom: 24px;
    }

    .introduction .content--container .strong {
        margin-bottom: 10px;
    }

    .introduction .content--container {
        margin-top: 140px;
    }

    .introduction--container img {
        max-width:427px;
    }

    .introduction .introduction--container {
        margin-bottom: 64px;
    }

    .introduction .imageholder--container:last-of-type {
        margin-bottom: 76px;
    }

    .logos-2{
        padding-top: 75px;
    }

    .introduction .imageholder--container {
        justify-content: space-between;
        margin-bottom: 140px;
        gap: 50px;
    }

    .introduction .imageholder--1 {
        height: 434px;
        width: 424px;
        min-width: 320px;
        background: url(test1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .introduction .imageholder--2 {
        height: 434px;
        width: 424px;
        min-width: 320px;
        background: url(test2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .introduction .content--container .button {
        font-size: 18px;
    }

    .logos {
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .logos p {
        text-align: left;
        max-width: 329px;
    }

    .logos .integrations-logos {
        margin-top: 0px;
    }

    .resources .box p {
        font-size: 24px;
    }

    .products .box .inner-box p {
        font-size: 32px;
    }

    .products .title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .resources .title {
        margin-bottom: 24px;
    }

    .products .box .inner-box img {
        max-width: 116px;
    }

    .products hr {
        height: 24px;
    }

    .resources hr {
        height: 24px;
    }

    .products .box {
        padding: 24px;
    }

    .resources .box {
        padding: 24px;
    }

    .logos-2 {
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 140px;
    }

    section.logos {
        padding: 75px 240px;
    }

    footer {
        padding: 60px 120px;
        align-items: stretch;
    }

    footer p {
        font-size: 18px;
    }

    footer .navigation--container {
        font-size: 16px;
        flex-direction: row;
        margin-top: 0px;
        justify-content: space-between;
    }


    footer .navigation-outer--container {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    footer .logos-outer--container {
        width: 50%;
    }

    footer .contact--container {
        justify-content: flex-end;
        margin-top: 0px;
    }

    .privacy-policy p {
        margin-bottom: 2rem;
    }

    .privacy-policy p.strong {
        margin-bottom: 2rem;
    }

    p.strong.getting-started-text{
        margin-bottom: 90px;
        text-align: left;
        font-size: 48px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
    }

    .testimonials {
        padding-left: 0px;
        padding-right: 0px;
    }

    .slick-slide{
        max-width: 527px;
    }

    .testimonials .testimonial p:first-of-type{
        font-size: 22px;
    }

    .testimonials .testimonial p.strong {
        font-size:18px;
        margin-bottom:0px;
    }

    .testimonials .testimonial p{
        font-size: 16px;
    }

    .logos-2 .integrations-logos {
        -webkit-mask-image: none;
    }

    .loginarea img {
        object-fit: scale-down;
        max-width: 250px;
    }
    .loginarea input {
        font-size: large;
        font-family: Inter;
    }
    .loginarea td {
        font-size: large;
        font-family: Inter;
    }
}

@media only screen and (min-width: 1200px) {
    section {
        padding: 64px 240px;
    }

    section.logos {
        padding: 75px 240px;
    }
}
