.front-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.front-navigation-logo {
    font-size: 2rem;
}

.front-navigation a:not(.uk-button) {
    text-decoration: none;
    color: #0360AD;
}

.front-navigation a:not(.uk-button):hover {
    color: #087bda;
    transition: color .2s ease-in-out;
}

.front-main img.demo {
    text-align: center;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

.front-pricing {
    padding: 1rem 0 1rem 0;
    margin: 0 auto 1rem auto;
    background-size: 100% 300px;
    background-image: linear-gradient(0deg, #2E9D2CFF 0%, #2E9D2CFF 100%);
    background-repeat: no-repeat;
}

.front-pricing-content {
    max-width: 1100px;
    margin: 0 auto;
}

.front-pricing h2 {
    font-weight: 800;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}

.front-pricing .front-pricing-header {
    text-align: center;
    color: #fff;
}

.pricing-calculator {
    margin: 2rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

.pricing-calculator-body {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
}

.pricing-calculator-description {
    background: #fff;
    padding: 2rem;
}

.pricing-calculator .pricing-total {
    padding: 2rem;
    background: #F2F5F9;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
