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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

p,
ol,
ul,
blockquote,
dl {
    margin: 0 0 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

small {
    font-size: .8em;
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    background-color: transparent;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

code {
    word-break: break-word;
}

a>code {
    color: inherit;
}

pre code {
    word-break: normal;
}

.container,
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media(min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1320px;
    }
}

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

.no-gutters,
.gutter-none {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"],
.gutter-none>.col,
.gutter-none>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
    position: relative;
    width: 100%;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width:1400px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-control {
    display: block;
    background-clip: padding-box;
}

@media(prefers-reduced-motion:reduce) {
    .form-control .form-control .form-control {
        transition: none;
    }
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media(min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: unset;
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.pagination {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: .25rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.alert {
    position: relative;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

@media print {
    .stage {
        margin-top: 0;
        padding: 0;
    }

    body {
        padding-top: 0;
        font-size: 14px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .scroll-el {
        visibility: visible;
        opacity: 1;
        transform: unset;
    }

    section,
    .section,
    [class*="section-"] {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer>*:not(.copyright) {
        display: none;
    }

    footer .copyright .agencymum,
    footer .copyright .legalinfolinks,
    footer .copyright a {
        display: none;
    }

    header,
    nav {
        display: none !important;
    }

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }

    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}

.img-responsive {
    display: block;
    max-width: 100%
}

body {
    color: #1C1E20;
    font-family: 'Inter', sans-serif;
    font-variation-settings: 'wght'400;
    font-size: 20px;
    line-height: 1.5
}

@media only screen and (max-width: 991.9px) {
    body {
        font-size: 18px
    }
}

::selection {
    color: #fff;
    background: #000
}

a {
    color: #00ACDF;
    text-decoration: none;
    transition: all 0.2s ease
}

a:hover,
a:active,
a:focus {
    color: #182533;
    text-decoration: none
}

strong,
b,
.text-bold {
    font-variation-settings: 'wght'600;
    color: #000
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2;
    font-variation-settings: 'wght'500;
    color: #1C1E20;
    font-family: 'Outfit', sans-serif
}

h1,
.h1 {
    color: #fff;
    font-variation-settings: "wght"400;
    font-size: clamp(36px, 6vw, 102px)
}

h1,
.h1,
h2,
.h2 {
    margin: 0
}

h2,
.h2 {
    margin: 60px 0 50px 0;
    display: block;
    font-size: clamp(32px, 6vw, 102px)
}

@media only screen and (max-width: 991.9px) {

    h2,
    .h2 {
        margin: 45px 0 30px 0
    }
}

h2:first-child,
.h2:first-child {
    margin-top: 0
}

h3,
.h3 {
    font-size: clamp(23px, 2.8vw, 40px);
    margin: 60px 0 45px 0
}

@media only screen and (max-width: 991.9px) {

    h3,
    .h3 {
        margin: 45px 0 30px 0
    }
}

h3:first-child,
.h3:first-child {
    margin-top: 0
}

p,
ul,
ol {
    margin: 0 0 30px
}

.lead {
    font-size: 24px;
    line-height: 1.5
}

.blue {
    color: #00ACDF
}

html.lenis,
html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.container-big,
.container-fluid,
.container-small,
.container {
    position: relative;
    margin: 0 auto;
    padding: 0 3vw;
    max-width: 100%
}

@media only screen and (max-width: 991.9px) {

    .container-big,
    .container-fluid,
    .container-small,
    .container {
        padding: 0 20px
    }
}

.container-big {
    width: 100%
}

.container {
    width: calc(100% - 10vw)
}

@media only screen and (max-width: 991.9px) {
    .container {
        width: 100%
    }
}

.container-small {
    width: calc(100% - 15vw)
}

.page_pro .container-small,
.page_off .container-small,
.page_cre .container-small,
.page_blo .container-small,
.page_for .container-small,
.page_cal .container-small,
.page_sup .container-small,
.page_ter .container-small,
.page_imp .container-small,
.page_aud .container-small,
.page_str .container-small,
.page_mar .container-small,
.page_app .container-small {
    max-width: 1240px
}

@media only screen and (max-width: 991.9px) {
    .container-small {
        width: 100%
    }
}

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

.flex-container.align-center {
    align-items: center
}

.flex-container.justify-between {
    justify-content: space-between
}

.row {
    margin-left: -30px;
    margin-right: -30px
}

@media only screen and (max-width: 991.9px) {
    .row {
        margin-left: -20px;
        margin-right: -20px
    }
}

.row>[class*="col"] {
    padding-left: 30px;
    padding-right: 30px
}

@media only screen and (max-width: 991.9px) {
    .row>[class*="col"] {
        padding-left: 20px;
        padding-right: 20px
    }
}

.text-center {
    text-align: center
}

.btn {
    display: inline-block;
    line-height: 1.2;
    font-variation-settings: "wght"500;
    padding: 16px 25px;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
    color: #1C1E20;
    text-align: left;
    transition: all 0.2s ease
}

@media only screen and (max-width: 991.9px) {
    .btn {
        font-size: 16px
    }
}

.btn-block {
    display: block;
    text-align: center;
    white-space: normal
}

@keyframes scrollUp {
    0% {
        background-position: 0 100%
    }

    100% {
        background-position: 0 0
    }
}

.btn-outline {
    border: 2px solid #4C6D92;
    padding: 16px 60px 16px 25px;
    background-color: transparent;
    box-shadow: 0 0 20px 5px rgba(76, 109, 146, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    background: none;
    z-index: 0
}

@media only screen and (max-width: 991.9px) {
    .btn-outline {
        padding: 15px 55px 15px 20px
    }
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: 0 0 20px 5px rgba(76, 109, 146, 0.5);
    background: none
}

.btn-outline:hover:after,
.btn-outline:focus:after,
.btn-outline:active:after {
    right: 20px;
    transform: translateY(-50%) rotate(0)
}

.btn-outline:hover:before,
.btn-outline:focus:before,
.btn-outline:active:before {
    opacity: 0.2
}

.btn-outline:after {
    content: "";
    background: url(../images/arrow-2025.svg) no-repeat;
    background-size: 100%;
    width: 21px;
    height: 16px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.2s ease;
    transition-duration: 0.3s
}

@media only screen and (max-width: 991.9px) {
    .btn-outline:after {
        right: 20px
    }
}

.btn-outline.dark:after {
    filter: invert(1)
}

.btn-outline:before {
    content: "";
    animation: scrollUp 2.5s linear infinite;
    background: url(../images/logo-sprite.png) repeat;
    background-position: 0 0;
    position: absolute;
    width: 100%;
    height: 220%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s
}

.lnk {
    color: #fff;
    font-size: 25px;
    position: relative;
    font-variation-settings: 'wght'450
}

@media only screen and (min-width: 1200px) and (max-width: 1400px),
only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .lnk {
        font-size: 22px
    }
}

@media only screen and (max-width: 991.9px) {
    .lnk {
        font-size: 18px
    }
}

.lnk:hover,
.lnk:focus,
.lnk:active {
    color: #fff
}

.lnk:hover:after,
.lnk:focus:after,
.lnk:active:after {
    width: 0;
    left: auto;
    right: 0
}

.lnk:after {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(1, 0, 0, 1)
}

.lnk.lnk-black {
    color: #1C1E20
}

.lnk.lnk-black:after {
    background-color: #1C1E20
}

.btn-primary {
    background-color: #00ACDF;
    color: #fff;
    border-radius: 10px
}

.img-thumbnail,
.img-responsive,
.thumbnail {
    border: none;
    padding: 0;
    background: none;
    margin: 0;
    max-width: 100%;
    border-radius: 20px
}

.alert {
    padding: 15px;
    color: #999;
    border: 1px solid rgba(153, 153, 153, 0.5);
    background: rgba(153, 153, 153, 0.1);
    font-variation-settings: 'wght'400
}

.alert a {
    color: inherit;
    font-variation-settings: 'wght'600
}

.alert a:hover,
.alert a:active,
.alert a:focus {
    color: inherit
}

.alert:not(:first-child) {
    margin-top: 20px
}

.alert-success {
    color: #57b03f;
    border: 1px solid rgba(87, 176, 63, 0.5);
    background: rgba(87, 176, 63, 0.1);
    font-variation-settings: 'wght'400
}

.alert-success a {
    color: inherit;
    font-variation-settings: 'wght'600
}

.alert-success a:hover,
.alert-success a:active,
.alert-success a:focus {
    color: inherit
}

.alert-danger {
    color: #c33939;
    border: 1px solid rgba(195, 57, 57, 0.5);
    background: rgba(195, 57, 57, 0.1);
    font-variation-settings: 'wght'400
}

.alert-danger a {
    color: inherit;
    font-variation-settings: 'wght'600
}

.alert-danger a:hover,
.alert-danger a:active,
.alert-danger a:focus {
    color: inherit
}

.alert-info {
    color: #c69214;
    border: 1px solid rgba(198, 146, 20, 0.5);
    background: rgba(198, 146, 20, 0.1);
    font-variation-settings: 'wght'400
}

.alert-info a {
    color: inherit;
    font-variation-settings: 'wght'600
}

.alert-info a:hover,
.alert-info a:active,
.alert-info a:focus {
    color: inherit
}

.alert-warning {
    color: #c69214;
    border: 1px solid rgba(198, 146, 20, 0.5);
    background: rgba(198, 146, 20, 0.1);
    font-variation-settings: 'wght'400
}

.alert-warning a {
    color: inherit;
    font-variation-settings: 'wght'600
}

.alert-warning a:hover,
.alert-warning a:active,
.alert-warning a:focus {
    color: inherit
}

html,
body,
form {
    height: 100%
}

html body {
    position: relative;
    margin: 0
}

html body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: all 0.2s ease;
    background-color: #182533;
    z-index: 300
}

html body.animate:before {
    height: 100%
}

.cursor {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #00ACDF;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease-out;
    z-index: 110
}

@media only screen and (max-width: 991.9px) {
    .cursor {
        display: none
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    padding: 20px 3vw;
    font-family: 'Outfit', sans-serif;
    transform: translateY(0);
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: opacity 0.8s cubic-bezier(0.32, 0.94, 0.6, 1) 0.4s, transform 0.8s cubic-bezier(0.32, 0.94, 0.6, 1) 0.4s, top 0.3s ease
}

.is-loading .header {
    transform: translateY(-30px);
    opacity: 0
}

@media only screen and (max-width: 991.9px) {
    .header {
        transform: none;
        background-color: #fff;
        padding: 15px 20px
    }
}

.header .logoslogan {
    font-family: 'Outfit', sans-serif;
    text-transform: lowercase;
    font-variation-settings: 'wght'350;
    transition: all 0.1s ease;
    position: relative;
    cursor: pointer;
    display: flex;
    z-index: 121;
    font-size: 20px;
    transition: all 0.2s ease
}

@media only screen and (max-width: 991.9px) {
    .header .logoslogan {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
        display: block;
        text-align: center;
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        z-index: 5
    }
}

@media only screen and (max-width: 575.9px) {
    .header .logoslogan {
        font-size: 14px
    }
}

.header .logoslogan a {
    color: rgba(255, 255, 255, 0.6)
}

@media only screen and (max-width: 991.9px) {
    .header .logoslogan a {
        color: rgba(24, 37, 51, 0.6)
    }
}

@media only screen and (min-width: 992px) {
    .bg-white-active .header .logoslogan a {
        color: rgba(24, 37, 51, 0.6)
    }
}

.shownav .header .logoslogan a {
    color: rgba(255, 255, 255, 0.6)
}

.shownav .header .logoslogan {
    color: rgba(255, 255, 255, 0.6);
    transition-delay: 0.1s
}

.header .logoslogan:hover .number:after,
.header .logoslogan:focus .number:after,
.header .logoslogan:active .number:after {
    width: 100%;
    border-radius: 5px
}

.header .logoslogan:hover .number span,
.header .logoslogan:focus .number span,
.header .logoslogan:active .number span {
    opacity: 1;
    transition-delay: 0.3s
}

.header .logoslogan .number {
    color: #fff;
    font-size: 16px;
    z-index: 0;
    font-variation-settings: "wght"450;
    position: relative;
    transform: translate(8px, -8px);
    display: inline-flex;
    padding: 0 8px 0 4px;
    line-height: 25px;
    height: 25px
}

@media only screen and (max-width: 991.9px) {
    .header .logoslogan .number {
        display: flex;
        transform: none;
        padding: 0;
        font-size: 14px;
        line-height: inherit;
        align-items: center;
        justify-content: center;
        color: #1C1E20
    }
}

@media only screen and (max-width: 575.9px) {
    .header .logoslogan .number {
        font-size: 13px
    }
}

.header .logoslogan .number small {
    font-size: 16px;
    display: block;
    margin-right: 6px
}

@media only screen and (max-width: 991.9px) {
    .header .logoslogan .number small {
        color: #F53100;
        font-variation-settings: "wght"500
    }
}

@media only screen and (max-width: 575.9px) {
    .header .logoslogan .number small {
        font-size: 14px
    }
}

.header .logoslogan .number span {
    opacity: 0;
    transition: all 0.2s ease;
    position: relative;
    padding-right: 26px
}

.header .logoslogan .number span:after {
    content: "";
    background: url(../images/arrow-2025.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

@media only screen and (max-width: 991.9px) {
    .header .logoslogan .number span:after {
        filter: invert(1)
    }
}

@media only screen and (max-width: 991.9px) {
    .header .logoslogan .number span {
        opacity: 1
    }
}

.header .logoslogan .number:after {
    content: "";
    width: 26px;
    height: 26px;
    background-color: #F53100;
    border-radius: 40px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.5s cubic-bezier(1, 0, 0, 1)
}

@media only screen and (max-width: 991.9px) {
    .header .logoslogan .number:after {
        display: none
    }
}

.header .logoslogan strong {
    color: #fff;
    font-variation-settings: 'wght'550;
    text-transform: uppercase;
    transition: all 0.1s ease;
    transition: all 0.2s ease
}

@media only screen and (max-width: 991.9px) {
    .header .logoslogan strong {
        color: #1C1E20
    }
}

@media only screen and (min-width: 992px) {
    .bg-white-active .header .logoslogan strong {
        color: #182533
    }

    .shownav .header .logoslogan strong {
        color: #fff;
        transition-delay: 0.1s
    }
}

.header-logo {
    display: block;
    transition: none
}

@media only screen and (max-width: 991.9px) {
    .header-logo {
        position: relative;
        z-index: 150
    }
}

.header-logo svg {
    display: block;
    max-width: 100%;
    width: 75px;
    height: auto
}

@media only screen and (max-width: 991.9px) {
    .header-logo svg {
        width: 50px
    }
}

.header-logo svg path {
    transform: translateZ(0);
    transition: fill 0.1s ease;
    fill: #fff;
    display: block;
    will-change: fill
}

@media only screen and (min-width: 992px) {
    .bg-white-active .header-logo svg path {
        fill: #182533
    }
}

@media only screen and (max-width: 991.9px) {
    .header-logo svg path {
        fill: #1C1E20;
        transition: fill 0.3s ease 0.45s
    }

    .shownav .header-logo svg path {
        transition: fill 0.3s ease 0.1s;
        fill: #fff
    }
}

.header-logo svg .circle.inner {
    opacity: 0.4
}

@media only screen and (max-width: 991.9px) {
    .header-logo svg .circle.inner {
        opacity: 0.7;
        fill: #00ACDF
    }
}

@media only screen and (min-width: 992px) {
    .bg-white-active .header-logo svg .circle.inner {
        opacity: 0.7;
        fill: #00ACDF
    }
}

.header-nav {
    padding-right: 65px
}

@media only screen and (max-width: 991.9px) {
    .header-nav {
        padding-right: 0
    }
}

.header .mainnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 120;
    pointer-events: none;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform
}

.header .mainnav:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: #15202c;
    height: 0;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform
}

.shownav .header .mainnav:before {
    height: 100vh
}

.header .mainnav-in {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (min-width:992px) and (max-height:700px) {
    .header .mainnav-in {
        justify-content: inherit
    }
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav-in {
        display: block
    }

    .shownav .header .mainnav-in {
        overflow-y: auto
    }
}

.shownav .header .mainnav {
    pointer-events: auto;
    min-height: 100vh;
    overflow-y: auto
}

.header .mainnav .navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all 0.2s ease;
    display: flex;
    justify-content: flex-end;
    margin: 45px 220px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav .navigation {
        margin: 0;
        padding: 100px 20px 30px 20px;
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

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

    .header .mainnav .navigation:hover li a,
    .header .mainnav .navigation:focus li a,
    .header .mainnav .navigation:active li a {
        color: rgba(255, 255, 255, 0.6)
    }
}

.header .mainnav .navigation li {
    margin-right: 30px;
    display: block
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav .navigation li {
        margin-bottom: 15px;
        margin-right: 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .header .mainnav .navigation li {
        margin-right: 25px
    }
}

.header .mainnav .navigation li:last-child {
    margin-right: 0
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav .navigation li:last-child {
        margin-bottom: 0
    }
}

.header .mainnav .navigation li a {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 19px;
    transition-delay: 0;
    outline: none;
    transform: translateY(15px);
    opacity: 0;
    transition: all 0.2s ease
}

.shownav .header .mainnav .navigation li a {
    opacity: 1;
    transition: opacity 0.3s ease 0.4s, transform 0.3s ease 0.4s, color 0.2s ease;
    transform: translateY(0)
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .header .mainnav .navigation li a {
        font-size: 18px
    }
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav .navigation li a {
        padding: 5px 10px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 5px;
        font-size: 16px
    }
}

.header .mainnav .navigation li a:hover,
.header .mainnav .navigation li a:active,
.header .mainnav .navigation li a:focus {
    color: #fff
}

.header .mainnav .navigation li.selected a,
.header .mainnav .navigation li.active a {
    color: #fff
}

.header .mainnav-inner {
    align-items: end;
    padding: 140px 0
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav-inner {
        padding: 0 0 40px 0;
        display: block
    }
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav .container-big {
        padding: 0
    }
}

.header .mainnav-servicethumb {
    grid-column: 1/4;
    align-self: center;
    height: 100%;
    opacity: 0;
    transform: translateY(30px);
    overflow: hidden;
    border-radius: 20px;
    position: relative
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav-servicethumb {
        display: none
    }
}

.shownav .header .mainnav-servicethumb {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s
}

.header .mainnav-servicethumb .btn-outline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.header .mainnav-servicethumb img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.05)
}

.header .mainnav-servicethumb img.default-img {
    opacity: 1;
    transform: scale(1)
}

.header .mainnav .servicenav {
    counter-reset: navcounter;
    grid-column: 4/9;
    align-self: center;
    padding: 30px 0 30px 40px;
    opacity: 0;
    transform: translateY(30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media only screen and (min-width: 1200px) and (max-width: 1400px),
only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .header .mainnav .servicenav {
        grid-column: 4/10
    }
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav .servicenav {
        padding: 0;
        flex-direction: column
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px),
only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .header .mainnav .servicenav {
        padding: 20px 0 20px 30px
    }
}

.shownav .header .mainnav .servicenav {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s
}

.header .mainnav .servicenav-item {
    display: inline-block;
    counter-increment: navcounter;
    width: 45%
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav .servicenav-item {
        width: 100%
    }
}

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

    .header .mainnav .servicenav-item:first-child,
    .header .mainnav .servicenav-item:nth-child(2) {
        margin-bottom: 50px
    }
}

.header .mainnav .servicenav-item>a {
    display: block
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav .servicenav-item {
        display: block;
        margin-bottom: 0;
        padding: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        position: relative
    }

    .header .mainnav .servicenav-item:first-child {
        margin-top: 0
    }
}

.header .mainnav .servicenav-item:hover .slogan,
.header .mainnav .servicenav-item:focus .slogan,
.header .mainnav .servicenav-item:active .slogan {
    color: #fff
}

.header .mainnav .servicenav-item:last-child {
    margin-bottom: 0
}

.header .mainnav .servicenav-item .catlist {
    margin: 0;
    padding: 0;
    list-style: none
}

.header .mainnav .servicenav-item .catlist li {
    margin-bottom: 8px
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav .servicenav-item .catlist li {
        margin-bottom: 5px
    }
}

.header .mainnav .servicenav-item .catlist li:last-child {
    margin-bottom: 0
}

.header .mainnav .servicenav-item .catlist li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    display: inline-block
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px),
only screen and (max-width: 991.9px) {
    .header .mainnav .servicenav-item .catlist li a {
        font-size: 16px
    }
}

.header .mainnav .servicenav-item .catlist li a:hover,
.header .mainnav .servicenav-item .catlist li a:focus,
.header .mainnav .servicenav-item .catlist li a:active {
    color: #fff
}

.header .mainnav .servicenav-item .h3 {
    font-variation-settings: "wght"400;
    color: #fff;
    font-size: clamp(21px, 1.7vw, 30px);
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.header .mainnav .servicenav-item .h3:before {
    content: "("counter(navcounter, decimal-leading-zero) ") ";
    color: #00ACDF;
    font-size: 18px;
    margin-right: 10px;
    font-variation-settings: "wght"500
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav .servicenav-item .h3:before {
        font-size: 16px
    }
}

.header .mainnav .servicenav-item .slogan {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    transition: all 0.2s ease
}

@media only screen and (max-width: 575.9px) {
    .header .mainnav .servicenav-item .slogan {
        font-size: 15px
    }
}

.header .mainnav-cta {
    grid-column: 11/13;
    font-size: 19px;
    color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transform: translateY(30px);
    padding-bottom: 30px
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav-cta {
        margin-top: 40px;
        padding-bottom: 0;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media only screen and (max-width: 575.9px) {
    .header .mainnav-cta {
        flex-direction: column;
        align-items: initial;
        margin-top: 20px
    }
}

.shownav .header .mainnav-cta {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s
}

@media only screen and (max-width: 991.9px) {
    .header .mainnav-cta p {
        display: none
    }
}

.header .mainnav-cta .btn-outline {
    color: #fff
}

.header .mainnav-cta .btn-outline:hover:before,
.header .mainnav-cta .btn-outline:focus:before,
.header .mainnav-cta .btn-outline:active:before {
    opacity: 0.4
}

.header .mainnav-cta .socialicons {
    margin-top: 60px;
    grid-column: inherit
}

@media only screen and (max-width: 575.9px) {
    .header .mainnav-cta .socialicons {
        justify-content: center;
        margin-top: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .header .mainnav-cta .socialicons a {
        width: 30px;
        height: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .header .mainnav-cta .socialicons {
        margin: 0
    }
}

.main {
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}

@media only screen and (max-width: 991.9px) {
    .main {
        margin-bottom: 0 !important
    }
}

.shownav .main {
    transform: translateY(100vh)
}

.fixed-container .main {
    background-color: #182533
}

.languages {
    transition: all 0.2s ease;
    display: flex;
    position: relative;
    color: #fff;
    position: absolute;
    top: 50px;
    right: 120px;
    opacity: 0;
    z-index: 221
}

@media only screen and (min-width: 992px) {
    .languages {
        transform: translateY(15px)
    }
}

@media only screen and (max-width: 991.9px) {
    .languages {
        top: 30px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        position: fixed;
        z-index: 2
    }
}

.shownav .languages {
    opacity: 1;
    transition: opacity 0.3s ease 0.45s, transform 0.3s ease 0.45s
}

@media only screen and (min-width: 992px) {
    .shownav .languages {
        transform: translateY(0)
    }
}

.languages a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6)
}

.languages a:first-child:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 10px
}

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

    .languages a:hover,
    .languages a:focus,
    .languages a:active {
        color: #fff
    }
}

.languages a.selected {
    color: #fff
}

.navtoggle {
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    cursor: pointer;
    z-index: 140;
    transition: all 0.2s ease
}

@media only screen and (max-width: 991.9px) {
    .navtoggle {
        right: 20px;
        width: 30px
    }
}

.navtoggle span {
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: background-color 0.1s ease, transform 0.35s ease-in-out, top 0.35s ease-in-out;
    opacity: 1;
    background-color: #fff
}

@media only screen and (max-width: 991.9px) {
    .navtoggle span {
        width: 30px;
        background-color: #1C1E20;
        transition: background-color 0.3s ease, transform 0.35s ease-in-out, top 0.35s ease-in-out
    }

    .shownav .navtoggle span {
        background-color: #fff
    }
}

@media only screen and (min-width: 992px) {
    .bg-white-active .navtoggle span {
        background-color: #182533
    }

    .shownav .bg-white-active .navtoggle span {
        background-color: #fff
    }
}

.navtoggle span:first-child {
    top: 12px
}

.shownav .navtoggle span:first-child {
    top: 18px;
    transform: rotate(135deg)
}

.navtoggle span:nth-child(2) {
    top: 20px
}

.shownav .navtoggle span:nth-child(2) {
    top: 18px;
    transform: rotate(-135deg)
}

.heroreel {
    position: relative
}

@media only screen and (max-width: 991.9px) {
    .heroreel {
        padding-bottom: 70px
    }
}

.heroreel:before {
    content: "";
    background: #182533;
    background: linear-gradient(45deg, #1b2631 0%, #1b2631 28%, #22303f 43%, #22303f 48%, #1b2631 74%, #1b2631 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.2s ease
}

.is-loading .heroreel:before {
    opacity: 0
}

.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 0
}

.page_hom .hero {
    height: 100vh
}

@media only screen and (max-width: 575.9px) {
    .page_hom .hero {
        height: 70vh;
        min-height: 600px
    }
}

@media only screen and (max-width: 991.9px) {
    .hero {
        height: auto;
        padding-bottom: 70px
    }

    .page_hom .hero {
        padding-bottom: 0
    }
}

@media only screen and (min-width: 992px) {
    .hero.hero-small {
        position: sticky;
        left: 0;
        top: 0;
        z-index: -1
    }
}

.hero .scroll-parallax {
    opacity: 1;
    transform: translateY(0)
}

.hero h1,
.hero .h1 {
    margin: 0;
    font-variation-settings: 'wght'450;
    font-size: clamp(36px, 6.2vw, 116px)
}

.page_pro .hero h1,
.page_pro .hero .h1,
.page_str .hero h1,
.page_str .hero .h1,
.page_cre .hero h1,
.page_cre .hero .h1,
.page_mar .hero h1,
.page_mar .hero .h1,
.page_app .hero h1,
.page_app .hero .h1,
.page_blo.entry .hero h1,
.page_blo.entry .hero .h1 {
    font-size: clamp(36px, 5.6vw, 88px)
}

@media screen and (min-width:992px) and (max-height:820px) {

    .hero h1,
    .hero .h1 {
        font-size: clamp(36px, 5.2vw, 90px)
    }
}

.page_hom .hero h1,
.page_hom .hero .h1 {
    margin-top: 150px
}

@media only screen and (max-width: 991.9px) {

    .page_hom .hero h1,
    .page_hom .hero .h1 {
        margin-top: 130px
    }
}

@media screen and (min-width:992px) and (max-height:820px) {

    .page_hom .hero h1,
    .page_hom .hero .h1 {
        margin-top: 130px
    }
}

.hero h1 .reveal:first-child span,
.hero .h1 .reveal:first-child span {
    color: rgba(255, 255, 255, 0.6);
    font-variation-settings: 'wght'300
}

.hero .reveal {
    overflow: hidden;
    display: block
}

.hero .reveal span {
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.32, 0.94, 0.6, 1) 0.6s;
    display: block
}

.is-loading .hero .reveal span {
    transform: translateY(100%)
}

.hero .reveal:last-child span {
    transition-delay: 0.8s
}

.hero.bg-white,
.hero.bg-dark {
    padding: 13vw 0 150px 0
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {

    .hero.bg-white,
    .hero.bg-dark {
        padding: 150px 0 120px 0
    }
}

.page_str .hero.bg-white,
.page_str .hero.bg-dark,
.page_app .hero.bg-white,
.page_app .hero.bg-dark,
.page_mar .hero.bg-white,
.page_mar .hero.bg-dark,
.page_cre .hero.bg-white,
.page_cre .hero.bg-dark,
.page_blo.entry .hero.bg-white,
.page_blo.entry .hero.bg-dark {
    padding: 10vw 0 60px 0
}

@media only screen and (max-width: 991.9px) {

    .page_str .hero.bg-white,
    .page_str .hero.bg-dark,
    .page_app .hero.bg-white,
    .page_app .hero.bg-dark,
    .page_mar .hero.bg-white,
    .page_mar .hero.bg-dark,
    .page_cre .hero.bg-white,
    .page_cre .hero.bg-dark,
    .page_blo.entry .hero.bg-white,
    .page_blo.entry .hero.bg-dark {
        padding: 70px 0 90px 0
    }
}

.page_pro .hero.bg-white,
.page_pro .hero.bg-dark,
.page_age .hero.bg-white,
.page_age .hero.bg-dark {
    padding: 10vw 0 210px 0
}

@media only screen and (max-width: 991.9px) {

    .page_pro .hero.bg-white,
    .page_pro .hero.bg-dark,
    .page_age .hero.bg-white,
    .page_age .hero.bg-dark {
        padding: 70px 0 90px 0
    }
}

@media only screen and (max-width: 991.9px) {

    .hero.bg-white,
    .hero.bg-dark {
        margin-top: 80px;
        padding: 70px 0 90px 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .page_age .hero.bg-white,
    .page_age .hero.bg-dark {
        padding: 40px 0 120px 0
    }
}

.hero.bg-white .twocol,
.hero.bg-dark .twocol {
    margin-top: 70px
}

@media only screen and (max-width: 991.9px) {

    .hero.bg-white .twocol,
    .hero.bg-dark .twocol {
        margin-top: 20px
    }
}

.hero.bg-white .twocol .hero-intro p,
.hero.bg-dark .twocol .hero-intro p {
    margin: 0
}

.hero.bg-white .hero-intro,
.hero.bg-dark .hero-intro,
.hero.bg-white .hero-lead,
.hero.bg-dark .hero-lead {
    color: #fff;
    width: 100%;
    padding-left: 0;
    grid-column: 1/13
}

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

    .hero.bg-white .hero-intro,
    .hero.bg-dark .hero-intro,
    .hero.bg-white .hero-lead,
    .hero.bg-dark .hero-lead {
        grid-column: 7/13
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .hero.bg-white .hero-intro,
    .hero.bg-dark .hero-intro,
    .hero.bg-white .hero-lead,
    .hero.bg-dark .hero-lead {
        grid-column: 1/3
    }
}

@media only screen and (max-width: 991.9px) {

    .hero.bg-white .hero-intro,
    .hero.bg-dark .hero-intro,
    .hero.bg-white .hero-lead,
    .hero.bg-dark .hero-lead {
        margin-top: 30px
    }
}

.page_age .hero.bg-white .hero-intro,
.page_age .hero.bg-dark .hero-intro,
.page_age .hero.bg-white .hero-lead,
.page_age .hero.bg-dark .hero-lead {
    width: 75%
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .page_age .hero.bg-white .hero-intro,
    .page_age .hero.bg-dark .hero-intro,
    .page_age .hero.bg-white .hero-lead,
    .page_age .hero.bg-dark .hero-lead {
        width: 100%
    }
}

@media only screen and (max-width: 991.9px) {

    .page_age .hero.bg-white .hero-intro,
    .page_age .hero.bg-dark .hero-intro,
    .page_age .hero.bg-white .hero-lead,
    .page_age .hero.bg-dark .hero-lead {
        margin-top: 0
    }
}

.hero.bg-white .hero-intro p,
.hero.bg-dark .hero-intro p,
.hero.bg-white .hero-lead p,
.hero.bg-dark .hero-lead p {
    margin-bottom: 0
}

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

    .page_cre .hero.bg-white .hero-intro p,
    .page_cre .hero.bg-dark .hero-intro p,
    .page_cre .hero.bg-white .hero-lead p,
    .page_cre .hero.bg-dark .hero-lead p {
        margin-bottom: 40px
    }
}

.hero.bg-white .hero-intro strong,
.hero.bg-dark .hero-intro strong,
.hero.bg-white .hero-lead strong,
.hero.bg-dark .hero-lead strong {
    color: #fff
}

.hero.bg-white h1,
.hero.bg-dark h1,
.hero.bg-white .h1,
.hero.bg-dark .h1 {
    margin-bottom: 60px;
    font-variation-settings: "wght"500
}

.page_pro .hero.bg-white h1,
.page_pro .hero.bg-dark h1,
.page_pro .hero.bg-white .h1,
.page_pro .hero.bg-dark .h1 {
    margin-bottom: 30px
}

@media only screen and (max-width: 991.9px) {

    .hero.bg-white h1,
    .hero.bg-dark h1,
    .hero.bg-white .h1,
    .hero.bg-dark .h1 {
        margin-bottom: 40px
    }
}

.hero.bg-white h1.nospan,
.hero.bg-dark h1.nospan,
.hero.bg-white .h1.nospan,
.hero.bg-dark .h1.nospan {
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.32, 0.94, 0.6, 1) 0.6s;
    opacity: 1
}

.is-loading .hero.bg-white h1.nospan,
.is-loading .hero.bg-dark h1.nospan,
.is-loading .hero.bg-white .h1.nospan,
.is-loading .hero.bg-dark .h1.nospan {
    transform: translateY(30px);
    opacity: 0
}

.hero.bg-white h1 .reveal span,
.hero.bg-dark h1 .reveal span,
.hero.bg-white .h1 .reveal span,
.hero.bg-dark .h1 .reveal span {
    font-variation-settings: inherit
}

.hero.bg-white .scrolldown,
.hero.bg-dark .scrolldown {
    right: 32%;
    bottom: 30px;
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 1s, opacity 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 1s
}

.page_pro .hero.bg-white .scrolldown,
.page_pro .hero.bg-dark .scrolldown,
.page_age .hero.bg-white .scrolldown,
.page_age .hero.bg-dark .scrolldown {
    display: none
}

.is-loading .hero.bg-white .scrolldown,
.is-loading .hero.bg-dark .scrolldown {
    opacity: 0;
    transform: translate(0, 30px)
}

.scrolled .hero.bg-white .scrolldown,
.scrolled .hero.bg-dark .scrolldown {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.32, 0.94, 0.6, 1)
}

.hero.bg-white .scrolldown:after,
.hero.bg-dark .scrolldown:after {
    opacity: 0.2
}

.hero.bg-white .hero-topt .toptitle,
.hero.bg-dark .hero-topt .toptitle,
.hero.bg-white .hero-intro .toptitle,
.hero.bg-dark .hero-intro .toptitle {
    font-size: 25px;
    font-variation-settings: 'wght'400;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 30px;
    max-width: inherit
}

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

    .hero.bg-white .hero-topt .toptitle,
    .hero.bg-dark .hero-topt .toptitle,
    .hero.bg-white .hero-intro .toptitle,
    .hero.bg-dark .hero-intro .toptitle {
        font-size: 21px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .hero.bg-white .hero-topt .toptitle,
    .hero.bg-dark .hero-topt .toptitle,
    .hero.bg-white .hero-intro .toptitle,
    .hero.bg-dark .hero-intro .toptitle {
        font-size: 18px
    }
}

.hero.bg-white .hero-topt,
.hero.bg-dark .hero-topt {
    grid-column: 1/13;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.32, 0.94, 0.6, 1) 0.6s;
    opacity: 1
}

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

    .hero.bg-white .hero-topt,
    .hero.bg-dark .hero-topt {
        grid-column: 1/5
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .hero.bg-white .hero-topt,
    .hero.bg-dark .hero-topt {
        grid-column: 1/3
    }
}

.is-loading .hero.bg-white .hero-topt,
.is-loading .hero.bg-dark .hero-topt {
    transform: translateY(30px);
    opacity: 0
}

.hero.bg-white .hero-topt .toptitle,
.hero.bg-dark .hero-topt .toptitle {
    margin: 0
}

.hero.bg-dark .grid-row {
    position: relative;
    overflow: hidden
}

.hero.bg-dark .h1,
.hero.bg-dark h1 {
    color: #fff;
    margin-bottom: 0
}

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

    .hero.bg-dark .h1,
    .hero.bg-dark h1 {
        max-width: 70%
    }

    .hero.bg-dark .h1:not(.toptitle),
    .hero.bg-dark h1:not(.toptitle) {
        max-width: inherit
    }
}

.hero.bg-dark .h1 .reveal span,
.hero.bg-dark h1 .reveal span {
    color: #fff;
    font-variation-settings: 'wght'450
}

@media only screen and (min-width: 992px) {
    .page_cre.category .hero.bg-dark .nospan {
        max-width: 55%
    }
}

.hero.bg-dark .cat-thmb {
    width: 100%;
    position: relative;
    aspect-ratio: 4/3;
    margin-top: 40px
}

@media only screen and (max-width: 991.9px) {
    .hero.bg-dark .cat-thmb {
        width: 100%;
        aspect-ratio: 4/3
    }
}

.hero.bg-dark .cat-thmb img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 70%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: bottom;
    border-radius: 20px
}

@media only screen and (max-width: 991.9px) {
    .hero.bg-dark .cat-thmb img {
        width: 100%;
        aspect-ratio: 4/3
    }
}

.hero.bg-dark .hero-topt .toptitle,
.hero.bg-dark .hero-intro .toptitle {
    color: rgba(255, 255, 255, 0.6)
}

.hero.bg-dark .hero-intro,
.hero.bg-dark .hero-lead {
    color: #fff;
    width: 100%
}

.hero.bg-white {
    color: #1C1E20;
    background-color: #fff
}

.page_pro .hero.bg-white,
.page_con .hero.bg-white {
    position: sticky;
    left: 0;
    top: 0;
    z-index: -1;
    justify-content: center
}

@media only screen and (max-width: 991.9px) {

    .page_pro .hero.bg-white,
    .page_con .hero.bg-white {
        height: auto;
        position: relative
    }
}

.hero.bg-white .reveal span {
    color: #1C1E20
}

.hero.bg-white .reveal:first-child span {
    color: #1C1E20
}

.hero.bg-white .hero-topt .toptitle {
    color: rgba(28, 30, 32, 0.6)
}

.hero.bg-white .hero-intro p,
.hero.bg-white .hero-lead p {
    color: #1C1E20
}

.hero.bg-white .hero-intro strong,
.hero.bg-white .hero-lead strong {
    color: #111
}

.hero.bg-white h1,
.hero.bg-white .h1 {
    color: #1C1E20
}

.hero.bg-white .scrolldown span {
    color: #1C1E20
}

.hero.bg-white .scrolldown:after {
    filter: invert(1)
}

.hero.bg-white .title-contact {
    line-height: 1;
    max-width: inherit;
    font-size: clamp(36px, 6vw, 106px)
}

.hero-contact {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (max-width: 991.9px) {
    .hero-contact {
        width: 100%
    }
}

.hero-contact ul {
    color: rgba(28, 30, 32, 0.6)
}

.hero-contact ul li:first-child {
    color: #1C1E20;
    font-variation-settings: "wght"500;
    margin-bottom: 10px;
    font-size: 21px
}

@media only screen and (max-width: 991.9px) {
    .hero-contact ul li:first-child {
        font-size: 18px
    }
}

.hero .map-container {
    width: 45%
}

@media only screen and (max-width: 991.9px) {
    .hero .map-container {
        width: 100%;
        margin-top: 40px
    }
}

.hero-parallax {
    position: relative;
    z-index: -1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.hero-parallax .entrythumbnail-logo {
    background-color: #F7F9FB;
    padding: 20px
}

.hero-parallax .parallax {
    will-change: transform
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .hero-parallax .parallax {
        transform: none !important
    }
}

.hero-parallax .parallax img,
.hero-parallax .parallax video {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    display: block;
    transition: all 1s cubic-bezier(0.32, 0.94, 0.6, 1) 1s;
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (max-width: 991.9px) {

    .hero-parallax .parallax img,
    .hero-parallax .parallax video {
        border-radius: 10px
    }
}

.is-loading .hero-parallax .parallax img,
.is-loading .hero-parallax .parallax video {
    opacity: 0;
    transform: translateY(20px)
}

.hero-parallax .parallax:first-child {
    transform: translateY(5px);
    width: 12%
}

@media only screen and (max-width: 991.9px) {
    .hero-parallax .parallax:first-child {
        width: 35%;
        transform: none !important
    }
}

.hero-parallax .parallax:nth-child(2) {
    transform: translateY(40px);
    width: 35%
}

.page_pro .hero-parallax .parallax:nth-child(2) {
    transform: translateY(80px)
}

@media only screen and (max-width: 991.9px) {
    .page_pro .hero-parallax .parallax:nth-child(2) {
        transform: none !important
    }
}

@media only screen and (max-width: 991.9px) {
    .hero-parallax .parallax:nth-child(2) {
        width: 60%;
        transform: none !important
    }
}

.hero-parallax .parallax:nth-child(2) img,
.hero-parallax .parallax:nth-child(2) video {
    transition: all 1s cubic-bezier(0.32, 0.94, 0.6, 1) 1.2s
}

.hero-parallax .parallax:nth-child(3) {
    transform: translateY(-220px);
    width: 20%
}

@media only screen and (max-width: 991.9px) {
    .hero-parallax .parallax:nth-child(3) {
        display: none
    }
}

.hero-parallax .parallax:nth-child(3) img {
    transition: all 1s cubic-bezier(0.32, 0.94, 0.6, 1) 1.4s
}

.hero .flex-ctr {
    display: flex;
    justify-content: space-between;
    position: relative
}

@media only screen and (max-width: 991.9px) {
    .hero .flex-ctr {
        flex-direction: column
    }
}

.hero .flex-ctr .single-thumb {
    width: 38%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    max-width: 650px
}

@media only screen and (min-width: 992px) {
    .hero .flex-ctr .single-thumb {
        max-width: 650px
    }
}

@media only screen and (max-width: 991.9px) {
    .hero .flex-ctr .single-thumb {
        width: 100%;
        right: auto;
        left: 0;
        position: relative
    }
}

.hero .flex-ctr .single-thumb img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    display: block;
    transition: all 1s cubic-bezier(0.32, 0.94, 0.6, 1) 1s;
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (max-width: 991.9px) {
    .hero .flex-ctr .single-thumb img {
        border-radius: 10px
    }
}

.is-loading .hero .flex-ctr .single-thumb img {
    opacity: 0;
    transform: translateY(20px)
}

.hero .grid-grow {
    transition: opacity 0.8s cubic-bezier(0.32, 0.94, 0.6, 1) 1s, margin-top 0.8s cubic-bezier(0.32, 0.94, 0.6, 1) 1s;
    opacity: 1;
    margin-top: 0
}

.is-loading .hero .grid-grow {
    opacity: 0;
    margin-top: 30px
}

.hero-intro,
.hero-lead,
.hero-contact,
.hero .map-container {
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.32, 0.94, 0.6, 1) 1s;
    opacity: 1
}

.is-loading .hero-intro,
.is-loading .hero-lead,
.is-loading .hero-contact,
.is-loading .hero .map-container {
    transform: translateY(30px);
    opacity: 0
}

.hero-intro,
.hero-lead {
    font-size: clamp(21px, 2.2vw, 38px);
    line-height: 1.4;
    position: relative;
    z-index: 2
}

.hero-intro {
    width: 66%
}

.page_pro.page .hero-intro {
    font-size: clamp(21px, 2vw, 30px);
    width: 75%
}

@media only screen and (max-width: 991.9px) {
    .page_pro.page .hero-intro {
        width: 100%
    }
}

@media only screen and (min-width: 992px) {
    .hero-intro {
        padding-left: 8vw
    }
}

@media only screen and (max-width: 991.9px) {
    .hero-intro {
        width: 100%;
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .hero-intro {
        padding-bottom: 40px
    }
}

.hero-intro .toptitle {
    margin-bottom: 30px;
    color: rgba(28, 30, 32, 0.6)
}

.page_age .hero-intro {
    margin-top: 50px
}

@media only screen and (max-width: 991.9px) {
    .page_age .hero-intro {
        margin-top: 40px
    }
}

.hero-intro p {
    margin: 0
}

.hero .scrolldown {
    position: absolute;
    right: 0;
    bottom: 60px;
    transform: translate(-680px, 0);
    opacity: 0.5;
    transition: transform 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.6s, opacity 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.6s
}

.is-loading .hero .scrolldown {
    opacity: 0;
    transform: translate(-680px, 30px)
}

.scrolled .hero .scrolldown {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.32, 0.94, 0.6, 1)
}

@media only screen and (max-width: 991.9px) {
    .hero .scrolldown {
        display: none
    }
}

.hero .scrolldown:after {
    content: "";
    background: url(../images/arrow-2025.svg) no-repeat;
    background-size: 100%;
    width: 21px;
    height: 16px;
    position: absolute;
    bottom: 15px;
    right: 4px;
    transform: rotate(90deg);
    transform-origin: left
}

.hero .scrolldown span {
    transform: rotate(-90deg);
    transform-origin: top center;
    display: inline-block;
    padding-bottom: 50px;
    color: #fff
}

.hero .textreveal {
    font-size: clamp(23px, 2.8vw, 36px);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3;
    position: absolute;
    bottom: 60px;
    left: 3vw;
    font-family: 'Outfit', sans-serif;
    z-index: 4;
    opacity: 1;
    transition: transform 1s cubic-bezier(0.32, 0.94, 0.6, 1) 0.9s, opacity 1s cubic-bezier(0.32, 0.94, 0.6, 1) 0.9s
}

.is-loading .hero .textreveal {
    opacity: 0
}

@media only screen and (max-width: 991.9px) {
    .hero .textreveal {
        bottom: 0;
        left: 20px
    }
}

.hero .textreveal .fixed-text {
    display: block;
    height: 42px;
    line-height: 42px
}

@media only screen and (max-width: 991.9px) {
    .hero .textreveal .fixed-text {
        height: 35px;
        line-height: 35px
    }
}

@media only screen and (min-width: 992px) {
    .hero .textreveal .fixed-text:last-of-type {
        margin: 10px 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .hero .textreveal .fixed-text:last-of-type {
        margin: 0
    }
}

.hero .textreveal-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    height: 43px;
    line-height: 43px
}

@media only screen and (max-width: 991.9px) {
    .hero .textreveal-wrap {
        height: 35px;
        line-height: 35px
    }
}

.hero .textreveal-wrap span {
    display: block;
    transform: translate3d(0px, 100%, 0px);
    width: 100%;
    color: #fff
}

.anniversary {
    background-color: #182533
}

.anniversary .flex-ctr {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .anniversary .flex-ctr {
        flex-direction: column
    }
}

.anniversary .flex-ctr .thumb {
    width: 32%
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .anniversary .flex-ctr .thumb {
        width: 100%;
        margin-bottom: 30px
    }
}

.anniversary .flex-ctr .thumb img {
    border-radius: 20px
}

.anniversary .flex-ctr .text {
    width: 60%;
    color: #fff
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .anniversary .flex-ctr .text {
        width: 100%
    }
}

.anniversary .flex-ctr .text .h3,
.anniversary .flex-ctr .text .btn-outline {
    color: #fff
}

.reel {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    width: 100%;
    position: relative;
    padding: 0 3vw;
    border-radius: 0 0 30px 30px
}

@media only screen and (max-width: 991.9px) {
    .reel {
        padding: 0 20px;
        position: absolute;
        top: 32%;
        left: 0;
        border-radius: 20px
    }
}

@media only screen and (max-width: 575.9px) {
    .reel {
        top: 260px
    }
}

.fixed-container .reel {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #182533;
    z-index: -1
}

.reel-ratio {
    aspect-ratio: 16/9;
    position: relative
}

.reel .visual {
    position: absolute;
    width: 600px;
    height: 337px;
    right: 0;
    transform: translateY(-400px);
    will-change: transform, width, height;
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.32, 0.94, 0.6, 1) 1s, top 1s cubic-bezier(0.32, 0.94, 0.6, 1) 1s;
    top: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden
}

.is-loading .reel .visual {
    opacity: 0;
    top: 30px
}

@media only screen and (max-width: 991.9px) {
    .reel .visual {
        height: auto;
        transform: none;
        width: 100%
    }
}

.reel .visual-video {
    position: relative;
    width: 100%;
    height: 100%
}

.reel .visual-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: bottom;
    transition: all 0.2s ease
}

@media only screen and (max-width: 991.9px) {
    .reel .visual-video video {
        max-height: 450px
    }
}

@media only screen and (max-width: 575.9px) {
    .reel .visual-video video {
        max-height: 230px
    }
}

.fixed-container .reel .visual-video video {
    border-radius: 0 0 20px 20px
}

.sectionlead .toptitle {
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.6)
}

.sectionlead h2,
.sectionlead .h2 {
    margin: 0 0 70px 0
}

@media only screen and (max-width: 991.9px) {

    .sectionlead h2,
    .sectionlead .h2 {
        margin-bottom: 40px
    }
}

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

    .sectionlead h2 span,
    .sectionlead .h2 span {
        display: block
    }
}

.sectionlead-text {
    font-size: 24px;
    display: flex;
    justify-content: space-between
}

.page_yourpro .sectionlead-text {
    margin-left: auto;
    width: 49%;
    display: block
}

@media only screen and (max-width: 991.9px) {
    .page_yourpro .sectionlead-text {
        width: 100%
    }
}

.page_yourpro .sectionlead-text p {
    width: 100%;
    margin-bottom: 0
}

@media only screen and (max-width: 991.9px) {
    .sectionlead-text {
        margin-left: 0;
        font-size: 21px;
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 575.9px) {
    .sectionlead-text {
        font-size: 18px
    }
}

.sectionlead-text .toptitle {
    width: 40%;
    margin: 0
}

@media only screen and (max-width: 991.9px) {
    .sectionlead-text .toptitle {
        margin: 0 0 30px 0;
        width: 100%
    }
}

.sectionlead-text p {
    width: 50%
}

@media only screen and (max-width: 991.9px) {
    .sectionlead-text p {
        width: 100%
    }
}

.services {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.32, 0.94, 0.6, 1) 1s
}

.is-loading .services {
    transform: translateY(30px);
    opacity: 0
}

.page_ser .services {
    position: relative;
    padding-top: 130px
}

@media only screen and (max-width: 991.9px) {
    .page_ser .services {
        padding-top: 50px
    }
}

.page_ser .services:before {
    content: "";
    width: 100%;
    height: 30px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    left: 0;
    top: -20px;
    background-color: #182533;
    z-index: 4
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .page_ser .services:before {
        height: 20px;
        top: -15px
    }
}

.emailsubscriptionform>div {
    width: calc(100% - 60px);
    margin: 0 auto
}

@media only screen and (min-width: 992px) {
    .emailsubscriptionform>div {
        max-width: 540px
    }
}

.emailsubscriptionform .email input {
    width: 100%
}

.goals,
.entrylist,
.blogview,
.blog-content,
.clients,
.contact-overview,
.contact-quicklinks,
.mailform,
.support,
.audit,
.agb,
.legalinfo,
.emailsubscriptionform {
    background-color: #fff;
    position: relative;
    padding-top: 130px
}

@media only screen and (max-width: 991.9px) {

    .goals,
    .entrylist,
    .blogview,
    .blog-content,
    .clients,
    .contact-overview,
    .contact-quicklinks,
    .mailform,
    .support,
    .audit,
    .agb,
    .legalinfo,
    .emailsubscriptionform {
        padding-top: 50px
    }
}

.goals:before,
.entrylist:before,
.blogview:before,
.blog-content:before,
.clients:before,
.contact-overview:before,
.contact-quicklinks:before,
.mailform:before,
.support:before,
.audit:before,
.agb:before,
.legalinfo:before,
.emailsubscriptionform:before {
    content: "";
    width: 100%;
    height: 30px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    left: 0;
    top: -20px;
    background-color: #fff;
    z-index: 4
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .goals:before,
    .entrylist:before,
    .blogview:before,
    .blog-content:before,
    .clients:before,
    .contact-overview:before,
    .contact-quicklinks:before,
    .mailform:before,
    .support:before,
    .audit:before,
    .agb:before,
    .legalinfo:before,
    .emailsubscriptionform:before {
        height: 20px;
        top: -15px
    }
}

.fixed-container .goals,
.fixed-container .entrylist,
.fixed-container .blogview,
.fixed-container .blog-content,
.fixed-container .clients,
.fixed-container .contact-overview,
.fixed-container .contact-quicklinks,
.fixed-container .mailform,
.fixed-container .support,
.fixed-container .audit,
.fixed-container .agb,
.fixed-container .legalinfo,
.fixed-container .emailsubscriptionform {
    margin-top: calc(56.25% - 60px)
}

@media only screen and (max-width: 991.9px) {

    .fixed-container .goals,
    .fixed-container .entrylist,
    .fixed-container .blogview,
    .fixed-container .blog-content,
    .fixed-container .clients,
    .fixed-container .contact-overview,
    .fixed-container .contact-quicklinks,
    .fixed-container .mailform,
    .fixed-container .support,
    .fixed-container .audit,
    .fixed-container .agb,
    .fixed-container .legalinfo,
    .fixed-container .emailsubscriptionform {
        margin-top: 0
    }
}

.horizontal-scroll {
    overflow-x: hidden
}

.goalslist {
    margin-top: 80px;
    display: flex;
    padding: 0 3vw
}

@media only screen and (max-width: 991.9px) {
    .goalslist {
        margin-top: 40px;
        display: block;
        padding: 0 20px
    }
}

.goalslist-item {
    flex: 0 0 auto;
    width: 60%;
    padding: 50px;
    border-radius: 20px;
    background-color: #F7F9FB;
    margin-right: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (max-width: 991.9px) {
    .goalslist-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 30px
    }

    .goalslist-item:last-child {
        margin-bottom: 0
    }
}

.goalslist-item:last-child {
    margin-right: 0
}

.goalslist-item h3 {
    margin: 0 0 120px 0;
    font-variation-settings: "wght"450
}

@media only screen and (max-width: 991.9px) {
    .goalslist-item h3 {
        margin: 0 0 70px 0
    }
}

@media only screen and (max-width: 575.9px) {
    .goalslist-item h3 {
        margin: 0 0 30px 0
    }
}

.goalslist-item h3:before {
    content: "";
    display: block;
    background: url(../images/icons/visibility.svg) no-repeat;
    background-size: 100%;
    width: 44px;
    height: 35px;
    margin-bottom: 40px
}

@media only screen and (max-width: 991.9px) {
    .goalslist-item h3:before {
        margin-bottom: 30px;
        background-size: 80%
    }
}

@media only screen and (min-width: 992px) {
    .goalslist-item h3 {
        width: 60%
    }
}

.goalslist-item:nth-child(2) h3:before {
    background: url(../images/icons/growth.svg) no-repeat;
    background-size: 100%;
    width: 31px
}

@media only screen and (max-width: 991.9px) {
    .goalslist-item:nth-child(2) h3:before {
        background-size: 80%
    }
}

.goalslist-item:nth-child(3) h3:before {
    background: url(../images/icons/recruiting.svg) no-repeat;
    background-size: 100%;
    width: 44px
}

@media only screen and (max-width: 991.9px) {
    .goalslist-item:nth-child(3) h3:before {
        background-size: 80%
    }
}

.goalslist-item:nth-child(4) h3:before {
    background: url(../images/icons/efficiency.svg) no-repeat;
    background-size: 100%;
    width: 28px
}

@media only screen and (max-width: 991.9px) {
    .goalslist-item:nth-child(4) h3:before {
        background-size: 80%
    }
}

.goalslist-item p {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6)
}

@media only screen and (max-width: 991.9px) {
    .goalslist-item p {
        font-size: 21px
    }
}

@media only screen and (max-width: 575.9px) {
    .goalslist-item p {
        font-size: 18px
    }
}

.goalslist-item .hash {
    position: absolute;
    right: 30px;
    top: 30px;
    text-transform: lowercase;
    font-size: 21px;
    font-variation-settings: 'ital'1
}

@media only screen and (max-width: 991.9px) {
    .goalslist-item .hash {
        font-size: 18px
    }
}

@media only screen and (max-width: 575.9px) {
    .goalslist-item .hash {
        font-size: 16px
    }
}

.goalslist-item .hash:before {
    content: "#";
    color: #00ACDF
}

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

    .goals h2 span,
    .services h2 span {
        display: block
    }
}

.goals .intro-center {
    font-size: clamp(21px, 2.4vw, 38px);
    text-align: center;
    margin: 0 auto 130px auto
}

.goals .intro-center:before {
    content: "";
    display: block;
    background: url(../images/avatar.svg) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 44px;
    margin: 0 auto 40px auto;
    opacity: 0.1
}

@media only screen and (max-width: 991.9px) {
    .goals .intro-center:before {
        margin-bottom: 30px;
        width: 29px;
        height: 26px
    }
}

@media only screen and (max-width: 991.9px) {
    .goals .intro-center {
        margin: 0 auto 70px auto
    }
}

.goals .sectionlead-text {
    margin-left: auto;
    width: 50%;
    display: block
}

@media only screen and (max-width: 991.9px) {
    .goals .sectionlead-text {
        width: 100%
    }
}

.goals .sectionlead-text p {
    width: 100%;
    margin-bottom: 0
}

.goals .sectionlead-text h2 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    display: block;
    font-variation-settings: 'wght'400;
    margin-bottom: 0;
    line-height: 1.5
}

@media only screen and (max-width: 991.9px) {
    .goals .sectionlead-text h2 {
        font-size: 21px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .goals .sectionlead-text h2 {
        font-size: 18px
    }
}

.services,
.team {
    background-color: #182533
}

.services h2,
.team h2,
.services .h2,
.team .h2 {
    color: #fff
}

.services .toptitle,
.team .toptitle {
    color: rgba(255, 255, 255, 0.6)
}

.services .sectionlead-text p,
.team .sectionlead-text p {
    color: rgba(255, 255, 255, 0.6)
}

.services .sectionlead-text p strong,
.team .sectionlead-text p strong {
    color: #fff
}

section,
.section {
    padding: 150px 0
}

@media only screen and (max-width: 991.9px) {

    section,
    .section {
        padding: 70px 0
    }
}

.section-video {
    padding: 320px 0;
    position: relative;
    overflow: hidden
}

.page_hom .section-video {
    display: none
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .section-video {
        display: none
    }
}

@media only screen and (min-width: 992px),
only screen and (min-width: 768px) and (max-width: 991.9px) {
    .section-video:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(24, 37, 51, 0.1)
    }
}

.section-video .teaser-video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .section-video .teaser-video {
        display: none
    }
}

.section-image-bg {
    padding: 280px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (min-width: 1400px) {
    .section-image-bg {
        padding: 330px 0
    }
}

@media only screen and (max-width: 991.9px) {
    .section-image-bg {
        padding: 160px 0
    }
}

.section-image-bg .project-logo {
    position: absolute;
    right: 30px;
    top: 30px;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.4s ease;
    transition-delay: 0.3s;
    background-color: #fff;
    padding: 20px;
    width: 160px;
    height: 140px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .section-image-bg .project-logo {
        width: 110px;
        height: 96px
    }
}

.is-loading .section-image-bg .project-logo {
    transform: translateY(-30px);
    opacity: 0
}

.section-image-bg .project-logo img {
    width: auto
}

.section-image {
    padding: 0
}

.section-image>div {
    padding: 280px 0
}

@media only screen and (max-width: 991.9px) {
    .section-image>div {
        padding: 160px 0
    }
}

.parallax-background {
    background-image: url('../images/headers/default.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    overflow: hidden
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .page_age .parallax-background {
        height: 500px;
        background-attachment: inherit;
        background-position: center !important
    }
}

@media only screen and (max-width: 991.9px) {
    .parallax-background {
        height: 350px;
        background-attachment: inherit;
        background-position: center !important
    }

    .page_age .parallax-background {
        height: 280px
    }
}

.section-text {
    color: #222;
    background-color: #fff
}

.section-text p {
    font-size: 21px;
    line-height: 1.7;
    width: 85%;
    margin: 0 auto
}

@media only screen and (max-width: 991.9px) {
    .section-text p {
        font-size: 18px;
        line-height: 1.5;
        width: 100%
    }
}

.scroll-el {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s cubic-bezier(0.32, 0.94, 0.6, 1) 0.2s
}

.scroll-el.visible {
    opacity: 1;
    transform: translateY(0)
}

.reveal-el {
    overflow: hidden;
    display: block
}

.reveal-el span {
    transform: translateY(100%);
    transition: all 0.9s cubic-bezier(0.32, 0.94, 0.6, 1) 0.2s;
    display: block
}

.reveal-el.visible span {
    transform: translateY(0)
}

.section-about .col-left {
    width: 60%;
    padding-right: 40px;
    position: relative
}

@media only screen and (max-width: 991.9px) {
    .section-about .col-left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 80px
    }
}

.section-about .col-left h2 {
    margin: 0
}

.section-about .col-right {
    width: 40%;
    padding-left: 40px;
    line-height: 1.8
}

@media only screen and (max-width: 991.9px) {
    .section-about .col-right {
        width: 100%;
        padding-left: 0;
        line-height: 1.5
    }
}

.section-about .col-right p {
    color: #444
}

.section-about .col-right p:last-child {
    margin-bottom: 0
}

.bg-gradient,
.bg-radialgradient {
    position: relative;
    z-index: 0
}

.bg-gradient:before,
.bg-radialgradient:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease
}

.is-loading .bg-gradient:before,
.is-loading .bg-radialgradient:before {
    opacity: 0
}

.bg-radialgradient:before {
    background: radial-gradient(circle at 0% 100%, #293D53 0%, #182533 70%, #182533 100%)
}

.bg-gradient:before {
    background: linear-gradient(45deg, #1b2631 0%, #1b2631 28%, #22303f 43%, #22303f 48%, #1b2631 74%, #1b2631 100%)
}

.servicecards {
    counter-reset: listcounter
}

.servicecard {
    display: flex;
    border: 2px solid #355170;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    counter-increment: listcounter;
    position: sticky;
    top: 130px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .servicecard {
        flex-direction: column
    }
}

@media only screen and (max-width: 991.9px) {
    .servicecard {
        position: relative;
        top: inherit;
        margin-bottom: 20px
    }
}

.page_hom .servicecard:first-child {
    margin-top: 80px
}

@media only screen and (max-width: 991.9px) {
    .page_hom .servicecard:first-child {
        margin-top: 0
    }
}

.servicecard:nth-child(2) {
    top: 225px
}

@media only screen and (max-width: 991.9px) {
    .servicecard:nth-child(2) {
        top: inherit
    }
}

.servicecard:nth-child(3) {
    top: 320px
}

@media only screen and (max-width: 991.9px) {
    .servicecard:nth-child(3) {
        top: inherit
    }
}

.servicecard:nth-child(4) {
    position: relative;
    top: 0
}

@media only screen and (max-width: 991.9px) {
    .servicecard:nth-child(4) {
        top: inherit
    }
}

.servicecard-text,
.servicecard-visual {
    width: 50%
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .servicecard-text,
    .servicecard-visual {
        width: 100%
    }
}

.servicecard-text {
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (max-width: 991.9px) {
    .servicecard-text {
        padding: 30px
    }
}

.servicecard-text .text-wrap {
    margin: 0 0 70px 0
}

@media screen and (min-width:992px) and (max-height:820px) {
    .servicecard-text .text-wrap {
        margin: 0 0 40px 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .servicecard-text .text-wrap {
        margin: 0 0 40px 0
    }
}

.servicecard-text .catlist {
    margin: 0;
    padding: 0;
    list-style: none
}

.servicecard-text .catlist li {
    margin-bottom: 5px
}

.servicecard-text .catlist li:last-child {
    margin-bottom: 0
}

.servicecard-text .catlist li a {
    color: #fff;
    position: relative;
    padding: 0 0 0 30px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .servicecard-text .catlist li a {
        font-size: 16px
    }
}

.servicecard-text .catlist li a:hover,
.servicecard-text .catlist li a:focus,
.servicecard-text .catlist li a:active {
    color: rgba(255, 255, 255, 0.6)
}

.servicecard-text .catlist li a:before {
    content: "";
    background: url(../images/arrow-2025.svg) no-repeat;
    background-size: 100%;
    width: 21px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px
}

.servicecard-service {
    font-size: 21px;
    font-family: 'Outfit', sans-serif;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 991.9px) {
    .servicecard-service {
        font-size: 18px
    }
}

.servicecard-service:before {
    content: "("counter(listcounter, decimal-leading-zero) ") ";
    color: #00ACDF;
    font-size: 18px;
    margin-right: 10px
}

@media only screen and (max-width: 991.9px) {
    .servicecard-service:before {
        font-size: 16px
    }
}

.servicecard-slogan {
    color: #fff;
    margin: 30px 0 0 0;
    font-size: clamp(23px, 2.3vw, 36px)
}

@media only screen and (max-width: 991.9px) {
    .servicecard-slogan {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 992px) {
    .servicecard-slogan span {
        display: block
    }
}

.servicecard-visual img {
    border-radius: 0 20px 20px 0;
    height: 100%;
    object-fit: cover
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .servicecard-visual img {
        border-radius: 0 0 20px 20px
    }
}

.uspcards .row {
    display: block;
    margin: 0
}

.uspcards-item {
    border: 2px solid #e6ecf2;
    border-radius: 20px;
    overflow: hidden;
    position: sticky;
    padding: 50px !important;
    width: 100%;
    max-width: inherit;
    margin-bottom: 10px;
    background-color: #fff
}

@media only screen and (max-width: 991.9px) {
    .uspcards-item {
        padding: 30px !important;
        position: relative
    }
}

@media only screen and (min-width: 992px) {
    .uspcards-item {
        top: 130px;
        min-height: 250px
    }
}

@media only screen and (min-width: 992px) {
    .uspcards-item:nth-child(2) {
        top: 230px
    }
}

.uspcards-item h3 {
    margin: 0 0 40px 0;
    font-size: clamp(21px, 2.3vw, 36px);
    position: relative
}

@media only screen and (max-width: 991.9px) {
    .uspcards-item h3 {
        margin: 0 0 25px 0
    }
}

.uspcards-item h3:before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    background: url(../images/check.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 16px;
    opacity: 0.2;
    filter: invert(1)
}

@media only screen and (max-width: 991.9px) {
    .uspcards-item h3:before {
        right: 0;
        top: 0
    }
}

.uspcards-item p {
    font-size: 21px;
    margin: 0;
    color: rgba(28, 30, 32, 0.6)
}

@media only screen and (max-width: 991.9px) {
    .uspcards-item p {
        font-size: 18px
    }
}

.submenu-wrapper {
    padding: 0 0 70px 0;
    background-color: #fff
}

.submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.submenu ul li {
    margin: 0 20px 20px 0
}

.submenu ul li a {
    display: block;
    font-size: 21px;
    color: #1C1E20;
    padding: 15px 20px 15px 55px;
    position: relative;
    border: 2px solid #e9eff4;
    border-radius: 10px
}

@media only screen and (max-width: 991.9px) {
    .submenu ul li a {
        font-size: 18px;
        padding: 10px 20px 10px 45px
    }
}

@media only screen and (max-width: 575.9px) {
    .submenu ul li a {
        font-size: 16px
    }
}

.submenu ul li a:before {
    content: "";
    background: url(../images/arrow-2025.svg) no-repeat;
    background-size: 100%;
    width: 21px;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(1);
    transition: all 0.2s ease
}

@media only screen and (max-width: 991.9px) {
    .submenu ul li a:before {
        width: 15px;
        height: 11px
    }
}

.submenu ul li a:hover,
.submenu ul li a:focus,
.submenu ul li a:active {
    border: 2px solid #182533
}

.submenu ul li.selected a,
.submenu ul li.active a {
    border: 2px solid #182533
}

.section-services h2 {
    margin-bottom: 0
}

.section-services p {
    line-height: 1.7
}

.section-services .btn-blue {
    margin-top: 20px
}

.section-services .services-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 100px 0 60px 0
}

@media only screen and (min-width: 576px) and (max-width: 767.9px) {
    .section-services .services-list {
        justify-content: center
    }
}

@media only screen and (max-width: 991.9px) {
    .section-services .services-list {
        margin: 70px 0 40px 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px) {
    .section-services .services-list li {
        width: 33.333%;
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 575.9px) {
    .section-services .services-list li {
        width: 100%;
        margin-bottom: 50px
    }

    .section-services .services-list li:last-child {
        margin-bottom: 0
    }
}

.section-services .services-list li a {
    display: block
}

.section-services .services-list li a:hover span:after,
.section-services .services-list li a:focus span:after,
.section-services .services-list li a:active span:after {
    width: 40px
}

.section-services .services-list li img {
    height: 50px;
    width: auto
}

.section-services .services-list li span {
    transition: all 0.2s ease;
    display: block;
    color: #000;
    margin-top: 20px;
    font-family: 'Outfit', sans-serif
}

.section-services .services-list li span:after {
    transition: all 0.2s ease;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #00ACDF;
    display: block;
    margin: 20px auto 0 auto
}

.projectslider-item {
    padding: 40px;
    background-color: #F7F9FB;
    border-radius: 20px;
    width: 100%;
    margin-right: 40px
}

@media only screen and (max-width: 991.9px) {
    .projectslider-item {
        padding: 30px
    }
}

@media only screen and (max-width: 575.9px) {
    .projectslider-item {
        height: auto;
        min-height: 525px
    }
}

.projectslider-item .flex-ctr {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .projectslider-item .flex-ctr {
        margin: 0 -15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projectslider-item .flex-ctr {
        margin: 0;
        flex-direction: column
    }
}

.projectslider-item img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 20px
}

.projectslider .video-wrap {
    height: 100%
}

.projectslider .video-wrap .sitevideo {
    height: 100%
}

.projectslider .video-wrap video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 20px
}

.projectslider-bigthumb {
    width: 50%;
    padding: 0 20px
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .projectslider-bigthumb {
        padding: 0 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projectslider-bigthumb {
        padding: 0;
        width: 100%;
        padding-top: 60px
    }
}

.projectslider-bigthumb img {
    height: 100%;
    object-fit: cover
}

.projectslider-smallthumbs {
    display: flex;
    justify-content: space-between;
    margin: 80px -20px 0 -20px
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .projectslider-smallthumbs {
        margin: 50px -15px 0 -15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projectslider-smallthumbs {
        display: none
    }
}

.projectslider-smallthumbs .smallthumbs-item {
    width: 50%;
    padding: 0 20px
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .projectslider-smallthumbs .smallthumbs-item {
        padding: 0 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projectslider-smallthumbs .smallthumbs-item {
        width: 100%;
        padding: 0 10px
    }
}

.projectslider-smallthumbs .img-wrap {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    height: 100%
}

.projectslider-smallthumbs .img-wrap img {
    width: 60%;
    height: auto;
    max-width: 100%
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projectslider-smallthumbs .img-wrap {
        margin-top: 20px
    }
}

.projectslider-infos {
    width: 50%;
    padding: 0 20px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projectslider-infos {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projectslider-infos h3 {
        margin-bottom: 10px
    }
}

.projectslider-infos .btn-outline:after {
    filter: invert(1)
}

.projectslider-infos .subtitle {
    font-size: 25px;
    display: block;
    margin-bottom: 20px
}

@media only screen and (min-width: 992px) {
    .projectslider-infos .subtitle {
        width: 50%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .projectslider-infos .subtitle {
        width: 100%;
        font-size: 23px
    }
}

@media only screen and (max-width: 991.9px) {
    .projectslider-infos .subtitle {
        font-size: 18px
    }
}

.projectslider .flickity-prev-next-button.previous {
    right: 85px;
    left: auto;
    transform: rotate(180deg)
}

@media only screen and (max-width: 991.9px) {
    .projectslider .flickity-prev-next-button.previous {
        right: 80px
    }
}

.projectslider .flickity-prev-next-button.next {
    right: 40px
}

@media only screen and (max-width: 991.9px) {
    .projectslider .flickity-prev-next-button.next {
        right: 30px
    }
}

.projectslider .flickity-button {
    width: 30px;
    height: 30px;
    top: 40px;
    right: 0;
    transform: none;
    background-image: url(../images/arrow-2025-black.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    transition: all 0.2s ease
}

@media only screen and (max-width: 991.9px) {
    .projectslider .flickity-button {
        width: 40px;
        height: 40px;
        background-size: 60%;
        border: 1px solid #182533;
        border-radius: 20px;
        top: 30px
    }
}

.projectslider .flickity-button:hover,
.projectslider .flickity-button:focus,
.projectslider .flickity-button:active {
    background-color: transparent;
    background-image: url(../images/arrow-2025-black.svg);
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width: 991.9px) {

    .projectslider .flickity-button:hover,
    .projectslider .flickity-button:focus,
    .projectslider .flickity-button:active {
        background-size: 60%
    }
}

.projectslider .flickity-button svg {
    display: none
}

.projectslider .flickity-button:disabled {
    opacity: 0.2
}

.section-inset {
    padding: 50px;
    background-color: #F7F9FB;
    border-radius: 20px
}

@media only screen and (max-width: 991.9px) {
    .section-inset {
        padding: 30px
    }
}

.projects {
    background-color: #fff
}

.clientratings {
    background-color: #182533;
    color: #fff
}

.clientratings .businessrating {
    text-align: left;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    position: relative
}

.clientratings .businessrating-number {
    margin: 0
}

.clientratings .businessrating-stars {
    font-size: 21px;
    margin: 0 10px
}

@media only screen and (max-width: 991.9px) {
    .clientratings .businessrating-stars {
        font-size: 18px
    }
}

.clientratings .flex-ctr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .clientratings .flex-ctr {
        flex-direction: column
    }
}

.clientratings-text {
    width: 40%;
    position: sticky;
    top: 130px;
    left: 0
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .clientratings-text {
        width: 100%;
        position: relative;
        top: inherit
    }
}

.clientratings-text h2 {
    color: #fff;
    margin: 0;
    font-size: clamp(32px, 4.6vw, 80px)
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .clientratings-text h2 {
        margin-bottom: 40px
    }
}

.clientratings-items {
    width: 54%;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .clientratings-items {
        width: 100%
    }
}

.clientratings-card {
    margin-bottom: 20px;
    border: 2px solid #355170;
    border-radius: 20px;
    color: #fff;
    padding: 50px;
    position: sticky;
    top: 130px;
    left: 0;
    background-color: #182533;
    overflow: hidden;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .clientratings-card {
        min-height: 620px
    }
}

@media only screen and (min-width: 992px),
only screen and (min-width: 768px) and (max-width: 991.9px) {
    .clientratings-card:nth-child(2) {
        top: 140px
    }

    .clientratings-card:nth-child(3) {
        top: 150px
    }

    .clientratings-card:nth-child(4) {
        top: 160px
    }

    .clientratings-card:nth-child(5) {
        top: 170px
    }

    .clientratings-card:nth-child(6) {
        top: 180px
    }

    .clientratings-card:nth-child(7) {
        top: 190px
    }

    .clientratings-card:nth-child(8) {
        top: 200px
    }

    .clientratings-card:nth-child(9) {
        top: 210px
    }

    .clientratings-card:nth-child(10) {
        top: 130px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .clientratings-card {
        position: relative;
        top: inherit;
        padding: 30px;
        min-height: inherit
    }
}

.clientratings-card .card-text {
    font-size: clamp(20px, 1.8vw, 26px);
    color: #fff;
    line-height: 1.4;
    text-indent: 50px;
    position: relative;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 40px
}

@media only screen and (max-width: 991.9px) {
    .clientratings-card .card-text {
        text-indent: 0;
        padding-top: 40px
    }
}

.clientratings-card .card-text:before {
    content: "";
    background: url(../images/quote-2025.svg) no-repeat;
    background-size: 100%;
    opacity: 0.2;
    width: 24px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 8px
}

@media only screen and (max-width: 991.9px) {
    .clientratings-card .card-text:before {
        top: 0;
        width: 25px;
        height: 20px
    }
}

.clientratings-card .client {
    color: #fff;
    display: inline-flex;
    align-items: center
}

@media only screen and (max-width: 991.9px) {
    .clientratings-card .client {
        padding: 0 30px 0 0
    }
}

.clientratings-card .client-logo {
    margin-right: 20px;
    background-color: #fff;
    padding: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 991.9px) {
    .clientratings-card .client-logo {
        display: none
    }
}

.clientratings-card .client-logo img {
    max-width: 100%;
    height: auto;
    border-radius: 0
}

.clientratings-card .client span {
    display: block
}

.clientratings-card .client-name {
    font-size: 22px
}

@media only screen and (max-width: 991.9px) {
    .clientratings-card .client-name {
        font-size: 16px
    }
}

.clientratings-card .client-company {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6)
}

@media only screen and (max-width: 991.9px) {
    .clientratings-card .client-company {
        font-size: 16px
    }
}

.testimonials {
    padding: 0;
    background-color: #fff
}

.testimonials .section-inset {
    background: url(../images/headers/bg-testimonials.jpg) no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.testimonials .section-inset:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(24, 37, 51, 0.9);
    z-index: -1
}

.testimonials .toptitle {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 70px
}

@media only screen and (max-width: 991.9px) {
    .testimonials .toptitle {
        margin-bottom: 40px
    }
}

.testimonials-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width: 992px) {
    .testimonials-item {
        min-height: 75vh
    }
}

.testimonials-text {
    font-size: clamp(24px, 3.4vw, 65px);
    color: #fff;
    line-height: 1.2;
    margin-bottom: 120px;
    text-indent: 120px;
    position: relative;
    font-family: 'Outfit', sans-serif
}

@media only screen and (min-width: 992px) {
    .testimonials-text {
        width: 80%;
        margin-right: auto
    }
}

@media only screen and (max-width: 991.9px) {
    .testimonials-text {
        text-indent: 0;
        padding-top: 40px;
        margin-bottom: 80px
    }
}

.testimonials-text:before {
    content: "";
    background: url(../images/quote-2025.svg) no-repeat;
    background-size: 100%;
    opacity: 0.2;
    width: 34px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 8px
}

@media only screen and (min-width: 1200px) and (max-width: 1400px),
only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .testimonials-text:before {
        top: 4px
    }
}

@media only screen and (max-width: 991.9px) {
    .testimonials-text:before {
        top: 0;
        width: 25px;
        height: 20px
    }
}

.testimonials-infos {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.testimonials .client {
    color: #fff;
    display: inline-flex;
    align-items: center
}

@media only screen and (max-width: 991.9px) {
    .testimonials .client {
        padding: 0 30px 0 0
    }
}

.testimonials .client-logo {
    margin-right: 20px;
    background-color: #fff;
    padding: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 991.9px) {
    .testimonials .client-logo {
        display: none
    }
}

.testimonials .client-logo img {
    max-width: 100%;
    height: auto;
    border-radius: 0
}

.testimonials .client span {
    display: block
}

.testimonials .client-name {
    font-size: 22px
}

@media only screen and (max-width: 991.9px) {
    .testimonials .client-name {
        font-size: 18px
    }
}

.testimonials .client-company {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6)
}

@media only screen and (max-width: 991.9px) {
    .testimonials .client-company {
        font-size: 16px
    }
}

.blog-author {
    margin-top: 50px;
    font-size: 18px;
    background-color: #F7F9FB;
    padding: 40px;
    border-radius: 20px
}

@media only screen and (max-width: 991.9px) {
    .blog-author {
        padding: 30px;
        font-size: 16px
    }
}

.blog-author p {
    margin: 0
}

.toptitle {
    display: inline-block;
    font-size: 25px;
    font-variation-settings: 'wght'400;
    font-family: 'Outfit', sans-serif
}

@media only screen and (max-width: 991.9px) {
    .toptitle {
        font-size: 21px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .toptitle {
        font-size: 18px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .blog,
    .projects {
        padding-bottom: 120px
    }
}

.projects-heading h2,
.projects-heading .h2 {
    margin-bottom: 0
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projects-heading h2 {
        margin-top: 20px
    }
}

.projects-heading .toptitle {
    color: rgba(0, 0, 0, 0.6)
}

.blog-heading .h2 {
    margin: 0
}

.projects-heading,
.blog-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px
}

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

    .projects-heading h2 span,
    .blog-heading h2 span,
    .projects-heading .h2 span,
    .blog-heading .h2 span {
        display: block
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .projects-heading .lnk,
    .blog-heading .lnk {
        position: absolute;
        left: 20px;
        bottom: -60px
    }
}

.blog {
    background-color: #fff
}

.blog .section-inset {
    padding: 60px
}

@media only screen and (max-width: 991.9px) {
    .blog .section-inset {
        padding: 30px
    }
}

.blog-inner .bloglist {
    grid-gap: 60px
}

@media only screen and (max-width: 991.9px) {
    .blog-inner .bloglist {
        grid-gap: 40px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blog-inner .bloglist {
        grid-gap: 0
    }
}

.blog-inner .bloglist .toptitle {
    grid-column: 1/4;
    color: rgba(0, 0, 0, 0.6)
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blog-inner .bloglist .toptitle {
        grid-column: 1/3
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blog-inner .bloglist .toptitle span {
        display: inline
    }
}

.blog-inner .bloglist-item {
    grid-column: 5/9
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blog-inner .bloglist-item {
        grid-column: 1/3;
        margin-bottom: 40px
    }
}

.blog-inner .bloglist-item:last-child {
    grid-column: 9/13
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blog-inner .bloglist-item:last-child {
        grid-column: 1/3;
        margin-bottom: 0
    }
}

.blog-inner .bloglist .category {
    font-size: 16px;
    background-color: #1C1E20;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    display: inline-block
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blog-inner .bloglist .category {
        font-size: 14px
    }
}

.blog-inner .bloglist a {
    display: block
}

.blog-inner .bloglist h3 {
    font-size: 26px;
    margin: 20px 0 40px 0
}

@media only screen and (min-width: 1200px) and (max-width: 1400px),
only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .blog-inner .bloglist h3 {
        font-size: 23px
    }
}

@media only screen and (max-width: 991.9px) {
    .blog-inner .bloglist h3 {
        font-size: 21px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blog-inner .bloglist h3 {
        margin: 20px 0
    }
}

@media only screen and (max-width: 575.9px) {
    .blog-inner .bloglist h3 {
        margin: 20px 0
    }
}

.blog-inner .bloglist .summary {
    margin-bottom: 40px;
    font-size: 20px;
    color: #1C1E20
}

@media only screen and (max-width: 991.9px) {
    .blog-inner .bloglist .summary {
        font-size: 18px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blog-inner .bloglist .summary {
        margin-bottom: 0
    }
}

.blog-inner .bloglist .lnk {
    display: inline-block;
    font-size: 16px;
    font-variation-settings: "wght"500
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blog-inner .bloglist .lnk {
        display: none
    }
}

.page-bq {
    line-height: 1.2;
    font-variation-settings: 'wght'500;
    color: #1c1e20;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(23px, 2.8vw, 40px);
    margin: 60px 0 45px 0;
    line-height: 1.3;
    font-variation-settings: "wght"380;
    font-size: clamp(23px, 2.1vw, 40px);
    text-indent: 6vw;
    position: relative
}

@media only screen and (max-width: 991.9px) {
    .page-bq {
        margin: 45px 0 30px 0
    }
}

.page-bq:first-child {
    margin-top: 0
}

@media only screen and (max-width: 991.9px) {
    .page-bq {
        text-indent: 50px;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 991.9px) {
    .page-bq p {
        margin-bottom: 0
    }
}

.page-bq strong {
    font-variation-settings: "wght"380
}

.page-bq:before {
    content: "";
    background: url(../images/quote-2025.svg) no-repeat;
    width: 34px;
    height: 27px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    filter: invert(1);
    opacity: 0.1
}

@media only screen and (max-width: 991.9px) {
    .page-bq:before {
        width: 24px;
        height: 19px;
        top: 4px
    }
}

.values {
    background-color: #fff
}

.values .grid-row {
    align-items: start
}

.values-title {
    grid-column: 1/6;
    position: sticky;
    top: 130px
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px),
only screen and (min-width: 768px) and (max-width: 991.9px) {
    .values-title {
        grid-column: 1/5
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .values-title {
        grid-column: 1/3;
        position: relative;
        top: 0
    }
}

.values-title h2 {
    font-size: clamp(32px, 4.6vw, 80px);
    margin: 0
}

.values-list {
    grid-column: 7/13
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .values-list {
        grid-column: 1/3;
        margin-top: 30px
    }
}

.about {
    padding-top: 0;
    background-color: #fff
}

.about-inner {
    align-items: start
}

.about-visual {
    grid-column: 1/4;
    position: sticky;
    top: 130px
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px),
only screen and (min-width: 768px) and (max-width: 991.9px) {
    .about-visual {
        grid-column: 1/5
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .about-visual {
        grid-column: 1/3;
        position: relative;
        top: 0
    }
}

.about-visual .toptitle {
    margin: 0
}

.about-visual img {
    border-radius: 20px;
    margin: 40px 0
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .about-visual img {
        display: block;
        margin: 30px 0
    }
}

.about-text {
    grid-column: 7/13
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .about-text {
        grid-column: 1/3;
        margin-top: 30px
    }
}

.about-usp {
    margin-top: 80px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .about-usp {
        margin-top: 40px
    }
}

.hashlist li {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: space-between
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .hashlist li {
        flex-direction: column
    }
}

.hashlist li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.hashlist li .hash {
    flex: 0 0 30%;
    position: relative;
    display: block;
    text-transform: lowercase;
    line-height: 1.2
}

@media only screen and (min-width: 992px) {
    .hashlist li .hash {
        padding-right: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .hashlist li .hash {
        flex: 0 0 100%;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 575.9px) {
    .hashlist li .hash {
        font-size: 16px
    }
}

.hashlist li .hash:before {
    content: "#";
    color: #00ACDF
}

.hashlist li .usp-text {
    flex: 0 0 70%
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .hashlist li .usp-text {
        flex: 0 0 100%
    }
}

.hashlist li .usp-text p {
    margin: 0
}

.hashlist li .h4 {
    font-size: 24px;
    display: block;
    margin-bottom: 25px
}

@media only screen and (max-width: 991.9px) {
    .hashlist li .h4 {
        font-size: 21px
    }
}

.blogview {
    background-color: #fff
}

.blogview-item {
    padding-bottom: 120px;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blogview-item {
        padding-bottom: 60px
    }
}

.blogview-item:hover .text .description h2,
.blogview-item:focus .text .description h2,
.blogview-item:active .text .description h2 {
    color: #00ACDF
}

.blogview-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.blogview-item:nth-child(even) {
    flex-direction: row-reverse
}

.blogview-item:nth-child(even) .image {
    padding-right: 0;
    padding-left: 40px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blogview-item:nth-child(even) .image {
        padding-left: 0
    }
}

.blogview-item:nth-child(even) .text {
    padding-left: 0;
    padding-right: 60px
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .blogview-item:nth-child(even) .text {
        padding-right: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blogview-item:nth-child(even) .text {
        padding-right: 0
    }
}

.blogview-item .image {
    width: 50%;
    padding-right: 40px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blogview-item .image {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }
}

.blogview-item .image img {
    border-radius: 20px
}

.blogview-item .text {
    width: 50%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .blogview-item .text {
        width: 100%;
        padding-left: 0
    }
}

.blogview-item .text .toptitle {
    color: rgba(28, 30, 32, 0.6)
}

.blogview-item .text .description {
    padding: 20px 0 40px 0
}

.blogview-item .text h2 {
    line-height: 1.2;
    font-variation-settings: 'wght'500;
    color: #1c1e20;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(23px, 2.8vw, 40px);
    margin: 60px 0 45px 0;
    margin: 0 0 30px 0;
    transition: all 0.2s ease
}

@media only screen and (max-width: 991.9px) {
    .blogview-item .text h2 {
        margin: 45px 0 30px 0
    }
}

.blogview-item .text h2:first-child {
    margin-top: 0
}

.blogview-item .text .summary {
    color: rgba(28, 30, 32, 0.6);
    margin: 0
}

.blogview-item .text .btn-outline {
    margin-bottom: 30px
}

.blogview-item .text .btn-outline:after {
    filter: invert(1)
}

.blog-content h2 {
    font-size: clamp(36px, 3.5vw, 66px)
}

@media only screen and (min-width: 992px) {
    .blog-content h2 {
        margin: 70px 0 40px 0
    }
}

.blog-content .richtext2 .img-fluid {
    width: 100%;
    height: auto;
    border-radius: 20px
}

.blog-content .richtext2 h2 img,
.blog-content .richtext2 h3 img {
    display: block;
    width: 200px !important;
    height: auto;
    margin-top: 30px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    padding: 25px;
    border-radius: 20px
}

.blog-content .richtext2 h2:first-child img,
.blog-content .richtext2 h3:first-child img {
    padding: 0
}

.blog-content .richtext {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
    padding-bottom: 70px
}

@media only screen and (max-width: 991.9px) {
    .blog-content .richtext {
        margin-bottom: 50px;
        padding-bottom: 50px
    }
}

.blog-content .blog-gallery {
    margin-top: 50px
}

.blog-content .icon-heading {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

@media only screen and (max-width: 575.9px) {
    .blog-content .icon-heading {
        flex-direction: column;
        align-items: flex-start
    }
}

.blog-content .icon-heading h3 {
    margin: 0 0 0 30px
}

@media only screen and (max-width: 575.9px) {
    .blog-content .icon-heading h3 {
        margin: 30px 0 0 0
    }
}

.blog-content .icon-heading p {
    margin: 0
}

@media only screen and (max-width: 575.9px) {
    .blog-content .icon-heading p img {
        width: 70px
    }
}

.blog-content .image-break:empty {
    display: none
}

.blog-content .text-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px
}

@media only screen and (max-width: 991.9px) {
    .blog-content .text-cta {
        flex-direction: column
    }
}

@media only screen and (min-width: 992px) {
    .blog-content .text-cta h3 {
        width: 60%;
        margin: 0;
        padding-right: 30px
    }
}

.blog-content .text-cta h3:empty,
.blog-content .text-cta a:empty {
    display: none
}

.blog-content .text-cta .btn-outline:after {
    filter: invert(1)
}

.blog-content li img {
    margin: 15px 0 25px 0
}

.blog-content ol li::marker {
    color: #00ACDF
}

.blog-content ol li {
    margin-bottom: 8px
}

.share {
    padding: 0 0 100px 0;
    background-color: #fff;
    position: relative
}

@media only screen and (max-width: 991.9px) {
    .share {
        padding: 0 0 50px 0
    }
}

.share .wc_socialsharelinks {
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center
}

.share .wc_socialsharelinks .shareon {
    display: block;
    line-height: 1.2;
    font-variation-settings: 'wght'500;
    color: #1c1e20;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(23px, 2.8vw, 40px);
    margin: 60px 0 45px 0;
    text-transform: inherit;
    text-align: center
}

@media only screen and (max-width: 991.9px) {
    .share .wc_socialsharelinks .shareon {
        margin: 45px 0 30px 0
    }
}

.share .wc_socialsharelinks .shareon:first-child {
    margin-top: 0
}

.bg-full {
    background: url(../images/headers/bg-about2.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 576px) and (max-width: 767.9px) {
    .bg-full {
        height: 450px
    }
}

@media only screen and (max-width: 575.9px) {
    .bg-full {
        height: 300px
    }
}

.bg-full:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, #ffffff 1%, rgba(255, 255, 255, 0) 100%);
    z-index: -1
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .bg-full:before {
        height: 100px
    }
}

.facts {
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    width: 100%
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .facts {
        top: -70px
    }
}

.facts .flex-ctr {
    display: flex;
    justify-content: space-between
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .facts .flex-ctr {
        flex-wrap: wrap
    }
}

.facts span {
    display: block;
    text-align: center
}

@media only screen and (max-width: 575.9px) {
    .facts .title {
        font-size: 14px
    }
}

.facts .number {
    line-height: 1.2;
    font-variation-settings: 'wght'500;
    color: #1c1e20;
    font-family: 'Outfit', sans-serif;
    margin: 0;
    margin: 60px 0 50px 0;
    display: block;
    font-size: clamp(32px, 6vw, 102px);
    font-size: clamp(32px, 5.2vw, 80px);
    margin-bottom: 0;
    position: relative;
    font-variation-settings: "wght"600;
    color: rgba(28, 30, 32, 0.2)
}

@media only screen and (max-width: 991.9px) {
    .facts .number {
        margin: 45px 0 30px 0
    }
}

.facts .number:first-child {
    margin-top: 0
}

@media only screen and (max-width: 991.9px) {
    .facts .number {
        margin: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .facts .number {
        display: inline-block;
        padding: 0 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .facts-item {
        width: 50%;
        text-align: center
    }

    .facts-item:first-child,
    .facts-item:nth-child(2) {
        margin-bottom: 20px
    }
}

.facts-item:last-child,
.facts-item:nth-child(2) {
    transform: translateY(60px)
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .facts-item:last-child,
    .facts-item:nth-child(2) {
        transform: translateY(0)
    }
}

.facts-item:nth-child(2) .number:after,
.facts-item:nth-child(3) .number:after,
.facts-item:nth-child(4) .number:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #00ACDF
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .facts-item:nth-child(2) .number:after,
    .facts-item:nth-child(3) .number:after,
    .facts-item:nth-child(4) .number:after {
        font-size: 21px;
        top: -5px
    }
}

.about-intro p {
    margin: 0
}

.about-intro .images {
    font-size: 0
}

.about-intro .h2 {
    margin: 0
}

@media only screen and (min-width: 992px) {
    .about-intro .h2 {
        font-size: 37px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .about-intro .h2 {
        margin-bottom: 35px
    }
}

.about-intro .col-text {
    column-count: 2;
    column-gap: 60px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (min-width: 768px) and (max-width: 991.9px),
only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .about-intro .col-text {
        column-count: 1
    }
}

.service-social .flex,
.service-onlinewerbung .flex {
    display: flex;
    flex-wrap: wrap
}

.service-social .flex .item,
.service-onlinewerbung .flex .item {
    padding: 60px;
    flex-grow: 1;
    width: 50%
}

@media only screen and (max-width: 991.9px) {

    .service-social .flex .item,
    .service-onlinewerbung .flex .item {
        padding: 60px 0 60px 0;
        width: 100%
    }
}

.service-social .flex .item:first-child,
.service-onlinewerbung .flex .item:first-child,
.service-social .flex .item:nth-child(2),
.service-onlinewerbung .flex .item:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width: 991.9px) {

    .service-social .flex .item:first-child,
    .service-onlinewerbung .flex .item:first-child,
    .service-social .flex .item:last-child,
    .service-onlinewerbung .flex .item:last-child {
        padding-top: 0
    }
}

@media only screen and (max-width: 991.9px) {

    .service-social .flex .item:nth-child(3),
    .service-onlinewerbung .flex .item:nth-child(3) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
}

.service-social .flex .item:nth-child(2n+1),
.service-onlinewerbung .flex .item:nth-child(2n+1) {
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width: 991.9px) {

    .service-social .flex .item:nth-child(2n+1),
    .service-onlinewerbung .flex .item:nth-child(2n+1) {
        border-right: none
    }
}

.service-social .flex h3,
.service-onlinewerbung .flex h3 {
    margin: 0 0 20px 0;
    font-size: 24px
}

@media only screen and (max-width: 991.9px) {

    .service-social .flex h3,
    .service-onlinewerbung .flex h3 {
        font-size: 20px
    }
}

.service-social .flex p,
.service-onlinewerbung .flex p,
.service-social .flex ul,
.service-onlinewerbung .flex ul {
    margin: 0;
    font-size: 18px
}

@media only screen and (max-width: 991.9px) {

    .service-social .flex p,
    .service-onlinewerbung .flex p,
    .service-social .flex ul,
    .service-onlinewerbung .flex ul {
        font-size: 16px
    }
}

.service-onlinewerbung {
    background-color: #fff;
    padding-bottom: 130px
}

@media only screen and (max-width: 991.9px) {
    .service-onlinewerbung {
        padding-bottom: 70px
    }
}

.service-onlinewerbung .flex .item {
    padding: 50px
}

@media only screen and (max-width: 991.9px) {
    .service-onlinewerbung .flex .item {
        padding: 40px 0 40px 0
    }
}

.service-onlinewerbung .flex .item h3:before {
    content: "";
    display: block;
    margin-bottom: 25px;
    opacity: 0.4
}

.service-onlinewerbung .flex .item:first-child h3:before {
    width: 36px;
    height: 40px;
    background: url(../images/icons/ow_searchads.svg) no-repeat;
    background-size: 100%
}

.service-onlinewerbung .flex .item:nth-child(2) h3:before {
    width: 40px;
    height: 40px;
    background: url(../images/icons/ow_display.svg) no-repeat;
    background-size: 100%
}

.service-onlinewerbung .flex .item:nth-child(3) h3:before {
    width: 56px;
    height: 41px;
    background: url(../images/icons/ow_videoads.svg) no-repeat;
    background-size: 100%
}

.service-onlinewerbung .flex .item:nth-child(4) h3:before {
    width: 34px;
    height: 41px;
    background: url(../images/icons/ow_socialmedia.svg) no-repeat;
    background-size: 100%
}

.service-onlinewerbung .flex ul li {
    margin-bottom: 8px;
    position: relative;
    line-height: 1.5;
    padding-left: 25px;
    font-size: 18px
}

.service-onlinewerbung .flex ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #00ACDF;
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    top: 8px;
    left: 0
}

@media only screen and (max-width: 991.9px) {
    .service-onlinewerbung .flex ul li:before {
        top: 10px
    }
}

.about-usp {
    background-color: #fff
}

.about-usp .fullservice {
    padding: 0 0 90px 0;
    text-align: center
}

@media only screen and (max-width: 991.9px) {
    .about-usp .fullservice {
        padding: 0 0 60px 0
    }
}

.about-usp .fullservice .wrapper {
    position: relative
}

.about-usp .fullservice .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.2;
    text-align: center;
    font-family: 'Outfit', sans-serif
}

.about-usp .fullservice .title span {
    display: block;
    color: #182533;
    font-size: 36px
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .about-usp .fullservice .title span {
        font-size: 28px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .about-usp .fullservice .title span {
        font-size: 23px
    }
}

.about-usp .fullservice img {
    max-width: 100%;
    width: 50%;
    margin: 0 auto;
    height: auto
}

@media only screen and (max-width: 575.9px) {
    .about-usp .fullservice img {
        width: 100%
    }
}

.about-usp .flex-container .item {
    padding: 80px;
    flex-grow: 1;
    width: 50%
}

@media only screen and (max-width: 991.9px) {
    .about-usp .flex-container .item {
        padding: 60px 0 60px 0;
        width: 100%
    }
}

.about-usp .flex-container .item:first-child,
.about-usp .flex-container .item:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width: 991.9px) {
    .about-usp .flex-container .item:first-child {
        padding-top: 0
    }
}

@media only screen and (max-width: 991.9px) {
    .about-usp .flex-container .item:last-child {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 991.9px) {
    .about-usp .flex-container .item:nth-child(3) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
}

.about-usp .flex-container .item:nth-child(2n+1) {
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width: 991.9px) {
    .about-usp .flex-container .item:nth-child(2n+1) {
        border-right: none
    }
}

.about-usp .flex-container .h3 {
    margin: 0;
    font-size: 21px
}

.about-usp .flex-container .h3:after {
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    margin: 30px 0 40px 0;
    background-color: #00ACDF
}

.about-usp .flex-container p {
    margin: 0;
    font-size: 16px
}

.about-gallery {
    background-color: #182533
}

.about-gallery .carousel-cell {
    padding: 0 40px
}

@media only screen and (max-width: 991.9px) {
    .about-gallery .carousel-cell {
        padding: 0 10px
    }
}

.team {
    background-color: #182533;
    color: #fff
}

.team h2 {
    color: #fff
}

.teamlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px -10px 0 -10px
}

@media only screen and (min-width: 768px) and (max-width: 991.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .teamlist {
        margin: 50px -10px 0 -10px
    }
}

@media only screen and (max-width: 575.9px) {
    .teamlist {
        margin: 40px 0 0 0
    }
}

.teamlist-item {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 25%;
    order: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px),
only screen and (min-width: 1200px) and (max-width: 1400px) {
    .teamlist-item {
        width: 33.333%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .teamlist-item {
        width: 50%
    }
}

@media only screen and (max-width: 575.9px) {
    .teamlist-item {
        width: 100%;
        padding: 0
    }
}

@media only screen and (max-width: 991.9px) {
    .teamlist-item:last-child {
        margin-bottom: 0
    }
}

.teamlist-item .inner {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    position: relative
}

@media only screen and (min-width: 992px) {
    .teamlist-item .inner {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.teamlist-item:nth-child(11) .inner,
.teamlist-item:nth-child(12) .inner {
    font-size: clamp(20px, 1.8vw, 27px)
}

@media only screen and (min-width: 768px) and (max-width: 991.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {

    .teamlist-item:nth-child(11) .inner,
    .teamlist-item:nth-child(12) .inner {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.teamlist-item:nth-child(11) .inner:before,
.teamlist-item:nth-child(12) .inner:before {
    content: "";
    display: block;
    opacity: 0.15
}

@media only screen and (max-width: 575.9px) {

    .teamlist-item:nth-child(11) .inner:before,
    .teamlist-item:nth-child(12) .inner:before {
        margin-bottom: 30px
    }
}

.teamlist-item:nth-child(6) {
    order: 7
}

.teamlist-item:nth-child(7) {
    order: 8
}

.teamlist-item:nth-child(8) {
    order: 9
}

.teamlist-item:nth-child(9) {
    order: 10
}

.teamlist-item:nth-child(10) {
    order: 11
}

.teamlist-item:nth-child(11) {
    order: 6
}

.teamlist-item:nth-child(11) .inner:before {
    background: url(../images/quote-2025.svg) no-repeat;
    width: 34px;
    height: 27px;
    background-size: 100%
}

.teamlist-item:nth-child(11) .inner em {
    font-size: 18px;
    opacity: 0.6
}

.teamlist-item:nth-child(12) {
    order: 12
}

.teamlist-item:nth-child(12) .inner:before {
    background: url(../images/icons/recruiting-white.svg) no-repeat;
    width: 34px;
    height: 27px;
    background-size: 100%
}

.teamlist-item:nth-child(12) .inner .btn-outline {
    color: #fff
}

.teamlist-item .text {
    padding: 30px 0 0 0
}

.teamlist-item .text .title {
    margin-bottom: 15px;
    color: #fff;
    font-size: clamp(21px, 2.1vw, 30px)
}

@media only screen and (max-width: 991.9px) {
    .teamlist-item .text .title {
        margin-bottom: 10px
    }
}

.teamlist-item .text .subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    display: block
}

.teamlist-item .image {
    position: relative;
    overflow: hidden;
    background-color: #182533;
    border-radius: 20px
}

.teamlist-item .image:after,
.teamlist-item .image .features,
.teamlist-item .image img {
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition-duration: 0.6s
}

.teamlist-item .image img {
    transform-origin: bottom
}

.teamlist-item .image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 172, 223, 0.9)
}

@media only screen and (min-width: 768px) and (max-width: 991.9px),
only screen and (min-width: 992px) {

    .teamlist #item-joinus,
    .teamlist #item-logo {
        display: block !important
    }

    .teamlist #item-joinus .item,
    .teamlist #item-logo .item {
        position: relative;
        width: 100%;
        transition: all 0.2s ease
    }
}

.teamlist #item-logo .item {
    background-color: #00ACDF
}

.teamlist #item-logo .item:before {
    content: "";
    display: block;
    padding-top: 125%
}

.teamlist #item-logo .item:hover {
    background-color: #182533
}

.teamlist #item-logo .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.teamlist #item-joinus .item {
    display: block;
    cursor: pointer
}

.teamlist #item-joinus .image .front {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px
}

@media only screen and (min-width: 1400px) {
    .teamlist #item-joinus .image .front {
        padding: 60px
    }
}

.teamlist #item-joinus .image .front img {
    opacity: 1;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.teamlist #item-joinus .image .front span {
    color: white;
    text-align: center;
    font-size: 24px
}

@media only screen and (max-width: 991.9px) {
    .teamlist #item-joinus .image .front span {
        font-size: 20px
    }
}

.teamlist #item-joinus img {
    opacity: 0.2
}

.teamlist #item-joinus:hover .image:after,
.teamlist #item-joinus:focus .image:after,
.teamlist #item-joinus:active .image:after,
.teamlist #item-joinus:hover .image .features,
.teamlist #item-joinus:focus .image .features,
.teamlist #item-joinus:active .image .features {
    opacity: 1
}

.teamlist #item-joinus:hover .image .features,
.teamlist #item-joinus:focus .image .features,
.teamlist #item-joinus:active .image .features {
    animation: marquee 4.5s linear infinite
}

.teamlist #item-joinus:hover .image img,
.teamlist #item-joinus:focus .image img,
.teamlist #item-joinus:active .image img {
    transform: none
}

.about-team {
    background-color: #fff;
    padding: 0 0 45px 0;
    position: relative;
    z-index: 0
}

.about-team:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25%;
    background-color: #182533;
    z-index: -1
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .about-team:before {
        height: 500px
    }
}

.about-team .team-intro {
    width: 60%;
    margin: 0 auto 100px auto;
    text-align: center
}

@media only screen and (max-width: 991.9px) {
    .about-team .team-intro {
        margin-bottom: 80px;
        width: 100%
    }
}

.about-team .team-intro p {
    font-size: 21px;
    color: #fff;
    margin: 0
}

@media only screen and (max-width: 991.9px) {
    .about-team .team-intro p {
        font-size: 17px
    }
}

.about-team h2 {
    color: #fff;
    margin-top: 0
}

.about-team .top-title {
    margin-bottom: 10px
}

.businessrating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: initial !important
}

.businessrating-number {
    font-size: 18px;
    margin-top: 5px
}

@media only screen and (max-width: 991.9px) {
    .businessrating-number {
        font-size: 16px
    }
}

.businessrating-count {
    font-size: 16px;
    position: relative;
    margin-top: 5px
}

.businessrating-count:hover,
.businessrating-count:focus,
.businessrating-count:active {
    color: #111
}

.footerservice {
    background-color: #F7F9FB
}

.footerservice-inner {
    align-items: start
}

.footerservice-title {
    grid-column: 1/4
}

.footerservice-title h2 {
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px),
only screen and (min-width: 768px) and (max-width: 991.9px) {
    .footerservice-title {
        grid-column: 1/5
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .footerservice-title {
        grid-column: 1/3
    }
}

.footerservice-text {
    grid-column: 7/13
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .footerservice-text {
        grid-column: 1/3;
        margin-top: 30px
    }
}

.footerservice-text p {
    line-height: 1.2;
    font-variation-settings: 'wght'500;
    color: #1c1e20;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(23px, 2.8vw, 40px);
    margin: 60px 0 45px 0;
    line-height: 1.3;
    font-variation-settings: "wght"380;
    font-size: clamp(23px, 2.1vw, 40px)
}

@media only screen and (max-width: 991.9px) {
    .footerservice-text p {
        margin: 45px 0 30px 0
    }
}

.footerservice-text p:first-child {
    margin-top: 0
}

.impressions {
    background-color: #fff;
    padding-bottom: 0
}

.galleryslider .flickity-viewport.is-pointer-down .carousel-cell .carousel-cell-image {
    transform: scale(0.92)
}

.galleryslider .carousel-cell {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 60px;
    transition: none;
    overflow: hidden
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .galleryslider .carousel-cell {
        margin-right: 20px;
        width: 50%
    }
}

.galleryslider .carousel-cell .carousel-cell-image {
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: transform 0.3s ease
}

@media only screen and (max-width: 575.9px) {
    .galleryslider .carousel-cell .carousel-cell-image {
        width: 100%;
        object-fit: cover
    }
}

.rewards {
    background-color: #fff
}

.rewards .sectionlead-text p {
    margin-left: auto
}

.rewards-list {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .rewards-list {
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 991.9px) {
    .rewards-list {
        margin-top: 20px
    }
}

.rewards-list li {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.rewards-list li .inner {
    border: 1px solid rgba(28, 30, 32, 0.2);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 991.9px) {
    .rewards-list li .inner {
        width: 140px;
        height: 140px
    }
}

@media only screen and (max-width: 991.9px) {
    .rewards-list li {
        padding: 0 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .rewards-list li {
        margin-bottom: 20px
    }

    .rewards-list li:last-child {
        margin-bottom: 0
    }
}

.rewards-list li:last-child img {
    width: 25%
}

.rewards-list img {
    width: 60%;
    height: auto;
    object-fit: contain;
    max-width: 100%
}

.page-cta {
    color: #fff;
    background-color: #fff;
    position: relative
}

@media only screen and (min-width: 992px) {
    .page_pro .page-cta {
        padding: 150px 0 70px 0
    }
}

.page-cta .section-inset {
    border-radius: 20px;
    overflow: hidden
}

.page-cta .toptitle {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 70px
}

@media only screen and (max-width: 991.9px) {
    .page-cta .toptitle {
        margin-bottom: 20px
    }
}

.page-cta .flex-ctr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media only screen and (max-width: 991.9px) {
    .page-cta .flex-ctr {
        flex-direction: column;
        align-items: center
    }
}

.page-cta h2 {
    margin-top: 0;
    line-height: 1.2;
    font-variation-settings: 'wght'500;
    color: #1c1e20;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(23px, 2.8vw, 40px);
    margin: 60px 0 45px 0;
    color: #fff;
    width: 65%;
    margin: 0
}

@media only screen and (max-width: 991.9px) {
    .page-cta h2 {
        margin: 45px 0 30px 0
    }
}

.page-cta h2:first-child {
    margin-top: 0
}

@media only screen and (max-width: 991.9px) {
    .page-cta h2 {
        width: 100%
    }
}

.page-cta .singlebutton {
    margin-top: 30px
}

.page-cta .pagelinks {
    width: 20%
}

.page-cta .pagelinks ul {
    flex-direction: column
}

.page-cta .pagelinks ul li {
    margin: 0 0 8px 0
}

.page-cta .pagelinks ul li:last-child {
    margin: 0
}

.page-cta .pagelinks ul li a {
    color: #fff;
    border: none;
    padding: 0 0 0 35px;
    font-size: 18px
}

.page-cta .pagelinks ul li a:hover,
.page-cta .pagelinks ul li a:focus,
.page-cta .pagelinks ul li a:active {
    color: rgba(255, 255, 255, 0.6)
}

@media only screen and (max-width: 991.9px) {
    .page-cta .pagelinks ul li a {
        font-size: 16px;
        padding: 0 0 0 25px
    }
}

.page-cta .pagelinks ul li a:before {
    filter: none;
    opacity: 0.5;
    left: 0
}

@media only screen and (max-width: 991.9px) {
    .page-cta .pagelinks {
        width: 100%
    }
}

.page-cta .button {
    width: 30%;
    text-align: right
}

@media only screen and (max-width: 991.9px) {
    .page-cta .button {
        width: 100%;
        text-align: left
    }
}

.page-cta .btn-outline {
    color: #fff
}

.contact-cta {
    padding-bottom: 0
}

.page_for .contact-cta,
.page_aud .contact-cta {
    padding: 0 0 130px 0
}

@media only screen and (max-width: 991.9px) {

    .page_for .contact-cta,
    .page_aud .contact-cta {
        padding: 0 0 70px 0
    }
}

.contact-cta .button {
    display: flex;
    flex-direction: column
}

.contact-cta .button .btn-outline:first-child {
    margin-bottom: 20px
}

.section-support,
.agb,
.footer {
    opacity: 1;
    transition: opacity 0.6s ease;
    transition-delay: 0.5s
}

.is-loading .section-support,
.is-loading .agb,
.is-loading .footer {
    opacity: 0
}

.agb {
    padding: 120px 0
}

@media only screen and (max-width: 991.9px) {
    .agb {
        padding: 80px 0
    }
}

.agb .documents-list {
    margin-bottom: 15px
}

.agb .documents-list>div {
    position: relative;
    margin-bottom: 15px
}

.entry_33735 .richtext h3 img,
.entry_33735 .richtext .h3 img {
    display: block;
    border: 1px solid #ccc;
    height: auto;
    padding: 20px;
    margin-top: 25px;
    max-width: 100%
}

.richtext h4,
.audit h4,
.project-text h4,
.richtext2 h4,
.richtext h5,
.audit h5,
.project-text h5,
.richtext2 h5 {
    margin-bottom: 20px
}

.richtext h4 small,
.audit h4 small,
.project-text h4 small,
.richtext2 h4 small,
.richtext h5 small,
.audit h5 small,
.project-text h5 small,
.richtext2 h5 small {
    font-size: 16px;
    color: #1C1E20
}

.richtext h3,
.audit h3,
.project-text h3,
.richtext2 h3 {
    margin-bottom: 30px
}

.richtext ul,
.audit ul,
.project-text ul,
.richtext2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px
}

.richtext ul li,
.audit ul li,
.project-text ul li,
.richtext2 ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px
}

@media only screen and (max-width: 991.9px) {

    .richtext ul li,
    .audit ul li,
    .project-text ul li,
    .richtext2 ul li {
        font-size: 16px
    }
}

.richtext ul li:before,
.audit ul li:before,
.project-text ul li:before,
.richtext2 ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #00ACDF;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 0
}

@media only screen and (max-width: 991.9px) {

    .richtext ul li:before,
    .audit ul li:before,
    .project-text ul li:before,
    .richtext2 ul li:before {
        top: 10px
    }
}

.audit ul li:before {
    top: 10px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .audit ul li:before {
        top: 6px
    }
}

.image-break {
    margin: 90px auto
}

@media only screen and (max-width: 991.9px) {
    .image-break {
        margin: 60px auto
    }
}

.image-break:last-of-type {
    margin-bottom: 0
}

.image-break figure {
    display: block;
    margin-bottom: 50px
}

@media only screen and (max-width: 991.9px) {
    .image-break figure {
        margin-bottom: 40px
    }
}

.image-break figure:last-child {
    margin-bottom: 0
}

.paragraph a {
    color: #00ACDF
}

.paragraph a:hover,
.paragraph a:focus,
.paragraph a:active {
    color: #182533
}

figure {
    position: relative;
    margin-bottom: 40px
}

figure img {
    border-radius: 20px
}

figcaption,
.figcaption {
    color: #182533;
    font-family: 'Outfit', sans-serif;
    margin-top: 15px;
    text-align: right;
    font-size: 18px
}

figcaption:empty,
.figcaption:empty {
    display: none
}

@media only screen and (max-width: 991.9px) {

    figcaption,
    .figcaption {
        position: static;
        margin-top: 15px;
        font-size: 16px
    }
}

.project-figure figcaption {
    font-family: 'Inter', sans-serif;
    text-align: left;
    margin-top: 0;
    font-style: normal;
    margin: 0 auto
}

@media only screen and (max-width: 991.9px) {
    .project-figure figcaption {
        width: 100%
    }
}

.project-figure figcaption span {
    display: block
}

.project-figure figcaption .title {
    font-family: 'Outfit', sans-serif;
    color: #1C1E20;
    margin: 20px 0 0 0;
    font-size: 21px
}

@media only screen and (max-width: 991.9px) {
    .project-figure figcaption .title {
        font-size: 18px
    }
}

.project-figure figcaption .title:empty {
    display: none
}

.project-figure figcaption .desc {
    margin-top: 5px;
    color: rgba(28, 30, 32, 0.6)
}

.project-figure figcaption .desc:empty {
    display: none
}

.project-figure figcaption:after {
    display: none
}

.documents-list {
    font-size: 16px;
    display: flex;
    flex-direction: column
}

.documents-list .documents-item {
    border-radius: 5px;
    padding: 15px 20px 15px 50px;
    position: relative;
    margin-bottom: 15px;
    display: block;
    border: 2px solid rgba(24, 37, 51, 0.1);
    margin-bottom: 20px;
    color: #1C1E20
}

.documents-list .documents-item:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 15px;
    background: url(../images/pdf.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 23px
}

.documents-list .documents-item:hover,
.documents-list .documents-item:focus,
.documents-list .documents-item:active {
    border: 2px solid rgba(24, 37, 51, 0.2)
}

.documents-list .documents-item i,
.documents-list .documents-item .badge {
    display: none
}

.images-list .images-item {
    margin-bottom: 60px
}

.clients {
    text-align: center;
    background-color: #fff
}

.clients-intro {
    font-size: clamp(21px, 2.4vw, 38px);
    text-align: center;
    margin: 0 auto 70px auto
}

.clients-intro .lead {
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.clients .clients-list {
    margin: 80px -10px 0 -10px;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 991.9px) {
    .clients .clients-list {
        margin: 50px -10px 0 -10px
    }
}

.clients .clients-list .clients-item {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
    aspect-ratio: 3/2
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .clients .clients-list .clients-item {
        width: 25%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px) {
    .clients .clients-list .clients-item {
        width: 33.333%
    }
}

@media only screen and (max-width: 575.9px) {
    .clients .clients-list .clients-item {
        width: 50%
    }
}

.clients .clients-list .clients-item .wrapper {
    background-color: #F7F9FB;
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 20px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .clients .clients-list .clients-item .wrapper {
        padding: 25px
    }
}

.clients .clients-list .clients-item img {
    display: block;
    transform: scale(0.7);
    border-radius: 0;
    height: auto
}

.section-projects .client-logo,
.projectgrid .client-logo {
    transition: all 0.2s ease;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    width: 160px;
    height: 130px
}

.page_hom .section-projects .client-logo,
.page_hom .projectgrid .client-logo {
    padding: 20px
}

.section-projects .client-logo:before,
.projectgrid .client-logo:before {
    content: "";
    transition: all 0.2s ease;
    width: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px
}

.section-projects .client-logo img,
.projectgrid .client-logo img {
    transition: all 0.2s ease;
    opacity: 0;
    transform: translateY(8px);
    transition-delay: 0;
    width: auto
}

.projectgrid,
.project-description,
.contactgrid {
    position: relative;
    background-color: #F7F9FB
}

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

    .projectgrid,
    .project-description,
    .contactgrid {
        padding-top: 120px
    }
}

@media only screen and (max-width: 991.9px) {

    .projectgrid,
    .project-description,
    .contactgrid {
        padding-top: 50px;
        margin-top: 0
    }
}

.projectgrid:before,
.project-description:before,
.contactgrid:before {
    content: "";
    width: 100%;
    height: 30px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    left: 0;
    top: -20px;
    background-color: #F7F9FB;
    z-index: 4
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .projectgrid:before,
    .project-description:before,
    .contactgrid:before {
        height: 20px;
        top: -10px
    }
}

.projectgrid-content {
    grid-column: 1/6;
    position: sticky;
    top: 150px;
    left: 0
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projectgrid-content {
        grid-column: 1/3;
        position: relative;
        top: 0
    }
}

.projectgrid .grid-row {
    align-items: start
}

.projectgrid-title {
    margin-bottom: 40px
}

.projectgrid-title h2 {
    margin: 0
}

.projectgrid-projects {
    grid-column: 7/13
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projectgrid-projects {
        grid-column: 1/3;
        margin-top: 10px
    }
}

.projectgrid .buttonpanel {
    text-align: center;
    margin-top: 20px
}

@media only screen and (max-width: 991.9px) {
    .projectgrid .buttonpanel {
        margin-top: 0
    }
}

.projectgrid .sortbuttons {
    margin: 70px 0 0 0;
    display: flex;
    justify-content: flex-start
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projectgrid .sortbuttons {
        display: block;
        margin: 40px 0 0 0
    }
}

.projectgrid .sortbuttons .filterbox {
    display: flex;
    flex-wrap: wrap
}

.projectgrid .sortbuttons li {
    margin: 0 10px 10px 0;
    color: #1C1E20;
    font-size: clamp(16px, 1.7vw, 21px);
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    padding: 5px 20px;
    border: 2px solid #1C1E20;
    border-radius: 40px
}

.projectgrid .sortbuttons li:last-child {
    margin-right: 0
}

.projectgrid .sortbuttons li:hover,
.projectgrid .sortbuttons li:focus,
.projectgrid .sortbuttons li:active {
    color: rgba(28, 30, 32, 0.6);
    border: 2px solid rgba(28, 30, 32, 0.6)
}

.projectgrid .sortbuttons li.selected {
    background-color: #1C1E20;
    color: #fff
}

.projectgrid .project-list {
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .projectgrid .project-list {
        margin: 0
    }
}

.projectgrid .project-list .project-item {
    width: 100%;
    margin-bottom: 60px
}

@media only screen and (max-width: 991.9px) {
    .projectgrid .project-list .project-item {
        margin-bottom: 60px;
        padding: 0 30px
    }
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .projectgrid .project-list .project-item {
        width: 100%;
        padding: 0
    }
}

@media only screen and (max-width: 991.9px) {
    .projectgrid .project-list .project-item:last-child a {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .projectgrid .project-list .project-item:last-child {
        margin-bottom: 0
    }
}

.projectgrid .project-list .project-item a {
    display: block
}

.projectgrid .project-list .project-item a:hover .image>img,
.projectgrid .project-list .project-item a:focus .image>img,
.projectgrid .project-list .project-item a:active .image>img {
    transform: scale(1.08)
}

@media only screen and (max-width: 991.9px) {

    .projectgrid .project-list .project-item a:hover .image .client-logo,
    .projectgrid .project-list .project-item a:focus .image .client-logo,
    .projectgrid .project-list .project-item a:active .image .client-logo {
        display: none
    }
}

.projectgrid .project-list .project-item a:hover .image .client-logo:before,
.projectgrid .project-list .project-item a:focus .image .client-logo:before,
.projectgrid .project-list .project-item a:active .image .client-logo:before {
    width: 100%;
    right: auto;
    left: 0
}

.projectgrid .project-list .project-item a:hover .image .client-logo img,
.projectgrid .project-list .project-item a:focus .image .client-logo img,
.projectgrid .project-list .project-item a:active .image .client-logo img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s
}

.projectgrid .project-list .project-item a:hover .text .project-title,
.projectgrid .project-list .project-item a:focus .text .project-title,
.projectgrid .project-list .project-item a:active .text .project-title {
    color: #00ACDF
}

.projectgrid .project-list .project-item a .image {
    overflow: hidden;
    border-radius: 20px;
    position: relative
}

.projectgrid .project-list .project-item a .image>img {
    margin: 0;
    display: block;
    transition: all 0.2s ease;
    transition-duration: 0.7s
}

.projectgrid .project-list .project-item a .text {
    margin-top: 30px;
    position: relative
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .projectgrid .project-list .project-item a .text {
        margin-top: 20px
    }
}

.projectgrid .project-list .project-item a .text .project-title,
.projectgrid .project-list .project-item a .text .project-summary {
    transition: all 0.2s ease
}

.projectgrid .project-list .project-item a .text .project-title {
    display: block;
    font-size: clamp(21px, 2.6vw, 40px);
    color: #1C1E20;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
    font-variation-settings: 'wght'500
}

.projectgrid .project-list .project-item a .text .project-summary {
    font-size: clamp(18px, 2vw, 24px);
    color: rgba(28, 30, 32, 0.6);
    margin: 0;
    line-height: 1.4
}

.project-description {
    background-color: #F7F9FB
}

.project-description .flex-ctr {
    display: flex;
    justify-content: space-between
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .project-description .flex-ctr {
        flex-direction: column-reverse
    }
}

.project-description .flex-ctr .project-infos {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .project-description .flex-ctr .project-infos {
        width: 100%;
        margin-top: 30px
    }
}

.project-description .flex-ctr .project-infos .client,
.project-description .flex-ctr .project-infos .place {
    font-size: 18px;
    color: rgba(28, 30, 32, 0.6);
    margin-bottom: 40px
}

.project-description .flex-ctr .project-infos .client span,
.project-description .flex-ctr .project-infos .place span {
    display: block;
    font-size: 21px;
    color: #1C1E20
}

@media only screen and (max-width: 991.9px) {

    .project-description .flex-ctr .project-infos .client span,
    .project-description .flex-ctr .project-infos .place span {
        font-size: 18px
    }
}

.project-description .flex-ctr .project-infos .client {
    margin-bottom: 20px
}

.project-description .flex-ctr .project-text {
    font-size: clamp(21px, 2.5vw, 30px);
    width: 64%
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .project-description .flex-ctr .project-text {
        width: 100%
    }
}

.project-description .flex-ctr .project-text p:last-child {
    margin-bottom: 0
}

.project-description .flex-ctr .btn-outline:after {
    filter: invert(1)
}

.project-maintext,
.blog-content {
    background-color: #fff;
    font-size: clamp(18px, 2.2vw, 26px)
}

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

    .project-maintext,
    .blog-content {
        padding-bottom: 70px
    }
}

.project-maintext .container-small:empty,
.blog-content .container-small:empty {
    display: none
}

.spacer {
    padding: 75px 0;
    background-color: #F7F9FB
}

@media only screen and (max-width: 991.9px) {
    .spacer {
        padding: 35px 0
    }
}

.project-services {
    color: #fff;
    background-color: #F7F9FB;
    padding: 0
}

.project-services .section-inset {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    padding: 90px 50px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .project-services .section-inset {
        flex-direction: column;
        padding: 50px 30px
    }
}

.project-services .section-inset .toptitle {
    width: 30%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 21px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .project-services .section-inset .toptitle {
        width: 100%
    }
}

.project-services ul {
    column-gap: 50px;
    column-count: 2;
    width: 64%
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .project-services ul {
        width: 100%;
        margin-top: 30px;
        column-count: 1
    }
}

.project-services ul li {
    font-size: clamp(16px, 1.6vw, 22px);
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative
}

@media only screen and (max-width: 991.9px) {
    .project-services ul li {
        padding-left: 26px
    }
}

.project-services ul li:before {
    content: "";
    background: url(../images/arrow-2025.svg) no-repeat;
    background-size: 100%;
    width: 21px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0.5
}

@media only screen and (max-width: 991.9px) {
    .project-services ul li:before {
        top: 5px;
        width: 16px;
        height: 12px
    }
}

.project-showcase {
    padding: 0 0 70px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

.project-showcase .webvideo,
.project-showcase figure {
    margin-bottom: 80px
}

@media only screen and (max-width: 991.9px) {

    .project-showcase .webvideo,
    .project-showcase figure {
        margin-bottom: 40px
    }
}

.project-showcase .webvideo:last-child,
.project-showcase figure:last-child {
    margin-bottom: 0
}

.project-showcase img {
    display: block;
    background-color: #F7F9FB;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px
}

.project-showcase img:last-child {
    margin-bottom: 0
}

.page_pro.entry .project-cta {
    background-color: #fff;
    padding-top: 0
}

.category_5217 .project-cta {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.sitepaging {
    border-radius: 0;
    background-color: #fff;
    padding: 0 0 150px 0
}

@media only screen and (max-width: 991.9px) {
    .sitepaging {
        padding: 0 0 70px 0
    }
}

.sitepaging ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .sitepaging ul {
        align-items: center;
        flex-direction: column-reverse;
        justify-content: center
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .sitepaging ul .prev,
    .sitepaging ul .next {
        width: 100%;
        text-align: center;
        font-size: 20px
    }
}

.sitepaging ul .prev a,
.sitepaging ul .next a {
    display: block
}

.sitepaging ul .prev a:hover,
.sitepaging ul .next a:hover,
.sitepaging ul .prev a:focus,
.sitepaging ul .next a:focus,
.sitepaging ul .prev a:active,
.sitepaging ul .next a:active {
    background-color: transparent;
    outline: none
}

.sitepaging ul .prev a:hover span:after,
.sitepaging ul .next a:hover span:after,
.sitepaging ul .prev a:focus span:after,
.sitepaging ul .next a:focus span:after,
.sitepaging ul .prev a:active span:after,
.sitepaging ul .next a:active span:after {
    width: 100%;
    right: auto;
    left: 0
}

.sitepaging ul .prev a span,
.sitepaging ul .next a span {
    font-size: clamp(16px, 2.4vw, 25px);
    display: inline-block;
    color: #182533;
    position: relative;
    line-height: 1.3;
    padding: 5px 0
}

.sitepaging ul .prev a span:after,
.sitepaging ul .next a span:after {
    content: "";
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    width: 0;
    height: 2px;
    background-color: #182533;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto
}

.sitepaging ul .next a span:before,
.sitepaging ul .prev a span:before {
    content: "";
    background: url(../images/arrow-2025.svg) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    filter: invert(1);
    opacity: 0.3
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .sitepaging ul .next a span:before,
    .sitepaging ul .prev a span:before {
        width: 16px;
        height: 12px
    }
}

.sitepaging ul .prev a span {
    padding-left: 40px
}

@media only screen and (max-width: 991.9px) {
    .sitepaging ul .prev a span {
        padding-left: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .sitepaging ul .prev a span {
        padding-left: 25px
    }
}

.sitepaging ul .prev a span:before {
    left: 0;
    right: auto;
    transform: translateY(-50%) rotate(180deg)
}

.sitepaging ul .next a span {
    padding-right: 40px
}

@media only screen and (max-width: 991.9px) {
    .sitepaging ul .next a span {
        padding-right: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .sitepaging ul .next a span {
        padding-right: 25px
    }
}

.sitepaging ul .top {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .sitepaging ul .top {
        padding: 15px 0;
        margin: 15px 0;
        width: 100%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        position: relative;
        left: inherit;
        top: inherit;
        transform: none;
        text-align: center
    }
}

.sitepaging ul .top a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    position: relative;
    justify-content: center;
    margin-left: 0
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .sitepaging ul .top a {
        flex-direction: row;
        font-size: 16px
    }
}

.sitepaging ul .top a:hover:before,
.sitepaging ul .top a:focus:before,
.sitepaging ul .top a:active:before {
    transform: rotate(-90deg)
}

.sitepaging ul .top a:hover span,
.sitepaging ul .top a:focus span,
.sitepaging ul .top a:active span {
    color: #1C1E20
}

.sitepaging ul .top a:before {
    content: "";
    background: url(../images/all-2025.svg) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    display: block;
    margin: 0 auto 10px auto;
    will-change: transform;
    transition: all 0.2s ease
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .sitepaging ul .top a:before {
        margin: 0 15px 0 0;
        width: 20px;
        height: 20px
    }
}

.sitepaging ul .top a span {
    color: rgba(28, 30, 32, 0.6);
    transition: all 0.2s ease
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .sitepaging ul .top a span {
        color: #1C1E20
    }
}

.sitepaging.sitenav-items-2 ul {
    align-items: center
}

.sitepaging.sitenav-items-2 ul .prev,
.sitepaging.sitenav-items-2 ul .next {
    width: 100%
}

.sitepaging.sitenav-items-2 ul .prev a,
.sitepaging.sitenav-items-2 ul .next a {
    padding: 90px 30px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {

    .sitepaging.sitenav-items-2 ul .prev a,
    .sitepaging.sitenav-items-2 ul .next a {
        padding: 60px 30px
    }
}

.sitepaging.sitenav-items-2 ul .prev a span,
.sitepaging.sitenav-items-2 ul .next a span {
    padding: 0
}

.sitepaging.sitenav-items-2 ul .prev a span:after,
.sitepaging.sitenav-items-2 ul .next a span:after {
    display: none
}

.sitepaging.sitenav-items-2 ul .top {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    text-align: center;
    margin: 30px 0 120px 0
}

@media only screen and (max-width: 991.9px) {
    .sitepaging.sitenav-items-2 ul .top {
        margin: 30px 0 80px 0
    }
}

.sitepaging.sitenav-items-2 ul .top a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.sitepaging.sitenav-items-2 ul .top a:hover span,
.sitepaging.sitenav-items-2 ul .top a:focus span,
.sitepaging.sitenav-items-2 ul .top a:active span {
    opacity: 1;
    left: 90px
}

.sitepaging.sitenav-items-2 ul .top a span {
    font-size: 14px;
    color: #000;
    text-transform: lowercase;
    font-family: 'Outfit', sans-serif;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    letter-spacing: 0.3px;
    transition: all 0.2s ease
}

.servicelist {
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 992px) {
    .servicelist {
        padding: 100px 0
    }
}

.servicelist-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
    z-index: 0
}

.servicelist-background:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 37, 51, 0.5)
}

@media only screen and (max-width: 991.9px) {
    .servicelist-background:before {
        background-color: rgba(24, 37, 51, 0.6)
    }
}

.servicelist-background .image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease;
    transition-duration: 0.5s
}

.servicelist-background .image-default {
    opacity: 1;
    background-image: url('../images/headers/image-default.jpg')
}

.servicelist-background .image-strategy {
    background-image: url('../images/headers/image-strategy.jpg')
}

.servicelist-background .image-marketing {
    background-image: url('../images/headers/image-marketing.jpg')
}

.servicelist-background .image-websites {
    background-image: url('../images/headers/image-websites.jpg')
}

.servicelist-background .image-applications {
    background-image: url('../images/headers/image-applications.jpg')
}

.servicelist-background .image-design {
    background-image: url('../images/headers/image-design.jpg')
}

.servicelist-item {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    position: relative;
    z-index: 0
}

.servicelist-item:hover:before,
.servicelist-item:focus:before,
.servicelist-item:active:before {
    height: 100%;
    bottom: 0;
    top: auto
}

.servicelist-item:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    background-color: #00ACDF;
    z-index: -1;
    transition: all 0.2s ease;
    left: 0;
    top: 0;
    bottom: auto
}

.servicelist-item:last-child {
    border-bottom: none
}

.servicelist-item h2 {
    margin: 0 0 15px 0;
    color: #fff
}

@media only screen and (min-width: 992px) {
    .servicelist-item h2 {
        font-size: 38px
    }
}

.servicelist-item h2 a {
    color: #fff;
    display: inline-flex;
    align-items: center
}

.servicelist-item h2 a:hover:after,
.servicelist-item h2 a:focus:after,
.servicelist-item h2 a:active:after {
    opacity: 1;
    margin-left: 25px
}

.servicelist-item h2 a:before {
    content: "";
    margin-right: 20px;
    filter: invert(1)
}

.servicelist-item h2 a:after {
    content: "";
    background: url(../images/angle-white.svg) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 18px;
    margin-left: 20px;
    opacity: 0.5;
    transition: all 0.2s ease
}

.servicelist-item:first-child h2 a:before {
    background: url(../images/icons/strategy.svg) no-repeat;
    width: 30px;
    height: 40px;
    background-size: 100%
}

.servicelist-item:nth-child(2) h2 a:before {
    background: url(../images/icons/design.svg) no-repeat;
    width: 25px;
    height: 40px;
    background-size: 100%
}

.servicelist-item:nth-child(3) h2 a:before {
    background: url(../images/icons/marketing.svg) no-repeat;
    width: 30px;
    height: 40px;
    background-size: 100%
}

.servicelist-item:nth-child(4) h2 a:before {
    background: url(../images/icons/applications.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%
}

.servicelist-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px),
only screen and (max-width: 991.9px) {
    .servicelist-item ul {
        flex-direction: column
    }
}

.servicelist-item ul li {
    margin-right: 15px
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px),
only screen and (max-width: 991.9px) {
    .servicelist-item ul li {
        margin-right: 0;
        margin-bottom: 6px
    }

    .servicelist-item ul li:last-child {
        margin-bottom: 0
    }
}

.servicelist-item ul li:last-child {
    margin-right: 0
}

.servicelist-item ul li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.servicelist-item ul li a:hover,
.servicelist-item ul li a:focus,
.servicelist-item ul li a:active {
    border-bottom: 1px solid #fff
}

.service-list p {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.7
}

@media only screen and (max-width: 991.9px) {
    .service-list p {
        font-size: 18px
    }
}

.service-list .service-item {
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width: 991.9px) {
    .service-list .service-item {
        margin-bottom: 80px;
        padding-bottom: 80px
    }
}

.service-list .service-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.service-list .service-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 991.9px) {
    .service-list .service-item ul {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 992px) {
    .service-list .service-item h2 {
        margin-bottom: 70px
    }
}

.service-list .service-item h2:before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    margin-right: 30px
}

.service-list .service-item:first-child h2:before {
    background: url(../images/icons/strategy.svg) no-repeat;
    width: 37px;
    height: 50px;
    background-size: 100%
}

.service-list .service-item:nth-child(2) h2:before {
    background: url(../images/icons/marketing.svg) no-repeat;
    width: 37px;
    height: 50px;
    background-size: 100%
}

.service-list .service-item:nth-child(3) h2:before {
    background: url(../images/icons/websites.svg) no-repeat;
    width: 34px;
    height: 50px;
    background-size: 100%
}

.service-list .service-item:nth-child(4) h2:before {
    background: url(../images/icons/applications.svg) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100%
}

.service-list .service-item:nth-child(5) h2:before {
    background: url(../images/icons/design.svg) no-repeat;
    width: 31px;
    height: 50px;
    background-size: 100%
}

.bubble {
    background-color: rgba(24, 37, 51, 0.9);
    max-width: 450px;
    padding: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transform: translateX(480px);
    transition: all 0.2s ease;
    font-size: 15px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .bubble {
        display: none
    }
}

.bubble.show {
    transform: translateX(0)
}

.bubble.hide {
    transform: translateX(480px)
}

.bubble .btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: all 0.2s ease
}

.bubble .btn-close:hover,
.bubble .btn-close:focus,
.bubble .btn-close:active {
    opacity: 0.5
}

.bubble .btn-close span {
    width: 15px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px
}

.bubble .btn-close span:first-child {
    transform: rotate(135deg)
}

.bubble .btn-close span:last-child {
    transform: rotate(-135deg)
}

.bubble .person {
    display: flex;
    align-items: center
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .bubble .person img {
        width: 60px;
        height: 60px
    }
}

.bubble .person .function {
    padding-left: 15px
}

.bubble .person .function span {
    display: block;
    color: rgba(255, 255, 255, 0.6)
}

.bubble .person .function span:first-child {
    color: #fff
}

.bubble .person .function span:last-child {
    font-size: 14px
}

.bubble a {
    display: inline-block;
    color: #fff;
    text-decoration: underline
}

.bubble p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 30px 0;
    font-size: 16px
}

.bubble p:before {
    content: "";
    background: url(../images/quote.svg) no-repeat;
    filter: brightness(0) invert(1);
    width: 15px;
    height: 10px;
    background-size: 100%;
    display: block;
    margin-bottom: 15px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .bubble p {
        font-size: 14px
    }
}

blockquote {
    padding-left: 40px;
    margin: 40px 0;
    color: rgba(28, 30, 32, 0.7);
    position: relative;
    font-family: 'Outfit', sans-serif
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    blockquote {
        font-size: 16px
    }
}

.category_5619 blockquote {
    margin: 0;
    font-size: clamp(18px, 2.3vw, 28px);
    padding-left: 0;
    padding-top: 40px;
    color: #1C1E20
}

.category_5619 blockquote strong {
    font-size: 18px;
    color: rgba(28, 30, 32, 0.6);
    margin-top: 20px;
    font-variation-settings: 'wght'500
}

.page_pro blockquote {
    padding: 40px;
    background-color: #F7F9FB
}

.page_pro blockquote:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .page_pro blockquote {
        padding: 30px
    }
}

.page_blo blockquote {
    margin: 40px 0;
    background: #F7F9FB;
    padding: 20px 30px
}

.page_blo blockquote p {
    margin: 0
}

blockquote strong {
    font-style: normal;
    color: #182533;
    display: block;
    margin-top: 5px
}

blockquote:before {
    content: "";
    background: url(../images/quote-2025.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 8px;
    width: 24px;
    height: 19px;
    background-size: 100%;
    filter: invert(1);
    opacity: 0.2
}

@media only screen and (max-width: 991.9px) {
    blockquote:before {
        top: 0;
        width: 25px;
        height: 20px
    }
}

.page_pro blockquote:before {
    left: 40px;
    top: -6px;
    width: 30px;
    height: 20px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .page_pro blockquote:before {
        left: 30px
    }
}

.page_blo blockquote:before {
    top: -3px;
    left: 30px
}

.lead {
    line-height: 1.9;
    font-size: 21px;
    color: #161617
}

@media only screen and (max-width: 991.9px) {
    .lead {
        font-size: 18px
    }
}

.entrylist {
    padding-bottom: 0;
    background-color: #fff
}

.entrylist .entryitem .badge-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .entrylist .entryitem .badge-flex {
        justify-content: center
    }
}

.entrylist .entryitem .badge-flex>img,
.entrylist .entryitem .badge-flex>a {
    margin-right: 25px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {

    .entrylist .entryitem .badge-flex>img,
    .entrylist .entryitem .badge-flex>a {
        margin-bottom: 30px;
        margin-right: 30px
    }
}

.entrylist .entryitem .badge-flex>img:last-child,
.entrylist .entryitem .badge-flex>a:last-child {
    margin-right: 0
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {

    .entrylist .entryitem .badge-flex>img:last-child,
    .entrylist .entryitem .badge-flex>a:last-child {
        margin-right: 30px
    }
}

.entrylist .entryitem .badge-flex>img {
    margin-bottom: 30px
}

.entrylist .entryitem .badge-flex>img:last-child {
    height: auto;
    width: 130px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .entrylist .entryitem .badge-flex>img:last-child {
        width: 150px
    }
}

.category_5294 .entrylist .entryitem .badge-flex>img:first-child,
.category_5294 .entrylist .entryitem .badge-flex>img:nth-child(2) {
    height: 50px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {

    .category_5294 .entrylist .entryitem .badge-flex>img:first-child,
    .category_5294 .entrylist .entryitem .badge-flex>img:nth-child(2) {
        height: 45px
    }
}

.category_5294 .entrylist .entryitem .badge-flex>img:last-child {
    width: auto;
    height: 110px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .category_5294 .entrylist .entryitem .badge-flex>img:last-child {
        height: 100px
    }
}

.entrylist .entryitem .badge-flex img {
    display: block;
    max-width: 100%;
    height: 140px;
    width: auto;
    object-fit: contain
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .entrylist .entryitem .badge-flex img {
        height: 120px
    }
}

.category_5294 .entrylist .entryitem .badge-flex img {
    height: 110px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .category_5294 .entrylist .entryitem .badge-flex img {
        height: 100px
    }
}

.category_4768 .entrylist .entryitem:last-child .usp,
.category_5619 .entrylist .entryitem:last-child .usp,
.category_5217 .entrylist .entryitem:last-child .usp,
.page_str .entrylist .entryitem:last-child .usp,
.category_4923 .entrylist .entryitem:last-child .usp,
.category_4769 .entrylist .entryitem:last-child .usp {
    padding: 0
}

.entrylist .entryitem .usp {
    background-color: #F7F9FB;
    position: relative
}

.category_4768 .entrylist .entryitem .usp,
.category_5619 .entrylist .entryitem .usp,
.category_5217 .entrylist .entryitem .usp,
.page_str .entrylist .entryitem .usp,
.category_4923 .entrylist .entryitem .usp,
.category_4769 .entrylist .entryitem .usp {
    padding: 120px 0
}

@media only screen and (max-width: 991.9px) {

    .category_4768 .entrylist .entryitem .usp,
    .category_5619 .entrylist .entryitem .usp,
    .category_5217 .entrylist .entryitem .usp,
    .page_str .entrylist .entryitem .usp,
    .category_4923 .entrylist .entryitem .usp,
    .category_4769 .entrylist .entryitem .usp {
        padding: 70px 0
    }
}

.entrylist .entryitem .usp.\33 0216,
.entrylist .entryitem .usp.\33 0265 {
    margin-bottom: 120px
}

@media only screen and (max-width: 991.9px) {

    .entrylist .entryitem .usp.\33 0216,
    .entrylist .entryitem .usp.\33 0265 {
        margin-bottom: 80px
    }
}

.entrylist .entryitem .usp:empty {
    display: none
}

.entrylist .entryitem .usp .service-onlinewerbung h3 {
    margin-bottom: 30px
}

.entrylist .entryitem .usp .lead {
    color: #182533;
    font-size: clamp(18px, 2.3vw, 28px);
    line-height: 1.5
}

.entrylist .entryitem .usp .lead:empty {
    display: none
}

.entrylist .entryitem .usp .lead:last-child {
    margin: 0
}

.entrylist .entryitem .usp .usplist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -25px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .entrylist .entryitem .usp .usplist {
        flex-direction: column;
        margin: 0
    }
}

.entrylist .entryitem .usp .usplist.pdtop {
    padding-top: 120px;
    padding-bottom: 120px
}

@media only screen and (max-width: 991.9px) {
    .entrylist .entryitem .usp .usplist.pdtop {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.entrylist .entryitem .usp .usplist-item {
    width: 33.333%;
    padding: 0 25px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .entrylist .entryitem .usp .usplist-item {
        padding: 0
    }
}

.entrylist .entryitem .usp .usplist-item h3 {
    font-size: 28px;
    margin-bottom: 30px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .entrylist .entryitem .usp .usplist-item h3 {
        font-size: 21px
    }
}

.entrylist .entryitem .usp .usplist-item p {
    margin: 0;
    font-size: 18px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .entrylist .entryitem .usp .usplist-item {
        width: 100%;
        margin-bottom: 30px
    }

    .entrylist .entryitem .usp .usplist-item:last-child {
        margin-bottom: 0
    }
}

.entrylist .entryitem .usp .usplist ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.entrylist .entryitem .usp .usplist ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 18px
}

.entrylist .entryitem .usp .usplist ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #00ACDF;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0
}

.entrylist .entryitem .usp .usp-content {
    counter-reset: concounter;
    padding-top: 30px
}

.entrylist .entryitem .usp .usp-content .usplist-item {
    counter-increment: concounter
}

.entrylist .entryitem .usp .usp-content h3 {
    display: flex;
    align-items: center
}

.entrylist .entryitem .usp .usp-content h3:before {
    content: "("counter(concounter, decimal-leading-zero) ") ";
    color: #00ACDF;
    font-size: 18px;
    margin-right: 10px;
    font-variation-settings: "wght"500
}

@media only screen and (max-width: 991.9px) {
    .entrylist .entryitem .usp .usp-content h3:before {
        font-size: 16px
    }
}

.entrylist .entryitem .usp .usp-cms .usplist {
    padding-bottom: 0
}

.entrylist .entryitem .usp .usp-cms .usplist-item {
    margin-bottom: 50px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .entrylist .entryitem .usp .usp-cms .usplist-item {
        margin-bottom: 30px
    }
}

.entrylist .entryitem .usp .usp-cms .usplist-item:before {
    content: "";
    display: block;
    opacity: 0.4;
    filter: invert(1);
    margin-bottom: 15px
}

.entrylist .entryitem .usp .usp-cms .usplist-item:first-child:before {
    background: url(../images/icons/cms-garantie.svg) no-repeat;
    width: 23px;
    height: 30px;
    background-size: 100%
}

.entrylist .entryitem .usp .usp-cms .usplist-item:nth-child(2):before {
    background: url(../images/icons/cms-kosteneffizient.svg) no-repeat;
    width: 29px;
    height: 30px;
    background-size: 100%
}

.entrylist .entryitem .usp .usp-cms .usplist-item:nth-child(3):before {
    background: url(../images/icons/cms-individualisierbar.svg) no-repeat;
    width: 25px;
    height: 30px;
    background-size: 100%
}

.entrylist .entryitem .usp .usp-cms .usplist-item:nth-child(4):before {
    background: url(../images/icons/cms-leistungsorientiert.svg) no-repeat;
    width: 27px;
    height: 30px;
    background-size: 100%
}

.entrylist .entryitem .usp .usp-cms .usplist-item:nth-child(5):before {
    background: url(../images/icons/cms-saas-software.svg) no-repeat;
    width: 25px;
    height: 30px;
    background-size: 100%
}

.entrylist .entryitem .usp .usp-cms .usplist-item:last-child:before {
    background: url(../images/icons/cms-cloud-hosting.svg) no-repeat;
    width: 45px;
    height: 30px;
    background-size: 100%
}

.entrylist .entryitem .usp .usp-design .usplist {
    padding-bottom: 0
}

.entrylist .entryitem .usp .usp-design .usplist-item {
    margin-bottom: 50px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .entrylist .entryitem .usp .usp-design .usplist-item {
        margin-bottom: 30px
    }
}

.entrylist .entryitem .usp .usp-design .usplist-item:before {
    content: "";
    display: block;
    opacity: 0.4;
    filter: invert(1);
    margin-bottom: 15px
}

.entrylist .entryitem .usp .usp-design .usplist-item:first-child:before {
    background: url(../images/icons/1-digitale-formate.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%
}

.entrylist .entryitem .usp .usp-design .usplist-item:nth-child(2):before {
    background: url(../images/icons/2-geschaeftsdrucksachen.svg) no-repeat;
    width: 26px;
    height: 30px;
    background-size: 100%
}

.entrylist .entryitem .usp .usp-design .usplist-item:nth-child(3):before {
    background: url(../images/icons/3-dokumente.svg) no-repeat;
    width: 21px;
    height: 30px;
    background-size: 100%
}

.entrylist .entryitem .usp .usp-design .usplist-item:nth-child(4):before {
    background: url(../images/icons/4-werbedrucksachen.svg) no-repeat;
    width: 24px;
    height: 30px;
    background-size: 100%
}

.entrylist .entryitem .usp .usp-design .usplist-item:nth-child(5):before {
    background: url(../images/icons/5-displaywerbung.svg) no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%
}

.entrylist .entryitem .usp .usp-design .usplist-item:nth-child(6):before {
    background: url(../images/icons/6-sonderformate.svg) no-repeat;
    width: 31px;
    height: 30px;
    background-size: 100%
}

@media only screen and (min-width: 992px),
only screen and (min-width: 768px) and (max-width: 991.9px) {

    .page_str.category_5538 .entrylist .entryitem .usp .usplist-item:nth-child(1),
    .page_str.category_5538 .entrylist .entryitem .usp .usplist-item:nth-child(2),
    .page_str.category_5538 .entrylist .entryitem .usp .usplist-item:nth-child(3) {
        margin-bottom: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .entrylist .entryitem .usp .usplist-item {
        margin-bottom: 30px
    }

    .entrylist .entryitem .usp .usplist-item:last-child {
        margin-bottom: 0
    }
}

.entrylist .entryitem .flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 120px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .entrylist .entryitem .flex-container {
        flex-direction: column-reverse;
        padding: 0;
        margin-bottom: 80px
    }
}

.entrylist .entryitem .flex-container .flex-text,
.entrylist .entryitem .flex-container .flex-image {
    flex: 1 1 0%
}

.entrylist .entryitem .flex-container .flex-image {
    padding-right: 40px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .entrylist .entryitem .flex-container .flex-image {
        padding: 0;
        margin-top: 30px
    }
}

.entrylist .entryitem .flex-container .flex-image:empty {
    display: none
}

.entrylist .entryitem .flex-container .flex-image img {
    border-radius: 20px
}

.entrylist .entryitem .flex-container .flex-text {
    padding-left: 40px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .entrylist .entryitem .flex-container .flex-text {
        padding: 0
    }
}

.entrylist .entryitem .flex-container .flex-text .btn-outline:after {
    filter: invert(1)
}

.entrylist .entryitem .flex-container .flex-text .toptitle {
    margin-bottom: 30px;
    color: rgba(28, 30, 32, 0.6)
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .entrylist .entryitem .flex-container .flex-text .toptitle {
        margin-bottom: 15px
    }
}

.entrylist .entryitem .flex-container .flex-text .h3 {
    display: block;
    margin-top: 0
}

.entrylist .entryitem .flex-container .flex-text p:last-child {
    margin-bottom: 0
}

.entrylist .entryitem .flex-container .flex-text ul,
.entrylist .entryitem .flex-container .flex-text ol {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .entrylist .entryitem .flex-container .flex-text ul,
    .entrylist .entryitem .flex-container .flex-text ol {
        padding-left: 0
    }
}

.entrylist .entryitem .flex-container .flex-text ul li,
.entrylist .entryitem .flex-container .flex-text ol li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #000;
    font-size: 18px
}

.entrylist .entryitem .flex-container .flex-text ul li:before,
.entrylist .entryitem .flex-container .flex-text ol li:before {
    display: block;
    position: absolute;
    left: 0;
    content: ""
}

.entrylist .entryitem .flex-container .flex-text ul li:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00ACDF;
    top: 8px
}

.entrylist .entryitem .flex-container .flex-text ol {
    counter-reset: listcounter
}

.entrylist .entryitem .flex-container .flex-text ol li {
    counter-increment: listcounter
}

.entrylist .entryitem .flex-container .flex-text ol li:before {
    content: counter(listcounter);
    font-size: 14px;
    color: #00ACDF;
    top: -3px
}

.entrylist .entryitem:not(:first-child) .flex-container {
    margin-top: 120px
}

@media only screen and (max-width: 991.9px) {
    .entrylist .entryitem:not(:first-child) .flex-container {
        margin-top: 80px
    }
}

.entrylist .entryitem.noimage {
    margin-bottom: 0;
    background-color: #F7F9FB
}

@media only screen and (max-width: 991.9px) {
    .entrylist .entryitem.noimage {
        margin-bottom: 0
    }
}

.entrylist .entryitem.noimage:last-of-type {
    margin-bottom: 0
}

.entrylist .entryitem.noimage .flex-container {
    margin: 0
}

.entrylist .entryitem.noimage .flex-container .flex-text {
    max-width: 960px;
    padding: 120px 30px;
    margin: 0 auto
}

@media only screen and (max-width: 991.9px) {
    .entrylist .entryitem.noimage .flex-container .flex-text {
        padding: 80px 0
    }
}

.entrylist .entryitem.noimage .flex-container .flex-text video {
    margin-top: 30px
}

.entrylist .entryitem:nth-child(even) .flex-container {
    flex-direction: row-reverse
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .entrylist .entryitem:nth-child(even) .flex-container {
        flex-direction: column-reverse
    }
}

.entrylist .entryitem:nth-child(even) .flex-image {
    padding-right: 0;
    padding-left: 40px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .entrylist .entryitem:nth-child(even) .flex-image {
        padding: 0
    }
}

.entrylist .entryitem:nth-child(even) .flex-text {
    padding-left: 0;
    padding-right: 40px
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .entrylist .entryitem:nth-child(even) .flex-text {
        padding: 0
    }
}

.entrylist .entryitem:last-child {
    background-color: #F7F9FB;
    padding: 120px 0
}

@media only screen and (max-width: 991.9px) {
    .entrylist .entryitem:last-child {
        padding: 70px 0
    }
}

.entrylist .entryitem:last-child .flex-container {
    margin: 0 0 70px 0
}

.entrylist .entryitem:last-child .flex-text {
    padding-left: 0
}

.tweets {
    background-color: #F7F9FB
}

.tweets h2 {
    margin-bottom: 0;
    width: 25%;
    position: sticky;
    left: 0;
    top: 130px;
    font-size: clamp(32px, 4.2vw, 68px)
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .tweets h2 {
        margin-bottom: 50px;
        width: 100%;
        position: static;
        top: inherit
    }
}

.tweets .flex-ctr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .tweets .flex-ctr {
        display: block
    }
}

.tweets .tweetslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 68%
}

@media only screen and (max-width: 991.9px) {
    .tweets .tweetslist {
        align-items: stretch
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .tweets .tweetslist {
        width: 100%
    }
}

@media only screen and (max-width: 575.9px) {
    .tweets .tweetslist {
        flex-direction: column
    }
}

.tweets .tweetslist-item {
    width: 46%;
    margin-bottom: 80px;
    padding: 35px;
    position: relative;
    border: 1px solid #182533;
    border-radius: 10px;
    display: inline-block;
    color: rgba(28, 30, 32, 0.7)
}

@media only screen and (min-width: 768px) and (max-width: 991.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .tweets .tweetslist-item {
        width: 48%
    }
}

@media only screen and (max-width: 991.9px) {
    .tweets .tweetslist-item {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 575.9px) {
    .tweets .tweetslist-item {
        width: 100%;
        padding: 25px
    }
}

.tweets .tweetslist-item:nth-child(even) {
    transform: translateY(100px)
}

@media only screen and (max-width: 991.9px) {
    .tweets .tweetslist-item:nth-child(even) {
        transform: translateY(40px)
    }
}

.tweets .tweetslist-item:nth-child(even).visible {
    transform: translateY(60px)
}

@media only screen and (max-width: 991.9px) {
    .tweets .tweetslist-item:nth-child(even).visible {
        transform: translateY(0)
    }
}

.tweets .tweetslist-item:after,
.tweets .tweetslist-item:before {
    content: "";
    position: absolute
}

.tweets .tweetslist-item:after {
    border: 10px solid transparent;
    border-bottom-color: #182533;
    top: -20px;
    right: 20px
}

.tweets .tweetslist-item:before {
    border: 11px solid transparent;
    border-bottom-color: #182533;
    top: -22px;
    right: 19px
}

.tweets .tweetslist-item p {
    margin: 0
}

.tweets .tweetslist-item span {
    display: flex;
    align-items: center;
    font-size: 22px;
    text-transform: lowercase;
    margin-bottom: 25px;
    font-family: 'Outfit', sans-serif;
    color: #1C1E20
}

@media only screen and (max-width: 991.9px) {
    .tweets .tweetslist-item span {
        font-size: 18px;
        margin-bottom: 15px
    }
}

.tweets .tweetslist-item span:before {
    content: "#";
    display: block;
    margin-right: 10px;
    font-size: 28px;
    color: #00ACDF;
    line-height: 1.2
}

@media only screen and (max-width: 991.9px) {
    .tweets .tweetslist-item span:before {
        font-size: 24px
    }
}

.cta-beihilfen {
    text-align: center;
    background-color: #e6ecf2;
    position: relative;
    z-index: 0
}

.cta-beihilfen .cta-inner {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.cta-beihilfen .cta-inner:before {
    content: "";
    background-image: url(../images/icons/megaphone.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
    background-color: #00ACDF;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    min-width: 62px;
    margin-right: 20px
}

.cta-beihilfen p {
    margin: 0;
    text-align: left
}

.contact .flex-container {
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-item {
    padding: 50px;
    width: 49%;
    text-align: center;
    border-radius: 20px;
    border: 1px solid rgba(28, 30, 32, 0.2)
}

.contact-item:nth-child(1),
.contact-item:nth-child(2) {
    margin-bottom: 2%
}

@media only screen and (max-width: 991.9px) {

    .contact-item:nth-child(1),
    .contact-item:nth-child(2) {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 991.9px) {
    .contact-item {
        width: 100%;
        padding: 30px;
        margin-bottom: 30px
    }

    .contact-item:last-child {
        margin-bottom: 0
    }
}

.contact-item h2 {
    font-size: 28px;
    margin-bottom: 30px
}

@media only screen and (max-width: 991.9px) {
    .contact-item h2 {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.contact-item .buttons {
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact-item .buttons a {
    margin-bottom: 30px
}

.contact-item .buttons a:last-child {
    margin-bottom: 0
}

.contact-item .buttons .btn-outline:after {
    filter: invert(1)
}

.contact-item .buttons .links {
    display: flex
}

@media only screen and (max-width: 575.9px) {
    .contact-item .buttons .links {
        flex-direction: column;
        align-items: center
    }
}

.contact-item .buttons .links a {
    margin-bottom: 0;
    font-size: 16px
}

.contact-item .buttons .links a:first-child {
    margin-right: 25px
}

@media only screen and (max-width: 575.9px) {
    .contact-item .buttons .links a:first-child {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.contact-item .buttons .phonelink,
.contact-item .buttons .emaillink {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #182533;
    display: inline-flex;
    align-items: center;
    padding-bottom: 3px
}

.contact-item .buttons .phonelink:hover,
.contact-item .buttons .emaillink:hover,
.contact-item .buttons .phonelink:focus,
.contact-item .buttons .emaillink:focus,
.contact-item .buttons .phonelink:active,
.contact-item .buttons .emaillink:active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8)
}

.contact-item .buttons .phonelink:before,
.contact-item .buttons .emaillink:before {
    content: "";
    margin-right: 8px
}

.contact-item .buttons .phonelink:before {
    background: url(../images/icons/phone.svg) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px
}

.contact-item .buttons .emaillink:before {
    background: url(../images/icons/email.svg) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px
}

.contact-project {
    background-color: #fff
}

.contact-project .flex-container .col-left {
    width: 50%;
    padding-right: 40px
}

.contact-project .flex-container .col-left figure {
    margin: 0
}

@media only screen and (max-width: 991.9px) {
    .contact-project .flex-container .col-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px
    }
}

.contact-project .flex-container .col-right {
    width: 50%;
    padding-left: 40px
}

@media only screen and (max-width: 991.9px) {
    .contact-project .flex-container .col-right {
        width: 100%;
        padding-left: 0
    }
}

.contact-project .flex-container .col-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

@media only screen and (max-width: 575.9px) {
    .contact-project .flex-container .col-right ul {
        display: block
    }
}

.contact-project .flex-container .col-right ul li:first-child {
    margin-right: 20px
}

@media only screen and (max-width: 575.9px) {
    .contact-project .flex-container .col-right ul li:first-child {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.contact-project .flex-container .col-right ul li a {
    color: #111;
    border-bottom: 1px solid #00ACDF;
    font-size: 16px;
    font-family: 'Outfit', sans-serif
}

.contact-project .flex-container .col-right ul li a:hover,
.contact-project .flex-container .col-right ul li a:focus,
.contact-project .flex-container .col-right ul li a:active {
    color: #00ACDF
}

.job-cta {
    padding: 90px 0
}

@media only screen and (max-width: 991.9px) {
    .job-cta {
        padding: 70px 0
    }
}

.job-cta .flex-container {
    align-items: center
}

.job-cta .flex-container h2,
.job-cta .flex-container p {
    margin: 0
}

.job-cta .flex-container p {
    width: 65%
}

@media only screen and (max-width: 991.9px) {
    .job-cta .flex-container p {
        width: 100%
    }
}

.job-cta .flex-container h2 {
    width: 35%
}

@media only screen and (max-width: 991.9px) {
    .job-cta .flex-container h2 {
        margin-bottom: 30px;
        width: 100%
    }
}

.section-contact {
    padding-top: 0;
    background-color: #fff
}

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

.section-contact ul:first-of-type {
    margin-bottom: 30px
}

.section-contact ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    color: #000
}

@media only screen and (max-width: 991.9px) {
    .section-contact ul li {
        display: block;
        margin-right: 0
    }
}

.section-contact ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    top: 13px;
    left: 0
}

.section-contact ul li a {
    font-size: 16px
}

.section-contact ul li a:hover,
.section-contact ul li a:focus,
.section-contact ul li a:active {
    color: #182533
}

.section-steps {
    background-color: #fff
}

.contact-infos {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 1.7
}

.contact-infos li a {
    margin-bottom: 6px
}

@media only screen and (max-width: 991.9px) {
    .contact-infos li:first-child {
        margin-top: 30px
    }
}

@media only screen and (max-width: 991.9px) {
    .contact-infos .btn-grey {
        margin-top: 30px
    }
}

.contact-infos .btn-grey:before {
    content: "";
    background: url(../images/icons/design_white.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 12px;
    height: 20px;
    background-size: 100%
}

.map-container {
    width: 100%;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

.map-container #map {
    height: 45vh !important
}

@media only screen and (max-width: 991.9px) {
    .map-container #map {
        height: 400px !important
    }
}

@media only screen and (max-width: 575.9px) {
    .map-container #map {
        height: 340px !important
    }
}

.map-container .routelink {
    display: inline-block;
    line-height: 1.2;
    font-variation-settings: "wght"500;
    padding: 16px 25px;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
    color: #1c1e20;
    text-align: left;
    transition: all 0.2s ease;
    background-color: #1C1E20;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px
}

@media only screen and (max-width: 991.9px) {
    .map-container .routelink {
        font-size: 16px
    }
}

.buttonpanel {
    text-align: right
}

.buttonpanel .btn {
    border: none
}

.buttonpanel .btn:hover,
.buttonpanel .btn:focus,
.buttonpanel .btn:active {
    background-color: #182533
}

.projectform,
.emailsubscriptionform,
.auditform,
.callmebackform,
.offerform {
    opacity: 1;
    transition: all 0.2s ease;
    transition-delay: 0.2s;
    background-color: #fff
}

.projectform.is-loading,
.emailsubscriptionform.is-loading,
.auditform.is-loading,
.callmebackform.is-loading,
.offerform.is-loading {
    opacity: 0
}

.projectform .form-intro,
.emailsubscriptionform .form-intro,
.auditform .form-intro,
.callmebackform .form-intro,
.offerform .form-intro {
    margin-bottom: 60px;
    font-size: 24px
}

@media only screen and (max-width: 991.9px) {

    .projectform .form-intro,
    .emailsubscriptionform .form-intro,
    .auditform .form-intro,
    .callmebackform .form-intro,
    .offerform .form-intro {
        font-size: 20px
    }
}

.projectform .resultpanel,
.emailsubscriptionform .resultpanel,
.auditform .resultpanel,
.callmebackform .resultpanel,
.offerform .resultpanel {
    text-align: center
}

.projectform .resultpanel .btn,
.emailsubscriptionform .resultpanel .btn,
.auditform .resultpanel .btn,
.callmebackform .resultpanel .btn,
.offerform .resultpanel .btn {
    margin-top: 20px
}

.projectform .resultpanel .btn-secondary,
.emailsubscriptionform .resultpanel .btn-secondary,
.auditform .resultpanel .btn-secondary,
.callmebackform .resultpanel .btn-secondary,
.offerform .resultpanel .btn-secondary {
    background-color: #fff;
    color: #111;
    border: 2px solid rgba(0, 0, 0, 0.16)
}

.projectform .resultpanel .btn-secondary:hover,
.emailsubscriptionform .resultpanel .btn-secondary:hover,
.auditform .resultpanel .btn-secondary:hover,
.callmebackform .resultpanel .btn-secondary:hover,
.offerform .resultpanel .btn-secondary:hover,
.projectform .resultpanel .btn-secondary:focus,
.emailsubscriptionform .resultpanel .btn-secondary:focus,
.auditform .resultpanel .btn-secondary:focus,
.callmebackform .resultpanel .btn-secondary:focus,
.offerform .resultpanel .btn-secondary:focus,
.projectform .resultpanel .btn-secondary:active,
.emailsubscriptionform .resultpanel .btn-secondary:active,
.auditform .resultpanel .btn-secondary:active,
.callmebackform .resultpanel .btn-secondary:active,
.offerform .resultpanel .btn-secondary:active {
    border: 2px solid rgba(0, 0, 0, 0.24)
}

.projectform .form-group:not(.widnewsletter),
.emailsubscriptionform .form-group:not(.widnewsletter),
.auditform .form-group:not(.widnewsletter),
.callmebackform .form-group:not(.widnewsletter),
.offerform .form-group:not(.widnewsletter) {
    position: relative
}

.projectform .form-group:not(.widnewsletter) .validator,
.emailsubscriptionform .form-group:not(.widnewsletter) .validator,
.auditform .form-group:not(.widnewsletter) .validator,
.callmebackform .form-group:not(.widnewsletter) .validator,
.offerform .form-group:not(.widnewsletter) .validator {
    font-size: 16px;
    color: #f41a1a
}

.projectform .form-group:not(.widnewsletter) textarea.form-control,
.emailsubscriptionform .form-group:not(.widnewsletter) textarea.form-control,
.auditform .form-group:not(.widnewsletter) textarea.form-control,
.callmebackform .form-group:not(.widnewsletter) textarea.form-control,
.offerform .form-group:not(.widnewsletter) textarea.form-control {
    padding: 15px 0
}

.projectform .form-group:not(.widnewsletter) .form-control,
.emailsubscriptionform .form-group:not(.widnewsletter) .form-control,
.auditform .form-group:not(.widnewsletter) .form-control,
.callmebackform .form-group:not(.widnewsletter) .form-control,
.offerform .form-group:not(.widnewsletter) .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 40px;
    padding: 5px 0;
    color: #000;
    position: static;
    font-size: 18px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {

    .projectform .form-group:not(.widnewsletter) .form-control,
    .emailsubscriptionform .form-group:not(.widnewsletter) .form-control,
    .auditform .form-group:not(.widnewsletter) .form-control,
    .callmebackform .form-group:not(.widnewsletter) .form-control,
    .offerform .form-group:not(.widnewsletter) .form-control {
        font-size: 16px
    }
}

.projectform .form-group:not(.widnewsletter) .form-control:focus,
.emailsubscriptionform .form-group:not(.widnewsletter) .form-control:focus,
.auditform .form-group:not(.widnewsletter) .form-control:focus,
.callmebackform .form-group:not(.widnewsletter) .form-control:focus,
.offerform .form-group:not(.widnewsletter) .form-control:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    box-shadow: none
}

.projectform .form-group:not(.widnewsletter) .form-control:focus+label,
.emailsubscriptionform .form-group:not(.widnewsletter) .form-control:focus+label,
.auditform .form-group:not(.widnewsletter) .form-control:focus+label,
.callmebackform .form-group:not(.widnewsletter) .form-control:focus+label,
.offerform .form-group:not(.widnewsletter) .form-control:focus+label {
    top: -18px;
    font-size: 14px
}

.projectform .form-group:not(.widnewsletter) textarea.form-control,
.emailsubscriptionform .form-group:not(.widnewsletter) textarea.form-control,
.auditform .form-group:not(.widnewsletter) textarea.form-control,
.callmebackform .form-group:not(.widnewsletter) textarea.form-control,
.offerform .form-group:not(.widnewsletter) textarea.form-control {
    height: auto
}

.projectform .form-group:not(.widnewsletter).required .form-control,
.emailsubscriptionform .form-group:not(.widnewsletter).required .form-control,
.auditform .form-group:not(.widnewsletter).required .form-control,
.callmebackform .form-group:not(.widnewsletter).required .form-control,
.offerform .form-group:not(.widnewsletter).required .form-control {
    border-bottom: 1px solid #000000
}

.projectform .form-group:not(.widnewsletter).required label,
.emailsubscriptionform .form-group:not(.widnewsletter).required label,
.auditform .form-group:not(.widnewsletter).required label,
.callmebackform .form-group:not(.widnewsletter).required label,
.offerform .form-group:not(.widnewsletter).required label {
    color: #000
}

.section-newsletter {
    background-color: #fff;
    padding-top: 0
}

.emailsubscriptionform {
    padding: 120px 30px
}

@media only screen and (max-width: 991.9px) {
    .emailsubscriptionform {
        padding: 80px 0
    }
}

.emailsubscriptionform .consent .form-check-input {
    margin-top: 9px
}

.emailsubscriptionform .consent label {
    font-size: 16px
}

.emailsubscriptionform .form-group {
    margin-bottom: 30px;
    line-height: 1.5
}

.emailsubscriptionform .form-group .form-check-input {
    margin-top: 8px
}

.emailsubscriptionform .form-group label {
    font-size: 14px
}

.emailsubscriptionform .button {
    text-align: right;
    margin-top: 20px
}

.emailsubscriptionform .button .btn {
    border: none
}

.emailsubscriptionform .button .btn:hover,
.emailsubscriptionform .button .btn:focus,
.emailsubscriptionform .button .btn:active {
    background-color: #182533
}

.audit .audit-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

@media only screen and (max-width: 991.9px) {
    .audit .audit-buttons {
        flex-direction: column
    }

    .audit .audit-buttons a {
        margin-bottom: 20px
    }
}

.projectform,
.auditform,
.callmebackform,
.offerform {
    padding-top: 120px;
    padding-bottom: 120px
}

@media only screen and (max-width: 991.9px) {

    .projectform,
    .auditform,
    .callmebackform,
    .offerform {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.projectform input:not(.btn, .form-check-input),
.auditform input:not(.btn, .form-check-input),
.callmebackform input:not(.btn, .form-check-input),
.offerform input:not(.btn, .form-check-input),
.projectform textarea,
.auditform textarea,
.callmebackform textarea,
.offerform textarea {
    width: 100%
}

.projectform .alert-success,
.auditform .alert-success,
.callmebackform .alert-success,
.offerform .alert-success {
    background-color: rgba(0, 172, 223, 0.06);
    border: 1px solid rgba(0, 172, 223, 0.3);
    color: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 5px
}

.projectform .alert-success hr,
.auditform .alert-success hr,
.callmebackform .alert-success hr,
.offerform .alert-success hr {
    display: none
}

.projectform .alert-success h3,
.auditform .alert-success h3,
.callmebackform .alert-success h3,
.offerform .alert-success h3 {
    margin: 30px 0
}

.projectform .alert-success ul,
.auditform .alert-success ul,
.callmebackform .alert-success ul,
.offerform .alert-success ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.projectform .alert-success ul li,
.auditform .alert-success ul li,
.callmebackform .alert-success ul li,
.offerform .alert-success ul li {
    position: relative;
    margin-bottom: 5px;
    color: #000;
    display: inline-block;
    margin-right: 30px
}

@media only screen and (max-width: 991.9px) {

    .projectform .alert-success ul li,
    .auditform .alert-success ul li,
    .callmebackform .alert-success ul li,
    .offerform .alert-success ul li {
        display: block;
        margin-right: 0
    }
}

.projectform .alert-success ul li a,
.auditform .alert-success ul li a,
.callmebackform .alert-success ul li a,
.offerform .alert-success ul li a {
    font-size: 16px;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.16)
}

.projectform .alert-success ul li a:hover,
.auditform .alert-success ul li a:hover,
.callmebackform .alert-success ul li a:hover,
.offerform .alert-success ul li a:hover,
.projectform .alert-success ul li a:focus,
.auditform .alert-success ul li a:focus,
.callmebackform .alert-success ul li a:focus,
.offerform .alert-success ul li a:focus,
.projectform .alert-success ul li a:active,
.auditform .alert-success ul li a:active,
.callmebackform .alert-success ul li a:active,
.offerform .alert-success ul li a:active {
    color: rgba(0, 0, 0, 0.6)
}

.projectform legend,
.auditform legend,
.callmebackform legend,
.offerform legend {
    font-size: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    transition: all 0.2s ease
}

.projectform fieldset,
.auditform fieldset,
.callmebackform fieldset,
.offerform fieldset {
    margin: 0;
    padding: 0
}

.projectform .options,
.auditform .options,
.callmebackform .options,
.offerform .options {
    margin-bottom: 50px;
    background-color: #F7F9FB;
    padding: 80px 30px 30px 30px;
    border-radius: 20px
}

@media only screen and (max-width: 991.9px) {

    .projectform .options .form-check,
    .auditform .options .form-check,
    .callmebackform .options .form-check,
    .offerform .options .form-check {
        margin-bottom: 4px
    }
}

.projectform .options .form-check-label,
.auditform .options .form-check-label,
.callmebackform .options .form-check-label,
.offerform .options .form-check-label {
    font-size: 15px;
    color: #182533
}

.projectform .options .form-check-input,
.auditform .options .form-check-input,
.callmebackform .options .form-check-input,
.offerform .options .form-check-input {
    margin-top: 9px
}

@media only screen and (max-width: 991.9px) {

    .projectform .options .form-check-input,
    .auditform .options .form-check-input,
    .callmebackform .options .form-check-input,
    .offerform .options .form-check-input {
        margin-top: 8px
    }
}

.projectform .buttonpanel,
.auditform .buttonpanel,
.callmebackform .buttonpanel,
.offerform .buttonpanel {
    margin-top: 40px;
    text-align: right
}

@media only screen and (max-width: 991.9px) {

    .projectform .buttonpanel,
    .auditform .buttonpanel,
    .callmebackform .buttonpanel,
    .offerform .buttonpanel {
        margin-top: 30px
    }
}

.projectform .form-group:not(.widnewsletter, .options),
.auditform .form-group:not(.widnewsletter, .options),
.callmebackform .form-group:not(.widnewsletter, .options),
.offerform .form-group:not(.widnewsletter, .options) {
    margin-bottom: 50px
}

.projectform .form-group:not(.widnewsletter, .options) .form-control,
.auditform .form-group:not(.widnewsletter, .options) .form-control,
.callmebackform .form-group:not(.widnewsletter, .options) .form-control,
.offerform .form-group:not(.widnewsletter, .options) .form-control {
    outline: none
}

.projectform .form-group:not(.widnewsletter, .options) .form-control.invalid,
.auditform .form-group:not(.widnewsletter, .options) .form-control.invalid,
.callmebackform .form-group:not(.widnewsletter, .options) .form-control.invalid,
.offerform .form-group:not(.widnewsletter, .options) .form-control.invalid {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid red
}

.projectform .form-group:not(.widnewsletter, .options).has-val .form-control+label,
.auditform .form-group:not(.widnewsletter, .options).has-val .form-control+label,
.callmebackform .form-group:not(.widnewsletter, .options).has-val .form-control+label,
.offerform .form-group:not(.widnewsletter, .options).has-val .form-control+label {
    top: -18px;
    font-size: 15px
}

.projectform .form-group:not(.widnewsletter, .options) label,
.auditform .form-group:not(.widnewsletter, .options) label,
.callmebackform .form-group:not(.widnewsletter, .options) label,
.offerform .form-group:not(.widnewsletter, .options) label {
    font-size: 15px;
    position: absolute;
    top: -8px;
    left: 0;
    transition: all 0.2s ease;
    margin: 0
}

.projectform .contactfields,
.auditform .contactfields,
.callmebackform .contactfields,
.offerform .contactfields,
.projectform .addressfields,
.auditform .addressfields,
.callmebackform .addressfields,
.offerform .addressfields {
    font-size: 0
}

.projectform .zipcode,
.auditform .zipcode,
.callmebackform .zipcode,
.offerform .zipcode,
.projectform .city,
.auditform .city,
.callmebackform .city,
.offerform .city {
    display: inline-block;
    vertical-align: middle
}

.projectform .zipcode,
.auditform .zipcode,
.callmebackform .zipcode,
.offerform .zipcode {
    width: 30%;
    padding-right: 20px
}

.projectform .city,
.auditform .city,
.callmebackform .city,
.offerform .city {
    width: 70%
}

.projectform .privacy,
.auditform .privacy,
.callmebackform .privacy,
.offerform .privacy {
    margin-bottom: 40px;
    position: relative;
    padding: 30px;
    background-color: #F7F9FB;
    font-size: 14px;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    color: #182533;
    border-radius: 5px
}

.projectform .privacy a,
.auditform .privacy a,
.callmebackform .privacy a,
.offerform .privacy a {
    color: #00ACDF
}

.projectform .privacy a:hover,
.auditform .privacy a:hover,
.callmebackform .privacy a:hover,
.offerform .privacy a:hover,
.projectform .privacy a:focus,
.auditform .privacy a:focus,
.callmebackform .privacy a:focus,
.offerform .privacy a:focus,
.projectform .privacy a:active,
.auditform .privacy a:active,
.callmebackform .privacy a:active,
.offerform .privacy a:active {
    color: #000
}

.offerform .multistep-small {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.5);
    width: 100%
}

.offerform .multistep-small p {
    color: rgba(28, 30, 32, 0.6)
}

.offerform .multistep-small p,
.offerform .multistep-small .lnk {
    font-size: 18px;
    margin: 0
}

@media only screen and (max-width: 991.9px) {

    .offerform .multistep-small p,
    .offerform .multistep-small .lnk {
        font-size: 16px
    }
}

.offerform .multistepstep:nth-of-type(1) {
    padding-bottom: 100px;
    position: relative
}

@media only screen and (max-width: 575.9px) {
    .offerform .multistepstep:nth-of-type(1) {
        padding-bottom: 130px
    }
}

.offerform .multistepstep:nth-of-type(1)>p {
    margin-bottom: 45px
}

.offerform .multistepstep .check-wrapper {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 991.9px) {
    .offerform .multistepstep .check-wrapper {
        display: block
    }
}

.offerform .multistepstep .ms3_features {
    margin-bottom: 30px
}

.offerform .multistepstep .ms3_features .form-check {
    margin-right: 15px
}

@media only screen and (max-width: 991.9px) {
    .offerform .multistepstep .ms3_features .form-check {
        margin-right: 0
    }
}

.offerform .multistepstep .ms3_type,
.offerform .multistepstep .ms3_scope,
.offerform .multistepstep .ms3_languages,
.offerform .multistepstep .ms3_images,
.offerform .multistepstep .ms3_content,
.offerform .multistepstep .ms4_budget,
.offerform .multistepstep .ms4_deadline {
    margin-bottom: 30px
}

.offerform .multistepstep .ms3_type label,
.offerform .multistepstep .ms3_scope label,
.offerform .multistepstep .ms3_languages label,
.offerform .multistepstep .ms3_images label,
.offerform .multistepstep .ms3_content label,
.offerform .multistepstep .ms4_budget label,
.offerform .multistepstep .ms4_deadline label {
    position: static
}

.offerform .multistepstep .ms3_content legend {
    margin-bottom: 0
}

.offerform .multistepstep .form-check input {
    margin-top: 9px
}

.offerform .multistepstep .form-check label {
    position: static;
    color: #1C1E20;
    cursor: pointer
}

.offerform .progress-bar {
    display: flex;
    gap: 20px;
    margin-bottom: 50px
}

.offerform .progress-bar .progress-tab-item {
    background: none;
    border: none;
    flex: 1 1 100%;
    font-size: 16px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    outline: none;
    transition: all 0.2s ease
}

.offerform .progress-bar .progress-tab-item:hover,
.offerform .progress-bar .progress-tab-item:focus,
.offerform .progress-bar .progress-tab-item:active {
    color: #00ACDF
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px),
only screen and (min-width: 1200px) and (max-width: 1400px),
only screen and (min-width: 768px) and (max-width: 991.9px) {
    .offerform .progress-bar .progress-tab-item {
        font-size: 14px
    }
}

.offerform .progress-bar .progress-tab-item span {
    display: inline-block
}

.offerform .progress-bar .progress-tab-item:after {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    background: #e8e8e8;
    transition: all 0.2s ease
}

.offerform .progress-bar .progress-tab-item .step-num {
    text-transform: uppercase;
    transition: all 0.2s ease
}

.offerform .progress-bar .progress-tab-item .step-num:after {
    content: "/"
}

.offerform .progress-bar .progress-tab-item[data-complete=True]:hover:after,
.offerform .progress-bar .progress-tab-item[aria-selected=True]:after,
.offerform .progress-bar .progress-tab-item[data-complete=true]:hover:after,
.offerform .progress-bar .progress-tab-item[aria-selected=true]:after {
    background: #00ACDF
}

@media only screen and (max-width: 575.9px),
only screen and (min-width: 576px) and (max-width: 767.9px) {
    .offerform .progress-bar {
        gap: 5px
    }

    .offerform .progress-bar .progress-tab-item span {
        display: none
    }
}

.offerform .buttonpanel {
    display: flex;
    justify-content: space-between;
    text-align: unset;
    margin: 0
}

.offerform .buttonpanel .btn:only-child {
    margin-left: auto
}

.offerform .buttonpanel .btn {
    padding: 12px 20px
}

.offerform .buttonpanel .next {
    background-color: #00acdf;
    color: #ffffff;
    border-radius: 10px
}

.offerform .buttonpanel .next:hover,
.offerform .buttonpanel .next:focus,
.offerform .buttonpanel .next:active {
    background-color: #182533
}

.offerform .buttonpanel .prev {
    color: #182533;
    border: 1px solid #182533;
    background-color: transparent
}

.offerform .buttonpanel .prev:hover,
.offerform .buttonpanel .prev:focus,
.offerform .buttonpanel .prev:active {
    border: 1px solid rgba(24, 37, 51, 0.3)
}

.offerform fieldset>legend,
.offerform .form-text {
    position: static;
    margin-bottom: 10px
}

.offerform fieldset>legend {
    margin-bottom: 0;
    font-size: 15px
}

.offerform .form-text {
    color: #6c757d;
    font-size: 15px
}

.offerform .ms2_activity .form-text {
    padding-top: 20px
}

.offerform .ms3_images .form-text,
.offerform .ms4_budget .form-text,
.offerform .ms4_deadline .form-text {
    margin-bottom: 0
}

.offerform select.dropdown {
    max-width: 100%;
    width: 100%
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .offerform select.dropdown {
        font-size: 14px !important
    }
}

.offerform .alert-kmu {
    font-size: 15px;
    background-color: #F7F9FB;
    color: #1C1E20;
    font-style: italic;
    padding: 15px;
    margin-top: 15px
}

@media only screen and (max-width: 991.9px) {
    .offerform .alert-kmu {
        font-size: 14px
    }
}

.offerform .alert-kmu:before {
    content: "";
    background: url(../images/info.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    filter: invert(1);
    display: block;
    margin-bottom: 10px;
    opacity: 0.2
}

.offerform .alert-kmu p {
    margin: 0
}

.offerform .multistepform>fieldset>legend {
    margin-bottom: 30px;
    font-size: 18px
}

@media only screen and (min-width: 992px) {
    .offerform .multistepform>fieldset>legend {
        display: none
    }
}

.offerform .required label:after {
    content: " *";
    color: #c00
}

.offerform .ms2_goals .form-check {
    margin-right: 15px
}

.offerform .ms2_goals .form-check:last-of-type {
    margin-right: 0
}

.auditform .audit-intro {
    margin-bottom: 60px;
    font-size: 24px
}

@media only screen and (max-width: 991.9px) {
    .auditform .audit-intro {
        font-size: 20px
    }
}

.auditform .audit-intro .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0;
    font-size: 20px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .auditform .audit-intro .flex-container {
        flex-direction: column
    }
}

.auditform .audit-intro .flex-container ul {
    width: 46%
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .auditform .audit-intro .flex-container ul {
        width: 100%;
        padding-right: 0
    }
}

.auditform .audit-intro .flex-container #form {
    width: 46%
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .auditform .audit-intro .flex-container #form {
        width: 100%
    }
}

.auditform .widnewsletter {
    margin-bottom: 30px;
    position: relative;
    padding: 20px;
    background-color: #F7F9FB;
    border-radius: 5px
}

.auditform .widnewsletter input {
    margin-left: 0;
    top: 31px
}

.auditform .widnewsletter label {
    padding-left: 30px;
    font-size: 15px;
    color: #000
}

.contact-quicklinks {
    background-color: #fff
}

.contact-quicklinks .buttonlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media only screen and (max-width: 991.9px) {
    .contact-quicklinks .buttonlist {
        flex-direction: column
    }
}

.contact-quicklinks .buttonlist .btn-big {
    width: 24%;
    padding: 80px 20px 20px 20px;
    border: 2px solid #4C6D92;
    background-color: transparent;
    box-shadow: 0 0 20px 5px rgba(76, 109, 146, 0.2);
    transition: all 0.3s ease;
    z-index: 0;
    color: #111;
    border-radius: 10px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px),
only screen and (max-width: 991.9px) {
    .contact-quicklinks .buttonlist .btn-big {
        font-size: 18px
    }
}

@media only screen and (max-width: 991.9px) {
    .contact-quicklinks .buttonlist .btn-big {
        width: 100%;
        margin-bottom: 20px
    }

    .contact-quicklinks .buttonlist .btn-big:last-child {
        margin-bottom: 0
    }
}

.contact-quicklinks .buttonlist .btn-big:hover,
.contact-quicklinks .buttonlist .btn-big:focus,
.contact-quicklinks .buttonlist .btn-big:active {
    box-shadow: 0 0 20px 5px rgba(76, 109, 146, 0.5)
}

.contact-quicklinks .buttonlist .btn-big:hover:after,
.contact-quicklinks .buttonlist .btn-big:focus:after,
.contact-quicklinks .buttonlist .btn-big:active:after {
    transform: rotate(0)
}

.contact-quicklinks .buttonlist .btn-big:before,
.contact-quicklinks .buttonlist .btn-big:after {
    content: "";
    position: absolute;
    top: 20px
}

.contact-quicklinks .buttonlist .btn-big:before {
    background: url(../images/icons/pen.svg) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100%;
    left: 20px
}

.contact-quicklinks .buttonlist .btn-big:after {
    background: url(../images/arrow-2025.svg) no-repeat;
    background-size: 100%;
    width: 21px;
    height: 16px;
    right: 20px;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
    filter: invert(1);
    transition-duration: 0.3s
}

@media only screen and (max-width: 991.9px) {
    .contact-quicklinks .buttonlist .btn-big:after {
        right: 20px
    }
}

.contact-quicklinks .buttonlist .btn-big:nth-child(2):before {
    background: url(../images/icons/globe.svg) no-repeat;
    background-size: 100%
}

.contact-quicklinks .buttonlist .btn-big:nth-child(3):before {
    background: url(../images/icons/calendar.svg) no-repeat;
    background-size: 100%
}

.contact-quicklinks .buttonlist .btn-big:nth-child(4):before {
    background: url(../images/icons/grow.svg) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 20px
}

.lead-rdv {
    display: flex;
    flex-direction: column
}

.lead-rdv p {
    text-align: center;
    font-size: clamp(21px, 2.3vw, 34px);
    margin-bottom: 50px
}

.lead-rdv ul {
    display: flex;
    justify-content: center
}

.lead-rdv ul li:first-child {
    margin-right: 20px
}

.lead-rdv ul li a {
    display: inline-flex;
    align-items: center;
    color: #111;
    font-size: 24px
}

@media only screen and (max-width: 991.9px) {
    .lead-rdv ul li a {
        font-size: 21px
    }
}

@media only screen and (max-width: 575.9px) {
    .lead-rdv ul li a {
        font-size: 18px
    }
}

.lead-rdv ul li a:hover,
.lead-rdv ul li a:focus,
.lead-rdv ul li a:active {
    color: #00ACDF
}

.lead-rdv ul li a:before {
    content: "";
    margin-right: 8px
}

.lead-rdv ul li:first-child a:before {
    background: url(../images/icons/phone.svg) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px
}

@media only screen and (max-width: 575.9px) {
    .lead-rdv ul li:first-child a:before {
        width: 20px;
        height: 20px
    }
}

.lead-rdv ul li:last-child a:before {
    background: url(../images/icons/teams.svg) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px
}

@media only screen and (max-width: 575.9px) {
    .lead-rdv ul li:last-child a:before {
        width: 20px;
        height: 20px
    }
}

.contact-overview {
    background-color: #fff
}

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

@media only screen and (min-width: 992px) {
    .contact-overview h2 span {
        display: block
    }
}

.contact-overview .contact-direct {
    background-color: #F7F9FB;
    padding: 70px 0
}

@media only screen and (max-width: 991.9px) {
    .contact-overview .contact-direct {
        padding: 50px 0
    }
}

.contact-overview .contact-direct .flex-ctr {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 991.9px) {
    .contact-overview .contact-direct .flex-ctr {
        display: block
    }
}

.contact-overview .contact-direct .flex-ctr h3 {
    margin-bottom: 30px
}

.contact-overview .contact-direct .flex-ctr .item:first-child {
    width: 60%
}

@media only screen and (max-width: 991.9px) {
    .contact-overview .contact-direct .flex-ctr .item:first-child {
        width: 100%
    }
}

.contact-overview .contact-direct .flex-ctr .item .btn-outline,
.contact-overview .contact-direct .flex-ctr .item .btn-dark {
    padding-top: 15px;
    padding-bottom: 15px
}

.contact-overview .contact-direct .flex-ctr .item .btn-outline:after,
.contact-overview .contact-direct .flex-ctr .item .btn-dark:after {
    width: 6px
}

.contact-overview .contact-direct .flex-ctr .item:last-child {
    width: 30%
}

@media only screen and (max-width: 991.9px) {
    .contact-overview .contact-direct .flex-ctr .item:last-child {
        width: 100%
    }
}

.contact-overview .contact-direct .flex-ctr .item:last-child li:first-child {
    margin-bottom: 20px
}

.contact-overview .contactoptions {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0 0
}

@media only screen and (max-width: 991.9px) {
    .contact-overview .contactoptions {
        margin: 50px 0 0 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .contact-overview .contactoptions {
        display: block;
        margin: 40px 0 0 0
    }
}

.contact-overview .contactoptions-item {
    padding: 50px;
    width: 49%;
    text-align: center;
    border-radius: 20px;
    border: 1px solid rgba(28, 30, 32, 0.2)
}

@media only screen and (max-width: 991.9px) {
    .contact-overview .contactoptions-item {
        padding: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .contact-overview .contactoptions-item {
        width: 100%;
        padding: 30px
    }
}

.contact-overview .contactoptions-item h3:before {
    content: "";
    background: url(../images/icons/pen.svg) no-repeat;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 55%;
    background-position: center;
    margin: 0 auto 15px auto;
    border-radius: 50%
}

.contact-overview .contactoptions-item:nth-child(2) h3:before {
    background: url(../images/icons/calendar.svg) no-repeat;
    background-size: 50%;
    background-position: center
}

.contact-overview .contactoptions-item:nth-child(2) ul li a {
    display: inline-flex;
    align-items: center;
    color: #111
}

.contact-overview .contactoptions-item:nth-child(2) ul li a:hover,
.contact-overview .contactoptions-item:nth-child(2) ul li a:focus,
.contact-overview .contactoptions-item:nth-child(2) ul li a:active {
    color: #00ACDF
}

.contact-overview .contactoptions-item:nth-child(2) ul li a:before {
    content: "";
    margin-right: 8px
}

.contact-overview .contactoptions-item:nth-child(2) ul li:first-child a:before {
    background: url(../images/icons/phone.svg) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px
}

.contact-overview .contactoptions-item:nth-child(2) ul li:last-child a:before {
    background: url(../images/icons/teams.svg) no-repeat;
    background-size: 100%;
    width: 19px;
    height: 18px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .contact-overview .contactoptions-item:first-child {
        margin-bottom: 40px;
        padding-bottom: 40px
    }
}

.contact-overview .contactoptions-item h3 {
    margin-bottom: 30px;
    font-size: 21px
}

@media only screen and (min-width: 992px) {
    .contact-overview .contactoptions-item h3 {
        font-size: 25px
    }
}

.cta-service {
    padding: 40px 0;
    background-color: #F7F9FB
}

@media only screen and (max-width: 991.9px) {
    .cta-service {
        display: none
    }
}

.cta-service .flex-ctr {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cta-service .flex-ctr p {
    width: 36%;
    margin: 0;
    font-size: 20px;
    color: #182533;
    line-height: 1.3
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .cta-service .flex-ctr p {
        width: 25%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px),
only screen and (max-width: 991.9px) {
    .cta-service .flex-ctr p {
        font-size: 18px
    }
}

.cta-service .flex-ctr .buttons {
    display: flex;
    width: 60%;
    justify-content: flex-end
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .cta-service .flex-ctr .buttons {
        width: 70%
    }
}

.cta-service .flex-ctr .buttons li {
    margin-right: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .cta-service .flex-ctr .buttons li {
        margin-right: 15px
    }
}

.cta-service .flex-ctr .buttons li:last-child {
    margin-right: 0
}

.cta-service .flex-ctr .buttons li a {
    border: 2px solid rgba(0, 0, 0, 0.16);
    border-radius: 40px;
    padding: 10px 20px 10px 45px;
    position: relative;
    color: #111;
    line-height: 1.2;
    font-variation-settings: 'wght'400;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: lowercase
}

.cta-service .flex-ctr .buttons li a:hover,
.cta-service .flex-ctr .buttons li a:focus,
.cta-service .flex-ctr .buttons li a:active {
    border: 2px solid #00ACDF
}

.cta-service .flex-ctr .buttons li a:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icons/pen.svg) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px
}

.cta-service .flex-ctr .buttons li:nth-child(2) a:before {
    background: url(../images/icons/phone-outline.svg) no-repeat;
    background-size: 100%;
    width: 14px;
    height: 18px
}

.cta-service .flex-ctr .buttons li:nth-child(3) a:before {
    background: url(../images/icons/calendar.svg) no-repeat;
    background-size: 100%
}

.support ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

.support h2:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 70px
}

@media only screen and (max-width: 991.9px) {
    .support h2:not(:first-of-type) {
        padding-top: 50px
    }
}

.support h3:not(:first-of-type),
.support h4:not(:first-of-type) {
    margin-top: 40px
}

.contact-infos li a {
    color: #fff;
    display: inline-block;
    position: relative
}

.contact-infos li a:after,
.contact-infos li a:before {
    transition: all 0.2s ease;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0
}

.contact-infos li a:before {
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    z-index: 1
}

.contact-infos li a:after {
    background-color: #ffffff;
    width: 0;
    z-index: 2;
    left: auto;
    right: 0
}

.contact-infos li a:hover:after,
.contact-infos li a:focus:after,
.contact-infos li a:active:after {
    width: 100%;
    left: 0;
    right: auto
}

.grid-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 20px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .grid-row {
        grid-template-columns: repeat(2, 1fr)
    }
}

.socialicons {
    font-size: 0;
    grid-column: 11/13;
    display: inline-flex
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .socialicons {
        grid-column: 10/13
    }
}

@media only screen and (min-width: 992px) {
    .socialicons {
        justify-self: end
    }
}

.socialicons .sociallink-google {
    display: none
}

.socialicons>a {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .socialicons>a {
        width: 34px;
        height: 34px
    }
}

.socialicons>a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.2s ease;
    z-index: -1
}

.socialicons>a svg {
    height: 40%
}

.socialicons>a path {
    fill: #fff;
    transition: all 0.2s ease
}

.socialicons>a:hover path,
.socialicons>a:active path,
.socialicons>a:focus path {
    fill: #182533
}

.socialicons>a:hover:before,
.socialicons>a:active:before,
.socialicons>a:focus:before {
    width: 100%;
    height: 100%
}

.socialicons>a:not(:last-child) {
    margin-right: 10px
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .socialicons>a:not(:last-child) {
        margin-right: 8px
    }
}

main {
    position: relative;
    z-index: 1
}

.footer {
    color: #fff;
    font-size: clamp(20px, 2.1vw, 26px);
    background-color: #182533;
    line-height: 1.2;
    padding: 150px 0 0 0;
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.32, 0.94, 0.6, 1) 1.5s
}

@media only screen and (min-width: 992px) {
    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 0
    }
}

.is-loading .footer {
    opacity: 0
}

@media only screen and (max-width: 991.9px) {
    .footer {
        padding: 70px 0 0 0
    }
}

.footer .notification {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-150px);
    text-align: center
}

@media only screen and (max-width: 991.9px) {
    .footer .notification {
        transform: translateY(-70px);
        text-align: left
    }
}

.footer .notification a {
    display: block
}

.footer .notification a:hover span,
.footer .notification a:focus span,
.footer .notification a:active span {
    color: rgba(255, 255, 255, 0.6)
}

.footer .notification a:hover span:before,
.footer .notification a:focus span:before,
.footer .notification a:active span:before {
    opacity: 0.6
}

.footer .notification span {
    position: relative;
    padding: 30px 30px 30px 55px;
    color: #fff;
    font-size: clamp(16px, 1.8vw, 21px);
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .footer .notification span {
        padding: 20px 30px 20px 55px;
        text-align: left
    }
}

.footer .notification span:before {
    content: "";
    background: url(../images/info.svg) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease
}

.footer-title {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px
}

.footer-cta {
    margin-bottom: 120px
}

@media only screen and (max-width: 991.9px) {
    .footer-cta {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 70px
    }
}

.footer-cta .inner {
    grid-column: 7/13
}

.footer-cta h3,
.footer-cta .btn {
    color: #fff
}

.footer-cta h3 {
    font-variation-settings: "wght"400;
    margin-bottom: 40px
}

.footer h2 {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 100px;
    font-size: 42px
}

@media only screen and (max-width: 991.9px) {
    .footer h2 {
        margin-bottom: 50px;
        font-size: 30px
    }
}

.footer h2 span {
    color: #fff;
    font-size: 52px
}

@media only screen and (max-width: 991.9px) {
    .footer h2 span {
        font-size: 45px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .footer-wrapper {
        display: block
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .footer .links {
        margin-bottom: 40px
    }
}

.footer .links a {
    color: #fff
}

.footer .links a:not(.btn):hover,
.footer .links a:not(.btn):focus,
.footer .links a:not(.btn):active {
    color: rgba(255, 255, 255, 0.6)
}

.footer .links li:not(.footer-title) {
    margin-bottom: 10px
}

.footer .links li:not(.footer-title):last-child {
    margin-bottom: 0
}

.footer .links .btn {
    margin-top: 20px
}

.footer ul li span {
    display: block;
    margin-bottom: 10px
}

.footer .address {
    line-height: inherit;
    grid-column: 1/4
}

@media only screen and (min-width: 576px) and (max-width: 767.9px),
only screen and (max-width: 575.9px) {
    .footer .address {
        margin-bottom: 40px
    }
}

.footer .address span {
    display: block
}

.footer .contactlinks {
    grid-column: 4/7
}

.footer .copyright {
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.6);
    margin-top: 150px;
    line-height: 1.5
}

@media only screen and (max-width: 991.9px) {
    .footer .copyright {
        margin-top: 70px;
        padding: 20px 0
    }
}

.footer .copyright a {
    color: #fff
}

.footer .copyright a b {
    color: #fff;
    transition: all 0.2s ease
}

.footer .copyright a:hover,
.footer .copyright a:focus,
.footer .copyright a:active {
    color: rgba(255, 255, 255, 0.7)
}

.footer .copyright a:hover b,
.footer .copyright a:focus b,
.footer .copyright a:active b {
    color: rgba(255, 255, 255, 0.7)
}

.legalinfo {
    padding-bottom: 150px
}

@media only screen and (max-width: 991.9px) {
    .legalinfo {
        padding-bottom: 70px
    }
}

.legalinfo h2 {
    line-height: 1.2;
    font-variation-settings: 'wght'500;
    color: #1c1e20;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(23px, 2.8vw, 40px);
    margin: 60px 0 45px 0;
    margin-top: 60px
}

@media only screen and (max-width: 991.9px) {
    .legalinfo h2 {
        margin: 45px 0 30px 0
    }
}

.legalinfo h2:first-child {
    margin-top: 0
}

@media only screen and (max-width: 991.9px) {
    .legalinfo h2 {
        margin-top: 40px
    }
}

.legalinfo h2:first-child {
    margin-top: 60px
}

@media only screen and (max-width: 991.9px) {
    .legalinfo h2:first-child {
        margin-top: 40px
    }
}

.legalinfo>div:not(.alert-info) {
    position: relative;
    margin: 0 auto;
    padding: 0 3vw;
    max-width: 100%;
    width: calc(100% - 15vw)
}

@media only screen and (max-width: 991.9px) {
    .legalinfo>div:not(.alert-info) {
        padding: 0 20px
    }
}

.page_pro .legalinfo>div:not(.alert-info),
.page_off .legalinfo>div:not(.alert-info),
.page_cre .legalinfo>div:not(.alert-info),
.page_blo .legalinfo>div:not(.alert-info),
.page_for .legalinfo>div:not(.alert-info),
.page_cal .legalinfo>div:not(.alert-info),
.page_sup .legalinfo>div:not(.alert-info),
.page_ter .legalinfo>div:not(.alert-info),
.page_imp .legalinfo>div:not(.alert-info),
.page_aud .legalinfo>div:not(.alert-info),
.page_str .legalinfo>div:not(.alert-info),
.page_mar .legalinfo>div:not(.alert-info),
.page_app .legalinfo>div:not(.alert-info) {
    max-width: 1240px
}

@media only screen and (max-width: 991.9px) {
    .legalinfo>div:not(.alert-info) {
        width: 100%
    }
}

.legalinfo .alert-info {
    background-color: #e6ecf2;
    border: 1px solid #d5e0ea;
    color: #1C1E20;
    padding: 20px;
    width: calc(100% - 21vw);
    max-width: calc(1240px - 6vw);
    margin: 0 auto;
    border-radius: 5px
}

@media only screen and (max-width: 991.9px) {
    .legalinfo .alert-info {
        max-width: 100%;
        width: calc(100% - 40px)
    }
}

.legalsection {
    padding: 0
}

.legalsection:not(:first-child) {
    margin-top: 80px
}

@media only screen and (max-width: 991.9px) {
    .legalsection:not(:first-child) {
        margin-top: 60px
    }
}

#body .cc-window {
    font-size: 14px;
    padding: 35px;
    background: #fff;
    left: 50%;
    bottom: 20px;
    width: 50%;
    flex-direction: column;
    color: #727272;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
    text-align: center;
    border-radius: 20px
}

@media only screen and (max-width: 991.9px) {
    #body .cc-window {
        right: 20px;
        width: 90%;
        padding: 30px
    }
}

#body .cc-window .cc-link {
    color: inherit
}

#body .cc-window .cc-link:hover,
#body .cc-window .cc-link:active,
#body .cc-window .cc-link:focus {
    color: #00ACDF
}

#body .cc-window .cc-message {
    width: 100%;
    flex: inherit
}

#body .cc-window .cc-message a {
    color: #000
}

#body .cc-window .cc-message a:hover,
#body .cc-window .cc-message a:focus,
#body .cc-window .cc-message a:active {
    text-decoration: underline
}

#body .cc-window .cc-compliance {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    padding-left: 0;
    margin-left: 0
}

@media only screen and (max-width: 991.9px) {
    #body .cc-window .cc-compliance {
        margin-top: 25px;
        display: block;
        text-align: center;
        font-size: 12px
    }
}

#body .cc-window .cc-btn {
    line-height: 1.2;
    font-variation-settings: 'wght'400;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    display: inline-block;
    flex: inherit;
    border-radius: 10px;
    text-transform: none;
    padding: 12px 20px
}

@media only screen and (max-width: 991.9px) {
    #body .cc-window .cc-btn {
        width: 100%
    }
}

#body .cc-window .cc-dismiss {
    text-align: center;
    background-color: transparent;
    color: #182533;
    border: 2px solid rgba(0, 0, 0, 0.2);
    min-width: inherit;
    text-decoration: none
}

#body .cc-window .cc-dismiss:hover,
#body .cc-window .cc-dismiss:focus,
#body .cc-window .cc-dismiss:active {
    border: 2px solid rgba(0, 0, 0, 0.6)
}

#body .cc-window .cc-allow {
    position: relative;
    background-color: #182533;
    color: #fff;
    margin-left: 20px;
    border: 2px solid #182533
}

@media only screen and (max-width: 991.9px) {
    #body .cc-window .cc-allow {
        margin-left: 0;
        margin-top: 20px
    }
}

#body .cc-window .cc-allow:hover,
#body .cc-window .cc-allow:focus,
#body .cc-window .cc-allow:active {
    background-color: rgba(24, 37, 51, 0.9);
    border: 2px solid rgba(24, 37, 51, 0.9)
}