html, body
{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #3a3a3a;
}

*, *:before, *:after
{
    box-sizing: inherit;
}

/* ## main ## */
.main-wrapper
{
}

.center-wrapper
{
    max-width: 1024px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.vertical-center
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* ## header ## */
.header
{
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0px;
    top: 0px;
}

.header .center-wrapper
{
    height: 100%;
}

.header .logo, .header .customer-support
{
    display: block;
}

.header .logo
{
    float: left;
}

.header .logo a, .header .logo img
{
    display: block;
}

.header .customer-support
{
    float: right;
    font-size: 14px;
    color: #fff;
}

.header .language-menu
{
    float: right;
    margin-left: 20px;
    padding-right: 20px;
    position: relative;
}

.header .language-menu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #fff;
}

.header .language-menu ul li
{
    position: relative;
}

.header .language-menu ul li
{
    color: #fff;
}

.header .language-menu ul li ul
{
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
}

.header .language-menu ul li:hover ul
{
    display: block;
}

/* ## footer ## */
.footer
{
    background: #313131;
    color: #f9d354;
    padding: 40px 0 50px;
    font-weight: normal;
}

.footer .footer-block
{
    float: left;
    width: 25%;
}

.footer h4
{
    margin-bottom: 10px;
}

.footer a
{
    color: #fff;
}

.footer ul
{
    margin: 0px;
    padding: 0 0 0 15px;
    list-style: none;
}

.footer ul li
{
    position: relative;
    line-height: 1.5em;
}

.footer ul li:before
{
    position: absolute;
    content: '»';
    left: -15px;
    top: -2px;
    color: #fff;
}

.footer .social-icons a
{
    display: block;
    float: left;
    border: 2px solid #fff;
    width: 37px;
    height: 37px;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
    margin-right: 10px;
}

/* ## content ## */
/* # front page # */
.front-page
{
    text-align: center;
}
.front-page .top-row
{
    color: #fff;
    background: url( '../images/front-page.jpg' ) no-repeat scroll center center;
    text-align: center;
    height: 645px;
}

.front-page .top-row .button
{
    margin: 0 20px;
}

.front-page .how-it-works
{
    padding: 80px 0;
}

.front-page .how-it-works .blocks-list-item
{
    float: left;
    width: 328px;
    margin: 0 20px;
}

.front-page .how-it-works .blocks-list-item:first-child, .front-page .how-it-works .blocks-list-item:last-child
{
    margin: 0px;
}

.front-page .how-it-works .blocks-list-item img
{
    margin-bottom: 20px;
}

.front-page .features
{
    background: #dfe9f2;
    padding: 90px 0;
    text-align: center;
}

.front-page .features .feature-box
{
    position: absolute;
    background: #f9d354;
    width: 328px;
    min-height: 145px;
    padding: 20px;
    text-align: left;
}

.front-page .features .feature-box.left
{
    left: 0px;
}

.front-page .features .feature-box.right
{
    right: 0px;
}

.front-page .features .feature-box.top
{
    top: -40px;
}

.front-page .features .feature-box.bottom
{
    bottom: 85px;
}

.front-page .features .feature-box:before, .front-page .features .feature-box:after
{
    display: block;
    content: ' ';
    position: absolute;
    top: 50%;
}

.front-page .features .feature-box:before
{
    width: 100px;
    height: 2px;
    background: #f9d354;
}

.front-page .features .feature-box:after
{
    width: 20px;
    height: 83px;
    background-image: url( '../images/feature-line.png' );
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.front-page .features .feature-box.left:before, .front-page .features .feature-box.left:after
{
    left: 100%;
}

.front-page .features .feature-box.right:before, .front-page .features .feature-box.right:after
{
    right: 100%;
}

.front-page .features .feature-box.left:after
{
    margin-left: 89px;
}

.front-page .features .feature-box.right:after
{
    margin-right: 89px;
}

.front-page .features .feature-box.top:after
{
    background-position: center top;
}

.front-page .features .feature-box.bottom:after
{
    margin-top: -83px;
    background-position: center bottom;
}

.front-page .features .center-wrapper
{
    margin-top: 60px;
}

/* ## reset, clear ## */
h1, h2, h3, h4, h5, h6
{
    margin-top: 0px;
    font-weight: bold;
}

h1
{
    font-size: 60px;
}

h2
{
    font-size: 36px;
}

h3
{
    font-size: 24px;
    font-weight: normal;
}

h4, h5, h6
{
    font-size: 18px;
    font-weight: 600;
}

p
{
    margin-top: 0px;
}

a, a:visited, a:hover
{
    text-decoration: none;
}

img
{
    display: inline-block;
}

.clearfix:before, .clearfix:after
{
  display: table;
  content: ' ';
}

.clearfix:after
{
  clear: both;
}

/* ## buttons ## */
.button
{
    display: inline-block;
    margin: 0px;
    padding: 12px 40px;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    border-radius: 3px;
    color: #fff;
    border: none;
}

.button:link, .button:visited, .button:hover, .button:active
{
    color: #fff;
    text-decoration: none;
}

.button.button-primary
{
    background: #27ae60;
}

.button.button-secondary
{
    padding: 9px 37px;
    border: 3px solid #fff;
}

.button i.fa:first-child
{
    margin-right: 5px;
}

.button i.fa:last-child
{
    margin-left: 5px;
}

/* ## apply form ## */
.apply-form
{
    min-width: 400px;
}

.alert:last-child
{
    margin: 0px;
}

/* 2026 responsive front-page refresh */
html, body
{
    width: 100%;
    overflow-x: hidden;
}

body
{
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

.center-wrapper
{
    width: calc(100% - 48px);
    min-width: 0;
    max-width: 1120px;
}

.skip-link
{
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 1000;
    padding: 10px 16px;
    color: #fff;
    background: #176f41;
    border-radius: 4px;
}

.skip-link:focus
{
    top: 12px;
    color: #fff;
}

.header
{
    z-index: 10;
    height: 88px;
}

.header .center-wrapper
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.header .logo,
.header .customer-support,
.header .language-menu
{
    float: none;
}

.header .logo img
{
    width: 218px;
    max-width: 100%;
    height: auto;
}

.header-tools
{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.header .language-menu
{
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
}

.language-menu summary
{
    padding: 10px 0;
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
}

.language-menu summary::-webkit-details-marker
{
    display: none;
}

.language-menu ul
{
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 140px;
    margin: 0;
    padding: 6px;
    background: rgba(25, 29, 34, .96);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
    list-style: none;
}

.language-menu li,
.language-menu a
{
    display: block;
}

.language-menu a
{
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
}

.language-menu a:hover,
.language-menu a:focus
{
    color: #fff;
    background: #176f41;
}

.front-page .top-row
{
    display: flex;
    align-items: center;
    min-height: 645px;
    height: auto;
    padding: 120px 0 80px;
    background-size: cover;
}

.front-page .top-row > .vertical-center
{
    top: auto;
    width: 100%;
    transform: none;
}

.front-page .top-row h1
{
    max-width: 1020px;
    margin: 0 auto 12px;
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.hero-subtitle
{
    max-width: 900px;
    margin: 0 auto 28px;
    font-size: 23px;
    line-height: 1.4;
}

.front-page .top-row .buttons
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0;
}

.front-page .top-row .button
{
    min-width: 235px;
    margin: 0;
    transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.button:hover,
.button:focus
{
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    outline: none;
}

.button:focus-visible,
.language-menu summary:focus-visible,
.language-menu a:focus-visible
{
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.front-page .how-it-works
{
    padding: 76px 0 82px;
}

.front-page .how-it-works h2,
.front-page .features > h2
{
    margin-bottom: 42px;
}

.front-page .how-it-works .clearfix
{
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.front-page .how-it-works .blocks-list-item,
.front-page .how-it-works .blocks-list-item:first-child,
.front-page .how-it-works .blocks-list-item:last-child
{
    float: none;
    flex: 1 1 0;
    width: auto;
    margin: 0;
}

.front-page .how-it-works .blocks-list-item p
{
    max-width: 330px;
    margin: 0 auto;
}

.front-page .features
{
    padding: 76px 0 88px;
}

.front-page .features .center-wrapper
{
    margin-top: 0;
}

.product-screen
{
    max-width: 58%;
    height: auto;
}

.footer
{
    padding: 30px 0;
    color: #fff;
}

.footer-content
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-content img
{
    width: 174px;
    height: auto;
}

.footer-content p
{
    margin: 0;
}

.apply-form
{
    width: 400px;
    max-width: 100%;
    min-width: 0;
}

#modal-container
{
    max-width: calc(100vw - 24px);
}

#modal-content
{
    max-width: 100%;
}

@media (max-width: 900px)
{
    .front-page .features .center-wrapper
    {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .product-screen
    {
        grid-column: 1 / -1;
        width: 480px;
        max-width: 75%;
        margin: 0 auto 12px;
    }

    .front-page .features .feature-box,
    .front-page .features .feature-box.left,
    .front-page .features .feature-box.right,
    .front-page .features .feature-box.top,
    .front-page .features .feature-box.bottom
    {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: auto;
        min-height: 0;
        padding: 24px;
        border-radius: 6px;
    }

    .front-page .features .feature-box:before,
    .front-page .features .feature-box:after
    {
        display: none;
    }
}

@media (max-width: 700px)
{
    .center-wrapper
    {
        width: calc(100% - 32px);
    }

    .header
    {
        height: 104px;
    }

    .header .center-wrapper
    {
        gap: 12px;
    }

    .header .logo
    {
        width: 168px;
        flex: 0 0 168px;
    }

    .header-tools
    {
        align-items: flex-end;
        flex-direction: column-reverse;
        gap: 0;
        font-size: 14px;
    }

    .header .customer-support
    {
        font-size: 12px;
        white-space: nowrap;
    }

    .language-menu summary
    {
        padding: 5px 0;
    }

    .front-page .top-row
    {
        min-height: 640px;
        padding: 132px 0 70px;
    }

    .front-page .top-row h1
    {
        font-size: 42px;
        line-height: 1.08;
    }

    .hero-subtitle
    {
        margin-bottom: 26px;
        font-size: 19px;
    }

    .front-page .top-row .buttons
    {
        display: grid;
        gap: 12px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .front-page .top-row .button
    {
        width: 100%;
        min-width: 0;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 21px;
    }

    h2
    {
        font-size: 31px;
    }

    .front-page .how-it-works,
    .front-page .features
    {
        padding: 58px 0 64px;
    }

    .front-page .how-it-works h2,
    .front-page .features > h2
    {
        margin-bottom: 34px;
    }

    .front-page .how-it-works .clearfix
    {
        flex-direction: column;
        gap: 46px;
    }

    .front-page .how-it-works .blocks-list-item
    {
        width: 100%;
    }

    .front-page .how-it-works .blocks-list-item img
    {
        width: 116px;
        height: 116px;
        margin-bottom: 14px;
    }

    .front-page .features .center-wrapper
    {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .product-screen
    {
        max-width: 92%;
        margin-bottom: 10px;
    }

    .front-page .features .feature-box,
    .front-page .features .feature-box.left,
    .front-page .features .feature-box.right,
    .front-page .features .feature-box.top,
    .front-page .features .feature-box.bottom
    {
        padding: 22px;
    }

    .footer-content
    {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    #modal-content
    {
        padding: 0 8px 10px;
    }
}

@media (max-width: 400px)
{
    .header .logo
    {
        width: 148px;
        flex-basis: 148px;
    }

    .header .customer-support
    {
        font-size: 11px;
    }

    .front-page .top-row h1
    {
        font-size: 36px;
    }
}

@media (prefers-reduced-motion: reduce)
{
    *, *:before, *:after
    {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
