.lb-loader,
.lightbox {
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    background-color: #000;
    display: none;
    filter: alpha(Opacity=80);
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    z-index: 9999
}

.lightbox {
    font-weight: 400;
    outline: 0;
    width: 100%;
    z-index: 10000
}

.lightbox .lb-image {
    border: 4px solid #fff;
    border-radius: 3px;
    display: block;
    height: auto;
    max-height: none;
    max-width: inherit
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    background-color: #fff;
    border-radius: 4px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px
}

.lb-outerContainer:after {
    clear: both;
    content: "";
    display: table
}

.lb-loader {
    height: 25%;
    top: 43%;
    width: 100%
}

.lb-cancel {
    background: url(../images/loading.gif) no-repeat;
    display: block;
    height: 32px;
    margin: 0 auto;
    width: 32px
}

.lb-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
    outline: 0
}

.lb-next,
.lb-prev {
    cursor: pointer;
    display: block;
    height: 100%
}

.lb-nav a.lb-prev {
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    float: left;
    left: 0;
    opacity: 0;
    transition: opacity .6s;
    width: 34%
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    float: right;
    opacity: 0;
    right: 0;
    transition: opacity .6s;
    width: 64%
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0 auto;
    padding-top: 5px;
    width: 100%
}

.lb-dataContainer:after {
    clear: both;
    content: "";
    display: table
}

.lb-data {
    color: #ccc;
    padding: 0 4px
}

.lb-data .lb-details {
    float: left;
    line-height: 1.1em;
    text-align: left;
    width: 85%
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    clear: left;
    color: #999;
    display: block;
    font-size: 12px;
    padding-bottom: 1em
}

.lb-data .lb-close {
    background: url(../images/close.png) 100% 0 no-repeat;
    display: block;
    filter: alpha(Opacity=70);
    float: right;
    height: 30px;
    opacity: .7;
    outline: 0;
    text-align: right;
    transition: opacity .2s;
    width: 30px
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-touch-callout: none;
    color: #ccc;
    font-size: 13px;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes fancybox-rotate {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

@charset "UTF-8";

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

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(19, 20, 21, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-bs-original-title],
abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    background-color: #fcf8e3;
    padding: .2em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #2868ff;
    text-decoration: underline
}

a:hover {
    color: #2053cc
}

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

code,
kbd,
pre,
samp {
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override
}

pre {
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: #d63384;
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: .875em;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

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

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

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

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
    width: 100%
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 480px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 768px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1140px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

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

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.sharetastic {
    color: #ccc;
    display: flex;
    -o-flex-wrap: o-wrap;
    flex-wrap: wrap;
    font-family: sans-serif;
    font-size: 13px;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    text-align: center;
    text-transform: capitalize
}

.sharetastic__sprite {
    display: none
}

.sharetastic__button {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 32px;
    margin: 2px;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    transition: background-color .3s, color .3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 32px
}

.sharetastic__button--facebook {
    background-color: #3a5795
}

.sharetastic__button--facebook:hover {
    background-color: #2c4270
}

.sharetastic__button--twitter {
    background-color: #1da1f2
}

.sharetastic__button--twitter:hover {
    background-color: #0c85d0
}

.sharetastic__button--googleplus {
    background-color: #c53929
}

.sharetastic__button--googleplus:hover {
    background-color: #9b2d20
}

.sharetastic__button--linkedin {
    background-color: #0077b5
}

.sharetastic__button--linkedin:hover {
    background-color: #005582
}

.sharetastic__button--pinterest {
    background-color: #bd081c
}

.sharetastic__button--pinterest:hover {
    background-color: #8c0615
}

.sharetastic__button--tumblr {
    background-color: #35465c
}

.sharetastic__button--tumblr:hover {
    background-color: #222d3c
}

.sharetastic__button--flickr {
    background-color: #ff0084
}

.sharetastic__button--flickr:hover {
    background-color: #cc006a
}

.sharetastic__button--instagram {
    background-color: #e1306c
}

.sharetastic__button--instagram:hover {
    background-color: #c21c54
}

.sharetastic__button--email {
    background-color: #b8213b
}

.sharetastic__button--email:hover {
    background-color: #8d192d
}

.sharetastic__button--whatsapp {
    background-color: #25d366
}

.sharetastic__button--whatsapp:hover {
    background-color: #1da851
}

.sharetastic__button--print {
    background-color: #0058a1
}

.sharetastic__button--print:hover {
    background-color: #003c6e
}

.sharetastic__icon {
    fill: #fff;
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.sharetastic--simple.sharetastic--reversed .sharetastic__icon,
.sharetastic--simple .sharetastic__icon {
    transition: fill .3s
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button,
.sharetastic--simple .sharetastic__button {
    background-color: transparent !important;
    border-radius: 0
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--facebook .sharetastic__icon,
.sharetastic--simple .sharetastic__button--facebook .sharetastic__icon {
    fill: #3a5795
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--facebook:hover .sharetastic__icon,
.sharetastic--simple .sharetastic__button--facebook:hover .sharetastic__icon {
    fill: #2c4270
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--twitter .sharetastic__icon,
.sharetastic--simple .sharetastic__button--twitter .sharetastic__icon {
    fill: #1da1f2
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--twitter:hover .sharetastic__icon,
.sharetastic--simple .sharetastic__button--twitter:hover .sharetastic__icon {
    fill: #0c85d0
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--googleplus .sharetastic__icon,
.sharetastic--simple .sharetastic__button--googleplus .sharetastic__icon {
    fill: #c53929
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--googleplus:hover .sharetastic__icon,
.sharetastic--simple .sharetastic__button--googleplus:hover .sharetastic__icon {
    fill: #9b2d20
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--linkedin .sharetastic__icon,
.sharetastic--simple .sharetastic__button--linkedin .sharetastic__icon {
    fill: #0077b5
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--linkedin:hover .sharetastic__icon,
.sharetastic--simple .sharetastic__button--linkedin:hover .sharetastic__icon {
    fill: #005582
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--pinterest .sharetastic__icon,
.sharetastic--simple .sharetastic__button--pinterest .sharetastic__icon {
    fill: #bd081c
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--pinterest:hover .sharetastic__icon,
.sharetastic--simple .sharetastic__button--pinterest:hover .sharetastic__icon {
    fill: #8c0615
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--tumblr .sharetastic__icon,
.sharetastic--simple .sharetastic__button--tumblr .sharetastic__icon {
    fill: #35465c
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--tumblr:hover .sharetastic__icon,
.sharetastic--simple .sharetastic__button--tumblr:hover .sharetastic__icon {
    fill: #222d3c
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--flickr .sharetastic__icon,
.sharetastic--simple .sharetastic__button--flickr .sharetastic__icon {
    fill: #ff0084
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--flickr:hover .sharetastic__icon,
.sharetastic--simple .sharetastic__button--flickr:hover .sharetastic__icon {
    fill: #cc006a
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--instagram .sharetastic__icon,
.sharetastic--simple .sharetastic__button--instagram .sharetastic__icon {
    fill: #e1306c
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--instagram:hover .sharetastic__icon,
.sharetastic--simple .sharetastic__button--instagram:hover .sharetastic__icon {
    fill: #c21c54
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--email .sharetastic__icon,
.sharetastic--simple .sharetastic__button--email .sharetastic__icon {
    fill: #b8213b
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--email:hover .sharetastic__icon,
.sharetastic--simple .sharetastic__button--email:hover .sharetastic__icon {
    fill: #8d192d
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--whatsapp .sharetastic__icon,
.sharetastic--simple .sharetastic__button--whatsapp .sharetastic__icon {
    fill: #25d366
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--whatsapp:hover .sharetastic__icon,
.sharetastic--simple .sharetastic__button--whatsapp:hover .sharetastic__icon {
    fill: #1da851
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--print .sharetastic__icon,
.sharetastic--simple .sharetastic__button--print .sharetastic__icon {
    fill: #0058a1
}

.sharetastic--simple.sharetastic--reversed .sharetastic__button--print:hover .sharetastic__icon,
.sharetastic--simple .sharetastic__button--print:hover .sharetastic__icon {
    fill: #003c6e
}

.sharetastic--reversed.sharetastic--text .sharetastic__icon,
.sharetastic--reversed .sharetastic__icon {
    transition: fill .3s
}

.sharetastic--reversed.sharetastic--text .sharetastic__button,
.sharetastic--reversed .sharetastic__button {
    background-color: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button:hover,
.sharetastic--reversed .sharetastic__button:hover {
    color: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook,
.sharetastic--reversed .sharetastic__button--facebook {
    color: #3a5795
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--facebook .sharetastic__icon {
    fill: #3a5795
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook:hover,
.sharetastic--reversed .sharetastic__button--facebook:hover {
    background-color: #3a5795
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook:hover .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--facebook:hover .sharetastic__icon {
    fill: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter,
.sharetastic--reversed .sharetastic__button--twitter {
    color: #1da1f2
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--twitter .sharetastic__icon {
    fill: #1da1f2
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter:hover,
.sharetastic--reversed .sharetastic__button--twitter:hover {
    background-color: #1da1f2
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter:hover .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--twitter:hover .sharetastic__icon {
    fill: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus,
.sharetastic--reversed .sharetastic__button--googleplus {
    color: #c53929
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--googleplus .sharetastic__icon {
    fill: #c53929
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus:hover,
.sharetastic--reversed .sharetastic__button--googleplus:hover {
    background-color: #c53929
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus:hover .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--googleplus:hover .sharetastic__icon {
    fill: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin,
.sharetastic--reversed .sharetastic__button--linkedin {
    color: #0077b5
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--linkedin .sharetastic__icon {
    fill: #0077b5
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin:hover,
.sharetastic--reversed .sharetastic__button--linkedin:hover {
    background-color: #0077b5
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin:hover .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--linkedin:hover .sharetastic__icon {
    fill: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest,
.sharetastic--reversed .sharetastic__button--pinterest {
    color: #bd081c
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--pinterest .sharetastic__icon {
    fill: #bd081c
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest:hover,
.sharetastic--reversed .sharetastic__button--pinterest:hover {
    background-color: #bd081c
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest:hover .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--pinterest:hover .sharetastic__icon {
    fill: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr,
.sharetastic--reversed .sharetastic__button--tumblr {
    color: #35465c
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--tumblr .sharetastic__icon {
    fill: #35465c
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr:hover,
.sharetastic--reversed .sharetastic__button--tumblr:hover {
    background-color: #35465c
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr:hover .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--tumblr:hover .sharetastic__icon {
    fill: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr,
.sharetastic--reversed .sharetastic__button--flickr {
    color: #ff0084
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--flickr .sharetastic__icon {
    fill: #ff0084
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr:hover,
.sharetastic--reversed .sharetastic__button--flickr:hover {
    background-color: #ff0084
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr:hover .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--flickr:hover .sharetastic__icon {
    fill: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram,
.sharetastic--reversed .sharetastic__button--instagram {
    color: #e1306c
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--instagram .sharetastic__icon {
    fill: #e1306c
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram:hover,
.sharetastic--reversed .sharetastic__button--instagram:hover {
    background-color: #e1306c
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram:hover .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--instagram:hover .sharetastic__icon {
    fill: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--email,
.sharetastic--reversed .sharetastic__button--email {
    color: #b8213b
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--email .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--email .sharetastic__icon {
    fill: #b8213b
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--email:hover,
.sharetastic--reversed .sharetastic__button--email:hover {
    background-color: #b8213b
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--email:hover .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--email:hover .sharetastic__icon {
    fill: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--whatsapp,
.sharetastic--reversed .sharetastic__button--whatsapp {
    color: #25d366
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--whatsapp .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--whatsapp .sharetastic__icon {
    fill: #25d366
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--whatsapp:hover,
.sharetastic--reversed .sharetastic__button--whatsapp:hover {
    background-color: #25d366
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--whatsapp:hover .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--whatsapp:hover .sharetastic__icon {
    fill: #fff
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--print,
.sharetastic--reversed .sharetastic__button--print {
    color: #0058a1
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--print .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--print .sharetastic__icon {
    fill: #0058a1
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--print:hover,
.sharetastic--reversed .sharetastic__button--print:hover {
    background-color: #0058a1
}

.sharetastic--reversed.sharetastic--text .sharetastic__button--print:hover .sharetastic__icon,
.sharetastic--reversed .sharetastic__button--print:hover .sharetastic__icon {
    fill: #fff
}

.sharetastic--text .sharetastic__button {
    -ms-align-items: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: auto;
    padding: 5px 10px;
    text-decoration: none;
    text-indent: 0;
    white-space: normal;
    width: auto
}

.sharetastic--text .sharetastic__icon {
    margin-right: 0;
    position: static;
    transform: none;
    width: auto
}

.sharetastic--text.sharetastic--simple .sharetastic__button--facebook {
    color: #3a5795
}

.sharetastic--text.sharetastic--simple .sharetastic__button--facebook:hover {
    color: #2c4270
}

.sharetastic--text.sharetastic--simple .sharetastic__button--twitter {
    color: #1da1f2
}

.sharetastic--text.sharetastic--simple .sharetastic__button--twitter:hover {
    color: #0c85d0
}

.sharetastic--text.sharetastic--simple .sharetastic__button--googleplus {
    color: #c53929
}

.sharetastic--text.sharetastic--simple .sharetastic__button--googleplus:hover {
    color: #9b2d20
}

.sharetastic--text.sharetastic--simple .sharetastic__button--linkedin {
    color: #0077b5
}

.sharetastic--text.sharetastic--simple .sharetastic__button--linkedin:hover {
    color: #005582
}

.sharetastic--text.sharetastic--simple .sharetastic__button--pinterest {
    color: #bd081c
}

.sharetastic--text.sharetastic--simple .sharetastic__button--pinterest:hover {
    color: #8c0615
}

.sharetastic--text.sharetastic--simple .sharetastic__button--tumblr {
    color: #35465c
}

.sharetastic--text.sharetastic--simple .sharetastic__button--tumblr:hover {
    color: #222d3c
}

.sharetastic--text.sharetastic--simple .sharetastic__button--flickr {
    color: #ff0084
}

.sharetastic--text.sharetastic--simple .sharetastic__button--flickr:hover {
    color: #cc006a
}

.sharetastic--text.sharetastic--simple .sharetastic__button--instagram {
    color: #e1306c
}

.sharetastic--text.sharetastic--simple .sharetastic__button--instagram:hover {
    color: #c21c54
}

.sharetastic--text.sharetastic--simple .sharetastic__button--email {
    color: #b8213b
}

.sharetastic--text.sharetastic--simple .sharetastic__button--email:hover {
    color: #8d192d
}

.sharetastic--text.sharetastic--simple .sharetastic__button--whatsapp {
    color: #25d366
}

.sharetastic--text.sharetastic--simple .sharetastic__button--whatsapp:hover {
    color: #1da851
}

.sharetastic--text.sharetastic--simple .sharetastic__button--print {
    color: #0058a1
}

.sharetastic--text.sharetastic--simple .sharetastic__button--print:hover {
    color: #003c6e
}


[class*=" icon-"],
[class^=icon-] {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icon-app-store-white:before {
    color: #fff;
    content: "\e907"
}

.icon-google-store-white:before {
    color: #fff;
    content: "\e908"
}

.icon-ios-white:before {
    color: #fff;
    content: "\e909"
}

.icon-social-dribble-white:before {
    color: #fff;
    content: "\e901"
}

.icon-social-instagram-white:before {
    color: #fff;
    content: "\e902"
}

.icon-social-linkedin-white:before {
    color: #fff;
    content: "\e903"
}

.icon-social-twitter-white:before {
    color: #fff;
    content: "\e904"
}

.icon-social-xing-white:before {
    color: #fff;
    content: "\e905"
}

.icon-social-youtube-white:before {
    color: #fff;
    content: "\e906"
}

.icon-arrow-right-white:before {
    color: #fff;
    content: "\e900"
}

.icon-arrow-right-blue:before {
    color: #2868ff;
    content: "\e900"
}

.d-flex,
.loader {
    display: flex
}

.f-col {
    flex-direction: column
}

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

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

.justify-content-end {
    justify-content: flex-end
}

.flex-1 {
    flex: 1
}

.nowrap {
    flex-wrap: nowrap
}

.aie {
    align-items: flex-end
}

.jce {
    justify-content: flex-end
}

.aic {
    align-items: center
}

.jcc {
    justify-content: center
}

.f1 {
    flex: 1
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px
}

@media (max-width:768px) {
    .mobile-mb-40 {
        margin-bottom: 40px !important
    }

    .mobile-mb-32 {
        margin-bottom: 32px
    }
}

.mb-60 {
    margin-bottom: 60px !important
}

@media (max-width:576px) {
    .mb-60 {
        margin-bottom: 20px !important
    }
}

.mb-80 {
    margin-bottom: 80px !important
}

.mr-8 {
    margin-right: 8px !important
}

.mr-16 {
    margin-right: 16px !important
}

.mr-24 {
    margin-right: 24px !important
}

.mr-32 {
    margin-right: 32px !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-60 {
    margin-top: 60px
}

@media (max-width:576px) {
    .mt-60 {
        margin-top: 32px
    }
}

.p-0 {
    padding: 0 !important
}

.p-v-80 {
    padding: 80px 0
}

.pos-rel {
    position: relative
}

.fullWidth {
    width: 100%
}

.h-100 {
    height: 100%
}

.lightgrey {
    color: #80838c
}

.fz-16 {
    font-size: 16px
}

.lh-1 {
    line-height: 1
}

.hide-on-mobile {
    display: block
}

@media (max-width:768px) {
    .hide-on-mobile {
        display: none !important
    }
}

.hide-on-tablet {
    display: block
}

@media (max-width:1100px) {
    .hide-on-tablet {
        display: none !important
    }
}

.hide-on-desktop {
    display: block
}

@media (min-width:1000px) {
    .hide-on-desktop {
        display: none !important
    }
}

.only-mobile {
    display: none
}

@media (max-width:576px) {
    .only-mobile {
        display: flex !important
    }

    .only-mobile a {
        text-transform: uppercase
    }

    .no-flex-m {
        display: block
    }

    .no-b-m {
        margin-bottom: 0 !important
    }

    .mt-20-m {
        margin-top: 20px !important
    }
}

.mt-20 {
    margin-top: 20px !important
}

.mt-40 {
    margin-top: 40px !important
}

.uppercase {
    text-transform: uppercase !important
}

.mapboxgl-popup-content {
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important;
    background: rgba(0, 0, 0, .8) !important
}

.gallery img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.fancybox-button {
    background: none;
    padding: 0
}

@media (max-width:1100px) {
    .fancybox-navigation .fancybox-button {
        display: none
    }
}

.fancybox-button--close {
    right: 50px;
    top: 50px
}

@media (max-width:1100px) {
    .fancybox-button--close {
        right: 0;
        top: 0
    }
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 50px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 50px
}

.fancybox-container {
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important
}

.fancybox-is-open .fancybox-bg {
    background: rgba(0, 0, 0, .7);
    opacity: 1 !important
}

.fancybox-infobar {
    border-bottom: 1px solid #fff;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    top: auto
}

.fancybox-infobar span {
    font-size: 16px
}

.fancybox-infobar span:first-child {
    color: #2868ff;
    font-size: 20px
}

.sharetastic__button {
    display: inline-block;
    height: 35px;
    margin-left: 16px;
    width: 35px
}

@media (max-width:576px) {
    .sharetastic__button {
        margin-left: 3px
    }
}

.sharetastic__button svg {
    display: none
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px
}

* {
    box-sizing: border-box;
    outline: none !important
}

body,
html {
    margin: 0;
    min-height: 100%;
    padding: 0
}

body {
    background: #131415;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 88px
}

@media (max-width:1024px) {
    body.fixed {
        position: fixed
    }
}

@media (max-width:1000px) {
    body {
        font-size: 16px
    }
}

@media (max-width:768px) {
    body {
        padding-top: 79px
    }
}

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

iframe {
    width: 100%
}

a {
    color: #fff
}

a:hover {
    color: #2868ff
}

.service-content a {
    text-decoratoin-color: #fff;
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

.service-content a:hover {
    color: #2868ff;
    -webkit-text-decoration: underline #2868ff;
    text-decoration: underline #2868ff
}

p {
    margin-bottom: 0
}

.link,
.link--arrow,
.link--blue,
.link--mobileBlue,
.link--white {
    color: #2868ff;
    font-size: 16px;
    font-weight: 600;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width:576px) {

    .link,
    .link--arrow,
    .link--blue,
    .link--mobileBlue,
    .link--white {
        font-size: 14px
    }
}

.link--arrow {
    align-items: center;
    display: flex;
    position: relative
}

.link--arrow span {
    font-size: 28px;
    margin-left: 8px
}

.link--arrow:hover span {
    -webkit-animation: animated-bounce-right 2s ease infinite;
    animation: animated-bounce-right 2s ease infinite
}

.link--arrow:hover span:before {
    color: #2868ff
}

.link--white:hover,
.link--white:hover span:before {
    color: #fff
}

.link--blue {
    font-size: 14px;
    text-transform: none
}

.link--blue,
.link--blue span:before {
    color: #2868ff
}

.link--mobileBlue {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px
}

@media (max-width:567px) {
    .link--mobileBlue {
        color: #2868ff;
        font-size: 14px;
        justify-content: center;
        text-transform: none
    }

    .link--mobileBlue span:before {
        color: #2868ff
    }
}

@-webkit-keyframes animated-bounce-right {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateX(0)
    }

    40% {
        transform: translateX(10px)
    }

    60% {
        transform: translateX(5px)
    }
}

@keyframes animated-bounce-right {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateX(0)
    }

    40% {
        transform: translateX(10px)
    }

    60% {
        transform: translateX(5px)
    }
}

.large-bottom-margin {
    margin-bottom: 90px
}

@media (max-width:1000px) {
    .large-bottom-margin {
        margin-bottom: 60px
    }
}

@media (max-width:768px) {
    .large-bottom-margin {
        margin-bottom: 60px
    }
}

.mid-bottom-margin {
    margin-bottom: 100px
}

@media (max-width:1000px) {
    .mid-bottom-margin {
        margin-bottom: 80px
    }
}

@media (max-width:768px) {
    .mid-bottom-margin {
        margin-bottom: 40px
    }
}

.svg-element {
    width: 200px
}

@media (max-width:768px) {
    .svg-element {
        display: none
    }
}

.stroked-text,
.stroked-text--blue {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: #000;
    color: transparent !important;
    display: initial
}

.stroked-text--blue {
    -webkit-text-stroke-color: #2868ff
}

@media (max-width:567px) {

    .stroked-text,
    .stroked-text--blue {
        -webkit-text-stroke-width: 1px
    }
}

.line {
    background: #fff;
    height: 1px;
    width: 100%
}

.view-all {
    align-items: center;
    display: flex;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase
}

.view-all svg {
    margin-left: 8px
}

.view-all .stroke {
    stroke: #fff
}

.view-all:hover {
    color: #2868ff
}

.view-all:hover .stroke {
    stroke: #2868ff
}

.article-grid {
    display: grid;
    gap: 50px 30px;
    grid-template-areas: ". . .";
    grid-template-columns: 1fr 1fr 1fr
}

@media (min-width:1000px) {
    .article-grid.four-grid {
        grid-template-areas: ". . . .";
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.article-grid.four-grid .article--nom>a,
.article-grid.four-grid .article--nom>div,
.article-grid.four-grid .article--team>a,
.article-grid.four-grid .article--team>div,
.article-grid.four-grid .article>a,
.article-grid.four-grid .article>div {
    display: block;
    height: 100%
}

.article-grid.four-grid .article--nom .article__image,
.article-grid.four-grid .article--nom .article__image--small,
.article-grid.four-grid .article--nom>a>div,
.article-grid.four-grid .article--team .article__image,
.article-grid.four-grid .article--team .article__image--small,
.article-grid.four-grid .article--team>a>div,
.article-grid.four-grid .article .article__image,
.article-grid.four-grid .article .article__image--small,
.article-grid.four-grid .article>a>div {
    height: 100%
}

@media (max-width:576px) {
    .article-grid {
        gap: 30px;
        grid-template-areas: ".";
        grid-template-columns: 1fr
    }

    .article-grid.two-column-mobile {
        gap: 0 15px;
        grid-template-areas: "..";
        grid-template-columns: 1fr 1fr
    }
}

blockquote {
    font-size: 25px;
    font-style: italic;
    font-weight: 900;
    position: relative
}

blockquote img {
    margin-right: 16px
}

@media (max-width:576px) {
    blockquote {
        align-items: center;
        display: flex;
        font-size: 16px
    }
}

.s-icon svg {
    stroke: #fff;
    transition: all .3s ease-in
}

.s-icon:hover svg {
    stroke: #2868ff;
    transform: scale(1.07)
}

.link-svg-fill svg,
.link-svg-fill svg g {
    transition: all .3s ease-in
}

.link-svg-fill svg g {
    fill: #fff
}

.link-svg-fill svg:hover {
    transform: scale(1.07)
}

.link-svg-fill svg:hover g {
    fill: #2868ff
}

.svg-stroke svg {
    stroke: #fff;
    transition: all .3s ease-in
}

.svg-stroke svg:hover {
    stroke: #2868ff;
    transform: scale(1.07)
}

@media (max-width:576px) {
    .initOnMobile-slider {
        display: block !important;
        width: 100%
    }
}

.blue-bg {
    background: #2668ff
}

.other-video .subtitle,
.other-video .subtitle--blue,
.other-video .subtitle--medium,
.other-video .subtitle--smallM {
    line-height: 1;
    margin-bottom: 10px !important;
    margin-top: 20px
}

.other-video p+p {
    font-size: 16px
}

.transcript {
    margin-top: 40px
}

.transcript .inner {
    margin-top: 0 !important;
    padding-left: 0 !important
}

.transcript .toggle:hover {
    color: #fff
}

.transcript .toggle img {
    transition: transform .2s cubic-bezier(.215, .61, .355, 1)
}

.transcript .toggle.active img {
    transform: rotate(180deg)
}

.transcript .single-item-slider,
.transcript .single-item-slider--bottom-pager,
.transcript .single-item-slider--right-pager {
    padding-top: 65px
}

.transcript .single-item-slider--bottom-pager .slick-dots,
.transcript .single-item-slider--right-pager .slick-dots,
.transcript .single-item-slider .slick-dots {
    top: 0
}

.transcript-content {
    color: #7e7e7f;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
    font-size: 12px
}

@media (max-width:576px) {
    .link-tree {
        gap: 0 30px;
        grid-template-areas: ". .";
        grid-template-columns: 1fr 1fr
    }
}

.link-tree a {
    align-items: center;
    display: flex;
    transition: all .3s ease-in
}

.link-tree a svg {
    width: 64px
}

@media (max-width:576px) {
    .link-tree a svg {
        width: 32px
    }
}

.link-tree a span {
    line-height: 1;
    margin: 0 0 0 16px !important
}

@media (max-width:576px) {
    .link-tree a span {
        font-size: 16px !important
    }

    .link-tree a span span {
        display: none
    }
}

.link-tree-bottom {
    line-height: 1
}

@media (max-width:576px) {
    .link-tree-bottom {
        margin-top: 20px !important
    }
}

.link-tree-bottom span {
    line-height: 10px;
    margin: 0 16px
}

@media (max-width:576px) {
    .link-tree-bottom span {
        margin: 0 8px
    }
}

.link-tree-bottom a {
    font-size: 16px;
    text-transform: uppercase
}

@media (max-width:576px) {
    .link-tree-bottom a {
        font-size: 12px
    }
}

.impressum .subtitle,
.impressum .subtitle--blue,
.impressum .subtitle--medium,
.impressum .subtitle--smallM {
    line-height: 1.3
}

.impressum__infos {
    margin: 0 0 60px
}

.impressum__infos div {
    display: flex;
    flex-direction: column
}

.impressum__infos div a,
.impressum__infos div p {
    font-size: 16px;
    margin-bottom: 0
}

.impressum__infos+a {
    margin-bottom: 60px
}

.impressum p {
    font-size: 16px;
    margin-bottom: 20px
}

.impressum p.subtitle,
.impressum p.subtitle--blue,
.impressum p.subtitle--medium,
.impressum p.subtitle--smallM {
    font-size: 25px
}

.impressum ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
    list-style: disc;
    margin-bottom: 20px;
    padding-left: 24px
}

.impressum ul li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px
}

.impressum__block {
    margin-bottom: 30px
}

.impressum__block .subtitle,
.impressum__block .subtitle--blue,
.impressum__block .subtitle--medium,
.impressum__block .subtitle--smallM {
    margin-bottom: 10px !important
}

.impressum__block p+p {
    font-size: 16px
}

.scroll-links {
    margin-bottom: 50px
}

.scroll-links a {
    font-size: 16px;
    text-transform: uppercase
}

@media (max-width:800px) {
    .centerize {
        text-align: center
    }
}

.know-how-page {
    margin-top: 90px
}

@media (max-width:576px) {
    .know-how-page {
        margin-top: 30px
    }

    .know-how-page .section-title,
    .know-how-page .section-title--margin {
        margin-bottom: 24px
    }

    .know-how-page .section-title--margin h2,
    .know-how-page .section-title h2 {
        margin-bottom: 0
    }

    .single-video iframe {
        height: 200px
    }

    .single-video .subtitle,
    .single-video .subtitle--blue,
    .single-video .subtitle--medium,
    .single-video .subtitle--smallM {
        font-size: 18px
    }

    .video-row iframe {
        height: 200px
    }

    .video-row .section-title,
    .video-row .section-title--margin,
    .video-row iframe {
        margin-bottom: 10px
    }
}

.inner-margin p {
    margin-bottom: 24px
}

pre {
    word-wrap: break-word;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 6px solid #2867ff;
    color: #666;
    display: block;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    page-break-inside: avoid
}

.breadcrumb ul {
    bottom: auto !important;
    position: relative !important;
    right: auto !important
}

.breadcrumb li {
    color: #7e7e7f;
    display: inline;
    font-size: 16px;
    margin-right: 8px;
    padding-right: 8px;
    position: relative
}

@media (max-width:576px) {
    .breadcrumb li {
        font-size: 13px;
        margin-bottom: 8px
    }
}

.breadcrumb li a {
    color: #fff
}

.breadcrumb li a:hover {
    color: #2668ff
}

.breadcrumb li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0
}

.breadcrumb li:last-child:after {
    display: none
}

.image-align-right {
    float: right;
    margin-left: 15px;
    max-width: 50%
}

@media (max-width:576px) {
    .image-align-right {
        margin-left: 0;
        max-width: 100%
    }
}

.image-align-left {
    float: left;
    margin-right: 15px;
    max-width: 50%
}

@media (max-width:576px) {
    .image-align-left {
        margin-right: 0;
        max-width: 100%
    }
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    margin-top: 0
}

h1 {
    font-size: 3rem;
    line-height: 1.05
}

@media (min-width:1025px) {
    h1 {
        font-size: 3.75rem;
        line-height: 1.2
    }
}

.lead {
    font-size: 1rem;
    font-weight: 700
}

@media (min-width:1025px) {
    .lead {
        font-size: 1.3125rem
    }
}

.text-center {
    text-align: center
}

.text-white {
    color: #fff
}

.font-0 {
    font-size: 0
}

.font-normal {
    font-weight: 400
}

.lh-0 {
    line-height: 0
}

a {
    cursor: pointer;
    text-decoration: none
}

.small {
    font-size: 16px
}

.fz-14 {
    font-size: 14px
}

.avatar,
.bg-cover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.box-shadow {
    box-shadow: 0 6px 12px 0 rgba(1, 69, 147, .3)
}

img {
    height: auto;
    max-width: 100%
}

.avatar {
    border-radius: 50%;
    overflow: hidden
}

button {
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.button {
    -webkit-appearance: none;
    background: #2868ff;
    border: none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    line-height: 1;
    min-width: 190px;
    padding: 0 16px;
    text-transform: uppercase;
    transition: all .3s cubic-bezier(.075, .82, .165, 1)
}

.button:hover {
    background: #fff;
    color: #2668ff
}

.button:focus {
    transform: scale(.95)
}

.ghost-button,
a.button {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.ghost-button {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    line-height: 1;
    padding: 0 24px;
    text-transform: uppercase;
    transition: all .3s cubic-bezier(.075, .82, .165, 1)
}

.ghost-button:hover {
    background: #fff;
    color: #2668ff;
}

.ghost-button:hover a {
    color: #2668ff!important;
}

.ghost-button:focus {
    transform: scale(.95)
}

@-webkit-keyframes animated-bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.loader {
    align-items: center;
    background-color: #fff;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 1100
}

.loader.hide {
    display: none
}

.section-title,
.section-title--margin {
    align-items: flex-end;
    display: flex;
    justify-content: space-between
}

.section-title--margin {
    margin-bottom: 24px
}

@media (max-width:567px) {

    .section-title,
    .section-title--margin {
        margin-bottom: 0
    }
}

.section-title--margin>div,
.section-title>div {
    align-items: flex-end;
    display: flex
}

.section-title--margin h2,
.section-title--margin h3,
.section-title--margin h4,
.section-title h2,
.section-title h3,
.section-title h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 16px
}

.section-title--margin h2.big,
.section-title--margin h3.big,
.section-title--margin h4.big,
.section-title h2.big,
.section-title h3.big,
.section-title h4.big {
    font-size: 65px;
    line-height: 70px
}

@media (max-width:768px) {

    .section-title--margin h2,
    .section-title--margin h2.big,
    .section-title--margin h3,
    .section-title--margin h3.big,
    .section-title--margin h4,
    .section-title--margin h4.big,
    .section-title h2,
    .section-title h2.big,
    .section-title h3,
    .section-title h3.big,
    .section-title h4,
    .section-title h4.big {
        font-size: 32px;
        line-height: 32px
    }
}

.section-title--margin h2 span,
.section-title--margin h3 span,
.section-title--margin h4 span,
.section-title h2 span,
.section-title h3 span,
.section-title h4 span {
    color: #2868ff
}

.section-title--margin h2+p,
.section-title--margin h3+p,
.section-title--margin h4+p,
.section-title h2+p,
.section-title h3+p,
.section-title h4+p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

@media (max-width:768px) {

    .section-title--margin h2+p,
    .section-title--margin h3+p,
    .section-title--margin h4+p,
    .section-title h2+p,
    .section-title h3+p,
    .section-title h4+p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }
}

.section-title--margin p,
.section-title p {
    margin-bottom: 0
}

.page-title,
.page-title--absolute,
.page-title--filter,
.page-title--smallmargin {
    margin: 50px 0;
    position: relative
}

@media (max-width:768px) {

    .page-title,
    .page-title--absolute,
    .page-title--filter,
    .page-title--smallmargin {
        margin: 18px 0
    }
}

.page-title--absolute h1,
.page-title--filter h1,
.page-title--smallmargin h1,
.page-title h1 {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 65px;
    font-weight: 800;
    justify-content: flex-start;
    line-height: 70px;
    margin-bottom: 0
}

@media (max-width:1000px) {

    .page-title--absolute h1,
    .page-title--filter h1,
    .page-title--smallmargin h1,
    .page-title h1 {
        font-size: 48px;
        line-height: normal;
        margin-bottom: 0
    }
}

@media (max-width:768px) {

    .page-title--absolute h1,
    .page-title--filter h1,
    .page-title--smallmargin h1,
    .page-title h1 {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 0
    }
}

.page-title--absolute h1 a,
.page-title--filter h1 a,
.page-title--smallmargin h1 a,
.page-title h1 a {
    display: block;
    margin-right: 20px
}

@media (max-width:567px) {

    .page-title--absolute h1 a,
    .page-title--filter h1 a,
    .page-title--smallmargin h1 a,
    .page-title h1 a {
        display: none
    }
}

.page-title--absolute h1 span,
.page-title--filter h1 span,
.page-title--smallmargin h1 span,
.page-title h1 span {
    padding: 0 24px
}

@media (max-width:768px) {

    .page-title--absolute h1 span,
    .page-title--filter h1 span,
    .page-title--smallmargin h1 span,
    .page-title h1 span {
        padding: 0
    }

    .page-title--filter {
        margin-top: 24px 0
    }
}

.page-title--filter .col-md-12 {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (max-width:768px) {
    .page-title--filter .col-md-12 {
        align-items: flex-start;
        flex-direction: column
    }
}

.page-title--filter h1 {
    display: inline-block
}

@media (max-width:768px) {
    .page-title--filter h1 {
        display: flex;
        justify-content: space-between;
        width: 100%
    }
}

.page-title--absolute a {
    position: absolute;
    right: 100%;
    top: 32px;
    width: 64px
}

.page-title--absolute a img {
    width: 100%
}

@media (max-width:768px) {
    .page-title--absolute a {
        position: relative;
        right: auto;
        top: auto
    }
}

.page-title--smallmargin {
    margin-bottom: 20px
}

.page-title--absolute ul,
.page-title--filter ul,
.page-title--smallmargin ul,
.page-title ul {
    bottom: 10px;
    position: absolute;
    right: 0
}

.page-title--absolute ul li,
.page-title--filter ul li,
.page-title--smallmargin ul li,
.page-title ul li {
    display: inline
}

.subtitle,
.subtitle--blue,
.subtitle--medium,
.subtitle--smallM {
    font-size: 24px;
    font-weight: 400;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 16px !important
}

.subtitle--blue {
    color: #2868ff
}

.subtitle--medium {
    font-weight: 500
}

@media (max-width:576px) {
    .subtitle--smallM {
        font-size: 16px;
        margin-bottom: 10px !important
    }
}

.other-projects p {
    font-size: 16px;
    line-height: 24px !important
}

.hero {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: calc(100vh + 88px);
    justify-content: center;
    left: 0;
    position: relative;
    position: fixed;
    right: 0;
    top: -88px;
    z-index: 0
}

.hero .cover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (max-width:768px) {
    .hero .cover {
        align-items: center;
        height: 120vh
    }
}

.hero .cover video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:768px) {
    .hero .cover video {
        height: 100vh;
        width: 100%
    }

    .hero {
        align-items: center;
        margin-bottom: 0 !important
    }
}

.hero .h1 {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    margin-bottom: 40px
}

@media (max-width:768px) {
    .hero .h1 {
        margin: 20px 0 70px
    }

    .hero .button {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        letter-spacing: 1.5px;
        margin: 50px auto 0;
        text-transform: uppercase
    }
}

@media (max-width:567px) {
    .hero .button {
        font-size: 14px
    }
}

.hero__title,
.hero__title--first,
.hero__title--stroke {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 55px;
    font-weight: 800
}

@media (max-width:768px) {

    .hero__title,
    .hero__title--first,
    .hero__title--stroke {
        font-size: 25px;
        text-align: center
    }
}

.hero__title--first span,
.hero__title--stroke span,
.hero__title span {
    display: inline
}

@media (max-width:768px) {

    .hero__title--first span,
    .hero__title--stroke span,
    .hero__title span {
        display: none
    }
}

.hero__title--first {
    display: flex;
    flex-direction: row
}

@media (max-width:768px) {
    .hero__title--first {
        display: inline
    }
}

.hero__title--first span {
    margin-right: 16px
}

.hero__title--stroke {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: #000;
    color: transparent;
    display: initial
}

@media (max-width:768px) {
    .hero__title--stroke {
        -webkit-text-stroke-width: 1px;
        margin: 8px 0
    }
}

.hero__icon {
    -webkit-animation: animated-bounce 2s ease infinite;
    animation: animated-bounce 2s ease infinite;
    bottom: 2rem;
    cursor: pointer;
    left: 50%;
    margin-left: -20px;
    position: absolute
}

@keyframes animated-bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.services-section {
    background: #2668ff;
    padding: 80px 0
}

@media (max-width:576px) {
    .services-section {
        padding: 25px 0
    }
}

.services-section .link--arrow:hover {
    color: #fff im !important
}

.service-list-section-title {
    margin-bottom: 40px
}

@media (max-width:576px) {
    .service-list-section-title {
        margin-bottom: 16px !important
    }

    .service-list-section-title h2,
    .service-list-section-title h3,
    .service-list-section-title h4 {
        font-size: 24px !important;
        margin-bottom: 0 !important
    }

    .service-list-section-title img {
        margin-right: 8px !important;
        width: 40px
    }

    .service-list-section-title>div {
        align-items: center
    }
}

.services {
    display: grid;
    gap: 50px 50px;
    grid-template-areas: ". . .";
    grid-template-columns: 1fr 1fr 1fr
}

@media (max-width:576px) {
    .services {
        display: block !important;
        padding: 0 12px
    }

    .services .services__box {
        align-items: center;
        height: 290px !important;
        justify-content: center !important;
        padding: 0 !important
    }
}

@media (max-width:768px) {
    .services {
        gap: 0 0;
        grid-template-areas: "." ".";
        grid-template-columns: 1fr;
        grid-template-rows: 1fr
    }
}

@media (max-width:1100px) {
    .services {
        gap: 30px 30px;
        grid-template-areas: ". ." ". ." ". .";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr
    }
}

.services__box {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start
}

.services__box a:hover {
    color: #fff
}

@media (max-width:576px) {
    .services__box img {
        margin-bottom: 16px
    }
}

.services__box .subtitle,
.services__box .subtitle--blue,
.services__box .subtitle--medium,
.services__box .subtitle--smallM {
    align-items: center;
    display: flex;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px !important;
    width: 100%
}

.services__box .subtitle+p,
.services__box .subtitle--blue+p,
.services__box .subtitle--medium+p,
.services__box .subtitle--smallM+p {
    font-size: 16px
}

@media (max-width:576px) {

    .services__box .subtitle+p,
    .services__box .subtitle--blue+p,
    .services__box .subtitle--medium+p,
    .services__box .subtitle--smallM+p {
        text-align: center
    }
}

.services__box .subtitle--blue img,
.services__box .subtitle--medium img,
.services__box .subtitle--smallM img,
.services__box .subtitle img {
    margin-left: 16px
}

@media (max-width:576px) {

    .services__box .subtitle,
    .services__box .subtitle--blue,
    .services__box .subtitle--medium,
    .services__box .subtitle--smallM {
        justify-content: center
    }

    .services__box .subtitle--blue img,
    .services__box .subtitle--medium img,
    .services__box .subtitle--smallM img,
    .services__box .subtitle img {
        display: none
    }
}

.services__box .subtitle--blue:hover img,
.services__box .subtitle--medium:hover img,
.services__box .subtitle--smallM:hover img,
.services__box .subtitle:hover img {
    -webkit-animation: animated-bounce-right 2s ease infinite;
    animation: animated-bounce-right 2s ease infinite;
    display: block
}

.services svg {
    stroke: #fff;
    height: 80px
}

@media (max-width:1000px) {
    .services svg {
        height: 60px;
        margin-bottom: 0;
        width: 60px
    }
}

@media (max-width:768px) {
    .services svg {
        height: 60px;
        margin-bottom: 25px;
        width: 60px
    }
}

@media (max-width:576px) {
    .services svg {
        margin-bottom: 0
    }
}

.slick-dots {
    display: flex !important;
    left: 0;
    position: absolute;
    top: 0
}

@media (max-width:768px) {
    .slick-dots {
        justify-content: center;
        position: relative;
        text-align: center
    }
}

.slick-dots button {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-right: 8px;
    min-height: 40px;
    min-width: 30px;
    padding-top: 6px;
    position: relative;
    transition: all .2s ease-in-out
}

@media (max-width:768px) {
    .slick-dots button {
        background: #fff;
        border: 0;
        border-radius: 3px;
        font-size: 0;
        height: 6px;
        min-height: auto;
        min-width: auto;
        padding: 0;
        width: 6px
    }

    .slick-dots button span {
        display: none !important
    }
}

.slick-dots button span {
    align-items: center;
    bottom: 6px;
    display: flex;
    left: 6px;
    position: absolute
}

.slick-dots .slick-active button {
    border-bottom-color: #2868ff;
    color: #2868ff !important;
    font-size: 16px;
    font-weight: 500;
    min-width: 65px;
    padding-right: 40px;
    padding-top: 5px
}

@media (max-width:768px) {
    .slick-dots .slick-active button {
        background: #2868ff;
        border: 0;
        border-radius: 3px;
        font-size: 0;
        height: 6px;
        min-height: auto;
        min-width: auto;
        padding: 0;
        width: 6px
    }

    .slick-dots .slick-active button span {
        display: none !important
    }
}

.slick-dots .slick-active button span {
    bottom: 3px;
    font-size: 20px;
    font-weight: 700
}

.slick-dots-white .slick-dots button {
    background: hsla(0, 0%, 100%, .5)
}

.slick-active .slick-dots-white .slick-dots button,
.slick-dots-white .slick-dots .slick-active button {
    background: #fff
}

.portfolio-wrapper .col {
    position: relative
}

@media (max-width:768px) {
    .portfolio-wrapper .col {
        display: flex;
        flex-direction: column-reverse;
        padding-left: 0;
        padding-right: 0
    }

    .portfolio-wrapper .col .tags,
    .portfolio-wrapper .col h3 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.portfolio-wrapper__all {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 10
}

@media (max-width:768px) {
    .portfolio-wrapper__all {
        display: block;
        margin: 16px auto 0;
        position: relative;
        right: auto;
        top: auto
    }
}

@media (max-width:576px) {
    .portfolio-wrapper__all {
        display: flex
    }
}

.portfolio-wrapper .slick-list {
    margin-left: -16px;
    margin-right: -16px
}

@media (max-width:768px) {
    .portfolio-wrapper .slick-list {
        margin-left: 0;
        width: 100%
    }
}

.portfolio-wrapper .slick-slide {
    margin-left: 16px;
    margin-right: 16px
}

@media (max-width:768px) {
    .portfolio-wrapper .slick-slide {
        margin-left: 0;
        margin-right: 0
    }
}

.responsive-slider {
    padding-top: 120px
}

@media (max-width:768px) {
    .responsive-slider {
        padding-top: 0
    }
}

.responsive-slider .slick-dots {
    top: 40px
}

@media (max-width:768px) {
    .responsive-slider .slick-dots {
        top: 0
    }
}

.article,
.article--nom,
.article--team {
    position: relative
}

.article--nom a.wrapper,
.article--team a.wrapper,
.article a.wrapper {
    display: block
}

@media (max-width:768px) {

    .article--nom a.wrapper,
    .article--team a.wrapper,
    .article a.wrapper {
        margin: 0
    }

    .article--nom a.wrapper:hover,
    .article--team a.wrapper:hover,
    .article a.wrapper:hover {
        color: #fff
    }
}

.article--nom a.wrapper {
    margin: 0
}

.article__image,
.article__image--small {
    align-items: center;
    background: #111214;
    display: flex;
    height: 290px;
    justify-content: flex-end;
    margin-bottom: 15px;
    margin-right: 16px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.article__image--small {
    height: 200px
}

.article__image--small .gallery,
.article__image .gallery {
    display: flex;
    height: 100%;
    width: 100%
}

.article__image--small .client-logo,
.article__image .client-logo {
    left: 32px;
    position: absolute;
    top: 32px;
    width: 100px
}

.article__image--small .mockup,
.article__image .mockup {
    align-self: flex-end;
    margin-bottom: 20px;
    margin-right: 24px;
    transition: all .8s;
    width: auto;
    z-index: 1
}

@media (max-width:992px) {

    .article__image--small .mockup,
    .article__image .mockup {
        height: 70%;
        margin-bottom: 15px
    }

    .article__image--small .mockup img,
    .article__image .mockup img {
        height: 100%;
        width: auto
    }
}

@media (max-width:768px) {

    .article__image,
    .article__image--small {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .article__image--small .client-logo,
    .article__image .client-logo {
        margin-top: 20px;
        position: unset
    }

    .article__image--small .mockup,
    .article__image .mockup {
        align-self: center;
        margin-right: unset
    }
}

@media (max-width:575px) {

    .article__image--small .client-logo,
    .article__image .client-logo {
        align-self: flex-start;
        margin-left: 32px
    }

    .article__image--small .mockup,
    .article__image .mockup {
        align-self: flex-end;
        margin-right: 24px
    }
}

@media (hover:hover) {

    .article__image--small:hover .mockup,
    .article__image:hover .mockup {
        transform: scale(1.1)
    }
}

.article__title {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px;
    overflow: hidden
}

:hover>.article__title {
    color: #2868ff
}

@media (max-width:768px) {
    .article__title {
        align-items: center;
        display: flex;
        font-size: 16px;
        line-height: 24px !important
    }
}

@media (max-width:576px) {
    .article__title {
        margin-bottom: 9px
    }
}

.article__title span {
    display: inline-block;
    font-size: 28px;
    margin-left: 8px
}

.article--nom .tags a,
.article--team .tags a,
.article .tags a {
    color: #80838c;
    font-size: 16px;
    font-weight: 500
}

.article--nom .tags a:hover,
.article--team .tags a:hover,
.article .tags a:hover {
    color: #fff
}

@media (max-width:768px) {

    .article--nom .tags a,
    .article--team .tags a,
    .article .tags a {
        font-size: 14px;
        line-height: 20px
    }
}

.article__profile {
    align-items: center;
    display: flex
}

.article__profile img {
    background: #131415;
    border-radius: 22px;
    flex-shrink: 0;
    height: 45px;
    margin-right: 16px;
    width: 45px
}

.article__profile p {
    color: #80838c;
    font-size: 16px;
    margin: 0
}

.article__profile p span {
    display: block;
    font-size: 14px;
    font-weight: 300
}

.article--team>div {
    margin: 0
}

.article--team a {
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0
}

.article--team p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.single-item-slider,
.single-item-slider--bottom-pager,
.single-item-slider--right-pager {
    padding-top: 110px;
    position: relative
}

@media (max-width:768px) {

    .single-item-slider,
    .single-item-slider--bottom-pager,
    .single-item-slider--right-pager {
        padding-top: 0
    }
}

.single-item-slider--bottom-pager .slick-dots,
.single-item-slider--right-pager .slick-dots,
.single-item-slider .slick-dots {
    top: 40px
}

@media (max-width:768px) {

    .single-item-slider--bottom-pager .slick-dots,
    .single-item-slider--right-pager .slick-dots,
    .single-item-slider .slick-dots {
        left: auto;
        position: relative;
        right: auto;
        top: auto
    }
}

.single-item-slider--right-pager .slick-dots {
    left: auto;
    right: 0
}

.single-item-slider--bottom-pager {
    padding-bottom: 50px
}

.single-item-slider--bottom-pager .slick-dots {
    bottom: 0;
    left: auto;
    right: 0;
    top: auto
}

.talk div {
    background: #131415
}

.talk .button {
    margin-left: 24px
}

@media (max-width:768px) {
    .talk .button {
        margin-left: 0
    }
}

@media (max-width:576px) {
    .talk .button {
        display: none
    }
}

.talk__image {
    background: #111214;
    margin-bottom: 15px
}

.talk__title {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 16px;
    margin-left: 24px
}

@media (max-width:768px) {
    .talk__title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
        margin-left: 0
    }
}

.talk__title+p {
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
    margin-left: 24px
}

@media (max-width:768px) {
    .talk__title+p {
        line-height: 24px;
        margin-left: 0
    }

    .talk iframe {
        height: 200px;
        margin-bottom: 32px
    }
}

@media (max-width:576px) {
    .talk iframe {
        margin-bottom: 0
    }
}

.clients-talk {
    position: relative
}

.clients-talk__all {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 10
}

@media (max-width:768px) {
    .clients-talk__all {
        display: block;
        margin: 16px auto 0;
        position: relative;
        right: auto;
        top: auto
    }
}

@media (max-width:576px) {
    .clients-talk__all {
        display: flex
    }
}

.awards {
    background: #131415;
    padding: 55px 0
}

@media (max-width:766px) {
    .awards {
        padding: 0 55px
    }
}

@media (max-width:576px) {
    .awards img {
        display: none
    }
}

.awards .col-md-4:last-child img {
    display: none !important
}

.awards__item {
    align-items: center;
    display: flex;
    flex-direction: row
}

.awards__item img {
    display: block
}

@media (max-width:1080px) {
    .awards__item {
        flex: 1;
        justify-content: center
    }

    .awards__item img {
        display: none !important
    }
}

.awards p {
    margin-bottom: 0
}

.awards img {
    position: relative;
    right: -20px
}

.awards .num {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: #000;
    color: transparent;
    font-size: 90px;
    font-weight: 800;
    margin-right: 40px
}

@media (max-width:1000px) {
    .awards .num {
        margin-right: 16px
    }
}

@media (max-width:768px) {
    .awards .num {
        font-size: 60px;
        margin-right: 24px;
        min-width: 80px;
        text-align: right
    }
}

.awards .num+p {
    font-weight: 300
}

@media (max-width:576px) {
    .awards .num+p {
        width: 120px
    }
}

.awards .num+p span {
    display: block;
    font-size: 25px;
    font-weight: 800
}

#awards {
    padding: 0
}

@media (max-width:766px) {
    #awards {
        padding: 0 55px
    }
}

.map {
    background: #000;
    height: 320px
}

.map .static-map {
    position: absolute;
    width: 100%;
    z-index: 0
}

.map .static-map>img {
    display: block;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.map .container {
    z-index: 1
}

@media (max-width:991px) {
    .map .container {
        margin-left: 0;
        margin-right: 0
    }
}

.map-container {
    padding-right: 300px;
    width: 100%;
    z-index: 1
}

@media (max-width:1101px) {
    .map-container {
        padding-right: 0
    }
}

.box {
    padding: 30px
}

.box img {
    flex-shrink: 0;
    margin-bottom: 10px;
    width: 32px
}

.box p {
    color: #f0f2f7;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 28px
}

.box .ghost-button {
    padding: 0
}

footer {
    background: #202021;
    padding-top: 50px
}

footer h5 {
    color: #80838c;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width:768px) {
    footer h5 {
        font-size: 16px;
        font-weight: 600
    }

    footer h5,
    footer li {
        text-align: center
    }
}

footer a,
footer p,
footer span {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px
}

@media (max-width:768px) {

    footer a,
    footer p,
    footer span {
        text-align: center
    }
}

footer a .hide-on-mobile,
footer p .hide-on-mobile,
footer span .hide-on-mobile {
    display: inline-block
}

footer a>.hide-on-mobile,
footer p>.hide-on-mobile,
footer span>.hide-on-mobile {
    margin-bottom: 24px
}

@media (max-width:768px) {
    footer .address-item {
        display: block;
        text-align: center
    }

    footer .menu-col {
        margin-bottom: 40px
    }
}

footer .menu-col p>span {
    display: block
}

@media (max-width:576px) {
    footer .menu-col {
        margin-bottom: 24px;
        padding: 0 90px
    }

    footer .menu-col p {
        text-align: center
    }

    footer .menu-col p span {
        display: block
    }

    footer .menu-col p span span {
        display: inline-block;
        width: 50px
    }
}

@media (max-width:340px) {
    footer .menu-col {
        padding: 0 30px
    }
}

@media (max-width:768px) {
    .social-wrapper {
        display: grid;
        gap: 32px 0;
        grid-template-areas: ". . ." ". . .";
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        padding: 16px 80px
    }
}

.social-wrapper a {
    margin: 0 24px
}

@media (max-width:768px) {
    .social-wrapper a {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0
    }
}

.social-wrapper img {
    fill: red
}

.footer-bottom {
    padding: 32px 0
}

@media (max-width:576px) {
    .footer-bottom__s {
        display: grid;
        gap: 24px 24px;
        grid-template-areas: ". . ." ". . .";
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        margin-bottom: 50px;
        padding: 0 80px
    }

    .footer-bottom__s+ul li {
        display: block !important
    }

    .footer-bottom__s+ul li a {
        font-size: 12px !important;
        margin: 0
    }
}

.bottom-menu {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.bottom-menu a {
    color: #80838c;
    margin-left: 16px;
    transition: all .2s ease-in
}

@media (max-width:1000px) {
    .bottom-menu a {
        font-size: 13px;
        margin-left: 8px
    }
}

.bottom-menu a:hover {
    color: #fff
}

.bottom-menu li:first-child a {
    margin-left: 0
}

.bottom-menu ul li {
    display: inline
}

@media (max-width:576px) {
    .bottom-menu {
        flex-direction: column
    }
}

.newsletter,
.newsletter--blue,
.newsletter--dark {
    padding: 90px 0
}

.newsletter--blue form,
.newsletter--dark form,
.newsletter form {
    align-items: flex-end;
    display: flex;
    height: 100%
}

.newsletter--blue form div,
.newsletter--dark form div,
.newsletter form div {
    width: 100%
}

@media (max-width:576px) {

    .newsletter--blue form,
    .newsletter--dark form,
    .newsletter form {
        margin-top: 8px
    }
}

.newsletter--dark {
    background: #131415
}

.newsletter--blue {
    background: #2668ff
}

.newsletter--blue input {
    color: #fff
}

.newsletter--blue input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.newsletter--blue input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.newsletter--blue input::placeholder {
    color: #fff;
    opacity: 1
}

.newsletter--blue input:-ms-input-placeholder {
    color: red
}

.newsletter--blue input::-ms-input-placeholder {
    color: red
}

.newsletter--blue input:active,
.newsletter--blue input:hover {
    border-color: #b3b3b3
}

.newsletter--blue input:focus {
    border-color: #ccc
}

.newsletter--blue .input,
.newsletter--dark .input,
.newsletter .input {
    -webkit-appearance: none;
    border-radius: 0;
    flex: 1px;
    margin-right: 32px
}

@media (max-width:768px) {

    .newsletter--blue .input,
    .newsletter--dark .input,
    .newsletter .input {
        flex: none;
        margin: 0 0 24px;
        margin: 0 0 16px;
        width: 100%
    }
}

.newsletter--blue button,
.newsletter--dark button,
.newsletter button {
    height: 58px;
    margin-left: 16px
}

@media (max-width:576px) {

    .newsletter--blue button,
    .newsletter--dark button,
    .newsletter button {
        margin-left: 0;
        margin-top: 16px
    }
}

@media (max-width:768px) {

    .newsletter,
    .newsletter--blue,
    .newsletter--dark {
        padding: 50px 0
    }

    .newsletter--blue .section-title,
    .newsletter--blue .section-title--margin,
    .newsletter--dark .section-title,
    .newsletter--dark .section-title--margin,
    .newsletter .section-title,
    .newsletter .section-title--margin {
        margin-bottom: 20px
    }

    .newsletter--blue .button,
    .newsletter--dark .button,
    .newsletter .button {
        flex: none
    }

    .newsletter--blue .form-row--split,
    .newsletter--dark .form-row--split,
    .newsletter .form-row--split {
        align-items: flex-start
    }
}

.form-row,
.form-row--split {
    display: flex
}

@media (max-width:768px) {

    .form-row,
    .form-row--split {
        flex-direction: column
    }
}

.form-row--split {
    justify-content: space-between
}

.input {
    -webkit-appearance: none;
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 45px;
    text-indent: 16px;
    transition: border-color .2s linear
}

.input:hover {
    border-color: #2868ff
}

.input:active {
    border-color: #002a8e
}

.input:focus {
    border-color: #0039c1
}

.desktopFilterWrapper {
    margin-bottom: -50px;
    position: relative;
    top: -50px
}

@media (max-width:768px) {
    .desktopFilterWrapper {
        display: none
    }
}

.mobileFilterWrapper {
    display: none
}

@media (max-width:768px) {
    .mobileFilterWrapper {
        display: block
    }
}

.filter {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: 100%
}

.filter__list {
    display: flex;
    z-index: 10
}

@media (max-width:768px) {
    .filter__list {
        width: 100%
    }
}

.filter__button {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    display: flex;
    flex: 1px;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    margin-left: 40px;
    position: relative;
    z-index: 100
}

@media (max-width:768px) {
    .filter__button {
        justify-content: space-between;
        margin: 0;
        padding: 16px
    }
}

.filter__button.active {
    color: #2868ff;
    font-weight: 600
}

.filter__button.active span {
    border-right: 2px solid #2868ff;
    border-top: 2px solid #2868ff;
    top: 2px;
    transform: rotate(-45deg)
}

.filter__button span {
    margin-left: 8px
}

.filter .arrow {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    display: inline-block;
    height: 9px;
    position: relative;
    top: -2px;
    transform: rotate(135deg);
    transition: all .3s ease;
    width: 9px
}

.filter .arrow.active {
    border-right: 2px solid #2868ff;
    border-top: 2px solid #2868ff;
    top: 2px;
    transform: rotate(-45deg)
}

.filter__toggle {
    align-items: center;
    background: none;
    border: none;
    display: none;
    justify-content: center
}

@media (max-width:768px) {
    .filter__toggle {
        display: flex;
        position: relative;
        z-index: 10000
    }
}

.filter__close {
    align-items: center;
    background: none;
    border: none;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 10
}

@media (max-width:768px) {
    .filter__close.visible {
        display: flex
    }
}

.filter__bg {
    background-color: rgba(0, 0, 0, .5);
    height: 0%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.filter__sublist {
    left: 0;
    padding: 0;
    width: 100%
}

.filter__sublist__button {
    background: none;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 38px;
    margin-left: 16px;
    padding: 0 16px
}

@media (max-width:768px) {
    .filter__sublist__button {
        display: inline-block;
        font-size: 12px;
        margin-bottom: 16px;
        margin-left: 8px
    }
}

.filter__sublist__button:hover {
    border-color: #2868ff;
    color: #2868ff
}

.filter__sublist__button.active {
    background: #2868ff;
    border-color: #2868ff;
    color: #fff
}

.filter__sublist>div {
    display: flex;
    justify-content: flex-end
}

@media (max-width:768px) {
    .filter__sublist>div {
        display: block
    }
}

#sublist-container {
    display: none;
    max-height: 100px;
    overflow: hidden;
    padding-top: 60px;
    width: 100%
}

@media (max-width:768px) {
    #sublist-container {
        max-height: none;
        padding-top: 0
    }
}

.mobile-filter__toggle {
    background: none;
    border: none;
    display: none
}

@media (max-width:768px) {
    .mobile-filter__toggle.empty {
        display: block
    }

    .mobile-filter__toggle.filled {
        display: none
    }
}

#mobileFilter {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

#mobileFilter .close {
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 100px
}

#mobileFilter .filter {
    display: grid;
    gap: 0 24px;
    grid-template-columns: 1fr 1fr;
    margin-top: 150px;
    position: relative
}

#mobileFilter .filter>div {
    align-items: flex-start;
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: flex-start
}

#mobileFilter .filter>div .sub {
    left: 0;
    padding: 0 8px;
    position: absolute;
    width: 100%
}

#mobileFilter .filter>div .sub.firstRow {
    top: 60px
}

#mobileFilter .filter>div .sub.secondRow {
    top: 120px
}

#mobileFilter .filter .inner-wrapper {
    display: none
}

#mobileFilter .filter #device-sub {
    height: 160px
}

#mobileFilter .filter #bereich-sub,
#mobileFilter .filter #branche-sub {
    height: 220px
}

#letters {
    display: grid;
    grid-template-areas: ". . . .";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 16px;
    width: 100%
}

@media (max-width:576px) {
    #letters {
        margin-bottom: 30px;
        padding: 0 60px
    }
}

#letters button {
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .2s ease-in
}

#letters button.active {
    color: #2868ff
}

#letters button:hover {
    transform: scale(1.09)
}

@media (max-width:576px) {
    #letters button {
        font-size: 25px
    }
}

.accordion {
    list-style: none;
    padding: 0
}

.accordion .inner {
    display: none;
    margin-top: 24px;
    overflow: hidden;
    padding-left: 1em
}

.accordion li {
    margin: 0 0 24px
}

.accordion__toggle {
    align-items: center;
    background: none;
    border: none;
    border-radius: 6px;
    color: #fefefe;
    display: flex;
    font-size: 35px;
    font-weight: 700;
    justify-content: space-between;
    padding: 8px 24px;
    text-align: left;
    transition: background .3s ease;
    width: 100%
}

.accordion__toggle:hover {
    background: rgba(0, 0, 0, .2)
}

.accordion__toggle.active {
    background: rgba(0, 0, 0, .5);
    color: #2868ff
}

.accordion__toggle.active svg {
    stroke: #2868ff;
    transform: rotate(180deg)
}

.accordion__toggle svg {
    stroke: #fff;
    transition: transform .2s cubic-bezier(.215, .61, .355, 1);
    width: 32px
}

@media (max-width:576px) {
    .accordion__toggle {
        font-size: 16px;
        font-weight: 600;
        padding: 8px 16px
    }
}

#cookie_banner-wrapper {
    position: relative;
    z-index: 9001
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

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

#cookie_banner-wrapper .cookie_container {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    overflow: hidden;
    padding: 40px;
    position: fixed
}

@media (max-width:499px) {
    #cookie_banner-wrapper .cookie_container {
        left: 0;
        right: 0
    }
}

@media (min-width:500px) {
    #cookie_banner-wrapper .cookie_container {
        bottom: 20px;
        right: 20px;
        width: 300px
    }
}

#cookie_banner-wrapper .cookie_container .cookie_message {
    font-size: 20px
}

#cookie_banner-wrapper .cookie_container .cookie_message a {
    color: #2668ff;
    display: block;
    text-decoration: none
}

#cookie_banner-wrapper .cookie_container .cookie_message a:hover {
    color: #407aff;
    text-decoration: underline
}

#cookie_banner-wrapper .cookie_container .cookie_message a:active {
    color: #0d56ff
}

#cookie_banner-wrapper .cookie_container .cookie_btn {
    align-items: center;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    justify-content: center;
    line-height: 1;
    margin-top: 32px;
    padding: 0 24px;
    text-transform: uppercase;
    transition: all .3s cubic-bezier(.075, .82, .165, 1);
    width: 100%
}

#cookie_banner-wrapper .cookie_container .cookie_btn:hover {
    background: #fff;
    color: #2668ff
}

#cookie_banner-wrapper .cookie_container .cookie_btn:focus {
    transform: scale(.95)
}

@media print {
    #cookie_banner-wrapper {
        display: none
    }
}

@media (max-width:320px) {

    #c-button-wrapper,
    #CybotCookiebotDialogBodyLevelButtonsSelectPane {
        flex-direction: column
    }

    #c-button-wrapper a+a {
        margin-top: 16px
    }
}

.menu {
    left: 0;
    min-height: 85px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

.menu .mobile-logo {
    display: none;
    height: 20px;
    margin: 23px auto 0;
    text-align: center
}

.menu .mobile-logo h1 {
    font-size: 0;
    margin: 0
}

.menu .mobile-logo img {
    height: 20px
}

@media (max-width:1000px) {
    .menu {
        min-height: 65px
    }

    .menu.open {
        bottom: 0
    }

    .menu.open .mobile-logo {
        display: none
    }

    .menu .mobile-logo {
        display: block
    }

    .menu .container {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background: rgba(19, 20, 21, .8);
        display: none;
        height: 100%;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .menu .container.active {
        display: flex
    }

    .menu .container .row {
        height: 100%;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .menu .container .col {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: space-between
    }
}

.menu:hover .blur-overlay {
    display: block
}

.outer-wrapper {
    position: relative;
    z-index: 1
}

@media (max-width:1000px) {
    .outer-wrapper {
        bottom: 0;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }
}

.blur-overlay {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(19, 20, 21, .5);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.blur-overlay.visible {
    display: block
}

.navigation {
    align-items: center;
    display: flex;
    height: 85px;
    justify-content: space-between;
    width: 100%
}

@media (max-width:1000px) {
    .navigation {
        flex-direction: column;
        height: auto;
        padding: 70px 50px 50px
    }

    .navigation .navbar-brand {
        display: none
    }

    .navigation>ul {
        flex-direction: column;
        width: 100%
    }
}

.navigation>ul {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.navigation li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 16px;
    text-transform: uppercase;
    transition: color .3s linear
}

.navigation li a:hover {
    color: #2868ff
}

@media (max-width:1000px) {
    .navigation li a {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100%
    }
}

.navigation li ul li a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 24px;
    margin-bottom: 24px;
    text-transform: none
}

.navigation li ul li:hover .menu__arrow {
    border-color: #2868ff
}

@media (min-width:1000px) {
    .navigation__item:hover .navigation__submenu {
        display: flex
    }
}

.navigation__item {
    height: 100%
}

@media (min-width:1000px) {
    .navigation__item {
        align-items: center;
        display: flex;
        justify-content: center
    }
}

@media (max-width:1000px) {
    .navigation__item {
        margin-bottom: 20px;
        width: 100%
    }
}

.navigation__submenu {
    background: rgba(19, 20, 21, .5);
    display: none;
    height: 400px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

.navigation__submenu.visible {
    z-index: 10
}

@media (min-width:1001px) {
    .navigation__submenu {
        border-top: 1.5px solid #2868ff
    }
}

@media (max-width:1000px) {
    .navigation__submenu {
        background: none;
        display: none;
        height: 80%;
        top: 0;
        z-index: 10
    }
}

.navigation__submenu .overflow-wrapper {
    align-items: center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 135px;
    width: 100%
}

@media (max-width:1060px) {
    .navigation__submenu .overflow-wrapper {
        padding-left: 20px
    }
}

.navigation__submenu .submenu_wrapper {
    display: flex;
    height: 100%;
    justify-self: center;
    min-width: 395px;
    position: relative
}

@media (max-width:1000px) {
    .navigation__submenu .submenu_wrapper {
        min-width: none
    }
}

.navigation__submenu .submenu_wrapper .bg {
    background: rgba(19, 20, 21, .75);
    display: flex;
    flex-direction: column;
    overflow: scroll;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 395px
}

@media (max-width:1000px) {
    .navigation__submenu .submenu_wrapper .bg {
        background: none;
        min-width: none
    }
}

.navigation__submenu .submenu_wrapper ul li {
    display: block;
    padding-left: 24px;
    padding-right: 24px
}

.navigation__submenu .submenu_wrapper ul li.only-mobile {
    display: none
}

@media (max-width:1000px) {
    .navigation__submenu .submenu_wrapper ul li.only-mobile {
        display: block
    }
}

.navigation__submenu .submenu_wrapper ul li:hover>a {
    color: #2868ff
}

@media (min-width:1000px) {
    .navigation__submenu .submenu_wrapper ul li:hover .navigation__finalmenu__list {
        display: block
    }
}

.navigation__submenu .navigation__finalmenu__list {
    bottom: 0;
    display: none;
    left: 100%;
    min-width: 395px;
    overflow: scroll;
    padding: 20px 40px 40px;
    position: absolute;
    top: 0
}

@media (max-width:1000px) {
    .navigation__submenu .navigation__finalmenu__list {
        display: none;
        left: 0;
        min-width: auto;
        padding: 0;
        position: relative
    }
}

.navigation__submenu .navigation__finalmenu__list.visible {
    display: block
}

.navigation__submenu div.submenu__title__wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: -20px 0 0;
    padding: 0;
    width: 100%
}

@media (max-width:1000px) {
    .navigation__submenu div.submenu__title__wrapper {
        margin-bottom: 30px;
        margin-top: -38px
    }
}

.navigation__submenu div.submenu__title__wrapper button {
    display: none
}

@media (max-width:1000px) {
    .navigation__submenu div.submenu__title__wrapper button {
        background: none;
        border: none;
        display: block;
        margin-left: 16px;
        width: 35px
    }
}

.navigation__submenu__title {
    color: hsla(0, 0%, 100%, .5);
    font-size: 14px;
    line-height: 48px;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:1000px) {
    .navigation__submenu__title {
        font-size: 16px;
        padding-left: 5px
    }
}

.menu__arrow {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    display: inline-block;
    height: 10px;
    width: 10px
}

.menu__arrow-right {
    transform: rotate(45deg)
}

.menu-toggler {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    display: none;
    left: 10px;
    outline: 0;
    padding: 4px 8px;
    position: absolute;
    top: 13px;
    z-index: 10
}

@media (max-width:1000px) {
    .menu-toggler {
        display: block
    }
}

.menu-toggler .navbar-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    width: 30px
}

.menu-toggler .navbar-icon span {
    background-color: #fff;
    display: flex;
    height: 2px;
    position: relative;
    transition: all .5s ease;
    width: 22px
}

.menu-toggler .navbar-icon span:nth-child(2) {
    margin: 4px auto
}

.menu-toggler.active span:not(:nth-child(2)) {
    position: absolute
}

.menu-toggler.active span:first-child {
    transform: rotate(45deg)
}

.menu-toggler.active span:nth-child(3) {
    transform: rotate(-45deg)
}

.menu-toggler.active span:nth-child(2) {
    opacity: 0
}

.nav-s {
    align-self: flex-end;
    display: flex;
    margin: 0 auto;
    padding: 30px 30px 0;
    width: 100%
}

@media (min-width:1000px) {
    .nav-s {
        display: none
    }
}

.nav-s ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.nav-s ul li {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    width: 33%
}

@media (max-width:1000px) {
    .navigation__submenu__list {
        padding-left: 20px;
        padding-right: 20px
    }
}

.navigation__submenu__list .menu__arrow {
    transition: transform .3s ease-in-out
}

@media (max-width:1000px) {
    .navigation__submenu__list .menu__arrow {
        transform: rotate(135deg)
    }
}

.navigation__submenu__list .menu__arrow.up {
    transform: rotate(315deg)
}

.home-content {
    padding-top: 100vh
}

.home-content>.bg-wrapper {
    background: #131415;
    padding-top: 20vh;
    position: relative
}

@media (max-width:768px) {
    .home-content>.bg-wrapper {
        padding-top: 60px
    }
}

@media (max-width:576px) {

    .services-section .section-title,
    .services-section .section-title--margin {
        margin-bottom: 0 !important
    }
}

@media (max-width:768px) {

    .whoweare .wistia_responsive_padding,
    .whoweare iframe {
        height: 200px;
        margin-bottom: 24px
    }
}

.whoweare .subtitle,
.whoweare .subtitle--blue,
.whoweare .subtitle--medium,
.whoweare .subtitle--smallM {
    padding-left: 24px
}

@media (max-width:576px) {

    .whoweare .subtitle,
    .whoweare .subtitle--blue,
    .whoweare .subtitle--medium,
    .whoweare .subtitle--smallM {
        margin-top: 24px;
        padding-left: 0
    }
}

.whoweare ul {
    padding-left: 24px
}

@media (max-width:768px) {
    .whoweare ul {
        padding-left: 0
    }
}

.whoweare li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative
}

.whoweare li:before {
    left: 0;
    position: absolute;
    top: 3px
}

@media (max-width:576px) {
    .whoweare li {
        font-size: 14px;
        margin-bottom: 8px
    }

    .who-we-are-title {
        margin-bottom: 0
    }
}

.clients-talk .single-item-slider,
.clients-talk .single-item-slider--bottom-pager,
.clients-talk .single-item-slider--right-pager {
    padding-top: 110px
}

@media (max-width:576px) {

    .clients-talk .single-item-slider,
    .clients-talk .single-item-slider--bottom-pager,
    .clients-talk .single-item-slider--right-pager {
        padding-bottom: 0;
        padding-top: 0
    }
}

.clients-talk .talk__image {
    margin-bottom: 0
}

.clients-talk .slick-dots {
    top: 40px
}

@media (max-width:576px) {
    .clients-talk .slick-dots {
        position: relative;
        top: 0
    }
}

.clients-talk-title img {
    position: relative;
    top: -60px
}

.lets-work-together--dark {
    background: #2668ff
}

.lets-work-together--blue {
    background: #2668ff;
    padding: 85px 0
}

@media (max-width:1000px) {
    .lets-work-together--blue {
        padding: 32px 0
    }
}

@media (max-width:768px) {
    .lets-work-together--blue {
        padding: 25px 0
    }
}

.lets-work-together--padding {
    padding: 40px 0 55px
}

@media (max-width:768px) {

    .lets-work-together--blue img,
    .lets-work-together--dark img,
    .lets-work-together--padding img,
    .lets-work-together img {
        display: none
    }
}

.lets-work-together--blue .offset-md-2,
.lets-work-together--dark .offset-md-2,
.lets-work-together--padding .offset-md-2,
.lets-work-together .offset-md-2 {
    display: flex;
    justify-content: flex-end
}

.lets-work-together--blue .ghost-button,
.lets-work-together--dark .ghost-button,
.lets-work-together--padding .ghost-button,
.lets-work-together .ghost-button {
    margin-top: 24px
}

@media (max-width:576px) {

    .lets-work-together--blue .ghost-button,
    .lets-work-together--dark .ghost-button,
    .lets-work-together--padding .ghost-button,
    .lets-work-together .ghost-button {
        font-size: 14px;
        margin: 16px auto 0
    }
}

.lets-work-together--blue h4,
.lets-work-together--dark h4,
.lets-work-together--padding h4,
.lets-work-together h4 {
    word-break: normal !important
}

@media (max-width:576px) {
    .wecreate .portfolio-wrapper {
        margin-top: 32px
    }
}

@media (min-width:768px) {
    .wecreate .portfolio-wrapper .responsive-slider {
        padding-top: 110px
    }
}

@media (max-width:576px) {

    .clients-talk-title,
    .we-create-title {
        margin-bottom: 0
    }

    .clients-talk-title+p {
        margin-bottom: 32px
    }
}

.linked a {
    font-weight: 700;
    text-decoration: underline
}

@media (max-width:576px) {

    .project-details-page .subtitle,
    .project-details-page .subtitle--blue,
    .project-details-page .subtitle--medium,
    .project-details-page .subtitle--smallM {
        margin-bottom: 8px !important
    }

    .margin-first-mobileÂ :first-child div {
        margin-bottom: 32px
    }
}

.device-selector-wrapper {
    flood-color: initial;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%
}

.device-selector-wrapper button {
    background: none;
    border: none
}

.device-selector-wrapper button.active svg {
    stroke: #2868ff;
    transform: scale(1.07)
}

.device-selector-wrapper button svg {
    stroke: #fff;
    transition: all .3s ease-in
}

.device-selector-wrapper button svg:hover {
    stroke: #2868ff;
    transform: scale(1.07)
}

.device-selector-wrapper img {
    cursor: pointer;
    margin: 0 8px;
    width: 32px
}

.device-selector-wrapper+img {
    display: block;
    margin: 0 auto;
    max-height: 340px
}

.project-details {
    margin-top: 32px
}

.project-details__year {
    display: block;
    font-size: 60px !important;
    font-weight: 800;
    line-height: 1
}

@media (max-width:576px) {
    .project-details__year {
        line-height: 70px;
        line-height: 1;
        margin-top: 0
    }
}

.project-details__yearwrapper {
    padding-top: 66px
}

@media (max-width:576px) {
    .project-details__yearwrapper {
        padding-top: 0
    }

    .project-details__yearwrapper .subtitle,
    .project-details__yearwrapper .subtitle--blue,
    .project-details__yearwrapper .subtitle--medium,
    .project-details__yearwrapper .subtitle--smallM {
        margin-bottom: 0 !important
    }

    .project-details .col-md-3 {
        margin-bottom: 32px
    }
}

.project-team {
    display: flex;
    padding-top: 60px
}

.project-team__col {
    display: flex;
    flex: 1px;
    flex-direction: column
}

.project-team__col:nth-child(2n) {
    margin-left: 24px;
    text-align: right
}

@media (max-width:768px) {
    .project-team__col:nth-child(2n) {
        margin-left: 0;
        text-align: left
    }
}

.project-team__col>div {
    margin-bottom: 40px
}

@media (max-width:576px) {
    .project-team__col>div {
        margin-bottom: 0
    }
}

.project-team__col>div:last-child {
    margin-bottom: 0
}

@media (max-width:576px) {
    .project-team__col>div:last-child {
        margin-bottom: 16px
    }
}

.project-team__col .subtitle,
.project-team__col .subtitle--blue,
.project-team__col .subtitle--medium,
.project-team__col .subtitle--smallM {
    margin-bottom: 4px !important
}

@media (max-width:768px) {
    .project-team {
        flex-direction: column
    }
}

@media (max-width:576px) {
    .project-team {
        padding-top: 24px
    }
}

.project-service {
    margin-bottom: 60px
}

.project-service .subtitle,
.project-service .subtitle--blue,
.project-service .subtitle--medium,
.project-service .subtitle--smallM {
    margin-bottom: 16px
}

.project-service .subtitle--blue img,
.project-service .subtitle--medium img,
.project-service .subtitle--smallM img,
.project-service .subtitle img {
    margin-right: 8px;
    width: 32px
}

@media (max-width:576px) {
    .project-service {
        margin-bottom: 32px
    }
}

.showcase>div {
    padding: 100px 0;
    position: relative
}

@media (max-width:1000px) {
    .showcase>.container {
        max-width: 100%
    }
}

@media (max-width:576px) {
    .showcase {
        padding: 0
    }

    .showcase>div {
        padding: 0 0 40px
    }
}

.showcase-outer {
    margin: 0 auto;
    max-width: 1500px
}

.showcase-slider .slick-track {
    align-items: center;
    display: flex
}

@media (max-width:576px) {
    .showcase-slider .slick-list {
        padding: 0 !important
    }
}

.showcase-slider .slick-slide {
    height: 743px;
    padding: 0 16px;
    transition: transform .3s linear
}

@media (max-width:750px) {
    .showcase-slider .slick-slide img {
        height: 594px;
        width: auto
    }
}

@media (max-width:576px) {
    .showcase-slider .slick-slide img {
        height: 475px;
        width: auto
    }
}

@media (max-width:450px) {
    .showcase-slider .slick-slide img {
        height: 356px;
        width: auto
    }
}

.showcase-slider .slick-slide.slick-center {
    transform: scale(1)
}

.showcase-slider .slick-slide:not(.slick-center) {
    filter: blur(4px);
    opacity: .6;
    transform: scale(.75)
}

@media (max-width:750px) {
    .showcase-slider .slick-slide {
        box-sizing: border-box;
        height: 594px
    }
}

@media (max-width:576px) {
    .showcase-slider .slick-slide {
        box-sizing: border-box;
        height: 475px;
        padding: 0
    }
}

@media (max-width:450px) {
    .showcase-slider .slick-slide {
        box-sizing: border-box;
        height: 356px;
        padding: 0
    }
}

.device-overlay {
    align-items: center;
    display: block;
    height: 739px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:750px) {
    .device-overlay {
        height: 594px;
        top: 0
    }
}

@media (max-width:576px) {
    .device-overlay {
        height: 475px;
        top: 0
    }
}

@media (max-width:450px) {
    .device-overlay {
        height: 356px;
        top: 0
    }
}

.device-overlay img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto
}

.os-selector {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: 50px;
    width: 100%
}

@media (max-width:576px) {
    .os-selector {
        top: 20px
    }
}

.os-selector button {
    background: none;
    border: none
}

.os-selector button.active svg {
    stroke: #2868ff
}

.logos-section,
.logos-section--dark,
.logos-section--nopadding {
    padding: 40px 55px
}

.logos-section--dark {
    background: #131415
}

.logos-section--nopadding {
    padding: 0
}

.logos-section__list,
.logos-section__list--one {
    display: grid;
    gap: 40px 100px;
    grid-template-areas: ". . . ." ". . . .";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr
}

.logos-section__list--one {
    grid-template-areas: ". . . .";
    grid-template-rows: 1fr
}

@media (max-width:768px) {

    .logos-section,
    .logos-section--dark,
    .logos-section--nopadding {
        display: none
    }
}

@media (max-width:576px) {
    .project-video iframe {
        height: 200px
    }

    .store-links {
        text-align: center
    }
}

.store-links span {
    font-size: 40px;
    transition: all .2s cubic-bezier(.215, .61, .355, 1)
}

.store-links a:hover span:before {
    color: #2868ff
}

#androidSlider {
    display: none
}

.rating-wrapper {
    display: flex
}

.rating-wrapper p {
    margin-left: 10px;
    margin-top: 3px
}

.rating {
    display: flex
}

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

.show-next,
.show-prev {
    background: none;
    border: none;
    margin-top: -53px;
    position: absolute;
    top: 50%;
    z-index: 10
}

@media (max-width:800px) {

    .show-next,
    .show-prev {
        display: none
    }
}

.show-prev {
    left: 0
}

@media (max-width:1250px) {
    .show-prev {
        left: 30px
    }
}

.show-next {
    right: 0
}

@media (max-width:1250px) {
    .show-next {
        right: 30px
    }
}

.service-section .section-title,
.service-section .section-title--margin {
    margin-bottom: 32px
}

@media (max-width:576px) {
    .service-section p.mb-60 {
        margin-bottom: 32px !important
    }
}

.ordered-list {
    margin: 0;
    max-width: 380px
}

@media (max-width:576px) {
    .ordered-list {
        padding-left: 16px
    }
}

.ordered-list li {
    font-size: 24px;
    margin-bottom: 16px
}

@media (max-width:576px) {
    .ordered-list li {
        font-size: 16px;
        margin-bottom: 8px
    }
}

.ordered-list a {
    display: flex;
    justify-content: space-between;
    margin-left: 8px
}

@media (max-width:576px) {
    .ordered-list a {
        margin-left: 0
    }
}

.ordered-list a span {
    font-size: 40px
}

.ordered-list a:hover {
    color: #2868ff
}

.ordered-list a:hover span {
    -webkit-animation: animated-bounce-right 2s ease infinite;
    animation: animated-bounce-right 2s ease infinite
}

.ordered-list a:hover span:before {
    color: #2868ff
}

.iconlist,
.iconlist--pushed,
.iconlist--three {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 24px
}

@media (max-width:576px) {

    .iconlist,
    .iconlist--pushed,
    .iconlist--three {
        grid-template-columns: 1fr;
        row-gap: 16px
    }

    .iconlist.mb-60,
    .mb-60.iconlist--pushed,
    .mb-60.iconlist--three {
        margin-bottom: 32px !important
    }
}

.iconlist--pushed {
    -moz-column-gap: 200px;
    column-gap: 200px
}

@media (max-width:1000px) {
    .iconlist--pushed {
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.iconlist--three {
    grid-template-columns: 1fr 1fr 1fr
}

@media (max-width:576px) {
    .iconlist--three {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 40px
    }

    .iconlist--three p {
        font-size: 14px !important
    }
}

.iconlist--pushed>div,
.iconlist--three>div,
.iconlist>div {
    align-items: center;
    display: flex
}

.iconlist--pushed img,
.iconlist--three img,
.iconlist img {
    margin-right: 32px;
    width: 64px
}

@media (max-width:1000px) {

    .iconlist--pushed img,
    .iconlist--three img,
    .iconlist img {
        margin-right: 16px;
        width: 48px
    }
}

@media (max-width:768px) {

    .iconlist--pushed img,
    .iconlist--three img,
    .iconlist img {
        margin-right: 8px;
        width: 32px
    }
}

.iconlist--pushed p,
.iconlist--three p,
.iconlist p {
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding-top: 5px
}

@media (max-width:1000px) {

    .iconlist--pushed p,
    .iconlist--three p,
    .iconlist p {
        font-size: 22px
    }
}

@media (max-width:768px) {

    .iconlist--pushed p,
    .iconlist--three p,
    .iconlist p {
        padding-top: 0
    }
}

@media (max-width:576px) {

    .iconlist--pushed p,
    .iconlist--three p,
    .iconlist p {
        font-size: 18px
    }
}

.grid-boxes {
    -moz-column-gap: 200px;
    column-gap: 200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 60px
}

@media (max-width:1000px) {
    .grid-boxes {
        -moz-column-gap: 48px;
        column-gap: 48px;
        row-gap: 24px
    }
}

@media (max-width:576px) {
    .grid-boxes {
        grid-template-columns: 1fr;
        row-gap: 24px
    }
}

.grid-boxes>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.grid-boxes p {
    margin-bottom: 0
}

@media (max-width:576px) {

    .recommended .article,
    .recommended .article--nom,
    .recommended .article--team {
        margin-bottom: 24px
    }
}

.scrollToLink svg {
    stroke: #fff
}

.single-service-section .section-title,
.single-service-section .section-title--margin {
    margin-bottom: 32px
}

.single-service-section .section-title--margin h2,
.single-service-section .section-title--margin h3,
.single-service-section .section-title--margin h4,
.single-service-section .section-title h2,
.single-service-section .section-title h3,
.single-service-section .section-title h4 {
    font-size: 55px
}

.single-service-section p {
    line-height: 32px
}

.service-content h1 {
    font-size: 65px
}

.service-content h2 {
    font-size: 35px;
    margin-bottom: 40px;
    margin-top: 20px
}

.service-content h3 {
    font-size: 25px;
    margin-top: 40px
}

.service-content p {
    font-size: 20px;
    margin-top: 20px
}

@media (max-width:768px) {
    .service-content h1 {
        font-size: 32px
    }

    .service-content h2 {
        font-size: 25px;
        margin-bottom: 30px;
        margin-top: 15px
    }

    .service-content h3 {
        font-size: 20px;
        margin-top: 40px
    }

    .service-content p {
        font-size: 18px;
        margin-top: 18px
    }
}

.blog-paragraph__title {
    font-size: 45px;
    font-weight: 700px
}

@media (max-width:576px) {
    .blog-paragraph__title {
        font-size: 25px;
        margin-bottom: 10px !important
    }
}

.blog-paragraph__title span {
    font-size: 55px;
    font-weight: 800
}

@media (max-width:576px) {
    .blog-paragraph__title span {
        font-size: 32px
    }
}

.blog-paragraph p {
    margin-bottom: 40px
}

@media (max-width:576px) {
    .blog-paragraph p {
        margin-bottom: 20px
    }
}

.blog-paragraph p:last-child {
    margin-bottom: 0
}

@media (max-width:576px) {
    .blog-page-title {
        margin: 32px 0 16px
    }

    .blog-page-title img {
        width: 40px
    }

    .blog-page-title h1 {
        font-size: 25px
    }

    .blog-page-title svg {
        width: 20px
    }

    .blog-page-title p {
        font-weight: 400;
        margin-bottom: 8px
    }
}

.blog-content h2 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 32px
}

.blog-content a {
    text-decoratoin-color: #fff;
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

.blog-content a:hover {
    color: #2868ff;
    -webkit-text-decoration: underline #2868ff;
    text-decoration: underline #2868ff
}

.blog-content blockquote {
    margin-top: 24px;
    padding-left: 56px;
    position: relative
}

.blog-content blockquote:before {
    content: url(../../../assets/img/quotation-marks.svg);
    left: 0;
    position: absolute;
    top: 0
}

.blog-content>p {
    display: inline-block
}

.blog-content>figure,
.blog-content>p {
    margin-bottom: 24px
}

.blog-content>h3 {
    margin-top: 24px
}

.blog-content p+p {
    margin-top: 16px
}

.blog-share li {
    display: inline-block;
    margin-left: 16px
}

@media (max-width:576px) {
    .blog-author {
        margin-bottom: 16px !important
    }

    .uber-uns-page .grid-boxes {
        row-gap: 32px
    }
}

.uber-uns-page .gallery-content {
    margin-top: 145px
}

@media (max-width:576px) {
    .uber-uns-page .gallery-content {
        margin-top: 0
    }
}

.partner-slider {
    padding-top: 80px
}

.partner-slider .slick-dots {
    top: 10px
}

@media (max-width:576px) {
    .partner-slider {
        padding-top: 0
    }
}

.gallery-slider-wrapper {
    position: relative
}

.gallery-slider-wrapper .link,
.gallery-slider-wrapper .link--arrow,
.gallery-slider-wrapper .link--blue,
.gallery-slider-wrapper .link--mobileBlue,
.gallery-slider-wrapper .link--white {
    position: absolute;
    right: 18px;
    top: 60px;
    z-index: 10
}

.gallery-slider-wrapper .slick-dots {
    bottom: auto;
    left: 0;
    right: auto;
    top: 50px
}

@media (max-width:576px) {
    .gallery-slider-wrapper .slick-dots {
        top: auto
    }
}

.gallery-slider-wrapper .single-item-slider--bottom-pager {
    padding-bottom: 30px
}

.gallery-item {
    display: flex;
    justify-content: space-between
}

.gallery-item__left {
    width: 90%
}

@media (max-width:576px) {
    .gallery-item__left {
        width: 100%
    }
}

.gallery-item__left img {
    margin-bottom: 40px
}

@media (max-width:576px) {
    .gallery-item__left {
        margin-bottom: 20px
    }

    .gallery-item {
        flex-direction: column
    }

    .gallery-item>div {
        margin-top: 0;
        width: 100%
    }

    .gallery-item>div img {
        margin-bottom: 10px
    }
}

.timeline {
    overflow: hidden;
    position: relative
}

@media (max-width:576px) {
    .timeline {
        display: none
    }
}

.timeline:before {
    background: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.timeline__item,
.timeline__item--bottom,
.timeline__item--top {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.timeline__item--bottom:after,
.timeline__item--top:after,
.timeline__item:after {
    background: #fff;
    content: "";
    height: 32px;
    left: 50%;
    position: absolute;
    width: 1px
}

.timeline__item--top {
    padding-bottom: 180px
}

.timeline__item--top:after {
    top: calc(50% - 32px)
}

.timeline__item--bottom {
    padding-top: 220px
}

.timeline__item--bottom:after {
    top: 50%
}

.timeline__item--bottom p,
.timeline__item--top p,
.timeline__item p {
    line-height: 1;
    margin: 0 0 10px
}

.timeline__item--bottom .stroked-text,
.timeline__item--bottom .stroked-text--blue,
.timeline__item--top .stroked-text,
.timeline__item--top .stroked-text--blue,
.timeline__item .stroked-text,
.timeline__item .stroked-text--blue {
    font-size: 50px;
    font-weight: 800
}

@media (max-width:768px) {

    .timeline__item--bottom .stroked-text,
    .timeline__item--bottom .stroked-text--blue,
    .timeline__item--top .stroked-text,
    .timeline__item--top .stroked-text--blue,
    .timeline__item .stroked-text,
    .timeline__item .stroked-text--blue {
        font-size: 40px
    }
}

.timeline__item--bottom .stroked-text+p,
.timeline__item--bottom .stroked-text--blue+p,
.timeline__item--top .stroked-text+p,
.timeline__item--top .stroked-text--blue+p,
.timeline__item .stroked-text+p,
.timeline__item .stroked-text--blue+p {
    color: #80838c;
    font-size: 14px
}

.timeline__item--bottom .stroked-text--blue strong,
.timeline__item--bottom .stroked-text strong,
.timeline__item--top .stroked-text--blue strong,
.timeline__item--top .stroked-text strong,
.timeline__item .stroked-text--blue strong,
.timeline__item .stroked-text strong {
    color: #fff;
    font-size: 24px;
    font-weight: 800
}

.vertical-timeline {
    position: relative
}

@media (max-width:576px) {
    .vertical-timeline {
        margin-top: 32px
    }
}

@media (min-width:768px) {
    .vertical-timeline .col {
        padding: 0
    }
}

.vertical-timeline:before {
    background: #fff;
    content: "";
    height: 90%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px
}

@media (max-width:1000px) {
    .vertical-timeline:before {
        display: none
    }
}

.vertical-timeline__item,
.vertical-timeline__item--left,
.vertical-timeline__item--right {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.vertical-timeline__item--left>div,
.vertical-timeline__item--right>div,
.vertical-timeline__item>div {
    position: relative
}

.vertical-timeline__item--left>div:after,
.vertical-timeline__item--right>div:after,
.vertical-timeline__item>div:after {
    background: #fff;
    content: "";
    height: 1px;
    position: absolute;
    top: 40px;
    width: 70px
}

@media (max-width:1000px) {

    .vertical-timeline__item--left>div:after,
    .vertical-timeline__item--right>div:after,
    .vertical-timeline__item>div:after {
        display: none
    }

    .vertical-timeline__item--left>div,
    .vertical-timeline__item--right>div,
    .vertical-timeline__item>div {
        margin-bottom: 32px
    }
}

.vertical-timeline__item--left .top,
.vertical-timeline__item--right .top,
.vertical-timeline__item .top {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

@media (max-width:1000px) {

    .vertical-timeline__item--left .top,
    .vertical-timeline__item--right .top,
    .vertical-timeline__item .top {
        justify-content: flex-start
    }
}

.vertical-timeline__item--left .top p,
.vertical-timeline__item--right .top p,
.vertical-timeline__item .top p {
    margin-bottom: 0
}

.vertical-timeline__item--left {
    padding-bottom: 180px;
    text-align: right
}

@media (max-width:1000px) {
    .vertical-timeline__item--left {
        padding-bottom: 0;
        text-align: left
    }
}

.vertical-timeline__item--left>div {
    padding-right: 100px
}

.vertical-timeline__item--left>div:after {
    left: calc(100% - 70px)
}

@media (max-width:1000px) {
    .vertical-timeline__item--left>div {
        padding-right: 0
    }
}

.vertical-timeline__item--left .top {
    text-align: left
}

.vertical-timeline__item--right {
    padding-top: 220px;
    text-align: left
}

@media (max-width:1000px) {
    .vertical-timeline__item--right {
        padding-top: 0
    }
}

.vertical-timeline__item--right .top {
    justify-content: flex-start;
    padding-left: 0
}

.vertical-timeline__item--right div {
    padding-left: 100px
}

.vertical-timeline__item--right div:after {
    right: calc(100% - 70px)
}

@media (max-width:1000px) {
    .vertical-timeline__item--right div {
        padding-left: 0
    }
}

.vertical-timeline .stroked-text,
.vertical-timeline .stroked-text--blue {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0;
    margin-right: 24px
}

@media (max-width:1000px) {

    .vertical-timeline .stroked-text,
    .vertical-timeline .stroked-text--blue {
        font-size: 50px;
        margin-right: 12px
    }
}

@media (max-width:768px) {

    .vertical-timeline .stroked-text,
    .vertical-timeline .stroked-text--blue {
        font-size: 44px;
        margin-right: 12px
    }
}

.vertical-timeline .stroked-text+p,
.vertical-timeline .stroked-text--blue+p {
    font-size: 16px;
    font-weight: 300
}

@media (max-width:1000px) {

    .vertical-timeline .stroked-text+p,
    .vertical-timeline .stroked-text--blue+p {
        line-height: 1
    }
}

.vertical-timeline .stroked-text+p strong,
.vertical-timeline .stroked-text--blue+p strong {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 800
}

@media (max-width:1000px) {

    .vertical-timeline .stroked-text+p strong,
    .vertical-timeline .stroked-text--blue+p strong {
        font-size: 18px;
        margin-top: 8px
    }
}

.future {
    -webkit-text-stroke-width: 1px;
    display: block;
    font-size: 80px;
    font-weight: 800;
    margin: 40px auto 0 !important;
    text-align: center
}

@media (max-width:576px) {
    .future {
        font-size: 45px
    }
}

.coworker-top div {
    display: flex;
    flex-direction: column;
    padding: 40px 0
}

.coworker-top p {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px
}

.coworker-top p span {
    display: block;
    font-size: 32px;
    font-weight: 600px
}

@media (max-width:576px) {
    .coworker-top div {
        padding: 24px 0
    }

    .coworker-top p {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 8px
    }

    .coworker-top p span {
        font-size: 16px
    }

    .coworker-top a img {
        display: none
    }
}

.coworker-content p strong {
    display: block;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 16px !important;
    margin-top: 60px
}

@media (max-width:576px) {
    .coworker-content p strong {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
        margin-top: 32px
    }
}

.contact-wrapper {
    margin-top: 60px
}

@media (max-width:576px) {
    .contact-wrapper {
        margin-top: 30px
    }

    .contact-row {
        flex-direction: column-reverse
    }
}

.contact-top--bottom p,
.contact-top p {
    color: #80838c;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.contact-top--bottom p+p,
.contact-top p+p {
    color: #f0f2f7;
    font-weight: 500;
    margin-top: 16px;
    text-transform: none
}

@media (max-width:576px) {

    .contact-top,
    .contact-top--bottom {
        display: none
    }
}

.contact-top--bottom {
    display: none
}

@media (max-width:576px) {
    .contact-top--bottom {
        display: block;
        margin: 0 0 40px;
        width: 200px
    }

    .contact-top--bottom p+p {
        margin-top: 8px
    }
}

.contact-right p {
    color: #f0f2f7;
    font-size: 16px;
    font-weight: 600
}

.contact-right p+p {
    color: #f0f2f7;
    font-weight: 500;
    margin-bottom: 8px
}

.contact-right p+p:last-child {
    margin-top: 0
}

.contact-right img {
    max-width: 210px
}

@media (max-width:576px) {
    .contact-right img {
        height: 210px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 210px
    }

    .contact-right {
        display: flex;
        flex-direction: column;
        margin-bottom: 24px
    }
}

.contact-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px
}

@media (max-width:576px) {
    .contact-form {
        margin-top: 32px
    }
}

.formrow,
.formrow--half {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px
}

@media (max-width:576px) {

    .formrow,
    .formrow--half {
        flex-direction: column;
        margin-bottom: 0
    }
}

.formrow--half div,
.formrow div {
    width: 100%
}

@media (max-width:576px) {
    .formrow--half {
        width: 100%
    }
}

.formrow--half div {
    width: 45%
}

@media (max-width:576px) {
    .formrow--half div {
        margin-bottom: 24px;
        width: 100%
    }
}

.formrow--half .group,
.formrow--half .group--white,
.formrow .group,
.formrow .group--white {
    position: relative
}

.formrow--half .group--white input,
.formrow--half .group input,
.formrow .group--white input,
.formrow .group input {
    -webkit-appearance: none;
    background: none;
    background-image: none !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 24px 16px 8px;
    width: 100%
}

.formrow--half .group--white input.error,
.formrow--half .group input.error,
.formrow .group--white input.error,
.formrow .group input.error {
    border-color: #f04b3c;
    font-size: 16px;
    top: auto
}

.formrow--half .group--white input.error+label+img,
.formrow--half .group input.error+label+img,
.formrow .group--white input.error+label+img,
.formrow .group input.error+label+img {
    display: block;
    position: absolute;
    right: 16px;
    top: 16px
}

.formrow--half .group--white input+img,
.formrow--half .group input+img,
.formrow .group--white input+img,
.formrow .group input+img {
    display: none
}

.formrow--half .group--white input:focus,
.formrow--half .group input:focus,
.formrow .group--white input:focus,
.formrow .group input:focus {
    outline: none
}

.formrow--half .group--white label,
.formrow--half .group label,
.formrow .group--white label,
.formrow .group label {
    color: #7e7e7f;
    font-size: 16px;
    font-weight: 400;
    left: 16px;
    pointer-events: none;
    position: absolute;
    top: 16px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.formrow--half .group--white label abbr,
.formrow--half .group label abbr,
.formrow .group--white label abbr,
.formrow .group label abbr {
    border: none;
    text-decoration: none
}

.formrow--half .group--white input:focus~label,
.formrow--half .group--white input:not([value=""])~label,
.formrow--half .group input:focus~label,
.formrow--half .group input:not([value=""])~label,
.formrow .group--white input:focus~label,
.formrow .group--white input:not([value=""])~label,
.formrow .group input:focus~label,
.formrow .group input:not([value=""])~label {
    font-size: 12px;
    top: 4px
}

.formrow--half .group--white input:focus,
.formrow--half .group input:focus,
.formrow .group--white input:focus,
.formrow .group input:focus {
    border-color: #2668ff
}

.formrow--half .group--white .highlight,
.formrow--half .group .highlight,
.formrow .group--white .highlight,
.formrow .group .highlight {
    height: 60%;
    left: 0;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    top: 25%;
    width: 100px
}

.formrow--half .group--white input:focus~.highlight,
.formrow--half .group input:focus~.highlight,
.formrow .group--white input:focus~.highlight,
.formrow .group input:focus~.highlight {
    -webkit-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}

.formrow--half .group--white .alert,
.formrow--half .group .alert,
.formrow .group--white .alert,
.formrow .group .alert {
    font-size: 10px;
    padding-left: 16px;
    position: relative;
    top: 3px
}

.formrow--half .group--white .alert.error,
.formrow--half .group .alert.error,
.formrow .group--white .alert.error,
.formrow .group .alert.error {
    color: #f04b3c
}

.formrow--half .group--white .warning,
.formrow--half .group .warning,
.formrow .group--white .warning,
.formrow .group .warning {
    position: absolute;
    right: 8px;
    top: 12px;
    width: auto
}

@media (max-width:576px) {

    .formrow--half .group--white .warning,
    .formrow--half .group .warning,
    .formrow .group--white .warning,
    .formrow .group .warning {
        top: 17px
    }
}

.formrow--half .group--white input,
.formrow--half .group--white label,
.formrow .group--white input,
.formrow .group--white label {
    color: #fff
}

.formrow--half .group--white input:focus,
.formrow .group--white input:focus {
    border-color: #fff
}

@-webkit-keyframes inputHighlighter {
    0% {
        background: #5264ae
    }

    to {
        background: transparent;
        width: 0
    }
}

@keyframes inputHighlighter {
    0% {
        background: #5264ae
    }

    to {
        background: transparent;
        width: 0
    }
}

.control {
    cursor: pointer;
    display: block;
    font-size: 14px !important;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.control input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.control .control__indicator {
    background: none;
    border: 1px solid #fff;
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px !important
}

.control a {
    color: #2868ff
}

@media (max-width:576px) {
    .control {
        margin-top: 24px
    }
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: none
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator,
.control input:checked~.control__indicator {
    background: #2868ff;
    border-color: #2868ff
}

.control__indicator:after {
    content: "";
    display: none;
    position: absolute
}

.control input:checked~.control__indicator:after {
    display: block
}

.control--checkbox .control__indicator:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    height: 9px;
    left: 7px;
    top: 4px;
    transform: rotate(45deg);
    width: 5px
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b
}

.contact-wrapper h1 {
    font-size: 45px;
    margin-bottom: 0;
    word-break: break-word
}

@media (max-width:768px) {
    .contact-wrapper h1 {
        font-size: 30px
    }
}

body.template-buzz {
    overflow-x: unset
}

#buzzword-page {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

@media (max-width:576px) {
    .buzz-title p {
        margin: 8px 0
    }
}

.buzz-back {
    left: 0;
    position: absolute;
    top: 0
}

@media (max-width:576px) {
    .buzz-back {
        float: left;
        position: relative
    }
}

#buzz-content {
    flex: 1;
    flex-direction: column
}

#buzz-content a {
    align-items: center;
    color: #fff;
    display: block;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 21px
}

@media (max-width:992px) {
    #buzz-content a {
        font-size: 18px;
        margin-bottom: 14px
    }
}

#buzz-content a img {
    display: block;
    margin-left: 24px;
    visibility: hidden
}

#buzz-content a:target {
    scroll-margin-top: 100px
}

#buzz-content a:hover {
    color: #2868ff
}

#buzz-content a:hover img {
    display: block;
    visibility: visible
}

#buzz-letters {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 100px
}

#buzz-letters a {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width:1200px) {
    #buzz-letters a {
        font-size: 25px
    }
}

@media (max-width:992px) {
    #buzz-letters a {
        font-size: 14px
    }
}

#buzz-letters a:hover {
    color: #2868ff
}

.buzz-detail-content p {
    margin-bottom: 40px
}

.buzz-detail-content p a {
    color: #2868ff
}

.error-page {
    padding: 150px 0
}

@media (max-width:576px) {
    .error-page {
        padding: 60px 0
    }

    .error-page .button {
        display: flex;
        width: 100%
    }
}

.error-page .stroked-text,
.error-page .stroked-text--blue {
    font-size: 230px;
    font-weight: 800;
    line-height: 1
}

@media (max-width:768px) {

    .error-page .stroked-text,
    .error-page .stroked-text--blue {
        display: block;
        font-size: 140px;
        margin: 0 auto 40px;
        text-align: center
    }
}

.error-page .right p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

.error-page .right p+p {
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px
}

.team-contact .category {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px
}

.team-contact .article__title {
    font-weight: 800;
    margin-bottom: 0
}

.article--overlay,
.no-hover-color {
    position: relative
}

.article--overlay:hover h3,
.article--overlay:hover p,
.no-hover-color:hover h3,
.no-hover-color:hover p {
    color: #fff
}

.article--nom:hover .overlay,
.article--team:hover .overlay,
.article:hover .overlay {
    display: flex;
    opacity: 100%
}

.article--nom .overlay,
.article--team .overlay,
.article .overlay {
    align-items: center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(19, 20, 21, .8);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .3s ease-in;
    width: 100%
}

.article--nom .overlay h3,
.article--team .overlay h3,
.article .overlay h3 {
    font-size: 14px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 0
}

.article--nom .overlay p,
.article--team .overlay p,
.article .overlay p {
    font-size: 14px;
    margin-bottom: 10px
}

.article--nom .overlay img,
.article--team .overlay img,
.article .overlay img {
    width: 40px
}

.jl-page {
    color: #fff;
    position: relative
}

.jl-page h1 {
    font-size: 45px
}

.jl-page h1,
.jl-page h4 {
    font-weight: 800;
    margin-bottom: 24px
}

.jl-page h4 {
    font-size: 35px
}

.jl-page h4,
.jl-page p {
    font-family: Montserrat, sans-serif
}

.jl-page p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

.jl-page ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 30px
}

.jl-page ul li {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    margin-bottom: 36px
}

.jl-page a,
.jl-page a:hover {
    text-decoration: none
}

.jl-page a:hover {
    color: #fff
}

.jl-page .bold {
    font-weight: 700
}

.jl-hero {
    align-items: center;
    background: url(https://jamitlabs.com/assets/img/jl-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    margin-bottom: 140px;
    min-height: 400px
}

.jl-filters {
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
    padding-top: 8px
}

.jl-filter {
    align-items: center;
    background: none;
    border: 1.2px solid #e8e8e9;
    border-radius: 20px;
    color: #e8e8e9;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
    transition: all .3s ease-in
}

.jl-filter:hover {
    border-color: #2668ff;
    color: #2668ff
}

.jl-tags {
    flex-direction: row
}

.jl-tag,
.jl-tags {
    align-items: center;
    display: flex
}

.jl-tag {
    background: #2868ff;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    margin-right: 16px;
    padding-left: 20px;
    padding-right: 20px
}

.jl-button {
    background: #fff;
    border: none;
    color: #2668ff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 53px;
    margin-bottom: 15px;
    text-transform: uppercase;
    transition: background .3s ease-in;
    width: 100%
}

.jl-button:hover {
    background: #e6e6e6
}

.jl-button.jl-primary {
    background: #2668ff;
    color: #fff
}

.jl-button.jl-primary:hover {
    background: #004af2
}

.jl-soc {
    margin-bottom: 135px;
    text-align: center
}

.jl-soc p {
    font-weight: 600;
    margin-bottom: 20px
}

.jl-icons {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.jl-icons a {
    height: 32px;
    width: 32px
}

.jl-icons a img {
    width: 100%
}

.jl-contact h4 {
    margin-bottom: 10px
}

.jl-contact img {
    background: #000;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%
}

.jl-contact p {
    font-size: 20px;
    line-height: 32px;
    margin: 0
}

.jl-blue {
    background: #2668ff;
    padding-bottom: 124px;
    padding-top: 124px;
    text-align: center
}

.jl-blue h2 {
    font-size: 65px
}

.jl-blue p {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 15px
}

.jl-blue button {
    width: 356px
}

.jl-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.jl-stroked-text,
.jl-stroked-text--blue {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: #000;
    color: transparent !important;
    display: initial;
    font-size: 65px !important;
    font-weight: 800 !important
}

.jl-stroked-text--blue {
    -webkit-text-stroke-color: #2868ff
}

@media (max-width:567px) {

    .jl-stroked-text,
    .jl-stroked-text--blue {
        -webkit-text-stroke-width: 1px
    }
}

.jl-item-list {
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 24px
}

.jl-item {
    background: #202021;
    flex: 1;
    padding: 16px;
    transition: background .3s ease-in
}

.jl-item:hover {
    background: #2668ff
}

.jl-item:hover span {
    color: #fff
}

.jl-item:hover .white {
    display: block
}

.jl-item:hover .blue {
    display: none
}

.jl-item a {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    text-decoration: none
}

.jl-item p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0
}

.jl-item span {
    color: #8c8d8f;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px
}

.jl-item img {
    margin-top: -5px;
    width: 24px
}

.jl-item img.white {
    display: none
}

@media (max-width:567px) {
    .no-mobile-margin {
        margin-bottom: 0 !important
    }
}

.jl-icon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 100px
}

@media (max-width:768px) {
    .jl-icon-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:567px) {
    .jl-icon-grid {
        margin-bottom: 0
    }
}

.jl-icon-grid>div {
    padding: 36px 14px 24px;
    position: relative;
    text-align: center
}

.jl-icon-grid>div p {
    font-size: 24px
}

@media (max-width:567px) {
    .jl-icon-grid>div p {
        font-size: 18px
    }
}

.jl-icon-grid>div img {
    height: 64px;
    margin: 0 auto;
    width: 64px
}

.jl-icon-grid>div:hover .overlay {
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 100%;
    visibility: visible
}

.jl-icon-grid .overlay {
    background: #2668ff;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 16px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .3s ease-in;
    visibility: hidden;
    width: 100%
}

.jl-icon-grid .overlay p {
    font-size: 16px;
    line-height: 24px
}

@media (max-width:567px) {
    .jl-icon-grid .overlay p {
        line-height: 20px
    }
}

.jl-bottom-margin {
    margin-bottom: 100px
}

.jl-small-bottom-margin {
    margin-bottom: 50px !important
}

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

@media (max-width:768px) {
    .jl-center-text {
        margin-bottom: 32px;
        text-align: left
    }

    .jl-center-text img {
        margin: 0 !important
    }
}

.jl-horizontal-box {
    margin-bottom: 35px
}

@media (max-width:567px) {
    .jl-horizontal-box {
        margin-bottom: 55px
    }
}

.jl-horizontal-box ul li {
    color: #e8e8e9;
    font-size: 20px;
    margin-bottom: 0
}

.jl-horizontal-box p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px
}

.jl-horizontal-box p.count {
    font-size: 35px
}

.jl-horizontal-box p.small {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 24px
}

.jl-horizontal-box p.reg {
    color: #e8e8e9;
    font-size: 20px;
    font-weight: 500
}

.jl-horizontal-box p.top-margin {
    margin-top: 20px
}

.jl-horizontal-box img {
    background: #000;
    display: block
}

.jl-horizontal-box img.top {
    height: 260px
}

.jl-horizontal-box button {
    margin-top: 20px;
    width: 100%
}

.top-company-image {
    height: 260px;
    margin: 0 auto
}

@media (max-width:768px) {
    .top-company-image {
        margin: 0
    }
}

@media (max-width:567px) {
    .top-company-image {
        height: auto;
        margin: 0;
        width: 100%
    }
}

.jl-icon-title {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (max-width:567px) {
    .jl-icon-title {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start
    }
}

.jl-icon-title span {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.jl-icon-title svg {
    margin-left: 16px
}

.jl-stroked-item {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px
}

.jl-stroked-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px
}

.jl-stroked-item .jl-stroked-text,
.jl-stroked-item .jl-stroked-text--blue {
    line-height: 1;
    margin-right: 30px
}

#jl-details-page {
    background: #131415;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: scroll;
    position: absolute;
    top: 0;
    width: 100%
}