@charset "utf-8";
@font-face {
	font-family: 'Antena Yu';
	src: url(fonts/antennayu-webfont.woff);
	src: url(fonts/antennayu-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Antena Bold';
	src: url(fonts/antenna-bold-webfont.woff);
	src: url(fonts/antenna-bold-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'drb-iconfont';
	src: url(fonts/drb-iconfont.woff);
	font-weight: normal;
	font-style: normal;
}

*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.container {
    width: 1200px;
    margin: auto;
}
.c-flexy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.container-full-width {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.site-header {
	background-color: #000;
}
.header-main {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header-top {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 10px 0;
}
.menu-btn, .close-btn {
	display: none;
}
.nav-pri > .c-flexy {
	justify-content: space-between;
	align-items: center;
}
.nav-pri .nav-left {
	padding: 20px 0;
}
.nav-right {
	display: flex;
	align-items: center;
}
.navigation {
	display: flex;
	margin-right: 10px;
	list-style: none;
}

.social-links {
	display: flex;
	list-style: none;
}
.social-links li {
	margin-left: 10px;
}
.logo img {
	height: 47px;
}
.logo img, .social-links img  {
	display: block;
}
.navigation li a {
	font-family: 'Antena Yu';
    font-size: 1.3rem;
    line-height: 20px;
    font-weight: normal;
    color: #C8C8C8;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}
.navigation li a:hover, .navigation li a.active {
	color: #fff;
}
.navigation li a.active:after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -33px;
    background-color: #fff;
    left: 0;
}
.nav-links a {
    font-family: 'Antena Yu';
    font-size: 0.75rem;
    font-weight: normal;
    color: #D6D6D6;
    margin-right: 25px;
}
.nav-links a img {
    vertical-align: middle;
    margin-right: 7px;
}
.nav-links a span {
    vertical-align: middle;
}
.main-slider {
	height: 620px;
}
.slider-el {
	position: relative;
}
.slider-el .c-flexy {
	width: 100%;
	justify-content: flex-end;
}
.image-background-wrapper {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.overlay-text_inner {
	width: 1270px;
	height: 100%;
	margin: auto;
	display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
}
.overlay-text_text {
	width: 600px;
	padding: 45px 100px 45px 45px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
}
.overlay-text_text:after {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ljc3NyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNS43NzcgOSI+DQogIDxnIGlkPSJkb3duLWFycm93LW9mLWFuZ2xlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUuNzA5IDkpIHJvdGF0ZSgtOTApIj4NCiAgICA8cGF0aCBpZD0iUGF0aF8xMCIgZGF0YS1uYW1lPSJQYXRoIDEwIiBkPSJNOSwzNi45ODYsNy43MjMsMzUuNzA5LDQuNSwzOC45MzIsMS4yNzcsMzUuNzA5LDAsMzYuOTg2bDQuNSw0LjVaIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 35px;
    bottom: 35px;
}
.overlay-text_text h1 {
	font-size: 2.5rem;
	font-family: 'Antena Yu';
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
	letter-spacing: -0.014em;
}
.overlay-text_text p {
	font-size: 1.375rem;
	font-family: 'Antena Yu';
	font-weight: normal;
	color: #000;
	line-height: 1.6em;
	letter-spacing: -0.014em;
}
.txt-centering {
	text-align: center;
}

.main-slider .swiper-slide-active:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #2EB1A3;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    animation-name: grow;
    animation-duration: 6.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}
@keyframes grow {
  from {width: 0}
  to {width: 100%;}
}
.main-slider .swiper-pagination-fraction {
    color: transparent!important;	
}

.main-slider .swiper-pagination-bullet {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #2EB1A3;
	opacity: 1;
	margin: 0 7px;
}
.main-slider .swiper-pagination-bullet-active {
    background: #2EB1A3;
}
.main-slider .swiper-pagination {
    position: static!important;
}
.main-slider .swiper-buttons div {
	position: static!important;
}
.main-slider .swiper-pagination-current {
	font-size: 60px;
	font-weight: 500;
	color: #fff;
	border-bottom: 3px solid #fff
}
.main-slider .swiper-pagination-current:before {
		font-size: 60px;
}
.main-slider .slider-controls {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 99999;
    width: 100%;
}
.main-slider .swiper-pagination {
	display: flex;
    flex-wrap: wrap;
    width: 70px;
    justify-content: center;
}
.main-slider .swiper-pagination-total, .main-slider .swiper-pagination-total:before {
	font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 3px;
}
.swiper-button-next, .swiper-button-prev {
	margin-top: 0!important;
	height: 30px!important;
}
.slider-controls {
	display: flex;
	align-items: center;
}
.swiper-buttons {
	margin-left: 15px;
	margin-top: 20px;
}
.swiper-buttons>div:after {
	color: transparent;
}
.swiper-buttons .swiper-button-next {
	background-image: url("../images/Polygon 1.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-buttons .swiper-button-prev {
	background-image: url("../images/Polygon 2.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.grid-section .col3 {
    flex-wrap: wrap;
}
.overlay-display {
    padding-top: 1px;
}
.col3 .col-item {
    width: 33.33%;
}
.col3 .col-item .image-item {
    width: 100%;
    position: relative;
}
.projects-section .section-title h2:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy40NTEiIGhlaWdodD0iOC42MzMiIHZpZXdCb3g9IjAgMCAxMy40NTEgOC42MzMiPg0KICA8ZyBpZD0iZG93bi1hcnJvdy1vZi1hbmdsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMzUuNzA5KSI+DQogICAgPHBhdGggaWQ9IlBhdGhfMTAiIGRhdGEtbmFtZT0iUGF0aCAxMCIgZD0iTTEzLjQ1MSwzNy42MTdsLTEuOTA4LTEuOTA4TDYuNzI1LDQwLjUyNiwxLjkwOCwzNS43MDksMCwzNy42MTdsNi43MjUsNi43MjVaIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-left: 15px;
}
.projects-section .image-item .image-item-img {
    width: 100%;
    height: 0;
    padding-bottom: 71.875%;
    overflow: hidden;
    position: relative;
}
.image-item-img img {
    width: 100%;
    display: block;
}

.projects-section .image-item .image-item-img img {
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition: .5s!important;
    -moz-transition: .5s!important;
    transition: .5s!important;
    -webkit-transition: .5s ease!important;
}
.projects-section .image-item .image-item-img:hover img {
    transform: scale(1.05, 1.05)
}
.pillars-section .image-item .image-item-img img {
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition: .5s!important;
    -moz-transition: .5s!important;
    transition: .5s!important;
    -webkit-transition: .5s ease!important;
}
.pillars-section .image-item:hover .image-item-img img {
    transform: scale(1.05, 1.05)
}
.overlay-display .image-item-img img {
    opacity: 1;
}
.overlay-display .image-item-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    transition-duration: 1s;
    transition-property: background-color;
    transition-timing-function: ease;
}
.projects-section .overlay-text {
	position: absolute;
	z-index: 2;
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0) 70%);
	display: flex;
    align-items: flex-end;
    padding: 30px;
}
.projects-section .overlay-text a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.projects-section .overlay-text h3 {
    font-family: 'Antena Yu';
    font-size: 2.125rem;
    font-weight: normal;
    color: rgba(255,255,255,1);
    letter-spacing: -0.014em;
}
.projects-section .image-item-content {
	padding: 30px;
}
.projects-section {
	margin-bottom: 50px;
}
.projects-section .section-title {
	padding: 50px 0;
}
.section-title h2 {
	font-size: 2.125rem;
	font-family: 'Antena Yu';
	font-weight: normal;
	color: #000;
	letter-spacing: -0.014em;
}
.projects-section .image-item-content p {
	font-family: 'Antena Yu';
    font-size: 1.125rem;
    font-weight: normal;
    color: #000;
    letter-spacing: -0.014em;
    margin-bottom: 15px;
}
.projects-section .image-item-content a {
    color: #000;
}
.projects-section .image-item-content a:hover {
    text-decoration: underline;
}
.projects-section .image-item-content .link-row {
	margin-top: 25px;
}
.projects-section .image-item-content .link-row a {
	font-family: 'Antena Yu';
	font-size: 0.75rem;
	color: #FF0000;
	font-weight: normal;
}
.projects-section .image-item-content .link-row a span {
    display: inline-block;
    vertical-align: middle;
}
.projects-section .image-item-content .link-row a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ljc3NyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNS43NzcgOSI+DQogIDxnIGlkPSJkb3duLWFycm93LW9mLWFuZ2xlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUuNzA5IDkpIHJvdGF0ZSgtOTApIj4NCiAgICA8cGF0aCBpZD0iUGF0aF8xMCIgZGF0YS1uYW1lPSJQYXRoIDEwIiBkPSJNOSwzNi45ODYsNy43MjMsMzUuNzA5LDQuNSwzOC45MzIsMS4yNzcsMzUuNzA5LDAsMzYuOTg2bDQuNSw0LjVaIiBmaWxsPSJyZWQiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
}
.projects-section:after {
	content: "";
	display: block;
	width: calc(100% - 60px);
	height: 1px;
	background: #000;
	margin-left: 30px;
}
.pillars-section {
	margin-bottom: 60px;
	margin-top: 40px;
}
.pillars-section .overlay-text {
    position: absolute;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 70%);
    display: flex;
    justify-content: flex-end;
    padding: 30px;
    flex-direction: column;
}
.pillars-section .image-item .image-item-img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.pillars-section .section-title {
    padding: 10px 0 40px;
}
.section-title .category {
	font-family: 'Antena Yu';
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: -0.014em;
    display: block;
    margin-bottom: 10px;
}
.turquoise-text {
	color: #31BBAC!important;
}
.pillars-section .overlay-text .overlay-title {
	width: 100%;
}
.pillars-section .overlay-title {
	margin-bottom: 10px;
}
.pillars-section .overlay-title h3 {
	font-size: 2.125rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.014em;
}
.pillars-section .image-item-content .link-row a {
	font-family: 'Antena Yu';
	font-size: 0.75rem;
	color: #fff;
	font-weight: normal;
}
.pillars-section .image-item-content .link-row a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.pillars-section .image-item-content .link-row a span {
    display: inline-block;
    vertical-align: middle;
}
.pillars-section .image-item-content .link-row a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ljc3NyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNS43NzcgOSI+DQogIDxnIGlkPSJkb3duLWFycm93LW9mLWFuZ2xlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUuNzA5IDkpIHJvdGF0ZSgtOTApIj4NCiAgICA8cGF0aCBpZD0iUGF0aF8xMCIgZGF0YS1uYW1lPSJQYXRoIDEwIiBkPSJNOSwzNi45ODYsNy43MjMsMzUuNzA5LDQuNSwzOC45MzIsMS4yNzcsMzUuNzA5LDAsMzYuOTg2bDQuNSw0LjVaIiBmaWxsPSIjZmZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
}
.technology-section {
	margin-bottom: 85px;
}
.technology-section .section-title {
	margin-bottom: 50px;
}
.technology-section .gallery {
	width: 100%;
}
.technology-section .gallery .image-item {
	width: 11.11%;
	padding: 0 30px;
}
.technology-section .gallery .image-item a {
    color: #000;
}
.technology-section .gallery .image-item-img {
	margin-bottom: 25px;
}
.technology-section .gallery .image-item-content {
	text-align: center;
}
.technology-section .gallery .image-item-content p {
	font-family: 'Antena Yu';
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: -0.014em;
    line-height: 1.4em;
}
.blog-section {
	margin-bottom: 60px;
	padding: 0 20px;
}
.video-article-wrapper {
	width: 44vw;
}
.video-article-wrapper .a-media {
    position: relative;
}
/*.video-article-wrapper .a-media:after {
    content: "";
    display: block;
    width: 57px;
    height: 57px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzUuNDQ4IiBoZWlnaHQ9Ijc1LjQ0OCIgdmlld0JveD0iMCAwIDc1LjQ0OCA3NS40NDgiPg0KICA8ZGVmcz4NCiAgICA8ZmlsdGVyIGlkPSJJY29uX2lvbmljLWlvcy1wbGF5LWNpcmNsZSIgeD0iMCIgeT0iMCIgd2lkdGg9Ijc1LjQ0OCIgaGVpZ2h0PSI3NS40NDgiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQogICAgICA8ZmVPZmZzZXQgZHk9IjMiIGlucHV0PSJTb3VyY2VBbHBoYSIvPg0KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMyIgcmVzdWx0PSJibHVyIi8+DQogICAgICA8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwLjE2MSIvPg0KICAgICAgPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJibHVyIi8+DQogICAgICA8ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz4NCiAgICA8L2ZpbHRlcj4NCiAgPC9kZWZzPg0KICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKSIgZmlsdGVyPSJ1cmwoI0ljb25faW9uaWMtaW9zLXBsYXktY2lyY2xlKSI+DQogICAgPHBhdGggaWQ9Ikljb25faW9uaWMtaW9zLXBsYXktY2lyY2xlLTIiIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1pb3MtcGxheS1jaXJjbGUiIGQ9Ik0zMi4xLDMuMzc1QTI4LjcyNCwyOC43MjQsMCwxLDAsNjAuODIzLDMyLjEsMjguNzIsMjguNzIsMCwwLDAsMzIuMSwzLjM3NVpNNDMuNjcyLDMyLjYzOCwyNC43MjUsNDQuMWEuNjE0LjYxNCwwLDAsMS0uOTI1LS41MzlWMjAuNjM3YS42MTIuNjEyLDAsMCwxLC45MjUtLjUzOUw0My42NzIsMzEuNTYxQS42MzMuNjMzLDAsMCwxLDQzLjY3MiwzMi42MzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjYzIDIuNjMpIiBmaWxsPSIjMzFiYmFjIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 55px;
    bottom: 45px;
}
*/
.articles-wrapper {
	width: 56vw;
	display: flex;
	gap: 70px;
	padding-left: 70px;
}
.articles-wrapper article {
	width: calc(50% - 35px);
	position: relative;
}
.blog-wrapper .a-card_image {
	width: 100%;
	margin-bottom: 25px;
}
.blog-wrapper .a-media {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background: #eee;
}
.blog-wrapper .a-media img {
    width: 100%;
}
.blog-wrapper .a-media .kodiim iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.video-article-wrapper .a-head {
	font-family: 'Antena Bold';
    font-size: 1.5rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
    margin-bottom: 7px;
}
.video-article-wrapper .exc {
	font-family: 'Antena Yu';
    font-size: 1.5rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
    margin-bottom: 25px;
}
.articles-wrapper .a-head {
	font-family: 'Antena Yu';
    font-size: 1.625rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
    margin-bottom: 10px;
}
.articles-wrapper .exc {
	font-family: 'Antena Yu';
    font-size: .875rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
    line-height: 1.4em;
    text-decoration: underline;
    margin-bottom: 20px;
}
.articles-wrapper .a-card_content b {
	font-family: 'Antena Bold';
}
.articles-wrapper .a-card_content {
	padding-right: 70px;
}
.articles-wrapper .read-more {
	font-family: 'Antena Bold';
    font-size: .75rem;
    color: #FF0000;
    font-weight: normal;
    letter-spacing: -0.014em;
    text-transform: uppercase;
}
.articles-wrapper .read-more:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.articles-wrapper .date {
    display: none;
}
.yt-link {
	font-family: 'Antena Yu';
    font-size: .875rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
    text-transform: uppercase;
}
.project-content li {
	background-color: #000;
	display: flex;
	color: #fff;
}
.project-content li .col {
	width: 50%;
	/*min-height: 41.66vw;*/
}
.project-content li .col .img-part {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.project-content li.yt-holder .col .img-part {
    height: auto;
    min-height: 28vw;
}
.project-content li .col .inner-col {
	padding: 14.5% 19% 10% 10%;
}
.project-content li:nth-of-type(2n) > div:first-of-type {
	order: 2;
}
.project-content li:nth-of-type(2n) > div:nth-of-type(2) {
	order: 1;
}
.project-content .title {
	font-size: 2.125rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.014em;
    margin-bottom: 30px;
}
.project-content p {
	font-size: 1.375rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.014em;
    line-height: 1.4em;

}
.project-content h4 {
    font-size: 1.375rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    color: #ccc;
    letter-spacing: -0.014em;
    line-height: 1.4em;
    position: relative;
    padding-left: 17px;
    margin-top: 10px;
}
.project-content .txt-part h4:first-of-type {
    margin-top: 20px;
}
.project-content h4:before {
    content: '\2022';
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    font-size: 1.375rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    color: #ccc;
}
.page-title-wrapper {
	background-color: #000;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.half-container {
	width: 50%;
	align-items: center;
}
.page-title {
	flex-grow: 1;
	text-align: right;
	padding: 30px 0;
}
.page-title h1 {
	font-size: 3.75rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.014em;
}
.all-projects-section {
	padding-top: 60px;
}
.project-card {
	display: flex;
	margin-bottom: 10px;
	position: relative;
}
.project-image {
	width: 50%;
}
.project-text {
	width: 50%;
	padding: 0 58px;
}
.project-image_image {
	width: 100%;
	height: 0;
	padding-bottom: 45.88%;
	overflow: hidden;
	margin-bottom: 10px;
}
.project-image_image img {
	width: 100%;
	display: block;
	 transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition: .5s!important;
    -moz-transition: .5s!important;
    transition: .5s!important;
    -webkit-transition: .5s ease!important;
}
.project-card:hover img {
    transform: scale(1.02, 1.02);
}
.project-text-inner {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.6);
	padding: 70px 0;
}
.all-projects-section > div.project-card:last-of-type .project-text-inner {
	border-bottom: none;
}
.all-projects-section > div.project-card:first-of-type .project-text-inner {
	border-top: 1px solid rgba(0,0,0,0.6);
}
.project-title-wrapper {
	margin-bottom: 20px;
}
.project-title-wrapper p {
	font-family: 'Antena Yu';
    font-size: .75rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
    text-decoration: underline;
    margin-bottom: 10px;
}
.project-title-wrapper h3 {
	font-size: 2.125rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    color: #000;
    letter-spacing: -0.014em;
}
.project-description {
	max-width: 480px;
	margin-bottom: 45px;
}
.project-description p {
	font-family: 'Antena Yu';
    font-size: 1.375rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
    line-height: 1.5em;
    cursor: default;
}
.project-link a {
	font-family: 'Antena Yu';
    font-size: .875rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
}
.project-link a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.project-link a:hover {
	text-decoration: underline;
}
.all-partners-section {
	padding-top: 60px;
}
.partner-card {
    display: flex;
	margin-bottom: 10px;
	position: relative;
}
.partner-image {
	width: 50%;
}
.partner-text {
	width: 50%;
	padding: 0 58px;
}
.partner-image_image {
	width: 100%;
	height: 0;
	padding-bottom: 45.88%;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	background-color: #E9E9E9;
}
.partner-image_image img {
	width: auto;
	display: block;
	position: absolute;
	mix-blend-mode: multiply;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translatey(-50%);
}
.partner-text-inner {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.6);
	padding: 70px 0;
}
.all-partners-section > div.partner-card:last-of-type .partner-text-inner {
	border-bottom: none;
}
.all-partners-section > div.partner-card:first-of-type .partner-text-inner {
	border-top: 1px solid rgba(0,0,0,0.6);
}
.partner-title-wrapper {
	margin-bottom: 20px;
}
.partner-title-wrapper p {
	font-family: 'Antena Yu';
    font-size: .75rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
    text-decoration: underline;
    margin-bottom: 10px;
}
.partner-title-wrapper h3 {
	font-size: 2.125rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    color: #000;
    letter-spacing: -0.014em;
}
.partner-description {
	max-width: 480px;
	margin-bottom: 45px;
}
.partner-description p {
	font-family: 'Antena Yu';
    font-size: 1.375rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
    line-height: 1.5em;
    cursor: default;
}
.partner-link a {
	font-family: 'Antena Yu';
    font-size: .875rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
}
.partner-link a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.partner-link a:hover {
	text-decoration: underline;
}
.page-banner-wrapper {
	width: 100%;
	height: 240px;
}
.page-banner {
    width: inherit;
	height: inherit;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.content-col {
	width: 728px;
}
.content-content {
	width: 100%;
   justify-content: center;
   padding-top: 80px;
   padding-bottom: 100px;
}
.navigation-col {
	margin-right: 95px;
}
.menu-title {
	font-size: 1.25rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    color: #000;
    margin-bottom: 40px;
}
.navigation-vertical {
	padding-left: 50px;
	border-left: 1px solid #000;
	padding-bottom: 20px;
}
.nav-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-nav li {
	font-size: 1.25rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;
}
.nav-nav li a {
	font-size: 1.25rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    color: #000;
}
.nav-nav li.active a, .nav-nav li a:hover {
	text-decoration: underline;
}
.content-inner, .content-inner p {
	font-size: 1.375rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.content-inner a {
    color: #FF0000;
    text-decoration: underline;
}
.content-inner h2 {
	font-size: 2.75rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    letter-spacing: -0.014em;
    margin-bottom: 25px;
    line-height: 1em;
}
.content-inner blockquote {
	border-left: 4px solid #000;
	padding-left: 28px;
	margin-bottom: 45px;
	margin-top: 40px;
}
blockquote h4 {
	font-size: .75rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 0.75rem;
}
blockquote h2 {
	font-size: 2.75rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    letter-spacing: -0.014em;
    margin-bottom: 25px;
}
blockquote p {
	font-size: 1.5rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    line-height: 1.2em!important;
}
.content-inner b, .content-inner strong {
	font-family: 'Antena Bold';
}
.red-clr {
	color: #FF0000!important;
}
.all-articles-section {
    padding-top: 60px;
}
.all-articles-section .a-card {
    display: flex;
    margin-bottom: 10px;
}
.all-articles-section .a-card_image {
    width: 50%;
}
.all-articles-section .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 45.88%;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #eee;
}
.all-articles-section .a-media img {
    width: 100%;
    display: block;
}
.all-articles-section .a-card_content {
    width: 50%;
    padding: 0 58px;
}
.all-articles-section > article:first-of-type .a-card_content-inner {
    border-top: 1px solid rgba(0,0,0,0.6);
}
.all-articles-section .a-card_content-inner {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.6);
    padding: 70px 0;
}
.all-articles-section > div.project-card:last-of-type .project-text-inner {
	border-bottom: none;
}
.all-articles-section .date {
    font-family: 'Antena Yu';
    display: block;
    font-size: .75rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
    text-decoration: underline;
    margin-bottom: 10px;
}
.all-articles-section .a-head {
	font-size: 2.125rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    color: #000;
    letter-spacing: -0.014em;
    margin-bottom: 20px;
}
.all-articles-section .exc {
	font-family: 'Antena Yu';
    font-size: 1.375rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
    line-height: 1.5em;
    max-width: 700px;
    margin-bottom: 45px;
    cursor: default;
}
.all-articles-section .read-more {
    font-family: 'Antena Yu';
    font-size: .875rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
}
.content-inner img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.captionposhte {
    position: relative;
    width: 100%;
    padding-top: 5px;
}
.tit {
    font-family: 'Antena Yu';
    font-size: 0.75rem;
    color: #000;
    font-weight: normal;
}
.content-inner h3 {
	font-size: 2.125rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    color: #000;
    letter-spacing: -0.014em;
    margin-bottom: 40px;
    line-height: 1.2em;
}
.imazhiim {
	margin-bottom: 30px;
}
.imazhiim img {
	margin-bottom: 0;
}
.captionposhte:after {
    content: "";
    width: 73%;
    display: block;
    height: 1px;
    background-color: #707070;
    margin-top: 5px;
}
.other-articles {
	border-top: 1px solid #000;
	padding-top: 45px;
}
.other-articles .block-title {
	margin-bottom: 30px;
}
.block-title h2 {
	font-size: 2.125rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    color: #000;
}
.other-articles article {
	width: 100%;
	display: flex;
	margin-bottom: 40px;
	position: relative;
}
.other-articles article .a-card_image {
	width: 300px;
	flex-shrink: 0;
}
.other-articles article .a-media {
	width: 100%;
	height: 0;
	padding-bottom: 58.33%;
	background-color: #eee;
}
.other-articles article .a-media .a-media_img {
    width: 100%;
}
.other-articles article .a-card_image {
	width: 300px;
	flex-shrink: 0;
}
.other-articles article .a-card_content {
	padding-left: 30px;
}
.other-articles article .date, .other-articles article .exc {
	display: none;
}
.other-articles article .a-head {
	font-size: 1.375rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.other-articles article .read-more {
	font-family: 'Antena Yu';
    font-size: .875rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.014em;
}
.other-articles article .read-more:after {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
article .read-more:hover {
	text-decoration: underline;
}
.content-title h2 {
	font-size: 2.75rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    letter-spacing: -0.014em;
}
.content-inner h5 {
	font-size: 1.25rem;
    font-family: 'Antena Bold';
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.c-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-form .input-box {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.c-form .input-box.wider {
	width: 100%;
}
textarea.the-input {
	padding-top: 10px;
	height: 100px;
	resize: none;
	display: block;
}
.c-form .btn-wrap {
	width: 100%;
}
.c-form .btn-wrap .send-btn {
	width: 100%;
    border: none;
    background-color: #31BBAC;
    height: 50px;
    padding-left: 15px;
    font-family: 'Antena Bold';
    font-size: 1.25rem;
    color: #fff;
    border: 1px solid #31BBAC;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
}
.the-input {
    width: 100%;
    border: none;
    background-color: #fff;
    height: 40px;
    padding-left: 15px;
    font-family: 'Antena Bold';
    font-size: 1rem;
    color: #000;
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    border-radius: 0;
}
.contact-section .col {
    width: 50%;
}
.contact-section .background-holder {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay {
    width: 100%;
    height: 100%; 
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 24%, rgba(0,0,0,0) 100%);
    display: flex;
    align-items: flex-end;
    padding: 40px;
}
.image-description p {
    font-family: 'Antena Yu';
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
}
.contact-section .col .col-inner {
    padding: 5.2vw;
    padding-bottom: 0;
}
.contact-block {
    margin-bottom: 30px;
}
.contact-block p {
    font-size: 1.25rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    margin-bottom: 5px;
}
.contact-block b {
    font-family: 'Antena Bold';
}
footer {
    width: 100%;
    padding: 60px 0 45px;
    border-top: 1px solid rgba(0,0,0,0.5);
}
footer > .c-flexy {
    width: 100%;
    justify-content: space-between;
}
.f-social {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
}
.f-social li {
    margin-right: 10px;
}
.f-nav {
    list-style: none;
    margin-right: 30px;
}
.f-logo {
    margin-bottom: 15px;
}
.c-text {
    font-family: 'Antena Yu';
    font-size: 0.75rem;
    font-weight: normal;
    color: rgba(0,0,0,0.6);
    margin-bottom: 8px;
}
.contact-media {
    margin-top: 25px;
    margin-bottom: 130px;
    display: flex;
    align-items: center;
}
.contact-phone {
    font-family: 'Antena Bold';
    font-size: 1rem;
    font-weight: normal;
    color: #000;
}
.contact-phone img {
    vertical-align: middle;
    margin-right: 7px;
}
.contact-phone span {
    vertical-align: middle;
}
.f-col h3 {
    font-family: 'Antena Bold';
    font-size: 1.25rem;
    font-weight: normal;
    color: #000;
    margin-bottom: 30px;
}
.f-nav li {
    margin-bottom: 15px;
}
.f-nav li a {
    font-family: 'Antena Yu';
    font-size: 1rem;
    font-weight: normal;
    color: #000;
}
.f-nav li a:hover {
    text-decoration: underline;
}
.f-right .f-col {
    margin-right: 60px;
}
.impuls a {
    font-family: 'Roboto';
    font-size: 0.75rem;
    font-weight: normal;
    color: #000; 
    text-decoration: underline;
}
.no-border-footer footer {
    border-top: none;
}
.project-text:hover .project-description p {
    text-decoration: underline;
}
.partner-text:hover .partner-description p {
    text-decoration: underline;
}
.arrow-back {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi40NjQiIGhlaWdodD0iMjUuNjUxIiB2aWV3Qm94PSIwIDAgMTYuNDY0IDI1LjY1MSI+DQogIDxnIGlkPSJkb3duLWFycm93LW9mLWFuZ2xlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1Mi4xNzMpIHJvdGF0ZSg5MCkiPg0KICAgIDxwYXRoIGlkPSJQYXRoXzEwIiBkYXRhLW5hbWU9IlBhdGggMTAiIGQ9Ik0yNS42NTEsMzkuMzQ3bC0zLjYzOC0zLjYzOEwxMi44MjUsNDQuOSwzLjYzOCwzNS43MDksMCwzOS4zNDcsMTIuODI1LDUyLjE3M1oiIGZpbGw9IiNmZmYiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 26px;
}
.txt-part .link-wrap a {
    font-size: 0.75rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    color: rgba(255,255,255,0.6);
    letter-spacing: -0.014em;
}
.contact-form small {
    font-size: 0.875rem;
    font-family: 'Antena Yu';
    font-weight: normal;
    color: rgba(255,255,255,0.75);
}
.txt-part form {
    margin-bottom: 15px;
}
.txt-part .c-form .btn-wrap .send-btn {
    color: #000;
}
.the-input::placeholder {
    color: #000;
    font-family: 'Antena Bold';
}
.a-card_content:hover .exc {
    text-decoration: underline;
}
.contact-section {
    padding-bottom: 100px;
}
.social-media-links {
    list-style: none;
    display: flex;
    margin-top: 20px;
    margin-bottom: 80px;
}
.social-media-links li {
    margin-right: 10px;
}
.social-media-links img {
    width: 43px;
}
.contact-form h2 {
    font-family: 'Antena Bold';
    font-size: 2.125rem;
    font-weight: normal;
    color: #000;
    margin-bottom: 40px;
}
.whatsapp-wrapper {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    padding-right: 10px;
    right: 10px;
    bottom: 10px;
    padding-bottom: 10px
}
.animation{opacity:0;-moz-transform:translateZ(0);-webkit-transform:translateZ(0);transform:translateZ(0)}
.animation.from-bottom{-moz-transform:translateY(30px);-ms-transform:translateY(30px);-webkit-transform:translateY(30px);transform:translateY(30px)}
.animation.from-right{-moz-transform:translateX(30px);-ms-transform:translateX(30px);-webkit-transform:translateX(30px);transform:translateX(30px)}
.animation.from-left{-moz-transform:translateX(-30px);-ms-transform:translateX(-30px);-webkit-transform:translateX(-30px);transform:translateX(-30px)}
.animation.scale{-moz-transform:scale(.7,.7);-ms-transform:scale(.7,.7);-webkit-transform:scale(.7,.7);transform:scale(.7,.7)}

@media(max-width: 1449px){
    .technology-section .gallery .image-item {
        width: 170px;
        padding: 0 30px;
    }
}

@media(max-width: 1313px){
	.nav-left {
		position: relative;
		left: 0;
		top: 0;
		z-index: 9999;
	}
	.nav-right {
		position: fixed;
		right: 0;
		top: 66px;
		bottom: 0;
		width: 100%;
		z-index: 9000;
		background-color: #000;
		transform: translateX(100%);
		transition-duration: 0.1s;
		transition-timing-function: linear;
		display: block;
		padding-top: 130px;
	}
	.opened {
		transform: translateX(0);
	}
	.nav-left {
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.navigation li a.active:after {
	    display: none;
	}
	.menu-btn {
		display: block;
	}
	.hamburger {
      padding: 0;
      display: inline-block;
      cursor: pointer;
      transition-property: opacity, filter;
      transition-duration: 0.15s;
      transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      overflow: visible; }
      .hamburger:hover {
        opacity: 0.7; }
      .hamburger.is-active:hover {
        opacity: 0.7; }
      .hamburger.is-active .hamburger-inner,
      .hamburger.is-active .hamburger-inner::before,
      .hamburger.is-active .hamburger-inner::after {
        background-color: #fff; }

        .hamburger-box {
          width: 40px;
          height: 24px;
          display: inline-block;
          position: relative; }
        
        .hamburger-inner {
          display: block;
          top: 50%;
          margin-top: -2px; }
          .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
            width: 40px;
            height: 4px;
            background-color: #fff;
            border-radius: 0px;
            position: absolute;
            transition-property: transform;
            transition-duration: 0.15s;
            transition-timing-function: ease; }
          .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block; }
          .hamburger-inner::before {
            top: -10px; }
          .hamburger-inner::after {
            bottom: -10px; }
  
          .hamburger--spin .hamburger-inner{
            transition-duration: 0.22s;
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
           }
            .hamburger--spin.is-active .hamburger-inner{
                transform: rotate(225deg);
            transition-delay: 0.12s;
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        .hamburger--spin .hamburger-inner::before{
            transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
        }
        .hamburger--spin.is-active .hamburger-inner::before {
            top: 0;
            opacity: 0;
            transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
        }
        .hamburger--spin.is-active .hamburger-inner::after {
            bottom: 0;
            transform: rotate(-90deg);
            transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        .hamburger--spin .hamburger-inner::after {
            transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

  
  
  .navigation {
  	display: block;
  	text-align: center;
  	margin: 0;
  	margin-bottom: 30px;
  }

	.social-links {
	    justify-content: center;
	}
	.social-links li {
		margin: 0 10px;
	}
	.navigation li {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.navigation li a {
	    font-size: 29px;
	    line-height: 1em;
	}
	.results-part {
	    width: 440px;
	    min-height: calc(100vh - 157px);
	    padding: 110px 30px 30px;
	}
	.results-display .col2 .col {
	   width: 100%;
	}
	.map-part {
    	width: calc(100% - 440px);
	}
	.site-header-wrapper {
		z-index: 11;
	}
	.f-form form .group-f select {
	    font-size: 18px;
	}
	.container {
	    width: 100%;
	    padding-right: 50px;
	    padding-left: 50px;
	}
	.p-full-display {
	    width: 100%;
	    height: 600px;
	    padding-bottom: 0;
	    position: relative;
	}
	.whatsapp span {
		display: none;
	}
	.f-left > div.f-col:nth-of-type(2){
		display: none;
	}
	.overlay-text_inner {
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
        align-items: flex-end;
        padding-bottom: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .c-flexy {
        flex-wrap: wrap;
    }
    .f-right {
        width: 100%;
        order: 1;
    }
    .f-nav {
        margin-bottom: 50px;
    }
    .f-left {
        width: 100%;
        order: 2;
    }
    .contact-media {
        margin-bottom: 50px;
    }
    .blog-wrapper {
        flex-wrap: nowrap;
    }
    .articles-wrapper {
        gap: 40px;
        padding-left: 40px;
    }
    .pillars-section .overlay-title h3 {
        font-size: 1.5rem;
    }
    .articles-wrapper .a-card_content {
        padding-right: 0px;
    }
    .page-title h1 {
        font-size: 2.75rem;
    }
    .articles-wrapper article {
        width: calc(50% - 20px);
    }
}
@media(max-width: 1240px) {
 
 	.hideonM {
		display: none;
	}
    
    .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .navigation-col {
        display: none;
    }
}
@media(max-width: 920px){
    .contact-section .col {
        width: 100%;
    }
    .contact-section .background-holder {
        width: 100%;
        height: 700px;
    }
}
@media(max-width: 790px){
    .header-top .nav-links {
        width: 100%;
       display: flex;
       justify-content: space-between;
    }
    .nav-links a {
        margin: 0;
    }
    .logo img {
        height: 37px;
    }
    .nav-pri .nav-left {
        padding: 15px 0;
    }
    .main-slider {
        height: auto;
    }
    .image-background-wrapper {
        width: 100%;
        padding-bottom: 50%;
    }
    .overlay-text {
        position: static;
    }
    .overlay-text_text {
        width: 100%;
        padding: 30px 1rem 70px;
        box-shadow: 0 2px 2px rgba(0,0,0,0.15);
        background-color: #f6f6f6;
    }
    .main-slider .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
    }
    .container-full-width {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .main-slider .slider-controls {
        bottom: 30px;
    }
    .overlay-text_inner {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .overlay-text_text:after {
        display: none;
    }
    .main-slider .slider-controls {
        width: 100%;
    }
    .col3 .col-item {
        width: 100%;
    }
    .blog-section {
        padding: 0;
    }
    .blog-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }
    .video-article-wrapper {
        width: 100vw;
        margin-bottom: 50px;
    }
    .articles-wrapper {
        gap: 20px;
        width: 100vw;
        padding-left: 0px;
    }
    .articles-wrapper .a-card_content {
        padding-right: 40px;
    }
    .container {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .content-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .other-articles article .a-card_image {
        width: 45%;
    }
    .other-articles article .a-card_content {
        flex-grow: 1;
    }
    .content-content {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .all-articles-section {
        padding-top: 40px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .all-partners-section {
        padding-top: 40px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .all-projects-section {
        padding-top: 40px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .all-articles-section .a-card {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .all-articles-section .a-card_image {
        width: 100%;
    }
    .all-articles-section .a-card_content {
        width: 100%;
        padding: 0;
    }
    .all-articles-section .a-card_content-inner {
        border-top: none!important;
        padding: 20px 0 30px;
    }
    .partner-card {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .all-partners-section .partner-image {
        width: 100%;
    }
    .all-partners-section .partner-text {
        width: 100%;
        padding: 0;
    }
    .all-partners-section .partner-text-inner {
        border-top: none!important;
        padding: 20px 0 30px;
    }
    .contact-section .background-holder {
        height: 50vh;
    }
    .overlay {
        padding: 1rem 1rem 20px;
    }
    .contact-section .col .col-inner {
        padding: 2rem 1rem;
    }
    .page-banner-wrapper {
        height: 30vw;
    }
    .partner-image_image img {
        width: 50%;
    }
    .project-card {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
   .project-image {
        width: 100%;
    }
   .project-text {
        width: 100%;
        padding: 0;
    }
     .project-text-inner {
        border-top: none!important;
        padding: 20px 0 30px;
    }
    .project-content li {
        flex-wrap: wrap;
    }
    .project-content li .col {
        width: 100%;
    }
    .project-content li .col:first-of-type {
        min-height: 100vw!important;
    }
    .project-content li.yt-holder .col:first-of-type {
        min-height: 0!important;
        height: 0!important;
        padding-bottom: 56.25%;
        position: relative;
    }
    .project-content li.yt-holder .col:first-of-type .img-part {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .project-content li:nth-of-type(2n) > div:first-of-type {
        order: 1;
    }
    .articles-wrapper article {
        width: calc(50% - 10px);
    }
    .half-container {
        width: 100%;
    }
    .page-title {
        text-align: left;
    }
    .arrow-back {
        display: none;
    }
}
@media(max-width: 550px){
    .overlay-text_text h1 {
        font-size: 8vw;
    }
    .overlay-text_text p {
        font-size: 4vw;
    }
    .overlay-text_text:after {
        right: 20px;
        bottom: 30px;
    }
    .projects-section .section-title {
        padding: 30px 0;
    }
    .section-title h2 {
        font-size: 5.3vw;
    }
    .projects-section .overlay-text {
        padding: 1rem 1rem 20px;
    }
    .projects-section .overlay-text h3 {
        font-size: 6vw;
    }
    .projects-section .image-item-content {
        padding: 1rem 1rem 25px;
    }
    .projects-section:after {
        width: calc(100% - 2rem);
        margin-left: 1rem;
    }
    .pillars-section .section-title {
        padding: 0px 0 30px;
    }
    .pillars-section .overlay-text {
        padding: 1rem 1rem 20px;
    }
    .pillars-section .overlay-title h3 {
        font-size: 5.5vw;
    }
    .pillars-section {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .technology-section .section-title {
        margin-bottom: 30px;
    }
    .technology-section {
        margin-bottom: 45px;
    }
    .video-article-wrapper .a-media:after {
        width: 47px;
        height: 47px;
        left: 1rem;
        bottom: 1rem;
    }
    .video-article-wrapper .a-head {
        font-size: 5vw;
    }
    .video-article-wrapper .exc {
        font-size: 5.5vw;
    }
    .articles-wrapper .a-card_content {
        padding-right: 0;
    }
    .blog-wrapper .a-card_image {
        margin-bottom: 20px;
    }
    .articles-wrapper .a-head {
        font-size: 5vw;
    }
    .contact-media {
        flex-wrap: wrap;
    }
    .f-social {
        width: 100%;
        margin-bottom: 20px;
    }
    .yt-link {
        font-size: 2.5vw;
    }
    .content-content {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .content-inner h3 {
        font-size: 5.8vw;
        margin-bottom: 30px;
        line-height: 1.2em;
    }
    .content-inner, .content-inner p {
        font-size: 4.5vw;
    }
    .block-title h2 {
        font-size: 6vw;
    }
    .other-articles article .a-card_content {
        padding-left: 17px;
    }
    .other-articles article .read-more {
        display: none;
    }
    .other-articles article .a-head {
        font-size: 4.2vw;
        font-family: 'Antena Bold';
        line-height: 1.3em;
        margin-bottom: 15px;
    }
    .other-articles article {
        margin-bottom: 30px;
    }
    .page-title h1 {
        font-size: 8vw;
    }
    .all-articles-section .a-head {
        font-size: 5.3vw;
        margin-bottom: 15px;
    }
    .all-articles-section .exc {
        font-size: 4vw;
        margin-bottom: 25px;
    }
    .contact-block p {
        font-size: 4vw;
    }
    .contact-form h2 {
        font-size: 6vw;
    }
    .contact-section {
        padding-bottom: 40px;
    }
    .image-description p {
        font-size: 2.5vw;
    }
    .content-inner blockquote {
        padding-left: 20px;
    }
    .content-inner h2 {
        font-size: 6.5vw;
        margin-bottom: 15px;
    }
    blockquote h4 {
        font-size: 2.2vw;
        margin-bottom: 15px;
    }
    .partner-title-wrapper h3 {
        font-size: 5.3vw;
    }
    .partner-description p {
        font-size: 4vw;
    }
    .partner-description {
        margin-bottom: 30px;
    }
    .project-title-wrapper h3 {
        font-size: 5.3vw;
    }
    .project-description p {
        font-size: 4vw;
    }
    .project-description {
        margin-bottom: 30px;
    }
    .project-content li .col .inner-col {
        padding: 2rem 1rem;
    }
    .project-content .title {
        font-size: 6.5vw;
        margin-bottom: 20px;
    }
    .project-content .description {
        font-size: 4vw;
    }
    .txt-part .link-wrap a {
        font-size: 2.5vw;
    }
    .contact-form small {
        font-size: 2.2vw;
    }
    .content-inner h5 {
        font-size: 4.4vw;
    }
    .hamburger-inner::after {
        bottom: -8px;
    }
    .hamburger-inner::before {
        top: -8px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 30px;
        height: 3px;
    }
    .hamburger-box {
        width: 30px;
        height: 20px;
        margin-top: 5px
    }
    .nav-links a:last-of-type {
        display: none;
    }
    .f-right .f-col {
        margin-right: 0;
    }
    .f-nav li a {
        font-size: 3.3vw;
    }
    .f-col h3 {
        font-size: 4.5vw;
        margin-bottom: 20px;
    }
    footer {
        padding: 40px 0;
    }
    .f-nav {
        margin-bottom: 30px;
    }
    .project-content p {
        font-size: 4vw;
    }
    .project-content h4 {
        font-size: 4vw;
        padding-left: 13px;
    }
    .project-content h4:before {
        font-size: 4vw;
    }
}


.col4 .col {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}



.pyetje {
    color: #000;
    cursor: pointer;
    padding: 28px 33px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.75rem;
    transition: 0.4s;
    background-color: transparent;
    font-family: 'antena yu';
    letter-spacing: -0.02em;
        background-color: rgba(242,244,249,1);
}

.pyetje:after {
    content: '';
    width: 24px;
    height: 14px;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNS40MDQiIHZpZXdCb3g9IjAgMCAyNCAxNS40MDQiPg0KICA8ZyBpZD0iZG93bi1hcnJvdy1vZi1hbmdsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMzUuNzA5KSI+DQogICAgPHBhdGggaWQ9IlBhdGhfMTAiIGRhdGEtbmFtZT0iUGF0aCAxMCIgZD0iTTI0LDM5LjExM2wtMy40LTMuNEwxMiw0NC4zbC04LjYtOC42TDAsMzkuMTEzbDEyLDEyWiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pyetje.active:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNS40MDQiIHZpZXdCb3g9IjAgMCAyNCAxNS40MDQiPg0KICA8ZyBpZD0iZG93bi1hcnJvdy1vZi1hbmdsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQgNTEuMTEzKSByb3RhdGUoMTgwKSI+DQogICAgPHBhdGggaWQ9IlBhdGhfMTAiIGRhdGEtbmFtZT0iUGF0aCAxMCIgZD0iTTI0LDM5LjExM2wtMy40LTMuNEwxMiw0NC4zbC04LjYtOC42TDAsMzkuMTEzbDEyLDEyWiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==);
}
.pergjigje {
    display: none;
    background-color: rgba(242,244,249,1);
}