@charset "UTF-8";.container {
    padding-left: var(--bs-gutter-x,.75rem);
    padding-right: var(--bs-gutter-x,.75rem)
}

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

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    -ms-flex-wrap: wrap;
    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>* {
    -ms-flex-negative: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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%
}

.row-cols-auto>* {
    width: auto
}

.row-cols-1>*,.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-1>* {
    width: 100%
}

.row-cols-2>*,.row-cols-3>*,.row-cols-4>*,.row-cols-5>* {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-3>*,.row-cols-4>*,.row-cols-5>* {
    width: 33.3333333333%
}

.row-cols-4>*,.row-cols-5>* {
    width: 25%
}

.row-cols-5>* {
    width: 20%
}

.row-cols-6>* {
    width: 16.6666666667%
}

.col-auto,.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-auto {
    width: auto
}

.col-1,.col-2,.col-3,.col-4,.col-5 {
    width: 8.33333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-2,.col-3,.col-4,.col-5 {
    width: 16.66666667%
}

.col-3,.col-4,.col-5 {
    width: 25%
}

.col-4,.col-5 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-10,.col-11,.col-12,.col-6,.col-7,.col-8,.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-10,.col-11,.col-12,.col-7,.col-8,.col-9 {
    width: 58.33333333%
}

.col-10,.col-11,.col-12,.col-8,.col-9 {
    width: 66.66666667%
}

.col-10,.col-11,.col-12,.col-9 {
    width: 75%
}

.col-10,.col-11,.col-12 {
    width: 83.33333333%
}

.col-11,.col-12 {
    width: 91.66666667%
}

.col-12 {
    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: .25rem
}

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

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

.g-2,.gy-2 {
    --bs-gutter-y: .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
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

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

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

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    flex-direction: row!important;
    -ms-flex-direction: row!important
}

.flex-column,.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    flex-direction: column!important;
    -ms-flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important
}

.flex-column-reverse,.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    flex-direction: column-reverse!important;
    -ms-flex-direction: column-reverse!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

.order-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
}

.order-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
}

.order-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
}

.order-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
}

.order-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
}

.order-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
}

.order-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
}

.order-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.mx-1 {
    margin-left: .25rem!important;
    margin-right: .25rem!important
}

.mx-2 {
    margin-left: .5rem!important;
    margin-right: .5rem!important
}

.mx-3 {
    margin-left: 1rem!important;
    margin-right: 1rem!important
}

.mx-4 {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important
}

.mx-5 {
    margin-left: 3rem!important;
    margin-right: 3rem!important
}

.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important
}

.my-0 {
    margin-bottom: 0!important;
    margin-top: 0!important
}

.my-1 {
    margin-bottom: .25rem!important;
    margin-top: .25rem!important
}

.my-2 {
    margin-bottom: .5rem!important;
    margin-top: .5rem!important
}

.my-3 {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important
}

.my-4 {
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important
}

.my-5 {
    margin-bottom: 3rem!important;
    margin-top: 3rem!important
}

.my-auto {
    margin-bottom: auto!important;
    margin-top: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

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

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

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

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

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

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.px-1 {
    padding-left: .25rem!important;
    padding-right: .25rem!important
}

.px-2 {
    padding-left: .5rem!important;
    padding-right: .5rem!important
}

.px-3 {
    padding-left: 1rem!important;
    padding-right: 1rem!important
}

.px-4 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important
}

.px-5 {
    padding-left: 3rem!important;
    padding-right: 3rem!important
}

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

.py-1 {
    padding-bottom: .25rem!important;
    padding-top: .25rem!important
}

.py-2 {
    padding-bottom: .5rem!important;
    padding-top: .5rem!important
}

.py-3 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important
}

.py-4 {
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important
}

.py-5 {
    padding-bottom: 3rem!important;
    padding-top: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    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);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #f9f9f9;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3
}

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
}

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

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

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

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

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

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

address {
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

dl {
    margin-top: 0
}

address,dl,ol,p,ul {
    margin-bottom: 1rem
}

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

dt {
    font-weight: 700
}

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

blockquote,figure {
    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: #000
}

a:hover {
    color: #0a58ca
}

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);
    unicode-bidi: bidi-override
}

samp {
    font-size: 1em
}

pre {
    display: block;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

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

code,kbd,pre {
    font-size: .875em
}

code {
    word-wrap: break-word;
    color: #d63384
}

a>code,pre code {
    color: inherit
}

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

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

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,output {
    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: none
}

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%
}

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
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

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

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

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

.swiper-container-multirow-column>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%
}

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

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

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10
}

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

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

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

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

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: 1
}

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-blue {
    --swiper-pagination-color: #0d6efd
}

.swiper-pagination-indigo {
    --swiper-pagination-color: #6610f2
}

.swiper-pagination-purple {
    --swiper-pagination-color: #6f42c1
}

.swiper-pagination-pink {
    --swiper-pagination-color: #d63384
}

.swiper-pagination-red {
    --swiper-pagination-color: #dc3545
}

.swiper-pagination-orange {
    --swiper-pagination-color: #fd7e14
}

.swiper-pagination-yellow {
    --swiper-pagination-color: #ffc107
}

.swiper-pagination-green {
    --swiper-pagination-color: #198754
}

.swiper-pagination-teal {
    --swiper-pagination-color: #20c997
}

.swiper-pagination-cyan {
    --swiper-pagination-color: #0dcaf0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-gray {
    --swiper-pagination-color: #6c757d
}

.swiper-pagination-gray-dark {
    --swiper-pagination-color: #343a40
}

.swiper-pagination-lock {
    display: none
}

[data-simplebar] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-line-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative
}

.simplebar-wrapper {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    position: relative;
    width: inherit
}

.simplebar-mask,.simplebar-offset {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.simplebar-mask {
    direction: inherit;
    height: auto!important;
    overflow: hidden;
    width: auto!important;
    z-index: 0
}

.simplebar-offset {
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: inherit!important;
    box-sizing: inherit!important;
    direction: inherit!important;
    resize: none!important
}

.simplebar-content-wrapper {
    -ms-overflow-style: none;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    direction: inherit;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    scrollbar-width: none;
    width: auto
}

.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}

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

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    pointer-events: none;
    width: 100%
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    -ms-flex-negative: 0;
    -ms-flex-preferred-size: 0;
    -webkit-box-sizing: inherit!important;
    box-sizing: inherit!important;
    flex-basis: 0;
    flex-grow: inherit;
    flex-shrink: 0;
    float: left;
    height: 100%;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: -1
}

.simplebar-height-auto-observer,.simplebar-track {
    overflow: hidden;
    pointer-events: none;
    position: absolute
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    height: 1000%;
    left: 0;
    min-height: 1px;
    min-width: 1px;
    opacity: 0;
    top: 0;
    width: 1000%;
    z-index: -1
}

.simplebar-track {
    bottom: 0;
    right: 0;
    z-index: 1
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    left: 0;
    min-height: 10px;
    position: absolute;
    right: 0
}

.simplebar-scrollbar:before {
    background: #000;
    border-radius: 7px;
    content: "";
    left: 2px;
    opacity: 0;
    position: absolute;
    right: 2px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 10px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    bottom: 2px;
    top: 2px
}

.simplebar-track.simplebar-horizontal {
    height: 11px;
    left: 0
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 7px;
    left: 0;
    min-height: 0;
    min-width: 10px;
    right: auto;
    top: 2px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    left: 0;
    right: auto
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    height: 500px;
    opacity: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: fixed;
    visibility: hidden;
    width: 500px
}

.simplebar-hide-scrollbar {
    -ms-overflow-style: none;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    scrollbar-width: none;
    visibility: hidden
}

.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box {
    left: 0;
    position: absolute;
    top: 0
}

/*.leaflet-container,body.body-lock {*/
/*    overflow: hidden*/
/*}*/

.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.leaflet-tile::-moz-selection {
    background: 0 0
}

.leaflet-tile::selection {
    background: 0 0
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    height: 1600px;
    -webkit-transform-origin: 0 0;
    width: 1600px
}

.leaflet-marker-icon,.leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-overlay-pane svg {
    max-height: none!important;
    max-width: none!important
}

.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer {
    max-height: none!important;
    max-width: none!important;
    padding: 0;
    width: auto
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51,181,229,.4);
    color: #0078a8
}

.leaflet-tile {
    -webkit-filter: inherit;
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    width: 0;
    z-index: 800
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-map-pane svg,.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-vml-shape {
    height: 1px;
    width: 1px
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-control {
    pointer-events: auto;
    position: relative;
    z-index: 800
}

.leaflet-bottom,.leaflet-top {
    pointer-events: none;
    position: absolute;
    z-index: 1000
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    clear: both;
    float: left
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

svg.leaflet-zoom-animated {
    will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1);
    transition: transform .25s cubic-bezier(0,0,.25,1);
    transition: transform .25s cubic-bezier(0,0,.25,1),-webkit-transform .25s cubic-bezier(0,0,.25,1)
}

.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive,.navigation-mobile label:hover {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: grab
}

.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-control,.leaflet-popup-pane {
    cursor: auto
}

.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container {
    pointer-events: none
}

.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: auto
}

.leaflet-container {
    background: #ddd;
    outline-offset: 1px
}

.leaflet-zoom-box {
    background: rgba(255,255,255,.5);
    border: 2px dotted #38f
}

.leaflet-container {
    font-family: Helvetica Neue,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5
}

.leaflet-bar {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.65);
    box-shadow: 0 1px 5px rgba(0,0,0,.65)
}

.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    width: 26px
}

.leaflet-bar a,.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:focus,.leaflet-bar a:hover {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.leaflet-bar a.leaflet-disabled {
    background-color: #f4f4f4;
    color: #bbb;
    cursor: default
}

.leaflet-touch .leaflet-bar a {
    height: 30px;
    line-height: 30px;
    width: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,.leaflet-control-zoom-out {
    font: 700 18px Lucida Console,Monaco,monospace;
    text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px
}

.leaflet-control-layers {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.4);
    box-shadow: 0 1px 5px rgba(0,0,0,.4)
}

.leaflet-control-layers-toggle {
    background-image: url(../images/layers.png);
    height: 36px;
    width: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../images/layers-2x.png);
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    height: 44px;
    width: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    background: #fff;
    color: #333;
    padding: 6px 10px 6px 6px
}

.leaflet-control-layers-scrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 5px
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block;
    font-size: 1.08333em
}

.leaflet-control-layers-separator {
    border-top: 1px solid #ddd;
    height: 0;
    margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
    background-image: url(../images/marker-icon.png)
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255,255,255,.8);
    margin: 0
}

.leaflet-control-attribution {
    color: #333;
    line-height: 1.4;
    padding: 0 5px
}

.leaflet-control-scale-line {
    color: #333
}

.common-cover-section__content table td a,.common-cover-section__content table th a,.leaflet-control-attribution a,a,a:hover {
    text-decoration: none
}

.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-attribution-flag {
    display: inline!important;
    height: .6669em;
    vertical-align: baseline!important;
    width: 1em
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    background: #fff;
    background: rgba(255,255,255,.5);
    border: 2px solid #777;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
    overflow: hidden;
    padding: 2px 5px 1px;
    white-space: nowrap
}

.leaflet-control-scale-line:not(:first-child) {
    border-bottom: none;
    border-top: 2px solid #777;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers {
    -webkit-box-shadow: none;
    box-shadow: none
}

.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers {
    background-clip: padding-box;
    border: 2px solid rgba(0,0,0,.2)
}

.leaflet-popup {
    margin-bottom: 20px;
    position: absolute;
    text-align: center
}

.leaflet-popup-content-wrapper {
    border-radius: 12px;
    padding: 1px;
    text-align: left
}

.leaflet-popup-content {
    font-size: 1.08333em;
    line-height: 1.3;
    margin: 13px 24px 13px 20px;
    min-height: 1px
}

.leaflet-popup-content p {
    margin: 1.3em 0
}

.leaflet-popup-tip-container {
    height: 20px;
    left: 50%;
    margin-left: -20px;
    margin-top: -1px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 40px
}

.leaflet-popup-tip {
    height: 17px;
    margin: -10px auto 0;
    padding: 1px;
    pointer-events: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 17px
}

.leaflet-popup-content-wrapper,.leaflet-popup-tip {
    background: #fff;
    -webkit-box-shadow: 0 3px 14px rgba(0,0,0,.4);
    box-shadow: 0 3px 14px rgba(0,0,0,.4);
    color: #333
}

.leaflet-container a.leaflet-popup-close-button {
    background: 0 0;
    border: 0;
    color: #757575;
    font: 16px/24px Tahoma,Verdana,sans-serif;
    height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 24px
}

.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover {
    color: #585858
}

.leaflet-popup-scrolled {
    overflow: auto
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom:1}

.leaflet-oldie .leaflet-popup-tip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);
    margin: 0 auto;
    width: 24px
}

.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-tooltip {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    color: #222;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before {
    background: 0 0;
    border: 6px solid transparent;
    content: "";
    pointer-events: none;
    position: absolute
}

.leaflet-tooltip-bottom {
    margin-top: 6px
}

.leaflet-tooltip-top {
    margin-top: -6px
}

.leaflet-tooltip-bottom:before {
    left: 50%
}

.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
    border-top-color: #fff;
    bottom: 0;
    margin-bottom: -12px
}

.leaflet-tooltip-bottom:before {
    border-bottom-color: #fff;
    margin-left: -6px;
    margin-top: -12px;
    top: 0
}

.leaflet-tooltip-left {
    margin-left: -6px
}

.leaflet-tooltip-right {
    margin-left: 6px
}

.leaflet-tooltip-left:before,.leaflet-tooltip-right:before {
    margin-top: -6px;
    top: 50%
}

.leaflet-tooltip-left:before {
    border-left-color: #fff;
    margin-right: -12px;
    right: 0
}

.leaflet-tooltip-right:before {
    border-right-color: #fff;
    left: 0;
    margin-left: -12px
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.container.center-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.container.relative,section {
    position: relative
}

.center-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.center-box,.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.row.left-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.col-50.right,.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.col,.col-30,.col-50,.col-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    padding-left: 15px;
    padding-right: 15px
}

.col-30,.col-50,.col-70 {
    display: inline-block;
    width: 50%
}

.col-50.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.col-30,.col-70 {
    width: 30%
}

.col-70 {
    width: 70%
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/gilroy-light.eot) format("eot");
    src: url(../fonts/gilroy-light.woff) format("woff"),url(../fonts/gilroy-light.woff2) format("woff2"),url(../fonts/gilroy-light.svg) format("svg"),url(../fonts/gilroy-light.ttf) format("ttf")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/gilroy-regular.eot) format("eot");
    src: url(../fonts/gilroy-regular.woff) format("woff"),url(../fonts/gilroy-regular.woff2) format("woff2"),url(../fonts/gilroy-regular.svg) format("svg"),url(../fonts/gilroy-regular.ttf) format("ttf")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/gilroy-medium.eot) format("eot");
    src: url(../fonts/gilroy-medium.woff) format("woff"),url(../fonts/gilroy-medium.woff2) format("woff2"),url(../fonts/gilroy-medium.svg) format("svg"),url(../fonts/gilroy-medium.ttf) format("ttf")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/gilroy-semibold.eot) format("eot");
    src: url(../fonts/gilroy-semibold.woff) format("woff"),url(../fonts/gilroy-semibold.woff2) format("woff2"),url(../fonts/gilroy-semibold.svg) format("svg"),url(../fonts/gilroy-semibold.ttf) format("ttf")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/gilroy-black.eot) format("eot");
    src: url(../fonts/gilroy-black.woff) format("woff"),url(../fonts/gilroy-black.woff2) format("woff2"),url(../fonts/gilroy-black.svg) format("svg"),url(../fonts/gilroy-black.ttf) format("ttf")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/inter-regular.eot) format("eot");
    src: url(../fonts/inter-regular.woff) format("woff"),url(../fonts/inter-regular.woff2) format("woff2"),url(../fonts/inter-regular.svg) format("svg"),url(../fonts/inter-regular.ttf) format("ttf")
}

:root {
    --fontGilroyRegular: "Gilroy",Helvetica,Arial,sans-serif;
    --fontInterRegular: "Inter",Helvetica,Arial,sans-serif;
    --background-color: #f9f9f9;
    --main-text-color: #000;
    --green: #77c663;
    --green-hover: #548f47;
    --grey: #edf0f2;
    --red: #ff5b28;
    --red-primary: #ff5f5f;
    --grey-dark: #6b6b6b;
    --grey-lines: #7a7a7a;
    --white: #fff;
    --black: #000;
    --form-gray: #ccc;
    --grey-label: #d9d9d9;
    --grey-line-banner: #333;
    --blue: #082170;
    --blue-dark: #0e1a35;
    --grey-items: #1e1e1e;
    --header-height: 105.58px;
    --footer-height: 361.69px;
    --window-width: 1440px
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0
}

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

button {
    background-color: initial;
    border: 0
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

button,input,select,textarea {
    outline: 0!important
}

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

.wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    position: relative
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.container {
    max-width: 1390px;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

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

.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    padding-left: 15px;
    padding-right: 15px
}

.cookies {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: flex-end;
    background: rgba(0,0,0,.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    justify-content: flex-end;
    left: 0;
    max-height: 100vh;
    padding: 8px;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    width: 100vw;
    z-index: 9999
}

.cookies.hidde {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.cookies.hidde .cookies__content {
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.cookies__content {
    background-color: var(--blue);
    border-radius: 8px;
    max-width: 312px;
    padding: 24px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.cookies__content a,.cookies__content span {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%
}

.cookies__content span {
    display: block;
    margin-bottom: 23px
}

.cookies__content a {
    text-decoration: underline;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.cookies__content button {
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 8px;
    color: var(--white);
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    padding: 10px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

.hideLeft,.hideRight {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.hideRight {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
}

.hideUp {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.hideDown,.hideUp {
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.hideDown {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.hideScale {
    opacity: 0;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.fadeDown,.fadeUp {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.scaleIn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.td-100 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.td-200 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.td-300 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.td-400 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.td-500 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.td-600 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.td-700 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.td-800 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.td-900 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.td-1000 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.main-title {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 120%;
    text-align: center
}

.button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    justify-content: center
}

.button,.projects__allbtn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    font-family: var(--fontGilroyRegular);
    font-style: normal;
    outline: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.button--getintouch {
    background: var(--green);
    border-radius: 4px;
    min-height: 51px;
    padding: 16px 24px
}

.button--getintouch:hover {
    background: var(--green-hover)
}

.button.explore-all,.explore-all.projects__allbtn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 72px;
    justify-content: center;
    width: 100%
}

.button.explore-more,.explore-more.projects__allbtn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    border-top: 1px solid rgba(176,176,176,.3);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    height: 56px;
    justify-content: flex-start;
    padding: 18px 24px;
    width: 100%
}

.button.explore-more:hover,.explore-more.projects__allbtn:hover {
    outline: 0
}

.button.submit,.submit.projects__allbtn {
    background: var(--green);
    border-radius: 4px;
    height: 51px;
    max-width: 320px;
    padding: 16px 68px;
    width: 100%
}

.button.submit:hover,.submit.projects__allbtn:hover {
    background: var(--green-hover)
}

.btn {
    display: block;
    padding: 16px 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.btn-primary,.btn-secondary {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.btn-primary {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%
}

.btn-primary:after,.btn-primary:before {
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-primary:after {
    border: 1px solid rgba(255,255,255,.5);
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.btn-primary:before {
    background-color: #77c663
}

.btn-primary span,.btn-secondary span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    position: relative;
    text-transform: inherit;
    z-index: 5
}

.btn-secondary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 12px;
    justify-content: center
}

.btn-secondary:after,.btn-secondary:before {
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    border-radius: 8px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-secondary:after {
    border: 1px solid rgba(255,255,255,.4);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn-secondary:before {
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.btn-secondary .icon-arrow-right {
    stroke: #fff;
    height: 10px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 15px;
    z-index: 5
}

.btn-green,.btn-secondary,.link-primary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%
}

.btn-green,.btn-green .icon-arrow-right,.btn-green span,.link-primary span {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btn-green {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #77c663;
    border-radius: 8px;
    color: #77c663;
    gap: 12px;
    justify-content: center;
    padding: 26px 73px
}

.btn-green .icon-arrow-right {
    stroke: #77c663;
    height: 10px;
    width: 15px
}

.btn-green span,.link-primary span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.link-primary {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    gap: 15px
}

.link-primary span {
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.link-primary .icon {
    fill: none;
    stroke: #fff;
    height: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 10px
}

.header {
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: background-color .4s ease,top .4s ease;
    transition: background-color .4s ease,top .4s ease;
    width: 100%;
    z-index: 1500
}

.header .container {
    max-width: 1414px
}

.header .btn-primary {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 51px;
    line-height: 120%;
    padding: 16px 24px
}

.header.hide {
    top: calc(var(--header-height)*-1.1)
}

.header.bg-black,.header.bg-black-static {
    background: var(--black)
}

.header__nav-trigger {
    display: block;
    height: 32px;
    min-width: 32px;
    padding: 0;
    position: relative;
    width: 32px;
    z-index: 2000
}

.header__nav-trigger.active .icon {
    background-color: transparent
}

.header__nav-trigger.active .icon:after,.header__nav-trigger.active .icon:before {
    left: 50%;
    top: 50%
}

.header__nav-trigger.active .icon:before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.header__nav-trigger.active .icon:after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.header__nav-trigger .icon,.header__wrap:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute
}

.header__nav-trigger .icon,.header__nav-trigger .icon:after,.header__nav-trigger .icon:before {
    background-color: #fff;
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

.header__nav-trigger .icon {
    top: 50%
}

.header__nav-trigger .icon:after,.header__nav-trigger .icon:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute
}

.header__nav-trigger .icon:before {
    top: -6px
}

.header__nav-trigger .icon:after {
    bottom: -6px
}

.header__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-block:16px;position: relative
}

.header__wrap:before {
    background-color: rgba(255,255,255,.2);
    bottom: 0;
    left: -24px;
    width: calc(100% + 24px)
}

.header__logo {
    max-width: 203px;
    position: relative;
    width: 100%;
    z-index: 2000
}

.header__logo-img {
    width: 100%
}

.header__logo-clutch {
    margin-right: 64px;
    max-width: 70px;
    width: 100%
}

.header__logo-clutch-img {
    width: 100%
}

.header .navigation__list {
    margin-right: 64px
}

.header-container {
    margin-left: auto;
    margin-right: auto;
    min-height: 71px
}

.header-container .row {
    width: 100%
}

.header-left,.header-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.header-left {
    max-width: 300px
}

.header-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 270px)
}

.navigation.top .navigation__wrap,.navigation__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-top: 4px
}

.navigation__item {
    color: #fff;
    display: inline-block;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%
}

.navigation__item:last-child {
    margin-right: 0
}

.navigation.nav-footer {
    margin-top: -3px
}

.navigation.nav-footer .navigation__href,.navigation__href {
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    font-weight: 300
}

.navigation__href {
    font-size: 16px;
    line-height: 120%;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.navigation-mobile,.service__list.swiper-pagination .swiper-pagination-bullet:after {
    display: none
}

.navigation-mobile input+label {
    height: 20px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 24px;
    z-index: 80
}

.navigation-mobile input+label span {
    background: var(--white);
    display: block;
    height: 1px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.navigation-mobile input+label span:first-child {
    top: 3px
}

.navigation-mobile input+label span:last-child {
    top: 16px
}

.navigation-mobile input:checked+label {
    position: fixed
}

.navigation-mobile input:checked+label span {
    opacity: 0;
    top: 50%
}

.navigation-mobile input:checked+label span:first-child {
    opacity: 1;
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
}

.navigation-mobile input:checked+label span:last-child {
    opacity: 1;
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg)
}

.navigation-mobile input~nav {
    background: rgba(0,0,0,.99);
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    z-index: 70
}

.navigation-mobile input~nav>ul {
    left: 20%;
    position: absolute;
    right: 20%;
    text-align: center;
    top: 90px
}

.navigation-mobile input~nav>ul>li {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.navigation-mobile input~nav>ul>li>a {
    color: var(--white);
    display: block;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase
}

.navigation-mobile input:checked~nav {
    height: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%
}

.navigation-mobile input:checked~nav>ul>li {
    opacity: 1;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.social-list {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 39px;
    position: relative;
    z-index: 2
}

.social-list.border,.social-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.social-list.border {
    border: 1px solid var(--grey-items);
    margin: 0;
    padding: 0
}

.social-list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-right: 1px solid var(--grey-items);
    cursor: pointer;
    height: 64px;
    justify-content: center;
    width: 64px
}

.social-list__item.small {
    border: 0;
    height: 16px;
    width: 16px
}

.social-list__item:last-child {
    border-right: none;
    margin-right: 0
}

.social-list__href {
    cursor: pointer;
    display: inline-block
}

.social-list__href .icon {
    fill: #fff;
    height: 16px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 16px
}

.social-list__href .icon-linkedIn {
    height: 26px;
    width: 26px
}

.form,.tabs {
    width: 100%
}

.form__submit:after {
    border: 1px solid rgba(119,198,99,.8)
}

.form__submit:before {
    background-color: #77c663
}

.form .form-control {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.form .form-control:focus,.form .form-control:hover {
    border-bottom: 1px solid #77c663
}

.form .form-group {
    position: relative
}

.form .form-group.valid .form-control {
    border-bottom: 1px solid #77c663
}

.form .form-group.valid .icon-done {
    opacity: 1;
    right: 16px
}

.form .form-group.invalid .form-control {
    border-bottom: 1px solid #ff5b28
}

.form .form-group.invalid .invalid-feedback {
    opacity: 1;
    top: calc(100% + 5px)
}

.form .form-group.invalid .icon-close {
    opacity: 1;
    right: 16px
}

.form .form-group.invalid .form-checkbox {
    border: 1px solid #ff5b28
}

.form .form-group .form-checkbox {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.form .form-group .invalid-feedback {
    color: #ff5b28;
    font-family: Gilroy,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    line-height: 100%;
    opacity: 0;
    position: absolute;
    top: 95%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.form .form-group .icon {
    fill: none;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.form .form-group .icon-done {
    stroke: #77c663;
    height: 9px;
    width: 13px
}

.form .form-group .icon-close {
    stroke: #ff5b28;
    height: 12px;
    width: 12px
}

.tabs__content-item:not(:first-of-type) {
    display: none
}

.footer {
    background: #000;
    color: #fff;
    overflow: hidden;
    width: 100%
}

.footer__logo {
    margin-right: 64px;
    max-width: 241px;
    width: 100%
}

.footer__logo-img {
    width: 100%
}

.footer__logo-clutch {
    max-width: 85px;
    width: 100%
}

.footer__logo-clutch-img {
    width: 100%
}

.footer__colleft,.footer__colright {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.footer__colleft {
    width: calc(100% - 100px)
}

.footer__colright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 300px
}

.footer__bg {
    aspect-ratio: 1/1;
    background: url(../img/upload/bg-footer.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    left: 26.3%;
    position: absolute;
    top: 0;
    width: 325px
}

.footer__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid rgba(255,255,255,.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 40px 0 24px;
    position: relative;
    width: 100%
}

.footer__texts {
    color: #fff;
    padding: 48px 0 40px
}

.footer__text {
    color: #fff;
    opacity: .6
}

.footer__address,.footer__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.footer__address {
    color: rgba(255,255,255,.6);
    margin-bottom: 0;
    text-align: right
}

.footer-contact__item a,.footer__address a {
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.footer__address a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.common-cover-section__content a:hover,.footer-contact__item a:hover,.footer__address a:hover {
    color: #77c663
}

.footer-contact {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-end
}

.footer-contact__item {
    margin-right: 20px
}

.footer-contact__item a {
    color: rgba(255,255,255,.6)
}

.footer-contact__item:after {
    color: var(--green);
    content: "•";
    display: inline-block;
    font-size: 14px;
    padding-left: 18px
}

.footer-contact__item:last-child {
    margin-right: 0
}

.footer-contact__item:last-child:after {
    display: none
}

.common-banner {
    background-color: var(--black);
    padding: calc(var(--header-height) + 70px) 0 150px
}

.common-banner__title {
    color: var(--white);
    font-size: 56px;
    font-weight: 400;
    line-height: 120%
}

.common-banner__block {
    margin: 0 auto;
    max-width: 1130px
}

.common-cover-section {
    padding-bottom: 80px
}

.common-cover-section.pb-65 {
    padding-bottom: 65px
}

.common-cover-section.pb-120 {
    padding-bottom: 120px
}

.common-cover-section .container {
    max-width: 1160px
}

.common-cover-section .btn-green {
    margin: 0 auto
}

.common-cover-section__wrap {
    background-color: var(--white);
    border-top: 6px solid var(--green);
    margin-top: -50px;
    min-height: 396px
}

.common-cover-section__done {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 1px solid #edf0f2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    justify-content: center;
    margin: 0 auto 32px;
    width: 80px
}

.common-cover-section__done.failure {
    border-color: var(--red-primary)
}

.common-cover-section__done .icon-done_2 {
    fill: none;
    stroke: #77c663;
    height: 17px;
    width: 25px
}

.common-cover-section__done .icon-failure {
    fill: none;
    stroke: var(--red-primary);
    height: 32px;
    width: 32px
}

.common-cover-section__block {
    margin: 0 auto;
    max-width: 652px;
    padding-block:66px 78px}

.common-cover-section__title {
    font-size: 40px
}

.common-cover-section__text,.common-cover-section__title {
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 32px;
    text-align: center
}

.common-cover-section__text {
    font-size: 24px
}

.common-cover-section__content {
    color: #000;
    margin: 0 auto;
    max-width: 930px;
    padding: 66px 15px 88px
}

.common-cover-section__content h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 120%
}

.common-cover-section__content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%
}

.common-cover-section__content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%
}

.common-cover-section__content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%
}

.common-cover-section__content h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%
}

.common-cover-section__content div>ol li,.common-cover-section__content ol li,.common-cover-section__content p,.common-cover-section__content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%
}

.common-cover-section__content strong {
    font-weight: 600;
    margin-right: 2px
}

.common-cover-section__content div {
    overflow-x: auto
}

.common-cover-section__content div>ol {
    margin: 0;
    padding: 0
}

.common-cover-section__content div>ul {
    padding-left: 50px
}

.common-cover-section__content div>table {
    min-width: 600px
}

.common-cover-section__content ol,.common-cover-section__content ul {
    padding-left: 25px
}

.common-cover-section__content ol li {
    list-style-type: decimal
}

.common-cover-section__content ul li {
    list-style: initial
}

.common-cover-section__content blockquote {
    background-color: #f9f9f9;
    border-color: #77c663;
    border-style: solid;
    border-width: 0 3px;
    padding: 20px 15px
}

.common-cover-section__content table td:first-child,.common-cover-section__content table th:first-child {
    width: 30%
}

.common-cover-section__content table td:nth-child(2),.common-cover-section__content table th:nth-child(2) {
    width: 25.22222%
}

.common-cover-section__content table td:nth-child(3),.common-cover-section__content table th:nth-child(3) {
    width: 41.44444%
}

.common-cover-section__content table thead {
    background-color: #f9f9f9;
    border-top: 2px solid #77c663
}

.common-cover-section__content table thead th {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    padding: 12px 20px;
    vertical-align: center
}

.common-cover-section__content table tbody tr {
    border-bottom: 1px solid #edf0f2
}

.common-cover-section__content table tbody td {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    padding: 20px;
    vertical-align: top
}

.common-cover-section__content table tfoot td {
    padding-top: 32px;
    width: 100%
}

.common-cover-section__content a {
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    overflow-wrap: anywhere;
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.home-banner,.home-banner__bg {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    -ms-flex-pack: center
}

.home-banner {
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #000;
    background-size: cover;
    height: 100vh;
    max-height: 840px;
    overflow: hidden;
    position: relative
}

.home-banner__bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    left: 50%;
    margin: 0 auto;
    max-width: 1440px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-banner__bg__img {
    max-width: 375px;
    width: 100%
}

.home-banner__bg__video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%
}

.home-banner__bg__video.hide {
    opacity: 0
}

.home-banner__overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.home-banner__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-width: 1440px;
    position: relative;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    width: 100%
}

.home-banner__item {
    height: 100%
}

.home-banner__item:first-child {
    -webkit-box-flex: 0;
    border-right: 1px solid rgba(255,255,255,.1);
    -ms-flex: 0 0 34.93056%;
    flex: 0 0 34.93056%;
    width: 34.93056%
}

.home-banner__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.36111%;
    flex: 0 0 27.36111%;
    width: 27.36111%
}

.home-banner__item:nth-child(3) {
    -webkit-box-flex: 0;
    border-left: 1px solid rgba(255,255,255,.1);
    -ms-flex: 0 0 37.63889%;
    flex: 0 0 37.63889%;
    width: 37.63889%
}

.home-banner__item:first-child,.home-banner__item:nth-child(3) {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.home-banner__item video {
    height: 100%;
    left: 48%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: calc(var(--header-height)/1.5);
    -webkit-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
    width: 1920px;
    z-index: 0
}

.home-banner__item .canvas-video {
    display: block;
    height: 100%!important;
    position: absolute;
    z-index: 2
}

.home-banner__item .canvas-video.left {
    right: 0;
    top: 20px;
    -webkit-transform: translateX(59%);
    transform: translateX(59%)
}

.home-banner__item .canvas-video.right {
    left: 0;
    top: 60px;
    -webkit-transform: translateX(-63%);
    transform: translateX(-63%)
}

.home-banner__title {
    color: #fff;
    font-family: var(--fontGilroyRegular);
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 120%;
    text-align: center
}

.clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 62px;
    margin-top: -74px;
    position: relative;
    width: 100%;
    z-index: 4
}

.clients__wrapper {
    background: var(--white);
    border: 1px solid var(--grey);
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.clients__slider-random {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    padding-left: 50px
}

.clients__slider-random.slider-part-1 .clients__img-wrap__img.img-part-1 {
    opacity: 1
}

.clients__slider-random.slider-part-1 .clients__img-wrap__img.img-part-2,.clients__slider-random.slider-part-2 .clients__img-wrap__img.img-part-1 {
    opacity: 0
}

.clients__slider-random.slider-part-2 .clients__img-wrap__img.img-part-2,.services .services-tab__item.active .services-tab__btn {
    opacity: 1
}

.clients__img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    height: 100%;
    position: relative;
    width: 14.28571%
}

.clients__img-wrap:not(:last-child) {
    border-right: 1px solid #edf0f2
}

.clients__img-wrap__img {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .75s ease;
    transition: opacity .75s ease;
    width: 100%
}

.clients__slider {
    padding-left: 50px;
    position: relative;
    width: 100%
}

.clients__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0!important;
    -webkit-transition: opacity .75s ease;
    transition: opacity .75s ease;
    width: 100%
}

.clients__slide.swiper-slide-active {
    opacity: 1!important
}

.clients__slide-img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    width: 14.28571%
}

.clients__slide__img,.services .services-tab__item.active .services-tab__btn:before {
    width: 100%
}

.clients__title {
    background: var(--grey);
    border-radius: 8px 8px 0 0;
    bottom: 50px;
    color: var(--main-text-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    left: -50px;
    letter-spacing: .1em;
    line-height: 50px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 150px;
    z-index: 10
}

.services {
    padding: 10px 0 72px
}

.services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.services-left {
    display: inline-block;
    max-width: 340px;
    width: 28%
}

.services-right {
    display: inline-block;
    width: calc(100% - 340px)
}

.services__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.services__text {
    font-size: 24px;
    line-height: 120%
}

.services .services-tab {
    overflow: hidden;
    position: relative;
    width: 100%
}

.services .services-tab:after {
    border-left: 1px solid rgba(255,255,255,.4);
    border-right: 1px solid rgba(255,255,255,.4);
    content: "";
    display: block;
    height: calc(100% - 16px);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 33.33333%;
    z-index: 20
}

.services .services-tab__item,.services .services-tab__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.services .services-tab__item {
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    padding: 25px 30px
}

.services .services-tab__item.active .services-tab__content {
    opacity: 1;
    pointer-events: all
}

.services .services-tab__item.active .services-tab__card {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.services .services-tab__btn {
    color: #fff;
    display: block;
    font-family: Gilroy,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-right: auto;
    opacity: .4;
    padding: 0;
    position: relative;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10
}

.services .services-tab__btn:before {
    background-color: #fff;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    width: 0
}

.services .services-tab__content {
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.services .services-tab__content:before {
    background-color: rgba(0,0,0,.3);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.services .services-tab__content__img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    width: 100%;
    z-index: -1
}

.services .services-tab__card {
    background: rgba(0,0,0,.8);
    border-radius: 8px;
    padding: 16px 24px 8px;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out
}

.services .services-tab__card-service-title {
    color: #fff;
    font-family: Gilroy;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 16px
}

.services .services-tab__card-text,.services .services-tab__card-title {
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.services .services-tab__card-title {
    font-size: 12px;
    letter-spacing: .1em;
    margin-bottom: 6px;
    opacity: .5;
    text-transform: uppercase
}

.services .services-tab__card-list {
    margin-bottom: 20px
}

.services .services-tab__card-list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.services .services-tab__card-list-item:not(:last-child) {
    margin-bottom: 5px
}

.services .services-tab__card-link,.services .services-tab__card-list-item span {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.services .services-tab__card-list-item .icon-done {
    fill: none;
    stroke: #77c663;
    height: 12px;
    width: 18px
}

.services .services-tab__card-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    gap: 15px;
    line-height: 120%
}

.services .services-tab__card-link span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.services .services-tab__card-link .icon {
    fill: none;
    stroke: #fff;
    height: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 10px
}

.services .services-tab__card-footer {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 20px 0
}

.service {
    margin-bottom: 70px;
    width: 100%
}

.service__img-overlay {
    background: rgba(0,0,0,.3);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.service__gallery {
    overflow: hidden;
    width: 100%
}

.service__gallery-item {
    height: 100%;
    position: relative;
    width: 100%
}

.service__gallery-item.swiper-slide {
    opacity: 0!important;
    -webkit-transition: all 1000s ease;
    transition: all 1000s ease
}

.service__gallery-item.swiper-slide-active {
    opacity: 1!important
}

.service__content {
    height: 100%;
    width: 100%
}

.service__content__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.service__list.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8
}

.service__list.swiper-pagination .swiper-pagination-bullet {
    background: 0 0;
    color: var(--white);
    cursor: pointer;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: .4;
    padding-left: 30px;
    padding-top: 25px;
    position: relative;
    width: 33.3%
}

.service__list.swiper-pagination .swiper-pagination-bullet:first-child,.service__list.swiper-pagination .swiper-pagination-bullet:last-child {
    text-align: left;
    width: 32.5%
}

.service__list.swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    left: -2px;
    padding-left: 0;
    padding-right: 5px;
    position: relative
}

.service__list.swiper-pagination .swiper-pagination-bullet:before {
    background: rgba(255,255,255,.4);
    content: "";
    height: 850px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

.service__list.swiper-pagination .swiper-pagination-bullet:last-child {
    padding-left: 38px
}

.service__list.swiper-pagination .swiper-pagination-bullet:last-child:before {
    display: none
}

.service__list.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--white);
    font-weight: 400;
    opacity: 1;
    text-decoration: underline
}

.service-block {
    background: rgba(0,0,0,.8);
    border-radius: 8px;
    bottom: 25px;
    left: 0;
    margin-left: 32px;
    max-width: 389px;
    padding: 17px 24px;
    position: absolute;
    width: 28%
}

.service-block__text {
    color: var(--white);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 25px
}

.slide2 .service-block {
    left: 33.5%
}

.slide3 .service-block {
    left: 66.5%
}

.recommended__list {
    margin-bottom: 20px
}

.recommended__item,.recommended__label {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.recommended__item {
    font-size: 14px;
    padding-bottom: 2px;
    position: relative
}

.recommended__item:before {
    background: url(../svg/Done.svg) 0 0 no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 23px;
    margin-right: 9px;
    position: relative;
    top: 5px;
    width: 23px
}

.recommended__label {
    font-size: 12px;
    letter-spacing: .1em;
    opacity: .5;
    padding-bottom: 1px;
    text-transform: uppercase
}

.service-mobile {
    display: block
}

.service-mobile .service-block {
    display: none
}

.service-mobile__item {
    min-height: 206px;
    position: relative;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 100%
}

.service-mobile__item__img {
    height: 206px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.service-mobile__item:target {
    min-height: 430px
}

.service-mobile__item:target .service-mobile__title {
    text-decoration: underline
}

.service-mobile__item:target .service-block {
    display: block
}

.service-mobile__item:target img {
    min-height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.service-mobile__title {
    color: var(--white);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    left: 16px;
    line-height: 120%;
    position: absolute;
    top: 22px
}

.service-mobile__title a {
    display: inline-block;
    height: 100%;
    width: 100%
}

.projects {
    background: var(--black);
    padding: 40px 0;
    position: relative
}

.projects .tabs__header {
    margin-bottom: 40px;
    width: 100%
}

.projects .tabs__header-item {
    border-bottom: 1px solid rgba(255,255,255,.4);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.projects .tabs__header-item:not(:last-child) .projects__title {
    margin-right: 74px
}

.projects .tabs__header-item:not(:last-child) .projects__title:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    opacity: .5;
    position: absolute;
    right: -38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px
}

.projects__allbtn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 8px;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    padding: 26px;
    width: 100%
}

.projects__title,.projects__title:before {
    display: block;
    -webkit-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out
}

.projects__title {
    color: var(--white);
    font-size: 32px;
    font-weight: 400;
    padding-block:10px;position: relative;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.projects__title:before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.projects__title.active {
    opacity: 1
}

.projects__title.active:before {
    width: 100%
}

.projects__title.active span {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.projects__title span {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    opacity: .5;
    text-transform: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.projects .row-gallery,.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.projects .row-gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px)
}

.projects .col-gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 32px;
    padding-right: 32px;
    width: 50%
}

.tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: var(--black);
    border-radius: 3px;
    flex-direction: row;
    -ms-flex-direction: row;
    left: 24px;
    min-height: 24px;
    padding: 4px 10px;
    position: absolute;
    top: 24px;
    z-index: 15
}

.tags__item,.tags__item:after {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase
}

.tags__item {
    color: var(--white);
    line-height: 16px;
    padding-right: 20px;
    position: relative
}

.tags__item:after {
    content: "|";
    display: inline-block;
    line-height: 130%;
    margin-left: 9px;
    opacity: .3
}

.tags__item:last-child {
    padding-right: 0
}

.tags__item:last-child:after {
    display: none
}

.project {
    display: block;
    height: 769px;
    margin-bottom: 48px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.project:before,.project__img {
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.project:before {
    background-color: rgba(0,0,0,.6);
    content: "";
    display: block;
    top: 0;
    z-index: 5
}

.project__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.project:before,.project__info {
    left: 0;
    position: absolute;
    width: 100%
}

.project__info {
    bottom: 0;
    color: var(--white);
    padding-left: 24px;
    z-index: 15
}

.project__name {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 23px;
    max-width: 350px;
    position: relative;
    z-index: 15
}

.project__description,.project__name {
    color: var(--white);
    font-style: normal;
    font-weight: 400
}

.project__description {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 36px;
    max-width: 335px
}

.project__card-link,.project__card-link .icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.project__card-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    gap: 15px;
    line-height: 120%;
    margin-left: -24px;
    padding: 26px 24px
}

.project__card-link span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.project__card-link .icon {
    fill: none;
    stroke: #fff;
    height: 15px;
    width: 10px
}

.testimonials {
    padding: 40px 0 80px;
    position: relative
}

.testimonials__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px
}

.testimonials__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400
}

.testimonials__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline:-15px;width: calc(100% + 30px)
}

.testimonials__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-inline:15px}

.testimonials .swiper-slide {
    height: auto
}

.testimonials__card {
    background: #edf0f2;
    border-radius: 8px;
    min-height: 100%;
    padding: 16px;
    width: 100%
}

.testimonials__card-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 100%
}

.testimonials__card-item:not(:last-child) {
    margin-bottom: 32px
}

.testimonials__card-video-box {
    aspect-ratio: 1.06/1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.testimonials__card-video-box iframe,.testimonials__card-video-box img,.testimonials__card-video-box video,.testimonials__card-video-box__img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.testimonials__card-video-box img,.testimonials__card-video-box__img {
    -webkit-filter: saturate(.1);
    filter: saturate(.1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1
}

.testimonials__card-video-box video {
    z-index: 2
}

.testimonials__card-video-box video::-webkit-media-controls {
    display: none
}

.testimonials__card-video-box button {
    background-color: #fff;
    border-radius: 50%;
    bottom: 8px;
    display: block;
    height: 64px;
    padding: 0;
    position: absolute;
    right: 8px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 64px;
    z-index: 3
}

.testimonials__card-video-box button.active:after,.testimonials__card-video-box button.active:before {
    background-color: #000;
    height: 40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px
}

.testimonials__card-video-box button.active:before {
    left: 30%
}

.testimonials__card-video-box button.active:after {
    right: 30%
}

.testimonials__card-video-box button:after,.testimonials__card-video-box button:before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.testimonials__card-video-box button:not(.active):after,.testimonials__card-video-box button:not(.active):before {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    height: 0;
    left: 56%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 0
}

.testimonials__card-text {
    color: #000;
    font-family: Gilroy,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.testimonials__card-text p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.testimonials__card-author {
    margin-bottom: 24px
}

.testimonials__card-author-company,.testimonials__card-author-name {
    color: #000;
    display: block;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    font-weight: 400;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.testimonials__card-author-name {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 10px
}

.testimonials__card-author-company {
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 130%;
    padding: 4px 10px;
    text-transform: uppercase
}

.nav-item,.testimonials-slider__next,.testimonials-slider__prev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 64px;
    justify-content: center;
    min-height: 64px;
    min-width: 64px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 64px
}

.nav-item:before,.testimonials-slider__next:before,.testimonials-slider__prev:before {
    content: "";
    display: inline-block;
    height: 13px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    width: 19px
}

.nav-item:hover,.testimonials-slider__next:hover,.testimonials-slider__prev:hover {
    -webkit-box-shadow: 0 2px 15px 0 rgba(99,99,110,.1);
    box-shadow: 0 2px 15px 0 rgba(99,99,110,.1);
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.testimonials-slider {
    width: 100%
}

.testimonials-slider__wrapper .swiper-slide {
    height: auto
}

.testimonials-slider__wrapper .swiper-wrapper {
    margin-bottom: 40px
}

.testimonials-slider__wrapper .testimonials-slider__progressbar {
    height: 4px;
    position: relative;
    width: 100%
}

.testimonials-slider__wrapper .testimonials-slider__progressbar-dynamic-line,.testimonials-slider__wrapper .testimonials-slider__progressbar-static-line {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.testimonials-slider__wrapper .testimonials-slider__progressbar-static-line {
    background: #edf0f2;
    border-radius: 10px;
    width: 100%
}

.testimonials-slider__wrapper .testimonials-slider__progressbar-dynamic-line {
    background: #000;
    border-radius: 10px;
    opacity: .2;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    width: 33.33333%
}

.testimonials-slider__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    justify-content: space-between
}

.testimonials-slider__prev:before {
    background: url(../svg/prev.svg) 0 0 no-repeat;
    background-size: contain
}

.testimonials-slider__next:before {
    background: url(../svg/next.svg) 0 0 no-repeat;
    background-size: contain
}

.testimonials-slider__item {
    background: var(--grey);
    border-radius: 8px;
    margin-right: 8px;
    overflow: hidden;
    padding: 16px;
    width: 286px
}

.aboutus-banner {
    position: relative
}

.aboutus-bottom-banner {
    background: url(../img/upload/about-us-page/aboutus-bottom-banner.png) 0 0 no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
    width: 100%;
    z-index: -1
}

.aboutus-top-banner {
    background-color: var(--black);
    background-image: url(../img/upload/about-us-page/mapbanner.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    max-height: 757px
}

.aboutus-top-banner__wrap {
    height: 100vh;
    max-height: 757px;
    padding-top: calc(167px + var(--header-height));
    position: relative;
    z-index: 10
}

.aboutus-top-banner__wrap:before,.whoweare:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute
}

.aboutus-top-banner__wrap:before {
    background-color: #fff;
    left: 41.8%;
    opacity: .2;
    top: calc(var(--header-height)*-1);
    width: 1px
}

.aboutus-top-banner__title {
    color: var(--white);
    font-size: 56px;
    font-weight: 400;
    line-height: 120%;
    margin-left: 115px
}

.whoweare {
    background: var(--grey);
    bottom: -50px;
    color: var(--black);
    left: 0;
    padding: 50px 50px 50px 115px;
    position: absolute;
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.whoweare:before {
    background: inherit;
    right: 100%;
    top: 0;
    width: 100vw
}

.whoweare__title {
    color: #082170;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 130%;
    margin-bottom: 32px;
    text-transform: uppercase
}

.whoweare__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.whoweare__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-right: 53px
}

.whoweare__img {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 113px;
    min-width: 113px;
    width: 100%
}

.principles-wrapper {
    padding-top: 40px
}

.principles {
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.principles__subtitle,.scroll-down:after {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase
}

.principles__subtitle {
    color: var(--blue);
    line-height: 16px;
    padding-bottom: 24px
}

.principles__title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 76px
}

.principles__img {
    background: url(../img/upload/about-us-page/principles.png) 50%/cover no-repeat;
    width: 464px
}

.principles__textcol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: var(--white);
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 80px 114px 60px 116px;
    width: calc(100% - 464px)
}

.principles-row,.principles__textcol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.principles-row {
    border-bottom: 1px solid var(--grey);
    padding: 40px 0
}

.principles-row__number {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%
}

.principles-row__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    min-width: 211px;
    width: 211px
}

.principles-row__paragrapgh {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    width: calc(100% - 256px)
}

.scroll-down {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 60px;
    top: 90%;
    width: 40px;
    z-index: 10
}

.scroll-down:after {
    color: #fff;
    content: "Scroll down";
    display: block;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    left: 50%;
    line-height: 130%;
    position: absolute;
    top: calc(100% + 12px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.scroll-down:hover {
    background-color: #77c663
}

.scroll-down:hover .icon-check-green-small {
    stroke: #fff;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.scroll-down,.scroll-down .icon-check-green-small {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-down .icon-check-green-small {
    fill: none;
    stroke: #77c663;
    height: 6px;
    width: 12px
}

.hidden {
    display: none
}

.benefits {
    background: var(--black);
    padding: 60px 0 50px
}

.benefits .container {
    max-width: 1162px
}

.benefits__subtitle {
    color: #77c663;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 130%;
    padding-bottom: 22px;
    text-transform: uppercase;
    width: 100%
}

.benefits__title {
    color: var(--white);
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px
}

.benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-inline:-16px;width: calc(100% + 32px)
}

.benefits-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 16px;
    width: 50%
}

.benefits-list__item-row {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: var(--grey-items);
    color: var(--white);
    overflow: hidden;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.benefits-list__left-col,.benefits-list__right-col {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.benefits-list__left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: column;
    -ms-flex-direction: column;
    gap: 56px;
    justify-content: space-between;
    padding: 32px 24px;
    width: calc(100% - 230px)
}

.benefits-list__right-col {
    width: 230px
}

.benefits-list__right-col__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.benefits-list__title {
    color: var(--white);
    font-family: Gilroy,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.benefits-list__bottom,.contact__item a[href^=mailto] {
    position: relative
}

.benefits-list__item-text {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.benefits-list .icon {
    fill: none;
    stroke: #77c663;
    margin-bottom: 15px
}

.benefits-list .icon-benefits1 {
    height: 83px;
    width: 56px
}

.benefits-list .icon-benefits2 {
    height: 65px;
    width: 65px
}

.benefits-list .icon-benefits3 {
    height: 56px;
    width: 56px
}

.benefits-list .icon-benefits4 {
    height: 53px;
    width: 55px
}

.contact-us .container {
    max-width: 1190px
}

.contact-details .social-list__item .social-list__href,.page-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-header {
    background: var(--black);
    height: 100%;
    max-height: 352px;
    min-height: 352px;
    padding-top: var(--header-height)
}

.page-header__title {
    color: var(--white);
    font-size: 56px;
    font-weight: 400;
    line-height: 120%;
    margin-top: -73px
}

.page-container {
    margin: 0 auto;
    width: 100%
}

.page-content {
    margin: -73px auto 0;
    min-height: 600px;
    width: 100%
}

.contactus,.question-section {
    margin: -50px auto 0;
    max-width: 1160px;
    width: calc(100% - 30px)
}

.contactus__box {
    background: var(--white);
    border-top: 6px solid var(--green);
    margin-bottom: 43px;
    margin-inline:-15px;padding: 66px 116px 72px
}

.contactus__box,.contactus__box .row {
    width: calc(100% + 30px)
}

.contactus__form {
    width: 100%
}

.contactus__title {
    font-size: 40px;
    margin-bottom: 32px
}

.contactus__subtitle,.contactus__title {
    color: var(--main-text-color);
    line-height: 120%
}

.contactus__subtitle {
    font-size: 24px;
    font-weight: 400
}

.contact {
    margin-bottom: 65px
}

.contact__icon {
    display: inline-block;
    height: 16px;
    width: 16px
}

.contact__icon.tel {
    background: url(../svg/Phone.svg) 0 0 no-repeat;
    background-size: contain
}

.contact__icon.location {
    background: url(../svg/Location.svg) 0 0 no-repeat;
    background-size: contain
}

.contact__icon.email {
    background: url(../svg/Email.svg) 0 0 no-repeat;
    background-size: contain
}

.contact__item,.contact__item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%
}

.contact__item {
    display: grid;
    gap: 16px;
    grid-template-columns: 22px auto;
    margin-bottom: 16px
}

.contact__item a {
    color: var(--white);
    display: block;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.contact__item a[href^=mailto]:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: calc(100% + 1px);
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
    width: 100%
}

.contact-details {
    background: var(--black);
    color: var(--white);
    margin-bottom: 75px;
    margin-inline:-15px;margin-top: 42px;
    width: calc(100% + 30px)
}

.contact-details .social-list {
    gap: 0
}

.contact-details .social-list__item,.contact__item a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.contact-details .social-list__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.contact-details .social-list__item .social-list__href {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 64px;
    justify-content: center;
    -webkit-transition: all .34s ease;
    transition: all .34s ease;
    width: 64px
}

.contact-details__title {
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 130%;
    margin-bottom: 30px;
    text-transform: uppercase
}

.contact-details__box {
    background: var(--black);
    max-width: 320px;
    padding: 72px 24px
}

.contact-details__map {
    background: var(--black);
    height: 100%;
    position: relative;
    width: 100%
}

.contact-details__map .leaflet-control-attribution,.question-section:before {
    display: none
}

.contact-details__map .leaflet-top.leaflet-left {
    bottom: 6px;
    left: auto;
    right: 6px;
    top: auto
}

.contact-details__map .leaflet-control-zoom.leaflet-bar.leaflet-control {
    margin: 0
}

.contact-details__map .leaflet-bar {
    background-clip: initial;
    border: 0;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0,0,0,.15));
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.15));
    overflow: hidden
}

.contact-details__map .leaflet-bar a {
    background-color: #fff;
    border: 0;
    border-radius: 0 0 0 0!important;
    color: rgba(0,0,0,.6);
    font-family: Gilroy,sans-serif;
    font-weight: 900;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.contact-details__map .leaflet-bar a:first-child {
    position: relative
}

.contact-details__map .leaflet-bar a:first-child:after {
    background-color: rgba(0,0,0,.1);
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: calc(100% - 1px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 8px)
}

.contact-details__map iframe {
    height: 100%;
    width: 100%
}

.form-group {
    margin-bottom: 23px;
    position: relative
}

.form-group .just-validate-error-label {
    color: var(--red);
    font-size: 12px;
    left: 0;
    padding-top: 3px;
    position: absolute;
    top: 100%
}

textarea.form-control {
    height: 107px;
    resize: none
}

.underline {
    background-color: var(--green);
    bottom: 0;
    height: 1px;
    left: 49%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 0;
    z-index: 1
}

.form-control {
    border: 0;
    border-bottom: 1px solid var(--form-gray);
    color: var(--main-text-color);
    display: inline-block;
    font-family: var(--fontGilroyRegular);
    font-size: 16px;
    font-weight: 400;
    padding: 16px 32px 16px 120px;
    position: relative;
    width: 100%
}

.form-control.is-invalid~.underline {
    background-color: var(--red);
    width: 100%
}

.form-control.is-valid~.underline {
    background-color: var(--green);
    width: 100%
}

.form-control.is-valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 5 4 4L13.25.75' stroke='%2377C663' stroke-width='1.5'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    padding-right: calc(1.5em + .75rem)!important
}

.form-control:focus+.underline {
    width: 100%
}

.form-buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    gap: 16px;
    justify-content: space-between;
    margin-top: 27px;
    width: 100%
}

.form-buttons.scaleClass .form-captcha {
    height: 51px
}

.form-buttons.scaleClass .form-captcha iframe {
    height: 76px;
    -webkit-transform: scale(.66) translate(-29%,-29%);
    transform: scale(.66) translate(-29%,-29%);
    width: 303px
}

.form-buttons .btn-primary {
    height: 51px;
    min-width: 188px;
    padding: 16px 68px;
    width: 188px
}

.form-label {
    color: #000;
    font-family: var(--fontGilroyRegular);
    font-size: 16px;
    left: 0;
    max-width: 110px;
    opacity: .4;
    position: absolute;
    top: 15px;
    z-index: 2
}

.contactus input[type=checkbox],.question-section input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid var(--grey-label);
    border-radius: .15em;
    font: inherit;
    height: 22px;
    margin: 0;
    -webkit-transform: translateY(-.075em);
    transform: translateY(-.075em);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 22px
}

.contactus input[type=checkbox]:disabled,.question-section input[type=checkbox]:disabled {
    opacity: .4
}

.contactus input[type=checkbox]:before,.question-section input[type=checkbox]:before {
    background: url(../svg/checked.svg) 0 0 no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 18px;
    left: 1px;
    position: relative;
    top: 1px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    width: 18px
}

.contactus input[type=checkbox]:checked,.question-section input[type=checkbox]:checked {
    background: var(--green);
    border: 1px solid var(--green)
}

.contactus input[type=checkbox]:checked:before,.question-section input[type=checkbox]:checked:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.question-section {
    border-top: none;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 72px
}

.terms {
    color: var(--main-text-color);
    display: inline-block;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.form-checkbox-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    font-size: 12px;
    gap: 16px;
    grid-template-columns: 22px auto;
    letter-spacing: .1em;
    line-height: 130%;
    text-transform: uppercase
}

.portfolio-page .container {
    max-width: 1170px
}

.portfolio-page .projects {
    padding-top: 0
}

.portfolio-page .projects .row-gallery {
    margin-inline:-8px;width: calc(100% + 16px)
}

.portfolio-page .projects .col-gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-inline:8px}

.portfolio-page .projects .col-gallery .project {
    margin-bottom: 24px
}

.portfolio-page .projects .col-gallery .project.type2 {
    height: 544px
}

.portfolio {
    background: #000 url(../svg/project-bg.svg) 0 0/contain no-repeat;
    padding-top: var(--header-height)
}

.portfolio .tabs {
    margin-bottom: 40px
}

.portfolio .tabs__header {
    margin-bottom: 81px
}

.portfolio .tabs__header-btn {
    font-size: 24px
}

.portfolio .projects {
    background-color: transparent
}

.portfolio__banner {
    padding-top: 167px
}

.portfolio__title {
    font-size: 56px;
    letter-spacing: -.03em;
    margin-bottom: 32px
}

.portfolio__subtitle,.portfolio__title {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.portfolio__subtitle {
    font-size: 24px;
    margin-bottom: 42px;
    max-width: 781px
}

.portfolio__upload-more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 26px 20px;
    width: 100%
}

.portfolio__upload-more:hover {
    border-color: #77c663
}

.portfolio__upload-more:hover span {
    color: #77c663
}

.portfolio__upload-more:hover .icon {
    stroke: #77c663
}

.portfolio__upload-more .icon,.portfolio__upload-more span {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.portfolio__upload-more span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%
}

.portfolio__upload-more .icon {
    stroke: #fff;
    height: 11px;
    width: 15px
}

.services-card {
    background-color: #272830
}

.services-card__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

.services-card__col {
    max-height: 480px;
    min-height: 480px;
    width: 100%
}

.services-card__col:first-child {
    max-width: 552px;
    overflow: hidden;
    position: relative
}

.services-card__col:first-child:before {
    background-color: rgba(0,0,0,.4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    width: 100%;
    z-index: 10
}

.services-card__col:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    padding: 64px 88px 40px
}

.services-card__col__img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.services-card__body {
    padding-bottom: 31px
}

.services-card__title {
    font-size: 32px;
    line-height: 120%
}

.services-card__text,.services-card__title {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 32px
}

.services-card__text {
    font-size: 18px;
    line-height: 130%;
    max-height: 100px;
    min-height: 100px;
    overflow-y: auto
}

.services-card__subtitle {
    font-size: 12px;
    letter-spacing: .1em;
    margin-bottom: 6px;
    opacity: .5;
    text-transform: uppercase
}

.services-card__list-item,.services-card__subtitle {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.services-card__list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    gap: 12px
}

.services-card__list-item:not(:last-child) {
    margin-bottom: 9px
}

.services-card__list-item .icon-done {
    fill: none;
    stroke: #77c663;
    height: 12px;
    width: 18px
}

.services-card__list-item span,.single-service-offer__table-header-left span,.single-service-offer__table-header-right span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.services-card__footer {
    border-top: 1px solid rgba(255,255,255,.1)
}

.services-page {
    background: #000 url(../svg/services-banner.svg) 0 0/contain no-repeat;
    background-size: 100%;
    padding-bottom: 80px;
    padding-top: var(--header-height)
}

.services-page .container {
    max-width: 1160px
}

.services-page__banner {
    padding-top: 157px
}

.services-page__title {
    font-size: 40px;
    letter-spacing: -.03em;
    margin-bottom: 32px
}

.services-page__subtitle,.services-page__title {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    line-height: 120%
}

.services-page__subtitle {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 60px;
    max-width: 781px
}

.services-page__item {
    padding-block:32px}

.single-service {
    background: #000
}

.single-services-banner {
    padding-top: var(--header-height);
    position: relative
}

.single-services-banner__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.single-services-banner__bg__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.single-services-banner__wrap {
    padding: 271px 0;
    position: relative;
    z-index: 10
}

.single-services-banner__title {
    color: #fff;
    font-size: 56px;
    letter-spacing: -.03em;
    line-height: 120%
}

.single-services-banner__subtitle,.single-services-banner__title {
    font-family: Gilroy,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center
}

.single-services-banner__subtitle {
    background: #fff;
    border-radius: 8px;
    color: #050505;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 130%;
    margin-bottom: 16px;
    margin-inline:auto;padding: 5px 10px;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.single-service-offer {
    padding-bottom: 48px;
    position: relative;
    z-index: 10
}

.single-service-offer.bigger-padding {
    padding-bottom: 64px
}

.single-service-offer__table {
    background-color: #272830;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 1130px;
    overflow: hidden;
    width: 100%
}

.single-service-offer__table-title {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 32px;
    text-align: center
}

.single-service-offer__table-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #3b3c44 url(../svg/services-table-header-bg.svg) 0 0/contain no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative
}

.single-service-offer__table-header:before {
    background-color: #77c663;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px
}

.single-service-offer__table-header-left,.single-service-offer__table-header-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    padding-block:50px;width: 100%;
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.single-service-offer__table-header-left span,.single-service-offer__table-header-right span {
    display: block
}

.single-service-offer__table-header-right span {
    max-width: 552px
}

.single-service-offer__table-header-left {
    font-size: 32px;
    line-height: 120%;
    max-width: 380px
}

.single-service-offer__table-body {
    padding-block:64px 92px;padding-inline:24px}

.table-steps {
    margin: 0 auto;
    max-width: 824px;
    padding-block:50px;position: relative;
    width: 100%
}

.table-steps__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative
}

.table-steps__item:first-child .table-steps__icon-box:after,.table-steps__item:first-child:before {
    background: rgba(50,251,94,.4);
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.table-steps__item:first-child:before {
    border-radius: 50%;
    height: 6px;
    top: -50px;
    width: 6px
}

.table-steps__item:first-child .table-steps__icon-box:after {
    bottom: 100%;
    height: 50px;
    width: 1px
}

.table-steps__item:first-child .table-steps__card,.table-steps__item:first-child .table-steps__icon-box {
    border-color: rgba(50,251,94,.4)
}

.table-steps__item:first-child .table-steps__icon-box:before {
    background-color: rgba(50,251,94,.4)
}

.table-steps__item:first-child .table-steps__icon-box .icon {
    fill: rgba(50,251,94,.4)
}

.table-steps__item:first-child .table-steps__icon-box .icon .stroke {
    fill: none;
    stroke: rgba(50,251,94,.4)
}

.table-steps__item:first-child .table-steps__card-number {
    color: rgba(50,251,94,.4)
}

.table-steps__item:nth-child(2) .table-steps__card,.table-steps__item:nth-child(2) .table-steps__icon-box {
    border-color: rgba(50,251,178,.4)
}

.table-steps__item:nth-child(2) .table-steps__icon-box:before {
    background-color: rgba(50,251,178,.4)
}

.table-steps__item:nth-child(2) .table-steps__icon-box .icon {
    fill: rgba(50,251,178,.4)
}

.table-steps__item:nth-child(2) .table-steps__icon-box .icon .stroke {
    fill: none;
    stroke: rgba(50,251,178,.4)
}

.table-steps__item:nth-child(2) .table-steps__card-number {
    color: rgba(50,251,178,.4)
}

.table-steps__item:nth-child(3) .table-steps__card,.table-steps__item:nth-child(3) .table-steps__icon-box {
    border-color: rgba(50,251,177,.4)
}

.table-steps__item:nth-child(3) .table-steps__icon-box:before {
    background-color: rgba(50,251,177,.4)
}

.table-steps__item:nth-child(3) .table-steps__icon-box .icon {
    fill: rgba(50,251,177,.4)
}

.table-steps__item:nth-child(3) .table-steps__icon-box .icon .stroke {
    fill: none;
    stroke: rgba(50,251,177,.4)
}

.table-steps__item:nth-child(3) .table-steps__card-number {
    color: rgba(50,251,177,.4)
}

.table-steps__item:nth-child(4) .table-steps__card,.table-steps__item:nth-child(4) .table-steps__icon-box {
    border-color: rgba(50,251,239,.4)
}

.table-steps__item:nth-child(4) .table-steps__icon-box:before {
    background-color: rgba(50,251,239,.4)
}

.table-steps__item:nth-child(4) .table-steps__icon-box .icon {
    fill: rgba(50,251,239,.4)
}

.table-steps__item:nth-child(4) .table-steps__icon-box .icon .stroke {
    fill: none;
    stroke: rgba(50,251,239,.4)
}

.table-steps__item:nth-child(4) .table-steps__card-number {
    color: rgba(50,251,239,.4)
}

.table-steps__item:nth-child(5) .table-steps__card,.table-steps__item:nth-child(5) .table-steps__icon-box {
    border-color: rgba(51,251,239,.4)
}

.table-steps__item:nth-child(5) .table-steps__icon-box:before {
    background-color: rgba(51,251,239,.4)
}

.table-steps__item:nth-child(5) .table-steps__icon-box .icon {
    fill: rgba(51,251,239,.4)
}

.table-steps__item:nth-child(5) .table-steps__icon-box .icon .stroke {
    fill: none;
    stroke: rgba(51,251,239,.4)
}

.table-steps__item:nth-child(5) .table-steps__card-number {
    color: rgba(51,251,239,.4)
}

.table-steps__item:nth-child(6) .table-steps__card,.table-steps__item:nth-child(6) .table-steps__icon-box {
    border-color: rgba(50,222,251,.4)
}

.table-steps__item:nth-child(6) .table-steps__icon-box:before {
    background-color: rgba(50,222,251,.4)
}

.table-steps__item:nth-child(6) .table-steps__icon-box .icon {
    fill: rgba(50,222,251,.4)
}

.table-steps__item:nth-child(6) .table-steps__icon-box .icon .stroke {
    fill: none;
    stroke: rgba(50,222,251,.4)
}

.table-steps__item:nth-child(6) .table-steps__card-number {
    color: rgba(50,222,251,.4)
}

.table-steps__item:nth-child(7) .table-steps__card,.table-steps__item:nth-child(7) .table-steps__icon-box {
    border-color: rgba(20,185,255,.4)
}

.table-steps__item:nth-child(7) .table-steps__icon-box:before {
    background-color: rgba(20,185,255,.4)
}

.table-steps__item:nth-child(7) .table-steps__icon-box .icon {
    fill: rgba(20,185,255,.4)
}

.table-steps__item:nth-child(7) .table-steps__icon-box .icon .stroke {
    fill: none;
    stroke: rgba(20,185,255,.4)
}

.table-steps__item:nth-child(7) .table-steps__card-number {
    color: rgba(20,185,255,.4)
}

.table-steps__item:nth-child(odd) .table-steps__card {
    border-width: 1px 1px 1px 4px;
    left: 0
}

.table-steps__item:nth-child(2n) .table-steps__card {
    border-width: 1px 4px 1px 1px;
    right: 0
}

.table-steps__icon-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    justify-content: center;
    position: relative;
    width: 120px;
    z-index: 5
}

.table-steps__icon-box:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px
}

.table-steps__icon-box .icon {
    height: 32px;
    width: 32px
}

.table-steps__icon-box .icon-steps-icon-2 {
    height: 32px;
    width: 37px
}

.table-steps__icon-box .icon-steps-icon-9 {
    height: 40px;
    width: 40px
}

.table-steps__card {
    background-color: #272830;
    border: 1px solid;
    border-radius: 8px;
    font-family: Gilroy,sans-serif;
    font-style: normal;
    max-width: 312px;
    padding: 16px 24px;
    position: relative;
    z-index: 10
}

.table-steps__card-number,.table-steps__card-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 8px
}

.table-steps__card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

.table-steps__card-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 120%;
    opacity: .5
}

.services-benefits {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/upload/our-services/benefits-bg.jpg) 0 0/cover no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 645px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.services-benefits:before {
    background-color: rgba(0,0,0,.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.services-benefits__wrap {
    position: relative;
    z-index: 10
}

.services-benefits__circle,.services-benefits__circle:after {
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    height: 396px;
    position: relative;
    width: 396px;
    z-index: 1
}

.services-benefits__circle:after {
    content: "";
    display: inline-block;
    height: 382px;
    left: 7px;
    opacity: .4;
    position: absolute;
    top: 7px;
    width: 382px;
    z-index: -1
}

.services-benefits__title {
    color: var(--white);
    font-size: 32px;
    font-weight: 400;
    left: 0;
    line-height: 120%;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.services-benefits-list {
    color: var(--white);
    z-index: 2
}

.services-benefits-list.four-items .services-benefits-list__item.top .services-benefits-list__text {
    text-align: center
}

.services-benefits-list.four-items .services-benefits-list__item.left {
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.services-benefits-list.four-items .services-benefits-list__item.left .services-benefits-list__text {
    text-align: right
}

.services-benefits-list.four-items .services-benefits-list__item.right {
    right: 0;
    top: 50%;
    -webkit-transform: translate(30%,-50%);
    transform: translate(30%,-50%)
}

.services-benefits-list.four-items .services-benefits-list__item.right .services-benefits-list__text {
    text-align: left
}

.services-benefits-list.four-items .services-benefits-list__item.bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%)
}

.services-benefits-list.four-items .services-benefits-list__item.bottom .services-benefits-list__text {
    left: 50%;
    text-align: center;
    top: calc(100% + 14px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.services-benefits-list__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(36.25deg,#1f1e1e 19.12%,#1f1e1e);
    border: 1px solid var(--green);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 5
}

.services-benefits-list__icon .icon {
    fill: #fff
}

.services-benefits-list__icon .icon-services-benefits-1 {
    height: 26px;
    width: 35px
}

.services-benefits-list__icon .icon-services-benefits-2 {
    height: 24px;
    margin-right: -2px;
    margin-top: -2px;
    width: 23px
}

.services-benefits-list__icon .icon-services-benefits-3 {
    height: 25px;
    width: 25px
}

.services-benefits-list__icon .icon-services-benefits-4 {
    height: 21px;
    width: 21px
}

.services-benefits-list__icon .icon-services-benefits-5 {
    height: 24px;
    width: 20px
}

.services-benefits-list__icon .icon-services-benefits-6 {
    height: 17px;
    width: 27px
}

.services-benefits-list__item {
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    position: absolute;
    width: 64px
}

.services-benefits-list__item .services-benefits-list__text {
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: absolute;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.services-benefits-list__item.top {
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.services-benefits-list__item.top .services-benefits-list__text {
    bottom: calc(100% + 14px);
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.services-benefits-list__item.left {
    bottom: 30px;
    left: 30px
}

.services-benefits-list__item.left .services-benefits-list__text {
    right: calc(100% + 15px);
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services-benefits-list__item.right {
    bottom: 30px;
    right: 30px
}

.services-benefits-list__item.right .services-benefits-list__text {
    left: calc(100% + 15px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.not-found-page {
    background-color: var(--black)
}

.not-found-page .footer,.project-body .tags__item:after,.project-body.transparent-header .header .btn-primary:after,.project-body.transparent-header .header .btn-primary:before {
    display: none
}

.not-found-page .common-cover-section__text,.not-found-page .common-cover-section__title {
    color: var(--white);
    text-align: start
}

.not-found-page .btn-green {
    padding: 26px 32px
}

.not-found-page__banner {
    padding-block:calc(var(--header-height) + 56px) 130px}

.not-found-page__wrap {
    padding-block: 170px 132px;
    position: relative
}

.not-found-page__bg {
    max-width: 1410px;
    width: 100%
}

.not-found-page__bg-img {
    width: 100%
}

.not-found-page__block {
    margin: 0 auto;
    max-width: 1130px
}

.cookie-policy-page .common-cover-section__content table td:first-child,.cookie-policy-page .common-cover-section__content table th:first-child {
    width: 23.11111%
}

.cookie-policy-page .common-cover-section__content table td:nth-child(2),.cookie-policy-page .common-cover-section__content table th:nth-child(2) {
    width: 44.88889%
}

.cookie-policy-page .common-cover-section__content table td:nth-child(3),.cookie-policy-page .common-cover-section__content table th:nth-child(3) {
    width: 31.77778%
}

.home-page .header {
    background-color: #000
}

.project-body {
    background-color: #fff;
    padding-top: var(--header-height)
}

.project-body.transparent-header {
    padding-top: 0
}

.project-body.transparent-header .header.bg-black-static {
    background-color: transparent
}

.project-body.transparent-header .header.bg-black {
    background-color: var(--black)
}

.project-body.transparent-header .header .btn-primary {
    border: 1px solid #fff
}

.project-body.transparent-header .header .btn-primary span {
    color: #fff
}

.project-body:not(.transparent-header) .header .btn-primary {
    border: 0
}

.project-body .tags {
    background: 0 0;
    position: static
}

.project-body .tags__item {
    padding: .3rem 1rem
}

.project-body .project-page-reverse-block__wrapper {
    max-width: 1170px!important;
    width: 100%!important
}

.project-body .page-header--project-banking {
    background-color: var(--blue-dark);
    height: var(--header-height)
}

.project-body .page-header--project-common-black {
    background-color: var(--black);
    height: var(--header-height)
}

.project-body .page-header--project-harker {
    background-image: url(../photos/harker/header-banner.png);
    background-position: center 100%;
    background-size: cover;
    min-height: 17rem
}

.project-body .on-game-score-block {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 33px!important;
    max-width: 833px!important;
    width: 100%!important
}

.project-body .on-game-score-block__logos {
    margin: 0!important;
    width: 100%
}

.project-body .on-game-score-block__table {
    border-collapse: unset!important;
    width: 100%
}

.project-body .on-game-score-block__table.scaleIn .on-game-score-block__table-row {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.project-body .on-game-score-block__table.scaleIn .on-game-score-block__table-row .on-game-score-block__table-cell--logo,.project-body .on-game-score-block__table.scaleIn .on-game-score-block__table-row .on-game-score-block__table-cell--united {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.project-body .on-game-score-block__table-row {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.project-body .on-game-score-block__table-row:nth-child(2),.project-body .on-game-score-block__table-row:nth-child(2) .on-game-score-block__table-cell--logo,.project-body .on-game-score-block__table-row:nth-child(2) .on-game-score-block__table-cell--united {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.project-body .on-game-score-block__table-row:nth-child(3),.project-body .on-game-score-block__table-row:nth-child(3) .on-game-score-block__table-cell--logo,.project-body .on-game-score-block__table-row:nth-child(3) .on-game-score-block__table-cell--united {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.project-body .on-game-score-block__table-row:nth-child(4),.project-body .on-game-score-block__table-row:nth-child(4) .on-game-score-block__table-cell--logo,.project-body .on-game-score-block__table-row:nth-child(4) .on-game-score-block__table-cell--united {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.project-body .on-game-score-block__table-row:nth-child(5),.project-body .on-game-score-block__table-row:nth-child(5) .on-game-score-block__table-cell--logo,.project-body .on-game-score-block__table-row:nth-child(5) .on-game-score-block__table-cell--united {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.project-body .on-game-score-block__table-row:nth-child(6),.project-body .on-game-score-block__table-row:nth-child(6) .on-game-score-block__table-cell--logo,.project-body .on-game-score-block__table-row:nth-child(6) .on-game-score-block__table-cell--united {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.project-body .on-game-score-block__table-cell--logo,.project-body .on-game-score-block__table-cell--united {
    height: 40px!important;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 55px!important
}

.project-body .page-header--project-university {
    background-image: url(../photos/university/header-banner.png);
    background-position: center 100%;
    background-size: cover;
    min-height: 17rem
}

.project-body .page-header--project-on-game,.project-body .page-header--project-trawell {
    background-image: url(../photos/booking/trawell-top-bg.jpg);
    background-position: 50%;
    background-size: cover;
    min-height: 17rem
}

.project-body .page-header--project-on-game {
    background-image: url(../photos/on-game/bg-1.jpg)
}

.project-body .page-header--project-gambling,.project-body .page-header--project-yapper {
    background-image: url(../photos/yapper/bg-top.jpg);
    background-position: center 100%;
    background-size: cover;
    min-height: 17rem
}

.project-body .page-header--project-gambling {
    background-image: url(../photos/gambling/bg-top.jpg)
}

.project-body .page-header--project-yow {
    background-image: url(../photos/yow/yow-top-background.png);
    background-position: top right 40%;
    background-size: 150%;
    min-height: 17rem
}

.project-body .yow-logo__icon-wrapper:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.project-body .yow-logo__icon-wrapper:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.project-body .yow-logo__icon-wrapper:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.project-body .yow-logo__icon-wrapper:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

@media (min-width: 414px) and (max-width:632px) {
    .home-banner__item video {
        -webkit-transform:translateX(-50%) scale(.95);
        transform: translateX(-50%) scale(.95)
    }
}

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

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0
    }

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

    .row-cols-sm-1>*,.row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-1>* {
        width: 100%
    }

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

    .row-cols-sm-3>*,.row-cols-sm-4>*,.row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>*,.row-cols-sm-5>* {
        width: 25%
    }

    .row-cols-sm-5>* {
        width: 20%
    }

    .row-cols-sm-6>* {
        width: 16.6666666667%
    }

    .col-sm-auto,.row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-auto {
        width: auto
    }

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

    .col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7 {
        width: 25%
    }

    .col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7 {
        width: 33.33333333%
    }

    .col-sm-5,.col-sm-6,.col-sm-7 {
        width: 41.66666667%
    }

    .col-sm-6,.col-sm-7 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-10,.col-sm-11,.col-sm-12,.col-sm-8,.col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-10,.col-sm-11,.col-sm-12,.col-sm-9 {
        width: 75%
    }

    .col-sm-10,.col-sm-11,.col-sm-12 {
        width: 83.33333333%
    }

    .col-sm-11,.col-sm-12 {
        width: 91.66666667%
    }

    .col-sm-12 {
        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: .25rem
    }

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

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

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: .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
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important;
        -ms-flex-direction: row!important
    }

    .flex-sm-column,.flex-sm-row {
        -webkit-box-direction: normal!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        flex-direction: column!important;
        -ms-flex-direction: column!important
    }

    .flex-sm-column-reverse,.flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-sm-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-sm-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-sm-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-sm-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-sm-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-sm-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-sm-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-sm-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-sm-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-sm-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-sm-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-sm-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mt-sm-3 {
        margin-top: 1rem!important
    }

    .mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .mt-sm-5 {
        margin-top: 3rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-1 {
        margin-right: .25rem!important
    }

    .me-sm-2 {
        margin-right: .5rem!important
    }

    .me-sm-3 {
        margin-right: 1rem!important
    }

    .me-sm-4 {
        margin-right: 1.5rem!important
    }

    .me-sm-5 {
        margin-right: 3rem!important
    }

    .me-sm-auto {
        margin-right: auto!important
    }

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

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-5 {
        margin-bottom: 3rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ms-sm-0 {
        margin-left: 0!important
    }

    .ms-sm-1 {
        margin-left: .25rem!important
    }

    .ms-sm-2 {
        margin-left: .5rem!important
    }

    .ms-sm-3 {
        margin-left: 1rem!important
    }

    .ms-sm-4 {
        margin-left: 1.5rem!important
    }

    .ms-sm-5 {
        margin-left: 3rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .px-sm-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-sm-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-sm-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-sm-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-sm-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-sm-5 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .py-sm-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-sm-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-sm-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-sm-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-sm-5 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-1 {
        padding-right: .25rem!important
    }

    .pe-sm-2 {
        padding-right: .5rem!important
    }

    .pe-sm-3 {
        padding-right: 1rem!important
    }

    .pe-sm-4 {
        padding-right: 1.5rem!important
    }

    .pe-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-5 {
        padding-bottom: 3rem!important
    }

    .ps-sm-0 {
        padding-left: 0!important
    }

    .ps-sm-1 {
        padding-left: .25rem!important
    }

    .ps-sm-2 {
        padding-left: .5rem!important
    }

    .ps-sm-3 {
        padding-left: 1rem!important
    }

    .ps-sm-4 {
        padding-left: 1.5rem!important
    }

    .ps-sm-5 {
        padding-left: 3rem!important
    }

    .container {
        max-width: 540px
    }

    .benefits-list__right-col__img.mobile {
        display: none
    }
}

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

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0
    }

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

    .row-cols-md-1>*,.row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-1>* {
        width: 100%
    }

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

    .row-cols-md-3>*,.row-cols-md-4>*,.row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>*,.row-cols-md-5>* {
        width: 25%
    }

    .row-cols-md-5>* {
        width: 20%
    }

    .row-cols-md-6>* {
        width: 16.6666666667%
    }

    .col-md-auto,.row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-auto {
        width: auto
    }

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

    .col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7 {
        width: 25%
    }

    .col-md-4,.col-md-5,.col-md-6,.col-md-7 {
        width: 33.33333333%
    }

    .col-md-5,.col-md-6,.col-md-7 {
        width: 41.66666667%
    }

    .col-md-6,.col-md-7 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-10,.col-md-11,.col-md-12,.col-md-8,.col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-10,.col-md-11,.col-md-12,.col-md-9 {
        width: 75%
    }

    .col-md-10,.col-md-11,.col-md-12 {
        width: 83.33333333%
    }

    .col-md-11,.col-md-12 {
        width: 91.66666667%
    }

    .col-md-12 {
        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: .25rem
    }

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

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

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: .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
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-grid {
        display: grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important;
        -ms-flex-direction: row!important
    }

    .flex-md-column,.flex-md-row {
        -webkit-box-direction: normal!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        flex-direction: column!important;
        -ms-flex-direction: column!important
    }

    .flex-md-column-reverse,.flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-md-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-md-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-md-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-md-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-md-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-md-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-md-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-md-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-md-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-md-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-md-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-md-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-md-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mt-md-3 {
        margin-top: 1rem!important
    }

    .mt-md-4 {
        margin-top: 1.5rem!important
    }

    .mt-md-5 {
        margin-top: 3rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-1 {
        margin-right: .25rem!important
    }

    .me-md-2 {
        margin-right: .5rem!important
    }

    .me-md-3 {
        margin-right: 1rem!important
    }

    .me-md-4 {
        margin-right: 1.5rem!important
    }

    .me-md-5 {
        margin-right: 3rem!important
    }

    .me-md-auto {
        margin-right: auto!important
    }

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

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .mb-md-3 {
        margin-bottom: 1rem!important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-5 {
        margin-bottom: 3rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ms-md-0 {
        margin-left: 0!important
    }

    .ms-md-1 {
        margin-left: .25rem!important
    }

    .ms-md-2 {
        margin-left: .5rem!important
    }

    .ms-md-3 {
        margin-left: 1rem!important
    }

    .ms-md-4 {
        margin-left: 1.5rem!important
    }

    .ms-md-5 {
        margin-left: 3rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .px-md-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-md-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-md-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-md-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-md-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-md-5 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .py-md-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-md-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-md-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-md-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-md-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-md-5 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-1 {
        padding-right: .25rem!important
    }

    .pe-md-2 {
        padding-right: .5rem!important
    }

    .pe-md-3 {
        padding-right: 1rem!important
    }

    .pe-md-4 {
        padding-right: 1.5rem!important
    }

    .pe-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pb-md-3 {
        padding-bottom: 1rem!important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-5 {
        padding-bottom: 3rem!important
    }

    .ps-md-0 {
        padding-left: 0!important
    }

    .ps-md-1 {
        padding-left: .25rem!important
    }

    .ps-md-2 {
        padding-left: .5rem!important
    }

    .ps-md-3 {
        padding-left: 1rem!important
    }

    .ps-md-4 {
        padding-left: 1.5rem!important
    }

    .ps-md-5 {
        padding-left: 3rem!important
    }

    .container {
        max-width: 720px
    }

    .button.submit,.submit.projects__allbtn {
        width: 188px
    }

    .home-banner__title {
        font-size: 40px;
        position: relative;
        top: 70px
    }

    .clients__slide-img-wrap:not(:last-child) {
        border-right: 1px solid #edf0f2
    }

    .project.type2 {
        height: 619px
    }

    .form-buttons.scaleClass {
        height: 51px
    }

    .form-buttons.scaleClass .btn-primary {
        margin-left: -101px
    }

    .table-steps__item:not(:first-child) {
        margin-top: -12px
    }

    .table-steps__item:nth-child(odd) .table-steps__icon-box:before {
        right: 100%
    }

    .table-steps__item:nth-child(2n) .table-steps__icon-box:before {
        left: 100%
    }

    .table-steps__card {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .not-found-page__bg {
        left: calc(50% - 10px);
        position: absolute;
        top: calc(var(--header-height) + 56px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1
    }

    .project-body .page-header--project-yow {
        background-position: top;
        background-size: 100%;
        min-height: 22rem
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .table-steps__card {
        max-width:39%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .principles__img {
        width:250px
    }
}

@media (min-width: 991px) {
    .whoweare {
        width:75%
    }

    .services-benefits {
        height: 645px
    }
}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm {
        max-width:960px
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0
    }

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

    .row-cols-lg-1>*,.row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-1>* {
        width: 100%
    }

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

    .row-cols-lg-3>*,.row-cols-lg-4>*,.row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>*,.row-cols-lg-5>* {
        width: 25%
    }

    .row-cols-lg-5>* {
        width: 20%
    }

    .row-cols-lg-6>* {
        width: 16.6666666667%
    }

    .col-lg-auto,.row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-auto {
        width: auto
    }

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

    .col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7 {
        width: 25%
    }

    .col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7 {
        width: 33.33333333%
    }

    .col-lg-5,.col-lg-6,.col-lg-7 {
        width: 41.66666667%
    }

    .col-lg-6,.col-lg-7 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-10,.col-lg-11,.col-lg-12,.col-lg-8,.col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-10,.col-lg-11,.col-lg-12,.col-lg-9 {
        width: 75%
    }

    .col-lg-10,.col-lg-11,.col-lg-12 {
        width: 83.33333333%
    }

    .col-lg-11,.col-lg-12 {
        width: 91.66666667%
    }

    .col-lg-12 {
        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: .25rem
    }

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

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

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: .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
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important;
        -ms-flex-direction: row!important
    }

    .flex-lg-column,.flex-lg-row {
        -webkit-box-direction: normal!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        flex-direction: column!important;
        -ms-flex-direction: column!important
    }

    .flex-lg-column-reverse,.flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-lg-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-lg-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-lg-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-lg-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-lg-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-lg-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-lg-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-lg-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-lg-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mt-lg-3 {
        margin-top: 1rem!important
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .mt-lg-5 {
        margin-top: 3rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-1 {
        margin-right: .25rem!important
    }

    .me-lg-2 {
        margin-right: .5rem!important
    }

    .me-lg-3 {
        margin-right: 1rem!important
    }

    .me-lg-4 {
        margin-right: 1.5rem!important
    }

    .me-lg-5 {
        margin-right: 3rem!important
    }

    .me-lg-auto {
        margin-right: auto!important
    }

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

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ms-lg-0 {
        margin-left: 0!important
    }

    .ms-lg-1 {
        margin-left: .25rem!important
    }

    .ms-lg-2 {
        margin-left: .5rem!important
    }

    .ms-lg-3 {
        margin-left: 1rem!important
    }

    .ms-lg-4 {
        margin-left: 1.5rem!important
    }

    .ms-lg-5 {
        margin-left: 3rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .px-lg-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-lg-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-lg-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-lg-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-lg-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-lg-5 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .py-lg-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-lg-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-lg-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-lg-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-lg-5 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-1 {
        padding-right: .25rem!important
    }

    .pe-lg-2 {
        padding-right: .5rem!important
    }

    .pe-lg-3 {
        padding-right: 1rem!important
    }

    .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    .pe-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important
    }

    .ps-lg-0 {
        padding-left: 0!important
    }

    .ps-lg-1 {
        padding-left: .25rem!important
    }

    .ps-lg-2 {
        padding-left: .5rem!important
    }

    .ps-lg-3 {
        padding-left: 1rem!important
    }

    .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    .ps-lg-5 {
        padding-left: 3rem!important
    }

    .container {
        max-width: 960px
    }

    .header__nav-trigger {
        display: none
    }

    .header-container {
        max-width: 960px
    }

    .footer__colleft {
        width: calc(100% - 300px)
    }

    .home-banner__bg {
        top: 20px
    }

    .home-banner__bg__img {
        display: none
    }

    .services .services-tab {
        aspect-ratio: 1.7/1
    }

    .services .services-tab__content {
        opacity: 0;
        pointer-events: none
    }

    .service-block__text {
        font-size: 16px
    }

    .service-mobile,.services .services-tab__card-service-title {
        display: none
    }

    .project.mt-negative {
        margin-top: -150px
    }

    .testimonials-slider__item {
        padding: 16px 16px 21px;
        width: 600px
    }

    .principles-row__number {
        width: 45px
    }

    .benefits-list__item-row:hover .benefits-list__left-col,.benefits-list__item-row:hover .benefits-list__right-col {
        background-color: var(--blue)
    }

    .benefits-list__item-row:hover .benefits-list__item-text,.benefits-list__item-row:hover .icon {
        opacity: 1;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .benefits-list .icon,.benefits-list__item-text {
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .benefits-list__item-text {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    .benefits-list .icon {
        position: relative
    }

    .benefits-list .icon-benefits1 {
        top: calc(100% - 83px)
    }

    .benefits-list .icon-benefits2 {
        top: calc(100% - 65px)
    }

    .benefits-list .icon-benefits3 {
        top: calc(100% - 56px)
    }

    .benefits-list .icon-benefits4 {
        top: calc(100% - 53px)
    }

    .page-container {
        max-width: 960px
    }

    .contactus__text {
        padding-right: 25px
    }

    .services-page__title {
        font-size: 56px;
        font-weight: 400
    }
}

@media (min-width: 992px) and (max-width:1080px) {
    .services .services-tab {
        aspect-ratio:1.5/1
    }
}

@media (min-width: 1024px) {
    .testimonials .swiper-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-inline:-15px;-webkit-transform: none;
        transform: none;
        width: calc(100% + 30px)
    }

    .testimonials .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        padding-inline:15px}

    .testimonials-slider__wrapper .testimonials-slider__progressbar {
        display: none
    }
}

@media (min-width: 1024px) and (max-width:1200px) {
    .testimonials .swiper-wrapper {
        margin-inline:-10px;
        width: calc(100% + 20px)
    }

    .testimonials .swiper-slide {
        padding-inline:10px}
}

@media (min-width: 1024px) and (max-width:768px) {
    .testimonials .swiper-wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center
    }

    .testimonials .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 450px;
        width: 100%
    }

    .testimonials .swiper-slide:not(:last-child) {
        margin-bottom: 30px
    }
}

@media (min-width: 1025px) {
    .cookies__content a:hover {
        color:#77c663
    }

    .cookies__content button:hover {
        background-color: var(--white);
        border-color: var(--white);
        color: var(--blue)
    }

    .btn-primary:hover {
        background-color: transparent
    }

    .btn-primary:hover span {
        color: #fff
    }

    .btn-primary:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .btn-primary:hover:before {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .btn-primary:active:after {
        background-color: #77c663;
        border-color: transparent
    }

    .btn-green:hover span,.btn-secondary:hover {
        color: #000
    }

    .btn-secondary:hover:after {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .btn-secondary:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .btn-green:hover .icon-arrow-right,.btn-secondary:hover .icon-arrow-right {
        stroke: #000
    }

    .btn-secondary:active:after {
        background-color: transparent;
        border-color: transparent
    }

    .btn-green:hover {
        border-color: #000
    }

    .form__submit:hover span,.link-primary:hover,.navigation.nav-footer .navigation__href:hover,.navigation__href:hover {
        color: #77c663
    }

    .link-primary:hover .icon,.services .services-tab__card-link:hover .icon {
        stroke: #77c663;
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    .header .btn-primary:hover {
        background-color: transparent!important;
        border-color: transparent!important
    }

    .social-list__href:hover .icon {
        fill: #77c663
    }

    .form__submit:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .form__submit:hover:before {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .form__submit:active span {
        color: #fff
    }

    .home-banner__grid {
        max-height: 100%
    }

    .projects__title:hover,.services .services-tab__btn:hover {
        opacity: 1
    }

    .contact-details__map .leaflet-bar a:hover,.contact__item a:hover,.project__card-link:hover span,.services .services-tab__card-link:hover,.terms:hover {
        color: #77c663
    }

    .project:hover:before {
        background-color: transparent
    }

    .project:hover .project__img {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    .project__card-link:hover .icon {
        stroke: #77c663;
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    .testimonials__card-video-box button:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .contact__item a:hover[href^=mailto]:after {
        background-color: #77c663
    }

    .contact-details .social-list__item .social-list__href:hover {
        background-color: #fff
    }

    .contact-details .social-list__item .social-list__href:hover .icon {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    .terms:hover {
        text-decoration: underline
    }

    .services-card:hover .services-card__col:before {
        opacity: 0
    }

    .services-card:hover .services-card__col__img {
        -webkit-transform: translate(-50%,-50%) scale(1.02);
        transform: translate(-50%,-50%) scale(1.02)
    }

    .not-found-page .btn-green:hover {
        border-color: var(--white)
    }

    .not-found-page .btn-green:hover .icon-arrow-right {
        stroke: var(--white)
    }

    .not-found-page .btn-green:hover span {
        color: var(--white)
    }

    .project-body.transparent-header .header .btn-primary:hover {
        background-color: #77c663!important;
        border-color: #77c663!important
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0
    }

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

    .row-cols-xl-1>*,.row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-1>* {
        width: 100%
    }

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

    .row-cols-xl-3>*,.row-cols-xl-4>*,.row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>*,.row-cols-xl-5>* {
        width: 25%
    }

    .row-cols-xl-5>* {
        width: 20%
    }

    .row-cols-xl-6>* {
        width: 16.6666666667%
    }

    .col-xl-auto,.row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-auto {
        width: auto
    }

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

    .col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7 {
        width: 25%
    }

    .col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7 {
        width: 33.33333333%
    }

    .col-xl-5,.col-xl-6,.col-xl-7 {
        width: 41.66666667%
    }

    .col-xl-6,.col-xl-7 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-10,.col-xl-11,.col-xl-12,.col-xl-8,.col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-10,.col-xl-11,.col-xl-12,.col-xl-9 {
        width: 75%
    }

    .col-xl-10,.col-xl-11,.col-xl-12 {
        width: 83.33333333%
    }

    .col-xl-11,.col-xl-12 {
        width: 91.66666667%
    }

    .col-xl-12 {
        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: .25rem
    }

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

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

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: .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
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important;
        -ms-flex-direction: row!important
    }

    .flex-xl-column,.flex-xl-row {
        -webkit-box-direction: normal!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        flex-direction: column!important;
        -ms-flex-direction: column!important
    }

    .flex-xl-column-reverse,.flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-xl-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xl-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xl-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xl-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xl-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-xl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xl-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xl-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xl-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xl-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-xl-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mt-xl-3 {
        margin-top: 1rem!important
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xl-5 {
        margin-top: 3rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .me-xl-0 {
        margin-right: 0!important
    }

    .me-xl-1 {
        margin-right: .25rem!important
    }

    .me-xl-2 {
        margin-right: .5rem!important
    }

    .me-xl-3 {
        margin-right: 1rem!important
    }

    .me-xl-4 {
        margin-right: 1.5rem!important
    }

    .me-xl-5 {
        margin-right: 3rem!important
    }

    .me-xl-auto {
        margin-right: auto!important
    }

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

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-1 {
        margin-left: .25rem!important
    }

    .ms-xl-2 {
        margin-left: .5rem!important
    }

    .ms-xl-3 {
        margin-left: 1rem!important
    }

    .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xl-5 {
        margin-left: 3rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .px-xl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-xl-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xl-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xl-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xl-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xl-5 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .py-xl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xl-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xl-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xl-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xl-5 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-1 {
        padding-right: .25rem!important
    }

    .pe-xl-2 {
        padding-right: .5rem!important
    }

    .pe-xl-3 {
        padding-right: 1rem!important
    }

    .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-1 {
        padding-left: .25rem!important
    }

    .ps-xl-2 {
        padding-left: .5rem!important
    }

    .ps-xl-3 {
        padding-left: 1rem!important
    }

    .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xl-5 {
        padding-left: 3rem!important
    }

    h1 {
        font-size: 2.5rem
    }

    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.75rem
    }

    h4,legend {
        font-size: 1.5rem
    }

    .principles-row__title {
        margin-right: 15px
    }

    .project-body .page-header--project-yow {
        background-position: left top -60px
    }
}

@media (min-width: 1280px) {
    .container,.header-container {
        max-width:1250px
    }

    .home-banner__title {
        font-size: 50px;
        width: 896px
    }

    .service {
        min-height: 800px
    }

    .service-block__text {
        font-size: 18px
    }

    .page-container {
        width: 1132px
    }

    .contactus__text {
        max-width: 320px
    }
}

@media screen and (min-width: 1280px) {
    .testimonials-slider__item {
        height:458px;
        width: 983px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }

    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0
    }

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

    .row-cols-xxl-1>*,.row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-1>* {
        width: 100%
    }

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

    .row-cols-xxl-3>*,.row-cols-xxl-4>*,.row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>*,.row-cols-xxl-5>* {
        width: 25%
    }

    .row-cols-xxl-5>* {
        width: 20%
    }

    .row-cols-xxl-6>* {
        width: 16.6666666667%
    }

    .col-xxl-auto,.row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-auto {
        width: auto
    }

    .col-xxl-1,.col-xxl-2 {
        width: 8.33333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7 {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7 {
        width: 33.33333333%
    }

    .col-xxl-5,.col-xxl-6,.col-xxl-7 {
        width: 41.66666667%
    }

    .col-xxl-6,.col-xxl-7 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-8,.col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-9 {
        width: 75%
    }

    .col-xxl-10,.col-xxl-11,.col-xxl-12 {
        width: 83.33333333%
    }

    .col-xxl-11,.col-xxl-12 {
        width: 91.66666667%
    }

    .col-xxl-12 {
        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: .25rem
    }

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

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

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: .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
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important;
        -ms-flex-direction: row!important
    }

    .flex-xxl-column,.flex-xxl-row {
        -webkit-box-direction: normal!important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical!important;
        flex-direction: column!important;
        -ms-flex-direction: column!important
    }

    .flex-xxl-column-reverse,.flex-xxl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical!important;
        flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-xxl-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xxl-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xxl-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-xxl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xxl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xxl-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xxl-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xxl-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xxl-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-xxl-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: 1rem!important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-5 {
        margin-top: 3rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-1 {
        margin-right: .25rem!important
    }

    .me-xxl-2 {
        margin-right: .5rem!important
    }

    .me-xxl-3 {
        margin-right: 1rem!important
    }

    .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    .me-xxl-5 {
        margin-right: 3rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

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

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-1 {
        margin-left: .25rem!important
    }

    .ms-xxl-2 {
        margin-left: .5rem!important
    }

    .ms-xxl-3 {
        margin-left: 1rem!important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-5 {
        margin-left: 3rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .px-xxl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-xxl-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xxl-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xxl-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xxl-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xxl-5 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .py-xxl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xxl-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xxl-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xxl-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xxl-5 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: 1rem!important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-5 {
        padding-top: 3rem!important
    }

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-1 {
        padding-right: .25rem!important
    }

    .pe-xxl-2 {
        padding-right: .5rem!important
    }

    .pe-xxl-3 {
        padding-right: 1rem!important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-5 {
        padding-right: 3rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-1 {
        padding-left: .25rem!important
    }

    .ps-xxl-2 {
        padding-left: .5rem!important
    }

    .ps-xxl-3 {
        padding-left: 1rem!important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-5 {
        padding-left: 3rem!important
    }

    .benefits-list__right-col {
        height: 100%;
        width: 230px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width:1360px
    }

    .header-container {
        max-width: 1408px
    }

    .home-banner__title {
        font-size: 56px
    }

    .service__list.swiper-pagination .swiper-pagination-bullet {
        font-size: 40px
    }

    .whoweare {
        padding: 80px 66px 80px 115px;
        width: 880px
    }

    .contactus__form {
        max-width: 434px
    }
}

@media screen and (min-width: 1440px) {
    .footer__text {
        max-width:485px
    }
}

@media (max-width: 1380px) {
    .services .services-tab__btn {
        font-size:32px
    }
}

@media (max-width: 1200px) {
    .testimonials__row {
        margin-inline:-10px;
        width: calc(100% + 20px)
    }

    .testimonials__col {
        padding-inline:10px}
}

@media (max-width: 1199.98px) {
    .home-banner__item video {
        -webkit-transform:translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }

    .projects .tabs__header-item:not(:last-child) .projects__title {
        margin-right: 42px
    }

    .projects .row-gallery {
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px)
    }

    .projects .col-gallery {
        padding-left: 16px;
        padding-right: 16px
    }

    .principles__textcol {
        padding: 60px 41px 40px 86px
    }

    .services-card__col:last-child {
        padding: 40px 40px 20px
    }
}

@media (max-width: 1100px) {
    .principles__img {
        width:350px
    }

    .principles__textcol {
        padding: 30px 56px 20px;
        width: calc(100% - 350px)
    }
}

@media (max-width: 1080px) {
    .services .services-tab__item {
        padding:15px 20px
    }

    .services .services-tab__btn {
        font-size: 28px
    }
}

@media (max-width: 1025px) {
    .btn-secondary:hover,.project__card-link:hover span {
        color:#fff
    }
}

@media (max-width: 1024px) {
    .navigation__href:hover {
        color:#fff
    }

    .whoweare__img {
        display: none
    }
}

@media (max-width: 992px) {
    .testimonials__row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center
    }

    .testimonials__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 450px;
        width: 100%
    }

    .testimonials__col:not(:last-child) {
        margin-bottom: 30px
    }
}

@media (max-width: 991.98px) {
    .cookies {
        -webkit-box-align:center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        justify-content: center
    }

    .header__wrap {
        padding-block:22px}

    .header__wrap:before {
        left: -15px;
        width: calc(100% + 30px)
    }

    .header__logo-clutch {
        margin: 0 auto;
        max-width: 110px
    }

    .navigation.top {
        background-color: #000;
        height: 100vh;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        visibility: hidden;
        z-index: 1950;
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw
    }

    .navigation.top:before {
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        background-color: inherit;
        content: "";
        display: block;
        height: 55px;
        z-index: 10
    }

    .navigation.top.active {
        opacity: 1;
        pointer-events: all;
        visibility: visible
    }

    .navigation.top.active .navigation__wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .navigation.top.active .d-1,.navigation.top.active .d-2,.navigation.top.active .d-3,.navigation.top.active .d-4,.navigation.top.active .d-5,.navigation.top.active .d-6 {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .navigation.top .d-1,.navigation.top .d-2,.navigation.top .d-3,.navigation.top .d-4,.navigation.top .d-5,.navigation.top .d-6 {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }

    .navigation.top .d-1 {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .navigation.top .d-2 {
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out
    }

    .navigation.top .d-3 {
        -webkit-transition: all .7s ease-out;
        transition: all .7s ease-out
    }

    .navigation.top .d-4 {
        -webkit-transition: all .9s ease-out;
        transition: all .9s ease-out
    }

    .navigation.top .d-5 {
        -webkit-transition: all 1.1s ease-out;
        transition: all 1.1s ease-out
    }

    .navigation.top .d-6 {
        -webkit-transition: all 1.3s ease-out;
        transition: all 1.3s ease-out
    }

    .navigation.top .navigation__list,.navigation.top .navigation__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column
    }

    .navigation.top .navigation__wrap {
        gap: 64px;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto;
        padding-block:75px 30px;-webkit-transition: all .4s ease;
        transition: all .4s ease;
        width: 100%
    }

    .navigation.top .navigation__wrap .btn-primary {
        margin: 0 auto
    }

    .navigation.top .navigation__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48px;
        margin: 0
    }

    .navigation.top .navigation__href {
        font-size: 32px
    }

    .form__submit {
        margin-right: auto
    }

    .footer__logo {
        margin: 0 auto 32px
    }

    .footer__logo-clutch {
        margin: 40px auto 0
    }

    .footer__bg,.home-banner__bg__video,.services .services-tab:after {
        display: none
    }

    .clients {
        margin-bottom: 30px
    }

    .clients__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center
    }

    .clients__slider {
        height: 100%;
        padding-left: 0;
        padding-top: 34px
    }

    .clients__title {
        border-radius: 8px 8px 0 0;
        height: 34px;
        left: 0;
        line-height: 34px;
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        width: 100%
    }

    .services {
        padding: 10px 0 32px
    }

    .services__title {
        font-size: 32px;
        margin-bottom: 16px
    }

    .services .services-tab {
        margin-inline:-15px;width: calc(100% + 30px)
    }

    .services .services-tab__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column
    }

    .services .services-tab__item {
        margin: 0 auto;
        max-width: 550px;
        position: relative;
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out
    }

    .services .services-tab__item.active {
        max-height: 1000px;
        overflow-y: auto
    }

    .services .services-tab__item.active .services-tab__card {
        opacity: 1
    }

    .aboutus-top-banner__wrap:before,.principles__title br,.services .services-tab__btn,.services .services-tab__content:before {
        display: none
    }

    .services .services-tab__content__img {
        border-radius: 8px 8px 0 0;
        height: 100%;
        min-height: 205px;
        -o-object-fit: cover;
        object-fit: cover;
        position: static;
        width: 100%
    }

    .services .services-tab__card {
        background: #000;
        border-radius: 0 0 8px 8px;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out
    }

    .services .services-tab__card-list-item span,.services .services-tab__card-text {
        font-size: 16px
    }

    .projects__title {
        font-size: 26px
    }

    .aboutus-bottom-banner {
        min-height: 202px
    }

    .aboutus-top-banner__wrap {
        max-height: 737px;
        padding-top: calc(48px + var(--header-height))
    }

    .aboutus-top-banner__title {
        margin-left: 0
    }

    .whoweare {
        bottom: -50px;
        padding: 24px 15px;
        width: 75%
    }

    .whoweare__text {
        font-size: 16px
    }

    .principles-wrapper {
        padding-top: 64px
    }

    .principles__title {
        margin-bottom: 20px
    }

    .principles__textcol {
        width: calc(100% - 250px)
    }

    .principles-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0
    }

    .principles-row__number {
        margin-right: 8px
    }

    .principles-row__paragrapgh {
        padding-top: 30px;
        width: 100%
    }

    .scroll-down {
        display: none
    }

    .benefits-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column
    }

    .benefits-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .benefits-list__item:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .benefits-list__item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .benefits-list__item:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .benefits-list__item:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .benefits-list__item-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-inline:0}

    .benefits-list__item-row:not(:last-child) {
        margin-block:0 24px}

    .benefits-list__left-col {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        gap: 51px;
        justify-content: flex-start;
        padding: 24px 16px;
        width: 70%
    }

    .benefits-list__right-col {
        width: 30%
    }

    .benefits-list .icon-benefits1 {
        height: 68px;
        width: 46px
    }

    .benefits-list .icon-benefits2 {
        height: 46px;
        width: 46px
    }

    .benefits-list .icon-benefits3 {
        height: 45px;
        width: 45px
    }

    .benefits-list .icon-benefits4 {
        height: 42px;
        width: 44px
    }

    .page-header {
        max-height: 291px;
        min-height: 291px;
        padding-top: var(--header-height)
    }

    .contactus,.question-section {
        margin: -84px auto 30px
    }

    .contactus__box {
        margin-bottom: 46px;
        padding: 32px 24px 30px
    }

    .contact-details__map {
        height: 440px
    }

    .form-group {
        margin-bottom: 40px
    }

    .form-control {
        padding: 16px 32px 16px 0
    }

    .form-label {
        top: -7px
    }

    .portfolio-page .projects .col-gallery .project.type2 {
        height: 406px
    }

    .portfolio-page .projects .col-gallery .project__name {
        font-size: 24px;
        margin-bottom: 14px
    }

    .portfolio__banner {
        padding-top: 50px
    }

    .portfolio__title {
        font-size: 40px;
        margin-bottom: 16px
    }

    .portfolio__subtitle {
        font-size: 16px;
        margin-bottom: 26px;
        max-width: 100%
    }

    .portfolio__upload-more {
        margin-top: 24px;
        padding: 26px 20px
    }

    .services-card__col:last-child {
        padding: 35px 24px 14px
    }

    .services-card__title {
        margin-bottom: 24px
    }

    .services-card__text {
        font-size: 16px;
        margin-bottom: 24px
    }

    .services-card__list-item {
        font-size: 16px
    }

    .services-page {
        padding-bottom: 0
    }

    .services-page__banner {
        padding-top: 50px
    }

    .services-page__subtitle {
        font-size: 16px;
        margin-bottom: 44px;
        max-width: 100%
    }

    .services-page__item {
        padding-block:16px}

    .single-services-banner__wrap {
        padding: 249px 0 212px
    }

    .single-service-offer,.single-service-offer.bigger-padding {
        padding-bottom: 40px
    }

    .table-steps__card-title {
        font-size: 16px;
        margin-bottom: 4px;
        text-align: center
    }

    .services-benefits-list.four-items .services-benefits-list__item.left .services-benefits-list__text,.services-benefits-list.four-items .services-benefits-list__item.right .services-benefits-list__text {
        left: 50%;
        text-align: center;
        top: calc(100% + 15px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .project-body {
        padding-top: 53px
    }

    .project-body .on-game-score-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        max-width: 402px!important
    }
}

@media (max-width: 991px) {
    .container {
        padding-left:15px;
        padding-right: 15px
    }

    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column
    }

    .col-50 {
        width: 100%
    }

    .col-50.right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .button--getintouch,.footer__text br {
        display: none
    }

    .button--getintouch.mobile {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        max-width: 320px;
        width: 100%
    }

    .header-container {
        max-width: 100%;
        padding: 0 16px;
        width: 100%
    }

    .navigation.nav-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navigation-mobile {
        display: block
    }

    .footer__colleft,.footer__colright,.navigation.nav-footer,.social-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__colleft,.footer__colright {
        width: 100%
    }

    .footer__colleft {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        align-items: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-top: 5px
    }

    .footer__colright {
        max-width: 100%
    }

    .footer__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        padding: 40px 0
    }

    .footer__text {
        margin-bottom: 40px
    }

    .footer__address,.footer__text {
        text-align: center
    }

    .footer-contact {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }

    .services-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 32px
    }

    .services-left,.services-right {
        width: 100%
    }

    .services__text {
        font-size: 21px
    }

    .service__gallery {
        display: none
    }

    .service__gallery .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column
    }

    .service-block {
        max-width: 90%;
        top: 90px;
        width: 85%
    }

    .projects .col-gallery {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .project__img {
        width: 100%
    }

    .testimonials-slider {
        padding-bottom: 10px
    }

    .testimonials-slider__item {
        padding: 16px 16px 21px;
        width: 286px
    }

    .page-header__title {
        font-size: 48px
    }

    .page-container {
        padding: 0 15px
    }

    .contactus__title {
        font-size: 30px;
        margin-bottom: 24px;
        text-align: center
    }

    .contactus__subtitle {
        font-size: 21px;
        padding-bottom: 42px;
        text-align: center
    }

    .contact-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 30px;
        margin-inline:-15px;width: calc(100% + 30px)
    }

    .contact-details__box,.contact-details__map {
        width: 100%
    }
}

@media (max-width: 768px) {
    .home-banner {
        height:800px
    }

    .home-banner__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%
    }

    .home-banner__item:first-child,.home-banner__item:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%
    }
}

@media (max-width: 767.98px) {
    .common-cover-section__content table thead th {
        padding:5px 10px
    }

    .common-cover-section__content table tbody td {
        padding: 5px
    }

    .home-banner__item .canvas-video.right {
        top: 60px
    }

    .clients__slide-img-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .clients__slide-img-wrap:last-child {
        display: none
    }

    .clients__slide-img-wrap:first-child,.clients__slide-img-wrap:nth-child(2),.clients__slide-img-wrap:nth-child(3) {
        border-bottom: 1px solid #edf0f2
    }

    .clients__slide-img-wrap:first-child,.clients__slide-img-wrap:nth-child(2),.clients__slide-img-wrap:nth-child(4),.clients__slide-img-wrap:nth-child(5) {
        border-right: 1px solid #edf0f2
    }

    .projects .tabs__header-item:not(:last-child) .projects__title:after {
        right: -28px
    }

    .tags {
        left: 13px;
        top: 13px
    }

    .project {
        aspect-ratio: 1/1.195;
        height: inherit;
        margin-bottom: 16px
    }

    .project__info {
        padding-left: 13px
    }

    .project__name {
        font-size: 24px;
        margin-bottom: 14px
    }

    .project__description {
        font-size: 14px;
        margin-bottom: 20px
    }

    .testimonials__wrap {
        margin-bottom: 40px
    }

    .testimonials__card-author-name {
        font-size: 24px
    }

    .testimonials-slider__nav {
        gap: 8px
    }

    .aboutus-banner {
        height: 922px
    }

    .whoweare {
        width: calc(100% - 15px)
    }

    .principles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column
    }

    .principles__img {
        aspect-ratio: 1/1;
        background-position: 50%;
        width: 100%
    }

    .principles__textcol {
        padding: 24px 24px 47px;
        width: 100%
    }

    .benefits {
        padding: 32px 0 41px
    }

    .form-buttons,.services-card__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column
    }

    .form-buttons.scaleClass .form-captcha {
        margin-left: 4px
    }

    .portfolio-page .projects .col-gallery {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .portfolio .tabs {
        margin-bottom: 16px
    }

    .portfolio .tabs__header {
        margin-bottom: 45px
    }

    .services-card__col {
        max-height: none;
        min-height: auto;
        width: 100%
    }

    .services-card__col:first-child {
        max-height: 260px;
        max-width: none;
        min-height: 260px
    }

    .services-card__title {
        font-size: 24px
    }

    .services-card__text {
        max-height: 150px;
        min-height: 150px
    }

    .single-service-offer__table-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center;
        padding: 16px 24px 18px
    }

    .single-service-offer__table-header-left,.single-service-offer__table-header-right {
        padding-block:8px;text-align: center
    }

    .single-service-offer__table-header-left {
        max-width: 100%
    }

    .single-service-offer__table-body {
        padding-block:32px 38px}

    .table-steps {
        padding-block:25px}

    .table-steps__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        gap: 5px
    }

    .table-steps__item:first-child:before {
        top: -25px
    }

    .table-steps__item:first-child .table-steps__icon-box:after {
        height: 25px
    }

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

    .table-steps__item:not(:last-child) .table-steps__card:before {
        content: "";
        display: block;
        height: 20px;
        left: 50%;
        position: absolute;
        top: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1px
    }

    .table-steps__item:first-child .table-steps__card:before {
        background-color: rgba(50,251,94,.4)
    }

    .table-steps__item:nth-child(2) .table-steps__card:before {
        background-color: rgba(50,251,178,.4)
    }

    .table-steps__item:nth-child(3) .table-steps__card:before {
        background-color: rgba(50,251,177,.4)
    }

    .table-steps__item:nth-child(4) .table-steps__card:before {
        background-color: rgba(50,251,239,.4)
    }

    .table-steps__item:nth-child(5) .table-steps__card:before {
        background-color: rgba(51,251,239,.4)
    }

    .table-steps__item:nth-child(6) .table-steps__card:before {
        background-color: rgba(50,222,251,.4)
    }

    .table-steps__item:nth-child(7) .table-steps__card:before {
        background-color: rgba(20,185,255,.4)
    }

    .table-steps__item:nth-child(2n) .table-steps__card {
        border-width: 1px 1px 1px 4px
    }

    .table-steps__icon-box {
        background-color: #272830;
        height: 55px;
        width: 55px
    }

    .table-steps__icon-box:before {
        height: 6px;
        left: 50%;
        top: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1px
    }

    .table-steps__card {
        max-width: 450px
    }

    .table-steps__card-number {
        text-align: center
    }

    .table-steps__card-text {
        font-size: 13px;
        text-align: center
    }

    .services-benefits-list.four-items .services-benefits-list__item .services-benefits-list__text {
        font-size: 13px
    }

    .services-benefits-list__item .services-benefits-list__text {
        font-size: 16px;
        text-align: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .services-benefits-list__item.left {
        bottom: 0;
        left: 0
    }

    .services-benefits-list__item.left .services-benefits-list__text {
        text-align: center
    }

    .services-benefits-list__item.right {
        bottom: 0;
        right: 0
    }

    .services-benefits-list__item.left .services-benefits-list__text,.services-benefits-list__item.right .services-benefits-list__text {
        left: 50%;
        top: calc(100% + 15px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .not-found-page__wrap {
        padding-block:20px 60px}

    .not-found-page__bg {
        margin-bottom: 40px
    }

    .project-body .page-header--project-trawell {
        min-height: 22rem
    }
}

@media (max-width: 767px) {
    .home-banner__title {
        font-size:40px
    }

    .home-banner__title br {
        display: none
    }

    .services__text {
        font-size: 20px
    }

    .testimonials__title {
        font-size: 32px;
        margin: 0 auto
    }

    .principles-row__title {
        width: 80%
    }

    .benefits-list__title {
        font-size: 22px
    }

    .page-header__title {
        font-size: 42px
    }

    .services-benefits__circle {
        height: 290px;
        width: 290px
    }

    .services-benefits__circle:after {
        height: 280px;
        width: 280px
    }
}

@media (max-width: 575.98px) {
    .common-banner__title {
        font-size:48px
    }

    .common-cover-section,.common-cover-section.pb-120,.common-cover-section.pb-65 {
        padding-bottom: 50px
    }

    .common-cover-section .btn-green {
        padding: 20px 40px
    }

    .common-cover-section__block {
        padding-block:45px 60px}

    .common-cover-section__title {
        font-size: 36px
    }

    .common-cover-section__content h3,.common-cover-section__text {
        font-size: 18px
    }

    .common-cover-section__content {
        padding-block:35px 60px}

    .common-cover-section__content h2 {
        font-size: 32px
    }

    .common-cover-section__content h4,.common-cover-section__content h5,.common-cover-section__content h6 {
        font-size: 16px
    }

    .common-cover-section__content div>ul {
        padding-left: 25px
    }

    .common-cover-section__content ol,.common-cover-section__content ul {
        padding-left: 15px
    }

    .services__text {
        font-size: 18px
    }

    .projects .tabs__header {
        width: 100%
    }

    .testimonials {
        padding: 40px 0
    }

    .nav-item,.testimonials-slider__next,.testimonials-slider__prev {
        height: 56px;
        min-height: 56px;
        min-width: 56px;
        width: 56px
    }

    .aboutus-top-banner {
        background-position: 53% 2%;
        background-size: 157%;
        max-height: 757px
    }

    .aboutus-top-banner__title {
        font-size: 40px
    }

    .benefits-list__item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse
    }

    .benefits-list__right-col {
        max-height: 150px;
        overflow: hidden;
        width: 100%
    }

    .benefits-list__right-col__img.pc,.not-found-page .common-cover-section__text br,.not-found-page .common-cover-section__title br,.services-benefits-list.four-items .services-benefits-list__item.left .services-benefits-list__text br,.services-benefits-list.four-items .services-benefits-list__item.right .services-benefits-list__text br {
        display: none
    }

    .contact-details,.contactus,.question-section {
        margin-bottom: 16px
    }

    .services-page {
        background: #000 url(../svg/services-banner-mobile.svg) 0 0/contain no-repeat
    }

    .single-service-offer__table-header {
        background: #3b3c44 url(../svg/services-table-header-bg-mobile.svg) 0 0/contain no-repeat
    }

    .services-benefits__circle {
        height: 250px;
        width: 250px
    }

    .services-benefits__circle:after {
        height: 240px;
        left: 3.5px;
        top: 3.5px;
        width: 240px
    }

    .services-benefits__title {
        font-size: 24px
    }

    .services-benefits-list.four-items .services-benefits-list__item {
        height: 50px;
        min-height: 50px;
        min-width: 50px;
        width: 50px
    }

    .services-benefits-list.four-items .services-benefits-list__item .icon-services-benefits-1 {
        height: 19px;
        width: 25px
    }

    .services-benefits-list.four-items .services-benefits-list__item .icon-services-benefits-2 {
        height: 21px;
        width: 20px
    }

    .services-benefits-list.four-items .services-benefits-list__item .icon-services-benefits-3 {
        height: 19px;
        width: 19px
    }

    .services-benefits-list.four-items .services-benefits-list__item .icon-services-benefits-4 {
        height: 17px;
        width: 17px
    }

    .services-benefits-list.four-items .services-benefits-list__item .icon-services-benefits-5 {
        height: 19px;
        width: 16px
    }

    .services-benefits-list.four-items .services-benefits-list__item .icon-services-benefits-6 {
        height: 14px;
        width: 22px
    }

    .services-benefits-list.four-items .services-benefits-list__item.left .services-benefits-list__text {
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
        white-space: normal;
        width: 150px
    }

    .services-benefits-list.four-items .services-benefits-list__item.right .services-benefits-list__text {
        -webkit-transform: translateX(-55%);
        transform: translateX(-55%);
        white-space: normal;
        width: 150px
    }

    .not-found-page .common-cover-section__title {
        font-size: 30px
    }

    .not-found-page .btn-green {
        padding: 20px 30px
    }
}

@media (max-width: 414px) {
    .home-banner__item:nth-child(2) {
        -webkit-box-flex:0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        width: 70%
    }

    .home-banner__item:first-child,.home-banner__item:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        width: 15%
    }
}

@media (max-width: 390px) {
    .services-benefits-list__item.left {
        left:10px
    }

    .services-benefits-list__item.left .services-benefits-list__text,.services-benefits-list__item.right .services-benefits-list__text {
        white-space: normal;
        width: 140px
    }

    .services-benefits-list__item.left .services-benefits-list__text br,.services-benefits-list__item.right .services-benefits-list__text br {
        display: none
    }

    .services-benefits-list__item.right {
        right: 10px
    }
}

@media (max-width: 379px) {
    .benefits-list__left-col,.benefits-list__right-col {
        width:100%
    }

    .benefits-list__title {
        font-size: 20px
    }
}

@media (max-width: 370px) {
    .projects .tabs__header-item:not(:last-child) .projects__title {
        margin-right:0
    }

    .projects .tabs__header-item:not(:last-child) .projects__title:after {
        display: none
    }
}

@media (max-width: 365px) {
    .benefits-list__left-col {
        width:100%
    }
}

@media (max-width: 360px) {
    .aboutus-top-banner__title {
        font-size:36px
    }

    .services-benefits-list.four-items .services-benefits-list__item.left {
        -webkit-transform: translate(-30%,-50%);
        transform: translate(-30%,-50%)
    }

    .services-benefits-list.four-items .services-benefits-list__item.left .services-benefits-list__text,.services-benefits-list.four-items .services-benefits-list__item.right .services-benefits-list__text {
        width: 100px
    }
}

@media (max-width: 355px) {
    .nav-item,.testimonials-slider__next,.testimonials-slider__prev {
        height:40px;
        min-height: 40px;
        min-width: 40px;
        width: 40px
    }
}

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

@media print {
    .d-print-inline {
        display: inline!important
    }

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

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

    .d-print-grid {
        display: grid!important
    }

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

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

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

    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

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

    .leaflet-control {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

/*# sourceMappingURL=../maps/app.min.css.map */
