@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Shantell Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/shantell-sans-v9-latin-500.eot');
    src: url('../fonts/shantell-sans-v9-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/shantell-sans-v9-latin-500.woff2') format('woff2'), url('../fonts/shantell-sans-v9-latin-500.woff') format('woff'), url('../fonts/shantell-sans-v9-latin-500.ttf') format('truetype'), url('../fonts/shantell-sans-v9-latin-500.svg#ShantellSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/figtree-v5-latin-regular.eot');
    src: url('../fonts/figtree-v5-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/figtree-v5-latin-regular.woff2') format('woff2'), url('../fonts/figtree-v5-latin-regular.woff') format('woff'), url('../fonts/figtree-v5-latin-regular.ttf') format('truetype'), url('../fonts/figtree-v5-latin-regular.svg#Figtree') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/figtree-v5-latin-700.eot');
    src: url('../fonts/figtree-v5-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/figtree-v5-latin-700.woff2') format('woff2'), url('../fonts/figtree-v5-latin-700.woff') format('woff'), url('../fonts/figtree-v5-latin-700.ttf') format('truetype'), url('../fonts/figtree-v5-latin-700.svg#Figtree') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #5c5c5c;
    font-family: 'Figtree', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 62.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.button {
    align-items: center;
    border-radius: 6.25rem;
    cursor: pointer;
    justify-content: center;
    padding: 0.625rem 1rem;
    line-height: 1;
    display: block;
    transition-duration: .5s;
    width: fit-content;
}

a.red {
    background: #bf1d2e;
    color: #fff;
    font-weight: 600
}

a.red:hover {
    background: #c9414f;
    box-shadow: 0 12.5216px 10.0172px rgba(191, 29, 46, .12), 0 6.6501px 5.32008px rgba(191, 29, 46, .08), 0 2.76726px 2.21381px rgba(191, 29, 46, .16);
}

a.white {
    box-shadow: inset 0 0 0 0.075rem #bf1d2e;
    color: #bf1d2e;
}

a.white:hover {
    background: rgba(191, 29, 46, .16);
    box-shadow: inset 0 0 0 0.125rem #bf1d2e;
}

a.center {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.big {
    font-size: 18px
}

h1 {
    font-size: 38px;
    line-height: 1.2;
    margin: 0.625rem 0;
    color: #1f1f1f;
    font-weight: 700
}

h1 small {
    color: #5c5c5c;
    font-size: 24px;
    font-weight: 400
}

h1 span {
    white-space: nowrap;
}

h2 {
    transform: rotate(-4deg);
    margin: -20px 0 1.5rem 1.25rem;
    text-align: center;
    width: fit-content;
    color: #fff;
}

h2,
h4 {
    font-family: 'Shantell Sans', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
}

.redtext h4 {
    color: #fff;
}

h3 {
    margin: 1.5rem 0;
    font-size: 24px;
    color: #1f1f1f
}

h3 span {
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

ul {
    list-style: none;
    margin: 0 0 3.75rem;
    padding: 0;
}

ul li {
    color: #5C5C5C;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -22px;
    font-size: 24px;
    line-height: 0.9;
}

header {
    padding: 2rem;
}

.section {
    display: flex;
    column-gap: 1rem;
    background: radial-gradient(145.91% 210.11% at 0 0, #bf1d2e 0, #dd6d29 100%) no-repeat;
    background-size: 100% 65%;
    padding: 5rem 2rem 0;
}

.right {
    width: 40%;
    position: relative;
}

hr {
    border: none;
    border-top: 0.0625rem solid;
    margin: 1rem 0;
    border-color: #e4e4e4;
}

.width_image {
    width: 60%;
}

.width_image img {
    border-radius: 0.5rem;
}

.kununu {
    width: fit-content;
    margin: 0 auto;
    transform: rotate(8deg);
}

.arrow {
    position: absolute;
    top: 17%;
    left: 7%;
}

.apply {
    background: #fdfdfd;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 1rem rgba(50, 61, 81, .16), 0 1.5rem 1.25rem rgba(88, 89, 91, .16);
    padding: 2rem;
    margin: 1.25rem;
}

.apply h3 {
    font-size: 19px
}

article {
    padding: 0 1rem;
}

.details {
    border-bottom: #d3d3d3 solid 0.0625rem;
    display: flex;
    justify-content: space-around;
    padding: 0 0 1.875rem;
    margin: 6.25rem 0;
}

.details>* {
    display: flex;
    align-items: center;
    column-gap: 0.625rem;
}

.details p {
    text-align: center;
    width: fit-content;
    margin: 0;
    color: #1f1f1f
}

.details span {
    color: #858585;
}

.redtext {
    background: radial-gradient(145.91% 210.11% at 0 0, #bf1d2e 0, #dd6d29 100%) no-repeat;
    display: flex;
    padding: 1.5rem 4.375rem;
    column-gap: 2rem;
}

.redtext p {
    color: #fff;
    width: 80%;
    margin: 1rem 0 0
}

.centerwidth {
    width: 50%;
    margin: 4rem auto;
}

.padding {
    padding-bottom: 7rem;
    position: relative;
}

.arrowbottom {
    width: 3.125rem;
    position: absolute;
    bottom: 1rem;
    left: 50%;
}

.padding .apply {
    position: absolute;
    right: 0;
    width: 40%;
    bottom: -38%;
}

.padding h3 {
    margin: 0 0 1rem;
}

.relative {
    position: relative;
    margin: 7rem 0 11rem;
    display: flex;
    justify-content: right;
}

.apply_left {
    width: 60%;
    position: absolute;
    left: 0;
    bottom: -50%;
}

.apply_left h4 {
    color: #1f1f1f;
    font-style: italic;
    font-size: 2rem
}

.big_margin {
    margin: 0 0 3rem;
    color: #858585;
}

footer {
    background: radial-gradient(145.91% 210.11% at 0 0, #bf1d2e 0, #dd6d29 100%) no-repeat;
    padding: 2rem 2rem 10rem;
    display: flex;
    column-gap: 4rem;
    align-items: end;
    position: relative;
}

footer i {
    color: #bf1d2e;
    margin-right: 1rem;
}

footer :is(h4, p) {
    color: #fff;
    margin: 0;
}

footer .apply p {
    color: #5c5c5c;
}

footer .apply {
    width: 35%;
    position: absolute;
    bottom: 5%;
    left: 21%;
}

footer .apply p:last-child {
    margin: 0;
}

footer img {
    border: 0.3125rem solid #fff;
    transform: rotate(-4deg);
}

footer div h4 {
    font-size: 2rem;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-wrapper:hover {
    opacity: 0.6
}

@media only screen and (max-width: 999px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    h1 {
        font-size: 1.6875rem;
        line-height: 1.3;
        margin: 1.25rem 0 1.8rem;
    }

    h1,
    .apply h4,
    .apply p,
    footer p,
    footer h4,
    .redtext h3 {
        text-align: center;
    }

    .big_margin {
        margin: 0 0 1.25rem;
    }

    .centerwidth {
        width: 75%;
        margin: 2rem auto;
    }

    li {
        padding-left: 1.375rem;
    }

    .section {
        flex-direction: column;
        background-size: 100%;
        padding: 1rem;
    }

    .right {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .width_image {
        width: 100%;
    }

    .section .width_image {
        width: fit-content;
        margin: 0 auto 1rem;
    }

    .section .arrow,
    .arrowbottom {
        display: none;
    }

    .kununu,
    h2 {
        transform: rotate(0);
    }

    .section .apply {
        width: 50%;
    }

    .details {
        margin: 1rem 0;
    }

    .redtext {
        padding: 1rem 2rem;
    }

    .padding .apply,
    .apply_left {
        position: static;
        width: fit-content;
        margin: 0 auto;
    }

    .padding .apply,
    .apply_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .padding {
        display: block;
    }

    .padding h4 {
        margin: 0 0 1rem;
        text-align: center;
    }

    .relative {
        margin: 1.5rem 0;
        align-items: center;
    }

    .relative img {
        padding: 0 1rem 0 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 899px) {
    h2 {
        margin: 0;
        font-size: 1.375rem;
    }

    header {
        display: flex;
        justify-content: center;
    }

    footer img {
        transform: translate(0);
        margin: 0 auto;
    }

    footer {
        column-gap: 1rem;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    h3 {
        margin: 0 0 1rem;
    }

    .centerwidth {
        width: 100%;
        margin: 1rem 0;
    }

    .right {
        flex-wrap: wrap;
        column-gap: 1rem;
        row-gap: 1rem;
        justify-content: center;
    }

    .relative {
        flex-direction: column;
    }

    .image_bottom {
        display: block;
        width: fit-content;
        margin: 0 auto 1rem;
    }

    .kununu {
        width: 7.5rem;
        margin: 0;
    }

    .right .apply {
        width: 100%;
        margin: 0;
    }

    .relative img {
        padding: 0;
    }

    footer {
        flex-wrap: wrap;
        padding: 1rem 2rem;
        row-gap: 1rem;
    }

    footer .apply {
        position: static;
        width: fit-content;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 599px) {
    :is(.redtext, .apply, footer) h4 {
        font-size: 1.375rem;
    }

    .redtext h3 {
        font-size: 1.0625rem;
    }

    .redtext {
        flex-direction: column;
        row-gap: 1rem;
        align-items: center;
    }

    .redtext p {
        margin: 0;
        width: 100%;
    }

    .details {
        flex-wrap: wrap;
        column-gap: 1rem;
        row-gap: 1rem;
        padding: 0 0 1rem;
    }

    .details>* {
        width: fit-content;
        flex-direction: column;
    }

    .details p {
        margin: 0.625rem 0;
    }
}

@media only screen and (max-width: 480px) {
    .details {
        flex-direction: column;
        align-items: center;
    }

    .redtext,
    footer,
    header,
    .apply {
        padding: 1rem;
    }

    footer .apply {
        width: 100%;
    }
}

@media only screen and (max-width: 376px) {
    a.button {
        width: 100%;
        text-align: center;
    }
}