html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border: 0;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img,
svg {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px)0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    text-shadow: none;
    z-index: 0;
    flex-direction: column;
    align-items: center;
    min-width: 200px;
    max-width: 100%;
    transition: box-shadow .3s;
    display: flex;
    position: relative
}

.plyr audio,
.plyr iframe,
.plyr video {
    width: 100%;
    height: 100%;
    display: block
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    padding: 3px 4px;
    line-height: 1
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    text-align: center;
    width: 100%;
    transition: transform .4s ease-in-out;
    animation: .3s plyr-fade-in;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px)*2)
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(-40px);
    transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
    background: #000c;
    background: var(--plyr-captions-background, #000c);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: var(--plyr-captions-text-color, #fff);
    white-space: pre-wrap;
    border-radius: 2px;
    padding: .2em .5em;
    line-height: 185%
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    border-radius: 3px;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7);
    background: 0 0;
    border: 0;
    flex-shrink: 0;
    transition: all .3s;
    position: relative;
    overflow: visible
}

.plyr__control svg {
    fill: currentColor;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: var(--plyr-control-icon-size, 18px);
    width: 18px;
    height: 18px;
    display: block
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    outline: 3px dotted #00b3ff;
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))dotted 3px;
    outline-offset: 2px
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    background: #ffffffe6;
    background: var(--plyr-menu-background, #ffffffe6);
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    text-align: left;
    white-space: nowrap;
    z-index: 3;
    border-radius: 4px;
    margin-bottom: 10px;
    animation: .2s plyr-popup;
    position: absolute;
    bottom: 100%;
    right: -3px
}

.plyr__menu__container>div {
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden
}

.plyr__menu__container:after {
    border: 4px solid #0000;
    border-top-color: #ffffffe6;
    border: var(--plyr-menu-arrow-size, 4px)solid transparent;
    border-top-color: var(--plyr-menu-background, #ffffffe6);
    content: "";
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
    width: 0;
    height: 0;
    position: absolute;
    top: 100%
}

.plyr__menu__container [role=menu] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    color: var(--plyr-menu-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5)calc(var(--plyr-control-spacing, 10px)*.7*1.5);
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    width: 100%;
    display: flex
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    width: 100%;
    display: flex
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid #0000;
    border: var(--plyr-menu-item-arrow-size, 4px)solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px)*.7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
    width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2);
    width: calc(100% - 14px);
    position: relative
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    content: "";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    background: #0000001a;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    transition: all .3s;
    display: block
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    opacity: 0;
    background: #fff;
    border: 0;
    width: 6px;
    height: 6px;
    transition: transform .3s, opacity .3s;
    top: 50%;
    left: 12px;
    transform: translateY(-50%)scale(0)
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #00b3ff;
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform: translateY(-50%)scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: #23282f1a
}

.plyr__menu__container .plyr__menu__value {
    margin-left: auto;
    margin-right: calc(2 - 7px);
    margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
    pointer-events: none;
    align-items: center;
    display: flex;
    overflow: hidden
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
    background: 0 0;
    border: 0;
    width: 100%;
    min-width: 0;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s;
    display: block
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, currentColor 0, #0000 0);
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: var(--plyr-range-track-height, 5px);
    -webkit-user-select: none;
    user-select: none;
    border: 0;
    height: 5px;
    transition: box-shadow .3s
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    box-shadow: 0 1px 1px 0 0 0 1px #23282f26 #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: -4px;
    margin-top: calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);
    width: var(--plyr-range-thumb-height, 13px);
    border: 0;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    transition: all .2s;
    position: relative
}

.plyr--full-ui input[type=range]::-moz-range-track {
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: var(--plyr-range-track-height, 5px);
    -webkit-user-select: none;
    user-select: none;
    background: 0 0;
    border: 0;
    height: 5px;
    transition: box-shadow .3s
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    box-shadow: 0 1px 1px 0 0 0 1px #23282f26 #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: var(--plyr-range-thumb-height, 13px);
    width: var(--plyr-range-thumb-height, 13px);
    border: 0;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    transition: all .2s;
    position: relative
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: var(--plyr-range-track-height, 5px);
    background: currentColor;
    height: 5px
}

.plyr--full-ui input[type=range]::-ms-track {
    color: #0000
}

:is() {
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: var(--plyr-range-track-height, 5px);
    -webkit-user-select: none;
    user-select: none;
    background: 0 0;
    border: 0;
    height: 5px;
    transition: box-shadow .3s
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: var(--plyr-range-track-height, 5px);
    -webkit-user-select: none;
    user-select: none;
    background: currentColor;
    border: 0;
    height: 5px;
    transition: box-shadow .3s
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    box-shadow: 0 1px 1px 0 0 0 1px #23282f26 #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: var(--plyr-range-thumb-height, 13px);
    width: var(--plyr-range-thumb-height, 13px);
    border: 0;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    margin-top: 0;
    transition: all .2s;
    position: relative
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    outline: 3px dotted #00b3ff;
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))dotted 3px;
    outline-offset: 2px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    outline: 3px dotted #00b3ff;
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))dotted 3px;
    outline-offset: 2px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    outline: 3px dotted #00b3ff;
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))dotted 3px;
    outline-offset: 2px
}

.plyr__poster {
    background-color: #000;
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    opacity: 0;
    z-index: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    transition: opacity .2s;
    position: absolute;
    top: 0;
    left: 0
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time:before {
    content: "⁄";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: #ffffffe6;
    background: var(--plyr-tooltip-background, #ffffffe6);
    border-radius: 3px;
    border-radius: var(--plyr-tooltip-radius, 3px);
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2)calc(var(--plyr-control-spacing, 10px)/2*1.5);
    pointer-events: none;
    transform-origin: 50% 100%;
    white-space: nowrap;
    z-index: 2;
    line-height: 1.3;
    transition: transform .2s .1s, opacity .2s .1s;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 10px)scale(.8)
}

.plyr__tooltip:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size, 4px)solid transparent;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size, 4px)solid transparent;
    border-top: 4px solid #ffffffe6;
    border-top: var(--plyr-tooltip-arrow-size, 4px)solid var(--plyr-tooltip-background, #ffffffe6);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    z-index: 2;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%)scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip {
    transform-origin: 0 100%;
    left: 0;
    transform: matrix(.8, 0, 0, .8, 0, 10)
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    transform-origin: 100% 100%;
    left: auto;
    right: 0;
    transform: matrix(.8, 0, 0, .8, 0, 10)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
    transform: translate(50%)
}

.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px)*.5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress__buffer,
.plyr__progress input[type=range] {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
    width: calc(100% + var(--plyr-range-thumb-height, 13px));
    width: calc(100% + 13px)
}

.plyr__progress input[type=range] {
    z-index: 2;
    position: relative
}

.plyr__progress .plyr__tooltip {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    height: var(--plyr-range-track-height, 5px);
    margin-top: -2.5px;
    margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    min-width: var(--plyr-range-track-height, 5px);
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s
}

.plyr__progress__buffer::-moz-progress-bar {
    min-width: var(--plyr-range-track-height, 5px);
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width .2s
}

.plyr--loading .plyr__progress__buffer {
    background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0 50%, #23282f99 0 75%, #0000 0, #0000);
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, #23282f99)25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, #23282f99)50%, var(--plyr-progress-loading-background, #23282f99)75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px)var(--plyr-progress-loading-size, 25px);
    color: #0000;
    animation: 1s linear infinite plyr-progress
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: #ffffff40;
    background-color: var(--plyr-video-progress-buffered-background, #ffffff40)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199)
}

.plyr__volume {
    align-items: center;
    width: 20%;
    min-width: 80px;
    max-width: 110px;
    display: flex;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)/2);
    z-index: 2;
    position: relative
}

.plyr--is-ios .plyr__volume {
    width: auto;
    min-width: 0
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px 0 0 0 1px #23282f26 #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px 0 0 0 1px #23282f26 #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px 0 0 0 1px #23282f26 #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--audio .plyr__progress__buffer {
    color: var(--plyr-audio-progress-buffered-background, #c1c8d199)
}

.plyr--video {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {

    .plyr__video-embed,
    .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.2813%)
}

.plyr--video .plyr__controls {
    background: linear-gradient(#0000, #000000bf);
    background: var(--plyr-video-controls-background, linear-gradient(transparent, #000000bf));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: var(--plyr-video-control-color, #fff);
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*2);
    z-index: 3;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: #00b3ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    color: var(--plyr-video-control-color, #fff);
    opacity: .9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px)*1.5);
    z-index: 2;
    border: 0;
    border-radius: 100%;
    transition: all .3s;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.plyr__control--overlaid svg {
    position: relative;
    left: 2px
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px 0 0 0 1px #23282f26 #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px 0 0 0 1px #23282f26 #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px 0 0 0 1px #23282f26 #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--video .plyr__progress__buffer {
    color: var(--plyr-video-progress-buffered-background, #ffffff40)
}

.plyr:-webkit-full-screen {
    background: #000;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0 !important
}

.plyr:fullscreen {
    background: #000;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0 !important
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    z-index: 10000000;
    background: #000;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    position: fixed;
    inset: 0;
    border-radius: 0 !important
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    cursor: pointer;
    z-index: -1;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.plyr__ads>div,
.plyr__ads>div iframe {
    width: 100%;
    height: 100%;
    position: absolute
}

.plyr__ads:after {
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    pointer-events: none;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3;
    background: #23282f;
    border-radius: 2px;
    padding: 2px 6px;
    font-size: 11px;
    position: absolute
}

.plyr__ads:empty:after {
    display: none
}

.plyr__cues {
    height: var(--plyr-range-track-height, 5px);
    opacity: .8;
    z-index: 3;
    background: currentColor;
    width: 3px;
    height: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.plyr__preview-thumb {
    background-color: #ffffffe6;
    background-color: var(--plyr-tooltip-background, #ffffffe6);
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 3px;
    padding: var(--plyr-tooltip-radius, 3px);
    pointer-events: none;
    transform-origin: 50% 100%;
    z-index: 2;
    border-radius: 3px;
    transition: transform .2s .1s, opacity .2s .1s;
    position: absolute;
    bottom: 100%;
    transform: matrix(.8, 0, 0, .8, 0, 10)
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.plyr__preview-thumb:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size, 4px)solid transparent;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size, 4px)solid transparent;
    border-top: 4px solid #ffffffe6;
    border-top: var(--plyr-tooltip-arrow-size, 4px)solid var(--plyr-tooltip-background, #ffffffe6);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    z-index: 2;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.plyr__preview-thumb__image-container {
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    z-index: 0;
    background: #c1c8d1;
    position: relative;
    overflow: hidden
}

.plyr__preview-thumb__image-container img {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0
}

.plyr__preview-thumb__time-container {
    white-space: nowrap;
    z-index: 3;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0
}

.plyr__preview-thumb__time-container span {
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    background-color: #0000008c;
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    filter: blur(1px);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: opacity .3s;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important
}

.plyr [hidden] {
    display: none !important
}

.swiper-container {
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    z-index: 1;
    width: 100%;
    height: 100%;
    transition-property: transform;
    display: flex;
    position: relative
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate(0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    cursor: auto;
    pointer-events: none
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    margin-top: 3rem;
    transition: opacity .3s
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: center;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    opacity: 1;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    display: inline-block
}

button.swiper-pagination-bullet {
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, top .2s, -webkit-transform .2s;
    display: inline-block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%)
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-container .swiper-notification {
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
    position: absolute;
    top: 0;
    left: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.button,
.gform_button,
.hs-form .hs-submit .hs-button {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: none;
    align-items: center;
    margin: 0;
    padding: 0;
    display: inline-flex
}

.button .icon svg,
.gform_button .icon svg,
.hs-form .hs-submit .hs-button .icon svg {
    display: block
}

.button_primary,
.gform_button,
.hs-form .hs-submit .hs-button {
    color: var(--color-black);
    border: 2px solid var(--color-black);
    box-shadow: 2px 2px 0px var(--color-black);
    border-radius: var(--border-radius-large);
    background: var(--color-white);
    transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94), transform .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94)
}

.button_primary .icon,
.gform_button .icon,
.hs-form .hs-submit .hs-button .icon {
    color: var(--color-red);
    margin-left: 1rem
}

.button_primary.button_large,
.gform_button,
.hs-form .hs-submit .button_large.hs-button,
.hs-form .hs-submit .hs-button.gform_button {
    padding: calc(var(--gap)*4)calc(var(--gap)*8)
}

.button_primary.button_medium,
.button_medium.gform_button,
.hs-form .hs-submit .button_medium.hs-button {
    padding: calc(var(--gap)*3)calc(var(--gap)*6.5)
}

.button_primary.button_xsmall,
.button_xsmall.gform_button,
.hs-form .hs-submit .button_xsmall.hs-button {
    padding: calc(var(--gap)*2.5)calc(var(--gap)*3)
}

.is-desktop .button_primary:hover,
.is-desktop .gform_button:hover,
.is-desktop .hs-form .hs-submit .hs-button:hover,
.hs-form .hs-submit .is-desktop .hs-button:hover {
    color: var(--color-red);
    border-color: var(--color-red);
    box-shadow: 0 0 0 var(--color-red);
    text-decoration: none;
    transform: translate(3px, 3px)
}

.hs-form {
    position: relative
}

.hs-form fieldset {
    max-width: initial !important;
    margin: 0 -1.6rem 2.4rem !important
}

.hs-form fieldset .hs-form-field {
    padding: 0 1.6rem;
    position: relative
}

.hs-form fieldset .hs-form-field label {
    margin-bottom: .8rem
}

.hs-form fieldset .hs-form-field .input {
    margin-right: 0 !important
}

.hs-form fieldset .hs-form-field .input input,
.hs-form fieldset .hs-form-field .input textarea {
    height: initial;
    border: 1px solid #e6e8e9;
    border-radius: .4rem;
    padding: 1.6rem 2rem !important
}

.hs-form fieldset .hs-form-field .input input:focus,
.hs-form fieldset .hs-form-field .input textarea:focus {
    border-color: #181818
}

.hs-form fieldset .hs-form-field .input input.error,
.hs-form fieldset .hs-form-field .input textarea.error {
    border-color: #de2027
}

.hs-form fieldset .hs-form-field .hs-error-msgs {
    position: absolute;
    top: 100%
}

.hs-form fieldset .hs-form-field .hs-error-msgs label {
    color: #de2027
}

.hs-form .hs_error_rollup {
    display: none
}

.hs-form .hs-submit .hs-button {
    cursor: pointer
}

.gform_validation_errors {
    display: none
}

.gform_body {
    position: relative
}

.gform_body .spacer {
    display: none
}

.gform_body .validation_message {
    color: #de2027;
    position: absolute;
    top: 100%
}

.gform_body .gform_fields {
    flex-wrap: wrap;
    margin-left: -2.4rem;
    display: flex
}

.gform_body .gfield {
    margin-bottom: 2.4rem;
    padding-left: 2.4rem;
    position: relative
}

.gform_body .gfield--width-full {
    width: 100%
}

.gform_body .gfield--width-half {
    width: 50%
}

.gform_body .gfield_label,
.gform_body .gfield_radio .gchoice:not(:last-child) {
    margin-bottom: .8rem
}

.gform_body .ginput_container.ginput_complex {
    flex-wrap: wrap;
    margin: 0 -1.6rem;
    display: flex
}

.gform_body .ginput_container.ginput_complex>* {
    width: 50%;
    padding: 0 1.6rem
}

.gform_body .ginput_container input,
.gform_body .ginput_container textarea {
    border: 1px solid #e6e8e9;
    border-radius: .4rem;
    padding: 1.6rem 2rem
}

.gform_body .ginput_container input:focus,
.gform_body .ginput_container textarea:focus {
    border-color: #181818
}

.gform_body .ginput_container input[aria-invalid=true],
.gform_body .ginput_container textarea[aria-invalid=true] {
    border-color: #de2027
}

.gform_body .ginput_container select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e6e8e9;
    border-radius: .4rem;
    padding: 1.6rem 2rem
}

.gform_body .ginput_container select:focus {
    border-color: #181818
}

.gform_body .ginput_container select[aria-invalid=true] {
    border-color: #de2027
}

.gform_body .gfield-choice-input {
    z-index: -1;
    opacity: 0;
    position: absolute
}

.gform_body .gfield-choice-input+label {
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    display: inline-flex
}

.gform_body .gfield-choice-input+label:before {
    content: "";
    border: 1px solid var(--color-grey-50);
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: var(--color-white);
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
    display: inline-block
}

.gform_body .gfield-choice-input:not(:disabled):not(:checked)+label:hover:before,
.gform_body .gfield-choice-input:not(:disabled):active+label:before,
.gform_body .gfield-choice-input:focus:not(:checked)+label:before {
    border-color: var(--color-grey-70)
}

.gform_body .gfield-choice-input:checked+label:before {
    border-color: var(--color-black);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='14' rx='7' fill='%23DE2027'/%3E%3C/svg%3E")
}

.gform_body .gfield-choice-input:disabled+label:before {
    background-color: #e9ecef
}

.gform_button {
    cursor: pointer
}

img-comparison-slider {
    visibility: hidden
}

img-comparison-slider [slot=second] {
    display: none
}

img-comparison-slider.rendered {
    visibility: inherit
}

img-comparison-slider.rendered [slot=second] {
    display: unset
}

:root {
    --color-white: #fff;
    --color-black: #181818;
    --color-grey-70: #747474;
    --color-grey-50: #d1d1d1;
    --color-grey-30: #e6e8e9;
    --color-grey-10: #f6f6f8;
    --color-red: #de2027;
    --color-beige: #fcf6f5;
    --color-blue-grey: #f4f7ff;
    --color-blue-green: #e1e9eb;
    --color-pink: #de20271a;
    --border-radius-small: 4px;
    --border-radius-large: 8px;
    --box-shadow: 0px 0px 1px #0000000a, 0px 0px 2px #0000000f, 0px 4px 8px #0000000a;
    --box-shadow-large: 0px 0px 1px #0000000a, 0px 2px 6px #0000000a, 0px 16px 24px #0000000f;
    --easeInOutCubic: cubic-bezier(.215, .61, .355, 1);
    --font-normal: "Graphik", "Helvetica Neue", Helvetica, Verdana, Geneva, Arial, sans-serif;
    --font-bold: "Graphik", "Helvetica Neue", Helvetica, Verdana, Geneva, Arial, sans-serif;
    --header-size: 6rem;
    --header-size-medium: 7rem;
    --header-size-large: 8rem;
    --font-default: "Graphik";
    --font-fallback: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    --timing-function: cubic-bezier(.215, .61, .355, 1);
    --gap: .4rem;
    --bp-sm: (min-width: 576px);
    --bp-md: (min-width: 768px);
    --bp-lg: (min-width: 1024px);
    --bp-xl: (min-width: 1280px);
    --bp-xxl: (min-width: 1440px);
    --bp-xxxl: (min-width: 1920px);
    --bp-sm-max: (max-width: 577px);
    --bp-md-max: (max-width: 769px);
    --bp-lg-max: (max-width: 1025px);
    --bp-lg-max-1: (max-width: 1023px)
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "liga"1;
    font-feature-settings: "liga"1;
    scroll-behavior: smooth;
    font-size: 62.5%
}

body {
    font-family: var(--font-default), var(--font-fallback);
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 6rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    overflow-x: hidden
}

@media screen and (min-width:768px) {
    body {
        padding-top: 7rem
    }
}

@media screen and (min-width:1280px) {
    body {
        padding-top: 8rem
    }
}

*,
:before,
:after {
    box-sizing: border-box
}

:lang(de) {
    -webkit-hyphens: auto;
    hyphens: auto
}

.app {
    position: relative
}

p {
    font-family: var(--font-default), var(--font-fallback);
    color: var(--color-black);
    font-weight: 400
}

strong,
b {
    font-family: var(--font-default), var(--font-fallback);
    font-weight: 600
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: var(--color-black);
    text-decoration: none
}

a:hover {
    color: var(--color-red);
    text-decoration: none
}

h1,
.section-head__heading-h1,
.heading-1,
h2,
.section-head__heading-h2,
.heading-2,
h3,
.section-head__heading-h3,
.heading-3,
h4,
.section-head__heading-h4,
.heading-4,
h5,
.section-head__heading-h5,
.heading-5,
h6,
.c-jobs-list .teamtailor-jobs__job-title,
.section-head__heading-h6,
.card-download__form ._form-thank-you,
.heading-6 {
    font-family: var(--font-default), var(--font-fallback);
    color: var(--color-black);
    letter-spacing: -.02em;
    font-weight: 600
}

h1 span,
.section-head__heading-h1 span,
.heading-1 span,
h2 span,
.section-head__heading-h2 span,
.heading-2 span,
h3 span,
.section-head__heading-h3 span,
.heading-3 span,
h4 span,
.section-head__heading-h4 span,
.heading-4 span,
h5 span,
.section-head__heading-h5 span,
.heading-5 span,
h6 span,
.c-jobs-list .teamtailor-jobs__job-title span,
.section-head__heading-h6 span,
.card-download__form ._form-thank-you span,
.heading-6 span {
    color: var(--color-red)
}

h1,
.section-head__heading-h1,
.heading-1 {
    font-size: 3.2rem;
    line-height: 3.4rem
}

@media screen and (min-width:768px) {

    h1,
    .section-head__heading-h1,
    .heading-1 {
        font-size: 4rem;
        line-height: 4.4rem
    }
}

@media screen and (min-width:1280px) {

    h1,
    .section-head__heading-h1,
    .heading-1 {
        font-size: 4.8rem;
        line-height: 5.2rem
    }
}

h2,
.section-head__heading-h2,
.heading-2 {
    font-size: 3rem;
    line-height: 3.2rem
}

@media screen and (min-width:768px) {

    h2,
    .section-head__heading-h2,
    .heading-2 {
        font-size: 3.6rem;
        line-height: 4rem
    }
}

@media screen and (min-width:1280px) {

    h2,
    .section-head__heading-h2,
    .heading-2 {
        font-size: 4rem;
        line-height: 4.4rem
    }
}

h3,
.section-head__heading-h3,
.heading-3 {
    font-size: 3rem;
    line-height: 3.2rem
}

@media screen and (min-width:768px) {

    h3,
    .section-head__heading-h3,
    .heading-3 {
        font-size: 3rem;
        line-height: 3.4rem
    }
}

@media screen and (min-width:1280px) {

    h3,
    .section-head__heading-h3,
    .heading-3 {
        font-size: 3.4rem;
        line-height: 3.8rem
    }
}

h4,
.section-head__heading-h4,
.heading-4 {
    font-size: 2.4rem;
    line-height: 2.6rem
}

@media screen and (min-width:768px) {

    h4,
    .section-head__heading-h4,
    .heading-4 {
        font-size: 2.6rem;
        line-height: 3rem
    }
}

@media screen and (min-width:1280px) {

    h4,
    .section-head__heading-h4,
    .heading-4 {
        font-size: 2.8rem;
        line-height: 3.2rem
    }
}

h5,
.section-head__heading-h5,
.heading-5 {
    font-size: 1.8rem;
    line-height: 2.2rem
}

@media screen and (min-width:768px) {

    h5,
    .section-head__heading-h5,
    .heading-5 {
        font-size: 2rem;
        line-height: 2.4rem
    }
}

@media screen and (min-width:1280px) {

    h5,
    .section-head__heading-h5,
    .heading-5 {
        font-size: 2.4rem;
        line-height: 2.8rem
    }
}

h6,
.c-jobs-list .teamtailor-jobs__job-title,
.section-head__heading-h6,
.card-download__form ._form-thank-you,
.heading-6 {
    font-size: 1.8rem;
    line-height: 2.2rem
}

@media screen and (min-width:768px) {

    h6,
    .c-jobs-list .teamtailor-jobs__job-title,
    .section-head__heading-h6,
    .card-download__form ._form-thank-you,
    .heading-6 {
        font-size: 1.8rem;
        line-height: 2.2rem
    }
}

@media screen and (min-width:1280px) {

    h6,
    .c-jobs-list .teamtailor-jobs__job-title,
    .section-head__heading-h6,
    .card-download__form ._form-thank-you,
    .heading-6 {
        font-size: 2rem;
        line-height: 2.4rem
    }
}

.text-small,
.hs-form fieldset .hs-form-field label,
.gform_body .gfield_label {
    font-size: 1.2rem;
    line-height: 1.8rem
}

@media screen and (min-width:1024px) {

    .text-small,
    .hs-form fieldset .hs-form-field label,
    .gform_body .gfield_label {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.text-default,
.c-jobs-list .teamtailor-jobs__job-info,
.hs-form fieldset .hs-form-field .input input,
.hs-form fieldset .hs-form-field .input textarea,
.gform_body .ginput_container input,
.gform_body .ginput_container textarea,
.gform_body .ginput_container select {
    font-size: 1.4rem;
    line-height: 2rem
}

@media screen and (min-width:1024px) {

    .text-default,
    .c-jobs-list .teamtailor-jobs__job-info,
    .hs-form fieldset .hs-form-field .input input,
    .hs-form fieldset .hs-form-field .input textarea,
    .gform_body .ginput_container input,
    .gform_body .ginput_container textarea,
    .gform_body .ginput_container select {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

.text-medium,
.c-footer__contact-form ._form-thank-you {
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media screen and (min-width:1024px) {

    .text-medium,
    .c-footer__contact-form ._form-thank-you {
        font-size: 1.8rem;
        line-height: 2.8rem
    }
}

.text-large {
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media screen and (min-width:768px) {
    .text-large {
        font-size: 1.8rem;
        line-height: 2.8rem
    }
}

@media screen and (min-width:1024px) {
    .text-large {
        font-size: 2rem;
        line-height: 3rem
    }
}

.label-xsmall {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1rem
}

@media screen and (min-width:1024px) {
    .label-xsmall {
        font-size: 1.2rem;
        line-height: 1.4rem
    }
}

.label-small,
.flex-reviews__item-name,
.flex-reviews__item-head,
.language-switcher__title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3rem
}

@media screen and (min-width:1024px) {

    .label-small,
    .flex-reviews__item-name,
    .flex-reviews__item-head,
    .language-switcher__title {
        font-size: 1.4rem;
        line-height: 1.5rem
    }
}

.label-normal {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem
}

@media screen and (min-width:1024px) {
    .label-normal {
        font-size: 1.6rem;
        line-height: 1.9rem
    }
}

.label-large {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.9rem
}

@media screen and (min-width:1024px) {
    .label-large {
        font-size: 1.8rem;
        line-height: 2.1rem
    }
}

.link-large,
.button_large,
.gform_button {
    font-family: var(--font-default), var(--font-fallback);
    font-size: 20px;
    font-weight: 600;
    line-height: 22px
}

.link-medium,
.button_medium {
    font-family: var(--font-default), var(--font-fallback);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px
}

.link-small,
.button_small,
.hs-form .hs-submit .hs-button {
    font-family: var(--font-default), var(--font-fallback);
    font-size: 16px;
    font-weight: 600;
    line-height: 18px
}

.link-xsmall,
.language-switcher__link,
.button_xsmall {
    font-family: var(--font-default), var(--font-fallback);
    font-size: 14px;
    font-weight: 600;
    line-height: 15px
}

.u-full {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.u-fixed {
    position: fixed
}

.u-absolute {
    position: absolute
}

.u-flex {
    display: flex
}

.u-flex-wrap {
    flex-wrap: wrap
}

.u-align-v-center {
    align-items: center
}

.u-align-v-end {
    align-items: flex-end
}

.u-align-h-center {
    justify-content: center
}

.u-align-h-justify {
    justify-content: space-between
}

.u-column {
    flex-direction: column
}

.is-reversed {
    flex-direction: row-reverse
}

@media screen and (max-width:768px) {
    .u-hide-mobile {
        display: none
    }
}

@media screen and (min-width:768px) {
    .u-large-card {
        border-radius: 2rem;
        margin-left: 2rem;
        margin-right: 2rem
    }
}

.u-cover {
    background-repeat: no-repeat;
    background-size: cover
}

.u-cover--center {
    background-position: 50%
}

.u-contain {
    background-size: contain
}

.u-object-fit {
    object-fit: cover
}

.u-object-contain {
    object-fit: contain
}

.u-holder,
.u-image-holder {
    border-radius: var(--border-radius-large);
    background-color: var(--color-grey-30);
    width: 100%;
    position: relative;
    overflow: hidden
}

.u-holder img,
.u-image-holder img {
    vertical-align: middle
}

.u-holder:after,
.u-image-holder:after {
    content: "";
    height: 0;
    display: block
}

.u-holder--half:after,
.u-image-holder--half:after {
    padding-bottom: 50%
}

.u-holder--wide:after,
.u-image-holder--wide:after {
    padding-bottom: 56.25%
}

.u-holder--1610:after,
.u-image-holder--1610:after {
    padding-bottom: 66.25%
}

.u-holder--twothirds:after,
.u-image-holder--twothirds:after {
    padding-bottom: 75%
}

.u-holder--square:after,
.u-image-holder--square:after {
    padding-bottom: 100%
}

.u-holder--portrait:after,
.u-image-holder--portrait:after {
    padding-bottom: 125%
}

.u-text-center {
    text-align: center
}

.u-color-white {
    color: #fff !important
}

.u-text-up {
    text-transform: uppercase
}

.u-text-max-600 {
    max-width: 60rem
}

.u-text-max-700 {
    max-width: 70rem
}

.u-text-max-980 {
    max-width: 98rem
}

.u-center {
    margin-left: auto;
    margin-right: auto
}

.u-mb-10 {
    margin-bottom: 1rem
}

.u-mb-20 {
    margin-bottom: 2rem
}

.u-mb-30 {
    margin-bottom: 3rem
}

.u-rounded {
    border-radius: var(--border-radius)
}

.u-pill {
    border-radius: 9999px !important
}

.u-circle {
    border-radius: 50%
}

.lazy {
    opacity: 0;
    transition: opacity .3s
}

.lazy.is-loaded {
    opacity: 1
}

.u-icon {
    display: inline-block
}

.u-icon svg,
.u-icon img {
    vertical-align: middle
}

.u-site-overlay {
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    background-color: #fff27ae6;
    width: 100%;
    height: 100%;
    transition: opacity .7s, visibility 0s .7s;
    position: fixed;
    top: 0;
    left: 0
}

.container {
    width: 90%;
    max-width: 140rem;
    margin: auto;
    position: relative
}

.row {
    flex-wrap: wrap;
    display: flex
}

.column {
    flex-flow: column wrap;
    display: flex
}

input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=password],
textarea {
    border: 2px solid var(--color-grey);
    border-radius: var(--border-radius-small);
    color: var(--color-black);
    -webkit-appearance: none;
    background: #fff;
    outline: none;
    width: 100%;
    height: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: inherit;
    font-size: 1.6rem
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: var(--color-black)
}

select {
    border: 2px solid var(--color-grey);
    border-radius: var(--border-radius-small);
    color: var(--color-black);
    -webkit-appearance: none;
    background: #fff;
    background-color: var(--color-white);
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23747474%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-position: right .7em top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: .65em, 100%;
    outline: none;
    width: 100%;
    height: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: inherit;
    font-size: 1.6rem
}

select:focus {
    border-color: var(--color-black)
}

textarea {
    min-height: 10rem;
    padding-top: 2rem;
    padding-bottom: 2rem
}

abbr.required {
    color: red;
    font-size: 1.4rem
}

label {
    margin-bottom: .5rem;
    font-size: 1.4rem;
    display: block
}

.l-header {
    z-index: 5;
    background: var(--color-white);
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.l-header.not-top {
    background: var(--color-white);
    box-shadow: 0 1px 3px #0000001a
}

.l-header.digital-product-studio {
    background: var(--color-blue-green)
}

.l-header.digital-product-studio.not-top {
    background: var(--color-white)
}

.l-header .container {
    width: 90%
}

@media screen and (min-width:768px) {
    .l-header .container {
        width: 95%
    }
}

@media screen and (min-width:1280px) {
    .l-header .container {
        width: 90%
    }
}

.c-header {
    height: var(--header-size);
    background-color: #fff;
    flex-direction: row;
    display: flex
}

@media screen and (min-width:768px) {
    .c-header {
        height: var(--header-size-medium)
    }
}

@media screen and (min-width:1280px) {
    .c-header {
        height: var(--header-size-large)
    }
}

.nav-main {
    justify-content: space-between;
    display: flex
}

.nav-left,
.nav-right {
    flex-direction: row;
    flex-basis: auto;
    align-items: center;
    display: flex
}

.nav-logo {
    width: 16.2rem;
    margin-right: 4rem
}

@media screen and (min-width:768px) {
    .nav-logo {
        width: 16.2rem
    }
}

.nav-logo a {
    outline: none;
    display: inline-block
}

.nav-logo a .icon {
    overflow: visible
}

.nav-logo a .logo-arrow {
    transition: all .2s
}

.nav-logo a:hover .logo-arrow {
    transform: translateY(-.8rem)
}

.nav-list {
    flex-direction: row;
    align-items: center;
    display: none
}

.nav-list__item {
    height: var(--header-size);
    align-items: center;
    display: flex
}

@media screen and (min-width:768px) {
    .nav-list__item {
        height: var(--header-size-medium)
    }
}

@media screen and (min-width:1280px) {
    .nav-list__item {
        height: var(--header-size-large)
    }
}

.nav-list__item:not(:last-child) {
    margin-right: 2rem
}

.nav-list__item>a {
    white-space: nowrap
}

.nav-list__item-link {
    color: var(--color-black);
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5rem;
    transition: all .3s;
    display: flex
}

.nav-list__item-link .icon {
    margin-left: .4rem;
    transition: all .3s
}

.nav-list__item-link:hover {
    text-decoration: none
}

.nav-list__item:hover .nav-list__item-link {
    color: var(--color-red)
}

.nav-list__item:hover .nav-list__item-link .icon {
    transform: rotate(180deg)
}

.nav-list__item:hover .nav-list__item-link .icon path {
    stroke: var(--color-red)
}

.nav-list__item-jobs {
    background: var(--color-red);
    color: var(--color-white);
    text-align: center;
    border-radius: 5rem;
    width: 2rem;
    height: 2rem;
    margin-left: .2rem;
    padding: .3rem .1rem .3rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5rem;
    display: inline-block
}

.nav-list__item.jobs {
    align-items: center;
    display: flex
}

.nav-list__item.current-menu-item .nav-list__item-link,
.nav-list__item.current-menu-parent .nav-list__item-link {
    color: var(--color-red)
}

@media screen and (min-width:1024px) {
    .nav-left .nav-list {
        display: flex
    }
}

.nav-right {
    position: relative
}

.nav-right .nav-list {
    margin-right: 3rem
}

@media screen and (min-width:1440px) {
    .nav-right .nav-list {
        display: flex
    }
}

.nav-btn {
    display: none
}

@media screen and (min-width:576px) {
    .nav-btn {
        display: block
    }
}

.nav-menu-button {
    cursor: pointer;
    text-align: right;
    width: 6rem;
    height: 100%
}

@media screen and (min-width:1024px) {
    .nav-menu-button {
        display: none
    }
}

.nav-menu-button #nav-menu-close {
    margin-left: auto;
    display: none
}

.nav-menu-more-button {
    cursor: pointer;
    width: 6rem;
    height: 100%;
    display: none
}

@media screen and (min-width:1024px) {
    .nav-menu-more-button {
        display: block
    }
}

@media screen and (min-width:1440px) {
    .nav-menu-more-button {
        display: none
    }
}

.nav-menu-more-button__inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

.nav-menu-more-button__dots {
    display: flex
}

.nav-menu-more-button__dot {
    background: #000;
    border-radius: 50%;
    width: .6rem;
    height: .6rem;
    margin-right: .2rem
}

@keyframes rocketUpDown {
    0% {
        transform: translateY(-5rem)
    }

    25% {
        transform: translateY(-3rem)
    }

    50% {
        transform: translateY(-1rem)
    }

    50% {
        transform: translateY(-.5rem)
    }

    to {
        transform: translate(0, 0)
    }
}

.c-nav__dropdown {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(calc(var(--gap)*-5));
    background: var(--color-white);
    border-radius: 0 0 1rem 1rem;
    min-height: 32rem;
    padding: 3rem 0 4rem;
    transition: opacity .4s, visibility .4s, transform .4s;
    position: fixed;
    top: 7rem;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 0 1px #0000000a, 0 2px 6px #0000000a, 0 10px 20px #0000000a
}

@media screen and (min-width:1280px) {
    .c-nav__dropdown {
        padding: 4rem 0 6rem;
        top: 8rem
    }
}

.c-nav__dropdown-intro {
    flex-basis: 30rem;
    max-width: 30rem;
    padding-right: 4rem
}

.c-nav__dropdown-text {
    padding: .5rem 0 2rem
}

.c-nav__dropdown-links {
    flex-wrap: wrap;
    flex-basis: calc(100% - 30rem);
    max-width: calc(100% - 30rem);
    display: flex
}

.c-nav__dropdown-post {
    flex-flow: wrap;
    flex-basis: 50%;
    padding: 0 2rem 3rem;
    display: flex
}

.c-nav__dropdown-post:hover {
    text-decoration: none
}

.c-nav__dropdown-post:hover .c-nav__dropdown-post-title {
    color: var(--color-red)
}

.c-nav__dropdown-post-img {
    flex-basis: 9.5rem;
    width: 9.5rem;
    position: relative
}

.c-nav__dropdown-post-img:before {
    content: "";
    padding-bottom: 100%;
    display: block
}

.c-nav__dropdown-post-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.c-nav__dropdown-post-content {
    flex-basis: calc(100% - 9.5rem);
    max-width: calc(100% - 9.5rem);
    padding-left: 1.5rem
}

.c-nav__dropdown-post-title {
    margin: 0 0 .8rem
}

.c-nav__dropdown-post-excerpt {
    max-width: 36rem
}

.c-nav__dropdown-overlay {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    background: #0006;
    transition: all .2s ease-out;
    position: fixed;
    inset: 0
}

.dropdown:hover .c-nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(-1px)
}

.dropdown:hover .c-nav__dropdown-overlay {
    visibility: visible;
    opacity: 1
}

.l-footer {
    background: var(--color-white);
    width: 100%;
    overflow: hidden
}

.l-footer .container {
    width: 100%;
    padding: 0 1rem
}

@media screen and (min-width:768px) {
    .l-footer .container {
        width: 90%;
        padding: 0
    }
}

.c-footer__contact {
    background: var(--color-red);
    color: var(--color-white);
    margin: calc(var(--gap)*10)0 0 0;
    border-radius: 1rem;
    padding: 4rem 2.5rem;
    position: relative;
    overflow: hidden
}

@media screen and (min-width:1024px) {
    .c-footer__contact {
        border-radius: 2rem;
        padding: 6rem 5rem 8rem
    }
}

@media screen and (min-width:1280px) {
    .c-footer__contact {
        padding: 8rem 7rem 10rem
    }
}

.c-footer__contact-inner {
    z-index: 2;
    width: 100%
}

.c-footer__contact-text {
    text-align: center;
    flex-basis: 100%;
    padding-bottom: 3rem
}

@media screen and (min-width:768px) {
    .c-footer__contact-text {
        text-align: left;
        flex-basis: 40%;
        padding: 0 2rem 3rem 0
    }
}

.c-footer__contact-text h3,
.c-footer__contact-text .section-head__heading-h3,
.c-footer__contact-text .heading-3 {
    color: var(--color-white);
    max-width: 36rem;
    font-weight: 600;
    line-height: 1.21
}

.c-footer__contact-text p {
    color: var(--color-white);
    max-width: 36rem;
    margin-top: 1rem
}

.c-footer__contact-form {
    flex-basis: 100%
}

@media screen and (min-width:768px) {
    .c-footer__contact-form {
        flex-basis: 60%
    }
}

.c-footer__contact-form label {
    color: var(--color-white) !important
}

.c-footer__contact-form input {
    border: none !important
}

.c-footer__contact-form ._button-wrapper {
    text-align: right !important
}

.c-footer__contact-form ._form-thank-you {
    padding: calc(var(--gap)*4);
    border: 2px solid var(--color-white);
    border-radius: var(--border-radius-large)
}

.c-footer__content {
    padding: 3rem 1rem
}

@media screen and (min-width:1024px) {
    .c-footer__content {
        padding-bottom: 7rem
    }
}

.c-footer__content_calculator {
    padding-bottom: 0
}

.c-footer__content-address {
    border-bottom: 1px dashed var(--color-grey-30);
    flex-basis: 100%;
    padding-bottom: 2rem
}

@media screen and (min-width:768px) {
    .c-footer__content-address {
        border-bottom: none;
        padding: 2rem
    }
}

@media screen and (min-width:1024px) {
    .c-footer__content-address {
        flex-basis: 33.333%
    }
}

@media screen and (min-width:1280px) {
    .c-footer__content-address {
        flex-basis: 25%
    }
}

.c-footer__content-image {
    padding-bottom: 2rem
}

@media screen and (min-width:768px) {
    .c-footer__content-image {
        display: block
    }
}

.c-footer__content-image img {
    width: 8.7rem;
    height: 3.9rem
}

.c-footer__content-inner {
    flex-wrap: wrap;
    margin-bottom: 2rem;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-footer__content-inner {
        display: block
    }
}

.c-footer__content-inner p {
    padding: .5rem 0
}

.c-footer__content-inner strong {
    font-weight: 600
}

.c-footer__content-inner>p:first-of-type {
    flex-basis: 100%
}

.c-footer__content-inner>p:not(:first-of-type) {
    flex-basis: 50%;
    max-width: 50%
}

@media screen and (min-width:768px) {
    .c-footer__content-inner>p:not(:first-of-type) {
        max-width: 100%
    }
}

.c-footer__content-button {
    margin-top: 1.5rem;
    font-weight: 600;
    display: inline-block
}

.c-footer__content-button svg,
.c-footer__content-button .icon {
    margin-left: 1rem
}

.c-footer__nav {
    flex-basis: 100%
}

@media screen and (min-width:768px) {
    .c-footer__nav {
        padding: 0 2rem
    }
}

@media screen and (min-width:1024px) {
    .c-footer__nav {
        flex-basis: 66.667%;
        padding: 0
    }
}

@media screen and (min-width:1280px) {
    .c-footer__nav {
        flex-basis: 75%
    }
}

.c-footer__nav-block {
    flex-basis: 100%;
    padding-top: 1.5rem
}

@media screen and (min-width:768px) {
    .c-footer__nav-block {
        flex-basis: 50%;
        padding-top: 4rem
    }
}

@media screen and (min-width:1280px) {
    .c-footer__nav-block {
        flex-basis: 33.333%
    }
}

.c-footer__nav-block:last-of-type {
    border-bottom: 1px dashed var(--color-grey-30);
    padding-bottom: 3rem
}

@media screen and (min-width:768px) {
    .c-footer__nav-block:last-of-type {
        border-bottom: none;
        padding-bottom: 0
    }
}

.c-footer__nav-block-title {
    cursor: pointer;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex
}

@media screen and (min-width:768px) {
    .c-footer__nav-block-title {
        cursor: default
    }
}

.c-footer__nav-block-title.active .icon {
    transform: rotate(180deg)
}

.c-footer__nav-block-title.active~a {
    display: block
}

.c-footer__nav-block-title~a {
    display: none
}

@media screen and (min-width:768px) {
    .c-footer__nav-block-title~a {
        display: block
    }
}

.c-footer__nav-block-title .icon {
    color: var(--color-red);
    transition: transform .3s
}

@media screen and (min-width:768px) {
    .c-footer__nav-block-title .icon {
        display: none
    }
}

.c-footer__nav-block a {
    font-size: 1.4rem;
    transition: all .2s
}

@media screen and (min-width:768px) {
    .c-footer__nav-block a {
        font-size: 1.6rem
    }
}

.c-footer__nav-block a:not(:last-child) {
    margin-bottom: 1rem
}

.c-footer__nav-block .label-large {
    margin-bottom: 1rem;
    font-weight: 600
}

.c-footer__bottom {
    color: var(--color-grey-70);
    justify-content: space-between;
    padding: 0 1rem 3.5rem
}

@media screen and (min-width:768px) {
    .c-footer__bottom {
        box-shadow: inset 0px 1px 0px var(--color-grey-30);
        padding: 3.5rem 0
    }
}

.c-footer__policies {
    flex-wrap: wrap;
    flex-basis: 100%;
    display: flex
}

@media screen and (min-width:768px) {
    .c-footer__policies {
        flex-basis: auto;
        display: block
    }
}

.c-footer__policies a {
    color: var(--color-grey-70);
    flex-basis: 50%;
    padding: 0 1rem 2rem 0
}

@media screen and (min-width:768px) {
    .c-footer__policies a {
        padding: 0 4rem 0 0
    }
}

.c-case {
    flex: 1 0 100%;
    padding: 1rem 1rem 4rem
}

@media screen and (min-width:768px) {
    .c-case {
        flex: 0 0 50%
    }
}

@media screen and (min-width:1024px) {
    .c-case {
        flex: 0 0 33%
    }
}

@media screen and (min-width:1280px) {
    .c-case {
        padding: 1.5rem 1.5rem 6rem
    }
}

.c-case__image {
    border-radius: var(--border-radius-large)
}

.c-case__logo {
    padding: 2rem 0 1rem
}

.c-case__logo img {
    height: 2.8rem
}

.c-case__text {
    padding-bottom: 2rem
}

button,
.c-button,
.c-apply-form .matador-button {
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: none;
    margin: 0;
    padding: 0;
    font-family: inherit
}

.c-button__primary,
.c-apply-form .matador-button {
    color: var(--color-black);
    border: 2px solid var(--color-black);
    box-sizing: border-box;
    box-shadow: 2px 2px 0px var(--color-black);
    border-radius: var(--border-radius-large);
    background: var(--color-white);
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem;
    transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94), transform .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
    display: inline-flex
}

.c-button__primary.md,
.c-apply-form .matador-button {
    padding: 1.3rem 2.5rem;
    font-size: 1.8rem;
    line-height: 2rem
}

.c-button__primary.lg,
.c-apply-form .lg.matador-button {
    padding: 1.7rem 3rem;
    font-size: 2rem;
    line-height: 2.2rem
}

.c-button__primary svg,
.c-apply-form .matador-button svg {
    margin-left: 1rem
}

.c-button__secondary {
    font-weight: 600;
    transition: all .2s;
    display: inline-flex
}

@media screen and (min-width:768px) {
    .c-button__secondary {
        font-size: 1.6rem
    }
}

.c-button__secondary svg {
    margin-left: .5rem;
    transition: all .3s
}

.c-button__secondary svg path {
    fill: var(--color-red)
}

.is-desktop .c-button__primary:hover,
.is-desktop .c-apply-form .matador-button:hover,
.c-apply-form .is-desktop .matador-button:hover {
    color: var(--color-red);
    border-color: var(--color-red);
    box-shadow: 0 0 0 var(--color-red);
    text-decoration: none;
    transform: translate(3px, 3px)
}

.is-desktop .c-button__secondary:hover {
    color: var(--color-red);
    text-decoration: none
}

.is-desktop .c-button__secondary:hover svg {
    transform: translate(4px)
}

.c-menu {
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transform-origin: 100% 0;
    transition: transform, opacity .24s;
    position: fixed;
    inset: 6rem 0 0;
    transform: scale(.97)
}

.c-menu .c-menu__close {
    z-index: 2;
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem
}

.c-menu .c-menu__inner {
    background: var(--color-white);
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto
}

.c-menu .c-menu__inner .container {
    width: 100%;
    margin-top: 0
}

.c-menu-overlay {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: #0009;
    transition: all .2s ease-out .3s;
    position: fixed;
    inset: 6rem 0 0
}

@media screen and (min-width:768px) {
    .c-menu__services {
        padding: 3rem 0 0
    }
}

.c-menu__pages .c-menu__block,
.c-menu__languages .c-menu__block {
    border-bottom: none
}

.c-menu__pages .c-menu__nav,
.c-menu__languages .c-menu__nav {
    background: var(--color-white);
    flex-flow: wrap;
    padding: 2rem;
    display: flex
}

.c-menu__pages .c-menu__nav-link,
.c-menu__languages .c-menu__nav-link {
    flex-basis: 50%;
    margin-bottom: 1rem;
    font-size: 1.6rem
}

.c-menu__pages .c-menu__nav-link.is-active,
.c-menu__languages .c-menu__nav-link.is-active {
    color: var(--color-red)
}

.c-menu__pages .c-menu__block {
    border-bottom: 1px solid var(--color-grey-30)
}

.c-menu__block {
    cursor: pointer;
    width: 100%
}

.c-menu__block.is-active svg {
    transform: rotate(180deg)
}

.c-menu__block.is-active .c-menu__nav {
    opacity: 1;
    padding: 2rem
}

.c-menu__block.is-active .c-menu__nav.js-menu-nav {
    pointer-events: auto
}

.c-menu__head {
    border-bottom: 1px dashed var(--color-grey-30);
    padding: 2rem;
    display: flex
}

.c-menu__head span {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem
}

.c-menu__head svg {
    align-self: center;
    width: 1.3rem;
    height: 100%;
    margin-left: auto;
    transition: all .3s
}

.c-menu__nav.js-menu-nav {
    will-change: max-height;
    opacity: 0;
    background: var(--color-blue-grey);
    pointer-events: none;
    max-height: 0;
    padding: 0 2rem;
    transition: all .3s;
    overflow: hidden
}

.c-menu__service {
    align-items: center;
    padding: 1rem 0;
    display: flex
}

.c-menu__service-image {
    width: 5rem;
    margin-right: 2rem;
    position: relative
}

.c-menu__service-image:before {
    content: "";
    padding-bottom: 100%;
    display: block
}

.c-menu__service-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.c-menu__service-link {
    flex: 1;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2rem
}

.c-menu__service-link.is-active {
    color: var(--color-red)
}

.c-menu-btn {
    text-align: center;
    border-top: 1px solid var(--color-grey-30);
    padding: 3rem 0 5rem
}

.c-menu-is-open {
    overflow: hidden
}

.c-menu-is-open body {
    height: 100%;
    overflow: visible
}

.c-menu-is-open .c-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0)
}

.c-menu-is-open .c-menu-overlay,
.c-menu-is-open #nav-menu-open {
    display: none
}

.c-menu-is-open #nav-menu-close {
    display: block
}

.c-menu-more {
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius-large);
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    min-width: 16rem;
    padding: 2rem 3rem;
    transition: all .3s;
    position: absolute;
    top: 70%;
    left: -20%;
    transform: translateY(1rem)
}

.c-menu-more ul li:not(:last-child) {
    margin-bottom: .5rem
}

.c-menu-more ul li a {
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none
}

.c-menu-more ul li a.jobs span {
    background: var(--color-red);
    color: var(--color-white);
    text-align: center;
    border-radius: 5rem;
    width: 2rem;
    height: 2rem;
    margin-left: .2rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.9rem;
    display: inline-block
}

.c-menu-more ul li a:hover,
.c-menu-more ul li.current-menu-item a {
    color: var(--color-red)
}

.c-menu-language {
    display: none
}

@media screen and (min-width:1024px) {
    .c-menu-language {
        margin: 0 0 0 calc(var(--gap)*5);
        display: block
    }
}

.c-menu-more-is-open .c-menu-more {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0)
}

.c-nav-bar {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    overflow-x: auto
}

.c-nav-bar>a {
    flex: none;
    transition: all .2s;
    display: inline-block
}

.c-nav-bar::-webkit-scrollbar {
    display: none
}

.c-popup {
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #00000080;
    width: 100%;
    height: 100%;
    transition: opacity .4s, visibility 0s .4s;
    position: fixed;
    top: 0;
    right: 0
}

.c-popup .c-popup__close {
    z-index: 3;
    pointer-events: auto;
    position: absolute;
    top: 0;
    right: 0
}

.c-popup .c-popup__inner {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: auto
}

.c-popup.is-active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity .4s
}

.c-popup-is-active {
    overflow: hidden
}

.c-popup-is-active body {
    height: 100%;
    overflow: visible
}

.c-toggle-block .c-toggle-block__trigger {
    cursor: pointer;
    position: relative
}

.c-toggle-block .c-toggle-block__content {
    display: none
}

.c-toggle-block.is-active .c-toggle-block__content {
    display: block
}

.c-tabs .c-tabs__nav {
    display: flex
}

.c-tabs .c-tabs__tab {
    cursor: pointer;
    flex: 0 auto;
    position: relative
}

.c-tabs .c-tabs__tab.is-active {
    color: red
}

.c-tabs .c-tabs__content {
    display: none
}

.c-tabs .c-tabs__content.is-active {
    display: block
}

._form-content {
    flex-wrap: wrap;
    padding: 2rem 0;
    display: flex
}

._form-content>div {
    flex-basis: 100%;
    max-width: 100%;
    padding: 2rem 2rem 0 0;
    position: relative
}

@media screen and (min-width:768px) {
    ._form-content>div {
        flex-basis: 50%;
        max-width: 50%
    }
}

._form-content ._field16 {
    flex-basis: 100%;
    max-width: 100%
}

._form-content input {
    border: 2px solid var(--color-grey-30);
    background: var(--color-white);
    border-radius: .4rem
}

._form-content input:focus {
    border-color: var(--color-red)
}

._form-content select {
    border: 2px solid var(--color-grey-30);
    border-radius: .4rem
}

._form-content select:focus {
    border-color: var(--color-red)
}

._form-content label {
    color: var(--color-black);
    padding-bottom: .5rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem
}

._form-content ._button-wrapper {
    text-align: center;
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 3rem
}

._form-content ._button-wrapper ._submit {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    color: var(--color-black);
    border: none;
    border: 2px solid var(--color-black);
    box-sizing: border-box;
    box-shadow: 2px 2px 0px var(--color-black);
    border-radius: var(--border-radius-large);
    background: var(--color-white);
    outline: none;
    height: 3.5rem;
    padding: 1rem 2rem 2.5rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem;
    transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94), transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94)
}

._form-content ._button-wrapper ._submit:hover {
    color: var(--color-red);
    border-color: var(--color-red);
    box-shadow: 0 0 0 var(--color-red);
    text-decoration: none;
    transform: translate(3px, 3px)
}

.c-post {
    color: #fff;
    background: var(--color-red);
    box-shadow: var(--box-shadow);
    border-radius: .8rem;
    flex-direction: column;
    justify-content: space-between;
    width: 27rem;
    height: 34rem;
    padding: 2rem;
    transition: transform .3s, box-shadow .2s;
    display: flex
}

@media screen and (min-width:768px) {
    .c-post {
        width: 29rem;
        height: 38rem;
        padding: 3rem
    }
}

.c-post.red h6,
.c-post.red .c-jobs-list .teamtailor-jobs__job-title,
.c-jobs-list .c-post.red .teamtailor-jobs__job-title,
.c-post.red .section-head__heading-h6,
.c-post.red .card-download__form ._form-thank-you,
.card-download__form .c-post.red ._form-thank-you,
.c-post.red .heading-6 {
    color: var(--color-white)
}

.c-post.black {
    background: var(--color-black);
    color: var(--color-white)
}

.c-post.black h6,
.c-post.black .c-jobs-list .teamtailor-jobs__job-title,
.c-jobs-list .c-post.black .teamtailor-jobs__job-title,
.c-post.black .section-head__heading-h6,
.c-post.black .card-download__form ._form-thank-you,
.card-download__form .c-post.black ._form-thank-you,
.c-post.black .heading-6 {
    color: var(--color-white)
}

.c-post.white {
    background: var(--color-white);
    color: var(--color-black);
    border: 1px solid var(--color-grey-30)
}

.c-post.white svg path {
    stroke: var(--color-black)
}

.c-post.white .c-post__author,
.c-post.white .c-post__ttr {
    color: #000
}

.c-post.blue {
    background: var(--color-blue-green);
    color: var(--color-black)
}

.c-post.blue svg path {
    stroke: var(--color-black)
}

.c-post.image {
    background: unset;
    box-shadow: unset;
    gap: calc(var(--gap)*4);
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: hidden;
    height: unset !important;
    padding: unset !important
}

.c-post.image:hover {
    box-shadow: unset !important
}

.c-post.image h6,
.c-post.image .c-jobs-list .teamtailor-jobs__job-title,
.c-jobs-list .c-post.image .teamtailor-jobs__job-title,
.c-post.image .section-head__heading-h6,
.c-post.image .card-download__form ._form-thank-you,
.card-download__form .c-post.image ._form-thank-you,
.c-post.image .heading-6 {
    text-align: center;
    padding: 0
}

.c-post.image .c-post__content {
    text-align: center;
    flex: 1
}

.c-post.image .c-post__author,
.c-post.image .c-post__content {
    position: relative
}

.c-post__bg-image {
    position: relative;
    overflow: hidden
}

.c-post__bg-image:before {
    content: "";
    padding-bottom: 120%;
    display: block
}

.c-post__bg-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.c-post__ttr {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem
}

.c-post__ttr svg {
    margin-right: .5rem
}

.c-post__content h6,
.c-post__content .c-jobs-list .teamtailor-jobs__job-title,
.c-jobs-list .c-post__content .teamtailor-jobs__job-title,
.c-post__content .section-head__heading-h6,
.c-post__content .card-download__form ._form-thank-you,
.card-download__form .c-post__content ._form-thank-you,
.c-post__content .heading-6 {
    padding-bottom: 1.5rem;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3rem
}

.c-post__author {
    color: #fff;
    align-items: center;
    display: flex
}

.c-post__author-avatar {
    background-color: #fff;
    border-radius: 4rem;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    position: relative;
    overflow: hidden
}

.c-post__author-name {
    flex: 1;
    font-weight: 600
}

.is-desktop .c-post:hover {
    box-shadow: var(--box-shadow-large);
    transform: translateY(-1rem)
}

#cookie-notice {
    font-family: var(--font-default), var(--font-fallback);
    color: var(--color-black);
    padding: 0 1rem 1rem;
    font-size: 1.2rem;
    bottom: 0;
    left: 0;
    background-color: #0000 !important
}

@media screen and (min-width:768px) {
    #cookie-notice {
        padding: 0 5% 2rem;
        font-size: 1.4rem
    }
}

#cookie-notice .cookie-notice-container {
    text-align: left;
    border-radius: var(--border-radius-large);
    box-shadow: var(--box-shadow-large);
    border: 1px solid var(--color-grey-30);
    flex-wrap: wrap;
    align-items: center;
    max-width: 100rem;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    color: var(--color-black) !important;
    background-color: #fff !important
}

@media screen and (min-width:768px) {
    #cookie-notice .cookie-notice-container {
        justify-content: space-between;
        padding: 2rem 3rem
    }
}

#cookie-notice .cn-close-icon {
    display: none
}

#cookie-notice .cn-text-container {
    width: 100%;
    margin: 0 0 1rem
}

#cookie-notice .cn-text-container:before {
    content: "";
    vertical-align: sub;
    background: url(cookie.51b58293.svg) 0 0/1.8rem 1.8rem no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: .5rem;
    display: inline-block
}

@media screen and (min-width:768px) {
    #cookie-notice .cn-text-container {
        width: 70%;
        padding-right: 2rem
    }
}

#cookie-notice .cn-buttons-container {
    align-items: center;
    width: 100%;
    display: flex
}

@media screen and (min-width:768px) {
    #cookie-notice .cn-buttons-container {
        justify-content: flex-end;
        width: 30%
    }
}

#cookie-notice .cn-buttons-container a:first-child {
    margin: 0 2rem 0 0;
    border: 2px solid var(--color-black) !important
}

#cookie-notice .cn-buttons-container a:first-child:hover {
    border-color: var(--color-red) !important
}

#cookie-notice .cn-buttons-container a:last-child {
    box-shadow: none;
    order: 1;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    border: none !important
}

#cookie-notice .cn-buttons-container a:last-child:hover {
    transform: none
}

.slider-cases {
    max-width: 100rem;
    margin: 0 auto
}

.card-company {
    flex: 1 0 100%;
    padding: 1rem 1rem 4rem
}

@media screen and (min-width:768px) {
    .card-company {
        flex: 0 0 50%
    }
}

@media screen and (min-width:1024px) {
    .card-company {
        flex: 0 0 33%
    }
}

@media screen and (min-width:1280px) {
    .card-company {
        padding: 1.5rem 1.5rem 6rem
    }
}

.card-company__image {
    border-radius: var(--border-radius-large)
}

.card-company__logo {
    padding: 2rem 0 1rem
}

.card-company__logo img {
    height: 2.8rem
}

.card-company__text {
    padding-bottom: 2rem
}

.card-download__head {
    margin: 0 0 calc(var(--gap)*4)0;
    padding: calc(var(--gap)*4);
    border-radius: var(--border-radius-small);
    background-color: var(--color-blue-grey)
}

.card-download__title {
    margin: 0 0 calc(var(--gap)*2)0
}

.card-download__form ._form-thank-you {
    text-align: center;
    padding: calc(var(--gap)*20)0
}

.card-tool {
    padding: calc(var(--gap)*6)calc(var(--gap)*10)calc(var(--gap)*8)calc(var(--gap)*10);
    background-color: var(--color-white);
    border: 1px solid var(--color-grey-30);
    border-radius: var(--border-radius-large);
    flex-direction: column;
    flex: 1;
    display: flex
}

.card-tool__thumb {
    background-color: var(--color-red);
    border-radius: var(--border-radius-large);
    position: relative
}

.card-tool__thumb:after {
    content: "";
    padding: 0 0 14rem;
    display: block
}

.card-tool__thumb img {
    z-index: 2;
    width: calc(var(--gap)*14);
    height: calc(var(--gap)*14);
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.card-tool__thumb svg {
    z-index: 1;
    width: 100%;
    max-width: none;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.card-tool__content {
    padding: calc(var(--gap)*5)0 0 0;
    text-align: center;
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: flex
}

.card-tool__heading {
    margin: 0 0 var(--gap)0
}

.card-tool__description {
    max-width: 32rem;
    margin: 0 auto
}

.card-tool__button {
    padding: calc(var(--gap)*5)0 0 0;
    margin-top: auto
}

.card-service {
    border-radius: var(--border-radius-large);
    box-shadow: var(--box-shadow-large);
    flex-direction: column;
    flex: 1;
    display: flex;
    overflow: hidden
}

.card-service:hover .card-service__icon {
    transform: translate(-50%, -55%)
}

.card-service__thumb {
    position: relative
}

.card-service__thumb:after {
    content: "";
    padding: 0 0 46.5%;
    display: block
}

.card-service__thumb figure {
    width: 100%;
    height: 100%;
    position: absolute
}

.card-service__thumb figure img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.card-service__content {
    padding: calc(var(--gap)*16);
    background-color: var(--color-white);
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: flex;
    position: relative
}

.card-service__icon {
    padding: calc(var(--gap)*5);
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-large);
    border-radius: 2rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.card-service__icon img {
    object-fit: contain;
    width: 4rem;
    height: 4rem
}

.card-service__heading {
    margin: 0 0 calc(var(--gap)*2)0
}

.card-service__description {
    text-align: center
}

.card-service__button {
    padding: calc(var(--gap)*5)0 0 0;
    margin-top: auto
}

.card-program {
    background-color: var(--color-white);
    border-radius: var(--border-radius-large);
    padding: calc(var(--gap)*10)calc(var(--gap)*8);
    flex-direction: column;
    flex: 1;
    display: flex;
    position: relative;
    box-shadow: 0 0 .1rem #0000000a, 0 0 .2rem #0000000f, 0 .4rem .8rem #0000000a
}

.card-program:before {
    content: "";
    transition: border .25s var(--timing-function)
}

.card-program:hover:before {
    content: "";
    border: 4px solid var(--color-red);
    border-radius: var(--border-radius-large);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.card-program__icon {
    width: calc(var(--gap)*10);
    height: calc(var(--gap)*10);
    margin: 0 0 calc(var(--gap)*2)0
}

.card-program__icon img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.card-program__image {
    margin: 0 0 calc(var(--gap)*2)0;
    width: 100%
}

.card-program__image img {
    object-fit: cover;
    border-radius: var(--border-radius-large);
    width: 100%;
    height: auto
}

.card-program__title {
    margin: 0 0 calc(var(--gap)*3)0
}

.card-program__text {
    padding: 0 0 calc(var(--gap)*4)0;
    margin: 0 0 calc(var(--gap)*4)0;
    border-bottom: 1px dashed var(--color-grey-30)
}

.card-program__list li {
    padding-left: calc(var(--gap)*7);
    position: relative
}

.card-program__list li:not(:last-child) {
    padding-bottom: calc(var(--gap)*4)
}

.card-program__list li .icon {
    color: var(--color-red);
    position: absolute;
    top: .2rem;
    left: 0
}

.card-program__button {
    padding: calc(var(--gap)*5)0 0 0;
    text-align: center;
    margin-top: auto;
    position: relative
}

.card-program__buttons {
    gap: calc(var(--gap)*4);
    flex-direction: column;
    display: flex
}

.cards-services {
    max-width: 110rem;
    margin: 0 auto
}

.cards-services__list {
    margin: 0 calc(var(--gap)*-4);
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.cards-services__item {
    padding: 0 calc(var(--gap)*4);
    width: 100%;
    max-width: 534px;
    display: flex;
    position: relative
}

.cards-services__item:not(:last-child) {
    margin: 0 0 calc(var(--gap)*8)0
}

@media screen and (min-width:1024px) {
    .cards-services__item {
        max-width: initial;
        width: 50%
    }

    .cards-services__item:not(:last-child) {
        margin: 0
    }

    .cards-services__item:not(:nth-last-child(-n+2)) {
        margin: 0 0 calc(var(--gap)*8)0
    }
}

.cards-tools__list {
    grid-column-gap: calc(var(--gap)*8);
    grid-row-gap: calc(var(--gap)*8);
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

@media screen and (min-width:768px) {
    .cards-tools__list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1024px) {
    .cards-tools__list {
        grid-template-columns: repeat(3, 1fr)
    }
}

.cards-tools__item {
    display: flex
}

.cards-logos-small {
    max-width: 85rem;
    margin: 0 auto
}

.cards-logos-small__list {
    grid-column-gap: calc(var(--gap)*4);
    grid-row-gap: calc(var(--gap)*4);
    grid-template-columns: repeat(2, 1fr);
    display: grid
}

@media screen and (min-width:768px) {
    .cards-logos-small__list {
        grid-template-columns: repeat(4, 1fr)
    }
}

.cards-logos-small__item {
    height: calc(var(--gap)*20);
    justify-content: center;
    align-items: center;
    display: flex
}

.cards-logos-small__item img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.cards-programs__list {
    justify-content: center;
    gap: calc(var(--gap)*4);
    flex-wrap: wrap;
    display: flex
}

.cards-programs__item {
    display: flex
}

@media screen and (min-width:768px) {
    .cards-programs__item {
        width: calc(50% - var(--gap)*4 + var(--gap)*4/2)
    }
}

@media screen and (min-width:1280px) {
    .cards-programs__item {
        width: calc(25% - var(--gap)*4 + var(--gap)*4/4)
    }
}

.hero-home__inner {
    grid-column-gap: calc(var(--gap)*8);
    grid-row-gap: calc(var(--gap)*8);
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

@media screen and (min-width:1024px) {
    .hero-home__inner {
        grid-template-columns: repeat(2, 1fr)
    }
}

.hero-home__thumb {
    position: relative
}

@media screen and (min-width:1024px) {
    .hero-home__thumb {
        order: 2
    }
}

.hero-home__thumb img {
    border-radius: calc(var(--gap)*2);
    width: 100%;
    height: auto
}

.hero-home__thumb_crop {
    border-radius: calc(var(--gap)*2);
    overflow: hidden
}

.hero-home__thumb_crop:before {
    content: "";
    padding-bottom: 64%;
    display: block
}

.hero-home__thumb_crop img {
    object-fit: cover;
    border-radius: var(--border-radius-large);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.hero-home__thumb_crop .hero-home__image-button {
    transform: unset;
    bottom: calc(var(--gap)*8)
}

.hero-home__image-button {
    right: calc(var(--gap)*6);
    position: absolute;
    transform: translateY(calc(-100% - 3.2rem))
}

@media screen and (min-width:1024px) {
    .hero-home__content {
        order: 1
    }
}

.hero-home__heading {
    margin: 0 0 calc(var(--gap)*4)0
}

.hero-home__description {
    margin: 0 0 calc(var(--gap)*10)0;
    max-width: 60rem
}

.hero-home__description span {
    color: var(--color-red)
}

.hero-home__buttons {
    gap: calc(var(--gap)*4);
    flex-direction: column;
    display: flex
}

.hero-home__button {
    text-align: center
}

@media screen and (min-width:1024px) {
    .hero-home__button {
        text-align: left
    }
}

.section--gray {
    background-color: var(--color-grey-10)
}

.section--blue {
    background-color: var(--color-blue-grey)
}

.section--green {
    background-color: var(--color-blue-green)
}

.section--default .section__inner {
    padding: calc(var(--gap)*12)0
}

@media screen and (min-width:1024px) {
    .section--default .section__inner {
        padding: calc(var(--gap)*24)0
    }
}

.section--large .section__inner {
    padding: calc(var(--gap)*16)0
}

@media screen and (min-width:1024px) {
    .section--large .section__inner {
        padding: calc(var(--gap)*32)0
    }
}

.section--top .section__inner {
    padding-bottom: 0
}

.section--bottom .section__inner {
    padding-top: 0
}

.section__head {
    text-align: center
}

.section__head--small {
    margin: 0 0 calc(var(--gap)*5)0
}

.section__head--default {
    margin: 0 0 calc(var(--gap)*10)0
}

@media screen and (min-width:1024px) {
    .section__head--default {
        margin: 0 0 calc(var(--gap)*14)0
    }
}

.section-head {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex
}

.section-head__heading+.section-head__description {
    margin: calc(var(--gap)*4)0 0 0
}

.section-head__heading-quote {
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 400
}

.section-head__heading-quote span {
    font-size: 2.4rem
}

.section-head__description_default {
    max-width: 60rem
}

.section-head__description_large {
    max-width: 98rem
}

.section-head-horizontal {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

@media screen and (min-width:768px) {
    .section-head-horizontal {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
}

.section-head-horizontal__heading {
    position: relative
}

.section-head-horizontal__description {
    text-align: left;
    margin-top: 1rem
}

.section-head-horizontal__button {
    margin: calc(var(--gap)*2)0 0 0
}

@media screen and (min-width:768px) {
    .section-head-horizontal__button {
        margin: 0
    }
}

.language-switcher {
    position: relative
}

.language-switcher:hover .language-switcher__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.language-switcher__head {
    padding: calc(var(--gap)*2)0;
    cursor: pointer;
    align-items: center;
    display: flex
}

.language-switcher__icon {
    margin: 0 calc(var(--gap)*2)0 0;
    color: var(--color-grey-70)
}

.language-switcher__title {
    text-transform: uppercase
}

.language-switcher__dropdown {
    top: 100%;
    right: calc(var(--gap)*-4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(var(--gap));
    background-color: var(--color-white);
    padding: calc(var(--gap)*3)calc(var(--gap)*4);
    border-radius: var(--border-radius-small);
    box-shadow: var(--box-shadow);
    transition: opacity .2s ease-out, visibility .2s ease-out, transform .2s ease-out;
    position: absolute
}

.language-switcher__list {
    position: relative
}

.language-switcher__link {
    padding: var(--gap)0;
    transition: color .2s ease-out;
    display: block
}

.language-switcher__link_active {
    color: var(--color-red)
}

.logos-list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.logos-list__item {
    padding: calc(var(--gap)*4)
}

.logos-list__item img {
    max-width: 12.8rem;
    height: auto
}

.clients-logos-list {
    grid-column-gap: 3rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid
}

.clients-logos-list__list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column: 1/13;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    display: grid
}

@media screen and (min-width:1024px) {
    .clients-logos-list__list {
        grid-column: 2/12;
        grid-template-columns: repeat(4, 1fr)
    }
}

.clients-logos-list__item {
    cursor: pointer;
    transition: border .2s var(--timing-function);
    border: 1px solid #0000;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 18rem;
    height: 14rem;
    padding-top: 2.8rem;
    padding-bottom: 7rem;
    display: flex;
    position: relative
}

.clients-logos-list__item:hover {
    border: 1px solid var(--color-grey-30)
}

.clients-logos-list__item:hover .clients-logos-list__button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.clients-logos-list__item img {
    max-width: 12.8rem;
    height: auto
}

.clients-logos-list__button {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s var(--timing-function), visibility .2s var(--timing-function), transform .2s var(--timing-function);
    padding-top: 2rem;
    position: absolute;
    bottom: 3.2rem;
    transform: translateY(2rem)
}

.video {
    padding: 0 calc(var(--gap)*13)
}

.video__content {
    border-radius: calc(var(--gap)*4);
    position: relative;
    overflow: hidden
}

.video__content.is-play .video__play {
    display: none
}

.video__content.is-play .video__close,
.video__content.is-play .video__controls {
    display: block
}

.video__play {
    z-index: 1;
    cursor: pointer;
    transition: all .2s var(--timing-function);
    width: 21.8rem;
    height: 7.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video__play:hover {
    transform: scale(1.1)translate(-45%, -45%)
}

.video__close {
    top: calc(var(--gap)*12);
    right: calc(var(--gap)*4);
    z-index: 100000;
    transition: color .2s var(--timing-function);
    color: var(--color-red);
    cursor: pointer;
    display: none;
    position: fixed
}

@media screen and (min-width:1024px) {
    .video__close {
        top: calc(var(--gap)*12);
        right: calc(var(--gap)*16)
    }
}

.video__close:hover {
    color: var(--color-red)
}

.video__controls {
    bottom: calc(var(--gap)*10);
    left: calc(var(--gap)*4);
    z-index: 100000;
    transition: var(--transition-default);
    color: var(--color-red);
    cursor: pointer;
    display: none;
    position: fixed
}

@media screen and (min-width:1024px) {
    .video__controls {
        bottom: calc(var(--gap)*10);
        left: calc(var(--gap)*20)
    }
}

.video__controls:hover {
    color: var(--color-red)
}

.video__button {
    display: none
}

@media screen and (min-width:1024px) {
    .video__button {
        display: block
    }
}

.video__buttonMobile {
    margin-top: calc(var(--gap)*8);
    justify-content: center;
    display: flex
}

@media screen and (min-width:1024px) {
    .video__buttonMobile {
        display: none
    }
}

.plyr--video .plyr__progress__buffer {
    color: var(--color-gray-20);
    height: var(--gap)
}

.plyr--video .plyr__controls {
    opacity: 0;
    padding: 6rem;
    transform: translateY(4rem)
}

@media screen and (min-width:1024px) {
    .plyr--video .plyr__controls {
        padding: 6rem 15rem
    }
}

.plyr--video .plyr__progress input[type=range] {
    color: var(--color-red)
}

.plyr--video.is-open {
    z-index: 99999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.plyr--video.is-open .plyr__controls {
    opacity: 1;
    transform: translateY(0)
}

@keyframes shine {
    0% {
        transform: translate(-200%)rotate(30deg)
    }

    to {
        transform: translate(500%)rotate(30deg)
    }
}

.certificate__content-block {
    flex-direction: column;
    align-items: center;
    display: flex
}

.certificate__container {
    width: 100%;
    max-width: 480px;
    position: relative
}

.certificate__container:before {
    content: "";
    width: 100%;
    padding-top: 56.25%;
    display: block
}

.certificate__card {
    transform-style: preserve-3d;
    color: #fff;
    background: #de2027;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -.002, 0, 0, 0, 1);
    box-shadow: inset 0 0 0 2px #ffffff40, 0 0 30px #806f3459
}

.certificate__card * {
    pointer-events: none
}

.certificate__card.animateShine .certificate__shine {
    animation: .5s ease-in-out both shine
}

.certificate__background {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.certificate__content {
    text-shadow: 0 2px 10px #68530d40;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    padding: 30px 40px
}

.certificate__light {
    background: linear-gradient(#fff0 0%, #fff6 100%);
    width: 200%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-34.375%)translate(-25%)
}

.certificate__light:before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block
}

.certificate__shine {
    background: linear-gradient(90deg, #fff0 0%, #ffffff1a 20% 80%, #fff0 100%);
    width: 25%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: 0;
    transform: rotate(30deg)translate(-200%)
}

.certificate__logo {
    opacity: .3;
    height: 75%;
    position: absolute;
    bottom: 12.5%;
    right: 3%
}

.certificate__logo svg {
    width: auto;
    height: 100%
}

.certificate__title {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 700;
    transform: translateZ(25px)
}

.certificate__address {
    opacity: .85;
    font-size: 1.125em;
    transform: translateZ(20px)
}

.certificate__footer {
    opacity: .5;
    font-size: .875em;
    position: absolute;
    bottom: 16px;
    left: 20px
}

.certificate__initialized .certificate__light {
    transition: transform .15s
}

.certificate .initialized .certificate__card {
    transition: transform .1s
}

@media screen and (max-width:400px) {
    .certificate .certificate__card {
        font-size: 12px
    }

    .certificate .certificate__content {
        padding: 20px 25px
    }
}

.certificate__button {
    margin-top: calc(var(--gap)*10)
}

.flex-section_scheme-gray .flex-section__inner {
    background-color: var(--color-grey-10)
}

.flex-section_scheme-blue .flex-section__inner {
    background-color: var(--color-blue-grey)
}

.flex-section_scheme-green .flex-section__inner {
    background-color: var(--color-blue-green)
}

.flex-section_container-max .flex-section__inner {
    border-radius: 1rem;
    width: 90%;
    max-width: 140rem;
    margin: auto;
    position: relative
}

.flex-section_size-default .flex-section__inner {
    padding: calc(var(--gap)*12)0
}

@media screen and (min-width:1024px) {
    .flex-section_size-default .flex-section__inner {
        padding: calc(var(--gap)*24)0
    }
}

.flex-section_size-large .flex-section__inner {
    padding: calc(var(--gap)*16)0
}

@media screen and (min-width:1024px) {
    .flex-section_size-large .flex-section__inner {
        padding: calc(var(--gap)*32)0
    }
}

.flex-section_padding-none .flex-section__inner {
    padding-top: 0;
    padding-bottom: 0
}

.flex-section_padding-top .flex-section__inner {
    padding-bottom: 0
}

.flex-section_padding-bottom .flex-section__inner {
    padding-top: 0
}

.flex-section__container {
    max-width: 1288px;
    margin: 0 auto;
    padding: 0 2.4rem
}

.flex-section__head {
    text-align: center;
    margin: 0 0 calc(var(--gap)*10)0
}

@media screen and (min-width:1024px) {
    .flex-section__head {
        margin: 0 0 calc(var(--gap)*14)0
    }
}

.flex-section-max {
    padding-left: 2rem;
    padding-right: 2rem
}

.flex-section-max_scheme-gray .flex-section-max__inner {
    background-color: var(--color-grey-10)
}

.flex-section-max_scheme-blue .flex-section-max__inner {
    background-color: var(--color-blue-grey)
}

.flex-section-max_scheme-green .flex-section-max__inner {
    background-color: var(--color-blue-green)
}

.flex-section-max_size-default {
    padding-top: calc(var(--gap)*12);
    padding-bottom: calc(var(--gap)*12)
}

@media screen and (min-width:1024px) {
    .flex-section-max_size-default {
        padding-top: calc(var(--gap)*24);
        padding-bottom: calc(var(--gap)*24)
    }
}

.flex-section-max_size-large {
    padding-top: calc(var(--gap)*16);
    padding-bottom: calc(var(--gap)*16)
}

@media screen and (min-width:1024px) {
    .flex-section-max_size-large {
        padding-top: calc(var(--gap)*32);
        padding-bottom: calc(var(--gap)*32)
    }
}

.flex-section-max_padding-none {
    padding-top: 0;
    padding-bottom: 0
}

.flex-section-max_padding-top {
    padding-bottom: 0
}

.flex-section-max_padding-bottom {
    padding-top: 0
}

.flex-section-max__inner {
    border-radius: 1rem;
    max-width: 1240px;
    margin: 0 auto;
    padding: 8rem
}

.flex-section-max__head {
    text-align: center;
    margin: 0 0 calc(var(--gap)*10)0
}

@media screen and (min-width:1024px) {
    .flex-section-max__head {
        margin: 0 0 calc(var(--gap)*14)0
    }
}

.flex-section-head {
    flex-direction: column;
    display: flex
}

.flex-section-head_alignment-left {
    text-align: left;
    align-items: flex-start
}

.flex-section-head_alignment-center {
    text-align: center;
    align-items: center
}

.flex-section-head_alignment-right {
    text-align: right;
    align-items: flex-end
}

.flex-section-head__heading+.flex-section-head__description {
    margin: calc(var(--gap)*4)0 0 0
}

.flex-section-head__description_default {
    max-width: 60rem
}

.flex-section-head__description_large {
    max-width: 98rem
}

.flex-feature {
    flex-direction: column;
    height: 100%;
    display: flex
}

.flex-feature__icon {
    margin: 0 0 2rem
}

.flex-feature__head {
    flex-direction: column;
    margin-bottom: 1rem;
    display: flex
}

.flex-feature__head_inline {
    flex-direction: row;
    align-items: center
}

.flex-feature__head_inline .flex-feature__icon {
    margin: 0 2rem 0 0
}

.flex-feature__hr {
    border-top: 1px dashed var(--color-blue-green);
    margin-top: 2.4rem;
    padding-top: 2.4rem
}

.flex-feature__buttons {
    margin-top: auto;
    padding-top: 2.4rem
}

.flex-card {
    background-color: var(--color-white);
    border-radius: 1rem;
    padding: 2.4rem
}

.flex-grid {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

@media screen and (min-width:768px) {
    .flex-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1024px) {
    .flex-grid_2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .flex-grid_3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .flex-grid_4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.person-card {
    background: var(--color-white);
    flex-direction: column;
    width: 24rem;
    display: flex;
    position: absolute;
    box-shadow: 0 4px 8px #00000014
}

.person-card_inline {
    display: inline-flex;
    position: relative
}

.person-card__link {
    background: var(--color-red);
    display: block;
    position: relative
}

.person-card__photo {
    transition: opacity .3s var(--easeInOutCubic)
}

.person-card__link-text {
    z-index: 2;
    text-align: center;
    transform: translateY(-50%, -50%);
    color: var(--color-white);
    text-align: center;
    opacity: 0;
    transition: opacity .3s var(--easeInOutCubic);
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 2rem;
    right: 2rem
}

.is-desktop .person-card:hover {
    z-index: 2
}

.is-desktop .person-card:hover a .person-card__photo {
    opacity: .25
}

.is-desktop .person-card:hover .person-card__link-text {
    opacity: 1
}

.person-card__details {
    padding: 1.6rem
}

.person-card__name {
    color: var(--color-red);
    font-size: 1.6rem;
    font-weight: 600
}

.person-card__function {
    opacity: .5;
    padding-bottom: 1.6rem;
    font-size: 1.6rem
}

.person-card__previously {
    opacity: .5;
    font-size: 1.4rem
}

.person-card__logo {
    max-width: 12rem;
    height: 4rem;
    padding-top: .8rem
}

.c-hero-home {
    padding: 2rem 0 5rem
}

@media screen and (min-width:1024px) {
    .c-hero-home {
        padding: 8rem 0 6rem
    }
}

@media screen and (min-width:1280px) {
    .c-hero-home {
        padding: 12rem 0 8rem
    }
}

.c-hero-home .container {
    height: 100%
}

.c-hero-home__image,
.c-hero-home__content {
    flex-basis: 100%
}

@media screen and (min-width:1024px) {

    .c-hero-home__image,
    .c-hero-home__content {
        flex-basis: 50%
    }
}

.c-hero-home__image-inner h1,
.c-hero-home__image-inner .heading-1,
.c-hero-home__image-inner .section-head__heading-h1,
.c-hero-home__content-inner h1,
.c-hero-home__content-inner .heading-1,
.c-hero-home__content-inner .section-head__heading-h1 {
    font-weight: 600;
    line-height: 1.21
}

.c-hero-home__image-text,
.c-hero-home__content-text {
    max-width: 60rem;
    margin: 1rem 0 4rem
}

.c-hero-home__image-text span,
.c-hero-home__content-text span {
    color: var(--color-red)
}

.c-hero-home__content {
    order: 2;
    padding-top: 3rem
}

@media screen and (min-width:1024px) {
    .c-hero-home__content {
        order: 0;
        padding-top: 0
    }
}

.c-hero-home__image {
    min-height: 27rem;
    position: relative
}

@media screen and (min-width:768px) {
    .c-hero-home__image {
        min-height: 41rem
    }
}

.c-hero-home__image img {
    width: 100%
}

.c-hero-home__button {
    text-align: center
}

@media screen and (min-width:1024px) {
    .c-hero-home__button {
        text-align: left
    }
}

.c-hero-1 {
    min-height: 40rem;
    padding: 3rem 0 5rem;
    position: relative
}

@media screen and (min-width:768px) {
    .c-hero-1 {
        height: 75vh;
        padding: 3rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-hero-1 {
        height: 80vh;
        padding: 5rem 0
    }
}

.c-hero-1 .container {
    height: 100%
}

.c-hero-1__background {
    height: 60vh;
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0
}

@media screen and (min-width:768px) {
    .c-hero-1__background {
        width: 40vw;
        height: auto;
        top: 5rem;
        right: auto
    }
}

.c-hero-1__content {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 30vh;
    display: flex
}

@media screen and (min-width:768px) {
    .c-hero-1__content {
        padding-top: 0
    }
}

.c-hero-1__content-inner {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 60rem;
    display: flex
}

.c-hero-1__icon {
    text-align: center
}

.c-hero-1__icon-inner {
    background: #fff;
    border-radius: 2rem;
    padding: 2rem;
    display: inline-block;
    box-shadow: 0 0 1px #0000000a, 0 2px 6px #0000000a, 0 10px 20px #0000000a
}

.c-hero-1__label {
    padding: 2rem 0 1rem
}

.c-hero-1__text {
    padding: 1rem 0 4rem
}

.c-hero-2 {
    min-height: 40rem;
    padding: 7rem 0 5rem;
    position: relative
}

@media screen and (min-width:1024px) {
    .c-hero-2 {
        align-items: center;
        padding: 10rem 0 8rem;
        display: flex
    }
}

.c-hero-2__content,
.c-hero-2__image {
    flex-basis: 100%
}

@media screen and (min-width:1024px) {

    .c-hero-2__content,
    .c-hero-2__image {
        flex-basis: 50%
    }
}

.c-hero-2__content {
    order: 2;
    max-width: 60rem
}

@media screen and (min-width:1024px) {
    .c-hero-2__content {
        order: 0;
        margin-bottom: 0
    }

    .c-hero-2__content h1,
    .c-hero-2__content .heading-1,
    .c-hero-2__content .section-head__heading-h1 {
        font-size: 4rem;
        line-height: 1.21
    }
}

@media screen and (min-width:1280px) {

    .c-hero-2__content h1,
    .c-hero-2__content .heading-1,
    .c-hero-2__content .section-head__heading-h1 {
        font-size: 5rem
    }
}

.c-hero-2__label {
    padding: 0 0 2rem
}

.c-hero-2__text {
    max-width: 60rem;
    padding: 1rem 0 4rem
}

.c-hero-2__image {
    text-align: center;
    margin-bottom: 3rem
}

@media screen and (min-width:1024px) {
    .c-hero-2__image {
        text-align: right;
        margin-bottom: 0
    }
}

.c-hero-2__image img {
    width: 100%;
    max-width: 34rem
}

@media screen and (min-width:576px) {
    .c-hero-2__image img {
        max-width: 56rem
    }
}

.flex-hero {
    min-height: 40rem;
    position: relative
}

@media screen and (min-width:1024px) {
    .flex-hero {
        align-items: center;
        display: flex
    }
}

.flex-hero__content,
.flex-hero__image {
    flex-basis: 100%
}

@media screen and (min-width:1024px) {

    .flex-hero__content,
    .flex-hero__image {
        flex-basis: 50%
    }
}

.flex-hero__content {
    order: 2;
    max-width: 60rem
}

@media screen and (min-width:1024px) {
    .flex-hero__content {
        order: 0;
        margin-bottom: 0
    }

    .flex-hero__content h1,
    .flex-hero__content .heading-1,
    .flex-hero__content .section-head__heading-h1 {
        font-size: 4rem;
        line-height: 1.21
    }
}

@media screen and (min-width:1280px) {

    .flex-hero__content h1,
    .flex-hero__content .heading-1,
    .flex-hero__content .section-head__heading-h1 {
        font-size: 5rem
    }
}

.flex-hero__label {
    padding: 0 0 2rem
}

.flex-hero__text {
    max-width: 60rem;
    padding: 1rem 0 4rem
}

.flex-hero__image {
    text-align: center;
    margin-bottom: 3rem
}

@media screen and (min-width:1024px) {
    .flex-hero__image {
        text-align: right;
        margin-bottom: 0
    }
}

.flex-hero__image img {
    width: 100%;
    max-width: 34rem
}

@media screen and (min-width:576px) {
    .flex-hero__image img {
        max-width: 56rem
    }
}

.flex-hero__buttons {
    align-items: center;
    display: flex
}

.flex-hero__button:not(:last-child) {
    margin-right: 2.4rem
}

.hero-partner {
    min-height: 40rem;
    padding: 7rem 0 5rem;
    position: relative
}

@media screen and (min-width:1024px) {
    .hero-partner {
        align-items: center;
        padding: 10rem 0 8rem;
        display: flex
    }
}

.hero-partner__content,
.hero-partner__image {
    flex-basis: 100%
}

@media screen and (min-width:1024px) {

    .hero-partner__content,
    .hero-partner__image {
        flex-basis: 50%
    }
}

.hero-partner__content {
    order: 2;
    max-width: 60rem
}

@media screen and (min-width:1024px) {
    .hero-partner__content {
        order: 0;
        margin-bottom: 0
    }

    .hero-partner__content h1,
    .hero-partner__content .heading-1,
    .hero-partner__content .section-head__heading-h1 {
        font-size: 4rem;
        line-height: 1.21
    }
}

@media screen and (min-width:1280px) {

    .hero-partner__content h1,
    .hero-partner__content .heading-1,
    .hero-partner__content .section-head__heading-h1 {
        font-size: 5rem
    }
}

.hero-partner__label {
    padding: 0 0 2rem
}

.hero-partner__list {
    align-self: flex-start;
    max-width: 60rem;
    padding: 1rem 0 4rem
}

.hero-partner__item {
    padding-left: 2.8rem;
    position: relative
}

.hero-partner__item .icon {
    color: var(--color-red);
    position: absolute;
    top: .2rem;
    left: 0
}

.hero-partner__item:not(:last-child) {
    padding-bottom: 1.5rem
}

.hero-partner__text {
    max-width: 60rem;
    padding: 1rem 0 4rem
}

.hero-partner__image {
    margin-bottom: 3rem
}

@media screen and (min-width:1024px) {
    .hero-partner__image {
        margin-bottom: 0
    }
}

.hero-partner__source {
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width:576px) {
    .hero-partner__source {
        max-width: 56rem
    }
}

@media screen and (min-width:1024px) {
    .hero-partner__source {
        margin: 0 0 0 auto
    }
}

.hero-partner__logo {
    top: calc(var(--gap)*4);
    left: calc(var(--gap)*4);
    z-index: 2;
    background-color: var(--color-white);
    border-radius: var(--border-radius-large);
    padding: calc(var(--gap)*3);
    max-width: 12rem;
    position: absolute
}

.hero-partner__logo img {
    width: 100%;
    height: auto;
    display: block
}

.c-services-home {
    background: var(--color-grey-10);
    border-radius: 1rem;
    margin: 0 .5rem 5rem;
    padding: 5.6rem 0 7rem
}

@media screen and (min-width:1024px) {
    .c-services-home {
        margin: 0 2rem 9rem;
        padding: 9.6rem 0 14rem
    }
}

.c-sh-title {
    text-align: center;
    margin-bottom: 4rem
}

@media screen and (min-width:1280px) {
    .c-sh-title {
        margin-bottom: 6rem
    }
}

.c-sh-title h2,
.c-sh-title .heading-2,
.c-sh-title .section-head__heading-h2 {
    margin-bottom: 1.5rem
}

.c-sh-title .sub {
    max-width: 600px;
    margin: 0 auto
}

.c-sh-container {
    max-width: 110rem
}

.c-sh-row {
    justify-content: center;
    margin: 0
}

@media screen and (min-width:1024px) {
    .c-sh-row {
        justify-content: flex-start;
        margin: -1.5rem
    }
}

.c-sh-col {
    flex-basis: 100%;
    max-width: 540px
}

.c-sh-col:not(:first-child) {
    padding-top: 3rem
}

@media screen and (min-width:1024px) {
    .c-sh-col {
        flex-basis: 50%;
        max-width: 50%;
        padding: 1.5rem !important
    }
}

.c-sh-col .box {
    background: #fff;
    border-radius: 1rem;
    flex-direction: column;
    height: 100%;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 .1rem #0000000a, 0 .2rem .6rem #0000000a, 0 1.5rem 2.4rem #0000000f
}

.c-sh-col .header {
    position: relative
}

.c-sh-col .header:after {
    content: "";
    padding-bottom: 46.5%;
    display: block
}

.c-sh-col .header figure {
    width: 100%;
    height: 100%;
    position: absolute
}

.c-sh-col .header figure img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.c-sh-col .header .icon {
    background: #fff;
    border-radius: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    display: flex;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 0 .1rem #0000000a, 0 .2rem .6rem #0000000a, 0 1.6rem 2.4rem #0000000f
}

@media screen and (min-width:576px) {
    .c-sh-col .header .icon {
        width: 8rem;
        height: 8rem;
        bottom: -3rem
    }
}

.c-sh-col .header .icon img {
    width: auto;
    height: 3.5rem
}

@media screen and (min-width:768px) {
    .c-sh-col .header .icon img {
        height: 4rem
    }
}

.c-sh-col .content {
    text-align: center;
    color: var(--color-black);
    flex-grow: 1;
    height: 100%;
    padding: 4rem 1rem
}

@media screen and (min-width:576px) {
    .c-sh-col .content {
        padding: 4rem 2.8rem 3.6rem
    }
}

@media screen and (min-width:1280px) {
    .c-sh-col .content {
        padding: 5rem 6.8rem 6.6rem
    }
}

.c-sh-col .content-inner {
    width: 100%;
    height: 100%
}

.c-sh-col .title {
    justify-self: center;
    font-size: calc(1rem + 2.4vw);
    font-weight: 600
}

@media screen and (min-width:768px) {
    .c-sh-col .title {
        font-size: 2.6rem;
        line-height: 4rem
    }
}

.c-sh-col .text {
    justify-self: center;
    max-width: 36rem;
    margin: auto;
    padding: .5rem 0 1rem;
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media screen and (min-width:576px) {
    .c-sh-col .text {
        padding: .5rem 0 1.5rem
    }
}

.c-sh-col .btn {
    border: .2rem solid var(--color-black);
    background: #fff;
    border-radius: .8rem;
    justify-self: center;
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-decoration: none;
    transition: all .4s;
    display: inline-block;
    box-shadow: .2rem .2rem #000
}

.c-sh-col .btn:hover {
    color: var(--color-red);
    border: .2rem solid var(--color-red);
    box-shadow: none
}

.c-list-dropdown-image {
    color: var(--color-black);
    padding: 6rem 0
}

@media screen and (min-width:1024px) {
    .c-list-dropdown-image {
        padding: 8rem 0
    }
}

.c-ldi-row {
    justify-content: center
}

@media screen and (min-width:1024px) {
    .c-ldi-row {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
}

.c-ldi-title {
    margin-bottom: 3rem
}

@media screen and (min-width:1024px) {
    .c-ldi-title {
        margin-bottom: 5rem
    }
}

.c-ldi-list {
    flex-shrink: 0;
    width: 100%;
    max-width: 60rem;
    padding-right: 0
}

@media screen and (min-width:1024px) {
    .c-ldi-list {
        max-width: 45rem;
        padding-right: 2rem
    }
}

@media screen and (min-width:1280px) {
    .c-ldi-list {
        max-width: 53rem;
        padding-right: 3rem
    }
}

.c-ldi-list .item {
    border: .2rem solid var(--color-grey-30);
    border-radius: var(--border-radius-large);
    cursor: pointer;
    background: #fff;
    flex-direction: column;
    min-height: 8rem;
    padding: 2rem 2.5rem;
    transition: padding .4s;
    display: flex;
    position: relative
}

@media screen and (min-width:768px) {
    .c-ldi-list .item {
        padding: 2rem 3.3rem
    }
}

@media screen and (min-width:1024px) {
    .c-ldi-list .item {
        padding: 2rem 7.4rem 2rem 3.3rem
    }
}

.c-ldi-list .item:hover {
    border-color: var(--color-grey-50)
}

.c-ldi-list .item.show {
    border-color: var(--color-red)
}

.c-ldi-list .item:not(:first-child) {
    margin-top: 1rem
}

.c-ldi-list .item:not(.active) .content,
.c-ldi-list .item:not(.show) .loader {
    display: none
}

.c-ldi-list .item .loader {
    background: var(--color-grey-30);
    width: 4rem;
    height: .2rem;
    display: none;
    position: absolute;
    top: 2rem;
    right: 2rem
}

.c-ldi-list .item .loader span {
    background: var(--color-red);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:1024px) {
    .c-ldi-list .item .loader {
        display: block
    }
}

.c-ldi-list .header {
    letter-spacing: -.02em;
    font-size: calc(1.05rem + 2.4vw);
    font-weight: 600;
    display: flex
}

.c-ldi-list .header .icon {
    padding-right: 1.5rem
}

.c-ldi-list .header .icon img {
    max-width: 3rem
}

@media screen and (min-width:576px) {
    .c-ldi-list .header {
        font-size: 1.8rem;
        line-height: 2.6rem
    }
}

.c-ldi-list .content {
    padding-top: .5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    transition: height .5s;
    overflow: hidden
}

.c-ldi-list .content .m-show {
    margin: 1rem auto
}

@media screen and (min-width:1024px) {
    .c-ldi-list .content .m-show {
        display: none
    }
}

.c-ldi-image {
    background: var(--color-grey-10);
    border-radius: 1rem;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 8rem 6rem;
    display: none;
    position: relative
}

.c-ldi-image figure {
    display: none
}

@media screen and (min-width:1024px) {
    .c-ldi-image {
        display: flex
    }
}

.c-programs {
    background: var(--color-grey-10);
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media screen and (min-width:576px) {
    .c-programs {
        padding-top: 7rem;
        padding-bottom: 8rem
    }
}

@media screen and (min-width:1280px) {
    .c-programs {
        padding-top: 11rem;
        padding-bottom: 16rem
    }
}

.c-programs-title {
    flex-direction: column;
    justify-content: space-between;
    max-width: 106rem;
    margin: 0 auto 4rem;
    display: flex
}

@media screen and (min-width:1280px) {
    .c-programs-title {
        flex-direction: row;
        margin: 0 auto 7rem
    }

    .c-programs-title h2,
    .c-programs-title .heading-2,
    .c-programs-title .section-head__heading-h2 {
        flex-shrink: 0;
        padding-right: 15rem
    }
}

.c-programs-title h2.c-programs-title__center,
.c-programs-title .c-programs-title__center.heading-2,
.c-programs-title .c-programs-title__center.section-head__heading-h2 {
    text-align: center;
    flex-grow: 1;
    padding-right: 0
}

.c-programs-title .sub {
    max-width: 60rem
}

.c-programs-row {
    justify-content: center;
    margin: -.7rem
}

.c-programs-col {
    color: var(--color-black);
    flex-basis: 100%;
    max-width: 100%
}

.c-programs-col:not(:last-child) {
    padding-bottom: 1.5rem
}

@media screen and (min-width:768px) {
    .c-programs-col {
        flex-basis: 50%;
        max-width: 50%;
        padding: .7rem !important
    }
}

@media screen and (min-width:1280px) {
    .c-programs-col {
        flex-basis: 25%;
        max-width: 25%
    }

    .c-programs-col.lg {
        flex-basis: 33.333%;
        max-width: 33.333%
    }
}

.c-programs-col .box {
    opacity: 0;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 1rem;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 2.5rem;
    transition: all .3s;
    display: flex;
    transform: translateY(5rem);
    box-shadow: 0 0 .1rem #0000000a, 0 0 .2rem #0000000f, 0 .4rem .8rem #0000000a
}

.c-programs-col .box.active {
    border: 4px solid var(--color-red)
}

@media screen and (min-width:576px) {
    .c-programs-col .box {
        padding: 3rem;
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

.c-programs-col .icon {
    margin-bottom: 1rem
}

.c-programs-col .title {
    letter-spacing: -.02em;
    margin-bottom: 1.1rem;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3rem
}

.c-programs-col .text {
    align-self: flex-start
}

.c-programs-col ul {
    border-top: 1px dashed var(--color-grey-30);
    align-self: flex-start;
    margin-top: 2rem;
    padding: 2rem 0
}

.c-programs-col ul li {
    padding-left: 2.8rem;
    position: relative
}

.c-programs-col ul li svg {
    position: absolute;
    top: .2rem;
    left: 0
}

.c-programs-col ul li:not(:last-child) {
    padding-bottom: 1.5rem
}

.c-programs-col .c-button,
.c-programs-col .c-apply-form .matador-button,
.c-apply-form .c-programs-col .matador-button {
    align-self: center;
    margin-top: auto
}

.c-programs-col.is-in-view .box {
    opacity: 1;
    transform: translate(0, 0)
}

.digital-product-studio .c-programs {
    background: var(--color-blue-green)
}

.c-customer-logos {
    padding: 3rem 0 6rem
}

@media screen and (min-width:768px) {
    .c-customer-logos {
        padding: 4rem 0 6rem
    }
}

@media screen and (min-width:1280px) {
    .c-customer-logos {
        padding: 6rem 0
    }
}

.c-customer-logos.big .c-cl-logo {
    text-align: center;
    height: 12rem
}

@media screen and (min-width:1024px) {
    .c-customer-logos.big .c-cl-logo {
        height: 13rem
    }
}

.c-customer-logos.big .c-cl-logo.link {
    border: 1px solid var(--color-grey-30);
    border-radius: 1rem
}

.c-customer-logos.big .c-cl-logo.link .c-cl-logo__logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8rem;
    padding: 0 2rem;
    display: flex
}

.c-customer-logos.big .c-cl-logo.link .c-cl-logo__link {
    width: 100%
}

.c-customer-logos.big .c-cl-row {
    max-width: 100rem
}

.c-cl-header {
    text-align: center;
    padding: 0 0 4rem
}

@media screen and (min-width:1280px) {
    .c-cl-header {
        padding: 2rem 0 4rem
    }
}

.c-cl-row {
    justify-content: space-between;
    max-width: 85rem;
    margin: 3rem auto 0
}

.c-cl-logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 1rem);
    height: 4.2rem;
    margin-bottom: 2rem;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-cl-logo {
        width: calc(25% - 1rem);
        margin-bottom: 3rem
    }
}

.c-cl-logo img {
    max-width: 100%;
    max-height: 100%
}

.c-quote {
    background: var(--color-blue-green);
    color: var(--color-black);
    border-radius: 1rem;
    margin: 4rem 0;
    padding: 4rem 2rem
}

@media screen and (min-width:576px) {
    .c-quote {
        padding: 4rem 3rem
    }
}

@media screen and (min-width:768px) {
    .c-quote {
        margin: 6rem 0;
        padding: 5rem 5.6rem
    }
}

@media screen and (min-width:1024px) {
    .c-quote {
        padding: 8rem 8.6rem
    }
}

.c-quote-container {
    max-width: 75rem
}

.c-quote-row {
    flex-direction: column;
    align-items: center
}

.c-quote-logo {
    margin-bottom: 1rem
}

@media screen and (min-width:768px) {
    .c-quote-logo {
        margin-bottom: 2rem
    }
}

.c-quote-content {
    text-align: center;
    letter-spacing: -.02em;
    margin-bottom: 3rem;
    font-size: calc(1rem + 2.4vw);
    font-weight: 600
}

@media screen and (min-width:768px) {
    .c-quote-content {
        font-size: calc(1.1rem + 2.4vw)
    }
}

@media screen and (min-width:1024px) {
    .c-quote-content {
        font-size: 3.4rem;
        line-height: 4.2rem
    }
}

.c-quote-author {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media screen and (min-width:768px) {
    .c-quote-author {
        margin-bottom: 3rem
    }
}

.c-quote-author strong {
    font-weight: 600;
    display: block
}

@media screen and (min-width:576px) {
    .c-quote-author strong {
        display: inline
    }
}

.c-slider-approach {
    background: var(--color-white);
    padding: 4rem 0
}

@media screen and (min-width:768px) {
    .c-slider-approach {
        padding: 6rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-slider-approach {
        padding: 8rem 0
    }
}

@media screen and (min-width:1280px) {
    .c-slider-approach {
        padding: 9.5rem 0
    }
}

.c-slider-approach .container {
    width: 100%;
    max-width: none
}

.c-sa__content {
    text-align: center;
    flex-basis: 100%;
    padding: 0 2rem 4rem
}

@media screen and (min-width:1280px) {
    .c-sa__content {
        display: none
    }
}

.c-sa__content h3,
.c-sa__content .heading-3,
.c-sa__content .section-head__heading-h3 {
    font-weight: 600;
    line-height: 1.21
}

.c-sa__content-text {
    max-width: 64rem;
    margin: 0 auto;
    padding-top: 1rem
}

.c-sa__swiper {
    width: 100%;
    position: relative
}

.c-sa__swiper .swiper-container {
    width: 100%
}

.c-sa__slide {
    border: 2px solid var(--color-grey-30);
    border-radius: var(--border-radius-large);
    opacity: .5;
    width: 28rem;
    height: auto;
    padding: 4rem 2rem 5rem;
    transition: all .4s
}

.c-sa__slide:first-child {
    opacity: 1
}

@media screen and (min-width:1024px) {
    .c-sa__slide {
        width: 50%;
        max-width: 48rem;
        padding: 4rem 3rem
    }
}

@media screen and (min-width:1280px) {
    .c-sa__slide {
        width: 33.3333%;
        max-width: 48rem;
        padding: 4rem
    }
}

@media screen and (min-width:1440px) {
    .c-sa__slide {
        width: calc(33.3333% - 3rem);
        max-width: 52rem;
        padding: 7rem 5rem 9rem
    }
}

.c-sa__slide-count {
    border: 2px solid var(--color-red);
    color: var(--color-red);
    border-radius: 5rem;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-sa__slide-count {
        width: 5rem;
        height: 5rem;
        font-size: 2rem
    }
}

.c-sa__slide h5,
.c-sa__slide .heading-5,
.c-sa__slide .section-head__heading-h5 {
    padding: 1.5rem 0 2rem
}

.c-sa__slide.initial {
    display: none
}

@media screen and (min-width:1280px) {
    .c-sa__slide.initial {
        box-shadow: none;
        box-shadow: none;
        border: none;
        display: block
    }
}

.c-sa__slide.swiper-slide-active {
    border-color: var(--color-red);
    opacity: 1;
    box-shadow: var(--box-shadow)
}

@media screen and (max-width:1279px) {
    .c-sa__slide.swiper-slide-next {
        border-color: var(--color-red);
        opacity: 1
    }

    .c-sa__slide.swiper-slide-active {
        border-color: var(--color-grey-30);
        opacity: .5
    }
}

.c-sa__nav {
    padding-top: 5rem;
    position: relative
}

.c-sa__nav-line {
    border-top: 1px dashed var(--color-grey-30);
    z-index: 0;
    position: absolute;
    top: 6.9rem;
    left: 0;
    right: 0
}

.c-sa__nav-bullets {
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 2rem;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-sa__nav-bullets {
        width: 80%;
        margin: auto;
        padding: 0 3rem
    }
}

.c-sa__nav-bullets.only-mobile {
    display: flex
}

@media screen and (min-width:1280px) {
    .c-sa__nav-bullets.only-mobile {
        display: none
    }
}

.c-sa__nav-bullets:not(.only-mobile) {
    display: none
}

@media screen and (min-width:1280px) {
    .c-sa__nav-bullets:not(.only-mobile) {
        display: flex
    }
}

.c-sa__nav-bullets:not(.only-mobile) .c-sa__nav-bullet[data-slide-to="0"] {
    opacity: 0;
    pointer-events: none
}

@media screen and (min-width:1280px) {
    .c-sa__nav-bullets:not(.only-mobile) .c-sa__nav-bullet[data-slide-to="0"] {
        display: none
    }
}

.c-sa__nav-bullet {
    cursor: pointer;
    justify-content: center
}

.c-sa__nav-bullet-count {
    border: 2px solid var(--color-black);
    background: var(--color-white);
    z-index: 1;
    border-radius: 5rem;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1;
    display: flex
}

.c-sa__nav-bullet-label {
    text-align: center;
    max-width: 20rem;
    padding-top: 1rem
}

.c-sa__nav-bullet.is-active .c-sa__nav-bullet-count {
    color: var(--color-red);
    border-color: var(--color-red)
}

.c-sa__nav-bullet.is-active .c-sa__nav-bullet-label {
    color: var(--color-red)
}

.c-why-list {
    padding-bottom: 5rem
}

@media screen and (min-width:768px) {
    .c-why-list {
        padding-bottom: 8rem
    }
}

.c-why-list.red {
    background: var(--color-pink)
}

.c-why-list.grey {
    background: var(--color-grey-10)
}

.c-why-list.beige {
    background: var(--color-beige)
}

.c-why-list.bluegreen {
    background: var(--color-blue-green)
}

.c-why-list.bluegray {
    background: var(--color-blue-grey)
}

.c-why-list.twocolumns {
    width: 100%;
    max-width: 140rem;
    margin: auto
}

.c-why-list__label {
    padding: 2rem;
    box-shadow: inset 0 -1px #fff3
}

@media screen and (min-width:768px) {
    .c-why-list__label {
        padding: 2rem 3rem
    }
}

@media screen and (min-width:1024px) {
    .c-why-list__label {
        padding: 2rem 4rem
    }
}

@media screen and (min-width:1280px) {
    .c-why-list__label {
        padding: 3rem 6rem
    }
}

.c-why-list__header {
    text-align: center;
    padding: 4rem 0
}

@media screen and (min-width:768px) {
    .c-why-list__header {
        padding: 5rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-why-list__header {
        padding: 7rem 0
    }
}

.c-why-list__header-text {
    padding-top: 1rem
}

.c-why-list__grid {
    flex-wrap: wrap;
    display: flex
}

.c-why-list__grid.twocolumns {
    max-width: 90rem;
    margin: auto;
    padding: 3rem 0
}

@media screen and (min-width:768px) {
    .c-why-list__grid.twocolumns {
        padding: 5rem 3rem
    }
}

@media screen and (min-width:1024px) {
    .c-why-list__grid.twocolumns {
        padding: 5rem
    }
}

@media screen and (min-width:768px) {
    .c-why-list__grid.twocolumns .c-why-list__block {
        flex-basis: 50%
    }
}

.c-why-list__grid.threecolumns {
    padding: 1rem 0
}

@media screen and (min-width:768px) {
    .c-why-list__grid.threecolumns {
        padding: 2rem 3rem
    }
}

@media screen and (min-width:1024px) {
    .c-why-list__grid.threecolumns {
        padding: 3rem 5rem
    }
}

@media screen and (min-width:768px) {
    .c-why-list__grid.threecolumns .c-why-list__block {
        flex-basis: 50%
    }
}

@media screen and (min-width:1024px) {
    .c-why-list__grid.threecolumns .c-why-list__block {
        flex-basis: 33.333%
    }
}

.c-why-list__button {
    text-align: center;
    padding: 1rem 0 0
}

@media screen and (min-width:1024px) {
    .c-why-list__button {
        padding: 2rem 0 0
    }
}

.c-why-list__block {
    flex-basis: 100%;
    padding: 0 1rem 3rem
}

@media screen and (min-width:1024px) {
    .c-why-list__block {
        padding: 0 1.5rem 4rem
    }
}

@media screen and (min-width:1280px) {
    .c-why-list__block {
        padding: 0 1.5rem 5rem
    }
}

.c-why-list__block-icon {
    padding-bottom: 1rem
}

@media screen and (min-width:1024px) {
    .c-why-list__block-icon {
        padding-bottom: 2rem
    }
}

.c-why-list__block-icon img {
    width: auto;
    height: 4rem
}

.c-why-list__block h6,
.c-why-list__block .c-jobs-list .teamtailor-jobs__job-title,
.c-jobs-list .c-why-list__block .teamtailor-jobs__job-title,
.c-why-list__block .heading-6,
.c-why-list__block .card-download__form ._form-thank-you,
.card-download__form .c-why-list__block ._form-thank-you,
.c-why-list__block .section-head__heading-h6 {
    padding-bottom: 1rem
}

.c-why-list__block-text {
    max-width: 36rem
}

.c-wc {
    padding: 3rem 0
}

@media screen and (min-width:768px) {
    .c-wc {
        padding: 5rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-wc {
        padding: 7rem 0
    }
}

.c-wc__header {
    text-align: center;
    padding-bottom: 1rem
}

@media screen and (min-width:1024px) {
    .c-wc__header {
        padding-bottom: 3rem
    }
}

.c-wc__header h3,
.c-wc__header .heading-3,
.c-wc__header .section-head__heading-h3 {
    font-weight: 600
}

.c-wc__column {
    flex-basis: 100%;
    padding: 2rem 0
}

@media screen and (min-width:768px) {
    .c-wc__column {
        flex-basis: 50%;
        padding: 2rem 1.5rem
    }
}

.c-wc__column:last-of-type .c-wc__column-inner {
    border: 2px solid var(--color-red)
}

.c-wc__column-inner {
    border: 1px solid var(--color-grey-30);
    border-radius: .8rem;
    height: 100%;
    padding: 4rem 2rem
}

@media screen and (min-width:768px) {
    .c-wc__column-inner {
        padding: 4rem 3rem
    }
}

@media screen and (min-width:1024px) {
    .c-wc__column-inner {
        padding: 4rem 5rem
    }
}

@media screen and (min-width:1280px) {
    .c-wc__column-inner {
        padding: 6rem 8rem
    }
}

.c-wc__column h4,
.c-wc__column .heading-4,
.c-wc__column .section-head__heading-h4 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600
}

@media screen and (min-width:1024px) {

    .c-wc__column h4,
    .c-wc__column .heading-4,
    .c-wc__column .section-head__heading-h4 {
        margin-bottom: 3rem
    }
}

.c-wc__column-text {
    margin-bottom: 1rem
}

@media screen and (min-width:768px) {
    .c-wc__column-text {
        margin-bottom: 2rem
    }
}

.c-wc__column-list-item {
    padding: 1rem 0
}

@media screen and (min-width:768px) {
    .c-wc__column-list-item {
        padding: 1.4rem 0
    }
}

.c-wc__column-list-item:not(:first-of-type) {
    border-top: 1px dashed var(--color-grey-30)
}

.c-wc__column-list-item svg {
    flex-basis: 1.6rem;
    max-width: 1.6rem
}

.c-wc__list-label {
    flex-basis: calc(100% - 1.6rem);
    max-width: calc(100% - 1.6rem);
    padding-left: 1rem
}

.c-wc__list-text {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 1rem
}

.c-hero-digital-studio {
    padding: 0 1rem 1rem
}

@media screen and (min-width:1024px) {
    .c-hero-digital-studio {
        padding: 0 2rem 2rem
    }
}

.c-hds {
    background: var(--color-blue-green);
    border-radius: 1rem;
    min-height: 40rem;
    padding: 7rem 0 3rem;
    position: relative
}

@media screen and (min-width:768px) {
    .c-hds {
        padding: 7rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-hds {
        padding: 10rem 0 13rem
    }
}

.c-hds__header-inner {
    text-align: center;
    justify-content: center;
    max-width: 70rem;
    margin: auto
}

.c-hds__header-icon {
    text-align: center
}

.c-hds__header-icon-inner {
    background: #fff;
    border-radius: 2rem;
    padding: 2rem;
    display: inline-block;
    box-shadow: 0 0 1px #0000000a, 0 2px 6px #0000000a, 0 10px 20px #0000000a
}

.c-hds__header-label {
    padding: 1rem 0 2rem
}

@media screen and (min-width:1024px) {
    .c-hds__header-label {
        padding: 2rem 0
    }
}

.c-hds__header-text {
    padding: 1rem 0 2rem
}

@media screen and (min-width:1024px) {
    .c-hds__header-text {
        padding: 2rem 0 5rem
    }
}

.c-hds__content {
    justify-content: center;
    display: flex
}

.c-hds__content-inner {
    justify-content: space-around
}

.c-hds__service {
    text-align: center;
    flex-basis: 100%;
    padding: 3rem 1rem
}

@media screen and (min-width:768px) {
    .c-hds__service {
        flex-basis: 33rem;
        max-width: 33rem;
        padding: 2rem
    }
}

@media screen and (min-width:1024px) {
    .c-hds__service {
        flex-basis: 42rem;
        max-width: 42rem;
        padding: 2rem 4rem
    }
}

.c-hds__service h5,
.c-hds__service .heading-5,
.c-hds__service .section-head__heading-h5 {
    padding-top: 1rem;
    font-weight: 600;
    line-height: 1.21
}

.c-hds__service-text {
    padding: 1rem 0 2rem
}

@media screen and (min-width:1024px) {
    .c-hds__service-text {
        padding: 1rem 0 3rem
    }
}

.c-hds__service-image {
    height: 20rem;
    margin-bottom: 2rem
}

@media screen and (min-width:1024px) {
    .c-hds__service-image {
        height: 34rem
    }
}

.c-hds__service-image img {
    height: 100%
}

.c-tig {
    background: var(--color-grey-10);
    padding: 3rem 0 5rem
}

@media screen and (min-width:768px) {
    .c-tig {
        padding: 5rem 0 7rem
    }
}

@media screen and (min-width:1024px) {
    .c-tig {
        padding: 7rem 0 10rem
    }
}

.c-tig__header {
    text-align: center;
    margin-bottom: 5rem
}

@media screen and (min-width:1024px) {
    .c-tig__header {
        margin-bottom: 8rem
    }
}

.c-tig__header h3,
.c-tig__header .heading-3,
.c-tig__header .section-head__heading-h3 {
    padding-bottom: 2rem
}

.c-tig__row:not(:last-child) {
    margin-bottom: 5rem
}

@media screen and (min-width:768px) {
    .c-tig__row:not(:last-child) {
        margin-bottom: 8rem
    }
}

@media screen and (min-width:1024px) {
    .c-tig__row:not(:last-child) {
        margin-bottom: 10rem
    }
}

.c-tig__row-content {
    flex-basis: 100%;
    order: 2;
    padding: 2rem 1rem
}

@media screen and (min-width:768px) {
    .c-tig__row-content {
        flex-direction: column;
        flex-basis: 50%;
        order: 0;
        justify-content: center;
        display: flex
    }
}

@media screen and (min-width:1024px) {
    .c-tig__row-content {
        padding: 3rem 4rem
    }
}

@media screen and (min-width:1280px) {
    .c-tig__row-content {
        padding: 3rem 7rem
    }
}

@media screen and (min-width:768px) {
    .c-tig__row:nth-child(2n) .c-tig__row-content {
        order: 2
    }
}

@media screen and (min-width:1280px) {
    .c-tig__row:nth-child(2n) .c-tig__row-content {
        padding: 3rem 7rem
    }
}

.c-tig__row h4,
.c-tig__row .heading-4,
.c-tig__row .section-head__heading-h4 {
    max-width: 45rem;
    font-weight: 600
}

.c-tig__row-text {
    padding: 1rem 0 3rem
}

.c-tig__row-text p {
    max-width: 45rem;
    margin-bottom: 2rem
}

.c-tig__row-text ul li {
    max-width: 45rem;
    padding: 1rem 0 1rem 3rem;
    font-weight: 600;
    position: relative
}

.c-tig__row-text ul li:not(:last-of-type) {
    border-bottom: 1px dashed var(--color-grey-30)
}

.c-tig__row-text ul li:before {
    content: "";
    background: url(check_circle.2c3b8a26.svg) 50%/contain no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 1.6rem;
    left: 0
}

.c-tig__row-image {
    box-shadow: var(--box-shadow-large);
    border-radius: var(--border-radius-large);
    background-color: #fff;
    flex-basis: 100%;
    padding: 1rem
}

@media screen and (min-width:768px) {
    .c-tig__row-image {
        flex-basis: 50%
    }
}

@media screen and (min-width:1024px) {
    .c-tig__row-image {
        padding: 2rem
    }
}

.c-tig__row-image .u-image-holder {
    background-color: #fff
}

.c-ps {
    padding: 1rem
}

@media screen and (min-width:1024px) {
    .c-ps {
        padding: 2rem
    }
}

.c-ps__inner {
    background: var(--color-white);
    border-radius: 2rem;
    padding: 3rem 0
}

@media screen and (min-width:768px) {
    .c-ps__inner {
        padding: 5rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-ps__inner {
        padding: 7rem 0
    }
}

.c-ps__header {
    text-align: center;
    padding-bottom: 2rem
}

@media screen and (min-width:768px) {
    .c-ps__header {
        padding-bottom: 5rem
    }
}

@media screen and (min-width:1024px) {
    .c-ps__header {
        padding-bottom: 7rem
    }
}

.c-ps__problem {
    text-align: center;
    flex-basis: 100%;
    padding: 2rem 1rem
}

@media screen and (min-width:768px) {
    .c-ps__problem {
        flex-basis: 50%;
        padding: 2rem 3rem
    }
}

@media screen and (min-width:1024px) {
    .c-ps__problem {
        flex-basis: 33.333%
    }
}

.c-ps__problem-image {
    padding: 1rem 1rem 2rem
}

.c-ps__problem-image img {
    width: 100%;
    height: auto
}

.c-ps__problem-title {
    max-width: 32rem;
    margin: 0 auto;
    padding-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem
}

.c-ps__problem-text {
    max-width: 32rem;
    margin: 0 auto;
    padding-bottom: 3rem
}

.c-ps__intro {
    margin-bottom: 4rem;
    padding: 8rem 0;
    position: relative
}

.c-ps__intro-inner {
    border-left: 1px dashed var(--color-grey-10);
    text-align: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0
}

.c-ps__intro-inner:after,
.c-ps__intro-inner:before {
    content: "";
    background: var(--color-grey-30);
    width: 1px;
    height: 6rem;
    position: absolute;
    left: 50%
}

.c-ps__intro-inner:after {
    top: 0
}

.c-ps__intro-inner:before {
    bottom: 0
}

.c-ps__intro-icon {
    flex-basis: 3rem;
    max-width: 3rem;
    margin-left: auto;
    padding: 1rem 0
}

.c-ps__intro-icon img {
    width: 100px
}

.c-ps__intro-label {
    margin-right: auto;
    padding-left: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8rem
}

.c-ps__solutions {
    position: relative
}

.c-ps__solutions-header {
    margin-bottom: 4rem
}

.c-ps__solutions-header-inner {
    text-align: center;
    max-width: 70rem;
    margin: auto
}

.c-ps__solutions-header-inner h5,
.c-ps__solutions-header-inner .heading-5,
.c-ps__solutions-header-inner .section-head__heading-h5 {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-weight: 600
}

.c-ps__solutions-text {
    max-width: 60rem;
    margin: 0 auto;
    padding-bottom: 2rem
}

.c-ps__solution {
    flex-basis: 100%;
    position: relative
}

@media screen and (min-width:768px) {
    .c-ps__solution {
        flex-direction: column;
        flex-basis: 50%;
        padding: 0 5rem;
        display: flex
    }
}

@media screen and (min-width:1024px) {
    .c-ps__solution {
        padding: 0 5rem
    }
}

.c-ps__solution:first-child {
    border-bottom: 1px solid var(--color-grey-30);
    margin-bottom: 4rem;
    padding-bottom: 4rem
}

@media screen and (min-width:768px) {
    .c-ps__solution:first-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.c-ps__solution:first-child:after {
    content: "";
    background-color: var(--color-grey-30);
    width: 1px;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (min-width:768px) {
    .c-ps__solution:first-child:after {
        display: block
    }
}

.c-ps__solution-image {
    align-items: center;
    height: 24rem;
    padding: 0 3rem;
    display: flex
}

@media screen and (min-width:768px) {
    .c-ps__solution-image {
        height: 35rem
    }
}

@media screen and (min-width:1024px) {
    .c-ps__solution-image {
        height: 44rem
    }
}

.c-ps__solution-image img {
    height: 100%;
    margin: auto
}

.c-ps__solution-icon {
    padding: 1rem 0
}

.c-ps__solution-icon-inner {
    border-radius: 5rem;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    box-shadow: 0 0 1px #0000000a, 0 0 2px #0000000f, 0 4px 8px #0000000a
}

.c-ps__solution-icon-inner img {
    width: auto;
    height: 1.3rem
}

.c-ps__solution-title {
    margin-bottom: 2rem
}

.c-ps__list-item {
    max-width: 58rem;
    padding: 2rem 0
}

.c-ps__list-item:not(:last-of-type) {
    border-bottom: 1px dashed var(--color-grey-30)
}

.c-ps__list-icon {
    flex-basis: 1.6rem;
    max-width: 1.6rem
}

.c-ps__list-icon img {
    width: 100%;
    height: auto
}

.c-ps__list-text {
    flex-basis: calc(100% - 1.6rem);
    max-width: calc(100% - 1.6rem);
    padding-left: 1rem;
    font-size: 1.6rem
}

@media screen and (min-width:768px) {
    .c-ps__list-text {
        font-size: 1.6rem
    }
}

.c-ps__list-text span {
    font-weight: 600
}

.c-bs {
    padding: 3rem 0 1rem
}

@media screen and (min-width:768px) {
    .c-bs {
        padding: 5rem 0 2rem
    }
}

@media screen and (min-width:1024px) {
    .c-bs {
        padding: 7rem 0 3rem
    }
}

.c-bs__title {
    text-align: center;
    padding-bottom: 3rem
}

@media screen and (min-width:768px) {
    .c-bs__title {
        padding-bottom: 5rem
    }
}

@media screen and (min-width:1024px) {
    .c-bs__title {
        padding-bottom: 7rem
    }
}

.c-bs__title h3,
.c-bs__title .heading-3,
.c-bs__title .section-head__heading-h3 {
    font-weight: 600
}

.c-bs__inner {
    background: var(--color-white);
    border-radius: .8rem;
    padding: 3rem 0
}

@media screen and (min-width:768px) {
    .c-bs__inner {
        padding: 5rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-bs__inner {
        padding: 7rem 0
    }
}

@media screen and (min-width:768px) {
    .c-bs__header-left {
        flex-basis: 78rem;
        max-width: 78rem
    }

    .c-bs__header-right {
        flex-grow: 1;
        justify-content: flex-end;
        align-items: center;
        display: flex
    }
}

.c-bs__header-icon {
    padding-bottom: 1rem
}

.c-bs__header-icon img {
    width: 3.5rem;
    height: auto
}

@media screen and (min-width:768px) {
    .c-bs__header-icon img {
        width: 5rem
    }
}

.c-bs__header h3,
.c-bs__header .heading-3,
.c-bs__header .section-head__heading-h3 {
    padding-bottom: 1rem;
    font-weight: 600
}

.c-bs__header-text {
    padding-bottom: 2rem
}

@media screen and (min-width:768px) {
    .c-bs__header-text {
        padding-bottom: 3rem
    }
}

.c-bs__content-label {
    text-align: center;
    padding: 3rem 0 2rem
}

@media screen and (min-width:768px) {
    .c-bs__content-label {
        padding: 1rem 0 2rem
    }
}

.c-bs__table-head {
    background: var(--color-black);
    border-radius: .8rem;
    justify-content: space-evenly;
    padding: 0 2rem
}

.c-bs__table-head-item {
    color: var(--color-white);
    text-align: center;
    flex-basis: 100%;
    padding: 1rem 0
}

@media screen and (min-width:768px) {
    .c-bs__table-head-item {
        flex-basis: auto;
        padding: 2rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-bs__table-head-item {
        padding: 3rem 0
    }
}

@media screen and (min-width:768px) {
    .c-bs__table-squads {
        flex-wrap: wrap;
        padding-top: 2rem;
        display: flex
    }
}

@media screen and (min-width:1024px) {
    .c-bs__table-squads {
        padding-top: 4rem
    }
}

.c-bs__table-squad {
    margin-top: 2rem;
    position: relative
}

@media screen and (min-width:768px) {
    .c-bs__table-squad {
        flex-basis: calc(33.3333% - 1.33333rem);
        max-width: calc(33.3333% - 1.33333rem);
        margin-top: 0
    }
}

@media screen and (min-width:1024px) {
    .c-bs__table-squad {
        flex-basis: calc(33.3333% - 2.66667rem);
        max-width: calc(33.3333% - 2.66667rem)
    }
}

@media screen and (min-width:1280px) {
    .c-bs__table-squad {
        flex-basis: calc(33.3333% - 4rem);
        max-width: calc(33.3333% - 4rem)
    }
}

@media screen and (min-width:768px) {
    .c-bs__table-squad:not(:last-of-type) {
        flex-basis: calc(33.3333% + .666667rem);
        max-width: calc(33.3333% + .666667rem);
        padding-right: 2rem
    }
}

@media screen and (min-width:1024px) {
    .c-bs__table-squad:not(:last-of-type) {
        flex-basis: calc(33.3333% + 1.33333rem);
        max-width: calc(33.3333% + 1.33333rem);
        padding-right: 4rem
    }
}

@media screen and (min-width:1280px) {
    .c-bs__table-squad:not(:last-of-type) {
        flex-basis: calc(33.3333% + 2rem);
        max-width: calc(33.3333% + 2rem);
        padding-right: 6rem
    }
}

@media screen and (min-width:768px) {
    .c-bs__table-squad:not(:last-of-type) .c-bs__table-line {
        transform: translate(-1rem)
    }
}

@media screen and (min-width:1024px) {
    .c-bs__table-squad:not(:last-of-type) .c-bs__table-line {
        transform: translate(-2rem)
    }
}

@media screen and (min-width:1280px) {
    .c-bs__table-squad:not(:last-of-type) .c-bs__table-line {
        transform: translate(-3rem)
    }
}

.c-bs__table-line {
    border-right: 1px dashed var(--color-grey-50);
    height: 2rem;
    display: none;
    position: absolute;
    top: -2rem;
    left: 50%
}

@media screen and (min-width:768px) {
    .c-bs__table-line {
        display: block
    }
}

@media screen and (min-width:1024px) {
    .c-bs__table-line {
        height: 4rem;
        top: -4rem
    }
}

.c-bs__squad {
    border: 1px solid var(--color-grey-30);
    border-radius: .8rem;
    padding-top: 2rem
}

.c-bs__squad-title {
    color: var(--color-black);
    padding: 0 2rem 1rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.6rem
}

.c-bs__squad>.text-default,
.c-jobs-list .c-bs__squad>.teamtailor-jobs__job-info,
.hs-form fieldset .hs-form-field .input .c-bs__squad>input,
.hs-form fieldset .hs-form-field .input .c-bs__squad>textarea,
.gform_body .ginput_container .c-bs__squad>input,
.gform_body .ginput_container .c-bs__squad>textarea,
.gform_body .ginput_container .c-bs__squad>select {
    padding: 0 2rem
}

.c-bs__squad-line {
    padding: 2rem
}

.c-bs__squad-line-inner {
    border-bottom: 1px dashed var(--color-grey-30)
}

.c-bs__squad-list {
    padding: 0 2rem 1rem
}

.c-bs__squad-item {
    padding-bottom: 1.5rem
}

.c-bs__squad-item svg {
    width: 1.8rem;
    height: auto;
    margin-right: 1rem
}

.c-bs__squad-conclusion {
    background: var(--color-red);
    color: var(--color-white);
    text-align: center;
    border-radius: 0 0 .8rem .8rem;
    margin: 0 -1px -1px;
    padding: 1rem 1.5rem
}

@media screen and (min-width:1024px) {
    .c-bs__squad-conclusion {
        padding: 1.5rem 2rem
    }
}

.c-bs__legend {
    justify-content: center;
    padding-top: 2rem
}

@media screen and (min-width:768px) {
    .c-bs__legend {
        padding-top: 3rem
    }
}

.c-bs__legend-item {
    flex-basis: 100%;
    padding: .5rem 1rem
}

@media screen and (min-width:768px) {
    .c-bs__legend-item {
        flex-basis: auto;
        padding: .5rem 1.5rem
    }
}

.c-bs__legend-item.red {
    color: var(--color-red)
}

.c-bs__legend-item svg {
    margin-right: .5rem
}

.c-ce {
    padding: 3rem 0 1rem
}

@media screen and (min-width:768px) {
    .c-ce {
        padding: 5rem 0 2rem
    }
}

@media screen and (min-width:1024px) {
    .c-ce {
        padding: 7rem 0 3rem
    }
}

.c-ce__inner {
    background: var(--color-white);
    border-radius: .8rem;
    padding: 3rem 0
}

@media screen and (min-width:768px) {
    .c-ce__inner {
        padding: 5rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-ce__inner {
        padding: 7rem 0
    }
}

@media screen and (min-width:768px) {
    .c-ce__header-left {
        flex-basis: 78rem;
        max-width: 78rem
    }

    .c-ce__header-right {
        flex-grow: 1;
        justify-content: flex-end;
        align-items: center;
        display: flex
    }
}

.c-ce__header-icon {
    padding-bottom: 1rem
}

.c-ce__header-icon img {
    width: 3.5rem;
    height: auto
}

@media screen and (min-width:768px) {
    .c-ce__header-icon img {
        width: 5rem
    }
}

.c-ce__header h3,
.c-ce__header .heading-3,
.c-ce__header .section-head__heading-h3 {
    padding-bottom: 1rem;
    font-weight: 600
}

.c-ce__header-text {
    padding-bottom: 2rem
}

@media screen and (min-width:768px) {
    .c-ce__header-text {
        padding-bottom: 3rem
    }
}

.c-ce__content {
    padding: 3rem 0 2rem
}

@media screen and (min-width:1024px) {
    .c-ce__content {
        padding: 1rem 0 3rem
    }
}

.c-ce__content-inner {
    overflow: scroll
}

@media screen and (min-width:1024px) {
    .c-ce__content-inner {
        overflow: hidden
    }
}

.c-ce__content-inner img {
    width: 100%;
    min-width: 65rem;
    height: auto
}

@media screen and (min-width:768px) {
    .c-ce__content-inner img {
        min-width: 80rem
    }
}

@media screen and (min-width:1024px) {
    .c-ce__content-inner img {
        width: 100%;
        min-width: 0
    }
}

.c-iceberg {
    padding: 3rem 0
}

@media screen and (min-width:768px) {
    .c-iceberg {
        padding: 5rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-iceberg {
        padding: 7rem 0
    }
}

.c-iceberg__container {
    width: 100%
}

@media screen and (min-width:768px) {
    .c-iceberg__container {
        width: 90px
    }
}

.c-iceberg__header {
    padding-bottom: 2rem
}

@media screen and (min-width:768px) {
    .c-iceberg__header {
        padding-bottom: 4rem
    }
}

.c-iceberg__header-inner {
    text-align: center;
    max-width: 58rem;
    margin: auto
}

.c-iceberg__header h2,
.c-iceberg__header .heading-2,
.c-iceberg__header .section-head__heading-h2 {
    padding: 1rem 0 3rem
}

.c-iceberg__top .c-iceberg__image {
    border-bottom: 2px solid var(--color-black);
    order: 2;
    padding-right: 1.2%
}

@media screen and (min-width:768px) {
    .c-iceberg__top .c-iceberg__image {
        order: 0;
        justify-content: center;
        align-items: flex-end;
        display: flex
    }
}

.c-iceberg__bottom {
    background: var(--color-grey-10);
    border-radius: 0 0 .8rem .8rem;
    padding-bottom: 3rem
}

@media screen and (min-width:768px) {
    .c-iceberg__bottom {
        padding-bottom: 5rem
    }
}

@media screen and (min-width:1024px) {
    .c-iceberg__bottom {
        padding-bottom: 7rem
    }
}

.c-iceberg__bottom .c-iceberg__image {
    margin-top: -1px
}

.c-iceberg__image {
    text-align: center;
    flex-basis: 100%;
    position: relative
}

@media screen and (min-width:768px) {
    .c-iceberg__image {
        flex-basis: 60%;
        max-width: 60%
    }
}

.c-iceberg__image img {
    width: 70%
}

@media screen and (min-width:1024px) {
    .c-iceberg__image img {
        width: 30%
    }
}

.c-iceberg__image .c-iceberg__arrow {
    width: 4rem;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 2.1rem;
    transform: translateY(50%)
}

@media screen and (min-width:768px) {
    .c-iceberg__image .c-iceberg__arrow {
        width: 4.6rem;
        right: -2.2rem
    }
}

.c-iceberg__text {
    text-align: center;
    flex-basis: 100%;
    padding: 3rem 1rem
}

@media screen and (min-width:768px) {
    .c-iceberg__text {
        text-align: left;
        flex-basis: 40%;
        max-width: 40%;
        padding: 5rem 1rem 5rem 3rem
    }
}

@media screen and (min-width:1024px) {
    .c-iceberg__text {
        padding: 6rem 3rem
    }
}

.c-iceberg__text.bottom .c-iceberg__text-content__title {
    color: var(--color-red)
}

.c-iceberg__text.bottom .c-iceberg__text-content {
    text-align: left
}

.c-iceberg__text-inner {
    max-width: 40rem
}

.c-iceberg__text .c-iceberg__text-title {
    padding-bottom: 1rem
}

.c-iceberg__text-content p {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 1rem
}

@media screen and (min-width:1024px) {
    .c-iceberg__text-content p {
        text-align: left;
        max-width: 100%;
        margin: 0
    }
}

.c-iceberg__text-content ul {
    padding-left: 5%
}

@media screen and (min-width:768px) {
    .c-iceberg__text-content ul {
        padding-left: 0
    }
}

.c-iceberg__text-content ul li {
    padding: 1rem 0 1rem 2.5rem;
    font-size: 1.6rem;
    position: relative
}

.c-iceberg__text-content ul li:before {
    content: "";
    background: url(check_circle.2c3b8a26.svg) 50%/contain no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 1.2rem;
    left: 0
}

.c-iceberg__line {
    border-right: 2px dashed var(--color-black);
    flex-basis: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 4rem
}

@media screen and (min-width:768px) {
    .c-iceberg__line {
        right: 0
    }
}

.c-iceberg__circle {
    border: 2px solid var(--color-red);
    border-radius: 5rem;
    flex-basis: 0;
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: 100%;
    right: 3.1rem
}

.c-iceberg__circle.bottom {
    top: 100%;
    bottom: auto
}

@media screen and (min-width:768px) {
    .c-iceberg__circle {
        right: -.9rem
    }
}

.c-iceberg__bottom-line {
    border-right: 2px dashed var(--color-red);
    flex-basis: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 4rem
}

@media screen and (min-width:768px) {
    .c-iceberg__bottom-line {
        right: 0
    }
}

.c-hero-text {
    margin: 8rem 0 6rem
}

@media screen and (min-width:1024px) {
    .c-hero-text {
        margin: 11.5rem 0 8.5rem
    }
}

.c-ht-box {
    text-align: center;
    color: var(--color-black);
    flex-direction: column;
    justify-content: center;
    max-width: 61rem;
    margin: 0 auto;
    display: flex
}

.c-ht-title {
    margin-bottom: 1rem
}

.c-ht-text {
    max-width: 40rem;
    margin: 0 auto 1rem
}

@media screen and (min-width:576px) {
    .c-ht-text {
        margin: 0 auto 3rem
    }
}

.c-ht-btn a {
    background: var(--color-white);
    border: .2rem solid var(--color-black);
    border-radius: .8rem;
    justify-self: center;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.111;
    text-decoration: none;
    transition: all .4s;
    display: inline-block;
    box-shadow: .2rem .2rem #000
}

.c-ht-btn a:hover {
    color: var(--color-red);
    border: .2rem solid var(--color-red);
    box-shadow: none
}

.c-ht-btn a svg {
    margin-left: 1rem
}

@media screen and (min-width:576px) {
    .c-ht-btn a {
        padding: 1.5rem 2rem;
        font-size: 1.8rem
    }
}

.c-image figure {
    width: 100%
}

.c-image figure img {
    width: 100%;
    height: auto
}

.c-list-image {
    margin: 6rem 0
}

@media screen and (min-width:576px) {
    .c-list-image {
        margin: 8rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-list-image {
        margin: 12.5rem 0 9rem
    }
}

.c-listI-title {
    margin-bottom: 4rem
}

@media screen and (min-width:768px) {
    .c-listI-title {
        margin-bottom: 6rem
    }
}

.c-listI-container.has-image .c-listI-content {
    width: 100%
}

@media screen and (min-width:768px) {
    .c-listI-container.has-image .c-listI-content {
        width: 50%
    }
}

.c-listI-container.has-image .c-listI-image {
    width: 100%
}

@media screen and (min-width:768px) {
    .c-listI-container.has-image .c-listI-image {
        width: 50%
    }
}

.c-listI-container:not(.has-image) .c-listI-list {
    flex-wrap: wrap;
    display: flex
}

.c-listI-container:not(.has-image) .c-listI-list .item {
    width: 100%
}

@media screen and (min-width:768px) {
    .c-listI-container:not(.has-image) .c-listI-list .item {
        width: calc(50% - 3rem)
    }

    .c-listI-container:not(.has-image) .c-listI-list .item:nth-child(odd) {
        margin-right: 3rem
    }
}

.c-listI-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 0 auto;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-listI-wrap {
        flex-direction: row;
        justify-content: flex-start
    }
}

.c-listI-content {
    margin-bottom: 4rem
}

@media screen and (min-width:1024px) {
    .c-listI-content {
        margin: 0
    }
}

.c-listI-content .title {
    letter-spacing: -.02em;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.364
}

@media screen and (min-width:768px) {
    .c-listI-content .title {
        font-size: 2rem
    }
}

.c-listI-list {
    width: 100%
}

.c-listI-list .item {
    border-bottom: 1px dashed var(--color-grey-30);
    padding: 1.5rem 1.8rem 1.5rem 0
}

.c-listI-list .item .text {
    max-width: 44rem
}

.c-process {
    color: var(--color-black);
    margin: 6rem 0
}

@media screen and (min-width:1024px) {
    .c-process {
        margin: 9rem 0
    }
}

.c-process-container {
    background: var(--color-blue-green);
    border-radius: 1rem;
    padding: 5rem 4rem
}

@media screen and (min-width:768px) {
    .c-process-container {
        padding: 7rem 5rem
    }
}

@media screen and (min-width:1280px) {
    .c-process-container {
        padding: 9rem 7rem 11rem
    }
}

.c-process-title h2,
.c-process-title .heading-2,
.c-process-title .section-head__heading-h2 {
    letter-spacing: -.02em;
    text-align: center;
    margin-bottom: 2rem;
    font-size: calc(1.3rem + 2.4vw);
    font-weight: 600;
    line-height: 1.19
}

@media screen and (min-width:768px) {

    .c-process-title h2,
    .c-process-title .heading-2,
    .c-process-title .section-head__heading-h2 {
        margin-bottom: 4rem
    }
}

@media screen and (min-width:1024px) {

    .c-process-title h2,
    .c-process-title .heading-2,
    .c-process-title .section-head__heading-h2 {
        margin-bottom: 5rem;
        font-size: 4.2rem
    }
}

@media screen and (min-width:1280px) {

    .c-process-title h2,
    .c-process-title .heading-2,
    .c-process-title .section-head__heading-h2 {
        margin-bottom: 7rem
    }
}

.c-process-steps {
    flex-wrap: wrap;
    margin: -1rem 0;
    display: flex
}

.c-process-steps:not(:last-child) {
    margin-bottom: 1rem
}

@media screen and (min-width:768px) {
    .c-process-steps:not(:last-child) {
        margin-bottom: 7rem
    }
}

@media screen and (min-width:1280px) {
    .c-process-steps {
        flex-wrap: nowrap
    }
}

.c-process-steps .icon {
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    margin-right: 1.5rem;
    display: flex;
    position: relative
}

@media screen and (min-width:768px) {
    .c-process-steps .icon {
        width: 7rem;
        height: 7rem;
        margin-bottom: 1.5rem;
        margin-right: 0
    }
}

.c-process-steps .icon img {
    width: 2.4rem;
    height: 2.4rem
}

@media screen and (min-width:768px) {
    .c-process-steps .icon img {
        width: 3rem;
        height: 3rem
    }
}

.c-process-steps .item {
    flex-direction: row;
    flex: 1 0 100%;
    align-items: center;
    padding: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.125;
    display: flex;
    position: relative
}

@media screen and (min-width:768px) {
    .c-process-steps .item {
        text-align: center;
        flex-direction: column;
        flex: 1 0 33%;
        font-size: 1.6rem
    }
}

@media screen and (min-width:1024px) {
    .c-process-steps .item {
        flex: 1 0 33%
    }
}

@media screen and (min-width:1280px) {
    .c-process-steps .item {
        flex: 1
    }
}

.c-process-steps .item:last-child .number {
    background: var(--color-red);
    color: var(--color-white)
}

.c-process-steps .item:before {
    content: "";
    left: 3.5rem;
    right: initial;
    border-left: 1px dashed var(--color-white);
    border-bottom: none;
    position: absolute;
    top: 0;
    bottom: 0
}

@media screen and (min-width:768px) {
    .c-process-steps .item:before {
        left: 0;
        right: 0;
        bottom: initial;
        border-left: none;
        border-bottom: 1px dashed var(--color-white);
        top: 4.2rem
    }
}

.c-jobs-list {
    padding: 3rem 0 5rem
}

@media screen and (min-width:768px) {
    .c-jobs-list {
        padding: 5rem 0 7rem
    }
}

@media screen and (min-width:1024px) {
    .c-jobs-list {
        padding: 7rem 0 10rem
    }
}

.c-jobs-list__inner {
    width: 90%;
    max-width: 82rem;
    margin: auto
}

.c-jobs-list__header {
    padding-bottom: 2rem
}

@media screen and (min-width:768px) {
    .c-jobs-list__header {
        padding-bottom: 4rem
    }
}

@media screen and (min-width:1024px) {
    .c-jobs-list__header {
        padding-bottom: 6rem
    }
}

.c-jobs-list__header h3,
.c-jobs-list__header .heading-3,
.c-jobs-list__header .section-head__heading-h3 {
    text-align: center
}

.c-jobs-list__job,
.c-jobs-list .teamtailor-jobs__job {
    border: 2px solid var(--color-grey-30);
    border-radius: var(--border-radius-large);
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1.5rem;
    transition: all .1s;
    display: flex
}

@media screen and (min-width:768px) {

    .c-jobs-list__job,
    .c-jobs-list .teamtailor-jobs__job {
        padding: 3rem
    }
}

.c-jobs-list__job:hover,
.c-jobs-list .teamtailor-jobs__job:hover {
    border: 2px solid var(--color-red);
    text-decoration: none;
    box-shadow: 0 0 1px #0000000a, 0 0 2px #0000000f, 0 4px 8px #0000000a
}

.c-jobs-list__job-description {
    flex-basis: calc(100% - 2.5rem);
    max-width: calc(100% - 2.5rem);
    padding-right: 2rem
}

.c-jobs-list__job-label {
    color: var(--color-red);
    padding-bottom: 1rem
}

.c-jobs-list__job h6,
.c-jobs-list__job .c-jobs-list .teamtailor-jobs__job-title,
.c-jobs-list .c-jobs-list__job .teamtailor-jobs__job-title,
.c-jobs-list .teamtailor-jobs__job h6,
.c-jobs-list .teamtailor-jobs__job .teamtailor-jobs__job-title,
.c-jobs-list__job .heading-6,
.c-jobs-list .teamtailor-jobs__job .heading-6,
.c-jobs-list__job .card-download__form ._form-thank-you,
.c-jobs-list .teamtailor-jobs__job .card-download__form ._form-thank-you,
.card-download__form .c-jobs-list__job ._form-thank-you,
.card-download__form .c-jobs-list .teamtailor-jobs__job ._form-thank-you,
.c-jobs-list .card-download__form .teamtailor-jobs__job ._form-thank-you,
.c-jobs-list__job .section-head__heading-h6,
.c-jobs-list .teamtailor-jobs__job .section-head__heading-h6 {
    padding-bottom: 1rem
}

.c-jobs-list__job-icon {
    color: var(--color-red);
    flex-basis: 1.6rem;
    max-width: 1.6rem
}

@media screen and (min-width:768px) {
    .c-jobs-list__job-icon {
        flex-basis: 2.4rem;
        max-width: 2.4rem
    }
}

.c-jobs-list .teamtailor-jobs__job-wrapper {
    gap: calc(var(--gap)*5);
    flex-direction: column;
    display: flex
}

.c-jobs-list .teamtailor-jobs__job {
    flex-direction: column;
    align-items: self-start;
    gap: 1rem;
    margin: 0;
    display: flex
}

.c-jobs-list .teamtailor-jobs__job-title {
    position: relative;
    padding: 0 !important
}

.c-jobs-list .teamtailor-jobs__job-title:hover {
    color: var(--color-red)
}

.c-tools-overview {
    margin: 4rem 0
}

@media screen and (min-width:768px) {
    .c-tools-overview {
        margin: 6rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-tools-overview {
        margin: 8rem 0
    }
}

.c-to-row {
    flex-wrap: wrap;
    margin: -1rem;
    display: flex
}

@media screen and (min-width:1280px) {
    .c-to-row {
        margin: -1.5rem
    }
}

.c-to-col {
    flex: 1 0 100%;
    padding: 1rem
}

@media screen and (min-width:768px) {
    .c-to-col {
        flex: 0 0 50%
    }
}

@media screen and (min-width:1024px) {
    .c-to-col {
        flex: 0 0 33.3333%
    }
}

@media screen and (min-width:1280px) {
    .c-to-col {
        padding: 1.5rem
    }
}

.c-to-col .box {
    background: var(--color-white);
    border: .1rem solid var(--color-grey-30);
    text-align: center;
    border-radius: 1rem;
    height: 100%;
    padding: 1.5rem 2rem 2rem
}

@media screen and (min-width:768px) {
    .c-to-col .box {
        padding: 2.5rem 4.5rem 3.5rem
    }
}

@media screen and (min-width:1024px) {
    .c-to-col .box {
        padding: 2rem 4rem 3rem
    }
}

@media screen and (min-width:1280px) {
    .c-to-col .box {
        padding: 2.5rem 4.5rem 3.5rem
    }
}

.c-to-col .image {
    background: var(--color-red);
    border-radius: var(--border-radius-large);
    justify-content: center;
    align-items: center;
    height: 13.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px #0000000a, 0 0 2px #0000000f, 0 4px 8px #0000000a
}

.c-to-col .image svg {
    width: 100%;
    max-width: none;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c-to-col .title {
    letter-spacing: -.02em;
    max-width: 25rem;
    margin: 0 auto .5rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.364
}

@media screen and (min-width:768px) {
    .c-to-col .title {
        max-width: 23rem;
        font-size: 2.2rem
    }
}

.c-to-col .description {
    color: #000;
    max-width: 25rem;
    margin: 0 auto 1rem;
    font-size: 1.4rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .c-to-col .description {
        max-width: 23rem;
        margin: 0 auto 2rem;
        font-size: 1.6rem
    }
}

.c-to-col .btn a {
    background: var(--color-white);
    border: .2rem solid var(--color-black);
    border-radius: .8rem;
    justify-self: center;
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.125;
    text-decoration: none;
    transition: all .4s;
    display: inline-block;
    box-shadow: .2rem .2rem #000
}

.c-to-col .btn a:hover {
    color: var(--color-red);
    border: .2rem solid var(--color-red);
    box-shadow: none
}

.c-to-col .btn a svg {
    position: relative;
    top: -2px
}

.c-featured-cases {
    margin: 4rem 0
}

@media screen and (min-width:576px) {
    .c-featured-cases {
        margin: 6rem 0
    }
}

@media screen and (min-width:1280px) {
    .c-featured-cases {
        margin: 9rem 0
    }
}

.c-fc-container {
    max-width: 115rem
}

.c-fc-title h2,
.c-fc-title .heading-2,
.c-fc-title .section-head__heading-h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600
}

@media screen and (min-width:768px) {

    .c-fc-title h2,
    .c-fc-title .heading-2,
    .c-fc-title .section-head__heading-h2 {
        margin-bottom: 4rem
    }
}

@media screen and (min-width:1280px) {

    .c-fc-title h2,
    .c-fc-title .heading-2,
    .c-fc-title .section-head__heading-h2 {
        margin-bottom: 6rem
    }
}

.c-fc-header {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    margin: 0 -1.5rem;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-fc-header {
        margin: 0
    }
}

.c-fc-header .col {
    flex: 1;
    padding: 0 1.5rem
}

@media screen and (min-width:1024px) {
    .c-fc-header .col {
        padding: 0 3rem
    }
}

.c-fc-header .col .box {
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex
}

.c-fc-header .col figure {
    height: 3.5rem
}

@media screen and (min-width:576px) {
    .c-fc-header .col figure {
        height: 6rem
    }
}

.c-fc-header .col figure img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.c-fc-header .col .loader {
    background: var(--color-grey-30);
    width: 100%;
    height: .2rem;
    margin-top: 1rem;
    position: relative
}

.c-fc-header .col .loader span {
    background: var(--color-red);
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.c-fc-header .col.active .loader span {
    display: block
}

.c-fc-slider {
    flex-wrap: nowrap;
    margin-top: 2rem;
    display: flex;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .c-fc-slider {
        margin-top: 4rem
    }
}

@media screen and (min-width:1280px) {
    .c-fc-slider {
        margin-top: 6rem
    }
}

.c-fc-slide {
    color: var(--color-black);
    text-align: left;
    opacity: 0;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0;
    transition: all .4s;
    display: flex;
    position: relative
}

.c-fc-slide.active {
    opacity: 1;
    height: auto
}

@media screen and (min-width:768px) {
    .c-fc-slide {
        opacity: 1;
        text-align: left;
        flex-direction: row;
        justify-content: center;
        height: auto
    }
}

.c-fc-slide .image {
    width: 100%
}

.c-fc-slide .content {
    flex-shrink: 0;
    width: 45.5rem;
    max-width: 100%;
    margin-top: 2rem;
    padding-bottom: 3rem
}

@media screen and (min-width:768px) {
    .c-fc-slide .content {
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 8rem
    }
}

.c-fc-slide .content h3,
.c-fc-slide .content .heading-3,
.c-fc-slide .content .section-head__heading-h3 {
    letter-spacing: -.02em;
    margin-bottom: .5rem;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.19
}

@media screen and (min-width:768px) {

    .c-fc-slide .content h3,
    .c-fc-slide .content .heading-3,
    .c-fc-slide .content .section-head__heading-h3 {
        font-size: calc(1.2rem + 2.4vw)
    }
}

@media screen and (min-width:1280px) {

    .c-fc-slide .content h3,
    .c-fc-slide .content .heading-3,
    .c-fc-slide .content .section-head__heading-h3 {
        font-size: 4.2rem
    }
}

.c-fc-slide .content .text {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .c-fc-slide .content .text {
        margin-bottom: 2.5rem;
        font-size: 2rem
    }
}

.c-fc-slide .content .btn a {
    background: var(--color-white);
    border: .2rem solid var(--color-black);
    border-radius: .8rem;
    justify-self: center;
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2rem;
    text-decoration: none;
    transition: all .4s;
    display: inline-block;
    box-shadow: .2rem .2rem #000
}

.c-fc-slide .content .btn a:hover {
    color: var(--color-red);
    border: .2rem solid var(--color-red);
    box-shadow: none
}

.c-featured-insights {
    border-top: 1px solid var(--color-grey-30);
    padding: 3rem 0 1rem;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .c-featured-insights {
        border-top: none;
        padding: 4rem 0 1rem
    }
}

@media screen and (min-width:1024px) {
    .c-featured-insights {
        padding: 5rem 0 2rem
    }
}

@media screen and (min-width:768px) {
    .c-featured-insights__header {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        display: flex
    }
}

.c-featured-insights__header h3,
.c-featured-insights__header .heading-3,
.c-featured-insights__header .section-head__heading-h3 {
    padding-bottom: 1rem;
    font-weight: 600
}

.c-featured-insights__header-button {
    font-weight: 600
}

.c-featured-insights__header-button svg {
    margin-left: 1rem
}

.c-featured-insights__posts {
    padding: 2rem 0
}

@media screen and (min-width:768px) {
    .c-featured-insights__posts {
        padding: 1rem 0 2rem
    }
}

@media screen and (min-width:1024px) {
    .c-featured-insights__posts {
        padding: 1rem 0 2rem
    }
}

.c-featured-insights__swiper {
    width: 90%;
    max-width: 140rem;
    margin: auto;
    padding: 2rem 0;
    position: relative;
    overflow: visible
}

@media screen and (min-width:1024px) {
    .c-featured-insights__swiper {
        width: 90%
    }
}

@media screen and (min-width:768px) {
    .c-featured-insights__swiper .swiper-pagination {
        display: none
    }
}

.c-featured-insights__swiper .swiper-pagination-bullet {
    background: var(--color-grey-30)
}

.c-featured-insights__swiper .swiper-pagination-bullet-active {
    background: var(--color-red)
}

.c-featured-insights__swiper .c-post {
    opacity: 0;
    width: 30rem
}

@media screen and (min-width:768px) {
    .c-featured-insights__swiper .c-post {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:1024px) {
    .c-featured-insights__swiper .c-post {
        width: 33.3333%
    }
}

.c-featured-insights__swiper.swiper-container-initialized .swiper-slide {
    opacity: 1
}

.c-featured-tools {
    padding: 3rem 0 5rem
}

@media screen and (min-width:768px) {
    .c-featured-tools {
        padding: 4rem 0 6rem
    }
}

@media screen and (min-width:1024px) {
    .c-featured-tools {
        padding: 5rem 0 7rem
    }
}

.c-featured-tools__header {
    padding-bottom: 2rem
}

@media screen and (min-width:768px) {
    .c-featured-tools__header {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        display: flex
    }
}

.c-featured-tools__header h3,
.c-featured-tools__header .heading-3,
.c-featured-tools__header .section-head__heading-h3 {
    padding-bottom: 1rem;
    font-weight: 600
}

.c-featured-tools__header-button {
    font-weight: 600
}

.c-featured-tools__header-button svg {
    margin-left: 1rem
}

.c-featured-tools .c-to-col .image {
    background-position: 50%;
    background-size: cover
}

.c-newsletter {
    padding: 3rem 0
}

@media screen and (min-width:768px) {
    .c-newsletter {
        padding: 5rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-newsletter {
        padding: 7rem 0
    }
}

.c-newsletter__inner {
    width: 90%;
    max-width: 60rem;
    margin: auto
}

.c-newsletter__header {
    text-align: center
}

.c-newsletter__header h3,
.c-newsletter__header .heading-3,
.c-newsletter__header .section-head__heading-h3 {
    color: var(--color-red);
    padding-bottom: .5rem;
    font-weight: 600
}

.c-newsletter ._form-content {
    display: block;
    position: relative
}

.c-newsletter ._form-content label {
    display: none
}

.c-newsletter ._form-content ._full_width {
    flex-basis: 100%;
    max-width: 100%;
    margin: auto;
    padding: 2rem 0 0
}

@media screen and (min-width:768px) {
    .c-newsletter ._form-content ._full_width {
        flex-basis: 80%;
        max-width: 80%
    }
}

.c-newsletter ._form-content ._button-wrapper {
    padding: 1rem;
    display: block;
    position: absolute;
    top: 3.4rem;
    right: 0
}

@media screen and (min-width:768px) {
    .c-newsletter ._form-content ._button-wrapper {
        right: 10%
    }
}

.c-offices {
    background: var(--color-blue-green);
    margin-bottom: 5rem
}

.c-offices .container {
    padding: 4rem 0
}

@media screen and (min-width:768px) {
    .c-offices .container {
        padding: 6rem 0 8rem
    }
}

@media screen and (min-width:1024px) {
    .c-offices .container {
        padding: 8rem 0 10rem
    }
}

@media screen and (min-width:1280px) {
    .c-offices .container {
        padding: 8rem 0 10rem
    }
}

.c-offices-title {
    text-align: center;
    letter-spacing: -.02em;
    margin-bottom: 2rem;
    font-size: calc(1.3rem + 2.4vw);
    font-weight: 600
}

@media screen and (min-width:768px) {
    .c-offices-title {
        margin-bottom: 3.5rem
    }
}

@media screen and (min-width:1024px) {
    .c-offices-title {
        margin-bottom: 5.5rem;
        font-size: 4.2rem;
        line-height: 5rem
    }
}

.c-offices-row {
    margin: -1rem
}

@media screen and (min-width:1024px) {
    .c-offices-row {
        margin: -2rem
    }
}

.c-offices-col {
    flex-basis: 100%;
    min-width: 200px;
    max-width: 380px;
    padding: 1rem
}

@media screen and (min-width:768px) {
    .c-offices-col {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media screen and (min-width:1024px) {
    .c-offices-col {
        flex-basis: 33%;
        max-width: 33%;
        padding: 2rem
    }
}

.c-offices-col .box {
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius-large);
    background: #fff;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 4rem 2.5rem;
    display: flex
}

@media screen and (min-width:576px) {
    .c-offices-col .box {
        padding: 4.5rem 5.5rem 5rem
    }
}

@media screen and (min-width:768px) {
    .c-offices-col .box {
        padding: 4.5rem 2.5rem 5rem
    }
}

@media screen and (min-width:1024px) {
    .c-offices-col .box {
        padding: 5.5rem 5.5rem 6rem
    }
}

.c-offices-col .title {
    letter-spacing: -.02em;
    margin-bottom: 1rem;
    font-size: calc(1.1rem + 2.4vw);
    font-weight: 600
}

@media screen and (min-width:768px) {
    .c-offices-col .title {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1024px) {
    .c-offices-col .title {
        font-size: 3.4rem;
        line-height: 4.2rem
    }
}

.c-offices-col .content {
    margin-bottom: 2rem;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .c-offices-col .content {
        margin-bottom: 3.5rem
    }
}

@media screen and (min-width:1024px) {
    .c-offices-col .content {
        margin-bottom: 6.5rem;
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

.c-offices-col .c-button,
.c-offices-col .c-apply-form .matador-button,
.c-apply-form .c-offices-col .matador-button {
    margin-top: auto
}

.c-сontact {
    color: var(--color-black);
    margin: 4rem 0
}

@media screen and (min-width:768px) {
    .c-сontact {
        margin: 6rem 0
    }
}

.c-сontact-row {
    justify-content: space-around
}

@media screen and (min-width:768px) {
    .c-сontact-row {
        padding: 0 4rem
    }
}

@media screen and (min-width:1280px) {
    .c-сontact-row {
        padding: 0 7rem
    }
}

.c-сontact-col {
    text-align: center;
    flex-direction: column;
    flex-basis: 100%;
    align-items: center;
    max-width: 100%;
    display: flex
}

.c-сontact-col .box {
    width: 100%;
    height: 100%;
    padding: 3rem 0
}

@media screen and (min-width:768px) {
    .c-сontact-col .box {
        padding: 5rem 0
    }
}

@media screen and (min-width:1024px) {
    .c-сontact-col .box {
        padding: 8rem 0
    }
}

@media screen and (min-width:1280px) {
    .c-сontact-col .box {
        padding: 10.5rem 0
    }
}

.c-сontact-col:nth-of-type(2) {
    border-top: 1px dashed var(--color-grey-30);
    border-bottom: 1px dashed var(--color-grey-30)
}

@media screen and (min-width:768px) {
    .c-сontact-col {
        flex-basis: 50%;
        max-width: 50%
    }

    .c-сontact-col:nth-of-type(3) {
        border-top: 1px dashed var(--color-grey-30);
        flex-basis: 100%;
        max-width: 100%
    }

    .c-сontact-col:nth-of-type(2) {
        border-left: 1px dashed var(--color-grey-30);
        border-top: none;
        border-bottom: none
    }
}

@media screen and (min-width:1024px) {
    .c-сontact-col {
        padding: 0;
        border-top: none !important;
        flex-basis: 33% !important;
        max-width: 33% !important
    }

    .c-сontact-col:nth-of-type(2) {
        border-left: 1px dashed var(--color-grey-30);
        border-right: 1px dashed var(--color-grey-30)
    }
}

.c-сontact-title {
    letter-spacing: -.02em;
    margin-bottom: 1rem;
    font-size: calc(1.1rem + 2.4vw);
    font-weight: 600
}

.c-сontact-title span {
    color: var(--color-red)
}

@media screen and (min-width:768px) {
    .c-сontact-title {
        margin-bottom: 3rem;
        font-size: 2.8rem;
        line-height: 3.4rem
    }
}

.c-сontact .btn {
    font-size: 1.6rem;
    text-decoration: none;
    transition: all .4s
}

.c-сontact .btn:hover {
    color: var(--color-red)
}

@media screen and (min-width:768px) {
    .c-сontact .btn {
        font-size: 2rem;
        line-height: 3rem
    }
}

.c-сontact-socials a {
    padding: 0 1rem;
    text-decoration: none
}

.c-сontact-socials a:hover {
    opacity: .8
}

.c-contact-form {
    background-color: var(--color-grey-10);
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media screen and (min-width:768px) {
    .c-contact-form {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media screen and (min-width:1024px) {
    .c-contact-form {
        padding-top: 7rem
    }
}

@media screen and (min-width:1280px) {
    .c-contact-form {
        padding-top: 10rem
    }
}

.c-contact-form__content {
    flex-basis: 100%;
    order: 2
}

@media screen and (min-width:768px) {
    .c-contact-form__content {
        flex-basis: 58.333%;
        order: 0
    }
}

@media screen and (min-width:1024px) {
    .c-contact-form__content {
        padding: 1rem 3rem
    }
}

.c-contact-form__title {
    margin-bottom: 1rem
}

.c-contact-form__image {
    text-align: center;
    flex-basis: 100%;
    margin-bottom: 3rem
}

@media screen and (min-width:768px) {
    .c-contact-form__image {
        text-align: right;
        flex-basis: 41.667%;
        margin-bottom: 0
    }
}

.c-contact-form__image img {
    width: 100%;
    max-width: 28rem
}

@media screen and (min-width:576px) {
    .c-contact-form__image img {
        max-width: 48rem
    }
}

.c-about-heading {
    padding: 160px 0 50px
}

.c-about-heading__content {
    text-align: center;
    width: 705px;
    max-width: 100%;
    margin: 0 auto
}

.c-about-heading__label {
    font-family: var(--font-default), var(--font-fallback);
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px
}

.c-about-heading h1,
.c-about-heading .heading-1,
.c-about-heading .section-head__heading-h1,
.c-about-heading__title {
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-size: 56px;
    line-height: 62px
}

.c-about-heading__text p {
    font-size: 20px;
    line-height: 30px
}

@media screen and (max-width:769px) {
    .c-about-heading {
        padding-top: 100px
    }
}

@media screen and (max-width:577px) {

    .c-about-heading h1,
    .c-about-heading .heading-1,
    .c-about-heading .section-head__heading-h1,
    .c-about-heading__title {
        font-size: 36px;
        line-height: 44px
    }
}

.c-about-numbers {
    padding: 15px 0
}

.c-about-numbers .row {
    justify-content: space-between
}

.c-about-numbers__content {
    font-family: var(--font-default), var(--font-fallback);
    width: 963px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 600
}

.c-about-numbers__item {
    text-align: center
}

.c-about-numbers__label {
    margin-bottom: 30px
}

.c-about-numbers__value {
    color: var(--color-red);
    margin-bottom: 19px;
    font-size: 80px;
    line-height: 62px
}

.c-about-numbers__link {
    font-size: 14px;
    line-height: 15px
}

.c-about-numbers__link svg {
    margin-left: 1rem
}

@media screen and (max-width:769px) {
    .c-about-numbers {
        padding-bottom: 0
    }

    .c-about-numbers__item {
        width: 50%;
        margin: 0 auto 45px
    }
}

@media screen and (max-width:577px) {
    .c-about-numbers__item {
        width: 100%;
        margin: 0 auto 75px
    }
}

.c-image-text-row {
    padding: 6rem 0
}

@media screen and (min-width:768px) {
    .c-image-text-row {
        padding: 8rem 0
    }
}

@media screen and (min-width:1280px) {
    .c-image-text-row {
        padding: 10rem 0
    }
}

.c-image-text-row__content {
    flex-wrap: wrap;
    align-items: center;
    display: flex
}

.c-image-text-row__image {
    width: 100%;
    margin-bottom: 3rem
}

@media screen and (min-width:768px) {
    .c-image-text-row__image {
        width: 50%;
        margin-bottom: 0
    }
}

.c-image-text-row__text {
    width: 100%
}

@media screen and (min-width:768px) {
    .c-image-text-row__text {
        width: 50%;
        padding-left: 7rem
    }
}

.c-image-text-row__text h3,
.c-image-text-row__text .heading-3,
.c-image-text-row__text .section-head__heading-h3,
.c-image-text-row__text p {
    max-width: 54rem
}

.c-image-text-row__text p {
    color: var(--color-black);
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.c-image-text-row__text a {
    color: var(--color-red)
}

.c-image-text-row__text a:hover {
    text-decoration: underline
}

.c-image-text-row__title {
    margin-bottom: 2rem;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 4.2rem
}

.c-about-title {
    padding: 42px 0
}

.c-about-title__content {
    text-align: center;
    width: 900px;
    max-width: 100%;
    margin: 0 auto
}

.c-about-title__label {
    color: var(--color-red);
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px
}

.c-about-title h2,
.c-about-title .heading-2,
.c-about-title .section-head__heading-h2,
.c-about-title__title {
    color: var(--color-black);
    letter-spacing: -1px;
    font-size: 50px;
    font-weight: 600;
    line-height: 56px
}

@media screen and (max-width:577px) {

    .c-about-title h2,
    .c-about-title .heading-2,
    .c-about-title .section-head__heading-h2,
    .c-about-title__title {
        font-size: 32px;
        line-height: 42px
    }
}

.c-image-slider {
    padding: 3rem 0 5rem;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .c-image-slider {
        padding: 5rem 0 7rem
    }
}

.c-image-slider-slider {
    opacity: 0;
    width: 100%;
    height: auto;
    position: relative;
    overflow: visible
}

.c-image-slider-slider.swiper-container-initialized {
    opacity: 1
}

.c-image-slider-slider .swiper-slide__image {
    background-color: var(--color-grey-30);
    height: 24rem
}

@media screen and (min-width:768px) {
    .c-image-slider-slider .swiper-slide__image {
        height: 36rem
    }
}

@media screen and (min-width:1024px) {
    .c-image-slider-slider .swiper-slide__image {
        height: 46rem
    }
}

@media screen and (min-width:1280px) {
    .c-image-slider-slider .swiper-slide__image {
        height: 36vw
    }
}

.c-image-slider-slider .swiper-slide--portrait {
    width: 40vw
}

@media screen and (min-width:768px) {
    .c-image-slider-slider .swiper-slide--portrait {
        width: 30vw
    }
}

.c-image-slider-slider .swiper-slide--wide {
    width: 60vw
}

@media screen and (min-width:768px) {
    .c-image-slider-slider .swiper-slide--wide {
        width: 70vw
    }
}

.c-image-slider-slider .swiper-slide--square {
    width: 40vw
}

@media screen and (min-width:768px) {
    .c-image-slider-slider .swiper-slide--square {
        width: 30vw
    }
}

.c-image-slider-slider .swiper-slide:first-child .swiper-slide__image {
    border-top-left-radius: var(--border-radius-large);
    border-bottom-left-radius: var(--border-radius-large)
}

.c-image-slider-slider .swiper-slide:last-child .swiper-slide__image {
    border-top-right-radius: var(--border-radius-large);
    border-bottom-right-radius: var(--border-radius-large)
}

.swiper-button-prev,
.swiper-button-next {
    box-shadow: var(--box-shadow-large);
    z-index: 3;
    background: #fff url(arrow-right.7a8974fa.svg) 50%/1.4rem 1.4rem no-repeat;
    border-radius: 50%;
    width: 3.4rem;
    height: 3.4rem;
    margin-top: -3.2rem;
    position: absolute;
    top: 50%
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0
}

@media screen and (min-width:768px) {

    .swiper-button-prev,
    .swiper-button-next {
        background-size: 2rem 2rem;
        width: 5rem;
        height: 5rem;
        margin-top: -4rem
    }
}

.swiper-button-prev {
    left: 0;
    transform: rotate(180deg)
}

.swiper-button-next {
    right: 0
}

.swiper-pagination-progressbar {
    background: var(--color-grey-30);
    border-radius: .1rem;
    width: 100%;
    height: .2rem;
    overflow: hidden
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--color-red);
    transform-origin: 0;
    height: 100%;
    display: block
}

.c-toggles {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.c-toggles__header {
    margin-bottom: 5rem
}

.toggle-item {
    border: 2px solid var(--color-grey-30);
    border-radius: var(--border-radius-large);
    background: var(--color-white);
    padding-bottom: 1rem;
    transition: all .3s;
    overflow: hidden
}

.toggle-item.is-active {
    box-shadow: var(--box-shadow-large);
    border-color: #fff
}

.toggle-item.is-active .toggle-item__title svg {
    transform: rotate(180deg)
}

.toggle-item.is-active .toggle-item__title svg path {
    stroke: var(--color-red)
}

.toggle-item.is-active .toggle-item__content {
    display: block
}

.toggle-item.is-open .toggle-item__content {
    opacity: 1;
    transform: translate(0, 0)
}

.toggle-item:not(:last-child) {
    margin-bottom: .5rem
}

.toggle-item__title {
    cursor: pointer;
    padding: 2rem 2rem 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    position: relative
}

@media screen and (min-width:768px) {
    .toggle-item__title {
        padding: 3rem 3rem 2rem;
        font-size: 1.8rem
    }
}

.toggle-item__title span {
    color: var(--color-red)
}

.toggle-item__title svg {
    margin-top: -4px;
    transition: all .2s;
    position: absolute;
    top: 50%;
    right: 3rem
}

.toggle-item__content {
    opacity: 0;
    padding: 0 2rem 3rem;
    font-size: 1.4rem;
    transition: all .3s;
    display: none;
    transform: translateY(1rem)
}

@media screen and (min-width:768px) {
    .toggle-item__content {
        padding: 0 3rem 3rem;
        font-size: 1.6rem
    }
}

.toggle-item__content p,
.toggle-item__content ul,
.toggle-item__content img,
.toggle-item__content ol {
    max-width: 80rem
}

.toggle-item__content p:not(:last-child) {
    margin-bottom: 3rem
}

.toggle-item__content ul {
    margin-left: 2rem;
    list-style: disc
}

.toggle-item__content ul li:not(:last-child) {
    margin-bottom: .5rem
}

.toggle-item__content ol {
    margin-left: 2rem;
    list-style: decimal-leading-zero
}

.toggle-item__content ol li:not(:last-child) {
    margin-bottom: .5rem
}

.is-desktop .toggle-item:not(.is-active):hover {
    box-shadow: var(--box-shadow)
}

.wp-block-columns {
    flex-wrap: wrap;
    width: 90%;
    max-width: 1098px;
    margin: auto;
    padding: 72px 0 43px;
    display: flex;
    position: relative
}

.wp-block-columns .wp-block-column {
    width: 465px;
    max-width: calc(50% - 68px);
    margin: 0 34px 20px
}

.wp-block-columns .wp-block-column p {
    font-size: 16px;
    line-height: 24px
}

.wp-block-columns .wp-block-column p b,
.wp-block-columns .wp-block-column p strong {
    font-weight: 600
}

@media screen and (max-width:769px) {
    .wp-block-columns {
        padding: 40px 0
    }

    .wp-block-columns .wp-block-column {
        max-width: 100%;
        margin: 0 auto 40px
    }
}

.wp-block-image {
    width: 90%;
    max-width: 1135px;
    margin: auto;
    position: relative
}

.wp-block-image.size-large {
    margin-bottom: 5rem
}

@media screen and (min-width:768px) {
    .wp-block-image.size-large {
        margin-bottom: 8rem
    }
}

.c-hire-best-talent {
    margin: 0 0 5rem;
    padding: 5.6rem 0 0
}

@media screen and (min-width:1024px) {
    .c-hire-best-talent {
        margin: 0 2rem 9rem;
        padding: 9.6rem 0 0
    }
}

.c-hire-best-talent__grid {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    max-width: 113rem;
    margin: 0 auto;
    display: flex
}

.c-hire-best-talent__grid-item {
    background: var(--color-grey-10);
    transition: background-color .3s var(--easeInOutCubic);
    border-top: 1px solid var(--color-grey-30);
    flex: 100%;
    padding: 4rem
}

@media screen and (min-width:576px) {
    .c-hire-best-talent__grid-item {
        border-right: 1px solid var(--color-grey-30);
        flex: 0 50%
    }

    .c-hire-best-talent__grid-item:nth-of-type(-n+2) {
        border-top: none
    }

    .c-hire-best-talent__grid-item:nth-of-type(2n) {
        border-right: none
    }
}

@media screen and (min-width:1024px) {
    .c-hire-best-talent__grid-item {
        flex: 0 33.3333%
    }

    .c-hire-best-talent__grid-item:nth-of-type(-n+2) {
        border-top: 1px solid var(--color-grey-30)
    }

    .c-hire-best-talent__grid-item:nth-of-type(2n) {
        border-right: 1px solid var(--color-grey-30)
    }

    .c-hire-best-talent__grid-item:nth-of-type(-n+3) {
        border-top: none
    }

    .c-hire-best-talent__grid-item:nth-of-type(3n) {
        border-right: none
    }
}

.is-desktop .c-hire-best-talent__grid-item:hover {
    background: var(--color-red);
    color: var(--color-white)
}

.is-desktop .c-hire-best-talent__grid-item:hover * {
    color: var(--color-white)
}

.is-desktop .c-hire-best-talent__grid-item:hover .link {
    opacity: 1
}

.is-desktop .c-hire-best-talent__grid-item:hover .icon {
    display: none
}

.is-desktop .c-hire-best-talent__grid-item:hover .icon-hover {
    display: block
}

.c-hire-best-talent__grid-item h3,
.c-hire-best-talent__grid-item .heading-3,
.c-hire-best-talent__grid-item .section-head__heading-h3 {
    margin: 2rem 0;
    font-size: 2.2rem
}

.c-hire-best-talent__grid-item .description {
    padding: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.c-hire-best-talent__grid-item .link {
    opacity: 0;
    transition: opacity .3s var(--easeInOutCubic);
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5rem;
    display: flex
}

.c-hire-best-talent__grid-item .icon-hover {
    display: none
}

.c-hire-best-talent__grid-item--w-link {
    padding: 0
}

.c-hire-best-talent__grid-item--w-link>a {
    flex-direction: column;
    height: 100%;
    padding: 4rem;
    display: flex
}

.c-find-team {
    padding: 5.6rem 0 5rem
}

@media screen and (min-width:1024px) {
    .c-find-team {
        padding: 9.6rem 0
    }

    .c-find-team__advantages {
        max-width: 62rem
    }
}

.c-find-team .c-sh-title {
    text-align: left
}

.c-find-team .c-sh-title .sub {
    margin: 0
}

.c-find-team__grid {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    margin: 0 -1.6rem;
    display: flex
}

.c-find-team__grid-item {
    text-align: center;
    flex: 100%;
    padding: 1.6rem
}

@media screen and (min-width:768px) {
    .c-find-team__grid-item {
        text-align: left;
        flex: 0 50%
    }
}

.c-find-team__grid-item .icon {
    margin-bottom: 2.4rem
}

.c-find-team__grid-item h4,
.c-find-team__grid-item .heading-4,
.c-find-team__grid-item .section-head__heading-h4 {
    letter-spacing: -.02em;
    margin: 0 auto 1.6rem;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.364
}

@media screen and (min-width:768px) {

    .c-find-team__grid-item h4,
    .c-find-team__grid-item .heading-4,
    .c-find-team__grid-item .section-head__heading-h4 {
        max-width: 28rem;
        margin: 0 0 1.6rem
    }
}

.c-find-team__grid-item .description {
    margin: 0 auto 2rem;
    font-size: 1.6rem
}

@media screen and (min-width:768px) {
    .c-find-team__grid-item .description {
        max-width: 28rem;
        margin: 0 0 2rem
    }
}

.c-find-team__persons {
    display: none;
    position: relative
}

@media screen and (min-width:1024px) {
    .c-find-team__persons {
        margin-left: 4rem;
        display: block
    }
}

@media screen and (min-width:1440px) {
    .c-find-team__persons {
        margin-left: 8rem;
        display: block
    }
}

@media screen and (min-width:1920px) {
    .c-find-team__persons {
        margin-left: 12rem;
        display: block
    }
}

@media screen and (min-width:1024px) {
    .c-find-team .c-find-team__persons .person-card:first-of-type {
        top: 0;
        left: 0
    }

    .c-find-team .c-find-team__persons .person-card:nth-of-type(2) {
        top: 42rem;
        left: 0
    }

    .c-find-team .c-find-team__persons .person-card:nth-of-type(3) {
        display: none
    }
}

@media screen and (min-width:1280px) {
    .c-find-team .c-find-team__persons--v1 .person-card:first-of-type {
        z-index: 2;
        top: 0;
        left: 20rem
    }

    .c-find-team .c-find-team__persons--v1 .person-card:nth-of-type(2) {
        top: 17rem;
        left: 0
    }

    .c-find-team .c-find-team__persons--v1 .person-card:nth-of-type(3) {
        display: block;
        top: 42rem;
        left: 28rem
    }

    .c-find-team .c-find-team__persons--v2 .person-card:first-of-type {
        top: 0;
        left: 7rem
    }

    .c-find-team .c-find-team__persons--v2 .person-card:nth-of-type(2) {
        top: 16rem;
        left: 27rem
    }

    .c-find-team .c-find-team__persons--v2 .person-card:nth-of-type(3) {
        display: block;
        top: 42rem;
        left: 0
    }

    .c-find-team .c-find-team__persons--v3 .person-card:first-of-type {
        top: 0;
        left: 0
    }

    .c-find-team .c-find-team__persons--v3 .person-card:nth-of-type(2) {
        z-index: 2;
        top: 6rem;
        left: 26rem
    }

    .c-find-team .c-find-team__persons--v3 .person-card:nth-of-type(3) {
        display: block;
        top: 42rem;
        left: 7rem
    }
}

.c-find-team-slider .swiper-wrapper {
    padding-bottom: calc(var(--gap)*2)
}

.c-find-team-slider .swiper-slide {
    width: auto
}

.c-title-with-cta {
    background: var(--color-grey-10);
    text-align: center;
    margin: 0 0 5rem;
    padding: 5.6rem 0 7rem
}

@media screen and (min-width:1024px) {
    .c-title-with-cta {
        margin: 0 2rem 9rem;
        padding: 9.6rem 0 7rem
    }

    .c-title-with-cta_spaces-big {
        padding: 12.4rem 0
    }
}

.c-title-with-cta_background-blue {
    background-color: #e0ebed;
    border-radius: 1rem
}

.c-title-with-cta__description {
    color: var(--color-black);
    margin: 2rem 0 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem
}

.c-title-with-cta .c-sh-title {
    margin-bottom: 3.2rem
}

.c-discover-blogs {
    margin: 0 0 5rem;
    padding: 5.6rem 0 7rem
}

@media screen and (min-width:1024px) {
    .c-discover-blogs {
        margin: 0 2rem 9rem;
        padding: 9.6rem 0 0
    }
}

.c-discover-blogs .c-sh-title {
    margin-bottom: 3rem
}

.c-discover-blogs .c-sh-title h2,
.c-discover-blogs .c-sh-title .heading-2,
.c-discover-blogs .c-sh-title .section-head__heading-h2 {
    margin-left: auto;
    margin-right: auto
}

.c-discover-blogs__grid {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.c-discover-blogs__grid-item {
    flex: 0 100%;
    min-height: 44rem;
    margin-top: 3rem;
    position: relative;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .c-discover-blogs__grid-item {
        flex: 0 calc(50% - 1.5rem);
        margin-right: 3rem
    }

    .c-discover-blogs__grid-item:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width:1024px) {
    .c-discover-blogs__grid-item {
        flex: 0 calc(33.333% - 2rem);
        margin-right: 3rem
    }

    .c-discover-blogs__grid-item:nth-child(2n) {
        margin-right: 3rem
    }

    .c-discover-blogs__grid-item:nth-child(3n) {
        margin-right: 0
    }
}

.c-discover-blogs__grid-item .c-discover-blogs__grid-item-thumb {
    transition: transform .3s var(--easeInOutCubic)
}

.c-discover-blogs__grid-item-details {
    z-index: 2;
    transition: background-image .3s var(--easeInOutCubic);
    background-image: linear-gradient(#000, #00000040 0, #000c);
    flex-direction: column;
    height: 100%;
    padding: 3.2rem;
    display: flex;
    position: relative
}

.is-desktop .c-discover-blogs__grid-item-details:hover {
    background-image: linear-gradient(#de202740, #851317)
}

.is-desktop .c-discover-blogs__grid-item-details:hover~.c-discover-blogs__grid-item-thumb {
    transform: scale(1.1)
}

.c-discover-blogs__grid-item-details * {
    color: var(--color-white)
}

.c-discover-blogs__grid-item-details .company-logo {
    text-align: left;
    align-items: center;
    width: 100%;
    min-height: 8.5rem;
    margin-bottom: 40px;
    display: flex
}

.c-discover-blogs__grid-item-details .company-logo img {
    max-width: 100%;
    max-height: 8.5rem
}

.c-discover-blogs__grid-item-details .post-title {
    margin-bottom: 4rem;
    font-size: 2.2rem;
    font-weight: 400
}

.c-discover-blogs__grid-item-details .author-name {
    margin-top: auto;
    padding-top: 3.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px
}

.c-discover-blogs__grid-item-details .author-function {
    opacity: .6;
    font-size: 1.3rem;
    font-weight: 400
}

.c-discover-blogs__grid-item-details .read-more {
    align-items: center;
    padding-top: 1.6rem;
    display: flex
}

.c-discover-blogs__grid-item-details .read-more-text {
    font-size: 1.6rem;
    font-weight: 600
}

.c-discover-blogs__grid-item-details .read-more-icon {
    margin-left: .8rem
}

.c-how-it-work {
    padding: 5.6rem 0
}

@media screen and (min-width:1024px) {
    .c-how-it-work {
        padding: 9.6rem 0 0
    }
}

.c-how-it-work__grid {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex
}

@media screen and (min-width:768px) {
    .c-how-it-work__grid {
        flex-wrap: nowrap
    }
}

.c-how-it-work__grid-item {
    text-align: left;
    flex: 0 100%;
    margin-bottom: 3.2rem;
    display: flex;
    position: relative
}

@media screen and (min-width:768px) {
    .c-how-it-work__grid-item {
        text-align: center;
        flex: 0 calc(33.333% - 2rem);
        display: block
    }
}

.c-how-it-work__item-head {
    flex: 0 4.8rem
}

.c-how-it-work__item-body {
    flex: 0 calc(100% - 6.4rem);
    padding-left: 2.4rem
}

.c-how-it-work__item-number {
    border: 1px solid var(--color-red);
    z-index: 2;
    color: var(--color-red);
    text-align: center;
    background: #fff;
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 4.6rem;
    position: relative
}

@media screen and (min-width:768px) {
    .c-how-it-work__item-number {
        width: 6.4rem;
        height: 6.4rem;
        margin: 0 auto 3.2rem;
        font-size: 3.2rem;
        font-weight: 300;
        line-height: 6rem
    }
}

.c-how-it-work__item-title {
    margin: 0 auto 1.6rem;
    font-size: 2.2rem
}

.c-how-it-work__item-desc {
    font-size: 1.6rem
}

.c-how-it-work__arrow-first-disabled {
    display: none
}

@media screen and (min-width:768px) {
    .c-how-it-work__arrow-first-disabled {
        opacity: .2;
        background: var(--color-red);
        width: 50%;
        height: 1px;
        margin-left: -48px;
        display: block;
        position: absolute;
        top: 32px;
        left: 0
    }

    .c-how-it-work__arrow-first-disabled svg {
        max-width: initial;
        width: 15px;
        height: 29px;
        display: block;
        position: absolute;
        top: -14px;
        right: 0
    }
}

.c-how-it-work__arrow-first {
    background: var(--color-red);
    width: 1px;
    margin: 0;
    position: absolute;
    top: 6.4rem;
    bottom: 0;
    left: 2.4rem
}

.c-how-it-work__arrow-first svg {
    max-width: initial;
    width: 15px;
    height: 29px;
    display: block;
    position: absolute;
    top: auto;
    bottom: -8px;
    left: -7px;
    transform: rotate(90deg)
}

@media screen and (min-width:768px) {
    .c-how-it-work__arrow-first {
        width: 100%;
        height: 1px;
        margin-left: -28px;
        top: 32px;
        bottom: auto;
        left: 50%
    }

    .c-how-it-work__arrow-first svg {
        max-width: initial;
        inset: -14px 0 auto auto;
        transform: rotate(0)
    }
}

.c-how-it-work__arrow-second {
    background: var(--color-red);
    width: 1px;
    margin: 0;
    position: absolute;
    top: 6.4rem;
    bottom: 0;
    left: 2.4rem
}

.c-how-it-work__arrow-second svg {
    max-width: initial;
    width: 15px;
    height: 29px;
    display: block;
    position: absolute;
    top: auto;
    bottom: -8px;
    left: -7px;
    transform: rotate(90deg)
}

@media screen and (min-width:768px) {
    .c-how-it-work__arrow-second {
        width: 100%;
        height: 1px;
        margin-left: -28px;
        top: 32px;
        bottom: auto;
        left: 50%
    }

    .c-how-it-work__arrow-second svg {
        max-width: initial;
        inset: -14px 0 auto auto;
        transform: rotate(0)
    }
}

.c-how-it-work__arrow-last-disabled {
    background: var(--color-red);
    width: 1px;
    margin: 0;
    position: absolute;
    top: 6.4rem;
    bottom: 0;
    left: 2.4rem
}

.c-how-it-work__arrow-last-disabled svg {
    max-width: initial;
    width: 15px;
    height: 29px;
    display: block;
    position: absolute;
    top: auto;
    bottom: -8px;
    left: -7px;
    transform: rotate(90deg)
}

@media screen and (min-width:768px) {
    .c-how-it-work__arrow-last-disabled {
        opacity: .2;
        background: var(--color-red);
        width: 50%;
        height: 1px;
        margin-right: -32px;
        position: absolute;
        inset: 32px 0 auto auto
    }

    .c-how-it-work__arrow-last-disabled svg {
        width: 15px;
        height: 29px;
        display: block;
        position: absolute;
        top: -14px;
        left: auto;
        right: 0;
        transform: rotate(0)
    }
}

.c-talent-in-our-network {
    padding: 5.6rem 0 5rem
}

@media screen and (min-width:1024px) {
    .c-talent-in-our-network {
        padding: 9.6rem 0
    }
}

.c-talent-in-our-network__nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
    align-items: center;
    width: 100%;
    margin: 0 0 1.6rem;
    padding: 0;
    list-style: none;
    display: flex;
    overflow-x: auto
}

.c-talent-in-our-network__nav::-webkit-scrollbar {
    display: none
}

@media screen and (min-width:768px) {
    .c-talent-in-our-network__nav {
        justify-content: center;
        margin: 0 0 4.8rem
    }
}

.c-talent-in-our-network__nav li {
    cursor: pointer;
    opacity: .5;
    border-bottom: 2px solid #0000;
    margin: 0 3.2rem 0 0;
    padding-bottom: 1.6rem;
    font-size: 1.6rem;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .c-talent-in-our-network__nav li {
        margin: 0 3.2rem;
        font-size: 2rem
    }
}

.c-talent-in-our-network__nav li.active {
    opacity: 1;
    border-bottom-color: var(--color-red)
}

.is-desktop .c-talent-in-our-network__nav li:hover {
    opacity: 1
}

.c-talent-in-our-network__grid {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0 3rem;
    transition: opacity .3s ease-in-out;
    display: flex;
    position: relative
}

.c-talent-in-our-network__grid.js-fade-out {
    opacity: 0
}

.c-talent-in-our-network__grid.js-fade-in {
    opacity: 1
}

.c-talent-in-our-network__grid-item {
    background: var(--color-white);
    flex: 0 100%;
    margin-bottom: 3rem;
    box-shadow: 0 4px 8px #00000014
}

@media screen and (min-width:768px) {
    .c-talent-in-our-network__grid-item {
        flex: 0 calc(50% - 1.6rem)
    }
}

@media screen and (min-width:1024px) {
    .c-talent-in-our-network__grid-item {
        flex: 0 calc(33.333% - 2rem)
    }
}

.c-talent-in-our-network__item-details {
    padding-left: 18rem;
    position: relative;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .c-talent-in-our-network__item-details {
        flex-direction: column;
        height: 100%;
        padding-left: 0;
        display: flex
    }
}

.c-talent-in-our-network__item-picture {
    width: 18rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.c-talent-in-our-network__item-picture img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media screen and (min-width:768px) {
    .c-talent-in-our-network__item-picture {
        width: 100%;
        position: static
    }
}

.c-talent-in-our-network__item-body {
    margin-top: auto;
    padding: 2.4rem
}

.c-talent-in-our-network__item-title {
    color: var(--color-red);
    padding: 2.4rem 2.4rem 0;
    font-size: 2rem
}

.c-talent-in-our-network__item-function {
    opacity: .6;
    padding: 0 2.4rem;
    font-size: 1.4rem
}

.c-talent-in-our-network__item-desc {
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
    display: none
}

@media screen and (min-width:768px) {
    .c-talent-in-our-network__item-desc {
        display: block
    }
}

.c-talent-in-our-network__item-action {
    min-height: 4rem;
    padding-top: 1.6rem
}

.c-talent-in-our-network__item-previous span {
    opacity: .6;
    padding-bottom: .8rem;
    font-size: 1.4rem;
    display: block
}

.c-talent-in-our-network__item-previous picture {
    max-width: 12rem
}

.c-talent-in-our-network__item-previous picture img {
    vertical-align: top;
    max-width: 100%;
    height: auto
}

@media screen and (min-width:768px) {
    .c-talent-in-our-network__item-previous {
        align-items: center;
        display: flex
    }

    .c-talent-in-our-network__item-previous span {
        padding-bottom: 0;
        padding-right: 1.2rem
    }
}

.c-talent-in-our-network__loader {
    border: 2px solid var(--color-grey-30);
    border-top-color: var(--color-red);
    border-radius: 50%;
    width: 6.4rem;
    height: 6.4rem;
    margin-top: 10rem;
    margin-left: -3.2rem;
    animation: 1.5s linear infinite loader;
    position: absolute;
    left: 50%
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.c-alt-hero {
    background: var(--color-grey-30);
    padding: 4.8rem 0 0;
    position: relative
}

@media screen and (min-width:768px) {
    .c-alt-hero {
        padding: 9.6rem 0 0
    }
}

.c-alt-hero .row {
    justify-content: space-between;
    align-items: center
}

.c-alt-hero__content {
    padding-bottom: 4.8rem
}

@media screen and (min-width:768px) {
    .c-alt-hero__content {
        flex: 0 45%
    }
}

.c-alt-hero__content h3,
.c-alt-hero__content .heading-3,
.c-alt-hero__content .section-head__heading-h3 {
    margin: 0 0 1.6rem
}

.c-alt-hero__content h3 a,
.c-alt-hero__content .heading-3 a,
.c-alt-hero__content .section-head__heading-h3 a {
    color: var(--color-red);
    border-bottom: 1px solid var(--color-red)
}

.c-alt-hero__content h3 a:hover,
.c-alt-hero__content .heading-3 a:hover,
.c-alt-hero__content .section-head__heading-h3 a:hover {
    opacity: .85
}

.c-alt-hero__desc p {
    margin: 0 0 1.6rem;
    font-size: 2rem
}

.c-alt-hero__image {
    position: relative
}

@media screen and (min-width:768px) {
    .c-alt-hero__image {
        flex: 0 50%
    }
}

.c-alt-hero__image:after {
    content: "";
    z-index: 2;
    background: linear-gradient(180deg, #e6e8e900 0%, var(--color-grey-30)90%);
    height: 17rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.c-alt-hero__image img {
    width: 100%
}

.c-client-logos {
    background: var(--color-grey-10)
}

.c-client-logos .row {
    align-items: center
}

.c-client-logos__text {
    text-align: center;
    letter-spacing: 1.57px;
    text-transform: uppercase;
    opacity: .7;
    flex: 0 100%;
    padding: 2.4rem 0;
    font-size: 1.4rem;
    font-weight: 400
}

@media screen and (min-width:1024px) {
    .c-client-logos__text {
        text-align: left;
        flex: 0 30%;
        min-width: 220px;
        padding-right: 5%
    }
}

.c-client-logos__content {
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
    flex: 100%;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    overflow-x: auto
}

.c-client-logos__content::-webkit-scrollbar {
    display: none
}

@media screen and (min-width:1024px) {
    .c-client-logos__content {
        flex: 0 70%
    }
}

.c-client-logos__item {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 50%;
    padding: 2.4rem 1.6rem;
    display: flex
}

.c-client-logos__item-image {
    max-height: 8rem
}

.c-client-logos__item-label {
    text-transform: uppercase;
    color: var(--color-red);
    padding-top: .4rem;
    font-size: 9px;
    display: none
}

@media screen and (min-width:1024px) {
    .c-client-logos__item-label {
        display: block
    }
}

@media screen and (min-width:768px) {
    .c-client-logos__item {
        flex: 0 33.3%;
        min-width: 33.3%
    }
}

@media screen and (min-width:1024px) {
    .c-client-logos__item {
        flex: 0 25%;
        min-width: 25%
    }
}

.is-desktop .c-client-logos a.c-client-logos__item {
    transition: background .3s var(--easeInOutCubic);
    transform: translate(-1.2rem)
}

.is-desktop .c-client-logos a.c-client-logos__item .c-client-logos__item-label {
    transition: all .3s var(--easeInOutCubic);
    transform: translate(-1.2rem)
}

.is-desktop .c-client-logos a.c-client-logos__item svg {
    vertical-align: middle;
    opacity: 0;
    transition: all .3s var(--easeInOutCubic);
    margin-top: -.2rem;
    margin-right: .3rem;
    overflow: hidden
}

.is-desktop .c-client-logos a.c-client-logos__item:hover {
    background: var(--color-grey-30)
}

.is-desktop .c-client-logos a.c-client-logos__item:hover svg {
    opacity: 1
}

.is-desktop .c-client-logos a.c-client-logos__item:hover .c-client-logos__item-label {
    transform: translate(0)
}

.c-talents-slider {
    padding: 1.6rem 0
}

.c-talents-slider .container {
    overflow: hidden
}

.c-talents-slider .swiper-container {
    margin: 0 4rem;
    position: relative;
    overflow: visible
}

.c-talents-slider__image {
    position: relative
}

.c-talents-slider__image:before {
    content: "";
    background: var(--color-grey-10);
    padding-top: 75%;
    display: block
}

.c-talents-slider__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.c-talents-slider__social {
    margin-top: .8rem
}

.c-talents-slider__social-link {
    margin: 0 1.2rem .8rem 0;
    display: inline-block
}

.c-talents-slider__social-link img,
.c-talents-slider__social-link svg {
    vertical-align: top;
    color: var(--color-red);
    width: 2rem
}

.is-desktop .c-talents-slider__social-link:hover {
    opacity: .85
}

.c-talents-slider__name {
    color: var(--color-red);
    margin: .8rem 0 .4rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px
}

.c-talents-slider__position {
    opacity: .5;
    font-size: 14px
}

.c-talents-slider__next,
.c-talents-slider__prev {
    color: var(--color-red);
    z-index: 2;
    background: var(--color-white);
    text-align: center;
    cursor: pointer;
    transition: all .3s var(--easeInOutCubic);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4rem;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0
}

.is-desktop .c-talents-slider__next:hover,
.is-desktop .c-talents-slider__prev:hover {
    background: var(--color-grey-10)
}

.c-talents-slider__next.swiper-button-disabled,
.c-talents-slider__prev.swiper-button-disabled {
    opacity: 0;
    pointer-events: none
}

.c-talents-slider__next {
    right: -4rem;
    transform: scale(-1)
}

.c-talents-slider__prev {
    left: -4rem
}

.c-talents-slider .swiper-lazy {
    opacity: 0;
    transition: all .3s var(--easeInOutCubic)
}

.c-talents-slider .swiper-lazy.swiper-lazy-loaded {
    opacity: 1
}

.c-jobs-overview {
    margin: 0 .5rem 5rem;
    padding: 5.6rem 0 7rem
}

@media screen and (min-width:768px) {
    .c-jobs-overview {
        margin: 0 2rem;
        padding: 9.6rem 0
    }
}

.c-jobs-overview__content {
    flex-wrap: wrap;
    display: flex
}

.c-jobs-overview__aside {
    flex: 100%
}

@media screen and (min-width:768px) {
    .c-jobs-overview__aside {
        flex: 0 25%
    }
}

@media screen and (min-width:1024px) {
    .c-jobs-overview__aside {
        padding-left: 10%
    }
}

.c-jobs-overview__jobs-list {
    flex: 100%
}

@media screen and (min-width:768px) {
    .c-jobs-overview__jobs-list {
        flex: 0 66.6%;
        max-width: 82rem;
        margin-left: 3.2rem
    }
}

.c-jobs-overview__nav-wrapper {
    border: 1px solid var(--color-grey-30);
    border-radius: var(--border-radius-large);
    box-shadow: 5px 5px 0px var(--color-grey-30);
    margin-bottom: 2rem;
    position: relative
}

.c-jobs-overview__nav-wrapper:active {
    border: 1px solid var(--color-red);
    box-shadow: none
}

.c-jobs-overview__nav-wrapper:active .c-jobs-overview__nav-dropdown-arrow svg path {
    stroke: var(--color-red)
}

.c-jobs-overview__nav-wrapper.js-opened .c-jobs-overview__nav-dropdown-arrow {
    transform: rotate(180deg)
}

.c-jobs-overview__nav-wrapper.js-opened .c-jobs-overview__nav-dropdown-arrow svg path {
    stroke: var(--color-red)
}

.c-jobs-overview__nav-wrapper.js-opened .c-jobs-overview__nav {
    border-top: 1px solid var(--color-grey-30);
    display: block
}

@media screen and (min-width:768px) {
    .c-jobs-overview__nav-wrapper.js-opened .c-jobs-overview__nav {
        border-top: none
    }

    .c-jobs-overview__nav-wrapper {
        border-radius: initial;
        box-shadow: initial;
        border: none
    }

    .c-jobs-overview__nav-wrapper:active {
        border: none
    }
}

.c-jobs-overview__nav-dropdown-arrow {
    pointer-events: none;
    transition: all .3s var(--easeInOutCubic);
    pointer-events: none;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -1rem;
    position: absolute;
    top: 3.3rem;
    right: 2rem
}

.c-jobs-overview__nav-dropdown-arrow svg {
    vertical-align: top
}

@media screen and (min-width:768px) {
    .c-jobs-overview__nav-dropdown-arrow {
        display: none
    }
}

.c-jobs-overview__nav-head {
    pointer-events: none
}

.c-jobs-overview__nav-head-current {
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 6rem 2rem 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.1;
    display: flex;
    position: relative
}

@media screen and (min-width:768px) {
    .c-jobs-overview__nav-head-current {
        display: none
    }
}

.c-jobs-overview__nav-head-current .job-category-name {
    transition: color .3s var(--easeInOutCubic);
    pointer-events: none;
    color: var(--color-red)
}

.c-jobs-overview__nav-head-current .job-counter {
    background: var(--color-red);
    color: var(--color-white);
    text-align: center;
    pointer-events: none;
    border-radius: 50%;
    min-width: 2rem;
    margin-left: .8rem;
    padding: .4rem .6rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block
}

.c-jobs-overview__nav {
    padding: 2rem;
    display: none
}

@media screen and (min-width:768px) {
    .c-jobs-overview__nav {
        padding: 0;
        display: block
    }
}

.c-jobs-overview__nav .job-category {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.1;
    display: flex
}

.c-jobs-overview__nav .job-category:last-child {
    margin-bottom: 0
}

.is-desktop .c-jobs-overview__nav .job-category:hover {
    cursor: pointer
}

.is-desktop .c-jobs-overview__nav .job-category:hover .job-category-name,
.c-jobs-overview__nav .job-category--active {
    color: var(--color-red)
}

.c-jobs-overview__nav .job-category--active .job-counter {
    background: var(--color-red);
    color: var(--color-white)
}

.c-jobs-overview__nav .job-category-name {
    transition: color .3s var(--easeInOutCubic);
    pointer-events: none
}

.c-jobs-overview__nav .job-counter {
    background: var(--color-grey-30);
    text-align: center;
    pointer-events: none;
    border-radius: 50%;
    min-width: 2rem;
    margin-left: .8rem;
    padding: .4rem .6rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block
}

.c-jobs-overview__card {
    background: var(--color-white);
    border: 1px solid var(--color-grey-30);
    border-radius: var(--border-radius-large);
    transition: border-color .3s var(--easeInOutCubic);
    flex-direction: column;
    padding: 1.6rem;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-jobs-overview__card {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 3.2rem
    }
}

.c-jobs-overview__card:not(:first-child) {
    margin-top: 1.6rem
}

.is-desktop .c-jobs-overview__card:hover {
    border-color: var(--color-red);
    color: var(--color-black)
}

.c-jobs-overview__card-image {
    border-radius: var(--border-radius-large);
    width: 100%;
    height: 12.5rem;
    position: relative;
    overflow: hidden
}

@media screen and (min-width:1024px) {
    .c-jobs-overview__card-image {
        flex: 0 0 12.5rem;
        width: 12.5rem
    }
}

.c-jobs-overview__card-image img {
    width: 100%;
    height: 100%
}

.c-jobs-overview__card-content {
    flex: auto;
    padding-top: 1.6rem
}

@media screen and (min-width:1024px) {
    .c-jobs-overview__card-content {
        padding: 0 2.4rem
    }
}

.c-jobs-overview__card-arrow {
    display: none
}

@media screen and (min-width:1024px) {
    .c-jobs-overview__card-arrow {
        flex: 0 0 2.4rem;
        display: block
    }
}

.c-jobs-overview__card-category {
    color: var(--color-red);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1
}

.c-jobs-overview__card-title {
    letter-spacing: -.02em;
    margin: .8rem 0 .4rem;
    font-size: 2.2rem;
    line-height: 1.36
}

.c-jobs-overview__card-details {
    flex-wrap: wrap;
    display: flex
}

.c-jobs-overview__card-details-item {
    flex: 0 calc(50% - .8rem);
    align-items: center;
    min-width: calc(50% - .8rem);
    max-width: 20rem;
    margin-right: 1.6rem;
    padding-top: 1.2rem;
    display: flex
}

.c-jobs-overview__card-details-item:nth-child(2n) {
    margin-right: 0
}

@media screen and (min-width:1024px) {
    .c-jobs-overview__card-details-item {
        flex: 0 calc(50% - 1.2rem);
        min-width: calc(50% - 1.2rem);
        margin-right: 2.4rem
    }

    .c-jobs-overview__card-details-item:nth-child(2n) {
        margin-right: 0
    }
}

.c-jobs-overview__card-details-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    margin-right: 1.2rem;
    display: block
}

.c-jobs-overview__card-details-icon--hr {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANkSURBVHgBzVhJaFRBEH0JIaLgkogkSiADEkkuLhGXizhGDSgBo+JBA0Yv4i2gIuLBfBEvHlQ8CF6ChygqenNBgyYe9CCao6ioCe579KLiEq1KdzOVn189f5gtD95UT3fXzJvqqu6eD+ioJZ4gPib+Jg4Re4ntGAdogxH0T+F14jQUCUmYiDkxt4hHiGeIA6L/BrEERYAT8Y24NjRWSbyIlMg2FBhJ8eW7lDm8tG75byLPKA29bxTty4rPV+IF256LPCMscKJov/L4fbE274USFvhCtBd5/JZa+wgFRjXxO0x+9WF0RB3WIZWnXSgCjgoBd2AKZxKxhtgJk4M8xsucQBHAeXUX+ibN/IUibDESU4nHicMYK+4hsQnjAGXEjcQe4k/iG+Jh4hwUGVzZe2AEaUvMx14CRQAfZT3w55/jZ+JWFBBcHA+EAN4TdxNPir4kTPTce87RdhQIx8QXdyN1SgSi36EFqfOYbd7zsl6IuA1TIPAIZKxGqsqvIB74R28i7iPuJC6I6YfTQkQiNBYgWiDjnO3n06cCfrQi+hLchRhnutuYeyPGAugCm8VYK3Qsg9mqtIK7qjm6y8I8a/uRGe4RP9r2kGfeKeIEmEvwZpiDgNPqmh1fA5MyKtwvCSLGAugRZCSI86GjUfjvDY3Jy+/5KOcyZI9Ba6cQt2NsLiZEuwFjg8CXDxa6GNEBGoEvggfgj6DDDsTb4DNinAjytvPSWh9mIXdgcSXhDsnuNB/Ay/EpNC9AvEjHRcCf5ao4XIFbiJM9zuuJ02FuO3mFE7iKeJB4yb7n8M70+NVb+xyZg4upg7gwzmSXg/2WLNRFpYr4RPFzO/8HZTwJHbzf7YdZtQ22L+oJRa0U6CCXuhI6yq39q4z3Ij0q4swLC3wn2tUevzprB5AdfAU1EtUogT9g/m7WKY58ZM2wbU3gCujYhtQdsindvLBAXjK+6s+GXiQNov1UmdMHHUvEd/nmJfklaqPmKLJAbYnl1UgrEh/OElfCc4ORiBLoCkUrknLR/oPMwadSc9zJpRF9b62tUnxkbmZbJGkRJXDQWs7BqNOkxlp+CvsaeUbUEssnXIdgrkMSLdZqBcIIkD2W84tWJA4d0PE+9H5YtDuRI0Qt8X3iM7/byP+LnlBfH0Y/9MzFfXD4Pz0FHM0CamFBAAAAAElFTkSuQmCC)
}

.c-jobs-overview__card-details-icon--business {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANGSURBVHgBzZhdiA1hGMf/7F7YrHwt6yNFJMpnbmxuxlchcYU2KZQoNy5W2aI9oigkVyRfUaIVWeFC7KHVIomNhNbKyuK0h1Io+fg/zTt7HnPmzJk5s3OOf/3aZ+Z5593/eWfeT8Bfh0iK1OI/1WPyh6TJIJRAZcQia0gb+eHKS+utJBXkO7mNEug97Fa64JHrg0wr3keJ1GQMCPUe+YTKj0AJJN/WK2PgF1nsyi9CxqDlyp0hv1U+KC/IATIAATWFfDYPf3DlLB+D6QLMaa4ij8rN36fkFNlCqn3KLyNJdb3A3AurpWQWWQL7RyeDPJRA5pdpySfwVuW2I7qGqPq2+hXsi/z6QuaSd+Z6F9mGaEqruL9fwSAGRe1kPuky13tIHYqgfAbnkE/kMOmEbTJlcvvIRsSsfAZryDCyiRwnHbBNdpu8mByJGJXP4DHSYuJac/2crDL3ZByzEKPKVfxTxf1gz8vSQXaQZnN/NamE3ZKO0ohR2uBrFdcoU24tV/Eb8hAxSr/i67BbTCRDidc09EjFrbAH3G4UUQ3IDKAnYa9mLPw71UmnmYDocupMhHlIBs076mHpuQuRey6OIqdOeRODwzwoLfRSVdAes0HhGRkd5uFRsFfY7tWHhd6Tu25Z8lWHqUCa/QriN5hSsWwpKsNUInuWI+gdg9KxhiPbYIKcUNcNCCkL0QzKYvieqkP2PlUugzKktZhrWTiH2kFaEQxKh+tA9vf2BNnDjKXu9ezDgy63CtVMMtbEcghwycTTPMo+UPF4J4jbYJWKpcPJHvtsjrLfVNwzBcdtMEm+mvg8mUzWmTiQ4jYohwLOnmMouQn79a0nR02+ERFlIfowU6fqkG3DxBzlsubnuFvQ0X5kTi3kdOIWVEfwU7EMivbCXvyKZN5tRoDxrpgGRbvJQROPITNylBvoBMU2KGryyX00f9eSqRIEMaj3HLLcL0M06ZOLCldOhiA5wJJXfxEh1onNKPyA6LSrLllSOSdiOz3+V7169jICahy859QgdHrU12pysoX1eiON5kd0lSOYxJx8E/PIdAR/zfJPkh73r5HZZBJZQc658htgn+zeRYkk35izUG3zK1iKXiyS7e1m2L32hl/Bv6eWGXBlE309AAAAAElFTkSuQmCC)
}

.c-jobs-overview__card-details-icon--location {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAARcSURBVHgBvVlbqE5bFP62czjHOcc5xzW3+HPbhfDgFmI9IB4kKfKCUiQPrrnkukmKF0nKrYidRElESJtyyT13IjuEsLf7/T4+a67W+Oe/1rLX+te/v/r6555zjjnnGnOOMcccuwj5oZNwqLCXsIOwofA34T3hfeEB4W7hdVQzegvLhN+ryL3CdkiAIsTHHOEC4Z+q7pLwsvCh8KuwWNhE2FP1YX2JcAkKhBrCTfC18la4TNg+QoZaWyf8ouQ2wD0GqWOFmuSWsEcM2TbCciW/BiljnBr8qrA+4qOx8KIaZxRSQiP4X39XmAno4whXCw/BNZ61wj4B/ZoKK8xYz4T/IwVMgP/VY6w2TrAL4da7GbmLGK7aFyIFnDeD3bTqawuPI9tozgmPCL+pev79j5Kj57hg2s4iTxSriaZYbQtVG7Woz2VGuEe1L4qQbY08MFAN1M9q884lNVsnQPZf4QnTp1L4h2rrqcYdjgjUQDQ6qvJlVebVljHlpcLXAbKvhOtNuZ6wrWq7o8pNkccC/1bll6pcS5XvhYv/1LKHBqpcqcr/IQK/WuATVW6iyhWq3CZcPMslfVTlVqr8CHmAQYF3Voapemqw0tQfg3vebNByb5g+5VbbYDWugzzASZ6bgUqttkVqkn3I1hbPnLbi+ZZsqal/LPwdeWK7GYwL1U6XlntULYIBQZnwjPCNqqeGayu5ZvC1X4oU4KjJFlhtdYVbEH6T7EbuTTIRKW2vxkn4WxLk83jvMoyiBg/DjVacgH414fvPa0gRo+F/9UwkR9S9nhd4hm7CvxWSRCGU8bTH3yTRfCRGIPxurQrmKfnRKADo1D2rpUXHCVozwqcowNmz4cDXws4YcpsQHnSkjr2I5yb6q/5bUQ3gE8C7XfjcjLrs/4JvGLzXM6gmzIWvlZKIfotVv1moRjBY8AyG11rQE5Tx32fT5woK4FYI+q4hcLMBk6w2RjrvzQIYOevYkdGz5zd5RxdbsvPMmA7cIxNr8VwUPT6vrHfIvlu7WH31FuqtLlH1iy0ZxxqTD6wy4Vi4d3so+BUz4BuA5gcziD0Aw7GTqk9fYVe4eRjvvVILuQo4bBb2zZqHBjUFARplrmSH1fkB3NzLIER/WTe4zwHK3IZvtTybUS82puoc4Ua4bxS9WIZhNXXn8aqRXz0g4MujMB25Wo9rtSPNQj35ubqxDL6Kk6YjDqrB9yMZ6sHfgawxvKiZVjkVyVDXyM5Gso/kMZsM3zVt043dkW0c3OYxKKznLzLkWZwmPKXmZ2Ip5/zSr5Uj9yxx+1fBPZe00LiPnCJFxpVMeDKbsFx4WvjJmo9Z2r5aWIOP67FwnXImZEK6EOYIn5nBn5gyk0efzZi0wDqG3G7e13xXt0R2CsSD5zVo0SuFL1AFOHBTF8cR/ihKQs//8SHPzBkzt/0QsjNVvWJoXfyXQwthZ7g5G7ohPtibm1+dVOdCqFHmZ6iNCkNqiREQH/Tchee/mvgHqY+HKbY7XQoAAAAASUVORK5CYII=)
}

.c-jobs-overview__card-details-icon--brain {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAOUSURBVHgB1Zh/aE1hGMe/zJpSMkqtzG6ESJEfYSlrCSUl/KM2IyGhpkZE7frDr0gaEslEiYj8KH8oW5pC5Mcf2PyxkWF+bMzWxmw8j/d5d9977j3vPedu99751mfn7DnP+5znvOd93vc9F+jj6ofe1xBiNTGLGCa2auICUYkUazPRRPxxoYoIIEU6ivBkvkhCVQ77R2IikqxtRgL1RD6RblwPEEcMnzdQQyEpyiE+y41rYX+FexBKMogkaaVx0yUxfLkoK8S3Sc5vEWvRi2NzNLGc2ErsIB4i9Gq9qATuRXSKyEacykPo6aNR4SOObvOEqHHE4WEyFj61y5KY5pHHWPlGmzyxTScuGvYG+OjJfUZDHjdBYhIxiMggyuVaC7xVZrkRz+m/Ez7fSIHRgF/FqCg+cwyfAzHiBaDmQfa94+JThsgedlWtONbBXmV6bDZbfHKgljx983wXP+5VvRqdtcTDXCPYGtg1UpIstviYBbYXdt0Qv5c2p+Pi9JsYip6Lk28ndnvwPST3brU56SeuRPJ1UO7dOSDKxQnEUmKM/M8Vqyuqiygk3iOxmirH56aRByfvSDpgn+9KkFgFiDa51zndg5lQa+IMw5EHaIOj8TfiMhIrHqsD5bxcG88g1EM8P+UiNdqO8Hn3n+YZRi7vDCRfU4griBxOeXzxmvzzFfbJmK9dhRoKyxCfAhKjwuCFI6m3CE3UvD537yauxwi+yREoCP/aAvfi4zmSt1uZ8hBse81FotfXZzGCXyIWQU0/AaKUuE3ck+uTEb74c898csTgL7v5RJph+0Dch3rF78RWLUdeodAo2R6DN40jOhE+5RQhskf0zicenZQYzf2hNgSsaR4b89N1yLn+7m2J4se9yb28Ef41U46P+U8Qoade7DFAOyIX/dlQVcfwTqVefF7Bn9YZ+axng7m94eNCD0GiJejUfvH5BW/iD6oFRi78ZrO4SHh1WAW1QnCyN+X8vDhHUxpiq02O6Q67WUz6p5fhUF92eo/IQ2gDVAF1qxD2ny2iUQZ3BQ0/rSIPMbloC9yCBqB2sY0eE2S/bB8JmrYuBxzrBJFlBnFut+qIFQRXd26U61o8F/JUwJPqXai5rcbhMxh2mVv+79K+Fb0o/kAye7NCbIehku6CvQeTolKEKtpG3An2R8/EH/TjidPEA+In8QNqmXuKPq4g+kAPJlyJTFBP1J0xbCnTCKjtWHEM2/+tv7SPcctGBINjAAAAAElFTkSuQmCC)
}

.c-jobs-overview__card-details-text {
    font-size: 1.4rem;
    line-height: 1.42
}

.c-jobs-overview__jobs-list {
    transition: opacity .3s ease-in-out;
    position: relative
}

.c-jobs-overview__jobs-list.js-fade-out {
    opacity: 0
}

.c-jobs-overview__jobs-list.js-fade-in {
    opacity: 1
}

.c-jobs-overview .c-jobs-overview__jobs-loader {
    border: 2px solid var(--color-grey-30);
    border-top-color: var(--color-red);
    border-radius: 50%;
    width: 6.4rem;
    height: 6.4rem;
    margin-top: 10rem;
    margin-left: -3.2rem;
    animation: 1.5s linear infinite loader;
    position: absolute;
    left: 50%
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.c-bullhorn-job-hero {
    background: var(--color-grey-10);
    margin: 0 0 5rem;
    padding: 3.2rem 0
}

@media screen and (min-width:1024px) {
    .c-bullhorn-job-hero {
        border-radius: 2rem;
        margin: 0 2rem 9rem;
        padding: 9.6rem 0 7rem
    }
}

.c-bullhorn-job-hero .row .col:first-child {
    flex: 100%
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-hero .row .col:first-child {
        flex: 0 36%
    }
}

.c-bullhorn-job-hero .row .col:nth-of-type(2) {
    flex: 100%
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-hero .row .col:nth-of-type(2) {
        flex: 0 64%;
        padding-left: 8rem
    }
}

.c-bullhorn-job-hero .row:nth-of-type(2) .col:first-child {
    flex: 1
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-hero .row:nth-of-type(2) .col:first-child {
        flex: 0 43%
    }
}

.c-bullhorn-job-hero__img {
    padding-bottom: 2.4rem;
    display: block
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-hero__img {
        padding-bottom: 0
    }
}

.c-bullhorn-job-hero__img img {
    vertical-align: top;
    border-radius: var(--border-radius-large);
    width: 100%
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-hero__details {
        max-width: 52rem
    }
}

.c-bullhorn-job-hero__category {
    color: var(--color-black);
    margin: 0 0 3rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.1
}

.c-bullhorn-job-hero__title {
    margin: 0 0 2.6rem
}

.c-bullhorn-job-hero__desc p {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    line-height: 1.2
}

.c-bullhorn-job-hero__desc p:last-child {
    margin-bottom: 0
}

.c-bullhorn-job-hero__desc a {
    color: var(--color-red);
    font-weight: 600
}

.is-desktop .c-bullhorn-job-hero__desc a:hover {
    opacity: .85
}

.c-bullhorn-job-hero__desc span {
    color: var(--color-red);
    font-weight: 600
}

.c-bullhorn-job-hero__action {
    text-align: center;
    margin-top: 4.5rem
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-hero__action {
        text-align: left
    }
}

.c-bullhorn-job-hero .c-jobs-overview__card-details {
    margin-top: 2.4rem;
    position: relative
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-hero .c-jobs-overview__card-details {
        margin-top: 3.2rem
    }
}

.c-bullhorn-job-hero .c-jobs-overview__card-details:after {
    content: "";
    border: 1px dashed var(--color-grey-30);
    display: block;
    position: absolute;
    top: calc(50% + .4rem);
    left: 0;
    right: 0
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-hero .c-jobs-overview__card-details:after {
        top: calc(50% + 2.4rem)
    }
}

.c-bullhorn-job-hero .c-jobs-overview__card-details-item {
    flex: 100%;
    justify-content: center;
    min-width: 100%;
    padding-top: .8rem
}

.c-bullhorn-job-hero .c-jobs-overview__card-details-item:nth-of-type(3) {
    padding-top: 3.2rem
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-hero .c-jobs-overview__card-details-item {
        flex: 0 calc(50% - .8rem);
        justify-content: flex-start;
        min-width: calc(50% - .8rem);
        padding-top: 4.8rem
    }
}

@media screen and (min-width:1024px) {
    .c-bullhorn-job-hero .c-jobs-overview__card-details-item {
        flex: 0 calc(50% - 1.2rem);
        min-width: calc(50% - 1.2rem)
    }
}

.c-bullhorn-job-hero .c-jobs-overview__card-details-text {
    font-size: 1.6rem
}

@media screen and (min-width:1024px) {
    .c-bullhorn-job-layout {
        margin: 0 2rem 4rem;
        padding: 0
    }
}

.c-bullhorn-job-layout .row {
    justify-content: space-between;
    align-items: stretch
}

.c-bullhorn-job-layout .col:first-of-type {
    flex: 100%
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-layout .col:first-of-type {
        flex: 0 60%;
        padding-right: 2.4rem
    }
}

.c-bullhorn-job-layout .col:nth-of-type(2) {
    flex: 100%
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-layout .col:nth-of-type(2) {
        flex: 0 40%;
        max-width: 39.4rem
    }
}

.c-bullhorn-job-article {
    padding-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-article {
        padding-bottom: 2.4rem;
        font-size: 1.8rem
    }
}

.c-bullhorn-job-article *+h1,
.c-bullhorn-job-article *+.heading-1,
.c-bullhorn-job-article *+.section-head__heading-h1,
.c-bullhorn-job-article *+h2,
.c-bullhorn-job-article *+.heading-2,
.c-bullhorn-job-article *+.section-head__heading-h2,
.c-bullhorn-job-article *+h3,
.c-bullhorn-job-article *+.heading-3,
.c-bullhorn-job-article *+.section-head__heading-h3,
.c-bullhorn-job-article *+h4,
.c-bullhorn-job-article *+.heading-4,
.c-bullhorn-job-article *+.section-head__heading-h4,
.c-bullhorn-job-article *+h5,
.c-bullhorn-job-article *+.heading-5,
.c-bullhorn-job-article *+.section-head__heading-h5,
.c-bullhorn-job-article *+h6,
.c-bullhorn-job-article *+.heading-6,
.c-bullhorn-job-article .card-download__form *+._form-thank-you,
.card-download__form .c-bullhorn-job-article *+._form-thank-you,
.c-bullhorn-job-article *+.section-head__heading-h6,
.c-bullhorn-job-article .c-jobs-list *+.teamtailor-jobs__job-title,
.c-jobs-list .c-bullhorn-job-article *+.teamtailor-jobs__job-title {
    margin-top: 4rem
}

.c-bullhorn-job-article h1,
.c-bullhorn-job-article .heading-1,
.c-bullhorn-job-article .section-head__heading-h1,
.c-bullhorn-job-article h2,
.c-bullhorn-job-article .heading-2,
.c-bullhorn-job-article .section-head__heading-h2,
.c-bullhorn-job-article h3,
.c-bullhorn-job-article .heading-3,
.c-bullhorn-job-article .section-head__heading-h3,
.c-bullhorn-job-article h4,
.c-bullhorn-job-article .heading-4,
.c-bullhorn-job-article .section-head__heading-h4,
.c-bullhorn-job-article h5,
.c-bullhorn-job-article .heading-5,
.c-bullhorn-job-article .section-head__heading-h5,
.c-bullhorn-job-article h6,
.c-bullhorn-job-article .heading-6,
.c-bullhorn-job-article .card-download__form ._form-thank-you,
.card-download__form .c-bullhorn-job-article ._form-thank-you,
.c-bullhorn-job-article .section-head__heading-h6,
.c-bullhorn-job-article .c-jobs-list .teamtailor-jobs__job-title,
.c-jobs-list .c-bullhorn-job-article .teamtailor-jobs__job-title {
    margin-bottom: 2.4rem
}

.c-bullhorn-job-article p {
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-article p {
        font-size: 1.8rem
    }
}

.c-bullhorn-job-article ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-bullhorn-job-article ul li {
    margin: 0 0 1.6rem;
    padding-left: 3.2rem;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative
}

.c-bullhorn-job-article ul li:before {
    content: "";
    border-style: solid;
    border-width: 0 .7rem 1.4rem;
    border-color: transparent transparent var(--color-red)transparent;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: .5rem;
    left: 0
}

.c-bullhorn-job-aside {
    background: var(--color-white);
    text-align: center;
    margin-left: -5vw;
    margin-right: -5vw
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-aside {
        border-radius: 1rem;
        margin: -17rem 0 0;
        position: sticky;
        top: 9rem;
        overflow: hidden;
        box-shadow: 0 4px 8px #0000000a, 0 0 2px #0000000f, 0 0 1px #0000000a
    }
}

.c-bullhorn-job-aside__top {
    padding: 3.2rem
}

.c-bullhorn-job-aside__cta {
    border-bottom: 1px dashed var(--color-grey-30);
    padding: 0 0 3.2rem
}

.c-bullhorn-job-aside__cta h6,
.c-bullhorn-job-aside__cta .heading-6,
.c-bullhorn-job-aside__cta .card-download__form ._form-thank-you,
.card-download__form .c-bullhorn-job-aside__cta ._form-thank-you,
.c-bullhorn-job-aside__cta .section-head__heading-h6,
.c-bullhorn-job-aside__cta .c-jobs-list .teamtailor-jobs__job-title,
.c-jobs-list .c-bullhorn-job-aside__cta .teamtailor-jobs__job-title {
    margin: 0 0 1.6rem
}

.c-bullhorn-job-aside__cta h4,
.c-bullhorn-job-aside__cta .heading-4,
.c-bullhorn-job-aside__cta .section-head__heading-h4 {
    color: var(--color-red);
    margin: 0 0 1.6rem
}

.c-bullhorn-job-aside__cta p {
    margin: 0 0 1.6rem;
    font-size: 1.4rem;
    line-height: 1.5
}

.c-bullhorn-job-aside__share {
    padding: 3.2rem 0 0
}

.c-bullhorn-job-aside__share-box {
    padding-top: 1.6rem
}

.c-bullhorn-job-aside__share-box a {
    vertical-align: middle;
    margin: 0 .8rem;
    display: inline-block
}

.c-bullhorn-job-aside__bottom {
    background: #f6f6f8;
    border: 1px solid #e6e8e9;
    padding: 2.4rem 3.2rem 3.2rem
}

.c-bullhorn-job-aside__bottom p {
    margin-bottom: .8rem;
    font-size: 1.6rem;
    line-height: 1.5
}

.c-bullhorn-job-aside__person {
    justify-content: center;
    align-items: center;
    display: flex
}

.c-bullhorn-job-aside__person img {
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem
}

.c-bullhorn-job-aside__person span {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.1
}

.c-bullhorn-job-form {
    border: 2px solid var(--color-black);
    border-radius: 1rem;
    width: 100%;
    margin: 4rem auto;
    padding: 3rem
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-form {
        margin: 12rem auto 8rem;
        padding: 10rem 8rem;
        display: flex
    }
}

.c-bullhorn-job-form__aside {
    padding-bottom: 4rem
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-form__aside {
        flex: 0 0 12rem;
        padding-bottom: 0
    }
}

@media screen and (min-width:1024px) {
    .c-bullhorn-job-form__aside {
        flex: 0 0 30rem
    }
}

.c-bullhorn-job-form__aside-title {
    margin-bottom: 2.4rem
}

.c-bullhorn-job-form__aside-content {
    font-size: 1.6rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .c-bullhorn-job-form__content {
        flex: auto;
        padding-left: 8rem
    }
}

.c-bullhorn-job-form__content .matador-application,
.c-bullhorn-job-form__content .matador-form {
    border: none;
    margin: 0;
    padding: 0
}

.c-apply-form {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    position: relative
}

.c-apply-form .matador-field-group {
    padding-bottom: 2rem
}

.c-apply-form .matador-field-firstName,
.c-apply-form .matador-field-lastName,
.c-apply-form .matador-field-email,
.c-apply-form .matador-field-phone,
.c-apply-form .matador-field-resume,
.c-apply-form .matador-field-letter {
    flex: 100%
}

@media screen and (min-width:768px) {

    .c-apply-form .matador-field-firstName,
    .c-apply-form .matador-field-lastName,
    .c-apply-form .matador-field-email,
    .c-apply-form .matador-field-phone,
    .c-apply-form .matador-field-resume,
    .c-apply-form .matador-field-letter {
        flex: 0 calc(50% - 1.6rem)
    }
}

.c-apply-form .matador-field-profile {
    flex: 100%
}

.c-apply-form .matador-field-profile .matador-field {
    width: 100%
}

.c-apply-form .matador-field input[type=text],
.c-apply-form .matador-field input[type=email],
.c-apply-form .matador-field input[type=url],
.c-apply-form .matador-field input[type=tel] {
    border: 1px solid var(--color-grey-30)
}

.c-apply-form .matador-field input[type=text]:focus,
.c-apply-form .matador-field input[type=email]:focus,
.c-apply-form .matador-field input[type=url]:focus,
.c-apply-form .matador-field input[type=tel]:focus {
    border-color: var(--color-black)
}

.c-apply-form .matador-field input[type=text].error,
.c-apply-form .matador-field input[type=email].error,
.c-apply-form .matador-field input[type=url].error,
.c-apply-form .matador-field input[type=tel].error {
    border: 1px solid var(--color-red)
}

.c-apply-form .matador-field label.error {
    color: var(--color-red);
    padding-top: .4rem;
    font-size: 1.2rem;
    display: block
}

.c-apply-form .matador-field-label label {
    color: var(--color-black);
    padding-bottom: .5rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem;
    display: block
}

.c-apply-form .matador-field-description {
    padding-top: .4rem;
    padding-bottom: 1.6rem
}

.c-apply-form .matador-field-description a {
    color: var(--color-red)
}

.c-apply-form .checkboxes {
    margin-bottom: 1.6rem
}

.c-apply-form .checkboxes .checkbox label {
    padding-left: 2.4rem;
    display: block;
    position: relative
}

.c-apply-form .checkboxes .checkbox label input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0
}

.c-apply-form .checkboxes .checkbox label .error {
    padding: .1rem 0 0
}

.c-apply-form .matador-button {
    cursor: pointer;
    margin: 0 auto
}

.c-apply-form .matador-field-type-file .for-file {
    background: var(--color-grey-10);
    border-radius: var(--border-radius-large);
    text-align: center;
    padding: 1.6rem
}

.c-apply-form .matador-field-type-file .for-file svg {
    vertical-align: middle;
    margin-top: -2px
}

.c-apply-form #matador-upload-overlay .matador-upload-overlay-background,
.c-apply-form #matador-upload-overlay .matador-upload-overlay-background {
    background: var(--color-white)
}

.c-apply-form #matador-upload-overlay .matador-upload-overlay-message,
.c-apply-form #matador-upload-overlay .matador-upload-overlay-message {
    background: var(--color-white);
    border-radius: var(--border-radius-large);
    border: 2px solid var(--color-black);
    max-width: 90%;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c-testimonial {
    justify-content: center;
    display: flex
}

.c-testimonial_white>.c-testimonial__container {
    background-color: var(--color-white)
}

.c-testimonial_blue>.c-testimonial__container {
    background-color: var(--color-blue-green)
}

.c-testimonial__container {
    grid-column-gap: 6rem;
    grid-row-gap: 1.6rem;
    border-radius: 1rem;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    width: 100%;
    padding: 2.4rem;
    display: grid
}

@media screen and (min-width:768px) {
    .c-testimonial__container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1024px) {
    .c-testimonial__container {
        padding: 6.4rem 5rem
    }
}

@media screen and (min-width:1280px) {
    .c-testimonial__container {
        padding: 6.4rem 10.6rem
    }
}

.c-testimonial__image {
    max-height: 32.4rem;
    position: relative
}

.c-testimonial__image img {
    object-fit: cover;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    position: absolute
}

.c-testimonial__image:after {
    content: "";
    padding-bottom: 62%;
    display: block
}

.c-testimonial__content {
    flex-direction: column;
    justify-content: center;
    display: flex
}

.c-testimonial__text {
    font-family: var(--font-default), var(--font-fallback);
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 2.4rem
}

@media screen and (min-width:1024px) {
    .c-testimonial__text {
        font-size: 2.2rem;
        line-height: 3rem
    }
}

.c-testimonial__customer {
    font-family: var(--font-default), var(--font-fallback);
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 2rem
}

.c-testimonial__customer-name {
    font-weight: 900
}

.c-numbers {
    margin: 0 auto
}

.c-numbers__list {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.c-numbers__item {
    flex-direction: column;
    align-items: center;
    padding: 2rem 4.6rem;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-numbers__item {
        padding: 0 4.6rem
    }
}

.c-numbers__label {
    color: var(--color-black);
    margin-bottom: calc(var(--gap)*6);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem
}

.c-numbers__value {
    color: var(--color-red);
    font-size: 8rem;
    font-weight: 600;
    line-height: 6.2rem
}

.c-image-comparison {
    margin: calc(var(--gap)*-6);
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.c-image-comparison__item {
    padding: calc(var(--gap)*6);
    gap: calc(var(--gap)*4);
    flex-direction: column;
    width: 100%;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-image-comparison__item {
        width: 25%
    }
}

.c-image-comparison__media {
    width: 100%;
    position: relative
}

.c-image-comparison__media:before {
    content: "";
    padding-bottom: 100%;
    display: block
}

.c-image-comparison__media img-comparison-slider {
    border-radius: var(--border-radius-large);
    outline: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.c-image-comparison__media img-comparison-slider img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.c-image-comparison__content {
    gap: calc(var(--gap)*2);
    flex-direction: column;
    display: flex
}

.c-image-comparison__button {
    padding-top: calc(var(--gap)*2)
}

.flex-cta__buttons {
    justify-content: center;
    align-items: center;
    display: flex
}

.flex-cta__button:not(:last-child) {
    margin-right: 2.4rem
}

.flex-cta-inline {
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex
}

@media screen and (min-width:768px) {
    .flex-cta-inline {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
}

.flex-cta-inline__head {
    margin-bottom: 2.4rem
}

@media screen and (min-width:768px) {
    .flex-cta-inline__head {
        margin-bottom: 0
    }
}

.flex-cta-inline__heading {
    margin-bottom: 1.6rem
}

.flex-cta-inline__buttons {
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-left: 8.8rem;
    display: flex
}

.flex-cta-inline__button:not(:last-child) {
    margin-right: 2.4rem
}

.flex-features__buttons {
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
    display: flex
}

.flex-features__button:not(:last-child) {
    margin-right: 2.4rem
}

.flex-logos-line {
    padding: 3rem 0
}

.flex-logos-line__list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.flex-logos-line__item {
    margin: 2rem 5rem
}

.flex-why {
    grid-row-gap: 1.6rem;
    background: var(--color-blue-green);
    border-radius: 2rem;
    padding: 3.2rem;
    display: grid
}

@media screen and (min-width:768px) {
    .flex-why {
        grid-column-gap: 8rem;
        grid-template-columns: repeat(2, 1fr);
        padding: 8rem
    }
}

.flex-why__image {
    flex: 1;
    position: relative
}

.flex-why__image img {
    object-fit: cover;
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width:769px) {
    .flex-why__image {
        grid-row: 1;
        padding-bottom: 64%
    }
}

.flex-why__heading * {
    color: var(--color-red)
}

.flex-why__paragraph {
    margin-top: 1.6rem
}

.flex-why__paragraph-text {
    margin-top: .4rem
}

@media screen and (min-width:768px) {
    .flex-why__paragraph {
        margin-top: 3.2rem
    }
}

.flex-description-list__grid {
    grid-column-gap: 11rem;
    grid-row-gap: 4rem;
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

@media screen and (min-width:768px) {
    .flex-description-list__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.flex-description-list__item:not(:last-child) {
    margin-bottom: 4rem
}

.flex-description-list__heading {
    margin-bottom: 2rem
}

.flex-description-list__line {
    align-items: flex-start;
    display: flex
}

.flex-description-list__line:not(:last-child) {
    margin-bottom: 2rem
}

.flex-description-list__line svg {
    flex-shrink: 0;
    margin-top: .6rem;
    margin-right: 2.4rem
}

.flex-description-list__buttons {
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
    display: flex
}

.flex-description-list__button:not(:last-child) {
    margin-right: 2.4rem
}

.courses__empty {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.courses__empty-description {
    max-width: 60rem;
    margin-bottom: 4.8rem
}

.courses__empty-card {
    background: var(--color-white);
    align-items: center;
    padding: 2rem 2.4rem;
    display: flex
}

.courses__empty-label {
    margin-left: 8rem;
    margin-right: 1.6rem
}

.courses__empty-buttons {
    margin-top: 4.8rem
}

.courses__empty-buttons>:not(:first-child) {
    margin-left: 4.8rem
}

.courses__inner {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    position: relative
}

@media screen and (min-width:576px) {
    .courses__inner {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:768px) {
    .courses__inner {
        grid-template-columns: repeat(3, 1fr)
    }
}

.courses__item {
    background: var(--color-white);
    z-index: 2;
    border-radius: 1rem;
    flex-direction: column;
    flex: 1;
    padding: 3rem;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px #0000000a, 0 0 2px #0000000f, 0 0 1px #0000000a
}

.courses__item-ended {
    z-index: 5;
    transform-origin: 50%;
    background: var(--color-black);
    color: var(--color-white);
    justify-content: center;
    width: 100%;
    padding: .8rem 0;
    display: flex;
    position: absolute;
    top: 6rem;
    right: 6rem;
    transform: translate(50%, -50%)rotate(45deg)
}

.courses__item-inner {
    flex-direction: column;
    flex: 1;
    display: flex
}

.courses__item-heading {
    margin-bottom: 1rem
}

.courses__item-label {
    margin-bottom: 2rem
}

.courses__item-content {
    border-top: .1rem dashed var(--color-grey-30);
    padding-top: 2rem;
    display: flex
}

.courses__item-content ul {
    list-style: disc
}

.courses__item-content ul,
.courses__item-content ol {
    list-style-position: inside
}

.courses__item-content ul:not(:first-child),
.courses__item-content ol:not(:first-child) {
    margin-left: 2rem
}

.courses__item-cost {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 6rem;
    display: flex
}

.courses__item-old-price * {
    text-decoration: line-through;
    -webkit-text-decoration-color: var(--color-red);
    -webkit-text-decoration-color: var(--color-red);
    text-decoration-color: var(--color-red)
}

.courses__item-price * {
    color: var(--color-red)
}

.courses__item-buttons {
    margin-top: 2rem
}

.courses__item.ended .courses__item-inner * {
    -webkit-text-decoration-color: var(--color-grey-50);
    -webkit-text-decoration-color: var(--color-grey-50);
    text-decoration-color: var(--color-grey-50);
    border-color: var(--color-grey-50);
    pointer-events: none;
    color: var(--color-grey-50) !important
}

.courses-empty-form {
    margin-top: calc(var(--gap)*10);
    padding: calc(var(--gap)*20);
    border-radius: calc(var(--gap)*2);
    text-align: left;
    background-color: #00000008
}

.flex-cards__buttons {
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
    display: flex
}

.flex-cards__button:not(:last-child) {
    margin-right: 2.4rem
}

.flex-training-form {
    position: relative
}

.flex-reviews {
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

@media screen and (min-width:768px) {
    .flex-reviews {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1024px) {
    .flex-reviews {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width:1280px) {
    .flex-reviews {
        grid-template-columns: repeat(4, 1fr)
    }
}

.flex-reviews__item {
    border-radius: .8rem;
    flex-direction: column;
    flex: 1;
    padding: 3rem;
    display: flex;
    box-shadow: 0 10px 20px #0000000a, 0 2px 6px #0000000a, 0 0 1px #0000000a
}

.flex-reviews__item-head {
    color: inherit;
    margin-bottom: 3rem
}

@media screen and (min-width:768px) {
    .flex-reviews__item-head {
        margin-bottom: 7rem
    }
}

.flex-reviews__item-content * {
    color: inherit
}

.flex-reviews__item-author {
    color: inherit;
    align-items: center;
    margin-top: auto;
    padding-top: 1rem;
    display: flex
}

.flex-reviews__item-avatar img {
    object-fit: cover;
    border-radius: 50%;
    width: 4rem;
    height: 4rem
}

.flex-reviews__item-name {
    color: inherit;
    margin-left: 1rem
}

.flex-reviews__item:first-child {
    background: var(--color-red);
    color: var(--color-white)
}

.flex-reviews__item:nth-child(2) {
    background: var(--color-white);
    color: var(--color-black)
}

.flex-reviews__item:nth-child(3) {
    background: var(--color-black);
    color: var(--color-white)
}

.flex-reviews__item:nth-child(4) {
    background: var(--color-blue-green);
    color: var(--color-black)
}

.c-cta-button {
    padding: calc(var(--gap)*8)0
}

.c-cta-button_center .c-cta-button__content {
    justify-content: center
}

.c-cta-button_right .c-cta-button__content {
    justify-content: right
}

.c-cta-button__content {
    display: flex
}

@media screen and (max-width:1025px) {
    .-roi-calculator .container {
        width: 100%
    }
}

.c-calculator {
    background-color: var(--color-blue-grey);
    border-radius: calc(var(--gap)*4);
    padding: calc(var(--gap)*10)calc(var(--gap)*4);
    grid-column-gap: calc(var(--gap)*6);
    grid-gap: calc(var(--gap)*6);
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

@media screen and (min-width:1024px) {
    .c-calculator {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1280px) {
    .c-calculator {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1440px) {
    .c-calculator {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1024px) {
    .c-calculator {
        padding: calc(var(--gap)*6);
        grid-gap: 0
    }
}

.c-calculator.is-loading .c-calculator__submit {
    display: none
}

.c-calculator.is-loading .c-calculator__button-loading {
    display: flex
}

.c-calculator.is-completed .c-calculator__submit,
.c-calculator.is-completed .c-calculator__button-loading {
    display: none
}

.c-calculator.is-completed .c-calculator__confirm {
    opacity: 1;
    position: relative;
    transform: translate(0)
}

.c-calculator.is-completed .c-calculator__test {
    display: none
}

.c-calculator.is-completed .c-calculator__recalculate {
    display: block !important
}

.c-calculator__content {
    gap: calc(var(--gap)*6);
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: hidden
}

@media screen and (min-width:1024px) {
    .c-calculator__content {
        padding: calc(var(--gap)*10)calc(var(--gap)*16)
    }
}

.c-calculator__content:before {
    content: "";
    opacity: .5;
    pointer-events: none;
    background-color: #0000;
    width: 100%;
    height: 100%;
    transition: background-color .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0
}

.c-calculator__content[show-input]:before {
    content: "";
    background-color: var(--color-blue-grey);
    backdrop-filter: blur(10px)
}

.c-calculator__content[show-input=adv] [input=adv],
.c-calculator__content[show-input=amd] [input=amd] {
    z-index: 1
}

.c-calculator__content-head {
    gap: calc(var(--gap)*2);
    color: var(--color-black);
    flex-direction: column;
    display: flex
}

.c-calculator__field {
    gap: calc(var(--gap)*2);
    flex-direction: column;
    display: flex
}

.c-calculator__field label {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem
}

.c-calculator__field label span {
    color: var(--color-red)
}

.c-calculator__field .input {
    border-radius: calc(var(--gap)*2);
    background-color: var(--color-white);
    border: 1px solid #0000000d;
    align-items: center;
    display: flex;
    box-shadow: 0 0 1px #0000000a, 0 0 2px #0000000f, 0 4px 8px #0000000a
}

.c-calculator__field .input.error {
    border: 1px solid var(--color-red)
}

.c-calculator__field .currency {
    padding: calc(var(--gap)*4);
    border-right: 1px solid #0000000d;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem;
    display: flex
}

.c-calculator__field input {
    box-shadow: none;
    border: unset;
    padding: calc(var(--gap)*4);
    font-size: 1.6rem;
    font-weight: 400
}

.c-calculator__row {
    grid-column-gap: calc(var(--gap)*6);
    grid-gap: calc(var(--gap)*6);
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

@media screen and (min-width:1024px) {
    .c-calculator__row {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media screen and (min-width:1280px) {
    .c-calculator__row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1440px) {
    .c-calculator__row {
        grid-template-columns: repeat(2, 1fr)
    }
}

.c-calculator__separator {
    margin: calc(var(--gap)*4)0;
    background-color: var(--color-grey-30);
    width: 100%;
    height: 1px;
    display: none
}

@media screen and (min-width:1024px) {
    .c-calculator__separator {
        display: block
    }
}

.c-calculator__cta {
    justify-content: center;
    align-items: center;
    gap: calc(var(--gap)*6);
    flex-direction: column;
    display: none
}

@media screen and (min-width:1024px) {
    .c-calculator__cta {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        display: flex
    }
}

.c-calculator__cta_mobile {
    display: flex
}

@media screen and (min-width:1024px) {
    .c-calculator__cta_mobile {
        display: none
    }
}

.c-calculator__cta-info {
    gap: calc(var(--gap)*2);
    color: var(--color-black);
    flex-direction: column;
    display: flex
}

.c-calculator__data-box {
    background-color: var(--color-white);
    border-radius: calc(var(--gap)*4);
    grid-column-gap: calc(var(--gap)*6);
    grid-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: min-content;
    align-self: center;
    display: grid;
    box-shadow: 0 0 1px #0000000a, 0 2px 6px #0000000a, 0 16px 24px #0000000f
}

@media screen and (min-width:1024px) {
    .c-calculator__data-box {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1280px) {
    .c-calculator__data-box {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1440px) {
    .c-calculator__data-box {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1024px) {
    .c-calculator__data-box {
        padding: calc(var(--gap)*4)
    }
}

.c-calculator__data-item {
    gap: calc(var(--gap)*2);
    padding: calc(var(--gap)*4);
    border-top: 1px solid var(--color-grey-30);
    border-left: 1px solid var(--color-grey-30);
    color: var(--color-black);
    flex-direction: column;
    display: flex
}

.c-calculator__data-item:nth-child(2n) {
    border-right: 1px solid var(--color-grey-30)
}

.c-calculator__data-item:first-child {
    border-top-left-radius: calc(var(--gap)*4)
}

.c-calculator__data-item:nth-child(2) {
    border-top-right-radius: calc(var(--gap)*4)
}

.c-calculator__data-item:nth-last-child(-n+2) {
    border-bottom-left-radius: calc(var(--gap)*4);
    border-bottom: 1px solid var(--color-grey-30)
}

.c-calculator__data-item:last-child {
    border-radius: 0 0 calc(var(--gap)*4)0
}

@media screen and (min-width:1024px) {
    .c-calculator__data-item {
        padding: calc(var(--gap)*7)calc(var(--gap)*6)
    }
}

.c-calculator__data-item input {
    color: currentColor;
    cursor: default;
    background: 0 0;
    height: auto;
    padding: 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.4rem
}

.c-calculator__data-item_red {
    background-color: var(--color-red);
    color: var(--color-white);
    border: none
}

.c-calculator__data-item_red .icon {
    min-width: var(--icon-size, var(--icon-default-size));
    min-height: var(--icon-size, var(--icon-default-size))
}

.c-calculator__data-item_red .c-calculator__data-label {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem
}

.c-calculator__data-item_red input {
    font-size: 2.4rem;
    line-height: 3.2rem
}

.c-calculator__data-head {
    align-items: center;
    gap: calc(var(--gap)*2);
    display: flex
}

.c-calculator__data-label {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem
}

.c-calculator__data-row {
    gap: calc(var(--gap)*4);
    flex-direction: column;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-calculator__data-row {
        flex-direction: row;
        align-items: center
    }
}

.c-calculator__data-col {
    gap: calc(var(--gap)*2);
    flex-direction: column;
    display: flex
}

.c-calculator__info {
    cursor: pointer;
    position: relative
}

.c-calculator__info:hover .c-calculator__info-tooltip {
    opacity: 1;
    transform: translate(-50%, -3rem)
}

.c-calculator__info-tooltip {
    min-width: calc(var(--gap)*80);
    padding: calc(var(--gap)*4);
    background-color: var(--color-white);
    border-radius: calc(var(--gap)*2);
    border: 1px solid var(--color-grey-10);
    z-index: 10;
    opacity: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    transition: all .2s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, -5rem);
    box-shadow: 0 0 1px #0000000a, 0 2px 6px #0000000a, 0 16px 24px #0000000f
}

.c-calculator__confirm {
    border-radius: calc(var(--gap)*2);
    border: 1px solid var(--color-grey-10);
    background-color: var(--color-white);
    padding: calc(var(--gap)*4);
    align-items: center;
    gap: calc(var(--gap)*4);
    opacity: 0;
    pointer-events: none;
    flex: 1;
    transition: all .2s ease-in-out;
    display: flex;
    position: absolute;
    transform: translate(100%);
    box-shadow: 0 0 1px #0000000a, 0 2px 6px #0000000a, 0 16px 24px #0000000f
}

.c-calculator__confirm.active {
    opacity: 1;
    transform: translate(0)
}

.c-calculator .hidden {
    display: none
}

.c-calculator__button-loading {
    border: 2px solid var(--Black, #000);
    background: var(--White, #fff);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 4.6rem;
    display: none;
    position: relative;
    box-shadow: 2px 2px #000
}

.c-calculator__button-loading div {
    box-sizing: border-box;
    border: 4px solid var(--color-red);
    border-color: var(--color-red)transparent transparent transparent;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin: 2px;
    animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite lds-ring;
    display: block;
    position: absolute
}

.c-calculator__button-loading div:first-child {
    animation-delay: -.45s
}

.c-calculator__button-loading div:nth-child(2) {
    animation-delay: -.3s
}

.c-calculator__button-loading div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.c-calculator__recalculate {
    display: none !important
}

.c-calculator .button,
.c-calculator .hs-form .hs-submit .hs-button,
.hs-form .hs-submit .c-calculator .hs-button,
.c-calculator .gform_button {
    cursor: pointer
}

.c-calculator-header {
    text-align: center;
    align-items: center;
    gap: calc(var(--gap)*4);
    padding-bottom: calc(var(--gap)*10);
    flex-direction: column;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-calculator-header {
        padding-bottom: calc(var(--gap)*16)
    }
}

.c-calculator-header__title {
    letter-spacing: -.6px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 4rem
}

@media screen and (min-width:1024px) {
    .c-calculator-header__title {
        letter-spacing: -.76px;
        font-size: 3.8rem;
        line-height: 4.4rem
    }
}

.c-calculator-header__description {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem
}

@media screen and (min-width:1024px) {
    .c-calculator-header__description {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.6rem
    }
}

.c-calculator-switch {
    border-radius: calc(var(--gap)*10);
    padding: var(--gap);
    background-color: var(--color-white);
    display: inline-flex;
    position: relative
}

.c-calculator-switch input[type=checkbox] {
    display: none
}

.c-calculator-switch input[type=checkbox]~#Yearly {
    color: var(--color-white)
}

.c-calculator-switch input[type=checkbox]:checked~.c-calculator-switch__bg {
    left: calc(50% + .4rem)
}

.c-calculator-switch input[type=checkbox]:checked~#Yearly {
    color: var(--color-grey-70)
}

.c-calculator-switch input[type=checkbox]:checked~#Monthly {
    color: var(--color-white)
}

.c-calculator-switch .c-calculator-switch__bg {
    top: var(--gap);
    left: var(--gap);
    border-radius: calc(var(--gap)*10);
    background-color: var(--color-black);
    width: calc(50% - .8rem);
    height: calc(100% - .8rem);
    transition: all .2s ease-in-out;
    position: absolute
}

.c-calculator-switch__item {
    width: calc(var(--gap)*22);
    padding: calc(var(--gap)*3)0;
    cursor: pointer;
    z-index: 1;
    color: var(--color-grey-70);
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex
}

.c-calculator-switch__item p {
    color: currentColor
}

.hero-roi {
    background-color: var(--color-blue-grey);
    border-radius: calc(var(--gap)*4);
    padding: calc(var(--gap)*10)calc(var(--gap)*6);
    align-items: center;
    gap: calc(var(--gap)*6);
    color: var(--color-black);
    text-align: center;
    flex-direction: column;
    display: flex
}

@media screen and (min-width:1024px) {
    .hero-roi {
        background-color: var(--color-grey-10);
        padding: calc(var(--gap)*20)calc(var(--gap)*6)
    }
}

.hero-roi__icon {
    border-radius: calc(var(--gap)*5);
    background-color: var(--color-white);
    padding: calc(var(--gap)*5);
    justify-content: center;
    align-items: center;
    display: flex
}

.hero-roi__icon svg {
    width: 4rem
}

.hero-roi__icon svg path {
    fill: var(--color-red)
}

.c-usp {
    background-color: var(--color-white)
}

.c-usp__inner {
    padding: calc(var(--gap)*10)0
}

@media screen and (min-width:1024px) {
    .c-usp__inner {
        padding: calc(var(--gap)*20)0
    }
}

.c-usp__content {
    gap: calc(var(--gap)*10);
    flex-direction: column;
    display: flex
}

@media screen and (min-width:1024px) {
    .c-usp__content {
        gap: calc(var(--gap)*16);
        padding: 0 calc(var(--gap)*20)
    }
}

.c-usp__head {
    align-items: center;
    gap: calc(var(--gap)*4);
    max-width: calc(var(--gap)*160);
    color: var(--color-black);
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    display: flex
}

.c-usp__list {
    grid-column-gap: calc(var(--gap)*6);
    grid-gap: calc(var(--gap)*4);
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

@media screen and (min-width:1024px) {
    .c-usp__list {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width:1280px) {
    .c-usp__list {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width:1440px) {
    .c-usp__list {
        grid-template-columns: repeat(3, 1fr)
    }
}

.c-usp__item {
    gap: calc(var(--gap)*2.5);
    color: var(--color-black);
    flex-direction: column;
    display: flex
}

.c-usp__item-head {
    align-items: center;
    gap: calc(var(--gap)*5);
    display: flex
}

.c-usp__item-head .icon {
    color: var(--color-red);
    display: flex;
    fill: var(--color-red) !important
}

.c-usp__item-label {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.6rem
}

.c-usp__item-description {
    font-size: 1.6rem;
    line-height: 2.2rem
}

@media screen and (min-width:1024px) {
    .c-usp__item-description {
        padding-right: calc(var(--gap)*7)
    }
}

.button,
.hs-form .hs-submit .hs-button,
.gform_button {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: none;
    align-items: center;
    margin: 0;
    padding: 0;
    display: inline-flex
}

.button .icon svg,
.hs-form .hs-submit .hs-button .icon svg,
.gform_button .icon svg {
    display: block
}

.button_primary,
.hs-form .hs-submit .hs-button,
.gform_button {
    color: var(--color-black);
    border: 2px solid var(--color-black);
    box-shadow: 2px 2px 0px var(--color-black);
    border-radius: var(--border-radius-large);
    background: var(--color-white);
    transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94), transform .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94)
}

.button_primary .icon,
.hs-form .hs-submit .hs-button .icon,
.gform_button .icon {
    color: var(--color-red);
    margin-left: 1rem
}

.button_primary.button_large,
.hs-form .hs-submit .button_large.hs-button,
.hs-form .hs-submit .hs-button.gform_button,
.gform_button {
    padding: calc(var(--gap)*4)calc(var(--gap)*8)
}

.button_primary.button_medium,
.hs-form .hs-submit .button_medium.hs-button,
.button_medium.gform_button {
    padding: calc(var(--gap)*3)calc(var(--gap)*6.5)
}

.button_primary.button_small,
.button_small.gform_button,
.hs-form .hs-submit .hs-button {
    padding: calc(var(--gap)*3)calc(var(--gap)*5)
}

.button_primary.button_xsmall,
.hs-form .hs-submit .button_xsmall.hs-button,
.button_xsmall.gform_button {
    padding: calc(var(--gap)*2.5)calc(var(--gap)*3)
}

.button_secondary {
    transition: all .2s
}

.button_secondary .icon {
    color: var(--color-red);
    margin-left: .5rem;
    transition: all .3s
}

.button__content {
    gap: var(--gap);
    flex-direction: column;
    display: flex
}

.button__subtitle {
    align-items: center;
    gap: var(--gap);
    font-size: 1.6rem;
    font-weight: 300;
    display: flex
}

.button__subtitle img {
    border-radius: 0;
    position: relative
}

.is-desktop .button_primary:hover,
.is-desktop .hs-form .hs-submit .hs-button:hover,
.hs-form .hs-submit .is-desktop .hs-button:hover,
.is-desktop .gform_button:hover {
    color: var(--color-red);
    border-color: var(--color-red);
    box-shadow: 0 0 0 var(--color-red);
    text-decoration: none;
    transform: translate(3px, 3px)
}

.is-desktop .button_secondary:hover {
    color: var(--color-red);
    text-decoration: none
}

.is-desktop .button_secondary:hover .icon {
    transform: translate(4px)
}

.c-breadcrumbs {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.c-breadcrumbs__inner {
    color: var(--color-grey-70);
    text-transform: uppercase;
    align-items: center;
    width: 90%;
    max-width: 140rem;
    margin: auto;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2rem;
    display: flex
}

.c-breadcrumbs__inner.digital-product-studio path {
    stroke: var(--color-grey-70)
}

.c-breadcrumbs__home {
    color: var(--color-grey-70)
}

.c-breadcrumbs__home:hover {
    color: var(--color-red)
}

.c-breadcrumbs__home svg {
    display: block
}

.c-breadcrumbs__arrow {
    padding: 0 1rem
}

.c-breadcrumbs__arrow svg {
    color: var(--color-grey-50);
    display: block
}

.c-breadcrumbs__item {
    color: var(--color-grey-70)
}

.c-breadcrumbs__current {
    color: var(--color-black)
}

.c-breadcrumbs.is-absolute {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 1rem;
    left: 0
}

.page--upthrust .c-breadcrumbs {
    display: none
}

.popup {
    z-index: 6;
    visibility: hidden;
    transition: visibility .2s ease-out;
    position: fixed;
    inset: 0
}

.popup_active {
    visibility: visible
}

.popup_active .popup__layout {
    opacity: 1
}

.popup_active .popup__main {
    opacity: 1;
    transform: translateY(0)
}

.popup__layout {
    opacity: 0;
    background-color: #0009;
    transition: opacity .2s ease-out;
    position: absolute;
    inset: 0
}

.popup__wrapper {
    padding: calc(var(--gap)*10)calc(var(--gap)*4);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative
}

.popup__main {
    background-color: var(--color-white);
    border-radius: var(--border-radius-large);
    box-shadow: var(--box-shadow);
    opacity: 0;
    transform: translateY(calc(var(--gap)*-16));
    width: 100%;
    max-width: 56rem;
    transition: opacity .2s ease-out, transform .2s ease-out;
    position: relative
}

.popup__head {
    padding: calc(var(--gap)*6)calc(var(--gap)*8);
    border-bottom: 1px solid var(--color-grey-30);
    position: relative
}

.popup__close {
    padding: calc(var(--gap)*6);
    color: var(--color-grey-70);
    cursor: pointer;
    transition: color .2s ease-out;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.popup__close:hover {
    color: var(--color-black)
}

.popup__content {
    padding: calc(var(--gap)*6)calc(var(--gap)*8)
}

#gated-content-popup ._form-content {
    padding: 0
}

#gated-content-popup ._form-content>div {
    max-width: initial;
    flex-basis: 100%
}

.flex-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-list__item {
    align-items: flex-start;
    display: flex
}

.flex-list__item:not(:last-child) {
    margin-bottom: 1.2rem
}

.flex-list__item svg {
    color: var(--color-red);
    flex-shrink: 0;
    margin: .4rem 1rem 0 0;
    display: block
}

.pagination-block {
    justify-content: center;
    width: 100%;
    display: flex
}

.pagination-block .btn {
    color: var(--color-red)
}

.pagination-block .btn a {
    color: currentColor
}

.pagination-block .btn.disabled {
    color: var(--color-grey-30)
}

.pagination-block .page-number {
    width: calc(var(--gap)*10);
    height: calc(var(--gap)*10);
    color: var(--color-black);
    background-color: var(--color-white);
    border: 1px solid var(--color-grey-30);
    transition: border var(--transition-default), background-color var(--transition-default);
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 4rem;
    display: flex
}

.pagination-block .page-number:hover {
    border-color: var(--color-red)
}

.pagination-block .page-number.current {
    border-color: var(--color-red);
    color: var(--color-red)
}

.pagination {
    align-items: center;
    gap: calc(var(--gap)*4);
    display: flex
}

.icon {
    width: var(--icon-size, var(--icon-default-size));
    height: var(--icon-size, var(--icon-default-size))
}

.icon svg {
    display: block
}

.error404 .c-footer__contact {
    display: none
}

.error-container {
    background-color: var(--color-red);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: calc(100vh - 8rem);
    margin: 0 2rem 2rem
}

@media screen and (min-width:768px) {
    .error-container {
        height: calc(100vh - 9rem)
    }
}

@media screen and (min-width:1280px) {
    .error-container {
        height: calc(100vh - 10rem)
    }
}

.error-container-inner {
    color: var(--color-white);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 55rem;
    height: 100%;
    margin: 0 auto;
    display: flex
}

.error-container-inner h1,
.error-container-inner .heading-1,
.error-container-inner .section-head__heading-h1 {
    letter-spacing: .1em;
    color: var(--color-white);
    font-size: calc(10rem + 2.4vw);
    font-weight: 400;
    line-height: 1.1
}

@media screen and (min-width:1280px) {

    .error-container-inner h1,
    .error-container-inner .heading-1,
    .error-container-inner .section-head__heading-h1 {
        font-size: 12rem
    }
}

.error-container-inner p {
    color: var(--color-white);
    font-size: 1.6rem;
    line-height: 1.5
}

@media screen and (min-width:1024px) {
    .error-container-inner p {
        font-size: 2rem
    }
}

.error-container-inner .subtitle {
    letter-spacing: -.02em;
    margin-bottom: 1rem;
    font-size: calc(1.4rem + 2.4vw);
    font-weight: 600;
    line-height: 1.107
}

@media screen and (min-width:1024px) {
    .error-container-inner .subtitle {
        font-size: 5.6rem
    }
}

.error-container-button {
    margin-top: 1rem
}

@media screen and (min-width:1024px) {
    .error-container-button {
        margin-top: 3rem
    }
}

.extra-list-css .neg-margin {
    margin-left: -3rem;
    display: inline-block
}

.single-post {
    padding-top: 6.1rem
}

@media screen and (min-width:768px) {
    .single-post {
        padding-top: 7.1rem
    }
}

@media screen and (min-width:1280px) {
    .single-post {
        padding-top: 8.1rem
    }
}

.single-post article {
    color: var(--color-black);
    margin-bottom: 11rem;
    padding-top: 4.8rem
}

@media screen and (min-width:768px) {
    .single-post article {
        padding-top: 8.8rem
    }
}

.single-post article .article-h1 {
    text-align: center;
    margin-bottom: 4.25rem
}

.single-post article .blog-author {
    justify-content: center;
    align-items: center;
    display: flex
}

.single-post article .blog-author__avatar {
    background-color: var(--color-grey-10);
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    position: relative;
    overflow: hidden
}

.single-post article .blog-author__name {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem
}

.single-post article .single-header-image {
    width: 90%;
    max-width: 103rem;
    margin: 3rem auto
}

@media screen and (min-width:768px) {
    .single-post article .single-header-image {
        margin: 5rem auto
    }
}

.single-post article .single-header-image .single-header-image__wrap {
    border-radius: var(--border-radius-large);
    background-color: var(--color-grey-10);
    position: relative;
    overflow: hidden
}

.single-post article>p,
.single-post article>pre,
.single-post article>code,
.single-post article>ul,
.single-post article>ol,
.single-post article>h1,
.single-post article>.heading-1,
.single-post article>.section-head__heading-h1,
.single-post article>h2,
.single-post article>.heading-2,
.single-post article>.section-head__heading-h2,
.single-post article>h3,
.single-post article>.heading-3,
.single-post article>.section-head__heading-h3,
.single-post article>h4,
.single-post article>.heading-4,
.single-post article>.section-head__heading-h4,
.single-post article>h5,
.single-post article>.heading-5,
.single-post article>.section-head__heading-h5,
.single-post article>h6,
.single-post article>.heading-6,
.single-post .card-download__form article>._form-thank-you,
.card-download__form .single-post article>._form-thank-you,
.single-post article>.section-head__heading-h6,
.single-post .c-jobs-list article>.teamtailor-jobs__job-title,
.c-jobs-list .single-post article>.teamtailor-jobs__job-title,
.single-post article>.wp-block-image,
.single-post article>blockquote,
.single-post article>.blog-author {
    width: 100%;
    max-width: 73rem;
    margin: 0 auto;
    padding: 0 1.5rem
}

.single-post article>pre {
    background: var(--color-red);
    color: var(--color-white);
    border-radius: 2rem;
    margin-bottom: 3rem;
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    line-height: 2.8rem
}

.single-post article>pre>code {
    max-width: 100%;
    display: block;
    overflow-x: auto
}

.single-post article ol {
    counter-reset: item;
    list-style-type: none
}

.single-post article ol>li {
    counter-increment: item;
    padding-left: 3rem;
    position: relative
}

@media screen and (min-width:768px) {
    .single-post article ol>li {
        margin-left: 3rem
    }
}

.single-post article ol>li:before {
    content: counters(item, ".")". ";
    position: absolute;
    top: 0;
    left: 0
}

.single-post article ol>li>ol {
    padding-top: 1.6rem;
    padding-bottom: .8rem
}

.single-post article ol>li>ol>li {
    padding-bottom: 1rem
}

.single-post article ol>li>ol>li:before {
    content: counters(item, ".")" "
}

.single-post article ol>li>ul {
    margin-bottom: 2.4rem
}

.single-post article ol>li>ul>li {
    padding-left: 3rem;
    position: relative
}

.single-post article ol>li>ul>li:before {
    content: "";
    background: var(--color-white);
    border: .2rem solid var(--color-red);
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 1rem;
    left: 0
}

.single-post article ol>li>ul>li:not(:last-of-type) {
    padding-bottom: .8rem
}

.single-post article ol>li>ul>li>ul {
    margin-bottom: 2.4rem
}

.single-post article ol>li>ul>li>ul>li {
    padding-left: 3rem;
    position: relative
}

.single-post article ol>li>ul>li>ul>li:before {
    content: "";
    background: var(--color-white);
    border: .2rem solid var(--color-red);
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 1rem;
    left: 0
}

.single-post article ol>li>ul>li>ul>li:not(:last-of-type) {
    padding-bottom: .8rem
}

.single-post article>ul {
    margin-bottom: 2rem;
    list-style: none
}

@media screen and (min-width:768px) {
    .single-post article>ul {
        margin-bottom: 3rem
    }
}

@media screen and (min-width:1024px) {
    .single-post article>ul {
        margin-bottom: 4rem
    }
}

.single-post article>ul li {
    padding-left: 3rem;
    position: relative
}

.single-post article>ul li:before {
    content: "";
    background: var(--color-white);
    border: .2rem solid var(--color-red);
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 1rem;
    left: 0
}

.single-post article>ul li:not(:last-of-type) {
    padding-bottom: 2.8rem
}

.single-post article>ul li>ul>li {
    padding-bottom: 1rem
}

.single-post article>h1,
.single-post article>.heading-1,
.single-post article>.section-head__heading-h1,
.single-post article>h2,
.single-post article>.heading-2,
.single-post article>.section-head__heading-h2,
.single-post article>h3,
.single-post article>.heading-3,
.single-post article>.section-head__heading-h3,
.single-post article>h4,
.single-post article>.heading-4,
.single-post article>.section-head__heading-h4,
.single-post article>h5,
.single-post article>.heading-5,
.single-post article>.section-head__heading-h5,
.single-post article>h6,
.single-post article>.heading-6,
.single-post .card-download__form article>._form-thank-you,
.card-download__form .single-post article>._form-thank-you,
.single-post article>.section-head__heading-h6,
.single-post .c-jobs-list article>.teamtailor-jobs__job-title,
.c-jobs-list .single-post article>.teamtailor-jobs__job-title {
    letter-spacing: -.02em;
    color: var(--color-black);
    margin-bottom: 2.4rem;
    padding-top: 2rem;
    font-weight: 600
}

.single-post article>p {
    margin-bottom: 1rem
}

@media screen and (min-width:768px) {
    .single-post article>p {
        margin-bottom: 3rem
    }
}

.single-post article>p,
.single-post article>ul,
.single-post article>ol,
.single-post article>figcaption {
    font-size: 1.6rem;
    line-height: 1.556
}

@media screen and (min-width:768px) {

    .single-post article>p,
    .single-post article>ul,
    .single-post article>ol,
    .single-post article>figcaption {
        font-size: 1.8rem
    }
}

.single-post article>blockquote {
    margin-bottom: 2rem
}

@media screen and (min-width:768px) {
    .single-post article>blockquote {
        margin-bottom: 4rem
    }
}

@media screen and (min-width:1024px) {
    .single-post article>blockquote {
        margin-bottom: 6rem
    }
}

@media screen and (min-width:1280px) {
    .single-post article>blockquote {
        margin-bottom: 9rem
    }
}

.single-post article>blockquote p {
    color: var(--color-red);
    font-size: calc(1.4rem + 2.4vw);
    font-weight: 700;
    line-height: 1.2
}

@media screen and (min-width:1280px) {
    .single-post article>blockquote p {
        font-size: 5rem
    }
}

.single-post article>blockquote p:first-of-type:before {
    content: "“"
}

.single-post article>blockquote p:last-of-type:after {
    content: "”"
}

.single-post article a:not(.c-button) {
    color: var(--color-red)
}

.single-post article>.wp-block-image {
    margin-bottom: 2rem
}

@media screen and (min-width:768px) {
    .single-post article>.wp-block-image {
        margin-bottom: 3rem
    }
}

@media screen and (min-width:1024px) {
    .single-post article>.wp-block-image {
        margin-bottom: 5rem
    }
}

.single-post article figcaption,
.single-post article .aligncenter {
    text-align: center
}

.single-post article .alignleft {
    float: left
}

.single-post article .alignrigth {
    float: right
}

.single-post__more {
    padding-top: 3rem;
    padding-bottom: 1rem;
    overflow: hidden
}

@media screen and (min-width:1024px) {
    .single-post__more {
        padding-top: 5rem
    }
}

.single-post__more-button {
    text-align: center;
    padding-top: 4rem
}

.single-post__more-button svg {
    margin-left: 1rem
}

.single-post__more-button .c-button__primary,
.single-post__more-button .c-apply-form .matador-button,
.c-apply-form .single-post__more-button .matador-button {
    color: var(--color-black)
}

.single-post__more-button .c-button__primary:hover,
.single-post__more-button .c-apply-form .matador-button:hover,
.c-apply-form .single-post__more-button .matador-button:hover {
    color: var(--color-red)
}

.single-post__more-swiper {
    width: 90%;
    max-width: 140rem;
    margin: auto;
    padding: 2rem 0;
    position: relative;
    overflow: visible
}

@media screen and (min-width:1024px) {
    .single-post__more-swiper {
        width: 90%
    }
}

@media screen and (min-width:768px) {
    .single-post__more-swiper .swiper-pagination {
        display: none
    }
}

.single-post__more-swiper .swiper-pagination-bullet {
    background: var(--color-grey-30)
}

.single-post__more-swiper .swiper-pagination-bullet-active {
    background: var(--color-red)
}

.single-post__more-swiper .c-post {
    color: var(--color-white);
    opacity: 0;
    width: 27rem;
    margin-right: 1rem
}

@media screen and (min-width:768px) {
    .single-post__more-swiper .c-post {
        width: calc(50% - 2rem);
        margin-right: 3rem
    }
}

@media screen and (min-width:1024px) {
    .single-post__more-swiper .c-post {
        width: 25%;
        margin-right: 3rem
    }
}

.single-post__more-swiper.swiper-container-initialized .swiper-slide {
    opacity: 1
}

.post-type-service.digital-product-studio,
.post-type-service.digital-product-studio+footer {
    background: var(--color-blue-green)
}

.breadcrumbs {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2.4rem;
    display: flex
}

.breadcrumbs a {
    color: var(--color-red);
    align-items: center;
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-flex;
    position: relative
}

.breadcrumbs a:not(:last-child):after {
    content: "";
    opacity: .3;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 9'%3E%3Cpath d='M.38 1.22l.64-.64 3.92 3.93-3.91 3.91-.63-.64 3.27-3.27L.38 1.22z'/%3E%3C/svg%3E") 50% no-repeat;
    width: 24px;
    height: 10px;
    margin: 0;
    display: block
}

.single-job__button {
    width: 90%;
    max-width: 140rem;
    margin: auto;
    padding-bottom: 3rem
}

.single-job__apply-button {
    padding-bottom: 3rem
}

.single-job__form {
    padding-top: 2rem
}

@media screen and (min-width:768px) {
    .single-job__form {
        padding-top: 5rem
    }
}

.single-job__form-inner {
    border: 2px solid var(--color-black);
    border-radius: 1rem;
    width: 90%;
    max-width: 82rem;
    margin: auto;
    padding: 1.5rem;
    box-shadow: 0 0 1px #0000000a, 0 0 2px #0000000f, 0 4px 8px #0000000a
}

@media screen and (min-width:768px) {
    .single-job__form-inner {
        padding: 3rem
    }
}

@media screen and (min-width:1024px) {
    .single-job__form-inner {
        padding: 8rem
    }
}

.single-job__form-inner h3,
.single-job__form-inner .heading-3,
.single-job__form-inner .section-head__heading-h3 {
    padding-bottom: 1rem;
    font-weight: 600
}

.single-job article {
    color: var(--color-black);
    margin-bottom: 11rem;
    padding-top: 9rem
}

.single-job article .article-h1 {
    text-align: center;
    margin-bottom: 4.25rem
}

.single-job article .blog-author {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem
}

.single-job article .blog-author+p:not(.article-h1):not(.blog-author):first-letter {
    padding-right: .5rem;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 5rem
}

.single-job article>p,
.single-job article>pre,
.single-job article>code,
.single-job article>ul,
.single-job article>ol,
.single-job article>h1,
.single-job article>.heading-1,
.single-job article>.section-head__heading-h1,
.single-job article>h2,
.single-job article>.heading-2,
.single-job article>.section-head__heading-h2,
.single-job article>h3,
.single-job article>.heading-3,
.single-job article>.section-head__heading-h3,
.single-job article>h4,
.single-job article>.heading-4,
.single-job article>.section-head__heading-h4,
.single-job article>h5,
.single-job article>.heading-5,
.single-job article>.section-head__heading-h5,
.single-job article>h6,
.single-job article>.heading-6,
.single-job .card-download__form article>._form-thank-you,
.card-download__form .single-job article>._form-thank-you,
.single-job article>.section-head__heading-h6,
.single-job .c-jobs-list article>.teamtailor-jobs__job-title,
.c-jobs-list .single-job article>.teamtailor-jobs__job-title,
.single-job article>.wp-block-image,
.single-job article>blockquote {
    width: 100%;
    max-width: 73rem;
    margin: 0 auto;
    padding: 0 1.5rem
}

.single-job article>pre {
    background: var(--color-red);
    color: var(--color-white);
    border-radius: 2rem;
    margin-bottom: 3rem;
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    line-height: 2.8rem
}

.single-job article>pre>code {
    max-width: 100%;
    display: block;
    overflow-x: auto
}

.single-job article>ul,
.single-job article>ol {
    margin-bottom: 2rem;
    list-style: none
}

@media screen and (min-width:768px) {

    .single-job article>ul,
    .single-job article>ol {
        margin-bottom: 3rem
    }
}

@media screen and (min-width:1024px) {

    .single-job article>ul,
    .single-job article>ol {
        margin-bottom: 4rem
    }
}

.single-job article>ul li,
.single-job article>ol li {
    padding-left: 3rem;
    position: relative
}

.single-job article>ul li:before,
.single-job article>ol li:before {
    content: "";
    background: #fff;
    border-bottom: 14px solid red;
    border-left: 7px solid #0000;
    border-right: 7px solid #0000;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: .7rem;
    left: 0
}

.single-job article>ul li:not(:last-of-type),
.single-job article>ol li:not(:last-of-type) {
    padding-bottom: 2.8rem
}

.single-job article>h1,
.single-job article>.heading-1,
.single-job article>.section-head__heading-h1,
.single-job article>h2,
.single-job article>.heading-2,
.single-job article>.section-head__heading-h2,
.single-job article>h3,
.single-job article>.heading-3,
.single-job article>.section-head__heading-h3,
.single-job article>h4,
.single-job article>.heading-4,
.single-job article>.section-head__heading-h4,
.single-job article>h5,
.single-job article>.heading-5,
.single-job article>.section-head__heading-h5,
.single-job article>h6,
.single-job article>.heading-6,
.single-job .card-download__form article>._form-thank-you,
.card-download__form .single-job article>._form-thank-you,
.single-job article>.section-head__heading-h6,
.single-job .c-jobs-list article>.teamtailor-jobs__job-title,
.c-jobs-list .single-job article>.teamtailor-jobs__job-title {
    color: #000
}

.single-job article>h2,
.single-job article>.heading-2,
.single-job article>.section-head__heading-h2 {
    margin-bottom: 1.5rem
}

@media screen and (min-width:768px) {

    .single-job article>h2,
    .single-job article>.heading-2,
    .single-job article>.section-head__heading-h2 {
        margin-bottom: 2.5rem
    }
}

.single-job article>p {
    margin-bottom: 1rem
}

@media screen and (min-width:768px) {
    .single-job article>p {
        margin-bottom: 3rem
    }
}

.single-job article>p,
.single-job article>ul,
.single-job article>ol,
.single-job article>figcaption {
    font-size: 1.4rem;
    line-height: 1.556
}

@media screen and (min-width:768px) {

    .single-job article>p,
    .single-job article>ul,
    .single-job article>ol,
    .single-job article>figcaption {
        font-size: 1.8rem
    }
}

.single-job article>blockquote {
    margin-bottom: 2rem
}

@media screen and (min-width:768px) {
    .single-job article>blockquote {
        margin-bottom: 4rem
    }
}

@media screen and (min-width:1024px) {
    .single-job article>blockquote {
        margin-bottom: 6rem
    }
}

@media screen and (min-width:1280px) {
    .single-job article>blockquote {
        margin-bottom: 9rem
    }
}

.single-job article>blockquote p {
    color: var(--color-red);
    font-size: calc(1.4rem + 2.4vw);
    font-weight: 700;
    line-height: 1.2
}

@media screen and (min-width:1280px) {
    .single-job article>blockquote p {
        font-size: 5rem
    }
}

.single-job article>blockquote p:first-of-type:before {
    content: "“"
}

.single-job article>blockquote p:last-of-type:after {
    content: "”"
}

.single-job article a:not(.button):not(.gform_button) {
    color: var(--color-red)
}

.single-job article>.wp-block-image {
    margin-bottom: 2rem
}

@media screen and (min-width:768px) {
    .single-job article>.wp-block-image {
        margin-bottom: 3rem
    }
}

@media screen and (min-width:1024px) {
    .single-job article>.wp-block-image {
        margin-bottom: 5rem
    }
}

.single-job article figcaption,
.single-job article .aligncenter {
    text-align: center
}

.single-job article .alignleft {
    float: left
}

.single-job article .alignrigth {
    float: right
}

.single-job .l-footer .c-footer__contact {
    display: none
}

.p-case__header {
    background-color: var(--color-blue-grey);
    padding: 5rem 0 3rem
}

@media screen and (min-width:768px) {
    .p-case__header {
        padding: 5rem 0
    }
}

@media screen and (min-width:1024px) {
    .p-case__header {
        padding: 7rem 0
    }
}

@media screen and (min-width:1280px) {
    .p-case__header {
        padding: 8rem 0
    }
}

.p-case__header-inner {
    flex-wrap: wrap;
    display: flex
}

.p-case__header-image {
    box-shadow: var(--box-shadow-large);
    flex-basis: 100%;
    position: relative
}

@media screen and (min-width:768px) {
    .p-case__header-image {
        border-radius: 8px;
        flex-basis: 50%;
        height: 100%;
        overflow: hidden
    }
}

.p-case__header-content {
    flex-basis: 100%;
    padding: 0 0 3rem
}

@media screen and (min-width:768px) {
    .p-case__header-content {
        flex-basis: 50%;
        align-items: center;
        padding: 0 3rem;
        display: flex
    }
}

@media screen and (min-width:1024px) {
    .p-case__header-content {
        padding: 0 5rem
    }
}

.p-case__header-label {
    align-items: center;
    padding: 2rem 0 1rem;
    display: flex
}

.p-case__header-logo {
    width: auto;
    height: 3.2rem;
    margin-left: 2rem
}

.p-case__header h1,
.p-case__header .heading-1,
.p-case__header .section-head__heading-h1 {
    max-width: 48rem;
    padding: 0 0 1rem
}

.p-case__header-subtitle {
    max-width: 41rem
}

.p-case__content {
    counter-reset: hcounter;
    padding: 4rem 0
}

@media screen and (min-width:768px) {
    .p-case__content {
        padding: 6rem 0
    }
}

@media screen and (min-width:1024px) {
    .p-case__content {
        padding: 8rem 0
    }
}

@media screen and (min-width:768px) {

    .p-case__content>p,
    .p-case__content>pre,
    .p-case__content>code,
    .p-case__content>ul,
    .p-case__content>ol {
        font-size: 1.8rem
    }
}

.p-case__content>p,
.p-case__content>pre,
.p-case__content>code,
.p-case__content>ul,
.p-case__content>ol,
.p-case__content>h1,
.p-case__content>.heading-1,
.p-case__content>.section-head__heading-h1,
.p-case__content>h2,
.p-case__content>.heading-2,
.p-case__content>.section-head__heading-h2,
.p-case__content>h3,
.p-case__content>.heading-3,
.p-case__content>.section-head__heading-h3,
.p-case__content>h4,
.p-case__content>.heading-4,
.p-case__content>.section-head__heading-h4,
.p-case__content>h5,
.p-case__content>.heading-5,
.p-case__content>.section-head__heading-h5,
.p-case__content>h6,
.p-case__content>.heading-6,
.card-download__form .p-case__content>._form-thank-you,
.p-case__content>.section-head__heading-h6,
.c-jobs-list .p-case__content>.teamtailor-jobs__job-title,
.p-case__content>.wp-block-image,
.p-case__content>blockquote {
    width: 90%;
    max-width: 70rem;
    margin: 0 auto;
    padding: 1.5rem 0
}

.p-case__content>ul li {
    padding: .5rem 0 .5rem 2.5rem;
    position: relative
}

.p-case__content>ul li:before {
    content: "";
    border: 2px solid var(--color-red);
    border-radius: 5rem;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 1rem;
    left: 0
}

.p-case__content>ol {
    list-style: none
}

.p-case__content>ol li {
    counter-increment: count;
    padding: .5rem 0 .5rem 5rem;
    position: relative
}

.p-case__content>ol li:nth-child(-n+9):before {
    content: "0"counter(count)"."
}

.p-case__content>ol li:before {
    counter-increment: list;
    content: counter(count)".";
    color: var(--color-red);
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    top: .6rem;
    left: 0
}

.p-case__content>h2,
.p-case__content>.heading-2,
.p-case__content>.section-head__heading-h2,
.p-case__content h3,
.p-case__content .heading-3,
.p-case__content .section-head__heading-h3,
.p-case__content h4,
.p-case__content .heading-4,
.p-case__content .section-head__heading-h4 {
    font-weight: 600;
    line-height: 1.21
}

.p-case__content>h2,
.p-case__content>.heading-2,
.p-case__content>.section-head__heading-h2 {
    padding: 1.5rem 0 1.5rem 5rem;
    font-size: 2.5rem;
    position: relative
}

.p-case__content>h2:nth-child(-n+9):before,
.p-case__content>.heading-2:nth-child(-n+9):before,
.p-case__content>.section-head__heading-h2:nth-child(-n+9):before {
    content: "0"counter(hcounter)
}

.p-case__content>h2:before,
.p-case__content>.heading-2:before,
.p-case__content>.section-head__heading-h2:before {
    counter-increment: hcounter;
    content: counter(hcounter);
    background: var(--color-red);
    color: var(--color-white);
    border-radius: 5rem;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    position: absolute;
    top: 1.1rem;
    left: 0
}

@media screen and (min-width:768px) {

    .p-case__content>h2:before,
    .p-case__content>.heading-2:before,
    .p-case__content>.section-head__heading-h2:before {
        width: 5rem;
        height: 5rem;
        font-size: 1.7rem;
        top: 1.5rem;
        left: 0
    }
}

@media screen and (min-width:1024px) {

    .p-case__content>h2:before,
    .p-case__content>.heading-2:before,
    .p-case__content>.section-head__heading-h2:before {
        font-size: 1.8rem
    }
}

@media screen and (min-width:1280px) {

    .p-case__content>h2:before,
    .p-case__content>.heading-2:before,
    .p-case__content>.section-head__heading-h2:before {
        font-size: 2.1rem
    }
}

@media screen and (min-width:768px) {

    .p-case__content>h2,
    .p-case__content>.heading-2,
    .p-case__content>.section-head__heading-h2 {
        padding: 1.5rem 0 1.5rem 7rem;
        font-size: 3.3rem
    }
}

@media screen and (min-width:1024px) {

    .p-case__content>h2,
    .p-case__content>.heading-2,
    .p-case__content>.section-head__heading-h2 {
        font-size: 4.2rem
    }
}

.p-case__content>h4,
.p-case__content>.heading-4,
.p-case__content>.section-head__heading-h4 {
    font-size: 1.8rem
}

@media screen and (min-width:768px) {

    .p-case__content>h4,
    .p-case__content>.heading-4,
    .p-case__content>.section-head__heading-h4 {
        font-size: 2.2rem
    }
}

.p-case__more-header {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.p-case__more-posts {
    padding: 2rem 0 5rem;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .p-case__more-posts {
        padding: 3rem 0 5rem
    }
}

@media screen and (min-width:1024px) {
    .p-case__more-posts {
        padding: 3rem 0 7rem
    }
}

.p-case__more-swiper {
    width: 90%;
    max-width: 140rem;
    margin: auto;
    position: relative;
    overflow: visible
}

@media screen and (min-width:1024px) {
    .p-case__more-swiper {
        width: 90%
    }
}

@media screen and (min-width:768px) {
    .p-case__more-swiper .swiper-pagination {
        display: none
    }
}

.p-case__more-swiper .swiper-pagination-bullet {
    background: var(--color-grey-30)
}

.p-case__more-swiper .swiper-pagination-bullet-active {
    background: var(--color-red)
}

.p-case__more-swiper .p-c-case {
    width: calc(100% - 4rem);
    padding: 0
}

@media screen and (min-width:768px) {
    .p-case__more-swiper .p-c-case {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:1024px) {
    .p-case__more-swiper .p-c-case {
        width: 33.3333%
    }
}

.page-template-insights-php {
    padding-top: 6.1rem
}

@media screen and (min-width:768px) {
    .page-template-insights-php {
        padding-top: 7.1rem
    }
}

@media screen and (min-width:1280px) {
    .page-template-insights-php {
        padding-top: 8.1rem
    }
}

.p-insights {
    padding: 5rem 0
}

@media screen and (min-width:768px) {
    .p-insights {
        padding: 5rem 0
    }
}

@media screen and (min-width:1024px) {
    .p-insights {
        padding: 7rem 0
    }
}

.p-insights__header {
    padding: 0 2rem 5rem
}

@media screen and (min-width:768px) {
    .p-insights__header {
        padding: 0 3rem 5rem
    }
}

@media screen and (min-width:1024px) {
    .p-insights__header {
        padding: 0 5rem 7rem
    }
}

.p-insights__header-inner {
    text-align: center;
    max-width: 53rem;
    margin: auto
}

.p-insights__header-text {
    padding-top: 1rem
}

.p-insights__posts-list {
    grid-column-gap: calc(var(--gap)*6);
    grid-gap: calc(var(--gap)*6);
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

@media screen and (min-width:1024px) {
    .p-insights__posts-list {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width:1280px) {
    .p-insights__posts-list {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (min-width:1440px) {
    .p-insights__posts-list {
        grid-template-columns: repeat(4, 1fr)
    }
}

.p-insights__posts-list .c-post {
    width: 100% !important
}

.p-insights__category {
    overflow: hidden
}

.p-insights__category-header {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex
}

@media screen and (min-width:768px) {
    .p-insights__category-header {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        display: flex
    }
}

.p-insights__category-header h5,
.p-insights__category-header .heading-5,
.p-insights__category-header .section-head__heading-h5 {
    padding-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3rem
}

@media screen and (min-width:768px) {

    .p-insights__category-header h5,
    .p-insights__category-header .heading-5,
    .p-insights__category-header .section-head__heading-h5 {
        padding-bottom: 0
    }
}

.p-insights__category-button {
    font-weight: 600
}

.p-insights__category-button svg {
    margin-left: 1rem
}

.p-insights__category-posts {
    padding: 1rem 0 3rem
}

@media screen and (min-width:768px) {
    .p-insights__category-posts {
        padding: 1rem 0 5rem
    }
}

@media screen and (min-width:1024px) {
    .p-insights__category-posts {
        padding: 1rem 0 7rem
    }
}

.p-insights__category-swiper {
    width: 90%;
    max-width: 140rem;
    margin: auto;
    padding: 2rem 0;
    position: relative;
    overflow: visible
}

@media screen and (min-width:1024px) {
    .p-insights__category-swiper {
        width: 90%
    }
}

@media screen and (min-width:768px) {
    .p-insights__category-swiper .swiper-pagination {
        display: none
    }
}

.p-insights__category-swiper .swiper-pagination-bullet {
    background: var(--color-grey-30)
}

.p-insights__category-swiper .swiper-pagination-bullet-active {
    background: var(--color-red)
}

.p-insights__category-swiper .c-post {
    width: 27rem;
    margin-right: 1rem
}

@media screen and (min-width:768px) {
    .p-insights__category-swiper .c-post {
        width: calc(50% - 2rem);
        margin-right: 3rem
    }
}

@media screen and (min-width:1024px) {
    .p-insights__category-swiper .c-post {
        width: 25%;
        margin-right: 3rem
    }
}

.p-insights__category-swiper.swiper-container-initialized .swiper-slide {
    opacity: 1
}

.archive {
    padding-top: 6.1rem
}

@media screen and (min-width:768px) {
    .archive {
        padding-top: 7.1rem
    }
}

@media screen and (min-width:1280px) {
    .archive {
        padding-top: 8.1rem
    }
}

.p-archive {
    padding: 5rem 0
}

@media screen and (min-width:768px) {
    .p-archive {
        padding: 5rem 0 2rem
    }
}

@media screen and (min-width:1024px) {
    .p-archive {
        padding: 7rem 0 3rem
    }
}

.p-archive__categories {
    padding: 1rem 0 0;
    overflow: hidden;
    box-shadow: 0 -1px #e6e8e9
}

@media screen and (min-width:768px) {
    .p-archive__categories {
        padding: 2rem 0 0
    }
}

.p-archive__categories .container {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll
}

.p-archive__categories-inner {
    flex-wrap: nowrap;
    display: flex
}

@media screen and (min-width:576px) {
    .p-archive__categories-inner {
        justify-content: center
    }
}

.p-archive__category {
    flex: none;
    font-size: 1.2rem
}

@media screen and (min-width:576px) {
    .p-archive__category {
        font-size: 1.4rem
    }
}

.p-archive__category:not(:last-of-type) {
    margin-right: 2.4rem
}

@media screen and (min-width:576px) {
    .p-archive__category:not(:last-of-type) {
        margin-right: 3rem
    }
}

.p-archive__category:hover,
.p-archive__category.active {
    color: var(--color-red)
}

.p-archive__header {
    padding: 0 2rem 3rem
}

@media screen and (min-width:768px) {
    .p-archive__header {
        padding: 0 3rem 5rem
    }
}

@media screen and (min-width:1024px) {
    .p-archive__header {
        padding: 0 5rem 7rem
    }
}

.p-archive__header-inner {
    text-align: center;
    max-width: 53rem;
    margin: auto
}

.p-archive__header-text {
    padding-top: 1rem
}

.p-archive__posts {
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 2rem 0 3rem;
    display: flex
}

@media screen and (min-width:768px) {
    .p-archive__posts {
        padding: 3rem 0 5rem
    }
}

@media screen and (min-width:1024px) {
    .p-archive__posts {
        padding: 3rem 0 7rem
    }
}

.p-archive__post {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 2rem 2rem
}

@media screen and (min-width:768px) {
    .p-archive__post {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media screen and (min-width:1024px) {
    .p-archive__post {
        flex-basis: 33.333%;
        max-width: 33.333%
    }
}

@media screen and (min-width:1280px) {
    .p-archive__post {
        flex-basis: 25%;
        max-width: 25%
    }
}

.p-archive__post .c-post {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem
}

.p-cases__header {
    background: linear-gradient(90.07deg, #de2027 .03%, #f0545a 99.97%);
    border-radius: 2rem;
    height: calc(100vh - 8rem);
    margin: 0 2rem 2rem;
    position: relative;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .p-cases__header {
        height: calc(100vh - 9rem)
    }
}

@media screen and (min-width:1280px) {
    .p-cases__header {
        height: calc(100vh - 10rem)
    }
}

.p-cases__header-inner {
    height: 100%
}

@media screen and (min-width:1024px) {
    .p-cases__header-inner {
        flex-direction: row;
        display: flex
    }
}

.p-cases__header-image {
    position: relative
}

@media screen and (min-width:1024px) {
    .p-cases__header-image.mobile {
        display: none
    }
}

.p-cases__header-image.mobile img {
    width: 100%
}

.p-cases__header-image.desktop {
    flex-basis: 50%;
    display: none
}

@media screen and (min-width:1024px) {
    .p-cases__header-image.desktop {
        display: block
    }
}

.p-cases__header-image.desktop img {
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.p-cases__header-content {
    color: #fff;
    flex-basis: 50%;
    margin-top: -4rem
}

@media screen and (min-width:1024px) {
    .p-cases__header-content {
        justify-content: flex-end;
        align-items: center;
        margin-top: 0;
        padding-right: 3rem;
        display: flex
    }
}

.p-cases__header-content-inner {
    max-width: 47rem
}

@media screen and (min-width:1024px) {
    .p-cases__header-content-inner {
        padding-right: 3rem
    }
}

.p-cases__header-content h1,
.p-cases__header-content .heading-1,
.p-cases__header-content .section-head__heading-h1 {
    color: var(--color-white);
    max-width: 23rem;
    margin-bottom: 1rem
}

@media screen and (min-width:768px) {

    .p-cases__header-content h1,
    .p-cases__header-content .heading-1,
    .p-cases__header-content .section-head__heading-h1 {
        max-width: 34rem
    }
}

@media screen and (min-width:1024px) {

    .p-cases__header-content h1,
    .p-cases__header-content .heading-1,
    .p-cases__header-content .section-head__heading-h1 {
        max-width: 100%
    }
}

.p-cases__header-text {
    padding-bottom: 4rem
}

.p-cases__header-arrow {
    color: var(--color-white);
    width: 2rem;
    height: 2rem;
    display: none;
    position: absolute;
    bottom: 4rem;
    left: 4rem
}

@media screen and (min-width:1024px) {
    .p-cases__header-arrow {
        display: block
    }
}

.p-cases__highlight {
    padding: 3rem 0
}

@media screen and (min-width:768px) {
    .p-cases__highlight {
        padding: 5rem 0
    }
}

@media screen and (min-width:1024px) {
    .p-cases__highlight {
        padding: 7rem 0
    }
}

@media screen and (min-width:1280px) {
    .p-cases__highlight {
        padding: 8rem 0
    }
}

.p-cases__highlight-inner {
    flex-wrap: wrap;
    display: flex
}

.p-cases__highlight-image {
    border-radius: var(--border-radius-large);
    flex-basis: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px #0000000a, 0 2px 6px #0000000a, 0 16px 24px #0000000f
}

@media screen and (min-width:768px) {
    .p-cases__highlight-image {
        flex-basis: 50%
    }
}

.p-cases__highlight-content {
    flex-basis: 100%;
    padding: 0 0 3rem
}

@media screen and (min-width:768px) {
    .p-cases__highlight-content {
        flex-basis: 50%;
        align-items: center;
        padding: 0 3rem;
        display: flex
    }
}

@media screen and (min-width:1024px) {
    .p-cases__highlight-content {
        padding: 0 5rem
    }
}

@media screen and (min-width:1280px) {
    .p-cases__highlight-content {
        padding: 0 7rem
    }
}

.p-cases__highlight-label {
    align-items: center;
    padding: 2rem 0 1rem;
    display: flex
}

.p-cases__highlight-logo {
    width: auto;
    height: 3.2rem
}

.p-cases__highlight h2,
.p-cases__highlight .heading-2,
.p-cases__highlight .section-head__heading-h2 {
    max-width: 48rem;
    padding: 0 0 1rem
}

.p-cases__highlight-subtitle {
    max-width: 41rem;
    padding-bottom: 3rem
}

.p-cases__content {
    padding: 2rem 0 0
}

.p-cases__grid {
    flex-wrap: wrap;
    margin: -1rem;
    display: flex
}

@media screen and (min-width:1280px) {
    .p-cases__grid {
        margin: -1.5rem
    }
}

.p-cases__numbers {
    background: var(--color-red);
    margin-bottom: 4rem;
    padding: 3rem 0 1rem;
    display: none
}

@media screen and (min-width:1024px) {
    .p-cases__numbers {
        margin-bottom: 6rem;
        padding: 7rem 0 2rem
    }
}

.p-cases__numbers-grid {
    flex-wrap: wrap;
    justify-content: center;
    margin: -1rem;
    display: flex
}

@media screen and (min-width:1024px) {
    .p-cases__numbers-grid {
        margin: -1.5rem
    }
}

@media screen and (min-width:1280px) {
    .p-cases__numbers-grid {
        margin: -2.5rem
    }
}

.p-cases__number {
    color: var(--color-white);
    text-align: center;
    flex: 1 0 100%;
    padding: 1rem 1rem 4rem
}

@media screen and (min-width:768px) {
    .p-cases__number {
        flex: 0 0 50%
    }
}

@media screen and (min-width:1024px) {
    .p-cases__number {
        flex: 0 0 33%;
        padding: 2.5rem 1.5rem 7rem
    }
}

@media screen and (min-width:1280px) {
    .p-cases__number {
        padding: 2.5rem 2.5rem 8rem
    }
}

.p-cases__number-inner {
    max-width: 30rem;
    margin: auto
}

.p-cases__number-number {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.21
}

@media screen and (min-width:768px) {
    .p-cases__number-number {
        font-size: 4.5rem
    }
}

@media screen and (min-width:1024px) {
    .p-cases__number-number {
        font-size: 6rem
    }
}

.tpl-privacy .article-header {
    text-align: center;
    padding: 4rem 0 3rem
}

@media screen and (min-width:768px) {
    .tpl-privacy .article-header {
        padding: 6rem 0 5rem
    }
}

@media screen and (min-width:1024px) {
    .tpl-privacy .article-header {
        padding: 9rem 0 6rem
    }
}

@media screen and (min-width:1280px) {
    .tpl-privacy .article-header {
        padding: 12rem 0 9rem
    }
}

.tpl-privacy .article-body {
    padding-bottom: 2rem
}

@media screen and (min-width:768px) {
    .tpl-privacy .article-body {
        padding-bottom: 4rem
    }
}

@media screen and (min-width:1024px) {
    .tpl-privacy .article-body {
        padding-bottom: 6rem
    }
}

.tpl-privacy .article-body>p,
.tpl-privacy .article-body>ul {
    max-width: 70rem;
    margin: auto;
    padding-bottom: 2rem;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {

    .tpl-privacy .article-body>p,
    .tpl-privacy .article-body>ul {
        font-size: 1.8rem
    }
}

.tpl-privacy .article-body>ul {
    margin-bottom: 4rem
}

.tpl-privacy .article-body>ul li {
    padding-left: 3rem;
    position: relative
}

.tpl-privacy .article-body>ul li:not(:last-child) {
    margin-bottom: 2.8rem
}

.tpl-privacy .article-body>ul li:before {
    content: "";
    background: #fff;
    border-bottom: 14px solid red;
    border-left: 7px solid #0000;
    border-right: 7px solid #0000;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: .7rem;
    left: 0
}

.page--contact .c-breadcrumbs {
    display: none
}

.page--contact ._form-thank-you {
    border-radius: var(--border-radius-large);
    background: #fff;
    border: 2px solid #000;
    margin-top: 4rem;
    padding: 2rem;
    font-size: 1.6rem
}

.page--digital-product-studio .c-breadcrumbs,
.postid-129 .c-breadcrumbs,
.postid-130 .c-breadcrumbs {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 1rem;
    left: 0
}

.page--digital-experts #block-why-list-block_5eafbf14ee952 {
    margin-bottom: 4rem
}

@media screen and (min-width:768px) {
    .page--digital-experts #block-why-list-block_5eafbf14ee952 {
        margin-bottom: 8rem
    }
}

.page--growth-services .c-hero-1__background img {
    transition: all .4s cubic-bezier(.39, .575, .565, 1) .2s;
    transform: scale(.7)rotate(-15deg)translate(-8rem)
}

.page--growth-services .c-hero-1__background.is-loaded img {
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.page-static__inner {
    max-width: 70rem;
    margin: 0 auto;
    padding: 0 2.4rem
}

.page-static__heading {
    text-align: center;
    padding: 4rem 0 3rem
}

@media screen and (min-width:768px) {
    .page-static__heading {
        padding: 6rem 0 5rem
    }
}

@media screen and (min-width:1024px) {
    .page-static__heading {
        padding: 9rem 0 6rem
    }
}

@media screen and (min-width:1280px) {
    .page-static__heading {
        padding: 12rem 0 9rem
    }
}

.page-static__content {
    padding-bottom: 2rem
}

@media screen and (min-width:768px) {
    .page-static__content {
        padding-bottom: 4rem
    }
}

@media screen and (min-width:1024px) {
    .page-static__content {
        padding-bottom: 6rem
    }
}

.page-static__content>p,
.page-static__content>h3,
.page-static__content>.heading-3,
.page-static__content>.section-head__heading-h3 {
    padding-bottom: 2rem
}

.page-static__content>p {
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .page-static__content>p {
        font-size: 1.8rem
    }
}

.assessment {
    height: calc(100vh - 9rem) !important
}

@media screen and (min-width:768px) {
    .assessment {
        height: calc(100vh - 22rem) !important
    }
}

.page-freelance-talent.-customer-logos-big .c-cl-row {
    justify-content: flex-start;
    gap: calc(var(--gap)*4)
}

.page-freelance-talent.-customer-logos-big .c-cl-logo {
    padding: calc(var(--gap)*2);
    height: auto;
    margin: 0
}

@media screen and (min-width:1024px) {
    .page-freelance-talent.-customer-logos-big .c-cl-logo {
        width: calc(25% - 1.6rem)
    }
}

.page-freelance-talent.single-post {
    padding: calc(var(--gap)*12)0
}

@media screen and (min-width:1024px) {
    .page-freelance-talent.single-post {
        padding: calc(var(--gap)*24)0
    }
}

.page-freelance-talent.single-post article {
    border-left: 3px solid var(--color-red);
    flex-direction: column;
    gap: 1.6rem;
    display: flex;
    margin: 0 !important;
    padding: 0 2.4rem !important
}

.page-freelance-talent.single-post article * {
    max-width: unset;
    margin: 0;
    padding: 0
}

/* Stijl voor de "Accepteer" knop */
.cc-nb-okagree,
.cc-cp-save {
    background-color: #EC2229 !important;
    border-color: #EC2229 !important;
    color: white !important;
    /* Zorgt ervoor dat de tekst wit blijft */
}

/* Stijl voor de "Weigeren" knop */
.cc-nb-reject {
    background-color: #EC2229 !important;
    border-color: #EC2229 !important;
    color: white !important;
}

/* Hover-effect voor knoppen */
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-save:hover {
    background-color: #D92026 !important;
    /* Iets donkerder rood voor hover */
}

/* Tekst aanpassen voor leesbaarheid */
.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-save {
    font-weight: bold !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    /* Afronding van de hoeken */
    text-transform: uppercase !important;
}

/*# sourceMappingURL=index.css.map */