/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato/lato-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v20-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato/lato-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato/lato-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v20-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/** VACANCY OVERVIEW **/
.button-view-vacancies-wrapper {
    padding: 1rem 0 5rem 0;
}
.button-view-vacancies {
    padding: 0 1.8rem 0 2.4rem;
}
.button-view-vacancies:focus {
    background-color: var(--orange-main);
}
.icon-button-view-vacancies {
    transform: rotate(180deg);
    position: relative;
    bottom: 0.2rem;
}
/* the page list under the header */
.vacancies-page-list-section-wrapper {
    padding: 2rem 0;
    background-color: var(--grey-pale-f);
}
.vo-list-item-box {
    height: 8.6rem;
}
/* the vacancy list section */
.vo-category-list-section-wrapper {
    padding: 3rem 0;
}
.title-vo-category-list {
    margin-bottom: 1.5rem;
}
.text-vo-category-list {
    margin: 1.5rem 0 3.2rem 0;
}
.vo-category-list-item-wrapper {
    margin: 2.6rem 0;
}
.vo-category-list-item-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.icon-vo-category-list {
    width: 9rem;
}
.icon-vo-category-list.active {
    display: none;
}
.vo-category-list-text-wrapper {
    padding: 2rem;
}
.title-vo-category-list-item {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 2.6rem;
}
.text-vo-category-list-item {
    margin: 0;
    font-size: 1.5rem;
    color: var(--grey-medium-6);
}
.vo-vacancy-list-desk-wrapper {
    display: none;
}
/* vacancy type list under categories */
.vo-vacancy-list-wrapper {
    height: 0;
    overflow: hidden;
}
.vo-vacancy-list-inner-wrapper {
    padding: 2rem 0;
}
.vo-vacancy-list-item-wrapper {
    margin: 1rem 0;
}
.link-vo-vacancy-list-item:hover,
.link-vo-vacancy-list-item:focus {
    text-decoration: none;
}
.vo-vacancy-list-item-box {
    padding: 2rem;
    height: 11.4rem;
    border-radius: 1.6rem;
    background-color: var(--grey-pale-f);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.icon-vo-vacancy-list {
    width: 3.6rem;
}
.vo-vacancy-list-text-wrapper {
    padding: 0 2.2rem;
}
.title-vo-vacancy-list-item {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 2.6rem;
}
.text-vo-vacancy-list-item {
    margin: 0;
    color: var(--grey-medium-6);
    font-weight: normal;
}
.vo-vacancy-list-item-box:hover {
    background-color: var(--orange-main);
}
.vo-vacancy-list-item-box:hover .title-vo-vacancy-list-item {
    color: white;
}
.vo-vacancy-list-item-box:hover .text-vo-vacancy-list-item {
    color: white;
}
.vo-vacancy-list-item-box:hover .icon-red {
    display: none;
}
.vo-vacancy-list-item-box:hover .icon-white {
    display: block;
}
.button-read-less-vo {
    margin-top: 2rem;
    width: 100%;
    color: var(--orange-main);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
}
.icon-button-read-less-vo {
    transform: rotate(180deg);
    margin-left: 0.6rem;
    width: 1.2rem;
    position: relative;
    bottom: 0.3rem;
}
/* vacancy application process */
.vo-process-section-wrapper {
    padding: 3.6rem 0;
}
.title-vo-process {
    text-align: center;
}
.vo-process-number-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.line-number-vo-process {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    border-top: 0.1rem solid var(--grey-pale-c);
}
/** ROOT VARIABLE HERE FOR CALCULATIONS BELOW **/
:root {
    --width-process-number: 3.9rem;
    --width-half-process-number: calc(var(--width-process-number) / 2);
    --count-steps: 5;
    --percent-divided: calc(100% / (var(--count-steps) - 1))
}
.number-vo-process {
    width: var(--width-process-number);
    height: var(--width-process-number);
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--grey-dark-3);
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    border-radius: 50%;
    border: 0.1rem solid var(--grey-pale-c);
    position: relative;
    z-index: 1;
    transition: all 180ms ease-in;
    cursor: pointer;
}
.number-vo-process.active, .number-vo-process:hover {
    background-color: var(--orange-main);
    color: white;
}
.vo-process-slider-container {
    margin: 0 -1.5rem;
    opacity: 0;
}
.vo-process-text-list-item {
    margin: 4rem 0 3rem;
    padding: 3rem 2rem 5rem;
    background-color: var(--grey-pale-f);
    position: relative;
}
.triangle-vo-process {
    width: 6rem;
    height: 4rem;
    position: absolute;
    overflow: hidden;
}
.triangle-vo-process::after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background-color: var(--grey-pale-f);
}
.vo-process-text-list-item-wrapper .vo-process-text-list-item {
    border-radius: 1.6rem 1.6rem 1.6rem 1.6rem;
}
.vo-process-text-list-item-wrapper.first .vo-process-text-list-item {
    border-radius: 0 1.6rem 1.6rem 1.6rem;
}
.vo-process-text-list-item-wrapper.last .vo-process-text-list-item {
    border-radius: 1.6rem 0 1.6rem 1.6rem;
}
.vo-process-text-list-item-wrapper .vo-process-text-list-item .triangle-vo-process {
    top: 0;
    transform: translate(-50%, -100%);
}
.vo-process-text-list-item-wrapper.first .vo-process-text-list-item .triangle-vo-process {
    left: 0;
    transform: translate(0, -100%);
}
.vo-process-text-list-item-wrapper.last .vo-process-text-list-item .triangle-vo-process {
    right: 0;
    transform: translate(0, -100%);
}
.vo-process-text-list-item-wrapper .vo-process-text-list-item .triangle-vo-process::after {
    bottom: -3rem;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.vo-process-text-list-item-wrapper.first .vo-process-text-list-item .triangle-vo-process::after {
    left: 0;
}
.vo-process-text-list-item-wrapper.last .vo-process-text-list-item .triangle-vo-process::after {
    left: 100%;
}
.vo-process-button-group-wrapper {
    padding: 1rem 0 0;
    display: flex;
    justify-content: center;
}
.button-vo-process {
    margin: 0 2.4rem;
    background-color: var(--grey-pale-a);
    opacity: 0.5;
}
.button-vo-process:hover {
    margin: 0 2.4rem;
    background-color: var(--orange-main);
    opacity: 1;
}
/* vacancy bottom slider */
.vacancy-bottom-slider-wrapper {
    margin: 0 0 6rem 0;
    position: relative;
}
.vacancy-bottom-slider-inner-wrapper {
    margin-left: -40%;
    width: 180%;
}
.vacancy-bottom-slider-container {
    opacity: 0;
}
.vacancy-bottom-slider-content-box {
    position: relative;
}
.text-vacancy-bottom-slider-item {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    text-align: center;
    color: white;
}
.vacancy-bottom-slider-content-box .text-vacancy-bottom-slider-item {
    display: none;
}
.vacancy-bottom-slider-text-wrapper .text-vacancy-bottom-slider-item {
    display: block;
}
.vacancy-bottom-slider-text-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background-color: var(--grey-opaque-4);
}
.button-vacancy-bottom-slider.button-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    z-index: 10;
}
.button-vacancy-bottom-slider.button-next {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 10;
}
.icon-button-vacancy-bottom-slider {
    width: 2rem;
}
/** VACANCY DETAILS **/
/* vd stands for vacancy-details */
/* ss stands for soft-skills */
.image-vacancy-details-overview {
    width: 108%;
    position: relative;
    right: 12%;
}
.button-vd-apply-wrapper {
    height: 4.8rem;
    position: relative;
}
.button-vd-apply {
    padding: 0 4rem;
    width: 20rem;
    position: absolute;
    top: 0;
    right: 100%;
    transform: translateX(100%);
    transition: all 200ms ease-in-out;
}
.button-vd-apply:focus {
    background-color: var(--orange-main);
}
.button-vd-apply.float {
    position: fixed;
    top: 12rem;
    right: 2rem;
    transform: none;
    z-index: 150;
    box-shadow: 0 0 2rem rgba(255, 255, 255, 0.5);
}
.button-vd-apply-wrapper.float .button-vd-apply {
    background-color: var(--orange-main);
    color: white;
}
.vd-content-wrapper {
    margin: 4rem 0;
}
.vd-content-wrapper ul {
    list-style: none;
    padding-left: 0;
}
.vd-content-wrapper ul li {
    padding-left: 3.6rem;
    position: relative;
    line-height: 2.8rem;
}
.vd-content-wrapper ul li::before {
    content: url(/assets/site/img/ic_checkmark.svg);
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0.4rem;
    left: 0;
}
/* the "how do you fit" section with a graph and dashed lines */
.vd-ss-section-wrapper {
    padding: 2rem 0;
    background-color: var(--grey-pale-f);
    opacity: 0;
}
.title-vd-ss {
    text-align: center;
}
.vd-ss-image-section-wrapper {
    margin: 4rem 0;
    text-align: center;
}
.image-soft-skills {
    width: 60%;
}
.vd-ss-text-list-box ul {
    padding-left: 0;
    list-style: none;
}
.vd-ss-text-list-box ul > li {
    margin-bottom: 0.8rem;
    padding-left: 2.6rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
    position: relative;
}
.vd-ss-text-list-box ul > li::before {
    content: "";
    background-color: var(--orange-main);
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 1rem;
    left: 0;
    border-radius: 50%;
}
/* dashed lines and dots */
:root {
    --width-value-ss-line: 6rem;
    --percent-ss-wrapper: 70%;
    --percent-ss-diagonal: 90%;
}
.vd-ss-line-container {
    display: none;
}
.line-container {
    width: var(--width-value-ss-line);
}
.line-wrapper {
    width: var(--percent-ss-wrapper);;
    position: relative;
}
.line-dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: var(--orange-main);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(-100%, calc(-50% + 0.05rem));
}
.line-box {
    height: 0.1rem;
    overflow: hidden;
}
.line-dashed {
    border-top: 0.2rem dashed var(--grey-dark-3);
}
.line-box.full {
    width: var(--width-value-ss-line);
}
.line-box.part {
    width: 100%;
}
.line-box.diagonal {
    position: absolute;
    top: 0.4rem;
    left: calc(100% + 0.4rem);
    width: var(--percent-ss-diagonal);
    transform: rotate(65deg);
    transform-origin: top left;
}
.flipped-h {
    transform: scale(-1, 1);
    transform-origin: center center;
}
.flipped-v {
    transform: scale(1, -1);
    transform-origin: center center;
}
.flipped-h-v {
    transform: scale(-1, -1);
    transform-origin: center center;
}
/* more info */
.vd-more-info-section-wrapper {
    margin: 4rem 0;
    text-align: center;
}
.button-faq-vd {
    padding: 1.2rem 6rem;
}
.icon-button-faq-vd {
    margin-left: 0.6rem;
    width: 1.6rem;
    transform: rotate(270deg);
    position: relative;
    bottom: 0.1rem;
}
.vd-follow-section-wrapper {
    margin-top: 6rem;
    background-color: var(--orange-main);
}
.vd-follow-us-wrapper {
    padding: 2.4rem 0;
}
.title-vd-follow-us {
    margin: 0;
    color: white;
}
.text-vd-follow-us {
    color: white;
}
.vd-follow-us-icon-wrapper {
    padding-bottom: 0.8rem;
}
/** WORK AT DTT PAGE **/
/* wad stands for working-at-dtt */
.wad-logo-list-section-wrapper {
    margin: 4rem 0;
    padding: 2rem 0;
    background-color: var(--grey-pale-f);
}
.wad-logo-list-text-wrapper {
    text-align: center;
}
.wad-logo-list-container {
    margin: 0 -0.5rem;
    display: flex;
    flex-wrap: wrap;
}
.wad-logo-list-item-wrapper {
    margin-bottom: 1.6rem;
    padding: 0 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
}
.wad-logo-list-item-box {
    padding: 2rem;
    background-color: white;
    border: 0.1rem solid var(--grey-pale-e);
    border-radius: 0.8rem;
}
.image-wad-logo-list-item {
    width: 100%;
    display: block;
}
.image-wad-logo-list-item.active {
    display: none;
}
.wad-logo-list-item-box:hover .image-wad-logo-list-item {
    display: none;
}
.wad-logo-list-item-box:hover .image-wad-logo-list-item.active {
    display: block;
}
/* team section */
.title-actual-wad-team {
    display: none;
}
.title-part-wad-team::first-letter {
    color: var(--orange-main);
}
.title-wad-team {
    margin: 2rem 0;
}
.title-wad-team.title-desk {
    display: none;
}
.wad-team-image-wrapper {
    margin: 0 0 3.2rem 0;
}
.image-wad-team {
    width: 100%;
}
.wad-team-button-wrapper {
    display: none;
}
.button-wad-team {
    padding: 1.2rem 5rem;
}
.icon-button-wad-team {
    margin-left: 0.6rem;
    width: 1.6rem;
    transform: rotate(270deg);
    position: relative;
    bottom: 0.1rem;
}
/* taco section */
.wad-taco-section-wrapper {
    margin: 12rem 0 6rem 0;
}
.wad-taco-text-wrapper {
    padding: 4rem 2rem;
    background-color: var(--grey-pale-f);
    border-radius: 1.6rem;
    position: relative;
}
.wad-taco-image-wrapper {
    width: 10rem;
    position: absolute;
    right: 0;
    bottom: 100%;
    transform: translate(0, 5rem);
}
.image-wad-taco {
    width: 100%;
}
.wad-taco-image-full-wrapper {
    display: none;
}
.icon-wad-taco-link {
    margin-left: 0.4rem;
    width: 1rem;
    position: relative;
    bottom: 0.1rem;
}
/* intern slider section */
/* wadis stands for working-at-dtt-intern-slider */
.wadis-container {
    margin: 0 -1.5rem;
    opacity: 0;
}
.wadis-slider {
    display: flex;
}
.wadis-button-group {
    text-align: center;
}
.wadis-button-group.top {
    display: none;
}
.wadis-button-group.bottom {
    margin-top: 2rem;
}
.button-wadis {
    margin: 0 2.4rem;
}
.button-wad-view-interns-wrapper.bottom {
    display: none;
}
.wadis-content-media-wrapper {
    margin: 2rem 0;
}
.image-wadis-content, .image-desk-wadis-content {
    width: 100%;
    border-radius: 0.6rem;
}
.icon-flag-wadis-content-media {
    display: none;
}
.wadis-content-media-wrapper.desktop-wrapper {
    display: none;
}
.icon-quote-wadis {
    width: 3.9rem;
}
.wadis-content-container p {
    font-size: 1.5rem;
}
.wadis-content-name {
    margin-bottom: 0.4rem;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 2.8rem;
}
.wadis-content-type {
    margin: 0;
}
/* glassdoor section */
.wadgd-section-wrapper {
    margin: 5rem 0;
    padding: 1rem 0 4rem;
    background-color: var(--grey-pale-f);
}
.wadgd-list-item-wrapper {
    margin: 4rem 0;
    font-family: Lato, Arial, sans-serif;
}
.wadgd-score-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.number-inline-wadgd {
    margin-left: 1.6rem;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 2.3rem;
    color: var(--grey-dark-3);
}
/* glassdoor rating */
.wadgd-star-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.wadgd-star {
    margin-right: 0.4rem;
    width: 3.2rem;
    height: 3.2rem;
    background-color: var(--grey-pale-e);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.wagdg-star-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    background-color: var(--orange-main);
}
.icon-wadgd-star {
    width: 2rem;
    height: 2rem;
    position: relative;
    z-index: 1;
}
.wadgd-star.full {
    background-color: var(--orange-main);
}
/* glassdoor recommend */
.wadgd-recommend-circle-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.number-wadgd-recommend {
    margin-left: 1.2rem;
    font-size: 4.2rem;
    font-weight: 600;
    color: var(--grey-dark-3);
}
:root {
    --width-progress-bar-size: 4.5rem;
    --width-stroke: 16;
}
.svg-wadgd-recommend {
    height: var(--width-progress-bar-size);
    transform: rotate(-90deg);
    width: var(--width-progress-bar-size);
}
.circle-wadgd-recommend {
    fill: none;
    stroke: var(--orange-main);
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-width: var(--width-stroke);
    transition: stroke-dashoffset 1s ease-in-out;
}
.text-wadgd-recommend {
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.text-wadgd-recommend.top {
    font-weight: bold;
}
/* culture and balance */
.wadgd-score-box {
    height: 1.2rem;
    background-color: var(--grey-pale-e);
    flex: 0 0 60%;
    position: relative;
}
.wadgd-score-inner-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: var(--orange-main);
}
.wadgd-link-wrapper {
    display: none;
}
.link-wadgd {
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.icon-link-wadgd {
    margin-left: 0.3rem;
    position: relative;
    bottom: 0.4rem;
}
/* instagram section */
/* wadig stands for working-at-dtt-instagram */
.wadig-slider-layout {
    display: flex;
    justify-content: center;
}
.wadig-slider-container {
    width: 60%;
    opacity: 0;
}
.wadig-slider-wrapper {
    display: flex;
}
.wadig-slider-item-box {
    padding-top: 126.4865%;
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
}
.image-wadig-slider-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}
.icon-ig {
    width: 3.6rem;
    height: 3.6rem;
    position: absolute;
    bottom: 1.8rem;
    left: 1.8rem;
    z-index: 1;
}
.wadig-dot-navigation-wrapper {
    margin: 2.4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dot-wadig-slider {
    margin: 0 0.8rem;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 50%;
    border: 0.1rem solid var(--orange-main);
    cursor: pointer;
}
.dot-wadig-slider.active {
    background-color: var(--orange-main);
    border: 0.1rem solid var(--orange-main);
}
.wadig-text-wrapper {
    text-align: center;
}
.icon-wadig-follow {
    margin-right: 1.4rem;
    position: relative;
    bottom: 0.1rem;
}
.icon-wadig-news {
    margin-left: 0.4rem;
    width: 0.9rem;
    position: relative;
    bottom: 0.1rem;
}
/** MOUSE ONLY STYLING **/
@media (hover: hover) and (pointer: fine) {
    .vo-category-list-item-box:hover .icon-vo-category-list,
    .vo-category-list-item-box.active .icon-vo-category-list {
        display: none;
    }
    .vo-category-list-item-box:hover .icon-vo-category-list.active,
    .vo-category-list-item-box.active .icon-vo-category-list.active {
        display: block;
    }
}
/** MOBILE AND TABLET ONLY STYLING **/
@media (hover: none) and (pointer: coarse) {
    .vo-category-list-item-box.active .icon-vo-category-list {
        display: none;
    }
    .vo-category-list-item-box.active .icon-vo-category-list.active {
        display: block;
    }
}
@media only screen and (min-width: 360px) {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 576px) {
}
@media only screen and (min-width: 640px) {
    /** VACANCY DETAILS **/
    .image-vacancy-details-overview {
        width: 100%;
        position: static;
    }
}
@media only screen and (min-width: 768px) {
    /** VACANCY OVERVIEW **/
    /* vacancy bottom slider */
    .vacancy-bottom-slider-inner-wrapper {
        margin-left: 0;
        width: 100%;
    }
    .text-vacancy-bottom-slider-item {
        font-size: 2.8rem;
    }
    .button-vacancy-bottom-slider.button-prev {
        left: 4%;
    }
    .button-vacancy-bottom-slider.button-next {
        right: 4%;
    }
    /** VACANCY DETAILS **/
    .vd-content-section-wrapper {
        margin: 2rem 0;
    }
    /* more info */
    .vd-follow-section-wrapper {
        margin: 6rem 0 0 0;
    }
    /** WORK AT DTT PAGE **/
    .wad-logo-list-container {
        margin: 0 -1.5rem;
    }
    .wad-logo-list-item-wrapper {
        margin-bottom: 3rem;
        padding: 0 1.5rem;
    }
    /* glassdoor section */
    .title-wadgd {
        text-align: center;
    }
    .wadgd-list-wrapper {
        margin: 0 -1.5rem;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .wadgd-list-item-wrapper {
        margin: 2rem 0;
        padding: 0 1.5rem;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wadgd-score-wrapper {
        height: 6rem;
        align-items: center;
    }
    .wadgd-link-wrapper {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    /** VACANCY OVERVIEW **/
    /* the vacancy list section */
    /* the page list under the header */
    .vacancies-page-list-section-wrapper {
        margin-top: 3.2rem;
    }
    /* the vacancy list section */
    .vo-category-list-section-wrapper {
        padding: 6rem 0;
    }
    .title-vo-category-list {
        text-align: center;
    }
    .vo-category-list-wrapper {
        margin: 0 -2rem;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .vo-category-list-item-wrapper {
        padding: 0 2rem;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .vo-category-list-item-box {
        display: block;
        text-align: center;
    }
    .icon-vo-category-list {
        width: 100%;
    }
    .vo-category-list-text-wrapper {
        padding: 2rem 0;
    }
    /* vacancy type list under categories */
    .vo-vacancy-list-wrapper {
        opacity: 0;
    }
    .button-less-vo-vacancy-list-wrapper {
        display: none;
    }
    .vo-vacancy-list-desk-wrapper {
        display: block;
    }
    /* vacancy application process */
    .vo-process-section-wrapper {
        padding: 5.6rem 0 6rem;
    }
    /** ROOT VARIABLE HERE FOR CALCULATIONS BELOW **/
    :root {
        --width-process-number: 4.8rem;
    }
    .vo-process-inner-wrapper {
        margin-left: 10%;
        width: 80%;
    }
    .vo-process-text-list-wrapper {
        padding: 0 var(--width-half-process-number);
    }
    .number-vo-process {
        font-size: 1.6rem;
    }
    .vo-process-text-list-item {
        padding: 3rem 3rem 5rem;
    }
    /* vacancy bottom slider */
    .text-vacancy-bottom-slider-item {
        width: 40%;
    }
    /** VACANCY DETAILS **/
    .image-vacancy-details-overview {
        width: 70%;
    }
    /* dashed lines and dots */
    :root {
        --width-ss-image: 30rem;
    }
    .vd-ss-image-wrapper {
        width: var(--width-ss-image);
        position: relative;
        display: inline-block;
    }
    .image-soft-skills {
        width: 100%;
    }
    .vd-ss-line-container {
        display: block;
    }
    .vd-ss-line-text-wrapper {
        margin: 0;
        width: calc((var(--width-container) - 3rem - var(--width-ss-image) - var(--width-value-ss-line) * 2) / 2);
        position: absolute;
        top: 0;
        transform: translateY(-50%);
    }
    .vd-ss-line-text-wrapper.text-left {
        padding: 0 2rem 0 0;
        right: 100%;
        text-align: right;
    }
    .vd-ss-line-text-wrapper.text-right {
        padding: 0 0 0 2rem;
        left: 100%;
        text-align: left;
    }
    .line-left-1 {
        position: absolute;
        top: 8%;
        right: 100%;
    }
    .line-left-2 {
        position: absolute;
        top: 32%;
        right: 100%;
    }
    .line-left-3 {
        position: absolute;
        top: 56%;
        right: 100%;
    }
    .line-left-4 {
        position: absolute;
        top: 80%;
        right: 100%;
    }
    .line-right-1 {
        position: absolute;
        top: 8%;
        left: 100%;
    }
    .line-right-2 {
        position: absolute;
        top: 32%;
        left: 100%;
    }
    .line-right-3 {
        position: absolute;
        top: 56%;
        left: 100%;
    }
    .line-right-4 {
        position: absolute;
        top: 80%;
        left: 100%;
    }
    .vd-ss-line-text-wrapper {
        margin: 0;
    }
    .vd-ss-text-wrapper {
        display: none;
    }
    .vd-follow-us-wrapper {
        padding: 4.4rem 0;
    }
    /** WORK AT DTT PAGE **/
    /* team section */
    .title-wad-team {
        display: none;
    }
    .title-wad-team.title-desk {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .wad-team-content-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row-reverse;
    }
    .wad-team-image-wrapper {
        margin: 0;
        padding: 0 2rem;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wad-team-text-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wad-team-button-wrapper {
        margin: 2rem 0;
        display: block;
    }
    /* taco section */
    .wad-taco-text-wrapper {
        padding: 1.6rem 2rem 4rem 24%;
    }
    .wad-taco-image-wrapper {
        display: none;
    }
    .wad-taco-image-full-wrapper {
        display: block;
        position: absolute;
        left: 2%;
        bottom: -10%;
        height: 120%;
    }
    .image-full-wad-taco {
        height: 100%;
    }
    /* intern slider section */
    .wadis-section-wrapper {
        margin: 10rem 0;
        position: relative;
    }
    .wadis-title-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .title-wadis {
        max-width: 45rem;
    }
    .wadis-button-group.top {
        display: flex;
        justify-content: flex-end;
        flex-grow: 1;
    }
    .wadis-button-group.bottom {
        display: none;
    }
    .button-wadis {
        margin: 0 0 0 4.8rem;
    }
    .button-wad-view-interns-wrapper {
        display: none;
    }
    .button-wad-view-interns-wrapper.bottom {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .wadis-content-wrapper {
        margin: 2rem 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .wadis-content-media-wrapper {
        margin: 0;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        position: relative;
    }
    /* for mobile image and a separate desktop image */
    .wadis-content-media-box {
        padding-top: 32rem;
        border-radius: 0.8rem;
        overflow: hidden;
        position: relative;
    }
    .image-wadis-content {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        right: 50%;
        transform: translateX(50%);
    }
    .image-desk-wadis-content {
        border-radius: 0.8rem;
    }
    .icon-flag-wadis-content-media {
        width: 6.2rem;
        position: absolute;
        right: 1.8rem;
        bottom: 1.8rem;
        display: block;
    }
    .wadis-content-media-wrapper.mobile-wrapper {
        display: none;
    }
    .wadis-content-media-wrapper.desktop-wrapper {
        display: block;
    }
    :root {
        --width-icon-quote: 5rem;
    }
    .icon-quote-wadis {
        width: var(--width-icon-quote);
    }
    .wadis-content-box {
        padding: 0 6% 0 4%;
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }
    .wadis-content-container {
        padding-left: calc(var(--width-icon-quote) * 0.8);
    }
}
@media only screen and (min-width: 1024px) {
    /** VACANCY OVERVIEW **/
    /* the page list under the header */
    .vacancies-page-list-section-wrapper {
        padding: 4.2rem 0;
    }
    .vacancies-page-list {
        margin: 0 -1.5rem;
        display: flex;
        flex-wrap: wrap;
    }
    .vo-list-item-wrapper {
        margin: 1.5rem 0;
        padding: 0 1.5rem;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .vo-list-item-box {
        padding: 2rem;
        height: 13rem;
    }
    /** WORK AT DTT PAGE **/
    .wad-logo-list-container {
        margin: 3rem -0.5rem;
    }
    .wad-logo-list-item-wrapper {
        margin-bottom: 0;
        padding: 0 0.5rem;
    }
    .wad-logo-list-item-wrapper {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .wad-logo-list-item-box {
        padding: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
    /* instagram section */
    .wadig-slider-layout {
        padding: 0 var(--width-container-margin);
        display: block;
    }
    .wadig-slider-container {
        margin: 0 -1.5rem;
        width: auto;
    }
}
@media only screen and (min-width: 1200px) {
    /** VACANCY OVERVIEW **/
    /* the vacancy list section */
    .text-vo-category-list {
        margin-left: 18%;
        width: 64%;
        text-align: center;
    }
    .vo-category-list-wrapper {
        margin: 0 5%;
    }
    .vo-category-list-item-wrapper {
        padding: 0 3rem;
    }
    /* vacancy type list under categories */
    .vo-vacancy-list-desk-wrapper {
        margin: 0 calc(5% + 2rem);
    }
    /* vacancy bottom slider */
    .text-vacancy-bottom-slider-item {
        font-size: 4.4rem;
    }
    /** VACANCY DETAILS **/
    .image-vacancy-details-overview {
        width: 100%;
    }
    .vd-content-section-wrapper {
        margin: 6rem 0;
    }
    .vd-content-wrapper.content-top {
        width: 80%;
    }
    /* dashed lines and dots */
    :root {
        --width-ss-image: 40rem;
    }
    /** WORK AT DTT PAGE **/
    /* team section */
    .wad-team-text-content-wrapper {
        padding: 0 10% 0 0;
    }
    /* taco section */
    .wad-taco-text-wrapper {
        padding: 4rem 2rem 4rem 18%;
    }
    /* intern slider section */
    .wadis-content-media-wrapper {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .wadis-content-box {
        flex: 0 0 75%;
        max-width: 75%;
    }
    :root {
        --width-icon-quote: 6.6rem;
    }
    /* glassdoor section */
    .wadgd-list-item-wrapper {
        flex: 0 0 25%;
        max-width: 25%;
    }
    /* instagram section */
    .wadig-section-wrapper {
        margin: 10rem 0;
    }
    .wadig-text-wrapper {
        margin-top: 5rem;
    }
}
@media only screen and (min-width: 1600px) {
    /** VACANCY DETAILS **/
    .vd-content-section-wrapper {
        margin: 6rem 0 10rem 0;
    }
    .vd-ss-image-section-wrapper {
        margin: 8rem 0;
    }
    /* dashed lines and dots */
    :root {
        --width-ss-image: 40rem;
    }
    /* more info */
    .vd-follow-section-wrapper {
        margin: 8rem 0 0 0;
    }
    /** WORK AT DTT PAGE **/
    .wad-logo-list-container {
        margin: 6rem -1.5rem;
    }
    .wad-logo-list-item-wrapper {
        padding: 0 1.5rem;
    }
}
@media only screen and (min-width: 1920px) {
    /** WORK AT DTT PAGE **/
    /* team section */
    .wad-team-section-wrapper {
        margin: 10rem 0;
    }
}
@media only screen and (min-width: 2560px) {
}
@media only screen and (min-width: 3840px) {
}
