@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/Space_Grotesk/static/SpaceGrotesk-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/Space_Grotesk/static/SpaceGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/Space_Grotesk/static/SpaceGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

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

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

body {
    line-height: 1;
    overflow-x: hidden;
}


body * {
    direction: ltr;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

html {
    font-size: 23px;
}

@media (min-width: 768px) and (max-width: 1800px) {
    html {
        font-size: 1vw;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 18px;
    }
}

.container {
    width: 100%;
    max-width: 1503px;
    margin: 0 auto;
}

.container-2 {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
}

.container-3 {
    width: 100%;
    max-width: 1503px;
    margin: 0 auto;
}

.site-header {
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF1A;
    padding: 15px 0 27px;
    backdrop-filter: blur(60px);
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
    height: 50px;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}

.page-template-home-page .site-header {
    backdrop-filter: blur(60px);
    background-color: #00000085;
}

.site-header .h-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header .site-branding {
    flex: 0 0 8%;
    position: relative;
    left: -8%;
}

.site-header .main-navigation {
    flex: 0 0 40%;
    outline: none !important;
    border: none !important;
}

.site-header .h-row .v-lg {
    flex: 0 0 10%;
}

.site-header .site-branding
a {
}

.site-header .site-branding
a img {
}

.site-header .main-navigation .menu-toggle {
    display: none;
}

.site-header .main-navigation .nav-menu {
    display: flex;
    gap: 4%;
    justify-content: center;
    /* flex-direction: column; */
}

.site-header .main-navigation .nav-menu
li {
    display: flex;
}

.site-header .main-navigation .nav-menu
li a {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 19.29px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    transition: 400ms ease;
}

.page-template-home-page .site-header .main-navigation .nav-menu li a {
    color: #ffffff;

}

.page-template-home-page .site-header .main-navigation .nav-menu li a:hover {
    font-weight: 500;
}

.site-header .get-started {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 17.36px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
    border-radius: 1px;
    /* display: flex; */
    /* align-items: center; */
    padding: 14px 20%;
    border-radius: 5px;
    white-space: nowrap;
    display: block;
    width: 88px;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: 400ms ease;
}

.page-template-home-page .site-header .get-started {

    color: #ffffff;

    border: 1px solid #ffffff;

}

.page-template-home-page .site-header .get-started:hover {
    background-color: #ffffff;
    color: #000000;
}

.page-template-home-page .site-header .xs-menu .get-started {
    color: #000000;
    border: 1px solid #000000;
    width: 38%;
    display: flex;
    justify-content: center;
}


.section-1 {
    background-color: #000000;
    padding-top: 100px;
}

.section-1 .col-w {
    padding: 179px 0 61px;
    /* background-color: #000000; */
}

.section-1 .row-1 {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 104.08px;
    line-height: 111.59px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 36px;
}

.section-1 .row-2 {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 78px;
}

.section-1 .row-3 {
}

.section-1 .row-3 .our-services {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 18.78px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #00F99F;
    border-radius: 6px;
    text-decoration: none;
    padding: 15px 2%;
    color: #000000;
    border: 1px solid #00F99F;
    transition: 400ms ease;
}

.section-1 .row-3 .our-services:hover {
    color: #00F99F;
    background-color: #000000;
}


.section-1 .row-3 .contact-us {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 18.78px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 6px;
    text-decoration: none;
    padding: 15px 2%;
    color: #000000;
    margin-left: 2%;
    border: 1px solid #ffffff;
    transition: 400ms ease;
}

.section-1 .row-3 .contact-us:hover {
    background-color: #000000;
    color: #ffffff;
}

.section-2 {
    background-color: #000000;
    position: relative;
}

.section-2 .container {
    position: relative;
    z-index: 9;
}

.section-2 .col-w {
    padding: 97px 0 246px;
    position: relative;
    z-index: 9;
}

.section-2 .col-w .row-1 {
    color: #ffffff;
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 54.08px;
    line-height: 64px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 39px 0 83px;
    width: 60%;
}

.section-2 .col-w .row-1 .green {
    color: #00F99F;
}

.section-2 .col-w .row-2 {
    display: flex;
    justify-content: space-between;
}

.section-2 .col-w .row-2 .col-1,
.section-2 .col-w .row-2 .col-2 {
    flex: 0 0 42%;
    backdrop-filter: blur(31.799999237060547px);
    background-color: #000000;
    z-index: 33;
    border: 1px solid #FFFFFF2E;
    border-radius: 20px;
    padding: 48px 3% 78px;
}

.section-2 .col-w .row-2 .col-1 {
}

.section-2 .col-w .row-2 .col-2 {
}

.section-2 .col-w .row-2 .c-row-1 {
}

.section-2 .col-w .row-2 .c-row-2 {
    color: #ffffff;
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 32.65px;
    line-height: 38.63px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 23px 0 33px;
}

.section-2 .col-w .row-2 .c-row-2 .green {
    color: #00F99F;
}

.section-2 .col-w .row-2 .c-row-3 {
    color: #ffffff;
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 22.65px;
    line-height: 29.6px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.section-1-2-bg {
    position: relative;
}

.section-2:after {
    content: '';
    background-image: url(images/Group2341.svg);
    width: 100%;
    display: block;
    height: 100%;
    z-index: 22;
    position: absolute;
    top: 0px;
    left: 0%;
    box-shadow: inset 0px -20px 100px 57px #000000;
    background-position: 0 -38%;
    background-repeat: no-repeat;
    z-index: 5;
}

.section-1-2-bg:before {
    content: '';
    display: block;
    width: 59%;
    height: 81%;
    z-index: 44;
    position: absolute;
    top: 34%;
    right: 0%;
    background: radial-gradient(71.52% 27.52% at 115.33% 41.56%, #00F99F 0%, rgba(19, 20, 22, 0) 100%);
}


.section-3 {
    background-color: #000000;
}

.section-3 .row-w {
}

.section-3 .row-1 {
    color: #00F99F;
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 52.65px;
    line-height: 62px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    width: 68%;
    margin: 0 auto;
    padding: 0px 0 145px;
}

.section-3 .row-2 {
}

.section-3 .row-2
ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-between;
}

.section-3 .row-2
ul li {
    flex: 0 0 12%;
    text-align: center;
    padding: 0 0 58px;
    position: relative;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-3 .row-2 ul li img {
    transition: 400ms ease;
    position: absolute;
}

.section-3 .row-2 ul li img.hover {
    opacity: 0;
}

.section-3 .row-2 ul li:hover img {
    opacity: 0;
}

.section-3 .row-2 ul li:hover img.hover {
    opacity: 1;
}

.section-4 {
    background-color: #000000;
    padding: 96px 0 35px;
}

.section-4 .row-1 {
    color: #00F99F;
    font-family: Space Grotesk;
    font-weight: 300;
    font-size: 32.02px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: bottom;
}

.section-4 .row-2 {
    padding: 66px 0 0;
}

.section-4 .row-2 .slider {
    width: 62%;
    margin: 0 auto;
    text-align: center;
}

.section-4 .row-2 .slider
li {
}

.section-4 .row-2 .slider
li {
}

.section-4 .row-2 .slider
li .logo {
}

.section-4 .row-2 .slider
li .logo img {
}

.section-4 .row-2 .slider
li .desc {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
}


.section-5 {
    background-color: #000000;
    padding-top: 95px;
    padding-bottom: 136px;
    margin-bottom: 80px;
}

.section-5 .h2 {
    font-family: Space Grotesk;
    font-weight: 300;
    font-size: 32.02px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: bottom;
    color: #00F99F;
}

.section-5 .blur-green {
    width: 100%;
    box-shadow: 0px 0px 430px 13px #00F99F;
}


.section-5 .grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 89px;
}

.section-5 .grid .col {
    color: #ffffff;
    padding-top: 39px;
    padding-bottom: 87px;
}

.section-5 .grid .col .number {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 97.02px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;

}

.section-5 .grid .col .title {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    padding-bottom: 19px;
}

.section-5 .grid .col .desc {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.section-5 .grid .col.col-1,
.section-5 .grid .col.col-3 {
    flex: 0 0 48%;
    padding-left: 0%;
    padding-right: 0%;
}

.section-5 .grid .col.col-2,
.section-5 .grid .col.col-4 {
    flex: 0 0 47%;
    padding-left: 5%;
    padding-5: 0%;
}

.section-5 .grid .col.col-1 {
    position: relative;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-right: -1px;
}

.section-5 .grid .col.col-1:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='75' height='75' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='24.8345' width='24.8343' height='24.8343' fill='%2300F99F'/%3E%3Crect x='24.4756' y='24.8345' width='24.8343' height='24.8343' fill='%23131416'/%3E%3Crect x='24.834' width='24.8343' height='24.8343' fill='%2300F99F'/%3E%3Crect x='74.2578' y='49.9141' width='24.8343' height='24.8343' transform='rotate(-180 74.2578 49.9141)' fill='%2300F99F'/%3E%3Crect x='49.4238' y='74.7485' width='24.8343' height='24.8343' transform='rotate(-180 49.4238 74.7485)' fill='%2300F99F'/%3E%3C/svg%3E%0A");
    display: block;
    width: 56px;
    height: 56px;
    background-size: 100%;
    position: absolute;
    right: -27px;
    bottom: -9%;
    background-repeat: no-repeat;
}

.section-5 .grid .col.col-2 {
}

.section-5 .grid .col.col-3 {
}

.section-5 .grid .col.col-4 {
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    margin-left: -1px;
}

.section-9 {
    margin-top: 77px;
}

.section-6 {
}

.section-9,
.section-6 {
    position: relative;

}

.section-9 .row,
.section-6 .row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    background: linear-gradient(86.52deg, #131416 12.5%, #131416 45.63%);
    border-radius: 20px;
    margin: 20px 0 0;
    padding: 281px 2% 47px;
    position: relative;
    /* border-radius: 20px; */
}

.section-9 .row {
    background: linear-gradient(214.6deg, #00F99F 64.97%, #24A972 107.84%);
}

.section-9 .row:after,
.section-6 .row:after {
    content: '';
    background-image: url(images/Group6666.svg);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: auto;
    bottom: 0%;
    right: 0%;
    background-position: 0%;
    z-index: 10;
}

.section-9 .row:after {
    background-image: url(images/Group9999.svg);
}

.section-9 .row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    z-index: 20;
    background: linear-gradient(214.6deg, #00f99f4d 25.97%, #24A972 107.84%);
    border-radius: 20px;
}

.section-6 .row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background: linear-gradient(86.52deg, #131416 39.5%, #131416 39.5%, #1314168f 51.63%);
    z-index: 20;
    border-radius: 20px;
    /* overflow-x: hidden; */
}

.section-9 .row:before {
}

.section-9 .row .col-l,
.section-6 .row .col-l {
    position: relative;
    z-index: 33;
    flex: 1 1 50%;
}

.section-9 .row .col-l .text,
.section-6 .row .col-l .text {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 71.59px;
    line-height: 52.53px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #ffffff;
}

.section-9 .row .col-r,
.section-6 .row .col-r {
    flex: 1 1 50%;
    text-align: right;
}

.section-9 .row .col-r a.all-projects,
.section-6 .row .col-r a.all-projects {
    position: relative;
    z-index: 22;
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 18.78px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #17191C;
    background-color: #00F99F;
    border-radius: 6px;
    padding: 15px 2%;
    text-decoration: none;
    margin-right: 4%;
    border: 1px solid #00F99F;
    transition: 400ms ease;
}


.section-6 .row .col-r a.all-projects:hover {
    background-color: #000000;
    color: #00F99F;
}


.section-9 .row .col-r a.all-projects {
    background-color: #ffffff;
}

.section-9 .row .col-r a.all-projects:hover {
    background-color: #00F99F;
    color: #000000;
    border: 1px solid #000000;
}

.section-9 .row .col-r
a#all-projects .sm,
.section-6 .row .col-r a#all-projects .sm {
    font-size: 11px;
}

.section-10 {
    margin-top: 10px;
}

.section-7 {
    overflow-x: hidden;
}

.section-7 .slick-slide {
    margin: 0 27px;
}

.section-7 .slick-list {
    margin: 0 -27px;
}

.section-10 .row,
.section-7 .row {
    padding: 71px 0 22px;
}

.section-10 .row
ul,
.section-7 .row ul {
    display: flex;
    justify-content: space-between;
}

.section-10 .row
ul li,
.section-7 .row ul li {
    flex: 0 0 32%;
}

.section-10 .row
ul li a,
.section-7 .row ul li a {

    color: #151618;
    text-decoration: none;
}


.section-7 .row ul li a {
    /* flex: 0 0 32%; */
    color: #151618;
    text-decoration: none;
}

.section-7 .row ul li .image {
    position: relative;
}

.section-7 .row ul li .image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    text-align: center;
    background-color: #33333394; /* padding: 0 4%; */
    transition: 400ms ease;
    opacity: 0;
    border-radius: 17px;
}

.section-7 .row ul li .image:hover .overlay {
    opacity: 1;
}

.section-7 .row ul li .image .overlay .title {
    width: 90%;
}

.section-7 .row ul li .image .overlay .desc {
    line-height: 34px;
    width: 90%;
}

.section-7 .row ul li .image:hover .overlay {
}

.section-10 .row
ul li .image img,
.section-7 .row ul li .image img {
    width: 100%;
}

.section-10 .row
ul li .title,
.section-7 .row ul li .title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 41.59px;
    line-height: 52.53px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 41px 0 10px;
}

.section-10 .row
ul li .desk,
.section-7 .row ul li .desk {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0px;
    vertical-align: middle;
    width: 60%;
}


.section-style-8-11 {
}

.section-style-8-11 .row {
    display: flex;
    box-shadow: 0px 35px 77px 0px #0000000D, 0px 139px 139px 0px #0000000A, 0px 314px 188px 0px #00000005, 0px 558px 223px 0px #00000003, 0px 872px 244px 0px #00000000;
    border-radius: 20px;
    padding: 22px 7% 86px;
    position: relative;
    overflow-x: clip;
}

.section-style-8-11 .row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-image: url("data:image/svg+xml,%3Csvg width='718' height='543' viewBox='0 0 718 543' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_497_8020)'%3E%3Crect x='134' y='134' width='450' height='275' rx='137.5' fill='%2300F99F'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_497_8020' x='0' y='0' width='718' height='543' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='67' result='effect1_foregroundBlur_497_8020'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

.section-8 .row:before {
    top: 8%;
    left: 39%;
}

.section-11 .row:before {
    top: -7%;
    left: 7%;
}

.section-style-8-11 .row .col-l {
    flex: 0 0 60%;
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.section-8 .row .col-l {
    margin-top: -122px;
}

.section-11 .row .col-l {
    margin-top: -92px;
}

.section-style-8-11 .row .col-l .title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 84px;
    line-height: 88px;
    letter-spacing: 0px;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    width: 96%;
}

.section-style-8-11 .row .col-l .desc {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0px;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    padding: 34px 0 0;
    width: 95%;
}

.section-style-8-11 .row .col-r {
}

.section-style-8-11 .row .col-r {
    flex: 0 0 40%;
    width: 40%;
    position: relative;
    z-index: 12;
}


.section-8 {
    margin: 40px 0 53px;
}


.section-style-8-11 .row .col-r .slider {
}

.section-style-8-11 .row .col-r .slider {
    width: 100%;
    background: linear-gradient(86.52deg, #131416 12.5%, #131416 45.63%);
    border-radius: 20px;
    padding: 53px 10% 48px;
    width: 86%;
    max-width: 100%;
}


.section-style-8-11 .row .col-r .slider .li-item {
    color: #ffffff;
}

.section-style-8-11 .row .col-r .slider .li-item .number {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 104px;
    line-height: 88px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.section-style-8-11 .row .col-r .slider .li-item .title {
}

.section-style-8-11 .row .col-r .slider .li-item .title {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 48px 0 47px;
}

.section-style-8-11 .row .col-r .slider .li-item .title .text {
}

.section-style-8-11 .row .col-r .slider a.start-integration {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}

.section-style-8-11 .row .col-r .slider a.start-integration:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    margin: -4px 0 0;
}

.section-style-8-11 .row .col-r .slider ul.slick-dots {
    display: flex;
    gap: 2%;
    justify-content: flex-end;
    position: relative;
    top: 37px;
}

.section-style-8-11 .row .col-r .slider ul.slick-dots li {
}

.section-style-8-11 .row .col-r .slider ul.slick-dots li button {
    background: #FFFFFF42;
    width: 14px;
    height: 14px;
    border: none;
    font-size: 0px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    padding: 0;
}

.section-style-8-11 .row .col-r .slider ul.slick-dots li.slick-active button {
    cursor: auto;
    background: #00F99F;
}

.section-8 {
    margin: 105px 0 53px;
    /* overflow-x: hidden; */
}

.section-11 {
    margin: 110px 0 53px;
    /* overflow-x: hidden; */
}


.site-footer {
    background-color: #000000;
    color: #ffffff;
    margin-top: 109px;
    padding: 53px 0 70px;
    position: relative;
}

.site-footer:before {
    content: '';
    background-image: url(images/Group-footer.svg);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 17px -20%;
    top: -5px;
    background-repeat: no-repeat;
    z-index: 5;
}

.site-footer:after {
}

.site-footer .row {
    display: flex;
    justify-content: space-between;
    padding: 14px 0 15px;
    position: relative;
    z-index: 9;
}

.site-footer .row .col-l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 47%;
}

.site-footer .row .col-l .row-top {
}

.site-footer .row .col-l .row-top {
    margin-bottom: 108px;
}

.site-footer .row .col-l .row-middle {
    margin-bottom: 45px;
}

.site-footer .row .col-l .row-middle .socials {
    display: flex;
}

.site-footer .row .col-l .row-middle .socials li {
    margin-right: 2%;
}

.site-footer .row .col-l .row-middle .socials li a {

}

.site-footer .row .col-l .row-middle .socials li a img {
    max-height: 30px;
}


.site-footer .row .col-l .row-top a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

.site-footer .row .col-l .row-top a img {
    display: block;
    position: relative;
    left: -14px;
}

.site-footer .row .col-l .row-top a .txt {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 15.83px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: right;

}

.site-footer .row .col-l .row-bottom {
    display: flex;
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 17.08px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    width: 96%;
    white-space: normal;
}

.site-footer .row .col-l .row-bottom .del {
    border-right: 1px solid #ffffff;
}

.site-footer .row .col-l .row-bottom .address,
.site-footer .row .col-l .row-bottom .tel,
.site-footer .row .col-l .row-bottom .email {
    /* flex: 0 0 33%; */
    text-align: left;
}


.site-footer .row .col-l .row-bottom .address {
    /* border-right: 1px solid #ffffff; */
    /* flex: 0 0 29%; */
    /* margin-right: 3%; */
}

.site-footer .row .col-l .row-bottom .tel {
    color: #ffffff;
    text-decoration: none;
    /* border-right: 1px solid #ffffff; */
    /* flex: 1 0 21%; */
    /* margin-right: 4%; */
}

.site-footer .row .col-l .row-bottom .email {
    color: #ffffff;
    text-decoration: none;
    flex: 0 0 42%;
}

.site-footer .row .col-r {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 0 53%;
}

.site-footer .row .col-r .text-1 {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 36.25px;
    line-height: 100%;
    letter-spacing: 0px;
}

.site-footer .row .col-r .text-2 {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 20.25px;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 11px 0 44px;
}


.site-footer .row .col-r form#lets-talk input[type="text"],
.site-footer .row .col-r form#lets-talk button {
    line-height: 30px;
    border-radius: 6px;
}

.site-footer .row .col-r form#lets-talk {
    display: flex; /* gap: 2%; */
    justify-content: space-between;
}

.site-footer .row .col-r form#lets-talk .icol {
    flex: 0 0 24%;
}

.site-footer .row .col-r form#lets-talk input[type="text"] {
    border: 1.13px solid #C3CCD6;
    padding: 6px 6px;
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 15.75px;
    letter-spacing: 0.28px;

}

.site-footer .row .col-r form#lets-talk input[type="text"]::placeholder {
    color: #6A7682
}

.site-footer .row .col-r form#lets-talk button {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 16.31px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #00F99F;
    border: none;
    flex: 0 0 18%;
    cursor: pointer;
}


/**/

.contact-ww .site-footer {
    display: none;
}

.contact-w {
}

.contact-w .row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 19px;
}

.contact-w .row .col-l {
    background-color: #000000;
    color: #ffffff;
    position: relative;
    flex: 1 1 38%;
}

.contact-w .row .col-r {
    flex: 1 1 62%;
}

.contact-w .row .col-r .in {
    position: relative;
    z-index: 9;
    padding: 11% 17% 0 15%;
}

.contact-w .row .col-r:before {
    content: '';
    width: 1px;
    height: 1px;
    border-radius: 50%;
    backdrop-filter: blur(150.10000610351562px);
    box-shadow: 0px 0px 1245px 284px #00F99F;
    display: block;
    position: absolute;
    right: 0%;
    bottom: 0%;
    z-index: 5;
}

.contact-w .row .col-l .in {
    position: relative;
    z-index: 9;
    padding: 20% 16% 0 27%;
    min-height: 86vh;
}

.contact-w .row .col-l:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='1559' height='482' viewBox='0 0 1559 482' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M277 228L278 228L278 1180L277 1180L277 228Z' fill='url(%23paint0_linear_497_8722)' fill-opacity='0.6'/%3E%3Cpath d='M214 181L215 181L215 1180L214 1180L214 181Z' fill='url(%23paint1_linear_497_8722)' fill-opacity='0.9'/%3E%3Cpath d='M151.275 0.000121982L152.287 0.00012207L152.287 1179.59L151.275 1179.59L151.275 0.000121982Z' fill='url(%23paint2_linear_497_8722)' fill-opacity='0.9'/%3E%3Cpath d='M88 116L88.9999 116L88.9998 1180L87.9999 1180L88 116Z' fill='url(%23paint3_linear_497_8722)' fill-opacity='0.9'/%3E%3Cpath d='M-276 142.296L1558.6 142.296L1558.6 143.255L-276 143.254L-276 142.296Z' fill='url(%23paint4_linear_497_8722)' fill-opacity='0.9'/%3E%3Cpath d='M-276 201.899L1558.6 201.899L1558.6 202.857L-276 202.857L-276 201.899Z' fill='url(%23paint5_linear_497_8722)' fill-opacity='0.9'/%3E%3Cpath d='M-276 261.501L1558.6 261.501L1558.6 262.46L-276 262.46L-276 261.501Z' fill='url(%23paint6_linear_497_8722)' fill-opacity='0.9'/%3E%3Cpath d='M-276 321.104L1558.6 321.104L1558.6 322.063L-276 322.063L-276 321.104Z' fill='url(%23paint7_linear_497_8722)' fill-opacity='0.9'/%3E%3Cpath d='M-276 380.707L1558.6 380.707L1558.6 381.665L-276 381.665L-276 380.707Z' fill='url(%23paint8_linear_497_8722)' fill-opacity='0.9'/%3E%3Cpath d='M-276 440.309L1558.6 440.309L1558.6 441.268L-276 441.268L-276 440.309Z' fill='url(%23paint9_linear_497_8722)' fill-opacity='0.9'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_497_8722' x1='277.458' y1='695.848' x2='276.803' y2='695.848' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_497_8722' x1='214.458' y1='671.946' x2='213.803' y2='671.946' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_497_8722' x1='151.738' y1='579.695' x2='151.075' y2='579.695' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_497_8722' x1='88.4574' y1='638.889' x2='87.8025' y2='638.889' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_497_8722' x1='563.343' y1='142.767' x2='563.337' y2='145.378' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_497_8722' x1='563.343' y1='202.37' x2='563.337' y2='204.981' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_497_8722' x1='563.343' y1='261.972' x2='563.337' y2='264.583' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_497_8722' x1='563.343' y1='321.575' x2='563.337' y2='324.186' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_497_8722' x1='563.343' y1='381.178' x2='563.337' y2='383.789' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_497_8722' x1='563.343' y1='440.781' x2='563.337' y2='443.392' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    bottom: 0%;
    z-index: 5;
}

.contact-w .row .col-l .title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0px;
}

.contact-w .row .col-l .desk {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    padding-top: 27px;
}

.contact-w .row .col-l .contacts {
}

.contact-w .row .col-l .contacts ul {
    margin-top: 15%;
}

.contact-w .row .col-l .contacts ul li {
}

.contact-w .row .col-l .contacts ul li {
    padding-bottom: 67px;
}

.contact-w .row .col-l .contacts ul li .lirow {
}

.contact-w .row .col-l .contacts ul li .lirow {
    display: flex;
}

.contact-w .row .col-l .contacts ul li .lirow .licol-l {
}

.contact-w .row .col-l .contacts ul li .lirow .licol-l img {
}

.contact-w .row .col-l .contacts ul li .lirow .licol-r {
    padding-left: 6%;
}

.contact-w .row .col-l .contacts ul li .lirow .licol-r .text-1 {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
}

.contact-w .row .col-l .contacts ul li .lirow .licol-r .text-2 {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

.contact-w .row .col-l .contacts ul li .lirow .licol-r .text-3 {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

.contact-w .row .col-l .contacts ul li .lirow .licol-r .text-1 a {
}

.contact-w .row .col-l .contacts ul li .lirow .licol-r .text-2 a {
}

.contact-w .row .col-l .contacts ul li .lirow .licol-r .text-3 a {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    text-decoration: none;
}

.contact-w .row .col-r .title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 70px;
    line-height: 74px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #131416;
}

.contact-w .row .col-r .form-w {
    padding-top: 9%;
    width: 73%;
}

.contact-w .row .col-r .form-w form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5%;
}

.contact-w .row .col-r .form-w form .row {
    flex: 1 1 100%;
}

.contact-w .row .col-r .form-w form .row.submit {
    margin-top: 33px;
}


.contact-w .row .col-r .form-w form .row.firstname,
.contact-w .row .col-r .form-w form .row.lastname {
    flex: 1 1 47%;
}

.contact-w .row .col-r .form-w form .row.firstname {
}

.contact-w .row .col-r .form-w form .row.lastname {
}

.contact-w .row .col-r .form-w form .row input[type="text"],
.contact-w .row .col-r .form-w form .row textarea {
    width: 100%;
    border: 1px solid #EFEFEF;
}

.contact-w .row .col-r .form-w form .row input[type="text"] {
    padding: 23px 34px;
}

.contact-w .row .col-r .form-w form .row input[type="text"]::placeholder {
    color: #B1B1B1;
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;

}


.contact-w .row .col-r .form-w form .row textarea {
    height: 120px;
}

.contact-w .row .col-r .form-w form .row button[type="submit"] {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 17.36px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    background-color: #131416;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 17px 0;
    cursor: pointer;
}


/**/

.v-lg {
    display: block;
}

.v-xs {
    display: none;
}

@media (max-width: 768px) {
    .v-lg {
        display: none !important;
    }

    .v-xs {
        display: block;
    }
}

.v-white {
    display: none;
}

.v-black {
}

.page-template-home-page .v-white {
    display: block;
}

.page-template-home-page .v-black {
    display: none;
}


/**/
.one-project-w {
}

.one-project-w .op-head .title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 141.7px;
    line-height: 103.98px;
    letter-spacing: -5px;
    vertical-align: middle;
    text-transform: capitalize;
    margin-top: 153px;
}

.one-project-w .op-head .desc {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 41.7px;
    line-height: 53px;
    letter-spacing: -3px;
    vertical-align: middle;
    text-transform: capitalize;
    padding-top: 53px;
}

#op-section-1 {
    margin-top: 180px;
}

#op-section-1 .op-carusel {
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 104px 0;
}

#op-section-1 .op-carusel .item {
}

#op-section-1 .op-carusel .item img {
}

#op-section-2 .title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 120px;
}

#op-section-2 .desc {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    width: 74%;
    padding-top: 59px;
}

#op-section-2 .desc b {
    font-weight: 700;
}

#op-section-3 {
}

#op-section-3 .title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 99px;
    margin-bottom: 50px;
}

#op-section-3 .desc {
    width: 74%;
}

#op-section-3 .desc ul {
    list-style: disc;
    padding-left: 3%;
}

#op-section-3 .desc ul li {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 20px;
    line-height: 37px;
    letter-spacing: 0px;
    vertical-align: bottom;
    padding-bottom: 36px;
}

#op-section-4 {
    padding-top: 97px;
}

#op-section-4 img {
}

.op-section-5 {
}

.op-section-5 .h-title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 41.59px;
    line-height: 52.53px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 186px;
    margin-bottom: -26px;
}

/**/


/**/
.about-us-w {
}

#au-section-1 {
    position: relative;
}

#au-section-1:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='416' height='870' viewBox='0 0 416 870' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_497_9542)'%3E%3Crect x='271' y='271' width='343' height='328' rx='164' fill='%2300F99F'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_497_9542' x='0.899994' y='0.899994' width='883.2' height='868.2' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='135.05' result='effect1_foregroundBlur_497_9542'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    z-index: 5;
}

#au-section-1 .in {
    position: relative;
    z-index: 9;
    padding: 125px 0 174px;
}

#au-section-1 .title {
    padding: 0 0 39px;
}

#au-section-1 .title div {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 80px;
    line-height: 92px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

#au-section-1 .desc {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 25.7px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    width: 41%;
    margin: 0 auto;
}

#au-section-2 {
}

#au-section-2 .dot-b {
    background-color: #00F99F;
    width: 35px;
    height: 5px;
    margin: 66px auto 0;
}

#au-section-2 #op-carousel {
}

#au-section-2 #op-carousel .item {
}

#au-section-2 #op-carousel .item img {
}

#au-section-3 {
    position: relative;
    z-index: 9;
}

.au-section-3-4-bg {
    position: relative;
    z-index: 5;
}

.au-section-3-4-bg-right {
    position: relative;
}

.au-section-3-4-bg-right:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='1304' viewBox='0 0 1920 1304' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.9595 1303.53H24.7361V0.599243H25.9595V1303.53Z' fill='url(%23paint0_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M1319.57 1303.53H1318.35V0.599243H1319.57V1303.53Z' fill='url(%23paint1_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M1395.67 1303.53H1394.45V0.599243H1395.67V1303.53Z' fill='url(%23paint2_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M1471.76 1303.53H1470.54V0.599243H1471.76V1303.53Z' fill='url(%23paint3_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M1547.86 1303.53H1546.64V0.599243H1547.86V1303.53Z' fill='url(%23paint4_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M1623.95 1303.53H1622.73V0.599243H1623.95V1303.53Z' fill='url(%23paint5_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M1700.05 1303.53H1698.83V0.599243H1700.05V1303.53Z' fill='url(%23paint6_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M1776.14 1303.53H1774.92V0.599243H1776.14V1303.53Z' fill='url(%23paint7_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M1852.24 1303.53H1851.02V0.599243H1852.24V1303.53Z' fill='url(%23paint8_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 1278.02H-154.179V1276.96H2064.61V1278.02Z' fill='url(%23paint9_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 1212.19H-154.179V1211.13H2064.61V1212.19Z' fill='url(%23paint10_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 1146.35H-154.179V1145.29H2064.61V1146.35Z' fill='url(%23paint11_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 1080.52H-154.179V1079.46H2064.61V1080.52Z' fill='url(%23paint12_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 1014.68H-154.179V1013.62H2064.61V1014.68Z' fill='url(%23paint13_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 948.849H-154.179V947.79H2064.61V948.849Z' fill='url(%23paint14_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 883.014H-154.179V881.955H2064.61V883.014Z' fill='url(%23paint15_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 817.18H-154.179V816.121H2064.61V817.18Z' fill='url(%23paint16_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 751.345H-154.179V750.286H2064.61V751.345Z' fill='url(%23paint17_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 685.51H-154.179V684.451H2064.61V685.51Z' fill='url(%23paint18_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 619.675H-154.179V618.616H2064.61V619.675Z' fill='url(%23paint19_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 553.84H-154.179V552.781H2064.61V553.84Z' fill='url(%23paint20_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 488.006H-154.179V486.947H2064.61V488.006Z' fill='url(%23paint21_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 422.171H-154.179V421.112H2064.61V422.171Z' fill='url(%23paint22_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 356.336H-154.179V355.277H2064.61V356.336Z' fill='url(%23paint23_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 290.502H-154.179V289.443H2064.61V290.502Z' fill='url(%23paint24_linear_497_9543)' fill-opacity='0.6'/%3E%3Cpath d='M2064.61 224.667H-154.179V223.608H2064.61V224.667Z' fill='url(%23paint25_linear_497_9543)' fill-opacity='0.6'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_497_9543' x1='26.1447' y1='241.09' x2='25.4716' y2='241.09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_497_9543' x1='1319.76' y1='241.09' x2='1319.09' y2='241.09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_497_9543' x1='1395.85' y1='241.09' x2='1395.18' y2='241.09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_497_9543' x1='1471.95' y1='241.09' x2='1471.28' y2='241.09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_497_9543' x1='1548.04' y1='241.09' x2='1547.37' y2='241.09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_497_9543' x1='1624.14' y1='241.09' x2='1623.47' y2='241.09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_497_9543' x1='1700.23' y1='241.09' x2='1699.56' y2='241.09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_497_9543' x1='1776.33' y1='241.09' x2='1775.66' y2='241.09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_497_9543' x1='1852.42' y1='241.09' x2='1851.75' y2='241.09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_497_9543' x1='2400.5' y1='1277.16' x2='2400.5' y2='1279.51' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_497_9543' x1='2400.5' y1='1211.32' x2='2400.5' y2='1213.68' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_497_9543' x1='2400.5' y1='1145.49' x2='2400.5' y2='1147.84' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_497_9543' x1='2400.5' y1='1079.65' x2='2400.5' y2='1082.01' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_497_9543' x1='2400.5' y1='1013.82' x2='2400.5' y2='1016.18' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_497_9543' x1='2400.5' y1='947.985' x2='2400.5' y2='950.34' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear_497_9543' x1='2400.5' y1='882.151' x2='2400.5' y2='884.506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear_497_9543' x1='2400.5' y1='816.316' x2='2400.5' y2='818.671' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear_497_9543' x1='2400.5' y1='750.481' x2='2400.5' y2='752.836' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint18_linear_497_9543' x1='2400.5' y1='684.647' x2='2400.5' y2='687.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint19_linear_497_9543' x1='2400.5' y1='618.812' x2='2400.5' y2='621.166' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint20_linear_497_9543' x1='2400.5' y1='552.977' x2='2400.5' y2='555.332' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint21_linear_497_9543' x1='2400.5' y1='487.142' x2='2400.5' y2='489.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint22_linear_497_9543' x1='2400.5' y1='421.307' x2='2400.5' y2='423.662' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint23_linear_497_9543' x1='2400.5' y1='355.473' x2='2400.5' y2='357.828' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint24_linear_497_9543' x1='2400.5' y1='289.638' x2='2400.5' y2='291.993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint25_linear_497_9543' x1='2400.5' y1='223.803' x2='2400.5' y2='226.158' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: -270px;
    right: 0%;
    z-index: 5;
    opacity: 0.2;
}

.au-section-3-4-bg:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='1304' viewBox='0 0 1920 1304' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M635.038 0.599304L636.262 0.599304L636.262 1303.53L635.038 1303.53L635.038 0.599304Z' fill='url(%23paint0_linear_497_9571)' fill-opacity='0.3'/%3E%3Cpath d='M558.943 0.599304L560.167 0.599304L560.166 1303.53L558.943 1303.53L558.943 0.599304Z' fill='url(%23paint1_linear_497_9571)' fill-opacity='0.2'/%3E%3Cpath d='M482.848 0.599304L484.072 0.599304L484.072 1303.53L482.848 1303.53L482.848 0.599304Z' fill='url(%23paint2_linear_497_9571)' fill-opacity='0.2'/%3E%3Cpath d='M406.753 0.599304L407.976 0.599304L407.976 1303.53L406.753 1303.53L406.753 0.599304Z' fill='url(%23paint3_linear_497_9571)' fill-opacity='0.2'/%3E%3Cpath d='M330.658 0.599304L331.881 0.599304L331.881 1303.53L330.658 1303.53L330.658 0.599304Z' fill='url(%23paint4_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M254.562 0.599304L255.786 0.599304L255.786 1303.53L254.562 1303.53L254.562 0.599304Z' fill='url(%23paint5_linear_497_9571)' fill-opacity='0.3'/%3E%3Cpath d='M178.468 0.599304L179.692 0.599304L179.692 1303.53L178.468 1303.53L178.468 0.599304Z' fill='url(%23paint6_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M102.374 0.599304L103.597 0.599304L103.597 1303.53L102.373 1303.53L102.374 0.599304Z' fill='url(%23paint7_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M26.2785 0.599304L27.502 0.599304L27.5018 1303.53L26.2784 1303.53L26.2785 0.599304Z' fill='url(%23paint8_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 26.1039L2108.79 26.1041L2108.79 27.1631L-110 27.1629L-110 26.1039Z' fill='url(%23paint9_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 91.9385L2108.79 91.9387L2108.79 92.9977L-110 92.9975L-110 91.9385Z' fill='url(%23paint10_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 157.773L2108.79 157.773L2108.79 158.832L-110 158.832L-110 157.773Z' fill='url(%23paint11_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 223.608L2108.79 223.608L2108.79 224.667L-110 224.667L-110 223.608Z' fill='url(%23paint12_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 289.443L2108.79 289.443L2108.79 290.502L-110 290.502L-110 289.443Z' fill='url(%23paint13_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 355.277L2108.79 355.278L2108.79 356.337L-110 356.336L-110 355.277Z' fill='url(%23paint14_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 421.112L2108.79 421.112L2108.79 422.171L-110 422.171L-110 421.112Z' fill='url(%23paint15_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 486.947L2108.79 486.947L2108.79 488.006L-110 488.006L-110 486.947Z' fill='url(%23paint16_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 552.782L2108.79 552.782L2108.79 553.841L-110 553.841L-110 552.782Z' fill='url(%23paint17_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 618.616L2108.79 618.616L2108.79 619.675L-110 619.675L-110 618.616Z' fill='url(%23paint18_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 684.451L2108.79 684.451L2108.79 685.51L-110 685.51L-110 684.451Z' fill='url(%23paint19_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 750.286L2108.79 750.286L2108.79 751.345L-110 751.345L-110 750.286Z' fill='url(%23paint20_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 816.121L2108.79 816.121L2108.79 817.18L-110 817.18L-110 816.121Z' fill='url(%23paint21_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 881.955L2108.79 881.956L2108.79 883.015L-110 883.014L-110 881.955Z' fill='url(%23paint22_linear_497_9571)' fill-opacity='0.6'/%3E%3Cpath d='M-110 947.79L2108.79 947.79L2108.79 948.849L-110 948.849L-110 947.79Z' fill='url(%23paint23_linear_497_9571)' fill-opacity='0.2'/%3E%3Cpath d='M-110 1013.62L2108.79 1013.62L2108.79 1014.68L-110 1014.68L-110 1013.62Z' fill='url(%23paint24_linear_497_9571)' fill-opacity='0.3'/%3E%3Cpath d='M-110 1079.46L2108.79 1079.46L2108.79 1080.52L-110 1080.52L-110 1079.46Z' fill='url(%23paint25_linear_497_9571)' fill-opacity='0.4'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_497_9571' x1='634.853' y1='1063.04' x2='635.526' y2='1063.04' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_497_9571' x1='558.758' y1='1063.04' x2='559.431' y2='1063.04' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_497_9571' x1='482.663' y1='1063.04' x2='483.336' y2='1063.04' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_497_9571' x1='406.567' y1='1063.04' x2='407.24' y2='1063.04' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_497_9571' x1='330.473' y1='1063.04' x2='331.146' y2='1063.04' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_497_9571' x1='254.377' y1='1063.04' x2='255.05' y2='1063.04' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_497_9571' x1='178.283' y1='1063.04' x2='178.956' y2='1063.04' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='0.519231' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_497_9571' x1='102.188' y1='1063.04' x2='102.861' y2='1063.04' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='0.519231' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_497_9571' x1='26.0932' y1='1063.04' x2='26.7664' y2='1063.04' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='0.519231' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_497_9571' x1='-445.888' y1='26.9674' x2='-445.883' y2='24.6126' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_497_9571' x1='-445.888' y1='92.8021' x2='-445.883' y2='90.4473' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_497_9571' x1='-445.888' y1='158.637' x2='-445.883' y2='156.282' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_497_9571' x1='-445.888' y1='224.471' x2='-445.883' y2='222.117' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_497_9571' x1='-445.888' y1='290.306' x2='-445.883' y2='287.951' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_497_9571' x1='-445.888' y1='356.141' x2='-445.883' y2='353.786' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear_497_9571' x1='-445.888' y1='421.976' x2='-445.883' y2='419.621' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear_497_9571' x1='-445.888' y1='487.81' x2='-445.883' y2='485.456' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear_497_9571' x1='-445.888' y1='553.645' x2='-445.883' y2='551.29' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint18_linear_497_9571' x1='-445.888' y1='619.48' x2='-445.883' y2='617.125' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint19_linear_497_9571' x1='-445.888' y1='685.315' x2='-445.883' y2='682.96' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint20_linear_497_9571' x1='-445.888' y1='751.15' x2='-445.883' y2='748.795' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint21_linear_497_9571' x1='-445.888' y1='816.984' x2='-445.883' y2='814.63' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint22_linear_497_9571' x1='-445.888' y1='882.819' x2='-445.883' y2='880.464' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint23_linear_497_9571' x1='-445.888' y1='948.653' x2='-445.883' y2='946.299' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint24_linear_497_9571' x1='-445.888' y1='1014.49' x2='-445.883' y2='1012.13' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint25_linear_497_9571' x1='-445.888' y1='1080.32' x2='-445.883' y2='1077.97' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F99F'/%3E%3Cstop offset='1' stop-color='%2300F99F' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -63px;
}

.au-section-3-4-bg:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='394' height='882' viewBox='0 0 394 882' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_497_9603)'%3E%3Crect x='-232' y='271' width='355' height='340' rx='170' fill='%2300F99F'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_497_9603' x='-502.1' y='0.899994' width='895.2' height='880.2' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='135.05' result='effect1_foregroundBlur_497_9603'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0px;
    background-size: contain;
    background-position: 0;
}


#au-section-3 .in {
    padding: 121px 16% 170px;
}

#au-section-3 .in .title {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
    padding: 0 0 45px;
}

#au-section-3 .in .desc {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

#au-section-4 {
    position: relative;
    z-index: 9;
}

#au-section-4 .in {
    padding: 0 10.4%;
}

#au-section-4 .in .title {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #838383;
    text-align: left;
}

#au-section-4 .in .row {
    display: flex;
}

#au-section-4 .in .row .col-l {
    flex: 1 1 48%;
}

#au-section-4 .in .row .col-r {
    flex: 1 1 52%;
}

#au-section-4 .in .row .col-l .c-title {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0px;
    width: 62%;
    padding: 49px 0 32px;
}

#au-section-4 .in .row .col-l .c-desc {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    width: 72%;
}

#au-section-4 .in .row .col-l a.explore {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #131416;
    background-color: #00F99F;
    border-radius: 6px;
    text-decoration: none;
    padding: 8px 19px;
    margin: 53px 0 0;
    display: inline-block;
}

#au-section-4 .in .row .col-r img {
}

#au-section-5 { /* display: flex; */
}

#au-section-5 .row {
    display: flex;
    padding: 134px 11% 0;
}

#au-section-5 .col-l {
    flex: 1 1 50%;
}

#au-section-5 .col-r {
    flex: 1 1 51%;
}

#au-section-5 .col-l img {
    margin-top: -19px;
}

#au-section-5 .col-r .title {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #838383;
}

#au-section-5 .col-r .title-1 {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0px;
    margin: 50px 0 24px;
}

#au-section-5 .col-r .desc {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    width: 74%;
}

#au-section-5 .col-r .list {
    padding: 76px 0 0;
    width: 44%;
}

#au-section-5 .col-r .list li {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
    padding: 0 0 28px;
    border-bottom: 1px solid #E9E9E9;
}

#au-section-5 .col-r .list li .left {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}

#au-section-5 .col-r .list li .middle {
    font-family: Space Grotesk;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 0 4% 0;
}

#au-section-5 .col-r .list li .right {
    font-family: Space Grotesk;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}

#au-section-6 {
    position: relative;
}

#au-section-6:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='1215' height='1090' viewBox='0 0 1215 1090' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_497_9602)'%3E%3Crect x='371' y='371' width='473' height='348' rx='170' fill='%2300F99F'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_497_9602' x='0.899994' y='0.899994' width='1213.2' height='1088.2' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='185.05' result='effect1_foregroundBlur_497_9602'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

#au-section-6 .in {
    position: relative;
    z-index: 9;
    padding: 264px 20% 430px;
}

#au-section-6 .in .title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 60px;
    line-height: 34px;
    letter-spacing: 0px;
    padding: 0 0 58px;
}

#au-section-6 .in .desc {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
}

/**/


/**/
.conatct-7-home-footer {
    position: relative;
}

.conatct-7-home-footer form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
}

.conatct-7-home-footer form > p {
}

.conatct-7-home-footer form > p > label {
}

.conatct-7-home-footer form > p > label br {
    display: none;
}

.conatct-7-home-footer form > p > label span {
}

.conatct-7-home-footer form > p > label span input {
    border: 1.13px solid #C3CCD6;
    padding: 6px 6px;
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 15.75px;
    letter-spacing: 0.28px;
    width: 100%;
    line-height: 30px;
    border-radius: 6px;
}

.conatct-7-home-footer form > p > [type="submit"] {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 16.31px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #00F99F;
    border: none;
    cursor: pointer;
    line-height: 30px;
    border-radius: 6px;
    padding: 6px 23%;
    width: 165px;
}

.conatct-7-home-footer .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -42px;
    font-size: 14px;
    border: none;
    color: red;
    padding: 0;
    margin: 0;
}

.conatct-7-home-footer form .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
    position: absolute;
}

.conatct-7-home-footer form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-size: 12px;
    margin: 7px 0 0;
    position: absolute;
}

/**/


/**/
.slider-volume {
}

.slider-volume .slick-arrow {
    display: none;
]
}

.slider-volume .container {
    width: 42%;
    margin: 0 auto;
    max-width: 80%;
}

.slider-volume .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}

.slider-volume .slick-list {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.slider-volume .slick-dots {
    /* text-align: right; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    display: flex;
    gap: 0.31%;
    width: 100%;
    justify-content: center;
}

.slider-volume .slick-dots li {
    background: #FFFFFF42;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
}

.slider-volume .slick-dots li.slick-active {
    background: #00F99F;
}


.slider-volume .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.slider-volume .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.slider-volume .slick-snext,
.slider-volume .slick-sprev {
    display: block;
}

.slider-volume .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 12px);
    z-index: 2;
}

.slider-volume .slick-snext {
    opacity: 1;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;
}

.slider-volume .slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, 0px);
}

.slider-volume .rev_slide {

}

.slider-volume .test {
    display: block;
    width: 100%;
    height: 349px;
    background: #23272B;
    border-radius: 5px;
    padding: 0 0%;
    text-align: center;
}

.slider-volume .test .in {
    padding: 0 9%;
}

.slider-volume .test .logo {
    padding: 48px 4% 0;
    display: flex;
    justify-content: center;
}

.slider-volume .test .logo img {
    max-height: 109px;
    padding-bottom: 12px;
}

.slider-volume .test .desc {
    color: #ffffff;
    text-align: left;
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0px;
}

/**/


/**/
.projects-page-w {
}

.projects-page-w #pr-section-1 {
    padding: 181px 4.5% 0;
}

.projects-page-w #pr-section-1 .title {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 110px;
    line-height: 103.98px;
    letter-spacing: -5px;
    vertical-align: middle;
    text-transform: lowercase;
    color: #E4E4E4;
    margin-left: 9%;
    padding-bottom: 13px;
}

.projects-page-w #pr-section-1 .desc {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 110px;
    line-height: 103.98px;
    letter-spacing: -5px;
    vertical-align: middle;
    text-transform: lowercase;
    color: #131416;
}

.projects-page-w #pr-filter {
    padding: 0 4.5%;
    display: none;
}

.projects-page-w #pr-filter ul {
    display: flex;
    justify-content: normal;
    margin: 69px 0 0; /* gap: 3%; */
    width: 64%;
    flex-wrap: wrap;
}

.projects-page-w #pr-filter ul li {
    padding: 0 0 27px;
    margin-right: 45px;
}

.projects-page-w #pr-filter ul li a {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 24.43px;
    line-height: 32.54px;
    letter-spacing: -1.56px;
    vertical-align: middle;
    text-transform: lowercase;
    color: #131416;
    text-decoration: none;
    background-color: #F6F6F6;
    border-radius: 30px;
    padding: 11px 15px;
    display: block;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.projects-page-w #pr-list {
    margin: 46px 0 0;
}

.projects-page-w #pr-list .row {
    padding: 0 4.5%;
}

.projects-page-w #pr-list .row ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.projects-page-w #pr-list .row ul li {
    padding: 0 0 106px;
    flex: 1 1 49%;
}

.projects-page-w #pr-list .row ul li > a {
    text-decoration: none;
    color: #141517;
    pointer-events: none;
}

.projects-page-w #pr-list .row ul li img {
    width: 100%;
}

.projects-page-w #pr-list .row ul li .title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 36.5px;
    line-height: 46.1px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 38px 0 9px;
}

.projects-page-w #pr-list .row ul li .desc {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 21.06px;
    line-height: 23.69px;
    letter-spacing: 0px;
    vertical-align: middle;
}

/**/


/**/
.conatct-7-page {
    position: relative;
    width: 73%;
    margin-top: 79px;
}

.conatct-7-page form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.conatct-7-page form > p {
    width: 100%;
    padding-bottom: 25px;
}

.conatct-7-page form > p:nth-child(2),
.conatct-7-page form > p:nth-child(3) {
    flex: 1 32%;
    width: 48%;
}

.conatct-7-page form > p:nth-child(2) {
}

.conatct-7-page form > p:nth-child(3) {
}

.conatct-7-page form > p > label {
}

.conatct-7-page form > p > label br {
    display: none;
}

.conatct-7-page form > p > label span {


}

.conatct-7-page form > p > label span textarea {
    border: 1px solid #EFEFEF;
    width: 100%;
    padding: 11px;
    font-size: 15px;
    height: 130px;
}


.conatct-7-page form > p > label span input {
    border: 1.13px solid #C3CCD6;
    padding: 6px 6px;
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 15.75px;
    letter-spacing: 0.28px;
    width: 100%;
    line-height: 30px;
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    padding: 11px 34px;
}

.conatct-7-page form > p > [type="submit"] {
    font-family: Space Grotesk;
    font-weight: 400;
    font-size: 17.36px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    background-color: #131416;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 17px 0;
    cursor: pointer;
}

.conatct-7-page .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -42px;
    font-size: 14px;
    border: none;
    color: red;
    padding: 0;
    margin: 0;
}

.conatct-7-page form .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
    position: absolute;
}

.conatct-7-page form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-size: 12px;
    margin: 7px 0 0;
    position: absolute;
}

/**/


@media (min-width: 768px) and (max-width: 1800px) {
    .container,
    .container-2,
    .container-3 {
        width: 95%;
        max-width: inherit;
        margin: 0 auto;
    }


    .site-header .site-branding {

        left: -0%;
    }


    body {
    }

    body * {
    }

    ol, ul {
    }

    blockquote, q {
    }

    blockquote:before, blockquote:after,
    q:before, q:after {
    }

    table {
    }

    html {
    }

    .site-header {
    }

    .page-template-home-page .site-header {
    }

    .site-header .h-row {
    }

    .site-header .site-branding {
    }

    .site-header .main-navigation {
        flex: 0 0 60%;
    }

    .site-header .site-branding
    a {
    }

    .site-header .site-branding
    a img {
    }

    .site-header .main-navigation .menu-toggle {
    }

    .site-header .main-navigation .nav-menu {
    }

    .site-header .main-navigation .nav-menu
    li {
    }

    .site-header .main-navigation .nav-menu
    li a {
    }

    .page-template-home-page .site-header .main-navigation .nav-menu
    li a {
    }

    .site-header .get-started {


    }

    .page-template-home-page .site-header .get-started {
    }

    .page-template-home-page .site-header .xs-menu .get-started {
    }


    .section-1 {
        padding-top: 32px;
    }

    .section-1 .col-w {
        padding: 108px 0 61px;
    }

    .section-1 .row-1 {
        margin-bottom: 36px;
        font-size: 6rem;
        line-height: 7rem;
    }

    .section-1 .row-2 {
    }

    .section-1 .row-3 {
    }

    .section-1 .row-3 .our-services {
    }


    .section-1 .row-3 .contact-us {
    }

    .section-2 {
    }

    .section-2 .container {
    }

    .section-2 .col-w {
        padding: 1rem 0 2rem;
    }

    .section-2 .col-w .row-1 {
        font-size: 4rem;
        line-height: 5rem;
    }

    .section-2 .col-w .row-2 {
    }

    .section-2 .col-w .row-2 .col-1,
    .section-2 .col-w .row-2 .col-2 {
    }

    .section-2 .col-w .row-2 .col-1 {
    }

    .section-2 .col-w .row-2 .col-2 {
    }

    .section-2 .col-w .row-2 .c-row-1 {
    }

    .section-2 .col-w .row-2 .c-row-2 {
    }

    .section-2 .col-w .row-2 .c-row-2 .green {
    }

    .section-2 .col-w .row-2 .c-row-3 {
    }

    .section-1-2-bg {
    }

    .section-2:after {
    }

    .section-1-2-bg:before {
    }


    .section-3 {
        margin-top: -1px;
        padding-top: 40px;
    }

    .section-3 .row-w {
    }

    .section-3 .row-1 {
        font-size: 45.65px;
        line-height: 57px;
        padding: 0px 0 112px;
    }

    .section-3 .row-2 {
    }

    .section-3 .row-2
    ul {
    }

    .section-3 .row-2
    ul li {
    }

    .section-3 .row-2
    ul li img {
        width: 90%;
    }

    .section-4 {
        padding: 67px 0 35px;
    }

    .section-4 .row-1 {
    }

    .section-4 .row-2 {
    }

    .section-4 .row-2 .slider {
    }

    .section-4 .row-2 .slider
    li {
    }

    .section-4 .row-2 .slider
    li {
    }

    .section-4 .row-2 .slider
    li .logo {
    }

    .section-4 .row-2 .slider
    li .logo img {
    }

    .section-4 .row-2 .slider
    li .desc {
    }


    .section-5 {
        padding-top: 95px;
        padding-bottom: 37px;
        margin-bottom: 80px;
    }

    .section-5 .h2 {
    }

    .section-5 .blur-green {
    }


    .section-5 .grid {
    }

    .section-5 .grid .col {
    }

    .section-5 .grid .col .number {
        font-size: 85.02px;
        line-height: 100%;
    }

    .section-5 .grid .col .title {
    }

    .section-5 .grid .col .desc {
    }

    .section-5 .grid .col.col-1,
    .section-5 .grid .col.col-3 {
    }

    .section-5 .grid .col.col-2,
    .section-5 .grid .col.col-4 {
    }

    .section-5 .grid .col.col-1 {
    }

    .section-5 .grid .col.col-1:after {
    }

    .section-5 .grid .col.col-2 {
    }

    .section-5 .grid .col.col-3 {
    }

    .section-5 .grid .col.col-4 {
    }

    .section-9 {
        margin-top: 72px;
    }

    .section-6 {
    }

    .section-9,
    .section-6 {
    }

    .section-9 .row,
    .section-6 .row {
        padding: 172px 2% 44px;
    }

    .section-9 .row {
        padding: 172px 2% 44px;
    }

    .section-9 .row:after,
    .section-6 .row:after {
    }

    .section-9 .row:after {
    }

    .section-9 .row:before {
    }

    .section-6 .row:before {
    }

    .section-9 .row:before {
    }

    .section-9 .row .col-l,
    .section-6 .row .col-l {
    }

    .section-9 .row .col-l .text,
    .section-6 .row .col-l .text {
        font-size: 44.59px;
        line-height: 41.53px;
    }

    .section-9 .row .col-r,
    .section-6 .row .col-r {
    }

    .section-9 .row .col-r a.all-projects,
    .section-6 .row .col-r a.all-projects {
        font-size: 16.78px;
        line-height: 100%;
    }

    .section-9 .row .col-r a.all-projects {
    }

    .section-9 .row .col-r
    a#all-projects .sm,
    .section-6 .row .col-r a#all-projects .sm {
    }

    .section-10 {
    }

    .section-7 {
    }

    .section-7 .slick-slide {
    }

    .section-7 .slick-list {
    }

    .section-10 .row,
    .section-7 .row {
    }

    .section-10 .row
    ul,
    .section-7 .row ul {
    }

    .section-10 .row
    ul li,
    .section-7 .row ul li {
    }

    .section-10 .row
    ul li a,
    .section-7 .row ul li a {
    }


    .section-7 .row ul li a {
    }

    .section-10 .row
    ul li .image,
    .section-7 .row ul li .image {
    }

    .section-10 .row
    ul li .image img,
    .section-7 .row ul li .image img {
    }

    .section-10 .row
    ul li .title,
    .section-7 .row ul li .title {
        padding: 88px 0 10px;
    }

    .section-10 .row
    ul li .desk,
    .section-7 .row ul li .desk {
        width: 81%;
    }


    .section-style-8-11 {
    }

    .section-style-8-11 .row {
    }

    .section-style-8-11 .row:before {
    }

    .section-8 .row:before {
        left: 24%;
    }

    .section-11 .row:before {
    }

    .section-style-8-11 .row .col-l {
    }

    .section-8 .row .col-l {
    }

    .section-11 .row .col-l {
    }

    .section-style-8-11 .row .col-l .title {
        font-size: 42px;
        line-height: 44px;
    }

    .section-style-8-11 .row .col-l .desc {
        font-size: 22px;
        line-height: 32px;
    }

    .section-style-8-11 .row .col-r {
    }

    .section-style-8-11 .row .col-r {
    }


    .section-8 {
        margin: 34px 0 53px;
    }


    .section-style-8-11 .row .col-r .slider {
    }

    .section-style-8-11 .row .col-r .slider {
    }


    .section-style-8-11 .row .col-r .slider .li-item {
    }

    .section-style-8-11 .row .col-r .slider .li-item img {
        max-height: 159px;
    }

    .section-style-8-11 .row .col-r .slider .li-item .number {
    }

    .section-style-8-11 .row .col-r .slider .li-item .title {
    }

    .section-style-8-11 .row .col-r .slider .li-item .title {
        padding: 22px 0 25px;
    }

    .section-style-8-11 .row .col-r .slider .li-item .title .text {
        font-size: 19px;
        line-height: 32px;
    }

    .section-style-8-11 .row .col-r .slider a.start-integration {
        font-size: 18px;
        line-height: 30px;
    }

    .section-style-8-11 .row .col-r .slider a.start-integration:after {
    }

    .section-style-8-11 .row .col-r .slider ul.slick-dots {
    }

    .section-style-8-11 .row .col-r .slider ul.slick-dots li {
    }

    .section-style-8-11 .row .col-r .slider ul.slick-dots li button {
    }

    .section-style-8-11 .row .col-r .slider ul.slick-dots li.slick-active button {
    }

    .section-8 {
    }

    .section-8 .container-2 {
    }

    .section-11 {
        margin: 70px 0 53px;
    }


    .site-footer {
        padding: 32px 0 69px;
    }

    .site-footer:before {
    }

    .site-footer:after {
    }

    .site-footer .row {
    }

    .site-footer .row .col-l {
        flex: 0 0 49%;
    }

    .site-footer .row .col-l .row-top {
    }

    .site-footer .row .col-l .row-top {
        margin-bottom: 249px;
    }

    .site-footer .row .col-l .row-top a {
    }

    .site-footer .row .col-l .row-top a img {
    }

    .site-footer .row .col-l .row-top a .txt {
    }

    .site-footer .row .col-l .row-bottom {
        font-size: 14.08px;
        line-height: 100%;
        width: 81%;
    }

    .site-footer .row .col-l .row-bottom .address,
    .site-footer .row .col-l .row-bottom .tel,
    .site-footer .row .col-l .row-bottom .email {
    }


    .site-footer .row .col-l .row-bottom .address {

    }

    .site-footer .row .col-l .row-bottom .tel {

    }

    .site-footer .row .col-l .row-bottom .email {
        flex: 0 0 32%;
    }

    .site-footer .row .col-r {
        flex: 0 0 51%;
    }

    .site-footer .row .col-r .text-1 {
        font-size: 32.25px;
        line-height: 100%;
    }

    .site-footer .row .col-r .text-2 {
        font-size: 18.25px;
        line-height: 21px;
    }


    .site-footer .row .col-r form#lets-talk input[type="text"],
    .site-footer .row .col-r form#lets-talk button {
    }

    .site-footer .row .col-r form#lets-talk {
    }

    .site-footer .row .col-r form#lets-talk .icol {
    }

    .site-footer .row .col-r form#lets-talk input[type="text"] {
    }

    .site-footer .row .col-r form#lets-talk input[type="text"]::placeholder {
    }

    .site-footer .row .col-r form#lets-talk button {
    }


    /**/
    .contact-ww .site-footer {
    }

    .contact-w {
    }

    .contact-w .row {
    }

    .contact-w .row .col-l {
    }

    .contact-w .row .col-r {
    }

    .contact-w .row .col-r .in {
    }

    .contact-w .row .col-r:before {
    }

    .contact-w .row .col-l .in {
    }

    .contact-w .row .col-l:before {
    }

    .contact-w .row .col-l .title {
    }

    .contact-w .row .col-l .desk {
    }

    .contact-w .row .col-l .contacts {
    }

    .contact-w .row .col-l .contacts ul {
    }

    .contact-w .row .col-l .contacts ul li {
    }

    .contact-w .row .col-l .contacts ul li {
    }

    .contact-w .row .col-l .contacts ul li .lirow {
    }

    .contact-w .row .col-l .contacts ul li .lirow {
    }

    .contact-w .row .col-l .contacts ul li .lirow .licol-l {
    }

    .contact-w .row .col-l .contacts ul li .lirow .licol-l img {
    }

    .contact-w .row .col-l .contacts ul li .lirow .licol-r {
    }

    .contact-w .row .col-l .contacts ul li .lirow .licol-r .text-1 {
    }

    .contact-w .row .col-l .contacts ul li .lirow .licol-r .text-2 {
    }

    .contact-w .row .col-l .contacts ul li .lirow .licol-r .text-3 {
    }

    .contact-w .row .col-l .contacts ul li .lirow .licol-r .text-1 a {
    }

    .contact-w .row .col-l .contacts ul li .lirow .licol-r .text-2 a {
    }

    .contact-w .row .col-l .contacts ul li .lirow .licol-r .text-3 a {
    }

    .contact-w .row .col-r .title {
    }

    .contact-w .row .col-r .form-w {
    }

    .contact-w .row .col-r .form-w form {
    }

    .contact-w .row .col-r .form-w form .row {
    }

    .contact-w .row .col-r .form-w form .row.submit {
    }


    .contact-w .row .col-r .form-w form .row.firstname,
    .contact-w .row .col-r .form-w form .row.lastname {
    }

    .contact-w .row .col-r .form-w form .row.firstname {
    }

    .contact-w .row .col-r .form-w form .row.lastname {
    }

    .contact-w .row .col-r .form-w form .row input[type="text"],
    .contact-w .row .col-r .form-w form .row textarea {
    }

    .contact-w .row .col-r .form-w form .row input[type="text"] {
    }

    .contact-w .row .col-r .form-w form .row input[type="text"]::placeholder {
    }


    .contact-w .row .col-r .form-w form .row textarea {
    }

    .contact-w .row .col-r .form-w form .row button[type="submit"] {
    }


    /**/
    .v-white {
    }

    .v-black {
    }

    .page-template-home-page .v-white {
    }

    .page-template-home-page .v-black {
    }


    /**/
    .one-project-w {
    }

    .one-project-w .op-head .title {
    }

    .one-project-w .op-head .desc {
    }

    #op-section-1 {
    }

    #op-section-1 .op-carusel {
    }

    #op-section-1 .op-carusel .item {
    }

    #op-section-1 .op-carusel .item img {
    }

    #op-section-2 .title {
    }

    #op-section-2 .desc {
    }

    #op-section-2 .desc b {
    }

    #op-section-3 {
    }

    #op-section-3 .title {
    }

    #op-section-3 .desc {
    }

    #op-section-3 .desc ul {
    }

    #op-section-3 .desc ul li {
    }

    #op-section-4 {
    }

    #op-section-4 img {
    }

    .op-section-5 {
    }

    .op-section-5 .h-title {
    }

    /**/
    /**/
    .about-us-w {
    }

    #au-section-1 {
    }

    #au-section-1:before {
    }

    #au-section-1 .in {
    }

    #au-section-1 .title {
    }

    #au-section-1 .title div {
    }

    #au-section-1 .desc {
    }

    #au-section-2 {
    }

    #au-section-2 #op-carousel {
    }

    #au-section-2 #op-carousel .item {
    }

    #au-section-2 #op-carousel .item img {
    }

    #au-section-3 {
    }

    .au-section-3-4-bg {
    }

    .au-section-3-4-bg:before {
    }

    .au-section-3-4-bg:after {
    }


    #au-section-3 .in {
    }

    #au-section-3 .in .title {
    }

    #au-section-3 .in .desc {
    }

    #au-section-4 {
    }

    #au-section-4 .in {
    }

    #au-section-4 .in .title {
    }

    #au-section-4 .in .row {
    }

    #au-section-4 .in .row .col-l {
    }

    #au-section-4 .in .row .col-r {
    }

    #au-section-4 .in .row .col-l .c-title {
    }

    #au-section-4 .in .row .col-l .c-desc {
    }

    #au-section-4 .in .row .col-l a.explore {
    }

    #au-section-4 .in .row .col-r img {
    }

    #au-section-5 {
    }

    #au-section-5 .row {
    }

    #au-section-5 .col-l {
    }

    #au-section-5 .col-r {
    }

    #au-section-5 .col-l img {
    }

    #au-section-5 .col-r .title {
    }

    #au-section-5 .col-r .title-1 {
    }

    #au-section-5 .col-r .desc {
    }

    #au-section-5 .col-r .list {
    }

    #au-section-5 .col-r .list li {
    }

    #au-section-5 .col-r .list li .left {
    }

    #au-section-5 .col-r .list li .middle {
    }

    #au-section-5 .col-r .list li .right {
    }

    #au-section-6 {
    }

    #au-section-6:after {
    }

    #au-section-6 .in {
    }

    #au-section-6 .in .title {
    }

    #au-section-6 .in .desc {
    }

    /**/
    /**/
    .conatct-7-home-footer {
        overflow-x: hidden;
    }

    .conatct-7-home-footer form {
    }

    .conatct-7-home-footer form > p {
    }

    .conatct-7-home-footer form > p > label {
    }

    .conatct-7-home-footer form > p > label br {
    }

    .conatct-7-home-footer form > p > label span {
    }

    .conatct-7-home-footer form > p > label span input {
    }

    .conatct-7-home-footer form > p > [type="submit"] {
    }

    .conatct-7-home-footer .wpcf7 form .wpcf7-response-output {
    }

    .conatct-7-home-footer form .wpcf7-spinner {
    }

    .conatct-7-home-footer form .wpcf7-not-valid-tip {
    }

    /**/
    /**/
    .slider-volume {
    }

    .slider-volume .slick-arrow {
    }

    .slider-volume .container {
    }

    .slider-volume .slick-slider {
    }

    .slider-volume .slick-list {
    }

    .slider-volume .slick-dots {
    }

    .slider-volume .slick-dots li {
    }

    .slider-volume .slick-dots li.slick-active {
    }


    .slider-volume .slick-track {
    }

    .slider-volume .slick-slide {
    }

    .slider-volume .slick-snext,
    .slider-volume .slick-sprev {
    }

    .slider-volume .slick-current {
    }

    .slider-volume .slick-snext {
    }

    .slider-volume .slick-sprev {
    }

    .slider-volume .rev_slide {
    }

    .slider-volume .test {
    }

    .slider-volume .test .in {
    }

    .slider-volume .test .logo {
    }

    .slider-volume .test .logo img {
    }

    .slider-volume .test .desc {
        font-size: 18px;
        line-height: 23px;
    }

    /**/
    /**/
    .projects-page-w {
    }

    .projects-page-w #pr-section-1 {
    }

    .projects-page-w #pr-section-1 .title {
    }

    .projects-page-w #pr-section-1 .desc {
    }

    .projects-page-w #pr-filter {
    }

    .projects-page-w #pr-filter ul {
    }

    .projects-page-w #pr-filter ul li {
    }

    .projects-page-w #pr-filter ul li a {
    }

    .projects-page-w #pr-list {
    }

    .projects-page-w #pr-list .row {
    }

    .projects-page-w #pr-list .row ul {
    }

    .projects-page-w #pr-list .row ul li {
    }

    .projects-page-w #pr-list .row ul li > a {
    }

    .projects-page-w #pr-list .row ul li img {
    }

    .projects-page-w #pr-list .row ul li .title {
    }

    .projects-page-w #pr-list .row ul li .desc {
    }

    /**/
    /**/
    .conatct-7-page {
    }

    .conatct-7-page form {
    }

    .conatct-7-page form > p {
    }

    .conatct-7-page form > p:nth-child(2),
    .conatct-7-page form > p:nth-child(3) {
    }

    .conatct-7-page form > p:nth-child(2) {
    }

    .conatct-7-page form > p:nth-child(3) {
    }

    .conatct-7-page form > p > label {
    }

    .conatct-7-page form > p > label br {
    }

    .conatct-7-page form > p > label span {
    }

    .conatct-7-page form > p > label span textarea {
    }


    .conatct-7-page form > p > label span input {
    }

    .conatct-7-page form > p > [type="submit"] {
    }

    .conatct-7-page .wpcf7 form .wpcf7-response-output {
    }

    .conatct-7-page form .wpcf7-spinner {
    }

    .conatct-7-page form .wpcf7-not-valid-tip {
    }

    /**/


}

