* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

textarea,
input {
  -webkit-appearance: none;
  border-radius: 0;
}

.page-template-page-services .header-wrapper {
    position: absolute !important;
}

.scroll-down {
    position: relative;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.scroll-down-animation {
    animation: pulse-animation-scroll 2s infinite;

}

@keyframes pulse-animation-scroll {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.projects-scroll {
    position: absolute !important;
    right: 40px !important;
    top: 40% !important;
    width: 10px;
    height: 10px;
    z-index: 5;
    display: inline-flex !important;
}

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

.type-post ul {
    list-style: inside;
    padding-left: 16px;
    margin-bottom: 1rem;
}

.type-post li {
    color: #000;
}

.section-bg {
    background-repeat: no-repeat;
}

.social-share {
    position: relative;
}

.custom-margin {
    margin-bottom: 75px;
}

.social-share a {
    margin-right: 10px;
}

.header-menu .current-menu-item a {
    color: #00AB97;
}

.copy_link {
    cursor: pointer;
}

.link-copied {
    font-size: 14px;
    margin-left: 10px;
    display: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00AB97;
    border-radius: 10px;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.8);
    background: #000000;
}

.theme-color {
    color: #00AB97;
}

.full-height {
    height: 100vh;
}

.h-100 {
    height: 100%;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* HEADER START */
.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 5000;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background: transparent;
    transition: all .4s ease;
}

.site-header.white {
    background-color: #fff;
}

.home .site-header {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.home .site-header.white {
    background-color: #fff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.home .site-header .header-menu li a,
.home .site-header .nav-icon-1 span {
    transition: color .3s ease, background-color .3s ease;
}

.home .site-header .header-menu li a {
    color: #fff;
}

.home .site-header .header-menu li a:hover {
    color: #00AB97;
}

.home .site-header .nav-icon-1 span {
    background-color: #fff;
}

.home .site-header.white .header-menu li a {
    color: #000;
}

.home .site-header.white .header-menu li a:hover {
    color: #00AB97;
}

.home .site-header.white .nav-icon-1 span {
    background-color: #000;
}

.site-branding__alt {
    display: none;
}

.site-branding__alt img {
    display: block;
}

.home .site-header .custom-logo-link {
    display: none;
}

.home .site-header .site-branding__alt {
    display: inline-block;
}

.home .site-header.white .custom-logo-link {
    display: inline-block;
}

.home .site-header.white .site-branding__alt {
    display: none;
}

.home.menu-is-open .site-header .header-menu li a {
    color: #000;
}

.home.menu-is-open .site-header .header-menu li a:hover {
    color: #00AB97;
}

.home.menu-is-open .site-header .nav-icon-1 span {
    background-color: #000;
}

.home.menu-is-open .site-header .custom-logo-link {
    display: inline-block;
}

.home.menu-is-open .site-header .site-branding__alt {
    display: none;
}

/* .stickytop {
    position: fixed;
    top: 0;
    z-index: 5;
    background: #000000;
    transition: all 0.3s;
} */

.stickyfilter {
    position: absolute;
    top: 0px;
    z-index: 9;
    background: #000000;
    width: 100%;
}

.header-menu {
    display: flex;
}

.header-menu li {
    padding: 0 20px;
}

.header-menu li a {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s;
}

.header-menu li a:hover {
    color: #00AB97;
}

/* HEADER END */

/* BURGER MENU START */

.menu-mobile {
    display: none !important;
}

.nav-icon-1 {
    width: 30px;
    height: 30px;
    position: relative;
    transition: .1s;
    margin: 10px 10px;
    cursor: pointer;
    display: inline-block;
    z-index: 2;
}

.nav-icon-1 span {
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: block;
    position: absolute;

}

/*.nav-icon-1:hover span{
    transform: scale(1.2);
    transition: 0.3s cubic-bezier(.8, .5, .2, 1.4);
}*/
.nav-icon-1 span:nth-child(1) {
    left: 0;
    top: 0;
}

.nav-icon-1 span:nth-child(2) {
    left: 12px;
    top: 0;
}

.nav-icon-1 span:nth-child(3) {
    right: 0;
    top: 0;
}

.nav-icon-1 span:nth-child(4) {
    left: 0;
    top: 12px;
}

.nav-icon-1 span:nth-child(5) {
    position: absolute;
    left: 12px;
    top: 12px;
}

.nav-icon-1 span:nth-child(6) {
    right: 0px;
    top: 12px;
}

.nav-icon-1 span:nth-child(7) {
    left: 0px;
    bottom: 0px;
}

.nav-icon-1 span:nth-child(8) {
    position: absolute;
    left: 12px;
    bottom: 0px;
}

.nav-icon-1 span:nth-child(9) {
    right: 0px;
    bottom: 0px;
}

.nav-icon-1.open {
    transform: rotate(180deg);
    cursor: pointer;
    transition: .2s cubic-bezier(.8, .5, .2, 1.4);
}

.nav-icon-1.open span {
    /*border-radius: 50%;*/
    transition-delay: 200ms;
    transition: .5s cubic-bezier(.8, .5, .2, 1.4);
}

.nav-icon-1.open span:nth-child(2) {
    left: 6px;
    top: 6px;
    display: none;
}

.nav-icon-1.open span:nth-child(4) {
    left: 6px;
    top: 18px;
    display: none;
}

.nav-icon-1.open span:nth-child(6) {
    right: 6px;
    top: 6px;
    display: none;
}

.nav-icon-1.open span:nth-child(8) {
    left: 18px;
    bottom: 6px;
    display: none;
}

/* BURGER MENU END */

/* MENU OVERLAY START */
.menu {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(28px);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.45s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: -100vw;
}

.menu-active {
    right: 0;
}

.menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu ul li {
    width: 100vw;
}

.menu ul a {
    display: block;
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    font-weight: 900;
    font-size: 44px;
    line-height: 100%;
    color: #000;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.menu-burger li a:hover {
    color: #00AB97;
}

.menu-burger li.current-menu-item a {
    color: #00AB97;
}

/* MENU OVERLAY END */

/* HOME SLIDER START */
#pagepiling {
    width: 100% !important;
    transform: none !important;
}

.pp-section {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: none !important;
    transition: all 1s ease-in-out;
    display: none;
}

.pp-section.active {
    visibility: visible;
    opacity: 1;
}

.slide-section {
    height: 100vh;
    /*position: relative;*/
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slide-section-overlay-first {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-section-overlay-second {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-section_title::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: #00AB96;
    left: -36px;
    position: relative;
}

.slide-section_video,
.slide-section_image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero,
.hero-slider,
.hero .swiper-slide {
    overflow: hidden;
}

.slide-section_image {
    transform: scale(1);
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
}

@keyframes slideKenBurnsIn {
    from { transform: scale(1)    translate3d(0, 0, 0); }
    to   { transform: scale(1.14) translate3d(-2%, -1%, 0); }
}

@keyframes slideKenBurnsOut {
    from { transform: scale(1.14) translate3d(2%, 1%, 0); }
    to   { transform: scale(1)    translate3d(0, 0, 0); }
}

.hero .swiper-slide:nth-child(odd) .slide-section_image {
    transform-origin: 30% 40%;
}

.hero .swiper-slide:nth-child(even) .slide-section_image {
    transform-origin: 70% 60%;
}

.swiper-slide-active .slide-section_image,
.swiper-slide-duplicate-active .slide-section_image {
    animation: slideKenBurnsIn 8s ease-out forwards;
}

.hero .swiper-slide:nth-child(even).swiper-slide-active .slide-section_image,
.hero .swiper-slide:nth-child(even).swiper-slide-duplicate-active .slide-section_image {
    animation: slideKenBurnsOut 8s ease-out forwards;
}

.slide-section_title {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 36px;
    max-width: 876px;
    color: #FFF;
}

.show-scroll {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: fixed;
    right: 60px;
    bottom: 25%;
    z-index: 4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
}

.show-scroll::before {
    content: url("../images/arrow-scroll.svg");
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
    right: 60px;
}

/* HOME SLIDER END */

/* TEAM START*/
.team-page {
    padding: 130px 0 20px;
}

.team-page_title {
    font-weight: 800;
    font-size: 48px;
    line-height: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 32px;
}

.team-page_description {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 48px;
    max-width: 880px;
    color: #191919;
}

.team-page_description p {
    margin: 0;
}

.team-page-member_photo {
    background: #00AB97;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.team-page-member_photo a {
    position: absolute;
    bottom: 20px;
}

.team-page-member_photo .desc {
    position: absolute;
    width: 91%;
    background: #000;
    padding: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1px;
    height: 94%;
    transform: translateX(-100%);
    transition: all .3s ease;
}

.team-page-member_photo:hover .desc {
    transform: translateX(-0%)
}

.team-page-member_photo img {
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
}

.team-page-member_name {
    font-weight: 900;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.team-page-member_name span {
    font-weight: 400;
}

.team-page-member_position {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #00AB97;
}

/* TEAM END */

/* SECTORS START */
.sectors-page {
    padding: 270px 0 50px;
    background-size: 100% auto;
}

.sectors-page_title {
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 380px;
    max-width: 800px;
}

.sectors-page .row {
    margin-left: -20px;
    margin-right: -20px;
}

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

.sectors-page_item {
    margin-bottom: 56px;
}

.sectors-page_item__icon {
    width: 72px;
    height: 72px;
    border: 1px solid #012b26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.sectors-page_item__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.sectors-page_item__title {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00AB97;
    margin-bottom: 16px;
}

.sectors-page_item__description {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

/* SECTORS END */

/* BLOG START */
.blog-page {
    padding: 17vw 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-page-overlay {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.blog-post-overlay {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.50);
}

.blog-page_title {
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 28px;
    max-width: 730px;
    position: relative;
}

.map_wrapper .map_aspect_ratio {
    padding-top: 50% !important;
}

.single .blog-page_title {
    color: #fff;
}

.single .site-header {
    background-color: #fff;
}

.read-more_link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    transition: all 0.3s;
}

.read-more_link:hover {
    color: #000;
}

.read-more_link::after {
    content: url("../images/arrow.svg");
    margin-left: 35px;
    transition: all 0.3s;
}

/* .read-more_link:hover::after {
    content: url("../images/arrow-hover.svg");
    margin-left: 45px;
} */

.read-more_link__arrow {
    margin-left: 25px;
    position: relative;
    bottom: 2px;
}

.read-more-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.more-stories_title {
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-top: 48px;
    margin-bottom: 32px;
}

.blog-story_link {
    position: relative;
    display: block;
}

.stories {
    position: relative;
    padding: 20px 0 50px;
}

.story-output {
    position: relative;
    padding: 36px;
}

.more-stories {
    padding-top: 20px;
    position: relative;
    padding-bottom: 100px;
}

.more-stories-border {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.blog-story {
    position: relative;
    transition: all .2s;
    border-radius: 2px;
    background-size: cover;
}

.blog-story-overlay {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 171, 151, 0) 0%, #00AB97 100%);
    z-index: 2;
    border: none;
    opacity: 0;

}

.blog-story:hover {
    transform: scale(1.05);
    /*background: linear-gradient(180deg, rgba(0, 171, 151, 0) 0%, #00AB97 100%);
    border-radius: 2px;*/
    border: none;
    background: none;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.blog-story:hover .blog-story-overlay {
    opacity: 1;
}

.blog-story_title {
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #fff;
    padding: 90px 16px 16px;
    z-index: 2;
    position: relative;
    min-height: 176px;
    display: flex;
    align-items: flex-end;
}

.single-story {
    max-width: 880px;
}

.single-story h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 24px;
}

.single-story p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 44px;
}

/* BLOG END */

/* CONTACT START */
.contact-page {
    padding: 130px 0 20px;
}

.contact-page_title {
    font-weight: 900;
    font-size: 48px;
    line-height: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 64px;
    max-width: 800px;
}

.contact-info_title {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00AB97;
    margin-bottom: 12px;
}

.contact-info_info,
.contact-info_info a {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 68px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.contact-email {
    text-decoration-line: underline;
    transition: all 0.3s;
    color: #000;
}

.contact-email:hover {
    text-decoration-line: underline;
    color: #00AB97;
}

.contact-email::after {
    content: url("../images/contact-arrow.svg");
    margin-left: 35px;
    position: relative;
    bottom: 6px;
    transition: all 0.3s;
    mix-blend-mode: exclusion;
}

.contact-email:hover::after {
    content: url("../images/contact-arrow-hover.svg");
    margin-left: 45px;
    mix-blend-mode: initial;
}

/* CONTACT END */

/* Services */
.services-page {
    padding: 50px 0 0;
    background-size: 100%;
    /* background-position-y: 170%; */
}

.services-slide-section {
    height: 65vh;
    min-height: 500px;
    /*position: relative;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-slide-section_title {
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #000;
    position: relative;
    bottom: 20px;
    margin-left: 36px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.services-slide-section_title::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: #00AB96;
    left: -36px;
    top: 12px;
    position: relative;
}

.service-title-2 {
    display: none;
}

.services-infographic {
    padding: 0px 0 170px;
}

.services-infographic_title {
    font-weight: 900;
    font-size: 27px;
    /*font-size: 44px;*/
    line-height: 66px;
    letter-spacing: 1px;
    color: #FFFFFF;
    max-width: 931px;
    margin-bottom: -30px;
}

.paradox {
    padding: 64px 0;
}

.paradox__content {
    display: flex;
    gap: 48px;
}

.paradox__information {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(50% - 24px);
}

.paradox__description {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.paradox__description p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    color: #191919;
}

.paradox__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.paradox__fact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 2px;
    border: 1px solid #F5F5F5;
    background-color: #F5F5F5;
    padding: 24px;
    width: calc(50% - 12px);
}

.paradox__name {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}

.paradox__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: unset;
}

.paradox__item {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    list-style-type: none;
    padding-left: 14px;
    color: #535353;
}

.paradox__item::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #00AB97;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.paradox__image {
    height: fit-content;
    width: calc(50% - 24px);
}

.services-sortlist {
    padding: 0 0 64px;
}

.sort-buttons {
    padding: 16px 0;
    margin-bottom: 52px;
    z-index: 10;
    position: relative;
}

.sort-button {
    border-radius: 3px;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #B3B3B3;
    background: transparent;
    border: none;
    outline: none;
    transition: all 0.3s;
}

.sort-button:hover {
    color: #00AB97;
    outline: none;
}

.sort-button.mixitup-control-active {
    color: #00AB97;
    outline: none;
    background: rgba(0, 171, 151, 0.10);
}

.service-item_icon {
    margin-bottom: 16px;
}

.service-item_name {
    font-weight: 800;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}

.service-item_description {
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
}

.front,
.back {
    background: linear-gradient(0deg, #0D0D0D, #0D0D0D), #0D0D0D;
    border: 1px solid #1B1B1B;
    box-sizing: border-box;
    border-radius: 2px;
    height: 192px;
    padding: 21px 24px;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
}

.service-item {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 100%;
}

/* .service-item:hover .front,
.service-item:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
} */

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.service-item .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #00AB97;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.service-item .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.6s;
    height: 100%;
}

/* .service-item:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
} */

.service-item:hover .front {
    background: #00AB97;
}

.service-item_name {
    transition: all 0.6s ease;
}

.service-item:hover .service-item_name {
    color: #FFF;
}

.service-item img {
    transition: all .35s ease;
}

.service-item:hover .front img {
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(180deg);
}


/* .service-item:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
} */

/* Quality */

.quality {
    padding: 64px 0 0;
}

.quality__title {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 48px;
}

/* ── Panel: tabs left + image right ── */
.quality__panel {
    position: relative;
    display: flex;
    height: 700px;
}

/* ── LEFT: vertical tab list ── */
.quality__tabs {
    position: absolute;
    bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 38%;
    display: flex;
    overflow-y: auto;
    height: 100%;
    width: 100%;
}

.quality__tab {
    display: flex;
    align-items: flex-end;
    padding: 28px 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: border-color 0.3s ease, background 0.3s ease;
    flex-shrink: 1;
    width: 100%;
}

.quality__tab:last-child {
    border-left: none;
}

.quality__tab:hover,
.quality__tab.is-active {
    background:
        linear-gradient(0deg, rgba(25, 25, 25, 0.24) 0%, rgba(25, 25, 25, 0.24) 100%),
        linear-gradient(180deg, rgba(25, 25, 25, 0.00) 48.33%, rgba(25, 25, 25, 0.90) 85.26%);
}

.quality__tab-inner {
    display: flex;
    flex-direction: column;
}

.quality__tab-header {
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.quality__tab-title {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    transition: color 0.3s;
    color: #fff;
}

/* Body expands on active via max-height */
.quality__tab-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s ease, opacity 0.35s ease, margin-top 0.35s ease;
    margin-top: 0;
}

.quality__tab.is-active .quality__tab-body {
    max-height: 300px;
    opacity: 1;
    margin-top: 16px;
}

.quality__description {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #E7EBEC;
    margin: 0 0 16px;
}

.quality__item-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s;
}

.quality__item-link:hover {
    cursor: pointer;
    color: #00AB97;
}

/* ── RIGHT: crossfade image panel ── */
.quality__image-panel {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #191919;
    z-index: 0;
}

.quality__image-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 0.6s ease;
}

.quality__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(25, 25, 25, 0) 45%, rgba(25, 25, 25, 0.55) 100%),
                rgba(25, 25, 25, 0.2);
    pointer-events: none;
    z-index: 1;
}

/* Touch */

.touch {
    position: relative;
    padding: 64px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.touch__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(1deg, rgba(25, 25, 25, 0.6) 10%, rgba(25, 25, 25, 0) 40%),
                linear-gradient(90deg, rgba(25, 25, 25, 0.2) 0%, rgba(25, 25, 25, 0.2) 100%);
    z-index: 0;
}

.touch__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
}

.touch__heading {
    position: relative;
    padding-bottom: 24px;
}

.touch__accent {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #00AB96;
    margin-bottom: 16px;
}

.touch__title {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    color: #FFF;
    max-width: 400px;
}

.touch__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: linear-gradient(180deg, rgba(0, 171, 151, 0) 20%, #00AB97 92%),
                rgba(0, 171, 151, 0.8);
    box-shadow: -2px 2px 22px rgba(11, 80, 72, 0.15);
    padding: 40px 64px;
}

.touch__card-title {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #FCFCFC;
    margin: 0;
}

.touch__form {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
}

.touch__form form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 32px;
}

.touch__form .contact__input {
    display: flex;
    flex-direction: column;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    width: 100%;
    color: #FFF;
}

.touch__form .contact__input--small {
    width: calc(50% - 16px);
}

.touch__form .contact__input input,
.touch__form .contact__input textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px;
    border: none;
    background-color: #5DBAAF;
    outline: none;
    padding: 10px 14px;
    margin-top: 6px;
    color: #FFF;
}

.touch__form .contact__input textarea {
    resize: none;
    height: 134px;
}

.touch__form .contact__input input::placeholder,
.touch__form .contact__input textarea::placeholder {
    color: #E7EBEC;
}

.touch__form .wpcf7-acceptance {
    display: flex;
}

.touch__form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.touch__form .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}

.touch__form .wpcf7-list-item-label {
    cursor: pointer;
    display: flex;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 12px;
    color: #E7EBEC;
}

.touch__form .contact__checkbox {
    position: relative;
    border: none;
    margin-top: 2px;
    min-width: 20px;
    height: 20px;
}

.touch__form .contact__checkbox:hover {
    cursor: pointer;
}

.touch__form .contact__checkbox:before {
    content: '';
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #E7EBEC;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.touch__form .contact__checkbox:checked:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkNoZWNrYm94Ij4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgZmlsbD0iIzAwQUI5NyIvPgo8cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjE5IiBzdHJva2U9IiMwMEFCOTciLz4KPHBhdGggaWQ9IlZlY3RvciAzIiBkPSJNNSA5Ljk5OTk2TDguMzMzMzMgMTMuMzMzM0wxNSA2LjY2NjYzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9nPgo8L3N2Zz4K');
    border: none;
}

.touch__form .contact__submit {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border-radius: 8px;
    border: none;
    background-color: #14353F;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    width: 100%;
    transition: all 0.6s;
    color: #FFF;
}

.touch__form .contact__submit:hover {
    background-color: #1a4a57;
    color: #FFF;
}

.touch__form .contact__submit:disabled,
.touch__form .contact__submit:disabled:hover {
    background-color: #14353F;
    color: #FFF;
    opacity: 0.5;
}

.touch__form .wpcf7-spinner {
    display: none;
}

.touch__form form .wpcf7-response-output {
    /* position: absolute;
    top: calc(100% + 24px);
    left: 0; */
    font-size: 14px;
    line-height: 100%;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #FF3232;
}

.touch__form form.sent .wpcf7-response-output {
    color: #a5f0e5;
}

/* Projects */

.section-projects {
    padding: 240px 0 192px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

.section-projects_overlay {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.section-projects_title {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    max-width: 790px;
    color: #000;
}

.section-projects-map {
    position: relative;
    padding-top: 20px;
}

.section-projects-map_info {
    position: absolute;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 16px;
    z-index: 1;
    left: 80px;
    bottom: 80px;
    min-width: 240px;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    background: #FFF;
}

.white-padding_text {
    margin-left: 15px !important;
}

.white-padding {
    margin-left: 3px;
}

.section-projects-map_info_title {
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.markers-info_item {
    margin-bottom: 10px;
}

.markers-info_name {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    margin-left: 12px;
}

.section-projects-slides {
    padding: 31px 0 72px;
}

.project-slide {
    padding: 54px 24px 24px;
    border-radius: 4px;
    transition: all 0.6s;
    min-height: 480px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

/* 
.slick-slide.slick-current .project-slide-overlay {
    opacity: 1;
    color: #fff !important;
}

.slick-slide.slick-current .project-subtitle {
    color: #FFFFFF;
}

.slick-slide.slick-current .project-description {
    display: block;
}

.slick-slide.slick-current .project-logos {
    display: flex;
} */

.section-projects-slides h2.title {
    color: #000;
    font-family: Raleway;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 1px;
    margin-bottom: 48px;
}

.project-slide-1:hover .project-slide-overlay-1 {
    opacity: 1;
}

.project-slide-2:hover .project-slide-overlay-2 {
    opacity: 1;
}

.project-slide-3:hover .project-slide-overlay-3 {
    opacity: 1;
}

.project-slide-4:hover .project-slide-overlay-4 {
    opacity: 1;
}

.project-slide-overlay-1 {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0;
    background-image: url("../images/projects/project-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.project-slide-overlay-2 {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0;
    background-image: url("../images/projects/project-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.project-slide-overlay-3 {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0;
    background-image: url("../images/projects/project-3.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.project-slide-overlay-4 {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0;
    background-image: url("../images/projects/project-4.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.project-hover {
    opacity: 1;
    color: #fff !important;
}

.project-hover_text {
    color: #FFFFFF !important;
    display: block !important;
}

.slick-track {
    display: flex;
}

.slick-slide {
    outline: none;
}

.project-slide:hover .project-subtitle {
    color: #FFFFFF;
}

.project-slide:hover .project-description {
    display: block;
}

.project-slide-1:hover .project-logos {
    display: flex;
}

.project-slide-2:hover .project-logos {
    display: flex;
}

.project-slide-4:hover .project-logos {
    display: flex;
}

.project-slide-3:hover .project-logos {
    display: flex;
}

.project-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00AB97;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.project-title {
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    transition: all .2s ease;
}

.project-slide:hover .project-title {
    color: #fff;
}

.project-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: none;
    position: relative;
    z-index: 1;
}

.project-logos {
    position: absolute;
    bottom: 24px;
    display: none;
    z-index: 1;
}

.project-logos img {
    margin-right: 20px;
}

.animation {
    background-image: url("../images/animation_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

#Timeline_lottie_content {
    width: 1272px;
    height: 712px;
    margin: 20px auto 0px auto;
    box-shadow: 0px 2px 6px #1d1d1633;
}

#Timeline_lottie_content svg {
    pointer-events: none;
}

#details {
    width: 1272px;
    min-width: 240px;
    margin: 50px auto 0px auto;
}

/*  Animations Services */
.life-cycle {}

.green {
    background: #00AB97;
}

.blue {
    background: #695EFB;
}

.red {
    background: #D04655;
}

.wrapper-overflow {}

.center {
    /*background-image: url("../images/infographic-new.svg");
  background-size: contain;
	
  background-repeat: no-repeat;*/
    display: flex;
    justify-content: space-evenly;
    height: 100vh;
    position: relative;
}

.center-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.center-bg img {
    max-width: 100%;
    height: 100%;
}

.circle-green {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    top: 280px;
    left: 0px;
    position: relative;
    transition: all 0.3s;
}

.circle-blue {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    top: 193px;
    left: 40px;
    position: relative;
    transition: all 0.3s;
}

.circle-red {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    top: 84px;
    left: 70px;
    position: relative;
    transition: all 0.3s;
}

.circle-green-title {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 47%;
    left: 29%;
    font-weight: 800;
    color: #262626;
    letter-spacing: 2px;
    font-size: 19px;
}

.circle-blue-title {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 45%;
    left: 24%;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
    font-size: 17px;
}

.circle-red-title {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 47%;
    left: 32%;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 19px;
    text-align: center;
}

.circle-red-title span {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px !important;
    color: #fff;
    letter-spacing: 2px;
    font-size: 19px;
}

.pulse-green {
    animation: pulse-animation-green 2s infinite;
    transition: all 0.3s;
}

.pulse-blue {
    animation: pulse-animation-blue 2s infinite;
    transition: all 0.3s;
}

.pulse-red {
    animation: pulse-animation-red 2s infinite;
    transition: all 0.3s;
}

@keyframes pulse-animation-green {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 171, 151, 0.6);
    }

    100% {
        box-shadow: 0 0 0 30px rgba(0, 171, 151, 0);
    }
}

@keyframes pulse-animation-blue {
    0% {
        box-shadow: 0 0 0 0px rgba(105, 94, 251, 0.6);
    }

    100% {
        box-shadow: 0 0 0 30px rgba(105, 94, 251, 0);
    }
}

@keyframes pulse-animation-red {
    0% {
        box-shadow: 0 0 0 0px rgba(208, 70, 85, 0.6);
    }

    100% {
        box-shadow: 0 0 0 30px rgba(208, 70, 85, 0);
    }
}

/*ProgressBar SCROLL*/
.bar-wrp {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
}

a.bar-wrp::after {
    display: none;
    opacity: 0;
}

.circle-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    clip: rect(0px, 20px, 20px, 8px);
    /*background-color: rgba(255, 255, 255, 0.062);*/
}

.circle-wrapper * {
    display: block;
}

.circle-wrapper .circle {
    width: 16px;
    height: 16px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50px;
    position: absolute;
    clip: rect(0px, 8px, 20px, 0px);
}

.active .circle-wrapper[data-anim~="base"],
.active .circle-wrapper span[data-anim~="base"] {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.active .circle-wrapper[data-anim~="circle-wrapper"] {
    -webkit-animation-duration: 0.01s;
    animation-duration: 0.01s;
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
    -webkit-animation-name: close-circle-wrapper;
    animation-name: close-circle-wrapper;
}

.active .circle-wrapper .circle[data-anim~="left"] {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-name: left-spin;
    animation-name: left-spin;
}

.active .circle-wrapper .circle[data-anim~="right"] {
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-name: right-spin;
    animation-name: right-spin;
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes right-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes left-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes close-circle-wrapper {
    to {
        clip: rect(auto, auto, auto, auto);
    }
}

@keyframes close-circle-wrapper {
    to {
        clip: rect(auto, auto, auto, auto);
    }
}

.bar-wrp .inner-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #999999;
    border: 2px solid black;
}

.active.bar-wrp .inner-circle {
    border: 0;
    background-color: white;
}

.home .stories {
    padding: 64px 0;
}

.home .stories h2.title {
    color: #000;
    font-family: Raleway;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.home .stories .link {
    margin-top: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    color: #000;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.type-services .hero {
    padding: 48px 0;
    position: relative;
}

.type-services .hero img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.type-services .hero h1 {
    margin-top: 160px;
    padding-left: 30px;
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.type-services .hero h1::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: #00AB96;
    top: 12px;
    left: -36px;
    position: relative;
}

.type-services .content .wrap {
    padding: 48px 0 96px;
    gap: 0;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.80);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 1px;
}

.type-services .content .information {
    max-width: 880px;
}

.type-services .content .information ul {
    list-style: unset;
    padding: 0 0 0 1.5rem;
    margin: 0 0 1rem;
}

.type-services .content h2 {
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 28px 0 16px;
    color: #000;
}

.type-services .content h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    margin: 44px 0 24px;
}

.type-services .content h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    margin: 44px 0 24px;
}

.type-services .content h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    margin: 44px 0 24px;
}

.type-services .content h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    margin: 44px 0 24px;
}

.anim {
    transform: translateY(50%);
    opacity: 0;
    transition: all .45s ease;
}

.anim.active {
    transform: translateY(0);
    opacity: 1;
}

.services .wrap {
    position: relative;
}

.services__content {
    height: max-content;
    position: sticky;
    top: 150px;
}

.contact-map img {
    position: absolute;
    top: 35%;
    z-index: -1;
}

.error404 .page-content {
    display: none;
}

.error404 .page-header {
    width: 100%;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
