html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1px;
}

.thanks-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.header-item {
    width: 100%;
    height: 64rem;
    background: #061753;
    line-height: 64rem;
    padding-left: 40rem;
    font-size: 24rem;
    font-family: 'DINPro', sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.content-item {
    flex: 1;
    display: flex;
}

.content-item-left {
    width: 544rem;
    height: 100%;
    background-image: url('/static/frontend/pc/images/thanks-banner.webp');
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 69rem;
    position: relative;
}

.content-item-left h2 {
    font-size: 40rem;
    font-family: 'DINPro', sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8rem;
    padding-left: 40rem;
}

.content-item-left p {
    font-size: 18rem;
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding-left: 40rem;
}

.content-item-left strong {
    width: 350rem;
    font-size: 14rem;
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    bottom: 44rem;
    left: 50%;
    transform: translateX(-50%);
}

.content-item-right {
    flex: 1;
    position: relative;
    padding-top: 48rem;
    padding-left: 60rem;
}

.content-item-right h1 {
    font-size: 56rem;
    font-family: 'DINPro', sans-serif;
    font-weight: 500;
    color: #333333;
    margin-bottom: 12rem;
}

.content-item-right p {
    max-width: 577rem;
    font-size: 18rem;
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 26rem;
}

.content-item-right a {
    color: #2c7be3;
    text-decoration: none;
}

.content-item-right h5 {
    font-size: 14rem;
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    color: #666666;
    position: absolute;
    bottom: 44rem;
    right: 40rem;
}