<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-v12-latin-regular.eot');
    src: url('../fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'), url('../fonts/barlow-v12-latin-regular.woff') format('woff'), url('../fonts/barlow-v12-latin-regular.ttf') format('truetype'), url('../fonts/barlow-v12-latin-regular.svg#Barlow') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/barlow-v12-latin-600.eot');
    src: url('../fonts/barlow-v12-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-600.woff2') format('woff2'), url('../fonts/barlow-v12-latin-600.woff') format('woff'), url('../fonts/barlow-v12-latin-600.ttf') format('truetype'), url('../fonts/barlow-v12-latin-600.svg#Barlow') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700.eot');
    src: url('../fonts/barlow-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-700.woff2') format('woff2'), url('../fonts/barlow-v12-latin-700.woff') format('woff'), url('../fonts/barlow-v12-latin-700.ttf') format('truetype'), url('../fonts/barlow-v12-latin-700.svg#Barlow') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #2B2B2B;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 72.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

h1 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 1rem 0 3rem;
    font-weight: 600;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0 0 1rem;
    font-weight: 600;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.25rem;
}

.margin {
    margin: 0 0 2rem;
}

ul {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

ul li {
    padding-left: 1rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1.375em;
    line-height: 0.8;
}

.line_height {
    margin: 0 0 .312rem;
}

.line_height li {
    padding-bottom: 1rem;
}

hr {
    border: 0;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, .1);
    margin: 5rem 0 0;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section:first-of-type {
    width: 70%;
    padding: 1rem 3rem;
}

.section:last-of-type {
    width: 30%;
}

.flex_big {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.left {
    width: 70%;
    padding: 0 3rem 0.625rem;
    margin: -1.25rem 0 0;
}

.left i {
    width: 1.25rem;
}

.right {
    width: 30%;
    height: 135rem;
    background: #eee;
    padding: 1rem;
}

.flex_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a.apply {
    transition: transform .5s ease;
    margin-left: -1.25rem;
}

a.apply span {
    width: 100%;
    padding: 0.625rem 1rem 0.625rem 1.5625rem;
    text-align: center;
    margin-bottom: 1.5rem;
    background-color: #e26b13;
    border-color: #e26b13;
    color: #fff;
    border-radius: .25rem;
    transition: transform .5s ease;
    font-weight: 600;
}

a.apply:hover .fa-file-pen {
    transform: scale(1.05);
}

.fa-file-pen {
    background-color: #e26b13;
    border-radius: 50%;
    padding: 0.875rem 0.625rem 0.8125rem 0.9375rem;
    border: 0.25rem solid #fff;
    color: #fff;
    transition: transform .5s ease;
    font-size: 1.75rem;
    position: relative;
    left: 1.25rem;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.625rem;
}

.white {
    padding: 1.5rem;
    background-color: #fff;
}

.fa-square-facebook {
    color: #3b5998;
    font-size: 1.9375rem;
}

.fa-square-twitter {
    color: #43a1f1;
    font-size: 1.9375rem;
}

.fa-square-xing {
    color: #00605e;
    font-size: 1.9375rem;
}

.fa-envelope {
    color: #333;
    font-size: 1.4375rem;
    border: solid 0.125rem #333;
    padding: 0.0625rem 0.1875rem 0.0625rem 0.125rem;
    text-align: center;
}

.fa-square-whatsapp {
    color: #32bb47;
    font-size: 1.875rem;
}

footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section_footer:first-of-type {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 1.5rem;
}

.section_footer:last-of-type {
    width: 30%;
    background: #eee;
    padding: 4rem 3rem;
}

@media only screen and (max-width: 72.4375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 67.1875rem) {
    h1 {
        margin: 0.625rem 0 1rem;
        text-align: center;
    }

    .line_height li {
        padding-bottom: 0.5rem;
    }

    .flex_big,
    .flex {
        flex-direction: column;
    }

    .flex_button {
        margin: 0 0 1.5rem;
    }

    .section:first-of-type {
        width: 100%;
        padding: 1rem;
    }

    .section:last-of-type {
        width: 100%;
    }

    .left,
    .right {
        width: 100%;
        margin: 0;
        padding: 1rem;
    }

    .right {
        display: none;
    }

    footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section_footer:first-of-type {
        width: 100%;
        align-items: center;
        padding: 1rem;
    }

    .section_footer:last-of-type {
        width: 100%;
        display: none;
    }

    hr {
        border: 0;
        border-bottom: 0.0625rem solid rgba(0, 0, 0, .1);
        margin: 2rem 0 0;
    }

    .icons {
        align-items: center;
        justify-content: center;
        column-gap: 1rem;
    }

    .white p,
    .center p,
    .center h2 {
        text-align: center;
    }
}

@media only screen and (max-width: 30rem) {

    .left,
    .section:first-of-type {
        padding: 1rem 0;
    }
}</pre></body></html>