.page-center {
    margin: 0 auto !important;
    max-width: 1300px !important;
    padding: 0 20px !important
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: 300 !important;
    line-height: 1.2 !important
}

body a,
body a:hover {
    text-decoration: none !important;
    transition: all .7s ease
}

body .h1,
body h1 {
    font-size: 64px !important;
    font-weight: 300;
    line-height: 1 !important
}

body .h2,
body h2 {
    font-size: 48px !important
}

body .h3,
body h3 {
    font-size: 38px !important
}

body .h4,
body h4 {
    font-size: 30px
}

body .h5,
body h5 {
    font-size: 24px !important
}

body .h6,
body h6 {
    font-size: 20px !important
}

body p {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 1.5;
    margin: 0 0 20px !important
}

img {
    height: auto !important;
    max-width: 100%
}

.btn,
.btn-black a,
.cta_button {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    min-width: 250px;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    transition: all .5s ease
}

.btn-black a:after {
    background-image: url(https://www.elliptic.co/hubfs/Elliptic_2023/Home/arrow-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    content: "";
    display: inline-block;
    height: 25px;
    margin-left: 5px;
    vertical-align: middle;
    width: 25px
}

.btn-black a:focus,
.btn-black a:hover,
.btn:focus,
.btn:hover,
.cta_button:focus,
.cta_button:hover {
    background-color: #4da3ff;
    color: #000;
    text-decoration: none;
    transition: all .8s ease
}

.btn-black a:hover:after {
    background-image: url(https://www.elliptic.co/hubfs/Elliptic_2023/Blog/Right-DArrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    content: "";
    display: inline-block;
    height: 25px;
    margin-left: 5px;
    transition: all .8s ease;
    vertical-align: middle;
    width: 25px
}

.btn-lblue a {
    background-color: transparent;
    border: 2px solid #15c6cf;
    border-radius: 0;
    color: #007bff;
    min-width: 180px
}

.btn-lblue a,
.btn-lbluereverse a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .8px;
    padding: 15px 30px;
    text-align: center;
    transition: all .5s ease
}

.btn-lbluereverse a {
    background-color: #4da3ff;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    min-width: 250px;
    position: relative
}

.btn-lbluereverse a:after {
    background-image: url(https://www.elliptic.co/hubfs/Elliptic_2023/Blog/Right-DArrow.svg)
}

.btn-lbluereverse a:after,
.btn-lbluereverse a:hover:after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    content: "";
    display: inline-block;
    height: 25px;
    margin-left: 5px;
    vertical-align: middle;
    width: 25px
}

.btn-lbluereverse a:hover:after {
    background-image: url(https://www.elliptic.co/hubfs/Elliptic_2023/Home/arrow-white.svg);
    transition: all .8s ease
}

.btn-gradient a {
    background: linear-gradient(90deg, #5dfbff, #a9ffd6);
    border-color: #000;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .8px;
    min-width: 180px;
    padding: 15px;
    text-align: center;
    transition: all .5s ease
}

.btn-lblue a:focus,
.btn-lblue a:hover {
    background-color: #007bff;
    color: #000;
    text-decoration: none
}

.btn-lbluereverse a:focus,
.btn-lbluereverse a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none;
    transition: all .8s ease
}

.btn-gradient a:focus,
.btn-gradient a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none
}

.btn-lblue a img {
    margin-left: 10px;
    max-width: 25px !important;
    position: relative;
    top: -2px
}

.btn-lblue a:focus img,
.btn-lblue a:hover img {
    filter: brightness(0) invert(1)
}

body footer.bottom p {
    font-size: 14px;
    margin: 0 0 10px !important
}

@media (max-width:1080px) {

    body .h1,
    body h1 {
        font-size: 60px !important
    }

    body .h2,
    body h2 {
        font-size: 38px !important
    }

    body .h3,
    body h3 {
        font-size: 30px !important
    }

    body .h4,
    body h4 {
        font-size: 24px !important
    }

    .btn,
    .btn-black a,
    .cta_button {
        min-width: 150px;
        padding: 15px 20px
    }
}

@media (max-width:767px) {

    body .h1,
    body h1 {
        font-size: 44px !important
    }

    body .h2,
    body h2 {
        font-size: 32px !important
    }

    body p {
        font-size: 16px
    }

    form .form-columns-2 .hs-form-field .hs-input,
    form .form-columns-3 .hs-form-field .hs-input {
        width: 100% !important
    }
}