@charset "UTF-8";
.offcanvas-menu-open {
  display: none;
}
#offcanvas-open-btn, #offcanvas-close-btn {
  background: transparent;
  border: 0;
  padding: 0;
}
body.offcanvas-open .page-content {
  overflow: hidden;
}
#offcanvas-open-btn, #offcanvas-close-btn {
  cursor: pointer;
  width: 36px;
  height: auto;
}
#offcanvas-open-btn img, #offcanvas-close-btn img {
  width: 36px;
}
#offcanvas-close-btn {
  display: flex;
  justify-content: end;
}
#offcanvas-open-btn {
  display: none;
}
.offcanvas-content .mod-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offcanvas-content .mod-menu > .nav-item {
  padding: 6px 0;
  border-bottom: 1px solid #e4e4e4;
}
#offcanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  overflow: scroll;
  z-index: 9999;
  top: 0;
  grid-row: 1;
  grid-column: 1;
}
#offcanvas > * {
  grid-row: 1;
  grid-column: 1;
}
#offcanvas .offcanvas-background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}
#offcanvas .offcanvas-container {
  width: 18rem;
  height: 100%;
  position: absolute;
  right: 0;
  background: #fff;
  transition: all 0.3s ease;
  border-left: 1px solid #e4e4e4;
}
#offcanvas .offcanvas-container .content {
  padding: 24px;
}
#offcanvas .offcanvas-container .content .offcanvas-content {
  grid-row: auto;
  grid-column: auto;
  gap: 24px;
}
@media screen and (max-width: 1400px) {
  #offcanvas {
    display: grid;
  }
  #offcanvas.hide {
    visibility: hidden;
  }
  #offcanvas.hide .offcanvas-background {
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
  }
  #offcanvas.hide .offcanvas-container {
    transform: translateX(-18rem);
  }
  #offcanvas.show {
    visibility: visible;
  }
  #offcanvas.show .offcanvas-background {
    visibility: visible;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: fixed;
  }
  #offcanvas.show .offcanvas-container {
    transform: translateX(0);
  }
}
:root {
  font-size: clamp(1rem, calc(0.838rem + 0.463vw), 1.125rem);
  font-family: "Poppins";
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
  scroll-margin: 100px;
}
body {
  margin: 0;
  padding: 0;
  color: #232323;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
a {
  text-decoration: none;
  color: #3c5e9d;
}
section h1 {
  font-size: 2em;
}
.btn {
  padding: 0.5rem 1.25rem;
  color: #222;
}
.btn.btn-rounded {
  border-radius: 20rem;
}
.btn.btn-outline {
  border: 1px solid;
}
.btn.btn-primary {
  background: #3c5e9d;
  color: white;
}
.badge-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  align-items: center;
}
.badge {
  padding: 0.25rem 0.5rem;
  border-radius: 2rem;
  text-transform: uppercase;
  font-size: 0.65em;
  font-weight: 600;
  background: #fff;
  color: #484848;
  display: block;
  text-align: center;
}
.visually-hidden {
  display: none;
}
.uppercase {
  text-transform: uppercase;
}
#offcanvas {
  display: none;
}
.main-header {
  height: calc(100vh - 100px);
  color: white;
}
.main-header h1 {
  font-size: clamp(3rem, calc(1.25rem + 5vw), 5rem);
  line-height: 1;
}
.main-header a {
  color: white;
}
header {
  height: 100px;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  padding: 0 15px;
  border-bottom: 1px solid #e4e4e4;
}
header .wrap {
  height: 100%;
  display: grid;
  align-items: center;
}
header .logo img {
  max-height: 32px;
  width: auto;
}
header .topmenu {
  display: flex;
  justify-content: space-between;
}
header .menubox {
  display: flex;
  align-items: center;
}
header .menubox .mod-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
}
header .menubox .mod-menu a {
  font-weight: 500;
  position: relative;
}
header .menubox .mod-menu a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 100%;
  left: 0;
  height: 2px;
  background: #7a9eff;
  opacity: 0.5;
  z-index: -1;
  transition-property: right, left;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
header .menubox .mod-menu a:hover::before {
  right: 0;
  left: 0;
}
.text-animation {
  color: #334173;
}
.text-animation h1 {
  font-size: clamp(1.125rem, calc(0.5417rem + 1.6667vw), 2rem);
}
#canvas-section {
  min-height: 650px;
  overflow: hidden;
  user-select: none;
}
#canvas-section canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
#canvas-section .right-image {
  height: calc(100vh - 100px);
}
#canvas-section .right-image .sppb-addon-content, #canvas-section .right-image .sppb-addon-single-image-container {
  height: 100%;
  width: 100%;
}
#canvas-section .right-image .sppb-addon-content .sppb-addon-single-image-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: bottom right;
}
.big-h1 h1 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
}
#gsap-services-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.3em;
}
#gsap-services-menu > .nav-item.deeper.parent {
  margin-bottom: 75px;
}
#gsap-services-menu > .nav-item.deeper.parent span.mod-menu__heading {
  color: #9d9d9d;
}
#gsap-services-menu > .nav-item.deeper.parent ul.mod-menu__sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
#gsap-services-menu > .nav-item.deeper.parent ul.mod-menu__sub .nav-item {
  margin: 6px 0;
}
#gsap-services-menu > .nav-item.deeper.parent ul.mod-menu__sub .nav-item a {
  color: #121212;
}
.services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.services-list a {
  color: #222;
}
.services-list .card {
  background: #fff;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.services-list .card .card-body {
  padding: 15px;
}
.services-list .card .card-body .content {
  min-height: 180px;
}
.services-list .card .card-body h3 {
  margin-top: 0;
}
.services-list .card .card-body p {
  margin-bottom: 0;
}
.services-list .card .card-footer {
  display: flex;
  align-items: end;
  justify-content: end;
}
.services-list .card .card-footer .btn {
  background-color: #232323;
  color: white;
}
.services-list .card .card-footer .btn i {
  padding-left: 12px;
}
.projects-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
}
.projects-list .item {
  min-width: 300px;
  max-width: 300px;
  transform: scale(1);
  transition: transform 0.335s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.projects-list .item:hover {
  transform: scale(1.105);
}
.projects-list .card {
  width: 100%;
}
.projects-list .card.card-primary {
  background: #334173;
}
.projects-list .card.customer-card:hover .card-head .icon {
  transform: rotateX(90deg) rotateZ(45deg) scale(0.5);
  opacity: 0;
}
.projects-list .card.customer-card:hover .card-head .categories {
  opacity: 1;
}
.projects-list .card.customer-card, .projects-list .card.link-card {
  height: 100%;
}
.projects-list .card.customer-card .card-body, .projects-list .card.link-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  height: 100%;
}
.projects-list .card.customer-card .card-head, .projects-list .card.link-card .card-head {
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.projects-list .card.customer-card .card-head .icon, .projects-list .card.customer-card .card-head .categories, .projects-list .card.link-card .card-head .icon, .projects-list .card.link-card .card-head .categories {
  grid-column: 1;
  grid-row: 1;
}
.projects-list .card.customer-card .card-head .icon, .projects-list .card.link-card .card-head .icon {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
  transform: rotate(0) scale(1);
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1;
}
.projects-list .card.customer-card .card-head .categories, .projects-list .card.link-card .card-head .categories {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.projects-list .card.customer-card .card-head .categories .badge-list, .projects-list .card.link-card .card-head .categories .badge-list {
  width: 100%;
  height: 100%;
}
.projects-list .card.customer-card .card-head img, .projects-list .card.link-card .card-head img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.projects-list .card.customer-card h1, .projects-list .card.link-card h1 {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  margin-top: 1rem;
}
.projects-list .card.customer-card a.link-to-external h1::after, .projects-list .card.link-card a.link-to-external h1::after {
  content: " ";
  font-family: "FontAwesome";
  font-size: 0.8rem;
}
.projects-list .card.customer-card .card-content, .projects-list .card.link-card .card-content {
  flex-grow: 1;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
.projects-list .card.customer-card .card-content .content, .projects-list .card.link-card .card-content .content {
  margin-bottom: auto;
}
.projects-list .card.link-card .card-body {
  justify-content: center;
  align-items: center;
  height: 100%;
}
.carousel {
  overflow: hidden;
}
.carousel .marquee {
  display: flex;
  gap: 2rem;
}
.carousel .marquee.traslate .customer-list:first-child {
  margin-left: 125px;
}
.carousel .customer-list {
  display: flex;
  gap: 2rem;
  flex-wrap: nowrap;
}
.carousel .customer-list .item {
  filter: grayscale(1) opacity(0.6);
  transition: all 0.3s ease;
}
.carousel .customer-list .item .icon {
  width: 150px;
  height: 115px;
}
.carousel .customer-list .item .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.carousel .customer-list .item:hover {
  filter: grayscale(0) opacity(1);
}
.scroll {
  animation: scroll 10s linear infinite;
}
.reverse {
  animation-direction: reverse;
}
.sppb-section.overflow-hidden {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.overflow-hidden {
  overflow: hidden;
}
.wrap {
  max-width: 1320px;
  margin: auto;
}
footer {
  background: #12161e;
  padding: 1rem 0;
  font-size: 0.9rem;
  color: #6c7281;
  margin-top: auto;
}
footer a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
footer .mod-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer div.mod-languages {
  text-align: end;
}
footer div.mod-languages a {
  text-decoration: underline;
}
footer div.mod-languages ul li {
  margin: 0;
}
footer div.mod-languages ul li::before {
  content: "/";
  font-weight: 200;
  color: #525b6d;
}
footer div.mod-languages ul li:first-child::before {
  content: "";
}
footer div.mod-languages ul li a {
  color: #6c7281;
  text-decoration: none;
}
footer div.mod-languages ul li.lang-active {
  background-color: transparent;
}
footer div.mod-languages ul li.lang-active a {
  color: #fff;
}
footer .footer-center {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 2rem 0;
  gap: 1.5rem;
}
footer .footer-center .mod-custom > *:first-child {
  margin-top: 0;
}
footer .footer-center .footer-pos-4 {
  align-items: end;
}
footer .footer-bottom {
  padding-top: 1rem;
  border-top: 1px solid #2d3649;
}
footer .footer-bottom .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .socials p {
  display: flex;
  gap: 12px;
}
footer .socials img {
  max-width: 24px;
  max-height: 24px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 2rem));
  }
}
.com_content.view-article .content {
  margin-bottom: 75px;
}
.com-content-article {
  padding-bottom: 50px;
}
.com-content-article.service {
  padding-top: 0;
  padding-bottom: 75px;
}
.com-content-article.service .article-title {
  text-align: center;
}
.com-content-article.service .article-title h1 {
  font-weight: 300;
  font-size: 2.5em;
}
.com-content-article figure.item-image {
  margin: 0;
  display: flex;
  justify-content: center;
}
.com-content-article figure.item-image img {
  max-width: 100%;
  height: auto;
}
.com-content-article.wrap .com-content-article__body {
  max-width: 720px;
  margin: auto;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  justify-items: center;
  margin: auto;
  padding-top: 300px;
  padding-left: 2rem;
  padding-right: 2rem;
  gap: 3rem;
}
.info-grid .item-content {
  display: grid;
}
.info-grid .item {
  width: 100%;
}
.info-grid .item > * {
  width: 100%;
  height: 100%;
}
.info-grid .item .info-item {
  background: rgba(60, 94, 157, 0.64);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-grid .item .photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.messages {
  padding: 1rem 0rem;
  height: 150px;
  position: relative;
}
.bubble {
  overflow: hidden;
  display: inline-block;
  margin: 0 0 0.125rem 0;
  padding: 0.5rem 0.85rem;
  line-height: 1.25rem;
  border-radius: 1.25rem;
  transform-origin: 0 100%;
  vertical-align: middle;
  transition: border-radius 0.25s ease-out 0.075s;
  font-size: 1rem !important;
}
.bubble.left {
  background: rgba(206, 206, 206, 0.5);
}
.bubble.left.cornered {
  border-bottom-left-radius: 0;
}
.bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  width: 0.5rem;
  height: 0.5rem;
}
.bubble span {
  display: block;
}
.bubble span.message {
  opacity: 0;
}
.bubble .loading {
  position: absolute;
  width: 4rem;
  font-size: 2rem;
}
.bubble .loading b {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}
form.nui.form .field label {
  font-weight: 500;
  font-size: 0.8rem;
}
form.nui.form .field label .nui.red {
  color: #df2a2a;
}
form.nui.form .field input[type=date], form.nui.form .field input[type=datetime-local], form.nui.form .field input[type=email], form.nui.form .field input[type=month], form.nui.form .field input[type=number], form.nui.form .field input[type=password], form.nui.form .field input[type=text], form.nui.form .field input[type=time], form.nui.form .field input[type=week], form.nui.form .field textarea, form.nui.form .field input.check-selector {
  padding: 8px 12px;
  border-width: 1px;
  border-radius: 4px;
  font-size: 0.8rem;
}
form.nui.form button[type="submit"] {
  box-shadow: 0 0;
  border: 0;
  background: #5d8df9;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 4px;
}
form.nui.form a.chronocredits {
  display: none;
}
.grid-offer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.grid-offer .card {
  position: relative;
  padding: 2.5rem;
  min-height: 300px;
}
.grid-offer .card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.6s;
  z-index: 0;
  background-color: #3c5e9d;
}
.grid-offer .card:nth-child(1)::before {
  bottom: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}
.grid-offer .card:nth-child(2)::before {
  bottom: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}
.grid-offer .card:nth-child(3)::before {
  top: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}
.grid-offer .card:nth-child(4)::before {
  top: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}
.grid-offer .card h2 {
  margin-top: 0;
}
.grid-offer .card h2, .grid-offer .card p {
  transition: 0.3s;
}
.grid-offer .card .relative {
  position: relative;
}
.grid-offer .card .pl-52 {
  padding-left: 12.5rem;
}
.grid-offer .card .pr-52 {
  padding-right: 12.5rem;
}
.grid-offer .card:hover::before {
  clip-path: circle(110vw at 100% 100%);
}
.grid-offer .card:hover p, .grid-offer .card:hover h2 {
  color: #fff;
}
@media screen and (min-width: 62.5rem) {
  .grid-offer .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
.grid-offer .card:nth-child(1) .circle {
  bottom: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}
.grid-offer .card:nth-child(2) .circle {
  bottom: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}
.grid-offer .card:nth-child(3) .circle {
  top: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}
.grid-offer .card:nth-child(4) .circle {
  top: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}
.ml9 {
  position: relative;
  font-weight: 200;
  font-size: 4em !important;
  color: white;
  text-align: center;
}
.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}
@media screen and (max-width: 1400px) {
  .wrap {
    width: 1140px;
  }
  .projects-list .item:nth-child(7), .projects-list .item:nth-child(8) {
    display: none;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .wrap {
    width: 910px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 992px) {
  .wrap {
    width: 690px;
  }
  header .menubox {
    display: none;
  }
  .offcanvas-menu-open {
    display: flex;
  }
  #offcanvas {
    display: grid;
  }
  #offcanvas.hide {
    visibility: hidden;
  }
  #offcanvas.hide .offcanvas-background {
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
  }
  #offcanvas.hide .offcanvas-container {
    transform: translateX(380px);
  }
  #offcanvas.show {
    visibility: visible;
  }
  #offcanvas.show .offcanvas-background {
    display: block;
  }
  #offcanvas.show .offcanvas-container {
    transform: translateX(0);
  }
  #offcanvas-open-btn {
    display: inherit;
  }
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects-list .item {
    flex: calc(50% - 10px) 0 0;
    min-width: auto;
  }
  .footer .footer-center {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 992px) and (max-width: 768px) {
  .wrap {
    width: 540px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 992px) and (max-width: 768px) and (max-width: 576px) {
  .services-list {
    grid-template-columns: 1fr;
  }
  .projects-list .item {
    flex: calc(100% - 10px) 0 0;
  }
  .wrap {
    width: calc(100% - 24px);
  }
  .footer .footer-center {
    grid-template-columns: 1fr;
  }
}
