body {
    touch-action: pan-x pan-y;
}
.button {
    display: inline-block;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 12px;
    margin: 8px 0;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
}
.button.accent {
    background: var(--accent);
    border: none;
}
.button.accent:hover {
    background: var(--accent-hover);
}
.title-container {
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100vw;
    border-bottom: 1px solid #eee;
    z-index: 2;
    height: 200px;
    transition: height 500ms;
}
.title-container .content, .title-container .exit-button {
    transition: top 500ms;
}
.title-container.reduced .content {
    top: -42px;
}
.title-container.reduced .exit-button {
    top: 20px;
}
.title-container.position-expired.reduced .exit-button {
    top: 86px;
}
.title-container.reduced {
    height: 100px;
}
.title-container .title {
    margin-top: 60px;
    font-size: 30px;
    font-weight: 500;
    text-overflow: ellipsis;
    width: calc(100vw - 64px);
    max-width: 800px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}
.title-container .subtitle {
    padding-top: 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-overflow: ellipsis;
    width: calc(100vw - 72px);
}
.title-container.reduced .title, .title-container .subtitle {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}
.title-container img {
    width: 24px;
    height: 24px;
    margin: 2px;
    vertical-align: top;
    border-radius: 12px;
}
.exit-button {
    position: fixed;
    top: 130px;
    left: calc(50vw - 512px);
    color: var(--stub);
    font-size: 24px;
    cursor: pointer;
}
.title-container .company-text {
    transition: line-height 500ms;
    line-height: 50px;
}
.title-container.reduced .company-text {
    line-height: 24px;
}
.title-container img.company-image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: width 500ms, height 500ms;
}
.title-container.reduced img.company-image {
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 1279px) {
    .title-container img.company-image {
        height: 24px;
        width: 24px;
    }
    .title-container .company-text {
        line-height: 24px;
    }
}
.employer-exit {
    left: calc(50vw - 512px) !important;
    z-index: 3;
}
.content {
    max-width: 100vw;
    width: 840px;
    text-align: left;
    position: relative;
    top: 0;
}
.title-container .title {
    margin-top: 60px;
    font-size: 30px;
    font-weight: 500;
    text-overflow: ellipsis;
    width: calc(100vw - 64px);
}
.title-container .subtitle {
    padding-top: 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-overflow: ellipsis;
    width: calc(100vw - 72px);
}
.title-container.reduced .title, .title-container .subtitle {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}
.title-container img {
    width: 24px;
    height: 24px;
    margin: 2px;
    vertical-align: top;
    border-radius: 12px;
}
.exit-button {
    position: fixed;
    top: 64px;
    left: calc(50vw - 512px);
    color: var(--stub);
    font-size: 24px;
    cursor: pointer;
}
.content-container {
    margin-top: 232px;
}
.content-container-expired {
    margin-top: 300px;
}
.info-points {
    max-width: 100%;
}
.info-point {
    vertical-align: top;
    display: inline-block;
    padding: 16px;
    width: 170px;
}
.info-point.ultra-wide {
    padding-top: 40px;
    padding-left: 120px;
    padding-right: 120px;
    width: calc(100% - 240px);
}
.info-point.center-text {
    width: 100%;
    margin: auto;
    text-align: center;
}
.info-point.center-text .accent.competition-button {
    max-width: 360px;
}
.info-point .label {
    font-weight: 900;
    font-size: 12px;
}
.info-point .value {
    padding-top: 8px;
    font-weight: 400;
    color: #353535;
    word-break: break-word;
    line-height: 24px;;
    text-align: left;
}

.share-container {
    animation: share-container-anim 100ms ease-out forwards;
}
.share-container p {
    padding: 0;
    margin: 0;
    transition: background 200ms;
}
.share-container p:hover {
    background: #e7e7e7;
}
.share-container p:first-of-type:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.share-container p:last-of-type:hover {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.share-container p.copy {
    background: var(--accent);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.share-container {
    position: absolute;
    background: white;
    box-shadow: 0 0 32px #0003;
    border-radius: 4px;
    display: none;
    top: auto;
    bottom: 16px;
    right: 8px;
    z-index: 10;
}
.share-container.bookmark-only {
    right: 10px;
}
.image-job-board-action {
    position: relative;
}
.share-container::after {
    content: "";
    position: absolute;
    bottom: -10px;
    margin-left: 88px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.share-container.show {
    display: block;
}
.share-icon-single {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #292a29;
    width: 100%;
}
.share-icon-single a {
    text-decoration: none;
    color: #292a29;
    font-weight: 500;
}
.share-icon-single img {
    height: 13px;
    width: 13px;
    margin-right: 6px;
}
.share-icon-single.medium img{
    height: 21px;
    width: 22px;
    transform: translateY(-2px) translateX(-1px);
}
.header-bookmark {
    height: 22px;
    position: absolute;
    padding: 8px;
    top: 8px;
    right: 8px;
}
.header-bookmark.second {
    padding: 16px;
    top: 0;
    right: 4px;
}
.header-bookmark.first {
    padding: 16px;
    top: 2px;
    right: 64px;
    transform: scaleY(1.1);
}
.header-bookmark.second {
    transform: scaley(1.15);
    height: 23px !important;
    margin: 4px !important;
}
.title-container .exit-button {
    left: calc(50vw - 512px);
}
.title-container.position-expired .exit-button {
    top: 126px;
}
@keyframes share-container-anim {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(10px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
.welcome-message-container {
    width: 320px;
}
.welcome-message {
    width: 320px;
    text-align: left;
}
.creator-avatar {
    position: relative;
}
.creator-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.creator-avatar .name {
    font-weight: 500;
    padding: 2px 48px 0;
}
.creator-avatar .employer {
    font-size: 14px;
    color: #555;
    padding: 0 48px;
}
.welcome-message .message-container {
    margin-top: 16px;
    background: #f6f6f6;
    border-radius: 18px 18px 6px 6px;
}
.message-container .message {
    padding: 16px;
}
.welcome-message .button {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    font-weight: 900;
    width: calc(100% - 24px);
    border-radius: 0 0 6px 6px;
}
.button.grey-button {
    background: #F0F0EE !important;
    cursor: not-allowed;
}
.position-inactive {
    width: 100%;
    height: 65px;
    background: #F6F6F4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}
.position-inactive-mobile-only {
    display: none;
}
@media screen and (max-width: 1279px) {
    .position-inactive {
        top: 0;
    }
    .position-inactive-desktop-only {
        display: none;
    }
    .position-inactive-mobile-only {
        display: block;
        top: 85px;
    }
}
.message-container .message {
    word-spacing: 4px;
    line-height: 20px;
    font-weight: 300;
    word-break: break-word;
}
.position-inactive .text-info {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    line-height: 64px;
}
.position-inactive .text-info span {
    position: relative;
}
.position-inactive .text-info img {
    position: absolute;
    left: -40px;
    top: -10px;
    height: 30px;
}
.position-expired {
    top: 64px;
}
.button img {
    height: 22px;
    vertical-align: middle;
}
.position-image {
    width: 100%;
}
.position-image.right-aligned {
    float: right;
    max-width: 400px;
    margin-left: 24px;
    margin-bottom: 16px;
}
.button.inline {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 24px 0;
    font-weight: 900;
    width: 320px;
    border-radius: 6px;
}
.mobile-bottom-spacing {
    display: none;
}
.company-container {
    padding: 16px 16px 0;
}
.company-container .title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px;
}
.company-container .subtitle .company-text {
    font-size: 16px;
    color: #555;
}
.company-container .subtitle img {
    height: 32px;
    width: 32px;
    border-radius: 32px;
}
.company-container .subtitle span {
    line-height: 32px;
}
.header-bookmarks {
    position: absolute;
    bottom: 54px;
    right: -12px;
}
.header-bookmarks .share-container {
    bottom: auto;
    top: 60px;
    width: 140px;
    right: 4px;
}
.header-bookmarks .share-container img {
    border-radius: 0;
    height: 13px;
    width: 13px;
    margin-right: 6px;
    margin-top: 1px;
    vertical-align: center
}
.header-bookmarks .share-container:after {
    left: auto;
    right: 20px;
    top: -19px;
    width: 0px;
    height: 7px;
    z-index: 100000;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);


    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: 88px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 1080px) {
    .exit-button {
        left: 28px;
    }
}
@media screen and (max-width: 1000px) {
    .title-container .content {
        width: calc(100vw - 160px);
    }
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 32px;
}
.ding-tab-content .video-container {
    margin-bottom: 0;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content table td {
    vertical-align: top;
}
.info-point.large {
    text-align: left;
    width: calc(100% - 200px);
    margin-top: 40px;
}
.title-container.reduced .title, .title-container .subtitle {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}
.title-container .subtitle {
    width: calc(100% - 120px);
}
.share-icon-single img {
    width: 18px;
    height: 18px;
    margin: 0;
}
@media screen and (max-width: 1279px) {
    .share-container.show {
        left: 0;
        width: 100%;
        bottom: 16px;
    }
    .header-bookmarks .share-container {
        left: auto;
        width: 140px;
        bottom: auto;
    }
    .share-container::after {
        margin-left: calc(100% - 44px);
    }
    .share-container.bookmark-only::after {
        margin-left: 30px;
    }
    .title-container .exit-button {
        transition: none;
    }
    .title-container .content, .title-container .exit-button {
        transition: none;
    }
    .title-container.reduced .exit-button {
        top: 20px;
    }
    .title-container.reduced .content {
        top: 0;
    }
    .title-container.reduced {
        height: unset;
    }
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }
    .exit-button {
        top: 20px;
        left: 16px;
    }
    .title-container .title {
        font-size: 24px;
        margin-top: 12px;
        font-weight: 500;
    }
    .title-container .subtitle {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }
    .title-container img {
        width: 20px;
        height: 20px;
        margin: 0;
    }
    .content-container {
        margin-top: 96px;
    }
    .content-container-expired {
        margin-top: 160px;
    }
    .button.inline {
        width: calc(100% - 40px);
        margin: 8px 8px 80px;
        min-width: 200px;
    }
    .title-container {
        top: 0;
        height: 84px !important;
        padding-bottom: 0;
    }
    .position-expired {
        height: 84px !important;
        padding-bottom: 0;
        position: fixed;
        top: 0 !important;
    }
    .title-container .exit-button, .title-container.position-expired .exit-button, .title-container.position-expired.reduced .exit-button {
        top: 20px;
    }
    .title-container .exit-button img {
        width: 24px;
        height: 24px;
    }
    .title-container .header-bookmarks {
        bottom: 40px;
    }
    .header-bookmark.second {
        margin: 0 !important;
    }
    .header-bookmarks .share-container {
        top: 53px;
        right: 2px;
    }
}
.position-mobile-only {
    display: none;
}
@media screen and (max-width: 1100px) {
    .title-container .exit-button {
        left: 16px;
    }
}
@media screen and (max-width: 740px) {
    .header-bookmarks {
        right: -80px;
    }
    .title-container .exit-button {
        left: 16px;
    }
    .header-bookmark.first {
        right: 52px;
    }
    .header-bookmarks .share-container {
        left: calc(-100vw + 3px);
        right: auto;
        width: calc(100vw - 6px);
        top: 52px;
    }
    .header-bookmark.second {
        margin: 0 !important;
    }
    .title-container {
        top: 0;
        height: 64px !important;
        padding-bottom: 0;
    }
    .position-desktop-only {
        display: none;
    }
    .title-container .header-bookmarks {
        top: 6px;
        right: 54px;
    }
    .header-bookmarks {
        right: 50px;
    }
    .mobile-margin-bottom {
        margin-bottom: 160px;
        margin-left: 16px;
        width: calc(100vw - 32px);
    }
    .header-bookmarks .share-container.show {
        left: calc(-100vw + 2px);
        right: auto;
        width: 100vw;
    }
    .content td {
        display: block;
    }
    .share-container.show {
        width: calc(100% - 28px);
    }
    .content table tbody {
        display: flex;
        flex-direction: column;
    }
    /*.mobile-margin-bottom {*/
    /*    margin-bottom: 90px;*/
    /*}*/
    .mobile-bottom-spacing {
        display: block;
        height: 86px;
        background: white;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 -6px 10px #0000004d;
    }
    .button.mobile-bottom-button {
        display: block;
        margin-left: 16px;
        margin-right: 16px;
        width: calc(100% - 54px) !important;
        margin-top: 12px;
    }
    .hide-mobile {
        display: none;
    }
    .info-point.large {
        width: calc(100vw - 32px);
        padding: 0 28px 28px 8px;
        margin-top: 0;
    }
    .exit-button {
        left: 8px;
    }
    .title-container .content {
        width: calc(100vw);
        margin-left: 48px;
    }
    .welcome-message-container {
        width: 100vw;
        padding: 24px 24px 0;
    }
    .welcome-message {
        width: calc(100% - 48px);
        text-align: left;
    }
    .video-container {
        width: 100vw;
        margin: -12px -3px 0;
    }
    .position-image {
        width: 100vw;
        margin: 0 -3px;
    }
    .content-container {
        overflow-x: hidden;
        margin-top: 62px;
    }
    .content-container.content-container-expired {
        margin-top: 126px;
    }
    .position-image.right-aligned {
        float: none;
        max-width: unset;
        width: 100%;
        margin-left: 0;
    }
    .button.accent.inline {
        width: calc(100% - 40px);
    }
    .position-mobile-only {
        display: block;
    }
    .comp-title-text {
        font-weight: 700;
        font-size: 24px;
        color: #000;
        padding: 24px 16px 16px;
        width: calc(100% - 74px);
    }
    .comp-image-profile {
        padding: 0 16px 16px;
        width: calc(100% - 80px);
    }
    .comp-image-profile .company-image-com {
        height: 24px;
        width: 24px;
        border-radius: 50px;
        position: absolute;
        margin-top: -4px;
    }
    .comp-image-profile .company-text {
        padding-left: 34px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }
    .position-expired {
        top: 64px !important;
    }
    .position-expired .exit-button {
        top: 84px !important;
    }
    .position-inactive-mobile-only {
        top: 0;
    }
}

@media screen and (max-width: 400px) {
    .info-point {
        width: 130px;
    }
    .welcome-message-container {
        padding-left: 22px;
    }
    .info-point .value {
        width: calc(100% - 16px);
        margin-right: 16px;
    }
}

.info-point .value object {
    margin-bottom: -2px;
    margin-right: 6px;
}
@media screen and (max-width: 800px) {
    .info-point.ultra-wide {
        padding: 16px;
        width: calc(100% - 32px);
    }
    .info-point.center-text .accent.competition-button {
        max-width: 100%;
    }
    .info-point.center-text {
        width: calc(100% - 32px);
    }
}
@media screen and (max-width: 740px) {
    .welcome-message .message-container {
        border-radius: 8px;
    }
}
.long-description-style {
    font-weight: 400;
    line-height: 24px;
}
.long-description-style ul {
    margin: 0 4px 4px;
    padding-left: 50px;
    line-height: 24px;
}
.long-description-style p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 24px;
}
.long-description-style ol {
    margin: 0;
    line-height: 24px;
}
.company-text {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 1px 0 0 4px;
}
.company-text:hover {
    text-decoration: underline;
}
