@media screen and (max-width: 768px) {
  .section-hero .container {
    padding: 0 !important;
  }
}
.section-hero .acf-video-wrapper {
  position: relative;
  width: 100%;
  height: 596px;
  margin: 32px auto;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .section-hero .acf-video-wrapper {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper {
    height: 489px;
    margin-top: 0;
  }
}
.section-hero .acf-video-wrapper .acf-video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video, .section-hero .acf-video-wrapper .acf-video-container .acf-video-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video {
  max-width: 1070px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.1s cubic-bezier(0.95, 0, 0.2, 1), visibility 0.1s;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1.2s cubic-bezier(0.95, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons {
    height: -moz-fit-content;
    height: fit-content;
    transform: scale(1.2);
  }
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons img {
  height: 100%;
  display: block;
}
@media screen and (max-width: 900px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 900px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons .poster-desktop {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons .poster-desktop {
    display: none;
  }
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons .poster-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons .poster-mobile {
    display: block;
    width: 100%;
  }
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons .person-bg {
  position: absolute;
  width: 68%;
  height: 100px;
  bottom: 0;
  background: linear-gradient(359deg, #11221E 25.08%, rgba(17, 34, 30, 0) 99.53%);
}
@media screen and (max-width: 1200px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons .person-bg {
    background: linear-gradient(359deg, #11221e 50.08%, rgba(17, 34, 30, 0) 10.53%);
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons .person-bg {
    width: 100%;
    background: linear-gradient(359deg, #11221e 25.08%, rgba(17, 34, 30, 0) 99.53%);
  }
}
@media screen and (max-width: 1200px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .persons img {
    width: 80%;
  }
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-left, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-right, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-left, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-right {
  position: absolute;
  transition: transform 1.2s cubic-bezier(0.95, 0, 0.2, 1);
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-left, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-right, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-left, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-right {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-left, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-right, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-left, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-right {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-left, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-right, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-left, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-right {
    width: 50%;
  }
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-left {
  left: 19%;
  top: 9%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-left {
    left: -21%;
    top: 22%;
  }
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-right {
  right: 28%;
  top: 0%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-right {
    top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-top-right {
    top: 16%;
    right: 8%;
  }
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-left {
  left: 23%;
  bottom: 3%;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-left {
    bottom: 8%;
  }
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-left {
    bottom: 10%;
    left: -3%;
  }
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-right {
  right: 15%;
  bottom: 7%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .arrow-bottom-right {
    right: -24%;
    bottom: 7%;
  }
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .bg {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 4;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .bg {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .bg {
    margin: 0;
    height: 100%;
  }
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .play-buttons {
  position: absolute;
  inset: 0;
  z-index: 15;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .play-buttons .acf-video-play, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .play-buttons .acf-video-play-hover, .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .play-buttons .acf-video-play-clicked {
  position: absolute;
  inset: 0;
  margin: auto;
  background: none;
  border: 0;
  cursor: pointer;
  transition: opacity 1s ease;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .play-buttons .acf-video-play-hover {
  opacity: 0;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .play-buttons .acf-video-play-clicked {
  opacity: 0;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .acf-video-play-hover {
  opacity: 0;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay .acf-video-play-clicked {
  opacity: 0;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay:hover .persons {
  transform: scale(0.7);
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay:hover .persons {
    transform: scale(1);
  }
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay:hover .arrow-top-left {
  transform: translate(-40px, -30px) scale(1.15);
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay:hover .arrow-top-right {
  transform: translate(30px, -40px);
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay:hover .arrow-bottom-left {
  transform: translate(-30px, 30px);
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay:hover .arrow-bottom-right {
  transform: translate(40px, 30px) scale(1.15);
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay:hover .acf-video-play {
  opacity: 0;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay:hover .acf-video-play-hover {
  opacity: 1;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay.clicked .acf-video-play,
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay.clicked .acf-video-play-hover {
  opacity: 0 !important;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay.clicked .acf-video-play-clicked {
  opacity: 1 !important;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay.clicked .arrow-top-left {
  transform: translate(-40px, -30px) scale(1.15);
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay.clicked .arrow-top-right {
  transform: translate(30px, -40px);
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay.clicked .arrow-bottom-left {
  transform: translate(-30px, 30px);
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay.clicked .arrow-bottom-right {
  transform: translate(40px, 30px) scale(1.15);
}
@media screen and (max-width: 768px) {
  .section-hero .acf-video-wrapper .acf-video-container .acf-video-overlay.clicked .persons {
    transform: scale(1);
  }
}
.section-hero .acf-video-wrapper .acf-video-container.is-playing .acf-video, .section-hero .acf-video-wrapper .acf-video-container.is-playing .acf-video-embed {
  opacity: 1;
}
.section-hero .acf-video-wrapper .acf-video-container.is-playing .acf-video-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-play,
.section-hero .acf-video-wrapper .acf-video-container .acf-video-play-hover,
.section-hero .acf-video-wrapper .acf-video-container .acf-video-play-clicked {
  position: absolute;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 1s ease, transform 1s ease;
  background-color: unset;
  top: 0;
  z-index: 9;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-play:focus,
.section-hero .acf-video-wrapper .acf-video-container .acf-video-play-hover:focus,
.section-hero .acf-video-wrapper .acf-video-container .acf-video-play-clicked:focus {
  background-color: unset;
}
.section-hero .acf-video-wrapper .acf-video-container .acf-video-play:hover,
.section-hero .acf-video-wrapper .acf-video-container .acf-video-play-hover:hover,
.section-hero .acf-video-wrapper .acf-video-container .acf-video-play-clicked:hover {
  background-color: unset;
}
.section-hero .scroll-text {
  max-width: 854px;
  margin: auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-hero .scroll-text {
    padding: 0 32px;
  }
}
.section-hero .scroll-text .line {
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(148, 146, 138, 0.3);
  position: absolute;
  left: 4px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .section-hero .scroll-text .line {
    left: 32px;
  }
}
.section-hero .scroll-text .text-container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .section-hero .scroll-text .text-container {
    padding-left: 12px;
    row-gap: 32px;
  }
}
.section-hero .scroll-text .text-container .text {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
  color: #FFFBED;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.5s cubic-bezier(0.15, 0.16, 0.15, 0.14);
}
@media screen and (max-width: 900px) {
  .section-hero .scroll-text .text-container .text {
    will-change: transform, opacity;
    transition-duration: 0.4s;
  }
}
.section-hero .scroll-text .text-container .text:first-child {
  opacity: 1;
  transform: translateY(0);
}
.section-hero .scroll-text .text-container .text::before {
  content: "";
  background: #DAFC85;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -31.5px;
  top: 10px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .section-hero .scroll-text .text-container .text::before {
    left: -15.5px;
    top: 8px;
  }
}
.section-hero .scroll-text .text-container .text p {
  margin: 0;
  color: inherit;
}
@media screen and (max-width: 900px) {
  .section-hero .scroll-text .text-container .text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }
}
.section-hero .scroll-text .text-container .text p strong {
  color: #DAFC85;
}
.section-hero .scroll-text .text-container .text.is-active {
  opacity: 1;
  transform: translateY(0);
  color: #FFFBED;
}
.section-hero .scroll-text .text-container .text.is-active::before {
  opacity: 1;
  transform: scale(1);
}
.section-hero .scroll-text .text-container .text.is-viewed {
  opacity: 1;
  transform: translateY(0);
  color: #94928A;
}
.section-hero .scroll-text .text-container .text.is-viewed::before {
  opacity: 0;
  transform: scale(0);
}

.section-cards {
  padding-top: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .section-cards {
    padding-top: 80px;
    padding-bottom: 112px;
  }
}
.section-cards .container {
  display: flex;
  gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .section-cards .container {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
}
.section-cards .card-item {
  position: relative;
  max-width: 501px;
  width: 100%;
  padding: 32px 24px 24px 24px;
  border-radius: 12px;
  background: rgba(77, 77, 77, 0.1);
  backdrop-filter: blur(17.5px);
  border: 3px solid transparent;
  transition: 0.6s all;
}
@media screen and (max-width: 900px) {
  .section-cards .card-item {
    max-width: 326px;
    padding: 24px 20px;
  }
  .section-cards .card-item .gradient-border {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.section-cards .card-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(153deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.02) 30%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.section-cards .card-item:hover {
  background: rgba(218, 252, 133, 0.0588235294);
}
.section-cards .card-item:hover::before {
  background: linear-gradient(153deg, #dafc85 0%, rgba(218, 252, 133, 0.1) 20%);
}
.section-cards .card-item h3 {
  margin-bottom: 8px;
  color: #FFFBED;
}
.section-cards .card-item p {
  color: #E3DECE;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}
@media screen and (max-width: 900px) {
  .section-cards .card-item p {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }
}
.section-cards .card-item .btn {
  margin-top: 24px;
  display: inline-flex;
}
@media screen and (max-width: 900px) {
  .section-cards .card-item .btn {
    max-width: 222px;
  }
}

.section-secure .h2 {
  padding-left: 107px;
  margin-bottom: 55px;
}
@media screen and (max-width: 900px) {
  .section-secure .h2 {
    padding: 0;
    margin-bottom: 24px;
  }
}
.section-secure .h2 h2 {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .section-secure .h2 h2 {
    font-size: 24px !important;
  }
  .section-secure .h2 h2 br {
    display: none;
  }
}
.section-secure .cards {
  background: #152B26;
}
.section-secure .cards .cards-container {
  padding-top: 25px;
  padding-bottom: 31px;
}
@media screen and (max-width: 900px) {
  .section-secure .cards .cards-container {
    padding: 32px 0;
  }
}
.section-secure .cards .cards-container .container {
  display: flex;
}
@media screen and (max-width: 900px) {
  .section-secure .cards .cards-container .container {
    flex-direction: column;
  }
}
.section-secure .cards .cards-container .container .card-item {
  display: flex;
  border-right: 1px solid rgba(148, 146, 138, 0.3);
  border-left: 1px solid rgba(148, 146, 138, 0.3);
}
@media screen and (max-width: 900px) {
  .section-secure .cards .cards-container .container .card-item {
    border-bottom: 1px solid rgba(148, 146, 138, 0.3);
    border-right: 0;
    border-left: 0;
    padding: 32px 0;
    justify-content: space-between;
  }
  .section-secure .cards .cards-container .container .card-item:first-child {
    border-top: 1px solid rgba(148, 146, 138, 0.3);
  }
}
.section-secure .cards .cards-container .container .card-item .card-right {
  display: flex;
  align-items: flex-end;
  padding: 0 64px;
}
@media screen and (max-width: 1200px) {
  .section-secure .cards .cards-container .container .card-item .card-right {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1100px) {
  .section-secure .cards .cards-container .container .card-item .card-right {
    padding: 0 30px;
  }
}
@media screen and (max-width: 900px) {
  .section-secure .cards .cards-container .container .card-item .card-right {
    align-items: flex-start;
    padding: 0;
  }
}
.section-secure .cards .cards-container .container .card-item .card-right span {
  color: #94928A;
  font-size: 105px;
  font-style: normal;
  font-weight: 400;
  line-height: 74%;
  transition: 0.5s all;
}
@media screen and (max-width: 900px) {
  .section-secure .cards .cards-container .container .card-item .card-right span {
    font-size: 64px;
  }
}
.section-secure .cards .cards-container .container .card-item .card-left {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 426px;
  transition: all 2s cubic-bezier(0.65, 1, 0.5, 1);
  width: 0;
  opacity: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .section-secure .cards .cards-container .container .card-item .card-left {
    min-height: 0;
    padding: 0;
    padding-left: 0;
  }
}
.section-secure .cards .cards-container .container .card-item .card-left img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: 1s all;
}
@media screen and (max-width: 900px) {
  .section-secure .cards .cards-container .container .card-item .card-left img {
    max-width: 0;
  }
}
.section-secure .cards .cards-container .container .card-item .card-left h3 {
  color: #DAFC85;
  margin: 0;
  min-width: 300px;
}
@media screen and (max-width: 900px) {
  .section-secure .cards .cards-container .container .card-item .card-left h3 {
    max-width: 235px;
    padding-right: 56px;
  }
}

@media screen and (max-width: 768px) {
  .section-secure .cards .cards-container .container .card-item .card-left h3 {
    min-width: 500px;
  }
}

@media screen and (max-width: 500px) {
  .section-secure .cards .cards-container .container .card-item .card-left h3 {
    min-width: 355px;
  }
}

@media screen and (max-width: 900px) {
  .section-secure .cards .cards-container .container .card-item.is-active {
    border-top: 1px solid rgba(148, 146, 138, 0.3);
  }
}
.section-secure .cards .cards-container .container .card-item.is-active {
  border-color: #DAFC85;
}
.section-secure .cards .cards-container .container .card-item.is-active .card-right span {
  color: #DAFC85;
}
.section-secure .cards .cards-container .container .card-item.is-active .card-left {
  width: 330px;
  opacity: 1;
  padding-left: 30px;
}
@media screen and (max-width: 900px) {
  .section-secure .cards .cards-container .container .card-item.is-active .card-left {
    padding-left: 0;
    width: 0;
  }
}
@media screen and (max-width: 900px) {
  .section-secure .cards .cards-container .container .card-item.is-active .card-left img {
    padding-top: 32px;
    max-width: 145px;
  }
}

.section-data-agent {
  padding: 160px 0;
}
@media screen and (max-width: 900px) {
  .section-data-agent {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .section-data-agent .container {
    padding: 0 !important;
  }
}
.section-data-agent .specialists {
  max-width: 1034px;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 120px;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists {
    row-gap: 112px;
  }
}
.section-data-agent .specialists .specialist .title {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .title {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 0 32px;
  }
}
.section-data-agent .specialists .specialist .title h2 {
  font-size: 60px !important;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .title h2 {
    font-size: 40px !important;
  }
}
.section-data-agent .specialists .specialist .title span {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 187%;
  color: #94928A;
  font-family: "Axiforma";
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .title span {
    font-size: 24px;
  }
}
.section-data-agent .specialists .specialist .bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .bottom {
    flex-direction: column;
    margin-top: 24px;
    align-items: center;
    gap: 40px;
  }
}
.section-data-agent .specialists .specialist .bottom .left {
  max-width: 533px;
  width: 100%;
}
.section-data-agent .specialists .specialist .bottom .left .image {
  display: block;
  height: 100%;
  position: relative;
  background: #DAFC85;
  overflow: hidden;
}
.section-data-agent .specialists .specialist .bottom .left .image .person {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transform-origin: center center;
  transition: transform 1.2s cubic-bezier(0.95, 0, 0.2, 1);
  will-change: transform;
}
.section-data-agent .specialists .specialist .bottom .left .image .overlay {
  opacity: 0;
  background: #050C0B;
  transition: 1.1s all;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #050C0B;
  position: absolute;
  inset: 0;
  transition: opacity 1.2s cubic-bezier(0.95, 0, 0.2, 1);
}
.section-data-agent .specialists .specialist .bottom .left .image .play-default, .section-data-agent .specialists .specialist .bottom .left .image .play-hover, .section-data-agent .specialists .specialist .bottom .left .image .play-click {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  margin: auto;
  transition: 1.1s all;
  inset: 0;
  z-index: 9;
  margin: auto;
  transition: opacity 1.2s cubic-bezier(0.95, 0, 0.2, 1);
}
.section-data-agent .specialists .specialist .bottom .left .image .play-default.mobile, .section-data-agent .specialists .specialist .bottom .left .image .play-hover.mobile, .section-data-agent .specialists .specialist .bottom .left .image .play-click.mobile {
  display: none;
  width: 56px;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .bottom .left .image .play-default.desktop, .section-data-agent .specialists .specialist .bottom .left .image .play-hover.desktop, .section-data-agent .specialists .specialist .bottom .left .image .play-click.desktop {
    display: none;
  }
  .section-data-agent .specialists .specialist .bottom .left .image .play-default.mobile, .section-data-agent .specialists .specialist .bottom .left .image .play-hover.mobile, .section-data-agent .specialists .specialist .bottom .left .image .play-click.mobile {
    display: block;
  }
}
.section-data-agent .specialists .specialist .bottom .left .image .play-hover {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.95, 0, 0.2, 1), transform 1.2s cubic-bezier(0.95, 0, 0.2, 1);
}
.section-data-agent .specialists .specialist .bottom .left .image .play-hover.mobile {
  width: 70px;
}
.section-data-agent .specialists .specialist .bottom .left .image .play-click {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.95, 0, 0.2, 1), transform 1.2s cubic-bezier(0.95, 0, 0.2, 1);
  width: 84px;
}
.section-data-agent .specialists .specialist .bottom .left .image .play-click.mobile {
  width: 70px;
}
.section-data-agent .specialists .specialist .bottom .left .image:hover .person {
  transform: scale(1);
}
.section-data-agent .specialists .specialist .bottom .left .image:hover .play-hover {
  opacity: 1;
}
.section-data-agent .specialists .specialist .bottom .left .image:hover .play-default {
  opacity: 0;
}
.section-data-agent .specialists .specialist .bottom .left .image:hover .overlay {
  opacity: 0.6;
}
.section-data-agent .specialists .specialist .bottom .left .image:active .person, .section-data-agent .specialists .specialist .bottom .left .image:focus .person {
  transform: scale(1);
}
.section-data-agent .specialists .specialist .bottom .left .image:active .play-hover, .section-data-agent .specialists .specialist .bottom .left .image:focus .play-hover {
  opacity: 0;
}
.section-data-agent .specialists .specialist .bottom .left .image:active .play-default, .section-data-agent .specialists .specialist .bottom .left .image:focus .play-default {
  opacity: 0;
}
.section-data-agent .specialists .specialist .bottom .left .image:active .play-click, .section-data-agent .specialists .specialist .bottom .left .image:focus .play-click {
  opacity: 1;
}
.section-data-agent .specialists .specialist .bottom .left .image:active .overlay, .section-data-agent .specialists .specialist .bottom .left .image:focus .overlay {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .bottom .left .image:hover .person, .section-data-agent .specialists .specialist .bottom .left .image:focus .person, .section-data-agent .specialists .specialist .bottom .left .image:active .person {
    transform: scale(1);
  }
  .section-data-agent .specialists .specialist .bottom .left .image:hover .play-hover, .section-data-agent .specialists .specialist .bottom .left .image:focus .play-hover, .section-data-agent .specialists .specialist .bottom .left .image:active .play-hover {
    opacity: 1;
  }
  .section-data-agent .specialists .specialist .bottom .left .image:hover .play-default, .section-data-agent .specialists .specialist .bottom .left .image:focus .play-default, .section-data-agent .specialists .specialist .bottom .left .image:active .play-default {
    opacity: 0;
  }
  .section-data-agent .specialists .specialist .bottom .left .image:hover .overlay, .section-data-agent .specialists .specialist .bottom .left .image:focus .overlay, .section-data-agent .specialists .specialist .bottom .left .image:active .overlay {
    opacity: 0.6;
  }
}
.section-data-agent .specialists .specialist .bottom .right {
  max-width: 466px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .bottom .right {
    padding: 0 32px;
  }
}
.section-data-agent .specialists .specialist .bottom .right h3 {
  color: #DAFC85;
  font-family: "Outfit";
  font-size: 40px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 140% !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .bottom .right h3 {
    font-size: 24px !important;
    line-height: 110% !important;
  }
}
.section-data-agent .specialists .specialist .bottom .right .superpowers {
  padding-left: 72px;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .bottom .right .superpowers {
    padding-left: 56px;
  }
}
.section-data-agent .specialists .specialist .bottom .right .superpowers .superpower {
  display: flex;
  align-items: center;
  gap: 32px;
  text-decoration: unset;
  color: #DAFC85;
  border-top: unset;
  border-bottom: 1px solid;
  border-color: rgba(148, 146, 138, 0.3);
  position: relative;
  transition: 0.3s all;
  cursor: default;
}
.section-data-agent .specialists .specialist .bottom .right .superpowers .superpower p {
  font-family: "Outfit";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 24px 0;
  color: #FFFBED;
  transition: 0.8s all;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .bottom .right .superpowers .superpower p {
    font-weight: 300;
    font-size: 18px;
    padding: 16px 0;
  }
}
.section-data-agent .specialists .specialist .bottom .right .superpowers .superpower .arrow-down, .section-data-agent .specialists .specialist .bottom .right .superpowers .superpower .arrow-up {
  position: absolute;
  transition: 0.8s all;
  left: -72px;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .bottom .right .superpowers .superpower .arrow-down, .section-data-agent .specialists .specialist .bottom .right .superpowers .superpower .arrow-up {
    left: -56px;
  }
}
.section-data-agent .specialists .specialist .bottom .right .superpowers .superpower .arrow-up {
  display: none;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .bottom .right .superpowers .superpower .arrow-down {
    transform: rotate(-90deg);
    max-width: 32px;
    width: 100%;
    height: 32px;
  }
  .section-data-agent .specialists .specialist .bottom .right .superpowers .superpower .arrow-down svg {
    width: 100%;
    height: 100%;
  }
  .section-data-agent .specialists .specialist .bottom .right .superpowers .superpower .arrow-down svg path {
    fill: #DAFC85;
  }
}
.section-data-agent .specialists .specialist .bottom .right .superpowers .superpower:hover {
  border-color: #DAFC85;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .bottom .right .superpowers .superpower:hover {
    border-color: rgba(148, 146, 138, 0.3);
  }
}
.section-data-agent .specialists .specialist .bottom .right .superpowers .superpower:hover p {
  color: #DAFC85;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist .bottom .right .superpowers .superpower:hover p {
    color: #FFFBED;
  }
}
.section-data-agent .specialists .specialist .bottom .right .superpowers .superpower:hover .arrow-down {
  transform: rotate(-90deg);
}
.section-data-agent .specialists .specialist .bottom .right .superpowers .superpower:hover .arrow-down svg path {
  fill: #DAFC85;
}
.section-data-agent .specialists .specialist:nth-child(even) .bottom {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .section-data-agent .specialists .specialist:nth-child(even) .bottom {
    flex-direction: column;
  }
}

.section-collaboration {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .section-collaboration .container {
    padding: 0 !important;
  }
}
.section-collaboration .collaboration {
  max-width: 1034px;
  margin: auto;
}
.section-collaboration .collaboration h2 {
  max-width: 641px;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  color: #DAFC85;
}
@media screen and (max-width: 900px) {
  .section-collaboration .collaboration h2 {
    margin-bottom: 16px;
    font-size: 24px !important;
    margin-left: 0;
    text-align: left;
    padding: 0 32px;
  }
}
.section-collaboration .collaboration p {
  text-align: center;
  color: #E3DECE;
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 17px;
}
@media screen and (max-width: 900px) {
  .section-collaboration .collaboration p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 34px;
    padding: 0 32px;
  }
}
.section-collaboration .collaboration img {
  display: block;
  max-width: 980px;
}
.section-collaboration .collaboration .image-mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .section-collaboration .collaboration .image-desktop {
    display: none;
  }
  .section-collaboration .collaboration .image-mobile {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-collaboration .collaboration .image-mobile {
    width: 100%;
  }
}
.section-collaboration .moving-line {
  background: #DAFC85;
  overflow: hidden;
  width: 100%;
}
.section-collaboration .moving-line .moving-line-track {
  display: flex;
  white-space: nowrap;
  gap: 20px;
  animation: scroll-line 40s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 900px) {
  .section-collaboration .moving-line .moving-line-track {
    gap: 10px;
    animation: scroll-line 15s linear infinite;
  }
}
.section-collaboration .moving-line .moving-line-group {
  display: flex;
  flex-shrink: 0;
}
.section-collaboration .moving-line .text-item {
  display: flex;
  align-items: center;
  padding: 25px;
  gap: 5px;
}
@media screen and (max-width: 900px) {
  .section-collaboration .moving-line .text-item {
    padding: 12px 16px;
  }
  .section-collaboration .moving-line .text-item img {
    width: 20px;
    height: 20px;
  }
}
.section-collaboration .moving-line .text-item span {
  font-family: "Axiforma";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #152B26;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .section-collaboration .moving-line .text-item span {
    font-size: 14px;
    margin: 0;
  }
}
.section-collaboration .squares {
  height: 100% !important;
  bottom: 0;
  top: unset !important;
}

@keyframes scroll-line {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes scroll-line {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-line-mob {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-30%);
  }
}
.moving-line-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  animation: scroll-line 40s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 900px) {
  .moving-line-track {
    animation: scroll-line-mob 40s linear infinite !important;
  }
}

.moving-line-group {
  display: flex;
  flex-shrink: 0;
}

.footer {
  padding-top: 80px;
  padding-bottom: 145px;
  background: #152B26;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 80px 0;
  }
}
.footer .container {
  max-width: 1034px;
}
.footer .container .text-button {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .footer .container .text-button {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
  }
}
.footer .container .text-button p {
  font-family: "Axiforma";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #FFFBED;
  max-width: 706px;
}
@media screen and (max-width: 900px) {
  .footer .container .text-button p {
    font-size: 24px;
    text-align: center;
  }
}
.footer .container .text-button a {
  max-width: 288px;
  width: 100%;
  height: 48px;
  border-radius: 200px;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .footer .container .text-button a {
    margin: 0;
    max-width: 326px;
  }
}
.footer .container .footer-bottom {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer .container .footer-bottom {
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
  }
}
.footer .container .footer-bottom p {
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%;
  color: #94928A;
  opacity: 0.4;
}
@media screen and (max-width: 900px) {
  .footer .container .footer-bottom p {
    font-size: 14px;
  }
}

@font-face {
  font-family: "Axiforma";
  src: url("../fonts/axiforma/Axiforma-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/axiforma/Axiforma-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/axiforma/Axiforma-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/axiforma/Axiforma-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-main: 'Axiforma', system-ui, -apple-system, sans-serif;
}

body {
  font-family: var(--font-main);
}

.design-v2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #152B26;
}
.design-v2 header .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 0;
  max-width: 1280px;
  margin: auto;
}
.design-v2 header .header-container a svg {
  display: block;
  max-width: 117px;
  width: 100%;
  min-height: 25px;
}
.design-v2 .container {
  max-width: 1280px;
  margin: auto;
  padding: 0 16px;
}
@media screen and (max-width: 900px) {
  .design-v2 .container {
    padding: 0 32px;
  }
}
.design-v2 .footer .container {
  max-width: 1034px;
}
.design-v2 h1 {
  text-align: center;
  font-family: var(--font-main);
  font-size: 48px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 110% !important;
  color: #FFFBED;
  margin: 0;
}
.design-v2 h1 strong {
  color: #DAFC85;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .design-v2 h1 {
    font-size: 32px !important;
  }
}
.design-v2 h2 {
  font-family: var(--font-main);
  font-size: 40px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 140% !important;
  color: #FFFBED;
}
.design-v2 h3 {
  font-family: var(--font-main);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120% !important;
  color: #FFFBED;
}
@media screen and (max-width: 900px) {
  .design-v2 h3 {
    font-size: 20px;
  }
}
.design-v2 .btn-dark-bg {
  color: #DAFC85;
  border: 2px solid #DAFC85;
}
.design-v2 .btn-dark-bg:hover {
  background: rgba(218, 252, 133, 0.1);
}
.design-v2 .btn-dark-bg:focus, .design-v2 .btn-dark-bg:active {
  background: rgba(218, 252, 133, 0.23);
  box-shadow: 0 0 6.8px 0 rgba(218, 252, 133, 0.31);
  border: 2px solid #DAFC85;
}
.design-v2 .btn-dark-bg p {
  color: #DAFC85;
}
.design-v2 .btn-green-bg {
  background: #DAFC85;
  transition: 0.6s all;
}
.design-v2 .btn-green-bg:hover {
  background: #C8F94F;
}
.design-v2 .btn-green-bg:focus, .design-v2 .btn-green-bg:active {
  border: 2px solid #C8F94F;
  background: #DAFC85;
  box-shadow: 0 0 6.8px 0 rgba(200, 249, 79, 0.46);
}
.design-v2 .btn-green-bg p {
  color: #152B26;
}
.design-v2 .btn {
  height: 40px;
  border-radius: 20px;
  padding: 1px 44px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 180px;
  padding: 1px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s all;
}
.design-v2 .btn p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}
.design-v2 .main-section .squares {
  --grid-color: rgba(218, 252, 133, 0.15);
  background-image: linear-gradient(to right, var(--grid-color) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-color) 1px, transparent 1px);
  background-size: 20px 20px;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4705882353) 0%, transparent 89%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4705882353) 0%, transparent 89%);
  position: absolute;
  width: 100%;
  height: 1681px;
  left: 0;
  top: 686px;
  z-index: -1;
}

.button-green-bg {
  border-radius: 200px;
  background: #5CCF9A;
  text-decoration: none;
  padding: 8px 10px;
  min-width: 248px;
  width: 100%;
  display: block;
  text-align: center;
  transition: .3s all;
}

.button-green-bg span {
  font-family: 'Axiforma';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-box: auto;
  color: #11221E;
}

.button-green-bg:hover {
  background: #54ffaf;
}

.button-green-bg:hover span {
  color: #11221E;
}

/* button-dark-bg */
.button-dark-bg {
  border-radius: 200px;
  border: 2px solid #5CCF9A;
  background: transparent;
  text-decoration: none;
  padding: 6px 30px;
  width: fit-content;
  display: block;
  text-align: center;
  transition: .3s all;
}

.button-dark-bg span {
  font-family: 'Axiforma';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-box: auto;
  color: #5CCF9A;
}

.button-dark-bg:hover {
  border: 2px solid #55eda6;
  background: rgba(85, 237, 166, .36);
}

.button-dark-bg:hover span {
  color: #5CCF9A;
}

@media screen and (max-width: 768px) {
  .button-green-bg {
    padding: 12px 10px;
  }

  .button-dark-bg {
    width: 100%;
    max-width: 328px;
    padding: 9px 30px;
  }
}

@media screen and (max-width: 900px) {
  .design-v2 .main-section .squares {
    background-size: 10px 10px;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4705882353) 0%, transparent 80%);
            mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4705882353) 0%, transparent 80%);
  }
}
@media screen and (max-width: 768px) {
  .design-v2 .main-section .squares {
    top: 777px;
  }
}
/*# sourceMappingURL=main.css.map */
