:root {
    --font-size-0: 12.5px;
    --font-size-1: 14px;
    --font-size-2: 18px;
    --font-size-3: 22px;
    --font-size-4: 24px;    
    --font-size-5: 32px;
    --font-size-6: 38px;
    --font-size-7: 44px;
    --max-block-width: clamp(300px, 980px, 100%);
    --goalspan-blue: #00a5e2;
    --goalspan-black: #212121;
    --goalspan-yellow: #ffab31;
    --goalspan-light-gray: #f2f2f2;
}
.font-size-0 {
    font-size: var(--font-size-0);
}
.font-size-1 {
    font-size: var(--font-size-1);
}
.font-size-2 {
    font-size: var(--font-size-2);
}
.font-size-3 {
    font-size: var(--font-size-3);
}
.font-size-4 {
    font-size: var(--font-size-4);
}
.font-size-5 {
    font-size: var(--font-size-5);
}
.font-size-6 {
    font-size: var(--font-size-6);
}
.font-size-7 {
    font-size: var(--font-size-7);
}
.hidden-desktop {
    display: none;
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'latoregular';
    color: #212121;
}
video {
    width: 100%; 
    height: auto; 
    display: block; 
    cursor: pointer; 
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
.nav-bar-top,
.nav-bar-top .logo,
.nav-bar-top .left,
.nav-bar-top .right {
    gap: 25px;
    display: grid;
    grid-auto-flow: column;
    align-content: center;
}
.nav-bar-top {
    position: fixed;
    background-color: white;
    z-index: 300;
    width: 94%;
    padding: 0 3%;
    top: 0;
    grid-template-columns: 1fr 5fr 2fr;
    height: 70px;
    font-size: var(--font-size-1);
    font-family: 'latobold';
    font-weight: normal;
}
.nav-bar-top .logo {
    min-width: 145px;
    justify-content: start;
}
.nav-bar-top .left {
    justify-content: start;
}
.nav-bar-top .right {
    justify-content: end;
}
.nav-bar-top a {
    display: inline-block;
    white-space: nowrap;
    align-content: center;
    color: var(--goalspan-black);
}
.nav-bar-top a:link, .nav-bar-top a:active, .nav-bar-top a:hover, .nav-bar-top a:visited {
    color: var(--goalspan-black);
}
.nav-bar-top a:hover {
    color: var(--goalspan-blue);
}
.text-center {
    text-align: center;
}
.top-navbar-border {
    box-shadow: 0 1px 2px 0 rgba(36, 50, 66, 0.15);
}
.scroll-marker {
    height: 1px;
}
.arrow-link {
    position: relative;
    top: 20px;
    display: inline-block;
    color: var(--goalspan-black);
    font-family: 'latobold';
    font-size: var(--font-size-1);
    cursor: pointer;
}
.arrow-link::after {
    position: relative;
    left: 4px;
    top: -1px;
    display: inline-block;
    content: '\e5c8';
    font-family: 'Material Icons';
    font-size: 19px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-color: var(--goalspan-yellow);
    text-indent: 3px;
    border-radius: 30px;
    line-height: 25px;
}
.plus-btn {
    position: relative;
    text-indent: 17px;
}
.plus-btn::after {
    content: '\e038'; 
    display: block;
    position: absolute;
    top: 11px;
    left: 8px;
    width: 12px; 
    height: 12px; 
    text-indent: 0;
    font-family: 'Material Icons';
    font-size: var(--font-size-2);
    color: var(--goalspan-yellow);
}
.log-in {
    left: 198px;
}
.demo-button-item {
    font-size: var(--font-size-1);
    color: var(--goalspan-black);
    text-align: right;
    display: inline-block;
    top: 4px;
    left: 274px;
    position: absolute;
    font-weight: bold;
}
.nav-show-expanded {
    position: absolute;
    right: 15px;
    top: 26px;
}
.show-on-mobile {
    display: none;
}
.cta-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: none;
    padding: 13px 10px 11px;
    font-size: var(--font-size-1);
    font-family: 'latobold';
    cursor: pointer;
}
.cta-btn-filled {
    color: #fff !important;
    font-size: var(--font-size-1);
    background-color: var(--goalspan-yellow);
    border: 2px solid var(--goalspan-yellow);
}
.cta-btn-filled-secondary {
    color: var(--goalspan-black);
    background-color: #fff;
    border: 2px solid #fff;
}
.cta-btn-outlined {
    color: var(--goalspan-yellow) !important;
    background-color: transparent;
    border: 2px solid var(--goalspan-yellow);
    box-shadow: none;
    white-space: nowrap;
}
.cta-btn-outlined a {
    color: var(--goalspan-yellow);
}
.cta-field:focus {
    border-color: #21212180;
    outline: none;
    box-shadow: none;
}
.cta-field {
    padding: 2px 17px 0;
    font-size: 14px;
    box-shadow: none;
    color: #212121;
    font-family: 'latoregular';
}

.cta-field::placeholder { /* Standard */
    color: #212121;
    opacity: 1;
}

.cta-field::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #212121;
    opacity: 1;
}

.cta-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #212121;
    opacity: 1;
}

.cta-field::-ms-input-placeholder { /* Microsoft Edge legacy */
    color: #212121;
    opacity: 1;
}

.cta-field::-moz-placeholder { /* Firefox */
    color: #212121;
    opacity: 1;
}

/* End Placeholder Rules */

.lr-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.lr-split .left,
.lr-split .right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: left;
}
.lr-split img {
    border: none;
    border-radius: 4px;
}
.parallax {
    min-height: 100svh;
    display: block;
}
.parallax .left,
.parallax .right {
    min-height: 100svh;
    padding: 0;
    width: 50%;
}
.parallax .left {
    position: sticky;
    top: 0;
    float: left;
    background-color: #f0efeb;
}
.parallax .left img {
    max-width: 100%;
    margin: 0 auto;
}
.parallax .right {
    position: relative;
    align-content: flex-start;
    background-color: #fff;
}
.parallax .text-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    max-width: calc(var(--max-block-width) / 2);
    min-height: 100svh;
    padding-left: 5vw;
}
.parallax h2 {
    margin-bottom: 14px;
    font-weight: 100;
    font-size: var(--font-size-5);
}
.parallax p {
    margin: 0;
    font-size: var(--font-size-2);
    line-height: 1.5em;
    max-width: 23em;
    padding-bottom: 14px;
}
.slider {
    position: relative;
    width: 100%;
    max-width: var(--max-block-width);
    height: 340px;
}
.slider .slider-slide {
    position: absolute;
    top: -40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #fff;
}
.slider .hidden {
    opacity: 0;
    visibility: hidden;
    /* transition: opacity 1s, visibility 1s; */
}
.slider .visible {
    display: flex;
    opacity: 1;
    visibility: visible;
    /*transition: opacity 1s;*/
}
.main-container {
    margin-top: 70px;
    width: 100%;
    display: grid;
}
.home.main-container {
    min-height: 100svw;
}
.block-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0 60px;
}
.block-1 h1 {
    margin: 0 0 10px;
    font-size: var(--font-size-7);
    text-align: center;
}
.block-1 p {
    margin: 10px 0 30px;
    text-align: center;
    font-size: var(--font-size-4);
    line-height: 1.85rem;
}
.block-1 .cta-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.block-2 {
    float: left;
}
.block-2 .structure {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.block-2 .structure .items {
    display: grid;
    grid-template-rows: auto 1fr;
    position: relative;
}
.block-2 .structure .items .image-container {
    justify-self: center;
    overflow: hidden;
}
.block-2 .structure .items img {
    max-width: 99%;
    max-height: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}
.safari .block-2 .structure .items img {
    max-width: 100%;
    width: 99%;
    transition: none;
    will-change: none;
}
.block-2 .structure .items:hover img {
    transform: scale(1.03);
    will-change: transform;
}
.safari .block-2 .structure .items:hover img {
    transform: none;
    will-change: none;
}
.block-2 .structure .items .top-text {
    font-size: 1.75vw;
    font-family: 'latobold';
    position: absolute;
    top: 2.7vw;
    left: 2.5vw;
    right: 3.75vw;
    line-height: 1.2em;
    z-index: 100;
}
.block-2 .structure .items .text {
    color: var(--goalspan-black);
    padding: 40px 45px;
    min-height: 96px;
    font-size: var(--font-size-2);
    line-height: 1.5em;
}
.block-2 .structure .items.item-1 {
    background-color: #eed2b8;
}
.block-2 .structure .items.item-2 {
    background-color: #efeeea;
}
.block-2 .structure .items.item-3 {
    background-color: #f6f6f4;
}
.block-2 .structure .items.item-4 {
    background-color: #cfd0cd;
}
.block-2 .structure .item-1 .text {
    background-color: var(--goalspan-blue);
}
.block-2 .structure .item-2 .text {
    background-color: #717eeb;
}
.block-2 .structure .item-3 .text {
    background-color: #669eed;
}
.block-2 .structure .item-4 .text {
    background-color: #66ede6;
}
.block-2 .items .small-img {
    display: none;
}
.block-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 30svh;
    text-align: center;
    padding: 80px 0;
    float: left;
}
.block-3 .capterra {
    font-family: 'latobold';
    font-size: var(--font-size-3);
}
.block-3 .capterra img {
    position: relative;
    top: 6px;
    left: -5px;
    width: 24px;
    height: 24px;
}
.block-3 .text {
    font-size: var(--font-size-6);
    line-height: 1.3em;
    max-width: 70%;
    margin-top: 30px;
    max-width: var(--max-block-width);
}
.block-3 .text h2 {
    font-size: var(--font-size-6);
    margin-bottom: 12px;
}
.block-5 {         
    position: relative;  
    text-align: center;
    display: grid;
    grid-template-rows: 1fr 2fr 2fr;
    min-height: 350px;
    padding: 45px 0 20px;
    gap: 30px;
}
.block-5:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 88%;
    background: linear-gradient(to right, #01a5e2, #66ede6);
    z-index: -2; 
}
.block-5:after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    height: calc(85% - 100px);
    background-image: url(/images/marketing_2024/bg_icons_1_L.png), url(/images/marketing_2024/bg_icons_1_R.png);
    background-size: auto 100%, auto 100%;
    background-repeat: no-repeat;
    background-position: left top, right top;
    z-index: -1;
}
.block-5 .top-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 25px;
}
.block-5 h2 {
    color: #fff;
    margin: 0 0 13px;
    font-size: var(--font-size-6);
}
.block-5 .subtext {
    color: #fff;
    margin: 0 0 26px;
    font-size: var(--font-size-3);
}
.block-5 .cta-buttons {
    margin-bottom: 0;
}
.block-5 .feature h3 {
    font-family: 'latobold';
    font-size: var(--font-size-2);
}
.block-5 .feature {
    background-color: #fff;
    width: 80%;
    max-width: var(--max-block-width);
    margin: 0 auto;
    border-radius: 8px;
    box-shadow:  1px 2px 20px 4px rgba(87, 87, 87, 0.192);
    padding: 26px 40px;
    font-size: var(--font-size-2);
    line-height: 1.5em;
}
.block-5 .feature:last-child {
    box-shadow: 1px 5px 24px 4px rgba(87, 87, 87, 0.192);
}
.block-5 .feature .left,
.block-5 .feature .right {
    padding: 0 20px;
}
.block-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: var(--font-size-6);
    padding: 60px 10px;
}
.block-6 .text-center {
    font-size: var(--font-size-3);
    font-family: 'latobold';
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 30px;
}
.block-6 .slider-buttons {
    display: grid;
    grid-auto-flow: column;
    column-gap: 3vw;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    z-index: 100;
    position: absolute;
    bottom: 24px;
    font-size: var(--font-size-3);
    width: 100%;
}
.block-6 .slider-buttons a {
    color: #ccc;
    font-family: 'latobold';
    font-weight: normal;
    cursor: pointer;
}
.block-6 .slider-buttons a:hover,
.block-6 .slider-buttons a.active {
    color: var(--goalspan-black);
}
.block-6 .slider-buttons img {
    position:relative;
    max-height: 25px;
    opacity: 0.25;
}
.block-6 .slider-buttons .active img {
    opacity: 1;
}
.block-8 {
    padding: 80px 100px;
}
.block-8 h2 {
    margin-top: 0;
    font-size: var(--font-size-6);
}
.block-8 .integration-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}
.block-8 .integration-list .integration.hidden {
    display: none;
}
.block-8 .integration {
    display: flex;
    flex-direction: row;
}
.block-8 .integration .title {
    font-family: 'latobold';
    font-weight: normal;
    font-size: var(--font-size-1);
}
.block-8 .integration .description {
    font-size: var(--font-size-0);
}
.block-8 .integration .image {
    display: block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    margin-right: 15px;
}
.block-8 .integration .image img {
    border-radius: 8px;
}
.block-8 .integration .text {
    padding-left: 0;
    padding-top: 8px;
}
.block-8 .integration .text .title {
    font-weight: bold;
}
.block-8 .integration .text .description {
    margin-top: 10px;
    max-width: 10pc;
}
.block-9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}
.block-9 h2 {
    margin-top: 0;
    font-size: var(--font-size-6);
}
.block-9 .form {
    display: grid;
    grid-template-columns: 11fr 3fr;
    gap: 16px;
}
.block-9 .form input {
    box-shadow: none;
    border: none;
    border-radius: 4px;
    width: auto;
}
.gradient-bg-1 {
    background: #66ede6;
    background: -webkit-linear-gradient(left, #66ede6, #6674ed); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #66ede6, #6674ed); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #66ede6, #6674ed); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #66ede6, #6674ed); /* Standard syntax (must be last) */
}
.gradient-bg-2 {
    background: #66ede6;
    background: -webkit-linear-gradient(left, #66ede6, #01a5e2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #66ede6, #01a5e2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #66ede6, #01a5e2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #66ede6, #01a5e2); /* Standard syntax (must be last) */
}

.gradient-bg-1-inv {
    background: #6674ed;
    background: -webkit-linear-gradient(left, #6674ed, #66ede6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #6674ed, #66ede6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #6674ed, #66ede6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #6674ed, #66ede6); /* Standard syntax (must be last) */
}
footer {
    background-color: #0f2029;
    min-height: 100px;
}
footer .layer-1 {
    padding: 26px 5vw 18px 3vw;
    border-bottom: 2px solid #24333b;
    display: grid;
    grid-template-columns: 235px 1fr 1fr;
    min-height: 52px;
    align-content: center;
    justify-content: center;
}
footer .layer-1 .footer-menu {
    text-align: left;
    align-self: center;
    font-size: var(--font-size-1);
}
footer .layer-1 .footer-menu a {
    color: #fff;
    margin-right: 15px;
}
footer .layer-1 .footer-menu a:last-child {
    margin-right: 0;
}
footer .layer-1 .footer-social {
    position: relative;
    right: -2px;
    align-self: center;
    text-align: right;
}
footer .layer-1 .footer-social a {
    padding-left: 22px;
}
footer .layer-1 .footer-social a:first-child {
    padding-left: 0;
}
footer .footer-grid {
    padding: 34px 5vw 32px 3vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
footer .footer-grid .footer-left {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
footer .footer-grid .footer-right {
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
}
footer .footer-grid .footer-right .quote-wrapper {
    align-self: start;
}
footer .layer-3 {
    padding: 0 5vw 32px 3vw;
}
footer .logo-list {
    display: flex;
    justify-content: left;
    align-content: center;
    position: relative;
    left: -8px;
    margin-bottom: 5px;
}
footer .logo-wrapper {
    display: inline-block;
    width: 80px;
    text-align: center;
}
footer .logo {
    max-width: 60px;
}        
footer .text {
    margin-top: 0;
    color: #fff;
    font-size: var(--font-size-1);
}
.fade-in {
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}
.accordion {
    animation: accordion 2s ease-out forwards;
    overflow: hidden;
}
.swal2-icon.swal2-success {
    border-color: var(--goalspan-blue) !important;
}
.swal2-icon.swal2-success .swal2-success-line-tip {
    background-color: var(--goalspan-blue) !important;
}
.swal2-icon.swal2-success .swal2-success-line-long {
    background-color: var(--goalspan-blue) !important;
}
.theme-2019 .swal2-icon.swal2-success .swal2-success-ring {
    border-color: var(--goalspan-blue) !important;
}
@keyframes accordion {
    from {
        max-height: 200px;
    }
    to {
        max-height: 1000vh; 
    }
}
@media (max-width: 1200px) {
    .block-5:after {
        display: none;
    }
}
@media (max-width: 1023px) {
    .block-2 .structure .items.item-1,
    .block-2 .structure .item-1 .text {
        background-color: var(--goalspan-blue);
        background-image: none !important;
    }
    .block-2 .structure .items.item-2,
    .block-2 .structure .item-2 .text {
        background-color: #717eeb;
        background-image: none !important;
    }
    .block-2 .structure .items.item-3,
    .block-2 .structure .item-3 .text {
        background-color: #669eed;
        background-image: none !important;
    }
    .block-2 .structure .items.item-4,
    .block-2 .structure .item-4 .text {
        background-color: #66ede6;
        background-image: none !important;
    }
    .block-2 .big-img {
        display: none;
    }    
    .block-2 .items .small-img {
        display: block;
        margin: 17vw auto 4.5vw;
        height: auto !important;
        width: 84%;
    }    
    .block-2 .structure {
        grid-template-columns: 1fr 1fr;
        max-height: auto;
    }
    .block-2 .structure .items .top-text {
        font-size: 3.8vw;
        top: 5vw;
        left: 4vw;
        right: 6vw;
    }
    .block-3 .text {
        --font-size-6: 24px;
    }
    .block-8 .integration-list {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 40px;
        font-size: var(--font-size-3);
    }
}
@media (max-width: 768px) {
    :root {
        --font-size-1: 2.6vw;
        --font-size-2: 3.6vw;
        --font-size-3: 4vw;
        --font-size-5: 5.8vw;
        --font-size-6: 6vw;
        --font-size-7: 8vw;
    }
    .hidden-mobile {
        display: block;
    }
    .hidden-desktop {
        display: block;
    }
    :root {
        --max-block-width: 95dvw;
    }
    .main-container {
        margin-top: 36px;
    }
    .nav-rectangle {
        padding: 0 20px;
    }
    .nav-bar-top {
        display: none;
    }
    .nav-stack-mobile {
        font-size: 12px;
        color: var(--goalspan-blue);
        width: 130px;
        position: absolute;
        right: 0;
        top: 30px;
    }
    .nav-stack-expanded {
        position: fixed;
        left: 0;
        padding-left: 16px;
        padding-top: 20px;
        background-color: var(--goalspan-blue);
        width: 100dvw;
        height: 100dvh;
        z-index: 2000;
    }
    .nav-stack-expanded a {
        color: #fff;
    }
    .demo-mobile:visited, .demo-mobile:focus, .demo-mobile {
        display: inline-block;
        color: var(--goalspan-yellow);
        font-family: 'latobold';
        font-weight: normal;
        text-decoration: none;
    }
    .nav-stack-mobile div, .nav-stack-mobile img {
        vertical-align: middle;
    }
    .nav-stack-item {
        font-size: 20px;
        line-height: 60px;
        cursor: pointer;
        color: white;
    }
    .nav-social {
        margin-top: 15px;
    }
    .stack-mobile {
        padding-left: 20px;
        font-size: var(--font-size-0);
        color: var(--goalspan-blue);
    }
    .block-1 {
        padding: 60px 8vw;
    }
    .block-2 .structure {
        grid-template-columns: 1fr;
        max-height: auto;
    }
    .block-2 .structure .items {
        height: auto;
        grid-template-rows: 1fr auto;
    }
    .block-2 .structure .items .top-text {
        position: static;
        font-size: 5.1vw;
        padding: 30px 8vw 0;
    }
    .block-2 .structure .items .text {
        padding: 0 8vw 30px;
    }
    .parallax .left {
        display: none;        
    }
    .parallax .right {
        width: 100%;
        padding: 0;
    }
    .parallax .text-block {
        max-width: 100%;
        padding: 0 8vw;
        margin-bottom: 60px;
        min-height: auto;
    }
    .parallax .text-block:before {
        position: relative;
        background-image: attr(data-image);
        display: block;
        width: 80svw;
        height: 80svw;
    }
    .slider {
        height: 45svh;
    }
    .slider .slider-slide {
        top: 10px;
        justify-content: flex-start;
    }
    .block-2 .structure .items img {
        position: static;
        max-width: 100%;
        max-height: 100%;
        transition: none;
        margin: 24px auto 30px;
    }
    .block-2 .structure .items:hover img {
        transform: none; 
    }
    .block-5 {
        padding: 0 0 55px;
    }
    .block-5 .feature {
        width: 85%;
        padding: 20px 0px;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .block-5 .feature .left {
        padding-bottom: 0;
    }
    .block-6 {
        padding: 0 60px 8vw;
    }
    .block-6 .slider-buttons {
        bottom: 0;
    }
    .block-6 .slider-buttons a span {
        display: none;
    }
    .block-6 .slider-buttons a::after {
        content:'';
        height: 15px;
        width: 15px;
        background-color: #ccc;
        border-radius: 50%;
        display: inline-block;
    }
    .block-6 .slider-buttons a.active::after {
        background-color: var(--goalspan-black);
    }
    .block-8 {
        padding: 80px 10vw;
    }
    .block-8 .integration {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .block-8 .integration .text {
        padding-top: 20px;
    }
    .block-9 h2 {
        text-align: center;
    }
    .block-9 .form {
        width: 84vw;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }    
    footer .layer-1 {
        grid-template-columns: 1fr;
        row-gap: 30px;
        padding: 26px 10vw 18px;
    }
    footer .layer-1 a {
        display: inline-block;
    }
    footer .layer-1 .goalspan-logo {
        text-align: center;
    }
    footer .text div, 
    footer .layer-1 .footer-menu,
    footer .layer-1 .footer-social {
        margin-bottom: 15px;
        text-align: center;
    }
    footer .footer-grid {
        grid-template-columns: 1fr;
    }
    footer .logo-list {
        justify-content: center;
        margin-bottom: 10px;
    }
    footer .text {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    footer .footer-grid .footer-right .quote-wrapper {
        align-self: center;
        padding-bottom: 20px;
    }
    footer .footer-grid .footer-right .quote-wrapper {
        text-align: center;
    }
}
.cta-btn:focus {
    outline: none;
    box-shadow: none;
}
.cta-btn-filled:focus {
    outline: none;
    box-shadow: none;
}
.cta-btn-outlined:focus {
    outline: none;
    box-shadow: none;
}