:root {
  --site-padding: 40px;
  --ata-color-0: #fff;
  --ata-color-1: #7bc813;
  --ata-color-2: #8DC640;
  --ata-color-3: #6d6e70;
  --ata-color-4: #4d4d4e;
  --ata-font-primary: "Point", -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  --ata-font-gotham-book: "Point", -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  --ata-font-gotham-black: "Point", -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
@media (min-width: 768px) {
  :root {
    --site-padding: 80px;
  }
}
@media (min-width: 1025px) {
  :root {
    --site-padding: 120px;
  }
}
@media (min-width: 1700px) {
  :root {
    --site-padding: 160px;
  }
}

.elementor-page {
  --e-global-typography-primary-font-family: var(--ata-font-primary);
  --e-global-typography-text-font-family: var(--ata-font-primary);
}

body {
  font-family: var(--ata-font-primary);
  background-color: #fff;
}
body.home {
  background-color: var(--ata-color-3);
}

@font-face {
  font-family: "Point";
  src: url("../fonts/Point-Light.woff2") format("woff2"), url("../fonts/Point-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Point";
  src: url("../fonts/Point-Regular.woff2") format("woff2"), url("../fonts/Point-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Point";
  src: url("../fonts/Point-SemiBold.woff2") format("woff2"), url("../fonts/Point-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Point";
  src: url("../fonts/Point-Bold.woff2") format("woff2"), url("../fonts/Point-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.ff-primary-font.elementor-widget-heading .elementor-heading-title, .ff-primary-font {
  font-family: var(--ata-font-gotham-book);
  font-weight: 400;
}

.ff-indent-fix .elementor-heading-title {
  text-indent: -0.08em;
}

body:not([class*=elementor-page-]) .site-main {
  max-width: 100%;
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]):not(.single-projects):not(.post-type-archive-projects) .site-main .main_inner,
body:not([class*=elementor-page-]).post-type-archive-projects .site-main .page-header,
body:not([class*=elementor-page-]).single-projects .site-main .page-header,
body:not([class*=elementor-page-]).single-projects .site-main .page-content .content_inner {
  max-width: 1140px;
  width: 100%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media (min-width: 1400px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]):not(.single-projects):not(.post-type-archive-projects) .site-main .main_inner,
  body:not([class*=elementor-page-]).post-type-archive-projects .site-main .page-header,
  body:not([class*=elementor-page-]).single-projects .site-main .page-header,
  body:not([class*=elementor-page-]).single-projects .site-main .page-content .content_inner {
    max-width: 1350px;
  }
}
@media (min-width: 1700px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]):not(.single-projects):not(.post-type-archive-projects) .site-main .main_inner,
  body:not([class*=elementor-page-]).post-type-archive-projects .site-main .page-header,
  body:not([class*=elementor-page-]).single-projects .site-main .page-header,
  body:not([class*=elementor-page-]).single-projects .site-main .page-content .content_inner {
    max-width: 1620px;
  }
}
@media (max-width: 1024px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]):not(.single-projects):not(.post-type-archive-projects) .site-main .main_inner,
  body:not([class*=elementor-page-]).post-type-archive-projects .site-main .page-header,
  body:not([class*=elementor-page-]).single-projects .site-main .page-header,
  body:not([class*=elementor-page-]).single-projects .site-main .page-content .content_inner {
    max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]):not(.single-projects):not(.post-type-archive-projects) .site-main .main_inner,
  body:not([class*=elementor-page-]).post-type-archive-projects .site-main .page-header,
  body:not([class*=elementor-page-]).single-projects .site-main .page-header,
  body:not([class*=elementor-page-]).single-projects .site-main .page-content .content_inner {
    max-width: 767px;
  }
}

@media (min-width: 1400px) {
  .e-con {
    --container-max-width: 1350px;
  }
}
@media (min-width: 1700px) {
  .e-con {
    --container-max-width: 1620px;
  }
}

body:not([class*=elementor-page-]) .site-main .main_inner {
  padding: 0 var(--site-padding);
  padding-top: 250px;
  padding-bottom: 100px;
  color: #fff;
}
@media (max-width: 1024px) {
  body:not([class*=elementor-page-]) .site-main .main_inner {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

body:not([class*=elementor-page-]) .site-main,
body:not([class*=elementor-page-]).post-type-archive-projects .site-main .main_inner,
body:not([class*=elementor-page-]).single-projects .site-main .main_inner {
  padding-left: 0;
  padding-right: 0;
}

body:not([class*=elementor-page-]).post-type-archive-projects .site-main .page-header,
body:not([class*=elementor-page-]).post-type-archive-projects .site-main .page-content,
body:not([class*=elementor-page-]).single-projects .site-main .page-header,
body:not([class*=elementor-page-]).single-projects .site-main .page-content {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}

.slider-arrow-fix.elementor-element {
  overflow: hidden;
}
@media (min-width: 1400px) {
  .slider-arrow-fix.elementor-element {
    overflow: visible;
  }
}
.slider-arrow-fix.elementor-element .swiper .elementor-swiper-button svg {
  fill: none;
  color: #999b9e;
}
.slider-arrow-fix.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
  left: -0.35em;
}
@media (min-width: 1400px) {
  .slider-arrow-fix.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
    left: -0.5em;
  }
}
@media (min-width: 1750px) {
  .slider-arrow-fix.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
    left: -1em;
  }
}
.slider-arrow-fix.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
  right: -0.35em;
}
@media (min-width: 1400px) {
  .slider-arrow-fix.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
    right: -0.5em;
  }
}
@media (min-width: 1750px) {
  .slider-arrow-fix.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
    right: -1em;
  }
}

.button, .pagination a {
  display: var(--ata-btn-display, inline-flex);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
  font-size: var(--ata-btn-fz, 1em);
  text-align: left;
  line-height: 1;
  font-weight: 700;
  border: var(--ata-btn-border, 0);
  border-radius: var(--ata-btn-border-radius, 0);
  padding: var(--ata-btn-padding, 0.65em 0.85em 0.5em);
  text-decoration: none !important;
  background: var(--ata-btn-bg, transparent);
  color: var(--ata-btn-color);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button:after, .pagination a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 31.15 35.96' viewBox='0 0 31.15 35.96'%3E%3Cpolygon points='9.05,30.74 31.15,17.98 0,0 0,7.76 17.71,17.98 9.05,22.98' fill='%237bc813'%3E%3C/polygon%3E%3Cpolygon points='7.37,31.71 7.37,23.95 0,28.21 0,35.96' fill='%237bc813'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -0.2em;
}
.button:hover, .pagination a:hover, .button:focus, .pagination a:focus {
  color: var(--ata-color-1);
}
.button:hover, .pagination a:hover, .button:focus, .pagination a:focus {
  background: var(--ata-btn-bg, transparent);
  color: var(--ata-btn-color);
  opacity: 0.9;
}
.button.button-block, .pagination a.button-block {
  --ata-btn-display: block;
}
.button.button-primary, .pagination a.button-primary {
  --ata-btn-bg: #fff;
  --ata-btn-color: var(--ata-color-4);
}
.button.button-accent, .pagination a {
  --ata-btn-bg: var(--ata-color-1);
  --ata-btn-color: #fff;
}
.button.button-accent:after, .pagination a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 31.15 35.96' viewBox='0 0 31.15 35.96'%3E%3Cpolygon points='9.05,30.74 31.15,17.98 0,0 0,7.76 17.71,17.98 9.05,22.98' fill='%23fff'%3E%3C/polygon%3E%3Cpolygon points='7.37,31.71 7.37,23.95 0,28.21 0,35.96' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E");
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.pagination a {
  font-weight: bold;
}

.bg-color-1 {
  background-color: var(--ata-color-1) !important;
}
.bg-color-2 {
  background-color: var(--ata-color-2) !important;
}
.bg-color-3 {
  background-color: var(--ata-color-3) !important;
}

.text-color-white {
  color: #fff !important;
}
.text-color-black {
  color: #000 !important;
}
.text-color-1 {
  color: var(--ata-color-1) !important;
}
.text-color-2 {
  color: var(--ata-color-2) !important;
}
.text-color-3 {
  color: var(--ata-color-3) !important;
}

.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-semibold {
  font-weight: 500;
}
.fw-bold {
  font-weight: bold;
}
.fw-black {
  font-weight: 900;
}

.tt-upper {
  text-transform: uppercase;
}
.tt-lower {
  text-transform: lowercase;
}
.tt-none {
  text-transform: none;
}

.animate-element.rise-up {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.5s ease, transform 0.75s ease;
  transition: opacity 0.5s ease, transform 0.75s ease, -webkit-transform 0.75s ease;
  -webkit-transform: translate3d(0, 50px, 1px) scaleY(1) rotate(0deg);
          transform: translate3d(0, 50px, 1px) scaleY(1) rotate(0deg);
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.animate-element.rise-up.hovering img {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
.animate-element.init-counter, .animate-element.fade-in {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}
.animate-element.init-counter.has-delay, .animate-element.fade-in.has-delay {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.animate-element.card-flip .elementor-widget-container {
  -webkit-perspective: 400px;
          perspective: 400px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.animate-element.card-flip img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.6s ease, -webkit-filter 0.25s ease 0.55s;
  transition: opacity 0.4s ease, -webkit-transform 0.6s ease, -webkit-filter 0.25s ease 0.55s;
  transition: opacity 0.4s ease, transform 0.6s ease, filter 0.25s ease 0.55s;
  transition: opacity 0.4s ease, transform 0.6s ease, filter 0.25s ease 0.55s, -webkit-transform 0.6s ease, -webkit-filter 0.25s ease 0.55s;
  -webkit-transform: rotateX(0deg) scaleY(1);
          transform: rotateX(0deg) scaleY(1);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0;
}
.animate-element.colorize {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.animate-element.colorize img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.animate-element.typewrite {
  opacity: 0;
}
.animate-element.typewrite:not(.is-done) .elementor-heading-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.animate-element.typewrite:not(.is-done) .elementor-heading-title:after {
  content: "|";
  color: var(--ata-color-3);
  -webkit-animation: blink 500ms linear infinite alternate;
          animation: blink 500ms linear infinite alternate;
}
.animate-element.in-view.typewrite {
  opacity: 1;
}
.animate-element.in-view.colorize {
  opacity: 1;
}
.animate-element.in-view.colorize img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.animate-element.in-view.rise-up {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.animate-element.in-view.rise-up.hovering img {
  -webkit-animation: hovering 2s ease-in-out infinite;
          animation: hovering 2s ease-in-out infinite;
}
.animate-element.in-view.init-counter, .animate-element.in-view.fade-in {
  opacity: 1;
}
.animate-element.in-view.card-flip img {
  -webkit-transform: rotateX(-180deg) scaleY(-1);
          transform: rotateX(-180deg) scaleY(-1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.animate-hovering {
  -webkit-animation: hovering 2s ease-in-out infinite;
          animation: hovering 2s ease-in-out infinite;
}

@-webkit-keyframes hovering {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
  }
  50% {
    -webkit-filter: drop-shadow(25px 25px 20px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(25px 25px 20px rgba(0, 0, 0, 0.4));
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
}

@keyframes hovering {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
  }
  50% {
    -webkit-filter: drop-shadow(25px 25px 20px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(25px 25px 20px rgba(0, 0, 0, 0.4));
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
}
@-webkit-keyframes cardflip {
  50% {
    -webkit-transform: scaleX(1.12);
            transform: scaleX(1.12);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes cardflip {
  50% {
    -webkit-transform: scaleX(1.12);
            transform: scaleX(1.12);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-zoom {
  overflow: hidden;
}
.animate-zoom img {
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.animate-zoom:hover img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.animate-reverse-zoom {
  overflow: hidden;
}
.animate-reverse-zoom img {
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(2);
          transform: scale(2);
}
.animate-reverse-zoom:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section {
  --container-max-width: 1140px;
  --content-width: min(100%, var(--container-max-width, 1140px));
  padding: 0 var(--site-padding);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1400px) {
  .section {
    --container-max-width: 1350px;
  }
}
@media (min-width: 1700px) {
  .section {
    --container-max-width: 1620px;
  }
}
@media (max-width: 1024px) {
  .section {
    --container-max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .section {
    --container-max-width: 767px;
  }
}
.section.contact-section {
  background-image: linear-gradient(320deg, var(--e-global-color-14442f6, #C1CB00) 40%, var(--e-global-color-7c85f72, #00A439) 120%);
}
.section.contact-section .section-title {
  color: #FFFFFF;
}
.section.contact-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
.section.contact-section .container > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .section.contact-section .container > * {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.section.contact-section .container .section-title {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.section .container {
  max-width: var(--content-width);
  margin: 0px auto;
}

.section-title {
  font-size: 55px;
  font-family: var(--ata-font-gotham-book);
  font-weight: 400;
  line-height: 1;
  margin: 0 0 20px;
  padding: 0px;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 45px;
  }
}

body:not([class*=elementor-page-]) .page-header .entry-title {
  font-size: 80px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  line-height: 1.2;
  color: var(--e-global-color-da624a8, var(--ata-color-1));
  text-indent: -0.12em;
}
@media (max-width: 1024px) {
  body:not([class*=elementor-page-]) .page-header .entry-title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
body:not([class*=elementor-page-]) .page-content {
  padding-top: 50px;
  border-top: 3px solid var(--ata-color-1);
}
@media (max-width: 1024px) {
  body:not([class*=elementor-page-]) .page-content {
    padding-top: 30px;
  }
}
body:not([class*=elementor-page-]).single .page-header .entry-title {
  font-size: 80px;
}
@media (max-width: 1024px) {
  body:not([class*=elementor-page-]).single .page-header .entry-title {
    font-size: 40px;
  }
}
body:not([class*=elementor-page-]).single-projects .page-content, body:not([class*=elementor-page-]).post-type-archive-projects .page-content {
  padding-top: 0;
}
body:not([class*=elementor-page-]).single-projects .page-content {
  padding: 0;
}
body:not([class*=elementor-page-]).post-type-archive-projects .site-main .main_inner {
  padding-bottom: 0;
}
body:not([class*=elementor-page-]).post-type-archive-projects .pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, var(--ata-color-3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, var(--ata-color-3) 20%, rgba(0, 0, 0, 0) 100%);
  margin: 0;
  padding: 20px;
  padding-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

:root {
  --ata-header-top-offset: 1.5em;
  --ata-header-fz: 24px;
}
@media (min-width: 1025px) {
  :root {
    --ata-header-fz: 32px;
  }
}
@media (min-width: 1700px) {
  :root {
    --ata-header-fz: 44px;
  }
}

.site-header#site-header .site-navigation-toggle-holder {
  display: block !important;
}

body {
  --ata-wpadmin-bar: 0px;
  overflow-x: hidden;
}
body:not(.home) {
  --ata-header-top-offset: 1.5em;
}
@media screen and (min-width: 768px) {
  body:not(.home) {
    --ata-header-top-offset: .75em;
  }
}
body.admin-bar {
  --ata-wpadmin-bar: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --ata-wpadmin-bar: 46px;
  }
}

body.site-nav-toggled {
  overflow: hidden !important;
  position: relative;
}
body.site-nav-toggled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 998;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.site-nav-toggled.site-nav-toggled-effect:before {
  background: rgba(0, 0, 0, 0.5);
}

.site-header {
  font-size: var(--ata-header-fz);
  background-color: transparent;
}
.site-header.dynamic-header {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.site-header.is-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.admin-bar .site-header.is-sticky {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header.is-sticky {
    top: 46px;
  }
}
.site-header .header-inner {
  display: block;
  gap: 1em;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.site-header .site-navigation {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
}
.site-header .site-navigation ul.menu {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1em;
  padding: 1.5em 0;
}
@media (min-width: 992px) {
  .site-header .site-navigation ul.menu {
    gap: 0.9em;
    padding: 1em 0;
  }
}
@media (min-width: 1200px) {
  .site-header .site-navigation ul.menu {
    gap: 1em;
    padding: 1.5em 0;
  }
}
@media (min-width: 1700px) {
  .site-header .site-navigation ul.menu {
    gap: 1.5em;
  }
}
.site-header .site-navigation ul.menu li a {
  padding: 5px;
  color: var(--ata-color-0);
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.site-header .site-navigation ul.menu li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header .site-navigation ul.menu li a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background: var(--ata-color-1);
}
.site-header .site-navigation ul.menu li.current-menu-item a {
  color: var(--ata-color-1);
}
.site-header .site-navigation-toggle-hamburger {
  position: relative;
  width: 100px;
  height: 100px;
  width: 4em;
  height: 4em;
}
.site-header .site-navigation-toggle-hamburger span {
  display: block;
  background: currentColor;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-header .site-navigation-toggle-hamburger .nav-hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
.site-header .site-navigation-toggle-hamburger .nav-hamburger span {
  width: 60px;
  height: 4px;
  width: 3.5em;
  height: 0.2em;
  position: relative;
  top: 0.25em;
  left: 0.25em;
  margin: 0.75em 0;
}
.site-header .site-navigation-toggle-hamburger .nav-hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.site-header .site-navigation-toggle-hamburger .nav-hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.site-header .site-navigation-toggle-hamburger .nav-hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.site-header .site-navigation-toggle-hamburger .nav-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header .site-navigation-toggle-hamburger .nav-cross span:nth-child(1) {
  height: 0%;
  width: 0.2em;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.site-header .site-navigation-toggle-hamburger .nav-cross span:nth-child(2) {
  width: 0%;
  height: 0.2em;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.site-header .site-navigation-toggle-holder {
  padding: 0px;
  position: absolute;
  top: var(--ata-header-top-offset, 1.5em);
  right: var(--ata-header-top-offset, 1.5em);
  right: calc(var(--ata-header-top-offset, 1.5em) + 0.75em);
  z-index: 99999;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle {
  background-color: transparent;
  color: var(--ata-color-4);
  padding: 0;
  border-radius: 0;
  font-size: 0.45em;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.is-bg-dark {
  color: #fff;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.is-changing-color .site-navigation-toggle-hamburger .nav-hamburger span {
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.is-changing-color .site-navigation-toggle-hamburger .nav-hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.is-changing-color .site-navigation-toggle-hamburger .nav-hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.is-changing-color .site-navigation-toggle-hamburger .nav-hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.toggled {
  color: #fff;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.toggled .nav-hamburger span {
  width: 0%;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.toggled .nav-hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.toggled .nav-hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
          transition-delay: 0.125s;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.toggled .nav-hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.toggled .nav-cross span:nth-child(1) {
  height: 80%;
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.site-header .site-navigation-toggle-holder .site-navigation-toggle.toggled .nav-cross span:nth-child(2) {
  width: 80%;
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.site-header .site-navigation-dropdown {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: scaleX(1) translateX(75px) !important;
          transform: scaleX(1) translateX(75px) !important;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  max-height: revert !important;
  max-width: 0;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
}
.site-header .site-navigation-dropdown.toggled {
  -webkit-transform: scaleX(1) translateX(0px) !important;
          transform: scaleX(1) translateX(0px) !important;
  max-width: 100vw;
  visibility: visible;
  opacity: 1;
}
.site-header .site-navigation-dropdown ul.menu {
  background: var(--ata-color-3);
  color: var(--ata-color-0);
  width: calc(100% - 50px);
  margin: 0;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  height: 100vh;
  padding-top: calc(3em + var(--ata-header-top-offset, 3em));
  padding-bottom: 3em;
  overflow: auto;
  border-radius: 0;
  max-width: 12em;
  left: auto;
  right: 0;
}
.site-header .site-navigation-dropdown ul.menu li {
  padding: 0.25em 1em;
}
.site-header .site-navigation-dropdown ul.menu li a {
  display: inline-block;
  padding: 5px;
  background: transparent;
  color: var(--ata-color-0);
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 0.2em solid transparent;
  position: relative;
  text-align: left;
}
.site-header .site-navigation-dropdown ul.menu li a:hover {
  color: var(--ata-color-1);
}
.site-header .site-navigation-dropdown ul.menu li.current-menu-item a {
  background: transparent;
  color: var(--ata-color-1);
}

.site-ribbon {
  position: absolute;
  left: 0;
  top: 0;
  top: -0.1em;
  width: 2.5em;
  height: 7em;
  background: var(--ata-color-1);
  -webkit-transform: rotate(29.4deg);
          transform: rotate(29.4deg);
  -webkit-transform: rotate(29.95deg);
          transform: rotate(29.95deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  border: 0.12em solid #fff;
}

.site-logo {
  width: 4.32em;
  width: 5.18em;
}
.site-logo img {
  width: 100%;
  height: auto;
}

.section.secondary-header {
  font-size: var(--ata-header-fz);
  padding-bottom: 0;
  padding-top: var(--ata-header-top-offset, 1.5em);
}
.home .section.secondary-header {
  position: absolute;
  z-index: 5;
  width: 100%;
}
body:not(.home) .section.secondary-header {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #fff;
  padding-bottom: calc(var(--ata-header-top-offset, 1.5em) / 2);
}
@media (min-width: 768px) {
  body:not(.home) .section.secondary-header {
    padding-bottom: var(--ata-header-top-offset, 1.5em);
  }
}
body:not(.home) .section.secondary-header.has-projects-filters {
  position: sticky;
  top: var(--ata-wpadmin-bar, 0px);
}
@media (min-width: 768px) {
  body:not(.home) .section.secondary-header.has-projects-filters .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 37px;
  }
  body:not(.home) .section.secondary-header.has-projects-filters .container .site-branding {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}

.projects-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  row-gap: 7.5px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 0.65em;
  color: var(--ata-color-4);
  margin-top: 1em;
}
@media (min-width: 768px) {
  .projects-filters {
    margin-top: 2em;
    width: 75%;
  }
}
@media (min-width: 900px) {
  .projects-filters {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .projects-filters {
    font-size: 0.7em;
  }
}
.projects-filters .btn {
  background: transparent;
  color: var(--ata-color-4);
  font-weight: normal;
  border: 0;
  padding: 0;
  font-size: inherit;
}
.projects-filters .btn.active {
  text-decoration: underline;
}

.ata-logo-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ata-logo-loader.toggled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ata-logo-loader .loader {
  width: 10em;
}
.ata-logo-loader .ata_logo_fill.char_t {
  opacity: 0;
  -webkit-animation: loader_t 1.5s ease infinite forwards alternate;
          animation: loader_t 1.5s ease infinite forwards alternate;
}
.ata-logo-loader .ata_logo_fill:not(.char_t):not(.char_a) {
  opacity: 0;
  display: none;
}
.ata-logo-loader #ata_logo_first_a {
  -webkit-animation: loader_first_a 1.5s ease infinite forwards alternate;
          animation: loader_first_a 1.5s ease infinite forwards alternate;
}
.ata-logo-loader #ata_logo_second_a {
  -webkit-animation: loader_second_a 1.5s ease infinite forwards alternate;
          animation: loader_second_a 1.5s ease infinite forwards alternate;
}

@-webkit-keyframes loader_first_a {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3em);
            transform: translateX(3em);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loader_first_a {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3em);
            transform: translateX(3em);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loader_second_a {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3em);
            transform: translateX(-3em);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes loader_second_a {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3em);
            transform: translateX(-3em);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loader_t {
  40% {
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes loader_t {
  40% {
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader_text {
  70% {
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes loader_text {
  70% {
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
  }
}
.site-main {
  background-color: var(--ata-color-3);
  position: relative;
  z-index: 2;
  margin-bottom: 636px;
}
.page-id-395 .site-main {
  margin-bottom: 110px;
}

.site-footer {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  z-index: 1 !important;
  position: fixed !important;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 137px;
  background: #0c0c0c;
  color: #fff;
  font-weight: 300;
  font-size: 7.5px;
}
@media (min-width: 768px) {
  .site-footer {
    font-size: 7.5px;
  }
}
@media (min-width: 1025px) {
  .site-footer {
    font-size: 8px;
  }
}
@media (min-width: 1400px) {
  .site-footer {
    font-size: 10px;
  }
}
@media (min-width: 1700px) {
  .site-footer {
    font-size: 11px;
  }
}
.site-footer > *:first-child {
  margin-top: auto;
}
.site-footer .footer-revealed {
  background-image: url("../img/ATA_pattern_v2.svg");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding: 0 var(--site-padding);
}
.site-footer .site-logo {
  width: auto;
}
.site-footer .site-logo img {
  width: 18em;
}

.footer-top {
  padding-top: 8em;
}
.footer-top .footer-inner {
  padding: 0;
  gap: 30px;
}
.footer-top .footer-inner .footer-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .footer-top .footer-inner .footer-col {
    -webkit-box-flex: calc(50% - 30px);
        -ms-flex: calc(50% - 30px);
            flex: calc(50% - 30px);
  }
}

.footer-bottom {
  color: var(--ata-color-1);
  padding: 2.4em 0 4em;
  font-size: 1.5em;
}
.footer-bottom .footer-inner {
  padding: 0;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer-bottom .footer-inner .copyright {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    text-align: left !important;
  }
}

.footer-nav {
  font-size: 3.2em;
  margin-top: -0.25em;
  font-weight: 400;
}
.footer-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.footer-nav a {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: var(--ata-color-1);
}

.contact-info {
  margin-top: 2.4em;
  font-size: 1.9em;
  font-style: normal;
}
.contact-info a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-contacts .contact-info a {
  text-decoration: underline;
}
.contact-info a:hover, .contact-info a:focus {
  color: var(--ata-color-1);
}

.ata-social-links {
  font-size: 3.6em;
  list-style: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.ata-social-links a {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: var(--ata-color-1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.ata-social-links a:hover, .ata-social-links a:focus {
  color: #fff;
}
.ata-social-links svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.projects-grid-more {
  font-size: 8.5px;
}
@media (min-width: 1025px) {
  .projects-grid-more {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .projects-grid-more {
    font-size: 13px;
  }
}
@media (min-width: 1700px) {
  .projects-grid-more {
    font-size: 14px;
  }
}

a.projects-grid-more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
  color: var(--ata-color-3);
  padding: 0.675em;
  padding-right: 0;
  padding-bottom: 0.5em;
  border-top: 2px solid var(--ata-color-1);
  border-left: 2px solid var(--ata-color-1);
  font-size: 1.9em;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
a.projects-grid-more-link:hover, a.projects-grid-more-link:focus {
  color: var(--ata-color-1);
}

.projects-grid,
.team-grid {
  --ata-grid-spacing: 15px;
  font-size: 8.5px;
  margin: 0 calc(var(--ata-grid-spacing) / 2 * -1);
}
@media (min-width: 768px) {
  .projects-grid,
  .team-grid {
    --ata-grid-spacing: 30px;
  }
}
@media (min-width: 1025px) {
  .projects-grid,
  .team-grid {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .projects-grid,
  .team-grid {
    font-size: 13px;
  }
}
@media (min-width: 1700px) {
  .projects-grid,
  .team-grid {
    font-size: 14px;
  }
}
.elementor-element-edit-mode .projects-grid,
.elementor-element-edit-mode .team-grid {
  height: 3em;
  overflow: hidden;
  background: #ddd;
  pointer-events: none;
}
.elementor-element-edit-mode .projects-grid > *,
.elementor-element-edit-mode .team-grid > * {
  display: none;
}
.projects-grid.animate-element .project-grid-item,
.team-grid.animate-element .project-grid-item {
  opacity: 0;
  -webkit-transform: scale(0.5) translateY(25px);
          transform: scale(0.5) translateY(25px);
}
.projects-grid.animate-element.in-view .project-grid-item,
.team-grid.animate-element.in-view .project-grid-item {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
}
.projects-grid.animate-element.disable-transition .project-grid-item,
.team-grid.animate-element.disable-transition .project-grid-item {
  -webkit-transition: none;
  transition: none;
}
.projects-grid .project-grid-item,
.team-grid .project-grid-item {
  width: 50%;
  float: left;
  padding: 0 calc(var(--ata-grid-spacing) / 2);
  margin-bottom: var(--ata-grid-spacing);
  -webkit-transition: all 0.25s ease, opacity 0.25s ease, -webkit-transform 0.2s ease;
  transition: all 0.25s ease, opacity 0.25s ease, -webkit-transform 0.2s ease;
  transition: all 0.25s ease, opacity 0.25s ease, transform 0.2s ease;
  transition: all 0.25s ease, opacity 0.25s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 768px) {
  .projects-grid .project-grid-item,
  .team-grid .project-grid-item {
    width: 33.33%;
  }
}
@media (min-width: 1025px) {
  .projects-grid .project-grid-item,
  .team-grid .project-grid-item {
    width: 25%;
  }
}
.projects-grid .project-grid-item.animate-element,
.team-grid .project-grid-item.animate-element {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5) translateY(25px);
          transform: scale(0.5) translateY(25px);
}
.projects-grid .project-grid-item.animate-element.in-view,
.team-grid .project-grid-item.animate-element.in-view {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
}
.projects-grid .project-grid-item.disable-transition,
.team-grid .project-grid-item.disable-transition {
  -webkit-transition: none;
  transition: none;
}
.projects-grid .project-grid-item:hover img, .projects-grid .project-grid-item:focus-within img,
.team-grid .project-grid-item:hover img,
.team-grid .project-grid-item:focus-within img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.projects-grid img,
.team-grid img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  min-height: 15em;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.projects-grid .white-arrow-icon img,
.team-grid .white-arrow-icon img {
  display: inline-block;
  -webkit-transform: none !important;
          transform: none !important;
  min-height: auto;
  width: auto;
  width: 0.8em;
}
.projects-grid .item-link,
.team-grid .item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.projects-grid .item-body,
.team-grid .item-body {
  position: relative;
  overflow: hidden;
}
.projects-grid .item-body .item-ribbon,
.team-grid .item-body .item-ribbon {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  top: -0.1em;
  width: 2.5em;
  height: 7em;
  background: var(--ata-color-1);
  -webkit-transform: rotate(29.95deg);
          transform: rotate(29.95deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  border: 0.12em solid #fff;
  font-size: 1.55em;
}
.projects-grid .item-content,
.team-grid .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
  color: #fff;
  padding: 0.675em;
  border-top: 2px solid #fff;
  font-size: 1.9em;
  font-size: 1.6em;
  line-height: 1;
}
@media (min-width: 758px) {
  .projects-grid .item-content,
  .team-grid .item-content {
    left: 1em;
    padding-left: 0;
  }
}
.projects-grid .item-content .white-arrow-icon,
.team-grid .item-content .white-arrow-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.projects-grid .item-content:before,
.team-grid .item-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1em;
  right: 0;
  height: 150%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black, transparent);
}
.projects-grid .item-content > span,
.team-grid .item-content > span {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .projects-grid.projects,
  .team-grid.projects {
    --ata-grid-spacing: 20px;
  }
}
@media (min-width: 768px) {
  .projects-grid.projects .project-grid-item,
  .team-grid.projects .project-grid-item {
    width: 33.33%;
  }
}
.projects-grid.team,
.team-grid.team {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0;
  height: auto !important;
  font-size: 12px;
}
@media (min-width: 768px) {
  .projects-grid.team,
  .team-grid.team {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .projects-grid.team,
  .team-grid.team {
    font-size: 14px;
  }
}
.projects-grid.team .item-body .item-ribbon,
.team-grid.team .item-body .item-ribbon {
  font-size: 1.5em;
}
@media (max-width: 567px) {
  .projects-grid.team .item-body .item-ribbon,
  .team-grid.team .item-body .item-ribbon {
    font-size: 1em;
  }
}
.projects-grid.team .project-grid-item,
.team-grid.team .project-grid-item {
  position: static !important;
  width: auto;
  float: none;
  padding: 0;
  margin-bottom: 0;
}
.projects-grid.team .project-grid-item:hover img, .projects-grid.team .project-grid-item:focus-within img,
.team-grid.team .project-grid-item:hover img,
.team-grid.team .project-grid-item:focus-within img {
  -webkit-transform: none;
          transform: none;
}
.projects-grid.team .project-grid-item.animate-element,
.team-grid.team .project-grid-item.animate-element {
  -webkit-transform: scale(0.5) translateY(5px);
          transform: scale(0.5) translateY(5px);
}
.projects-grid.team .project-grid-item.animate-element.in-view,
.team-grid.team .project-grid-item.animate-element.in-view {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
}
.projects-grid.team .team-content,
.team-grid.team .team-content {
  font-size: 1.5em;
  color: var(--ata-color-4);
  margin-top: 1em;
  padding-bottom: 2.5em;
  padding-bottom: 1.5em;
}
@media (max-width: 767px) {
  .projects-grid.team .team-content,
  .team-grid.team .team-content {
    padding-bottom: 1.5em;
    padding-bottom: 1em;
  }
}
@media (max-width: 567px) {
  .projects-grid.team .team-content,
  .team-grid.team .team-content {
    font-size: 1.3em;
  }
}
.projects-grid.team .team-content .line1,
.projects-grid.team .team-content .line2,
.team-grid.team .team-content .line1,
.team-grid.team .team-content .line2 {
  display: block;
}

.project-sidebar:not(.toggled),
#sidebar-default.disabled {
  display: none !important;
}

.timeline-slider {
  font-size: 9px;
}
@media (min-width: 768px) {
  .timeline-slider {
    font-size: 9px;
  }
}
@media (min-width: 1025px) {
  .timeline-slider {
    font-size: 10px;
  }
}
@media (min-width: 1400px) {
  .timeline-slider {
    font-size: 10px;
  }
}
.timeline-slider .timeline-tile {
  cursor: -webkit-grab;
  cursor: grab;
  border-left: 2px solid currentColor;
  color: #fff;
  padding-left: 2em;
  padding-bottom: 2em;
  padding-right: 0;
  height: auto;
}
@media (min-width: 768px) {
  .timeline-slider .timeline-tile {
    padding-right: 2em;
  }
}
@media (min-width: 1400px) {
  .timeline-slider .timeline-tile {
    padding-right: 3em;
  }
}
.timeline-slider .tile-line1 {
  font-size: 3.25em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.25em;
}
.timeline-slider .tile-line2 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.ata_animated_svg.image--about-strategy {
  display: block;
  max-width: 100%;
  width: 448px;
  width: 16em;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .ata_animated_svg.image--about-strategy {
    width: 20em;
  }
}
.ata_animated_svg.image--about-strategy.animate-element #logo_icon,
.ata_animated_svg.image--about-strategy.animate-element #txt_yourc,
.ata_animated_svg.image--about-strategy.animate-element #txt_ourc,
.ata_animated_svg.image--about-strategy.animate-element #txt_smart,
.ata_animated_svg.image--about-strategy.animate-element #triangle_1,
.ata_animated_svg.image--about-strategy.animate-element #triangle_2,
.ata_animated_svg.image--about-strategy.animate-element #triangle_3 {
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.ata_animated_svg.image--about-strategy.animate-element #triangle_1 {
  mix-blend-mode: multiply;
  fill: #4e4e4e;
}
.ata_animated_svg.image--about-strategy.animate-element #triangle_3 {
  mix-blend-mode: multiply;
  fill: #6d6e70;
}
.ata_animated_svg.image--about-strategy.animate-element #txt_yourc {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
}
.ata_animated_svg.image--about-strategy.animate-element #txt_ourc {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
}
.ata_animated_svg.image--about-strategy.animate-element #txt_smart {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.ata_animated_svg.image--about-strategy.animate-element #logo_icon {
  -webkit-transform: translateY(120px) scale(0.1);
          transform: translateY(120px) scale(0.1);
}
.ata_animated_svg.image--about-strategy.animate-element.in-view #triangle_1 {
  opacity: 0.28;
}
.ata_animated_svg.image--about-strategy.animate-element.in-view #triangle_2 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ata_animated_svg.image--about-strategy.animate-element.in-view #triangle_3 {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.ata_animated_svg.image--about-strategy.animate-element.in-view #txt_yourc {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.ata_animated_svg.image--about-strategy.animate-element.in-view #txt_ourc {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.ata_animated_svg.image--about-strategy.animate-element.in-view #txt_smart {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.ata_animated_svg.image--about-strategy.animate-element.in-view #logo_icon {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.dotted-video-overlay > .elementor-background-video-container:before {
  content: "";
  display: block;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  background: rgba(127, 127, 127, 0.1) !important;
  background-image: radial-gradient(black 33%, transparent 33%) !important;
  background-size: 2px 2px !important;
}
@media (min-width: 1400px) {
  .dotted-video-overlay > .elementor-background-video-container:before {
    background-size: 3px 3px !important;
  }
}

@media (orientation: landscape) {
  .min-aspect-for-portrait:before {
    content: "";
    position: static !important;
    float: left;
    height: 100vh;
    min-height: 400px;
  }
  .min-aspect-for-portrait:after {
    display: table;
    content: "";
    clear: both;
  }
}
@media (orientation: portrait) {
  .min-aspect-for-portrait:before {
    content: "";
    position: static !important;
    float: left;
    height: 75vw;
    min-height: 400px;
  }
  .min-aspect-for-portrait:after {
    display: table;
    content: "";
    clear: both;
  }
}
@media (orientation: portrait) {
  .forclients-headline-after {
    -webkit-transition: none !important;
    transition: none !important;
    will-change: transform;
  }
}

#forclients-headline-clone {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.in-viewport #forclients-headline-clone {
  display: none;
}
.elementor-edit-mode #forclients-headline-clone {
  display: none !important;
}

#forclients-headline {
  --ata-headline-color: "#fff";
  --ata-headline-shadow-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}
#forclients-headline .elementor-heading-title {
  color: var(--ata-headline-color) !important;
  text-shadow: 4px -4px 20px var(--ata-headline-shadow-color) !important;
}

@-webkit-keyframes homeTitleAnimation {
  to {
    color: var(--ata-color-1);
  }
}

@keyframes homeTitleAnimation {
  to {
    color: var(--ata-color-1);
  }
}
.ata-title-icon .elementor-heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: -0.08em;
}
.ata-title-icon .elementor-heading-title:before {
  content: "";
  display: inline;
  margin-right: 0.25em;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 0.7em;
  height: 0.85em;
  margin-top: -0.05em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
body:not(.home) .ata-title-icon .elementor-heading-title:before {
  margin-right: 0.3em;
  margin-left: -1em;
}
.ata-title-icon.multiline .elementor-heading-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ata-title-icon.green-arrow .elementor-heading-title:before {
  background-image: url("../img/green_arrow.png");
  background-image: url("../img/arrow_green.svg");
}
.ata-title-icon.white-arrow .elementor-heading-title:before {
  background-image: url("../img/arrow_white.svg");
}

.ata-el-button .elementor-button-content-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ata-el-button .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 0.8em;
}

.social-list .elementor-icon-list-icon {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background: var(--ata-color-1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 !important;
  margin-right: 0.3em;
}
.social-list .elementor-icon-list-text {
  color: inherit !important;
}
.social-list .elementor-icon-list-item > a {
  color: var(--ata-color-4);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.states-list {
  width: 100%;
}
.states-list .elementor-heading-title {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media (min-width: 768px) {
  .states-list .elementor-heading-title {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
.states-list .keeptogether {
  display: inline-block;
  width: 100%;
}

.wpcf7 {
  font-size: 18px;
}
@media (min-width: 1025px) {
  .wpcf7 {
    font-size: 20px;
  }
}
.wpcf7 form p {
  margin-bottom: 0.7em;
}
.wpcf7 input[type=date],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7 select,
.wpcf7 textarea {
  font-size: 1em;
  border: 0;
  outline: none;
  border-radius: 0;
  color: var(--ata-color-4);
  border: 2px solid var(--ata-color-1);
  padding: 0.75em 0.85em 0.5em;
  line-height: 1.2;
}
.wpcf7 [type=button], .wpcf7 [type=submit], .wpcf7 button {
  font-size: 1em;
}
.wpcf7 .wpcf7-submit {
  background-color: var(--ata-color-1);
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 0.75em 0.85em 0.5em;
  line-height: 1.2;
  text-transform: none;
  font-weight: bold;
  min-width: 11em;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 0.8em;
  background-position: 90% center;
  background-position: calc(100% - 0.85em) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 31.15 35.96' viewBox='0 0 31.15 35.96'%3E%3Cpolygon points='9.05,30.74 31.15,17.98 0,0 0,7.76 17.71,17.98 9.05,22.98' fill='%23fff'%3E%3C/polygon%3E%3Cpolygon points='7.37,31.71 7.37,23.95 0,28.21 0,35.96' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E");
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-submit:focus {
  opacity: 0.9;
  outline: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #b80000;
}
.wpcf7 form .wpcf7-response-output {
  border: 0;
  padding: 0.5em 1em;
  background: #00a0d2;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  margin: 0;
  margin-top: 1em;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: var(--ata-color-1); /* Green */
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232; /* Red */
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900; /* Yellow */
  background: #fbe7b2;
  color: #b80000;
}

.join-team-modal.tingle-modal--visible {
  padding: calc(var(--site-padding) * 0.5);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
}
@media (min-width: 768px) {
  .join-team-modal.tingle-modal--visible {
    padding: var(--site-padding);
  }
}
.join-team-modal .tingle-modal__close {
  display: none !important;
}
.join-team-modal .tingle-modal-box {
  width: 100%;
  max-width: 55em;
  border-radius: 0;
  background: transparent;
}
.join-team-modal .tingle-modal-box__content {
  padding: 0;
  overflow: visible;
}

.join_team_form {
  --ata-section-para-fz: 20px;
  --ata-section-title-fz: 42px;
  position: relative;
  background: #fff;
  color: var(--ata-color-3);
  padding: calc(var(--site-padding) * 1.2);
  font-size: var(--ata-section-para-fz);
}
@media (min-width: 414px) {
  .join_team_form {
    padding: calc(var(--site-padding) * 1.5);
  }
}
@media (min-width: 768px) {
  .join_team_form {
    padding: var(--site-padding);
    padding-top: calc(var(--site-padding) / 1.5);
    padding-bottom: calc(var(--site-padding) / 1.5);
  }
}
@media (max-width: 1024px) {
  .join_team_form {
    --ata-section-para-fz: 18px;
  }
}
@media (max-width: 1399px) {
  .join_team_form {
    --ata-section-title-fz: 40px;
  }
}
@media (max-width: 1024px) {
  .join_team_form {
    --ata-section-title-fz: 36px;
  }
}
@media (max-width: 767px) {
  .join_team_form {
    --ata-section-title-fz: 32px;
  }
}
@media (max-width: 500px) {
  .join_team_form {
    --ata-section-title-fz: 28px;
  }
}
@media (max-width: 480px) {
  .join_team_form {
    --ata-section-title-fz: 26px;
  }
}
@media (max-width: 414px) {
  .join_team_form {
    --ata-section-title-fz: 24px;
  }
}
.join_team_form .container {
  position: relative;
}
.join_team_form .join-team-modal-close {
  font-size: var(--ata-section-title-fz, 42px);
  width: 1.5em;
  height: 1.5em;
  background: none !important;
  border: none !important;
  color: var(--ata-color-3);
  padding: 0;
  position: absolute;
  right: -1.25em;
  margin-top: -0.35em;
}
@media (max-width: 480px) {
  .join_team_form .join-team-modal-close {
    width: 1.8em;
    height: 1.8em;
  }
}
.join_team_form .join-team-header {
  margin-bottom: 0.75em;
}
.join_team_form .join-team-header .elementor-heading-title {
  line-height: 1;
  font-weight: 600;
  font-size: var(--ata-section-title-fz, 42px);
  color: var(--ata-color-3);
  padding-right: 0.25em;
}
.join_team_form .cvFileInput input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.join_team_form .cvFileInput input[type=file] + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0.75em 0.85em 0.5em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  text-transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f1e5e6;
  background-color: var(--ata-color-3);
}
.join_team_form .cvFileInput input[type=file] + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}
.join_team_form .cvFileInput input[type=file]:focus + label, .join_team_form .cvFileInput input[type=file].has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.join_team_form .cvFileInput input[type=file]:focus + label, .join_team_form .cvFileInput input[type=file].has-focus + label, .join_team_form .cvFileInput input[type=file] + label:hover {
  background-color: var(--ata-color-4);
}
.join_team_form .joinTeamSubmitRow .wpcf7-submit {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  min-width: 5em;
}
@media (min-width: 600px) {
  .join_team_form .joinTeamSubmitRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1em;
  }
  .join_team_form .joinTeamSubmitRow .cvFileInput {
    max-width: calc(100% - 12em);
  }
  .join_team_form .joinTeamSubmitRow .joinTeamSubmit {
    position: relative;
  }
  .join_team_form .joinTeamSubmitRow .joinTeamSubmit .wpcf7-submit {
    width: auto;
    margin-bottom: 0;
    min-width: 11em;
  }
  .join_team_form .joinTeamSubmitRow .joinTeamSubmit .wpcf7-spinner {
    position: absolute;
    right: -2em;
    top: 1.25em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
}
.join_team_form form.wpcf7-form.sent > *:not(.wpcf7-response-output):not(.joinTeamPretext) {
  display: none;
}
.join_team_form form.wpcf7-form.sent .wpcf7-response-output {
  padding: 1em;
  text-align: center;
}

.tingle-modal.project-modal {
  z-index: 4;
  font-size: var(--ata-header-fz);
}
.tingle-modal.project-modal .tingle-modal__close {
  width: 2em;
  height: 2em;
  background: none !important;
  font-size: 4em;
  font-size: var(--ata-header-fz);
  right: calc(var(--site-padding, 2em) - 14px);
  display: none;
}
.tingle-modal.project-modal .tingle-modal__close svg * {
  fill: none;
}
.tingle-modal.project-modal .tingle-modal-box {
  width: 100%;
  background: #0c0c0c;
  -webkit-animation: none;
          animation: none;
}
@media (max-width: 767px) {
  .tingle-modal.project-modal .tingle-modal-box {
    background: #fff;
  }
}
.tingle-modal.project-modal .tingle-modal-box__content {
  overflow: visible;
  padding: 0;
  position: relative;
  padding-top: calc(var(--ata-projects-sticky-header-height, 0px) + var(--ata-wpadmin-bar, 0px));
}
@media (min-width: 768px) {
  .tingle-modal.project-modal .tingle-modal-box__content {
    padding-top: calc(1em + var(--ata-projects-sticky-header-height, 0px) + var(--ata-wpadmin-bar, 0px));
  }
}
.tingle-modal.project-modal.tingle-modal--overflow {
  padding-top: 0;
}

body.project-modal-toggled.home .site-header #site-navigation-toggle {
  display: none !important;
}

.project-content {
  position: relative;
  color: #fff;
  padding: 1em var(--site-padding);
  padding-top: 0;
  padding-bottom: var(--ata-header-top-offset, 1.5em);
  min-height: 80vh;
  min-height: calc(100vh - (1em + var(--ata-projects-sticky-header-height, 0px) + var(--ata-wpadmin-bar, 0px)));
  --container-max-width: 1140px;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --ata-section-para-fz: 20px;
}
@media (min-width: 1400px) {
  .project-content {
    --container-max-width: 1350px;
  }
}
@media (min-width: 1700px) {
  .project-content {
    --container-max-width: 1620px;
  }
}
@media (max-width: 1399px) {
  .project-content {
    --ata-section-title-fz: 40px;
  }
}
@media (max-width: 1024px) {
  .project-content {
    --container-max-width: 1024px;
    --ata-section-para-fz: 18px;
  }
}
@media (max-width: 767px) {
  .project-content {
    --container-max-width: 767px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.5em;
    padding-bottom: var(--site-padding);
    color: var(--ata-color-4);
  }
  body.home .project-content {
    padding-top: 2em;
  }
}
.project-content .project-modal-close {
  width: 2em;
  height: 2em;
  background: none !important;
  border: none !important;
  color: inherit;
  font-size: inherit;
  padding: 0;
  position: absolute;
  right: -0.5em;
  margin-top: -0.5em;
  position: fixed;
  right: calc(var(--ata-header-top-offset, 1.5em) + 0.25em);
  margin-top: -0.25em;
}
@media (max-width: 480px) {
  .project-content .project-modal-close {
    width: 1.8em;
    height: 1.8em;
  }
}
.project-content .project-container {
  width: 100%;
  max-width: var(--content-width);
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .project-content .project-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: auto;
  }
}
.project-content .project-title {
  font-size: var(--ata-section-title-fz, 42px);
  font-weight: 500;
}
@media (max-width: 1399px) {
  .project-content .project-title {
    --ata-section-title-fz: 40px;
  }
}
@media (max-width: 1024px) {
  .project-content .project-title {
    --ata-section-title-fz: 36px;
  }
}
@media (max-width: 767px) {
  .project-content .project-title {
    --ata-section-title-fz: 32px;
  }
}
@media (max-width: 500px) {
  .project-content .project-title {
    --ata-section-title-fz: 28px;
  }
}
@media (max-width: 480px) {
  .project-content .project-title {
    --ata-section-title-fz: 26px;
  }
}
@media (max-width: 414px) {
  .project-content .project-title {
    --ata-section-title-fz: 24px;
  }
}
.project-content .entry-header {
  padding-right: 1.25em;
}
.project-content .entry-content {
  font-size: var(--ata-section-para-fz);
  max-width: 30em;
  max-width: 34em;
  margin-top: 0.5em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .project-content .entry-content {
    margin-bottom: 1em;
  }
}
.project-content .entry-footer {
  font-size: var(--ata-section-para-fz);
  max-width: var(--content-width);
  margin: 0px auto;
  margin-top: 1em;
  position: relative;
  z-index: 1;
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .project-content .entry-footer {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0;
    padding-top: calc(var(--site-padding) / 2);
    margin: 0;
    margin-bottom: calc(-1 * var(--site-padding) / 2);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1em;
  }
  .project-content .entry-footer .button, .project-content .entry-footer .pagination a, .pagination .project-content .entry-footer a {
    min-width: auto !important;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.project-content .swiper-pagination {
  --swiper-pagination-bullet-size: .85em;
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-color: var(--ata-color-1);
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  position: static;
  text-align: left;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media (max-width: 767px) {
  .project-content .swiper-pagination {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0;
    gap: 0.75em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0.25em;
    margin-left: auto;
    width: auto !important;
    --swiper-pagination-bullet-inactive-color: rgb(180 181 183);
  }
}
.project-content .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid var(--ata-color-4);
}
@media (max-width: 767px) {
  .project-content .swiper-pagination .swiper-pagination-bullet {
    border: 0;
  }
}

.project-slideshow {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 calc(-1 * var(--site-padding));
}
@media (min-width: 768px) {
  .project-slideshow {
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .project-slideshow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.95)), color-stop(75%, transparent));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, transparent 75%);
    z-index: 1;
  }
}
.project-slideshow .swiper,
.project-slideshow .swiper-container {
  height: 100%;
}
.project-slideshow .project-slideshow-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
/*# sourceMappingURL=custom.css.map */