
body {
    margin: 0;
    background-color: #fff;
    font-family: 'Arimo', sans-serif;
}
.ag-jobofferWrapper {
    max-width: 1024px;
    min-width: 330px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 11px 2px #939095;
    box-shadow: 3px 3px 11px 2px #939095;
    line-height: 1.4;
    font-size: 15px;
    margin: 1rem auto 10rem auto;
    color: #464646;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.ag-jobofferWrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}
.ag-content-header {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.ag-content-header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4% 0 4% 3%;
}
.ag-content-header-bottom {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ag-content-header-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2rem;
    width: 15px;
    background-color: #86b3e1;
    z-index: 4;
}
.ag-content-header-bottom:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2rem;
    width: 15px;
    background-color: #758290;
    z-index: 4;
}
.ag-content-header-block-right {
    display: block;
    position: absolute;
    width: 45%;
    padding: 2%;
    right: 0;
    top: 0;
    z-index: 4;
    text-align: center;
    font-size: 1.7vw;
}
.ag-content-header-block-right:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    left: -10%;
    top: 0;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: rgba(229, 229, 229, 0.9);
    z-index: -1;
}
.ag-content-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ag-content-content-block-left {
    width: 45%;
    padding: 3% 0 3% 3%;
    position: relative;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='57.9333in' height='53.9in' viewBox='0 0 5214 4851'%3E%3Cpath id='Selection' fill='%23E5E5E5' stroke='%23E5E5E5' stroke-width='1' d='M 4760.00,4856.00 C 4760.00,4856.00 0.00,4851.00 0.00,4851.00 0.00,4851.00 0.00,2.00 0.00,2.00 0.00,2.00 5213.00,2.00 5213.00,2.00 5213.00,2.00 4760.00,4856.00 4760.00,4856.00 Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.ag-content-content-block-left-in {
    position: relative;
    z-index: 2;
    padding-right: 10%;
}
.ag-content-content-block-right {
    width: 55%;
    padding: 3% 3% 3% 0;
}
.ag-content-content-block-right-in {
    padding-left: 55px;
}
.ag-content-circles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15%;
    margin-top: 1rem;
}
.ag-content-circle-left, .ag-content-circle-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45%;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4vw;
    border-radius: 100%;
}
.ag-content-circle-left:after, .ag-content-circle-right:after {
    content: '';
    position: absolute;
    background-image: url("arrow.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 15%;
    height: 15%;
    bottom: 10%;
}
.ag-content-circle-left:first-child, .ag-content-circle-right:first-child {
    margin-top: 0;
}
.ag-content-circle-left:last-child, .ag-content-circle-right:last-child {
    margin-bottom: 0;
}
.ag-content-circle-left:last-child:after, .ag-content-circle-right:last-child:after {
    content: none;
}
.ag-content-circle-left:before, .ag-content-circle-right:before {
    content: '';
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
}
.ag-content-circle-right {
    margin: -9% 0 -9% auto;
}
.ag-content-circle-right:after {
    left: -15%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ag-content-circle-left {
    margin: -9% auto -9% 0;
}
.ag-content-circle-left:after {
    right: -15%;
}
.ag-content-circle-in {
    margin: auto;
    padding: 10%;
    position: relative;
}
.ag-content-banner-block {
    margin: 2rem 0 2rem -4%;
    z-index: 2;
    width: 50%;
    position: relative;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ag-content-banner-block-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.ag-content-banner-block-inside-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 8%;
}
.ag-content-banner-block-inside-in:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 10px;
    background-color: #86b3e1;
}
.ag-content-banner-block-inside-in:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 15px;
    height: 10px;
    background-color: #758290;
}
.ag-content-banner-block-inside:before {
    content: '';
    padding-bottom: 90%;
}
.ag-content-banner-block .ag-banner {
    display: block;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    position: absolute;
    top: 0;
    margin: 0 auto;
    height: 100%;
    width: unset;
    min-width: 100%;
}
.ag-content-banner-block-border-top, .ag-content-banner-block-border-right, .ag-content-banner-block-border-bottom {
    position: absolute;
    width: 100%;
    height: 10px;
}
.ag-content-banner-block-border-top {
    background-color: #2572C0;
    top: 10px;
    right: 10px;
}
.ag-content-banner-block-border-right {
    background: -webkit-gradient(linear, left bottom, left top, from(#082543), to(#2572C0));
    background: linear-gradient(to top, #082543, #2572C0);
    width: 10px;
    height: calc(100% - 20px);
    bottom: 10px;
    right: 10px;
    top: 10px;
}
.ag-content-banner-block-border-bottom {
    background-color: #082543;
    bottom: 10px;
    right: 10px;
}
.ag-content-bg-block {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.ag-content-block-blue {
    background-color: #91CEED;
    padding: 5px 30px 20px 30px;
    margin-top: 2rem;
}
.ag-content-block-blue p {
    margin: 0;
    padding-top: 15px;
}
.ag-content-block-blue a {
    color: inherit;
    text-decoration: none;
}
.ag-content-block-middle {
    position: relative;
    width: 100%;
    margin: 0 0 2rem;
}
.ag-content-block-middle-in {
    position: absolute;
    right: -5%;
    width: 35%;
    top: 0rem;
    background-color: #999999;
    padding: 2%;
    border: 3px solid #fff;
}
.ag-content-block-middle-in h3 {
    margin: 0;
}
.ag-logo {
    width: 20%;
    display: block;
}
.ag-quotes-img {
    width: 25%;
    display: block;
    margin: 5px auto;
}
.ag-circle-img {
    max-width: 100px;
    max-height: 30px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.ag-bg-img {
    display: block;
    position: absolute;
    min-width: 100%;
    height: 100%;
    right: 0;
}
ul {
    counter-reset: list-bullet-points-circle;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    padding-left: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0.5rem 0;
    padding-left: 55px;
    position: relative;
    overflow: hidden;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #e4e4e4;
}
ul li:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    /* background-image: url("checkmark.png"); */
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    border: 2px solid #e4e4e4;
    border-radius: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    counter-increment: list-bullet-points-circle;
}
h1 {
    font-size: 3.2vw;
    margin: 0;
    }
h1 span {
    font-weight: normal;
    font-size: 18px;
    }
h1 small {
    display: block;
    font-size: 80%;
    font-weight: normal;
}
h2 {
    font-size: 28px;
    margin: 1rem 0 0 0;
    color: #134E6B;
}
h3 {
    font-size: 2.1vw;
    margin: 0;
    color: #fff;
    text-align: center;
}
.button_controls {
    border-top: 1px solid #134E6B;
    background: #fff;
}
.button_controls a {
    color: #fff;
    background: #134E6B;
    border-color: #134E6B;
}
.button_controls a:hover {
    background: #134E6B;
}
@media screen and (min-width: 1024px) {
    h1 {
        font-size: 32px;
    }
    h3 {
        font-size: 22px;
    }
    .ag-content-header-block-right {
        font-size: 15px;
    }
    .ag-content-circle-left, .ag-content-circle-right {
        font-size: 13px;
    }
}
@media screen and (max-width: 800px) {
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 17px;
    }
    .ag-content-content-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .ag-content-content-block-left {
        width: 100%;
        padding: 3%;
        background-color: #e4e4e4;
    }
    .ag-content-content-block-left-in {
        padding-right: 0;
    }
    .ag-content-content-block-left:before {
        position: relative;
    }
    .ag-content-content-block-right {
        width: 100%;
        padding: 3%;
    }
    .ag-content-content-block-right .ag-text-right {
        text-align: unset;
    }
    .ag-content-content-block-right-in {
        padding-left: 0;
    }
    .ag-content-circle-left, .ag-content-circle-right {
        font-size: 15px;
    }
    .ag-content-circle-left:before, .ag-content-circle-right:before {
        position: relative;
    }
    .ag-content-circles {
        padding: 0;
    }
    .ag-content-circle-in {
        position: absolute;
    }
    .ag-content-block-middle-in {
        position: unset;
        inset: unset;
        width: 100%;
        max-width: 140px;
        display: inline-block;
    }
}
@media screen and (max-width: 568px) {
    h1 {
        font-size: 26px;
    }
    .ag-content-header-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5% 0 5% 5%;
    }
    .ag-content-header-block-right {
        display: block;
        position: relative;
        width: 100%;
        padding: 2%;
        right: 0;
        top: 0;
        text-align: center;
        font-size: 15px;
    }
    .ag-content-header-block-right:before {
        -webkit-transform: unset;
        transform: unset;
        left: 0;
    }
    .ag-content-circle-left, .ag-content-circle-right {
        font-size: 13px;
    }
    h2 {
        font-size: 19px;
    }
    h3 {
        font-size: 17px;
    }
    div.button_controls a {
        padding: 8px 12px;
    }
}
@media print {
    @page {
        margin: 0;
    }
    body {
        margin: 0;
    }
    body * {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
    .ag-jobofferWrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        line-height: 1.3;
        font-size: 90%;
        margin: 0;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 16px;
    }
    .ag-content-header-block-right {
        font-size: 15px;
    }
    .ag-content-circle-left, .ag-content-circle-right {
        font-size: 12px;
        width: 125px;
        height: 125px;
        background-color: #fdfdfe;
    }
    .ag-content-circle-left:after, .ag-content-circle-right:after {
        width: 10%;
    }
    .ag-content-circle-left:before, .ag-content-circle-right:before {
        content: unset;
    }
    .ag-content-circle-right:after {
        left: -10%;
    }
    .ag-content-circle-left:after {
        right: -10%;
    }
}
