a {
    text-decoration: underline;
}

img {
    display: inline-block;
    max-width: 100%;
}

.body {
    padding-left: 0em;
    background-color: #000;
    font-family: Inter, sans-serif;
    color: #fff;
}

.section {
    height: auto;
}

.div-block-text {
    position: absolute;
    left: 0%;
    top: 523px;
    right: auto;
    bottom: auto;
    width: 650px;
    padding-left: 20px;
    text-align: right;
}

.heading {
    position: static;
    margin-bottom: 35px;
    clear: none;
    font-size: 96px;
    line-height: 96px;
}

.div-block-image {
    position: absolute;
    top: 60px;
}

.image {
    width: 550px;
    height: 550px;
    max-width: none;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.headingresume {
    padding-right: 9px;
    color: #fff;
    text-decoration: none;
}

.text-block {
    padding-right: 9px;
    line-height: 22px;
}

.link {
    color: #fff;
    font-weight: 700;
    text-decoration-thickness: 1px;
}

.text-block-2 {
    padding-top: 8px;
    padding-right: 9px;
}

.div-block {
    height: 30px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.body-error {
    font-family: Inter, sans-serif;
}

.link-2 {
    text-decoration: none;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.linkblack {
    color: #333;
    font-weight: 700;
    text-decoration: none;
}

.div-block-2 {
    border-top: 5px solid #000;
}

.text-block-3 {
    margin-top: -5px;
    margin-left: 51px;
    background-color: #fff;
}

.line {
    margin-top: 29px;
    margin-right: 100px;
    border-top: 4px solid #b6b8b6;
}

.line.green {
    border-top-color: #15c948;
}

.line-detail {
    margin-top: -14px;
    margin-left: 52px;
    padding-left: 14px;
    background-color: #fafafa;
    page-break-inside: avoid;
}

.line-description {
    margin-left: 18px;
    font-family: Karla, sans-serif;
    color: #a0a0a0;
}

.jobs {
    margin-bottom: 20px;
    margin-left: 20px;
}

.cv-body {
    font-family: Inter, sans-serif;
}

.line-title {
    font-weight: 700;
}

.job-description-copy {
    margin-left: 18px;
    font-family: Karla, sans-serif;
    color: #a0a0a0;
}

.job-description-copy.ates {
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.line-dates {
    margin-left: 18px;
}

.section-2 {
    width: 960px;
    background-color: #fafafa;
}

.headings {
    margin-top: 33px;
}

.name {
    margin-left: 53px;
}

.cv-div {
    width: 960px;
    background-color: #fafafa;
}

.section-cv {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 960px;
    height: auto;
    background-color: #fafafa;
}

.footer {
    height: 200px;
}

.intro {
    margin-left: 66px;
}

.div-block-space {
    height: 20px;
}

.div-block-print-space {
    height: 600px;
}

.qr {
    display: none;
    width: 125px;
    padding-top: 15px;
    padding-right: 15px;
    float: right;
}

.text-block-4 {
    float: right;
}

.url {
    margin-top: 21px;
    margin-right: 100px;
    float: right;
    font-weight: 700;
}

.url-detail {
    margin-top: 10px;
    margin-left: 64px;
    font-weight: 400;
    text-align: left;
    font-family: Karla, sans-serif;
    color: #a0a0a0;
}

.image-portrait {
    margin-left: 65px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.column {
    padding-left: 0px;
}

.line-detail-list {
    display: block;
    font-family: Karla, sans-serif;
    color: #a0a0a0;
}

@media screen and (max-width: 991px) {
    .section-cv {
        width: 100vw;
    }
}

@media screen and (max-width: 767px) {
    .div-block-text {
        position: absolute;
        top: 102px;
        width: 320px;
        text-align: left;
    }

    .heading {
        margin-bottom: 24px;
        font-size: 50px;
        line-height: 55px;
    }

    .div-block-image {
        top: 0px;
    }

    .image {
        max-width: 100vw;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .headingresume {
        padding-left: 15px;
        font-size: 24px;
    }

    .text-block {
        padding-top: 215px;
        padding-left: 15px;
        font-size: 13px;
        line-height: 20px;
    }

    .text-block-2 {
        padding-top: 5px;
        padding-left: 15px;
        font-size: 13px;
    }

    .line {
        margin-top: 23px;
        margin-right: 20px;
    }

    .cv-body {
        font-size: 12px;
    }

    .headings {
        margin-top: 15px;
        font-size: 18px;
    }

    .name {
        margin-bottom: 0px;
        font-size: 24px;
    }

    .qr {
        display: none;
    }

    .url {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .line-detail {
        margin-left: 26px;
    }

    .name {
        margin-left: 23px;
    }

    .intro {
        margin-left: 40px;
    }
}

@media print {
    .pagebreak {
        page-break-inside: avoid;
    }
}
