@charset "utf-8";

/* poppins-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-v20-latin-300.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/poppins-v20-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/poppins-v20-latin-300.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/poppins-v20-latin-300.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/poppins-v20-latin-300.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/poppins-v20-latin-300.svg#Poppins') format('svg');
    /* Legacy iOS */
}

/* poppins-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/poppins-v20-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
    /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/poppins-v20-latin-600.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/poppins-v20-latin-600.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/poppins-v20-latin-600.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/poppins-v20-latin-600.svg#Poppins') format('svg');
    /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/poppins-v20-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/poppins-v20-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/poppins-v20-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg');
    /* Legacy iOS */
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #424241;
    font-family: "Poppins", "Arial", sans-serif;
    font-size: .937rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #CBCBCB;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    padding: 1.562rem 1.25rem 1.25rem 1.875rem;
    font-size: 2.687rem;
    line-height: 1;
    font-weight: 700
}

h1 small {
    font-size: 1rem;
    font-weight: 400;
}

h1 span {
    font-size: 1.125rem;
    font-weight: 400;
}

h1 br {
    display: none
}

h2 {
    position: absolute;
    right: 1.25rem;
    top: .937rem;
    font-size: 3.125rem;
    font-weight: 300;
    width: 100%;
    text-align: right;
    padding: 0 .937rem .312rem 0;
    margin: 0;
    line-height: 1;
}

h2:before {
    content: "";
    float: left;
    position: absolute;
    width: 100%;
    height: .062rem;
    right: 0;
    border-radius: .5rem;
    background: #fff;
    bottom: 0;
}

h3 {
    font-size: 1.5rem;
    color: #CE1317;
    border-bottom: .062rem solid #000;
    margin: 0 0 1.25rem;
    font-weight: 700;
}

h4 {
    font-weight: 400;
    font-size: 1.125rem;
    width: 24%;
    padding: 0 1.25rem 0 1.875rem;
    position: relative;
    width: 97%;
    display: block;
    line-height: 1;
    font-weight: 700;
}

h4 span {
    width: fit-content;
    position: relative;
    z-index: 1;
    padding: 0 .625rem 0 0
}

h4:before {
    content: "";
    float: left;
    position: absolute;
    width: 77%;
    height: .062rem;
    right: 0;
    border-radius: .5rem;
    background: #fff;
    top: .625rem;
}

h5 {
    font-size: 1.125rem;
    padding: 1.875rem 3.75rem .625rem;
    font-weight: 700;
    font-style: italic;
    position: relative;
    line-height: 1;
    margin: 0 0 1.25rem;
}

h5:before {
    content: "";
    float: left;
    position: absolute;
    width: 7.812rem;
    height: .187rem;
    left: 0;
    border-radius: .5rem;
    background: #FF0000;
    bottom: 0;
}

.list {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

.list li {
    padding-left: 1.875rem;
    margin-bottom: 1.25rem;
}

.list li:before {
    content: "";
    float: left;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/list.png) no-repeat;
    background-size: contain;
    margin-left: -1.875rem;
    top: .187rem;
}

header {
    background: rgb(194, 22, 23);
    background: linear-gradient(158deg, rgba(194, 22, 23, 1) 0%, rgba(225, 11, 20, 1) 21%, rgba(177, 28, 24, 1) 100%);
    color: #fff;
    padding: 1.25rem 0 0;
}

.header-img {
    position: relative;
}

.header-img img {
    clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
    z-index: 1;
    position: relative;
}

.header-content {
    background: rgb(194, 22, 23);
    background: linear-gradient(104deg, rgba(194, 22, 23, 1) 0%, rgba(225, 11, 20, 1) 48%, rgba(177, 28, 24, 1) 100%);
    clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 60%;
    position: absolute;
    top: 17%;
    right: 0;
    z-index: 10;
}

.job-list {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0 3.75rem;
}

.job-list li {
    padding: 0 0 1.25rem 0;
    transform: skew(-5deg, 0deg);
    line-height: 1.2
}

.job-list li:nth-of-type(1) {
    padding-left: 3.75rem;
}

.job-list li:nth-of-type(2) {
    padding-left: 3.125rem;
}

.job-list li:nth-of-type(3) {
    padding-left: 2.5rem;
}

.job-list li:nth-of-type(4) {
    padding-left: 1.875rem;
}

.job-list li:nth-of-type(5) {
    padding-left: 1.25rem;
}

.job-list li:before {
    content: "";
    float: left;
    position: relative;
    width: 35px;
    height: 1.875rem;
    background: url(../images/list.png) no-repeat;
    background-size: contain;
    margin-left: -3.75rem;
}

.job-list li:nth-of-type(1):before {
    top: .937rem;
}

.job-list li:nth-of-type(2):before,
.job-list li:nth-of-type(3):before {
    top: .312rem
}

.job-list li:nth-of-type(4):before,
.job-list li:nth-of-type(5):before {
    top: -.625rem
}

.line {
    border-bottom: .25rem solid #BD1718;
    width: 39%;
    margin: .937rem 0 0;
}

article {
    padding: 2.5rem 1.875rem 0;
}

hr {
    border: none;
    height: .062rem;
    background: #000000;
    width: 98%;
    margin: .625rem 0 .312rem;
}

.flex {
    display: flex;
    column-gap: .937rem;
}

.left {
    width: 56%;
}

.right {
    width: 44%;
}

.list-right {
    margin-left: 1.875rem;
}

footer {
    display: flex;
    align-items: center;
}

.box {
    background: rgb(225, 11, 20);
    background: linear-gradient(104deg, rgba(225, 11, 20, 1) 0%, rgba(194, 22, 23, 1) 100%);
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    width: 72%;
}

.box > p {
    padding: 1.25rem 1.875rem 0;
}

.box p {
    color: #fff;
}

.section {
    display: flex;
    padding: 1.25rem 1.875rem;
}

.section p:nth-of-type(1) {
    display: flex;
    align-items: center;
    column-gap: .625rem;
}

.section p:nth-of-type(2) {
    padding-left: 1.25rem;
}

.horizontal-line {
    border: .062rem solid #FF0000;
    width: 90%;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    h1 {
        font-size: 2.5rem;
    }

    article {
        padding-top: 3.125rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 55rem) {
    header {
        background: #CE2521;
    }

    h1 {
        font-size: 1.875rem;
        text-align: center;
    }

    h4 span {
        background: #CE2521;
    }

    .header-img img {
        clip-path: none;
        z-index: 1;
        position: relative;
        margin: 0 auto;
    }

    h2 {
        position: static;
        text-align: center;
        font-size: 1.875rem;
        margin: 0 0 .625rem;
    }

    h2:before {
        display: none;
    }

    .header-content {
        position: static;
        background: #CE2521;
        clip-path: none;
        width: 100%
    }

    h5 {
        font-size: 1.125rem;
        padding: 1.25rem 1.875rem .625rem;
        margin: 0 0 1.25rem;
    }

    h5:before {
        left: 1.875rem;
    }

    .job-list {
        list-style: none;
        margin: 0;
        padding: 0 1.875rem;
    }

    .job-list :is(.job-list li:nth-of-type(1), .job-list li:nth-of-type(2), .job-list li:nth-of-type(3), .job-list li:nth-of-type(4), .job-list li:nth-of-type(5)) {
        padding-left: 1.875rem;
        transform: skew(0deg, 0deg);
    }

    .job-list li:before {
        margin-left: -1.875rem;
        width: 1.562rem;
    }

    .job-list li:nth-of-type(1):before,
    .job-list li:nth-of-type(2):before,
    .job-list li:nth-of-type(3):before,
    .job-list li:nth-of-type(4):before,
    .job-list li:nth-of-type(5):before {
        top: 0;
    }

    .line {
        display: none;
    }

    article {
        padding: 1.875rem 1.875rem 0;
    }

    footer {
        flex-direction: column;
    }

    .box {
        background: #CE2521;
        clip-path: none;
        width: 100%;
    }

    article p br,
    .box > p br {
        display: none;
    }

    .section p:nth-of-type(1),
    .section p:nth-of-type(2) {
        width: 50%;
        margin: 0;
    }

    .logo {
        margin: 1rem 0;
    }

    .horizontal-line {
        width: 100%
    }
}

@media only screen and (max-width: 46.75rem) {
    .flex {
        flex-direction: column;
    }

    .left,
    .right {
        width: 100%
    }

    .list-right {
        margin-left: 0;
    }

    h1 {
        font-size: 1.625rem;
        line-height: 1.2;
        padding: 1rem 1.25rem;
    }

    h1 small,
    h1 span {
        font-size: .937rem;
    }

    h1 br {
        display: block;
    }

    h2 {
        font-size: 1.625rem;
        padding: 0;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 42.5rem) {
    .section {
        flex-direction: column;
    }

    .section p:nth-of-type(1),
    .section p:nth-of-type(2) {
        width: 100%;
    }

    .section p:nth-of-type(1) {}

    .section p:nth-of-type(2) {
        padding: 1rem 0 0;
    }
}

@media only screen and (max-width: 30rem) {
    h1 br {
        display: none;
    }
}