@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap");

/* VERSION 1.6 5/07 08:04 */

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

body {
  background: #000710;
}

li,
h1,
h2,
p,
div,
button,
textarea,
input,
h3,
span {
  font-family: Outfit;
}

p {
  line-height: 1.3;
  font-weight: 300;
}

h1 {
  font-weight: 600;
  color: #d8ecff;
}

button {
  font-weight: 500;
}

strong {
  font-weight: 500;
}

.logo-mobile {
  display: none;
}

section {
  z-index: 3 !important;
}

body {
  background: #000710;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(to bottom, #02040a 0%, #02040a 40%, #050b18 70%, #081a3a 100%);
  z-index: -4;
}

.bg-waves {
  position: fixed;
  inset: -10%;
  z-index: -3;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 35%, rgba(0, 110, 255, 0.08), transparent 75%), linear-gradient(200deg, transparent 45%, rgba(0, 80, 255, 0.06), transparent 85%);
  filter: blur(140px);
  opacity: 0.7;
}

.bg-waves-2 {
  position: fixed;
  inset: -5%;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(160deg, transparent 40%, rgba(0, 120, 255, 0.05), transparent 80%), linear-gradient(300deg, transparent 50%, rgba(0, 70, 200, 0.04), transparent 85%);
  filter: blur(160px);
  opacity: 0.6;
}

.bg-waves,
.bg-waves-2 {
  mix-blend-mode: screen;
}

.bg-noise {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background-image: url("data:image/svg+xml,  <svg xmlns='http://www.w3.org/2000/svg'>  <filter id='noise'>  <feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/>  </filter>  <rect width='100%' height='100%' filter='url(%23noise)'/>  </svg>");
  opacity: 0.07;
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
  background-size: 40px 40px;
}

.progress-carousel {
  width: 100%;
  height: 10px;
  position: fixed;
  z-index: 5;
  display: none;
}

.percent-carousel {
  background-color: #49dbff;
  height: 100%;
  position: absolute;
  top: 0;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 12%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1001;
  padding: 26px 48px 14px;
  transition: all 300ms ease-in-out;
}
@keyframes pulseSpot {
  0% {
    background-size: 100px 100px;
  }
  50% {
    background-size: 150px 150px;
  }
  100% {
    background-size: 100px 100px;
  }
}
#navbar .select-lang {
  cursor: pointer;
}
#navbar .options-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
#navbar ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#navbar #cursor {
  cursor: pointer;
}
#navbar li {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #b7c5d2;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
#navbar li img {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  width: 18px;
}
#navbar li .hov-opacity {
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
#navbar li .hov-opacity:hover {
  color: #edf3f9;
}
#navbar li .only-cursor {
  cursor: pointer;
}
#navbar img {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.btn-black {
  width: fit-content;
  background-color: #141414;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  padding: 6px 12px 6px 12px;
  transition: all 0.2s ease-in-out;
}
.btn-black:hover {
  background-color: #434343;
}

.expand-btn-global {
  width: fit-content;
  background-color: transparent;
  border: 1px solid #03a0c9;
  cursor: pointer;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  padding: 3px 12px 3px 12px;
  transition: all 0.2s ease-in-out;
}

.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 8px 6px;
  background: linear-gradient(to bottom, transparent 50%, #000710 100%);
  background: linear-gradient(to top, transparent 50%, #000710 100%);
}

.logo {
  display: flex;
}
.logo img {
  width: 128px;
  cursor: pointer;
  margin-right: 64px;
}

.home {
  position: relative;
  min-height: 110dvh;
  overflow: hidden;
  z-index: 1;
}

#margin-area {
  position: absolute;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 3;
}

.global-video {
  position: absolute;
  object-fit: cover;
  height: 150%;
  width: 100%;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
}

.global-video::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.global-video img {
  margin-top: 120px;
}

.global-video img,
.global-video video {
  filter: brightness(0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -14%) scale(0.7);
  object-position: center 0%;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 66%);
}

#mainVideo {
  display: none;
}

.wrapper-companies-trusted,
.wrapper-title-home {
  position: relative;
  z-index: 2;
}

.bkground-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.bkground-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.layout-mouser {
  display: flex;
  height: 480px;
  width: 100%;
  z-index: 3;
}

.anim-mouse {
  cursor: pointer;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 128px;
  right: 50%;
  transform: translateX(50%);
  z-index: 99;
  height: 46px;
  width: 28px;
  border-radius: 33px;
  border: 2px solid #d8ecff;
  opacity: 0;
  transition: opacity 0.6s ease;
  transition: all 0.1s ease-in-out;
}
.anim-mouse:hover {
  border: 3px solid #e4eef8;
}

.anim-mouse.show {
  opacity: 1;
}

.mouser-int {
  width: 8px;
  height: 8px;
  background-color: #d8ecff;
  border-radius: 100%;
  animation: scrollDown 3s infinite ease-in-out;
}

@keyframes scrollDown {
  0% {
    transform: translateY(-10px);
    opacity: 0.3;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0.3;
  }
}
.drop.active .rot {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}

.drop.active .window {
  display: block;
}

.drop.active .window-2 {
  display: block;
}

.window {
  margin-top: 10px;
  position: absolute;
  right: 0;
  display: none;
  background-color: #000710;
  border: 0.3px solid #25262a;
  border-radius: 12px;
  color: white;
}

li.drop {
  position: relative;
  display: flex;
  flex-direction: column;
}

.father-item {
  width: 100%;
  position: static;
}

.window-2 {
  margin-top: 10px;
  position: absolute;
  display: none;
  top: 100%;
  left: -68px;
  background-color: #000710;
  border: 0.3px solid #25262a;
  border-radius: 12px;
  color: white;
  z-index: 10;
  width: 220px;
}

.right-btns-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 32px;
}

.dropdown {
  width: fit-content;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
.dropdown .flex #flex-arrow {
  display: flex;
  width: 12px;
  margin-left: 6px;
  align-items: center;
  margin-top: 2px;
}
.dropdown .flex p {
  margin-left: 8px;
  color: #d8ecff;
}
.dropdown .flex:hover {
  opacity: 0.7;
}
.dropdown img {
  width: 18px;
}

.global-btn {
  position: relative;
  overflow: hidden;
  width: fit-content;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
  padding: 6px 12px 6px 12px;
  background: #49dbff;
  color: #00272f !important;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(90, 120, 200, 0.12);
  transition: all 0.2s ease-in-out;
  z-index: 0;
  font-weight: 500 !important;
}

.global-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #03a0c9;
  transition: height 0.4s ease;
  z-index: -1;
}

.global-btn:hover::after {
  height: 100%;
}

.global-btn:hover {
  color: #070c00;
}

.global-btn:hover::before {
  opacity: 1;
}

.wrapper-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
}

.btn-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  transition: height 0.4s ease;
  z-index: -1;
}

.btn-card:hover::after {
  height: 100%;
}

.btn-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
  border: none;
  font-size: 18px;
  border-radius: 8px;
  padding: 6px 48px 6px 48px;
  pointer-events: fill;
  z-index: 0;
}

.btn-card-outline {
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 18px;
  pointer-events: fill;
  z-index: 0;
}

#view-features {
  background-color: transparent;
  color: #49dbff;
}

.item-drop {
  display: flex;
  padding: 8px;
  width: max-content;
  margin-right: 10px;
}
.item-drop p {
  cursor: pointer;
}
.item-drop:hover {
  color: #49dbff;
}

.wrapper-title-home {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wrapper-title-home .wrapper-chip {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #141414;
  border-radius: 4px;
  border: 1px solid #49dbff;
  margin: 0 18px;
}
.wrapper-title-home .wrapper-chip::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 120%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.28) 45%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.28) 55%, transparent 100%);
  transform: skewX(-20deg);
  animation: shine 4s linear infinite;
  pointer-events: none;
}
.wrapper-title-home .wrapper-chip .chipsub-home {
  font-weight: 600;
}
.wrapper-title-home .wrapper-chip p {
  padding: 0 4px;
  font-size: 16px;
  margin: 0;
  display: flex;
  color: white;
  font-weight: 600;
  font-weight: 400;
}
@keyframes shine {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
.wrapper-title-home .chip {
  border: none;
  font-size: 16px;
  margin: 0;
  display: flex;
  padding: 8px;
  height: fit-content;
  width: fit-content;
  border-radius: 4px 0 0 4px;
  background-color: #49dbff;
  color: #141414;
}
.wrapper-title-home .chip p {
  color: #000000;
}

#chip-home {
  padding: 0 12px !important;
}

.wrapper-desc-home {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

#title-home {
  display: flex;
  justify-content: center;
  font-size: 48px;
  margin-bottom: 24px;
  text-align: center;
  margin-top: 18px;
  padding: 48px;
}

#description-home {
  width: 75%;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #b7c5d2;
  margin-bottom: 24px;
}

.wrapper-btns {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 0.8%;
}
.wrapper-btns #outline-home-btn {
  width: fit-content;
  background-color: #141414;
  cursor: pointer;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  padding: 6px 12px 6px 12px;
}
.wrapper-btns #outline-home-btn:hover {
  background-color: #434343;
}
.wrapper-btns #home-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: none;
  cursor: pointer;
  padding: 6px 12px 6px 12px;
  border-radius: 4px;
  color: #000000;
  font-size: 18px;
  gap: 10px;
  background-color: #03a0c9;
}
.wrapper-btns #home-btn:hover {
  background-color: #49dbff;
}

.trusted-companies::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  height: 100vh;
  background: radial-gradient(ellipse at center, rgba(0, 140, 255, 0.25) 0%, rgba(0, 140, 255, 0.1) 40%, transparent 70%);
  filter: blur(100px);
  pointer-events: none;
}

.trusted-companies {
  position: relative;
  min-height: 100vh;
  z-index: 2;
  margin-bottom: 8%;
}

.home h2 {
  font-size: 24px;
  color: #929292;
  margin-top: 32px;
}

.clickeable {
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 18px;
  color: #49dbff;
}

.clickeable:hover {
  text-decoration: underline;
}

.wrapper-companies-trusted {
  display: flex;
  padding-left: clamp(1.5rem, 5vw, 6rem);
  justify-content: center;
  flex-direction: column;
}
.wrapper-companies-trusted h2 {
  font-size: 48px;
  width: min(70%, 600px);
  color: #d6d6d6;
}
.wrapper-companies-trusted p {
  padding-top: 18px;
}
.wrapper-companies-trusted .stadistic-numbers {
  margin-top: clamp(2rem, 6vw, 7.5rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.wrapper-companies-trusted .wrap-stadistic {
  position: relative;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px dashed rgba(255, 255, 255, 0.08);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}
.wrapper-companies-trusted .wrap-stadistic:nth-child(2n) {
  border-right: none;
}
.wrapper-companies-trusted .wrap-stadistic:nth-last-child(-n+2) {
  border-bottom: none;
}
.wrapper-companies-trusted .main-number {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wrapper-companies-trusted .number {
  font-size: 32px;
  font-weight: 600;
  color: #e6edf6;
  line-height: 1;
}
.wrapper-companies-trusted .data-number {
  font-size: 32px;
  color: #00bfff;
  line-height: 1;
  font-weight: 600;
}
.wrapper-companies-trusted .wrap-stadistic p {
  font-size: 16px;
  color: #9fb0c3;
  line-height: 1.1;
  padding-top: 12px;
}
.wrapper-companies-trusted .wrap-stadistic:hover {
  background: rgba(0, 140, 255, 0.05);
}
.wrapper-companies-trusted .wrap-stadistic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #00bfff;
  transition: width 0.3s ease;
}
.wrapper-companies-trusted .wrap-stadistic:hover::before {
  width: 100%;
}

.data-companies-trusted {
  width: 60%;
  display: flex;
  flex-direction: column;
  color: #b7c5d2;
}
.data-companies-trusted #data {
  font-size: 18px;
  padding-top: clamp(4rem, 8vw, 6rem);
  max-width: 720px;
  line-height: 1.6;
  color: rgba(180, 200, 220, 0.75);
}
.data-companies-trusted #data #feat1 {
  white-space: pre-line;
}
.data-companies-trusted #feat1 {
  background: linear-gradient(to right, #e6edf6, rgba(180, 200, 220, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.data-companies-trusted #data::before {
  content: "";
  width: 60px;
  height: 2px;
  background: #49dbff;
  display: block;
  margin-bottom: 18px;
  opacity: 0.8;
}
.data-companies-trusted #btn-new-client {
  margin-top: 32px;
  width: fit-content;
}

.wrapper-images-trusted {
  width: 100%;
  margin-top: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-bottom {
  height: 100%;
  gap: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
.align-bottom h1 {
  margin: 0 !important;
}
.align-bottom h2 {
  margin-top: 0 !important;
}
.align-bottom h3 {
  font-size: 18px;
  color: #b7c5d2;
}

.w100 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.flex-only-gap {
  display: flex;
  gap: 24px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-gap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.flex-left {
  display: flex;
  align-items: center;
  justify-content: left;
}

.products-description #title-product {
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.products-description #desc-product {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 18px;
  font-size: 18px;
  color: #b7c5d2;
  padding: 0 68px;
}
.products-description .wrapper-card-products {
  padding: 84px;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.products-description .adv-sug-top {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  height: 130%;
  text-align: center;
  background: linear-gradient(90deg, rgba(150, 170, 165, 0.5), rgba(90, 180, 160, 0.85), rgba(140, 160, 155, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.products-description .card-voice p,
.products-description .card-message p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-description .card-message,
.products-description .card-voice {
  position: sticky;
  top: 2rem;
}
.products-description .card-message {
  z-index: 1;
}
.products-description .card-message .btn-card::after {
  background-color: #49dbff;
}
.products-description .card-voice {
  z-index: 2;
}
.products-description .card-voice .btn-card::after {
  background-color: #23523d;
}
.products-description .box-image {
  position: relative;
  width: 90%;
}
.products-description .box-image .imag-wrap {
  position: relative;
  position: relative;
  width: 284% !important;
  left: -74%;
  top: -30px;
}

.card-voice,
.card-message {
  overflow: hidden;
  border-radius: 24px;
  transition: all 600ms ease;
  height: 584px;
  display: flex;
}

.chip-card {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  height: fit-content;
  border-radius: 6px;
  padding-right: 18px;
  margin-bottom: 38px;
  font-size: 18px;
  background-position: center;
  background-clip: border-box;
}

.card-message {
  background: radial-gradient(circle at 75% 65%, rgba(0, 255, 255, 0.1), transparent 55%), radial-gradient(circle at 25% 25%, rgba(0, 120, 255, 0.08), transparent 50%), linear-gradient(180deg, #020817 0%, #050f1f 40%, #071a2e 70%, #030c1a 100%);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.card-message p,
.card-message .btn-card-outline {
  color: #b7c5d2 !important;
}
.card-message p {
  font-size: 18px;
}
.card-message .btn-card {
  background: #03a0c9;
  color: #000000;
}
.card-message .sub-chip-card {
  padding: 8px;
  background-color: #49dbff;
  border-radius: 4px 0 0 4px;
  color: #000000;
}
.card-message .chip-card {
  border: 1px solid #49dbff;
  color: #000000;
}

.card-message h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
  color: #e4f0ff;
}

.card-voice {
  background: radial-gradient(circle at 75% 25%, rgba(11, 31, 22, 0.28), transparent 55%), radial-gradient(circle at 20% 80%, rgba(40, 120, 90, 0.18), transparent 60%), linear-gradient(135deg, #f4f7f5 0%, #e6efea 40%, #d6e3dd 70%, #c7d6cf 100%);
}
.card-voice h1,
.card-voice p,
.card-voice .btn-card-outline {
  color: #0B1F16 !important;
}
.card-voice h1 {
  font-weight: 700;
}
.card-voice .btn-card {
  background-color: #0B1F16;
  color: white;
}
.card-voice p {
  font-size: 18px;
}
.card-voice .sub-chip-card {
  padding: 8px;
  background-color: #0B1F16;
  border-radius: 4px 0 0 4px;
  color: white;
}
.card-voice .chip-card {
  border: 1px solid #0B1F16;
  color: #0B1F16;
}

.align-bottom {
  padding: 48px;
}

.upper {
  font-size: 48px;
  padding-bottom: 18px;
}

.counter h1 {
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.counter h1.enter {
  opacity: 1;
}

.counter h1.exit {
  opacity: 0;
}

.vertical-text span {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-in-out;
}

.vertical-text span.active {
  opacity: 1;
  transform: translateY(0);
}

.vertical-text span.exit {
  opacity: 0;
  transform: translateY(-20px);
}

.vertical-text h2 {
  height: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  font-size: 32px;
}

.vertical-text h2.active {
  opacity: 1;
}

.vertical-text h2.fade {
  opacity: 0;
}

.number-data {
  margin-bottom: 18px;
  display: flex;
  align-items: baseline;
}
.number-data #number-callers {
  margin-left: 12px;
}

.features-product {
  padding: 68px 68px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 136px;
}
.features-product .column-feature {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 33%;
}
.features-product .column-feature h1 {
  text-align: left;
  font-size: 24px;
}
.features-product .column-feature span {
  margin-top: 10px;
  font-size: 18px;
  text-align: left;
  color: #b7c5d2;
  line-height: 1.3;
}
.features-product .column-feature .text-clamp {
  margin-top: 10px;
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.features-product .column-feature .text-clamp.open {
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
}
.features-product .feature {
  position: relative;
  object-fit: cover;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 56px;
  margin-bottom: 24px;
  border-radius: 24px;
  height: 572px;
}
.features-product .feature::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  pointer-events: none;
}
.features-product .tile-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.features-product .tile-wrapper h1 {
  font-size: 48px;
}
.features-product .tile-wrapper h2 {
  font-size: 18px;
  padding-bottom: 18px;
  color: #49dbff;
}

.know-u-product {
  padding: 0px 68px 0 68px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.know-u-product #desc-voice {
  font-size: 18px;
  width: 68%;
}
.know-u-product .scroll-wrapper {
  margin-top: 48px;
  margin-bottom: 94px;
  position: relative;
  width: 100%;
  height: 760px;
  overflow: hidden;
}
.know-u-product .scroll-container {
  position: relative;
  width: 100%;
  height: 1500px;
}
.know-u-product .scroll-container::-webkit-scrollbar {
  display: none;
}
.know-u-product .card-image {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  height: 348px;
}
.know-u-product .card-image h1 {
  padding: 16px;
  font-size: 22px;
}
.know-u-product .card-image .title-card-scroller {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
}
.know-u-product .card-image .title-card-scroller span {
  color: #b7c5d2;
  padding-top: 18px;
  font-size: 16px;
}
.know-u-product #masonry {
  margin: 32px 0;
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.know-u-product #masonry .card {
  padding: 0;
}
.know-u-product .card {
  width: 100%;
  border-radius: 18px;
  transition: transform 0.2s ease;
  break-inside: avoid;
  transition: all 0.5 ease-in-out;
}
.know-u-product .card .expand-btn-global {
  opacity: 0;
  display: none;
}
.know-u-product .card .overlay {
  display: none;
}
.know-u-product .card.active .overlay {
  display: block;
}
.know-u-product .card.active .expand-btn-global {
  transition: all 0.5 ease-in;
  opacity: 1;
  display: block;
}
.know-u-product .card-content {
  object-fit: cover;
  box-sizing: border-box;
  padding: 12px;
}
.know-u-product .card-content h3 {
  font-size: 18px;
}
.know-u-product .card-content p {
  font-size: 16px;
}
.know-u-product .fade-top,
.know-u-product .fade-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 248px;
  z-index: 2;
}
.know-u-product .fade-bottom {
  pointer-events: none;
}

.wrap-dots-carousel {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px;
  height: 24px;
  border-radius: 8px;
}

.dot {
  cursor: pointer;
  display: flex;
  background-color: rgba(179, 179, 179, 0.152);
  width: 12px;
  height: 90%;
  border-radius: 4px;
}
.dot:hover {
  background-color: #d8ecff;
}

.dot.active {
  background-color: #d8ecff;
}

.description-message-container {
  min-height: 78vh;
}
.description-message-container .tile-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 68px;
  width: fit-content;
}
.description-message-container h1 {
  text-align: left;
}
.description-message-container p {
  width: 628px;
  color: #b7c5d2;
  font-size: 18px;
}
.description-message-container .absolute-container {
  margin-bottom: 94px;
}
.description-message-container .absolute-container::before,
.description-message-container .absolute-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 348px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.description-message-container .wrapper-cards-mov {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  user-select: none;
  margin-top: 48px;
  padding-left: 68px;
  z-index: 999;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
.description-message-container .card-mov-right {
  position: relative;
  flex: 0 0 384px;
  height: 400px;
  border-radius: 24px;
  transition: transform 0.2s ease-out;
}
.description-message-container .card-mov-right::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  border-radius: 0 0 24px 24px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.55) 100%);
}
.description-message-container .card-mov-right span,
.description-message-container .card-mov-right p {
  color: #f5f9ff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.45);
}
.description-message-container .card-mov-right::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: radial-gradient(ellipse at bottom, rgba(0, 180, 255, 0.08), transparent 70%);
  pointer-events: none;
}
.description-message-container .card-mov-right span,
.description-message-container .card-mov-right p,
.description-message-container .card-mov-right h2 {
  overflow-wrap: break-word;
}
.description-message-container .card-mov-right .info {
  width: 384px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  height: 100%;
}
.description-message-container .card-mov-right .info .bandage-tech-log {
  display: flex;
  gap: 12px;
  object-fit: cover;
}
.description-message-container .card-mov-right .info .bandage-tech-log img {
  width: 8%;
}
.description-message-container .card-mov-right .info span {
  display: flex;
  font-size: 18px;
  flex-direction: column;
  width: 100%;
  flex: 1;
  justify-content: flex-end;
  color: white;
  margin-bottom: 12px;
  font-weight: 100;
}
.description-message-container #title-bandage {
  color: #9cbcff;
  font-weight: 400;
}
.description-message-container .card-mov-right .center {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  flex: 1 1 auto;
  min-width: 0;
  color: #cddaf7;
}
.description-message-container .card-mov-right h2 {
  font-size: 18px;
  font-weight: 600;
  color: #9cbcff;
  font-size: 22px;
}
.description-message-container .card-mov-right p {
  font-size: 18px;
  margin-bottom: 4px;
  color: #cddaf7;
}

.container-btn-change {
  display: flex;
}
.container-btn-change h1 {
  padding: 8px;
  font-size: 21px;
}
.container-btn-change span {
  width: 100%;
  color: #a9a9a9;
  display: flex;
  align-items: center;
  justify-content: end;
}
.container-btn-change .option-visible {
  cursor: pointer;
  width: 124px;
  color: #d6d6d6;
  background-color: #3E1CE6;
}
.container-btn-change .option-hidden {
  padding-left: 18px;
  cursor: pointer;
  width: 124px;
  color: #5b5c60;
}
.container-btn-change .option-hidden:hover {
  color: #a9a9a9;
}

.container-drops {
  padding-top: 28px;
  border-top: 1px solid #1A1B1D;
}

.info-voice {
  text-align: left;
  z-index: 3;
}
.info-voice h1 {
  width: 70%;
  font-size: 48px;
}
.info-voice p {
  margin-top: 24px;
  font-size: 18px;
  color: #b7c5d2;
}

.chip {
  font-size: 18px;
  color: #49dbff;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 18px;
  width: fit-content;
  font-weight: 600;
}

.events-news {
  position: relative;
  margin-top: 186px;
}
.events-news h1 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  text-align: center;
}
.events-news p {
  padding-left: 68px;
  padding-right: 68px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  font-size: 18px;
  color: #b7c5d2;
}
.events-news .vr-carousel {
  height: 100vh;
  top: 0;
  perspective: 1786px;
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  touch-action: none;
  margin-top: 18px;
}
.events-news .carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  padding-bottom: 120px;
}
.events-news .content-card-vr,
.events-news .info-card-vr {
  transform: rotateY(180deg);
}
.events-news .card.active-card {
  position: relative;
  border-radius: 24px !important;
  overflow: hidden;
  z-index: 2;
  filter: brightness(1);
}
.events-news .card.active-card .next-event-title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}
.events-news .card.active-card .next-event-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(0, 255, 255, 0.4), rgba(0, 100, 255, 0.2), transparent);
  filter: blur(20px);
  opacity: 0.6;
  z-index: -1;
}
.events-news .card.active-card .next-event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 255, 255, 0.25);
}
.events-news .card.active-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  filter: blur(22px);
  opacity: 0.55;
  pointer-events: none;
  animation: appleGlow 6s ease-in-out infinite;
}
@keyframes appleGlow {
  0% {
    filter: blur(18px);
    opacity: 0.38;
  }
  50% {
    filter: blur(26px);
    opacity: 0.58;
  }
  100% {
    filter: blur(18px);
    opacity: 0.38;
  }
}
.events-news .card {
  transition: transform 260ms ease, opacity 200ms ease, box-shadow 260ms ease;
  will-change: transform;
  position: absolute;
  width: 652px;
  height: 842px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
  transition: opacity 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  filter: brightness(0.2);
}
.events-news .card .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.events-news .card .content-card-vr {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  color: white;
  overflow: hidden;
}
.events-news .card .content-card-vr .info-card-vr {
  box-sizing: border-box;
  object-fit: contain;
  border-top: 6px solid #49dbff;
  padding: 18px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: left;
  position: absolute;
  background-color: var(--BKGROUND-MAIN);
  backdrop-filter: blur(40px);
  width: 100%;
  height: 142px;
  bottom: 0;
  border-radius: 0 0 8px 8px;
}
.events-news .card .content-card-vr .info-card-vr h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.events-news .card .content-card-vr .info-card-vr span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 372px;
  max-lines: 2;
  height: 100px;
  font-size: 32px;
}
.events-news .card .content-card-vr .next-event-card {
  position: absolute;
  z-index: 2;
}
.events-news .card .content-card-vr .next-event-title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}
.events-news .card .content-card-vr .next-event-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(0, 255, 255, 0.4), rgba(0, 100, 255, 0.2), transparent);
  filter: blur(20px);
  opacity: 0.6;
  z-index: -1;
}
.events-news .card .content-card-vr .next-event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid rgba(0, 255, 255, 0.25);
}
.events-news .card .next-event {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}
.events-news .card .next-event-badge {
  align-self: flex-end;
  margin: 28px;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(0, 255, 255, 0.12);
  border: 1px solid rgba(0, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
}
.events-news .info h1 {
  font-size: 28px;
}
.events-news .info p {
  font-size: 18px;
}

.color {
  color: #49dbff !important;
}

.about-us {
  padding-left: 68px;
  margin-top: 136px;
}
.about-us .container-about-us {
  border-radius: 18px;
  display: flex;
  align-items: center;
}
.about-us h2 {
  color: #b7c5d2;
  margin-bottom: 8px;
  font-size: 18px;
}
.about-us h1 {
  font-size: 48px;
}
.about-us p {
  margin-top: 24px;
  font-size: 24px;
  color: #b7c5d2;
}
.about-us button {
  margin-top: 48px;
  font-size: 18px;
  background-color: #3E1CE6;
  border: none;
  cursor: pointer;
  padding: 16px;
  color: #d6d6d6;
  border-radius: 12px;
}
.about-us button:hover {
  background-color: #3516ce;
}
.about-us .about-right {
  margin-right: 48px;
  background-color: #101113;
  border: 1px solid #1A1B1D;
  width: 90%;
  height: 580px;
}
.about-us .wrapper-map {
  position: relative;
  margin-top: 48px;
  width: 100%;
  padding-right: 68px;
}
.about-us .container-map {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 484px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(60deg, #022b91 0%, #012f9a 40%, #002060 100%, #023293 100%);
}
.about-us .dinamyc-map {
  position: fixed;
  width: 75%;
  margin-right: -128px;
  object-fit: cover;
}
.about-us .info-wrap-map {
  position: absolute;
  display: flex;
  align-items: end;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  padding: 56px;
  z-index: 2;
}
.about-us .info-wrap-map span {
  font-size: 28px;
  margin: 0;
  padding: 0;
  color: #b7c5d2;
}
.about-us .info-wrap-map h2 {
  font-size: 28px;
  margin: 0;
  padding: 0;
}
.about-us .info-wrap-map p {
  margin: 0;
  padding-top: 12px;
  font-size: 18px;
}
.about-us .info-wrap-map .wrapper-btn-map {
  display: flex;
  padding-top: 28px;
  gap: 12px;
}
.about-us .info-wrap-map .wrapper-btn-map button {
  border: 1px solid white;
  margin: 0;
  border-radius: 4px;
  width: 28px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #141414;
}
.about-us .info-wrap-map .wrapper-btn-map button img {
  padding-left: 3px;
  width: 18px;
}
.about-us .info-wrap-map {
  display: flex;
  align-items: flex-end;
}
.about-us .info-wrap-map .wrap-map {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 520px;
}
.about-us .info-wrap-map .map-title {
  font-size: 26px;
  line-height: 1.1;
  color: #cfe6ff;
  font-weight: 400;
}
.about-us .info-wrap-map .map-title .highlight {
  color: #00cfff;
  font-weight: 500;
}
.about-us .info-wrap-map .map-stats {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 16px 32px;
  margin-top: 8px;
}
.about-us .info-wrap-map .stat {
  display: flex;
  flex-direction: column;
}
.about-us .info-wrap-map .stat-label {
  font-size: 18px;
  margin-bottom: 6px;
  color: rgba(200, 220, 255, 0.5);
}
.about-us .info-wrap-map .stat-value {
  font-size: 20px;
  color: #b7c5d2;
  font-weight: 500;
}
.about-us .info-wrap-map .stat-value.active {
  color: #b7c5d2;
}
.about-us .info-wrap-map .map-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 13px;
  color: rgba(200, 220, 255, 0.7);
}
.about-us .info-wrap-map .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00ffcc;
  box-shadow: 0 0 8px rgba(0, 255, 200, 0.6);
}

.support-demo {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 144px;
}
.support-demo h1 {
  font-size: 48px;
}
.support-demo p {
  padding-top: 28px;
  width: 80%;
  text-align: center;
  font-size: 18px;
  color: #b7c5d2;
}
.support-demo .fade-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  pointer-events: none;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1003;
}

.dialog.hidden {
  display: none;
}

.dialog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.dialog-content {
  position: relative;
  background: radial-gradient(circle at 75% 65%, rgba(0, 255, 255, 0.1), transparent 55%), radial-gradient(circle at 25% 25%, rgba(0, 120, 255, 0.08), transparent 50%), linear-gradient(180deg, #020817 0%, #050f1f 40%, #071a2e 70%, #030c1a 100%);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 48px;
  border-radius: 28px;
  width: 40%;
  z-index: 4;
  color: white;
}
.dialog-content img {
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 4px;
}
.dialog-content .title-dialog {
  font-size: 48px;
}
.dialog-content form {
  width: 100%;
}
.dialog-content #align-inpt {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.dialog-content input {
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  width: 248px;
  outline: none;
}
.dialog-content .horizontal-line {
  margin-top: 4.4px;
  height: 1px;
  background-color: #d8ecff;
  width: 48px;
}
.dialog-content .flex-s1 {
  gap: 8px;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323336;
}
.dialog-content .open-boxes {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.dialog-content .open-boxes .op-box {
  width: 124px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(6, 12, 29, 0.1607843137);
  padding: 8px;
  border-radius: 8px;
}
.dialog-content .open-boxes .op-box #btn-text {
  color: #b7c5d2;
  margin-right: 12px;
}
.dialog-content .open-boxes .op-box:hover {
  cursor: pointer;
  background-color: #090e1d;
}
.dialog-content .open-boxes img {
  width: 32px;
}
.dialog-content #input-wrap {
  margin: 48px 0;
  display: flex;
  align-items: center;
  background-color: rgba(95, 117, 138, 0.17);
  border-radius: 8px;
  height: 36px;
}
.dialog-content #input-wrap input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8ecff;
  margin-left: 10px;
  font-weight: 500;
}
.dialog-content #input-wrap .global-btn {
  font-size: 14px;
  padding: 8px 12px 8px 12px;
}
.dialog-content textarea {
  appearance: none;
  cursor: pointer;
  width: 100%;
  margin-top: 18px;
  background-color: #000710;
  border: 1.4px solid #434343;
  padding: 18px;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  outline: none;
  resize: none;
  height: 180px;
  margin-bottom: 18px;
}
.dialog-content textarea:hover {
  background-color: #141414;
}
.dialog-content #captcha-container {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.dialog-content #sub-btn {
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  padding: 6px 12px 6px 12px;
  font-size: 16px;
  background-color: #03a0c9;
  border: none;
}
.dialog-content #sub-btn:hover {
  background-color: #49dbff;
}
.dialog-content #sub-btn:disabled {
  cursor: auto;
}
.dialog-content #sub-btn:disabled:hover {
  background-color: #03a0c9;
}
.dialog-content #cancel-btn {
  cursor: pointer;
  position: absolute;
  top: 28px;
  right: 28px;
  height: 38px;
  width: 38px;
  border-radius: 100%;
  background-color: rgba(6, 12, 29, 0.1607843137);
  border: none;
}
.dialog-content #cancel-btn:hover {
  background-color: #111a36;
}
.dialog-content .subt-dialog {
  margin-top: 12px;
  color: #b7c5d2;
  font-size: 16px;
}
.dialog-content #id-or {
  color: #d8ecff;
}

.dialog-buttons {
  align-items: end;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

#ctc_bottom {
  text-align: center;
  color: rgba(216, 236, 255, 0.2392156863);
}

.loader-box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.loader-box .center-ld-box {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: black;
}
.loader-box .center-ld-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  will-change: transform;
  transform: translateZ(0);
  transform: translate(-50%, -50%);
  width: 304px;
  height: 304px;
}

.circle-progress {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
}

.circle-progress svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

circle.base {
  fill: none;
  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 4;
}

circle.spinner {
  fill: none;
  stroke: #ffffff;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 80 220;
  transform-origin: center;
  transform-box: fill-box;
  animation: spinnerRotate 1.2s linear infinite;
}

@keyframes spinnerRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.overlay-lang {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1005;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(40px);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.overlay-lang.active {
  display: flex;
  opacity: 1;
}

.overlay-lang::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 50%;
  height: 100%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.45) 40%, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
  filter: blur(20px);
  transform: skewX(-20deg);
  opacity: 0;
}

.overlay-lang.active::after {
  animation: lightSweepSoft 1.3s ease-in-out forwards;
}

@keyframes lightSweepSoft {
  0% {
    left: -120%;
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.35;
  }
  100% {
    left: 140%;
    opacity: 0;
  }
}
.scroll-carousel {
  position: relative;
  min-height: 100vh;
}
.scroll-carousel .wrap-dots-carousel {
  top: 678px;
}

.scroll-carousel * {
  z-index: 2;
}

.scroll-pin {
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

[shine-metal] {
  display: inline-block !important;
  line-height: 1.2em !important;
  overflow: visible !important;
  background: linear-gradient(110deg, #ffffff 0%, #f5f5f5 12%, #e8e8e8 28%, #ffffff 45%, #dcdcdc 60%, #ededed 75%, #fafafa 90%, #ffffff 100%);
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: apple-shine 6s ease-in-out infinite;
}

@keyframes apple-shine {
  0% {
    background-position: 140% 50%;
  }
  50% {
    background-position: -40% 50%;
  }
  100% {
    background-position: 140% 50%;
  }
}
.image-vr-carousel {
  height: 100%;
  width: 100%;
}

.changing-title {
  cursor: pointer;
  color: #555;
  font-size: 16px;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.changing-title:hover {
  color: #03a0c9 !important;
}

.changing-title.active {
  border-left: 3px solid #49dbff;
  transform: scale(1.05);
}
.changing-title.active:hover {
  color: white !important;
}

.contact-mobile {
  display: none;
}

.menu-burguer {
  display: none;
}

.mobile-space {
  opacity: 0 !important;
}

@media (max-width: 768px), screen and (orientation: portrait) {
  * {
    line-height: 1.3 !important;
  }
  .right-btns-nav {
    gap: 0 !important;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: space-between;
  }
  .menu-burguer {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    border-radius: 50%;
  }
  .menu-burguer img {
    margin-left: 8px;
    width: 24px;
  }
  .cursor-circle {
    display: none;
  }
  #ready-charge {
    margin-right: 8px;
  }
  #world-btn {
    display: none !important;
  }
  #contact-us-btn {
    display: none !important;
  }
  .anim-mouse {
    display: none !important;
  }
  .contact-mobile {
    display: block;
    overflow: visible;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 24px;
    width: 56px;
    height: 56px;
    z-index: 1000;
    border-radius: 18px;
    backdrop-filter: blur(1px);
    background-color: rgba(0, 0, 0, 0.3137254902);
    border: 1px solid #282828;
    padding: 12px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .contact-mobile.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .contact-mobile.scrolling {
    opacity: 0.4;
  }
  .contact-mobile img {
    pointer-events: none;
  }
  .contact-mobile .message-circle {
    position: absolute;
    top: -2px;
    right: -2px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: rgb(255, 34, 34);
    animation: pulse 1.5s infinite;
  }
  .contact-mobile .message-circle.hidden {
    display: none;
  }
  .contact-mobile .burble-message {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    left: -144px;
    bottom: 16px;
    height: 32px;
    width: fit-content;
    border-radius: 6px;
    padding: 0px 16px;
    background-color: rgb(70, 70, 70);
    opacity: 0;
    transform: translateX(10px);
    transition: 0.4s ease;
  }
  .contact-mobile .burble-message span {
    color: #dedede;
    font-size: 14px;
    white-space: nowrap;
  }
  .contact-mobile.show-burble .burble-message {
    opacity: 1;
    transform: translateX(0);
  }
  .contact-mobile .burble {
    display: flex;
    gap: 4px;
  }
  .contact-mobile .burble span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #bdbdbd;
    animation: typing 1.2s infinite ease-in-out;
  }
  .contact-mobile .burble span:nth-child(2) {
    animation-delay: 0.2s;
  }
  .contact-mobile .burble span:nth-child(3) {
    animation-delay: 0.4s;
  }
  .contact-mobile .message-text {
    opacity: 0;
    transition: 0.3s ease;
  }
  .contact-mobile.show-text .message-text {
    opacity: 1;
  }
  @keyframes typing {
    0%, 60%, 100% {
      transform: translateY(0);
      opacity: 0.4;
    }
    30% {
      transform: translateY(-4px);
      opacity: 1;
    }
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.4);
    }
    100% {
      transform: scale(1);
    }
  }
  .contact-mobile.hide-notification .message-circle {
    display: none;
  }
  .title-dialog {
    margin-top: 64px !important;
    margin-bottom: 18px !important;
  }
  .dialog-content #input-wrap {
    padding: 4px !important;
  }
  .dialog-content #input-wrap button {
    position: absolute;
    margin-right: 18px;
    right: 0;
    padding: 8px !important;
    height: fit-content;
  }
  .horizontal-line {
    background-color: #d8ecff !important;
  }
  #id-or {
    width: fit-content !important;
    color: #d8ecff;
  }
  .dialog-content {
    padding: 18px;
    width: 100%;
    height: 100%;
  }
  #navbar {
    padding: 0 18px !important;
  }
  .logo {
    display: none !important;
  }
  .logo-mobile img {
    width: 36px !important;
  }
  .options-nav {
    z-index: 1003;
    width: 100%;
    height: 100vh;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.4s ease;
  }
  .options-nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .hov-opacity p {
    font-size: 24px !important;
  }
  #navbar ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #navbar li {
    font-size: 64px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.2s ease-in-out;
  }
  #navbar li .only-cursor {
    cursor: pointer;
    margin-left: 0px !important;
  }
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  #margin-area {
    width: 100%;
    margin: 0;
    padding: 18px;
    justify-content: end;
    padding: 0 18px 84px 18px;
  }
  .wrapper-title-home {
    justify-content: start !important;
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .wrapper-title-home .flex {
    justify-content: start !important;
  }
  #title-home {
    text-align: left;
    padding: 0 !important;
    margin-bottom: 32px !important;
    margin-top: 32px !important;
  }
  .wrapper-btns {
    justify-content: start !important;
    gap: 12px !important;
  }
  .wrapper-chip {
    justify-content: start !important;
    margin: 0 !important;
  }
  .wrapper-chip .chip h3 {
    width: 38px !important;
  }
  #description-home {
    width: 0 !important;
    display: none !important;
  }
  #chip-home {
    font-size: 14px;
    padding: 0 8px !important;
  }
  .wrapper-title-home .chip {
    width: 70px;
  }
  .wrapper-title-home .chip p {
    color: #000000;
  }
  .chip h3 {
    font-size: 18px !important;
    width: fit-content !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    justify-content: flex-start;
    display: flex;
    text-align: left;
  }
  p,
  span,
  ul,
  li {
    font-size: 18px;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .data-companies-trusted {
    width: 100%;
  }
  .wrap-stadistic {
    width: 80% !important;
    border: none !important;
    padding: 18px !important;
  }
  .number {
    width: fit-content !important;
  }
  .stadistic-numbers {
    flex-direction: column !important;
  }
  .flex-only-gap {
    flex-direction: column;
  }
  .adv-sug-top {
    position: absolute;
    top: clamp(0.5rem, 3vw, 1.8rem) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: clamp(1rem, 3vw, 2rem) !important;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: linear-gradient(90deg, rgba(150, 170, 165, 0.5), rgba(90, 180, 160, 0.85), rgba(140, 160, 155, 0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .features-product {
    padding: 16px !important;
    flex-direction: column !important;
    gap: 32px !important;
    margin-top: 136px !important;
  }
  .column-feature {
    width: 100% !important;
  }
  .column-feature span {
    margin: 1.125rem 0 !important;
  }
  .feature {
    height: 500px !important;
  }
  .tile-wrapper h1 {
    font-size: 3rem !important;
  }
  .know-u-product {
    margin-top: 64px !important;
    padding: 0 !important;
    display: flex !important;
  }
  .wrapper-companies-trusted {
    padding: 18px 18px 54px 18px !important;
    justify-content: end;
    align-items: flex-start;
  }
  .wrapper-companies-trusted .mini-text {
    margin-top: 13px !important;
    margin-left: 4px !important;
  }
  .wrapper-companies-trusted .wrap-stadistic {
    gap: 12px;
  }
  .wrapper-companies-trusted .stadistic-numbers {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .tile-wrapper {
    padding: 0 !important;
  }
  .tile-wrapper h1 {
    font-size: 2.5rem !important;
  }
  .about-us {
    margin: 58px 0 0 0 !important;
    padding: 0 !important;
  }
  .about-us .info-wrap-map {
    padding: 18px !important;
  }
  .content-block {
    display: flex;
    flex-direction: column;
    gap: 18px !important;
    flex-direction: column;
  }
  .products-description .wrap-dots-carousel {
    bottom: 0 !important;
    top: 872px;
  }
  .products-description .box-image {
    position: absolute;
    width: 100%;
    left: -47px;
    top: 8px;
  }
  .products-description #animation-raf-onlyphone {
    left: -20px;
  }
  .products-description #card-mobile-voice {
    display: flex;
    flex-direction: column;
    color: #b7c5d2;
    margin-top: 48px;
    padding-top: 48px;
    gap: 16px;
  }
  .products-description #card-mobile-sms {
    display: flex;
    flex-direction: column;
    color: #b7c5d2;
    margin-top: 94px;
    gap: 16px;
  }
  #advantage-chip {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 18px !important;
  }
  #title-product,
  #desc-product {
    justify-content: left !important;
    padding: 0 18px !important;
  }
  #desc-product {
    margin-top: 1.5rem;
    font-size: 18px !important;
    text-align: left !important;
  }
  #title-product {
    margin-bottom: 12px !important;
  }
  .w100 {
    padding-left: 18px;
    justify-content: flex-start !important;
  }
  .w100 .chip {
    border-radius: 8px;
  }
  .wrapper-card-products {
    padding: 0 18px !important;
  }
  .mobile-space {
    opacity: 1 !important;
  }
  .wrapper-buttons {
    flex-direction: column !important;
  }
  .card-message,
  .card-voice {
    height: fit-content !important;
    margin: 0;
    display: flex !important;
  }
  .card-message .upper,
  .card-voice .upper {
    padding-bottom: 32px !important;
  }
  .card-message .align-bottom,
  .card-voice .align-bottom {
    display: flex !important;
    flex-direction: column !important;
    padding: 14px !important;
    opacity: 0;
  }
  .card-message .imag-wrap-voice,
  .card-voice .imag-wrap-voice {
    width: 100% !important;
    position: relative !important;
  }
  .card-message {
    flex-direction: column-reverse;
  }
  .card-voice {
    flex-direction: column;
  }
  .vertical-text span {
    margin-top: 4px !important;
    height: 24px !important;
  }
  .vertical-text span.active {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 90% !important;
  }
  .vertical-text span.exit {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 90% !important;
  }
  .card-message,
  .card-voice {
    overflow: hidden !important;
    box-sizing: border-box !important;
    object-fit: contain !important;
    padding: 18px !important;
    width: 100% !important;
    position: relative !important;
    margin-top: 42px !important;
  }
  .card-message .align-bottom,
  .card-voice .align-bottom {
    padding-top: 124px;
  }
  .card-message .align-bottom h3,
  .card-voice .align-bottom h3 {
    font-size: 18px !important;
  }
  #number {
    margin-right: 8px;
  }
  .features-product .feature {
    display: block !important;
    width: fit-content !important;
    margin: 0 !important;
  }
  .features-product .feature h1 {
    font-size: 18px !important;
    margin-bottom: 18px !important;
  }
  .features-product .feature p {
    font-size: 24px !important;
    margin-top: 20px !important;
  }
  .features-product .feature #feature-client-service {
    top: -36px;
    padding: 18px !important;
    font-size: 33px !important;
    line-height: 1 !important;
  }
  .flex-gap {
    flex-direction: column;
  }
  .info-voice {
    margin-bottom: 24px;
  }
  .info-voice h1 {
    margin-bottom: 18px !important;
  }
  #masonry {
    padding: 0 18px;
  }
  #masonry .card h1 {
    font-size: 24px !important;
  }
  #masonry .card .wrapper-masonry-content {
    margin-bottom: 12px;
  }
  #masonry .card .title-card-scroller {
    padding: 18px !important;
  }
  #sms-title {
    padding: 0 18px !important;
    margin-top: 38px !important;
  }
  #sms-desc {
    padding: 0 18px !important;
    font-size: 18px !important;
  }
  .scroll-carousel {
    height: max-content !important;
    padding-bottom: 68px;
  }
  .scroll-pin {
    position: relative !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }
  .description-message-container .tile-wrapper {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .description-message-container p {
    width: 100% !important;
  }
  .absolute-container {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 32px !important;
  }
  .wrapper-cards-mov {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .card-mov-right {
    flex: 0 0 120px !important;
  }
  .card-mov-right h2 {
    font-size: 18px !important;
    text-align: left;
    justify-content: flex-start !important;
  }
  .card-mov-right .info {
    width: 18rem !important;
  }
  .absolute-container::before {
    left: 0;
    background: transparent !important;
  }
  .absolute-container::after {
    right: 0;
    background: transparent !important;
  }
  .flex {
    justify-content: start !important;
  }
  #chip-event {
    margin: 18px 18px !important;
    font-size: 18px !important;
    width: fit-content !important;
    border-radius: 8px;
  }
  .events-news .card .next-event-badge {
    font-size: 16px !important;
  }
  .events-news .wrap-dots-carousel {
    bottom: -34px !important;
  }
  .events-news .card {
    height: 584px !important;
    width: 300px !important;
  }
  .info-card-vr {
    height: 112px !important;
  }
  .info-card-vr h3 {
    font-size: 14px !important;
  }
  .info-card-vr span {
    font-size: 18px !important;
  }
  .events-news h1 {
    padding: 0 18px !important;
    justify-content: start;
    text-align: left;
    margin-bottom: 24px !important;
  }
  .events-news p {
    padding: 0 18px !important;
    text-align: left;
  }
  .vr-carousel {
    height: fit-content !important;
  }
  .events-news .carousel {
    padding: 0 !important;
  }
  .about-left {
    padding: 0 18px;
    padding-top: 24px;
  }
  .about-left h2 {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }
  .wrapper-map {
    padding: 0 18px !important;
  }
  .info-wrap-map {
    width: 100% !important;
    background: linear-gradient(0deg, black, transparent);
  }
  .info-wrap-map h2 {
    font-size: 24px !important;
    margin-bottom: 12px !important;
  }
  .info-wrap-map p {
    font-size: 18px !important;
    margin-top: 18px !important;
  }
  .support-demo {
    margin-top: 64px;
    align-items: flex-start !important;
  }
  .support-demo h1 {
    padding: 0 18px !important;
  }
  .support-demo p {
    margin-top: 18px !important;
    padding: 0 18px !important;
    font-size: 18px;
    text-align: left !important;
  }
  footer {
    padding: 0 18px !important;
  }
  [data-animate] {
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
  .animate-fade {
    transform: translateY(0) !important;
  }
}
#sugg-click-map {
  animation: pulseOpacity 3s ease-in-out infinite;
  margin-bottom: 18px;
  color: #49dbff;
}

@keyframes pulseOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
[data-animate] {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-animate].active {
  opacity: 1;
}

.animate-fade {
  transform: translateY(40px);
}

.animate-fade.active {
  transform: translateY(0);
}

.drag-cursor {
  display: none;
  position: fixed;
  width: max-content;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  border-radius: 8px;
  padding: 12px;
  background: #49dbff;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 1001;
}

.image-collage {
  position: absolute;
  inset: 0;
}

.layer {
  position: absolute;
  transform: translate(-50%, -50%);
  will-change: transform;
}

.feature.only-image {
  position: relative;
  background-image: url(/images/support-client.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.feature.only-image::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 1;
  pointer-events: none;
}

.feature.only-image > * {
  position: relative;
  z-index: 10;
}

.feature-text {
  line-height: 0.9;
  height: 100%;
  padding: 24px;
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 24px;
  display: flex;
  align-items: end;
  color: #d8ecff;
}

@media (min-height: 700px) {
  .wrap-dots-carousel {
    bottom: -6rem;
  }
}
@media (min-height: 900px) {
  .events-news .card {
    width: 648px;
    height: 844px;
  }
  .products-description .box-image .imag-wrap {
    position: relative;
    width: 194% !important;
    left: -38%;
    top: -30px;
  }
  .features-product .feature {
    height: 764px;
  }
  .about-us {
    margin-top: calc(10vh + 1rem);
    margin-bottom: calc(14vh + 1rem);
  }
  .wrap-dots-carousel {
    bottom: 6rem;
  }
}
@media (min-height: 1100px) {
  .wrap-dots-carousel {
    bottom: 8rem;
  }
}
footer {
  height: 100%;
  width: 100%;
  padding: 24px 68px 0 68px;
  background-color: #000710;
}
footer img {
  width: 38px;
  cursor: pointer;
}
footer img:hover {
  filter: brightness(18);
}
footer #reserved {
  width: 70%;
}
footer p {
  margin: 0;
  height: 100%;
  display: flex;
  color: #b7c5d2;
  line-height: 1.3;
}
footer .container-bottom-footer {
  padding-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .container-bottom-footer .dropdown {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container-bottom-footer .dropdown img {
  margin: 0;
  padding: 0;
}
footer .container-bottom-footer .dropdown p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
footer .container-bottom-footer .dropdown .window {
  position: absolute;
}
footer .other-info {
  position: relative;
  padding-bottom: 18px;
}
footer .icons {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
footer .icons span {
  color: #b7c5d2;
  margin-right: 6px;
}
footer .sugg-copy-email {
  opacity: 0;
  position: absolute;
  left: 208px;
  top: -2px;
  z-index: 2;
  background-color: #49dbff;
  padding: 2px 12px;
  border-radius: 8px;
  color: #000f12;
  font-weight: 500;
  transition: all 150ms ease-in-out;
  font-size: 18px;
}
footer .sugg-copy-email.active {
  opacity: 1;
}
footer .color {
  cursor: pointer;
}
footer .color:hover {
  color: #b7c5d2 !important;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider-top-bar {
  position: absolute;
  top: 102px;
  left: 0;
  width: 100%;
  padding: 20px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}

.back-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.back-btn p {
  color: white;
}
.back-btn:hover {
  opacity: 0.8;
}
.back-btn img {
  margin-right: 2px;
}

.wrapper-timer-obj {
  position: absolute;
  bottom: 368px;
  padding-left: 50px;
}

.slider-indicators {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slider-indicators .indicator-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 500ms;
  opacity: 0.6;
}
.slider-indicators .indicator-dot.active {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #49dbff;
}

.slider-timer {
  font-size: 16px;
  color: white;
}

.slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
.slider-item.hidden {
  opacity: 0;
  pointer-events: none;
}
.slider-item:not(.hidden) {
  opacity: 1;
}
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
  padding: 94px;
  border-radius: 164px;
}
.slider-item .slider-content {
  position: absolute;
  bottom: 220px;
  left: 50px;
  max-width: 78%;
  z-index: 3;
}
.slider-item .slider-content .slider-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 16px;
  color: white;
}
.slider-item .slider-content p {
  font-size: 18px;
  color: white;
  line-height: 1.3;
}

.slider-controls {
  position: absolute;
  bottom: 128px;
  left: 50px;
  display: flex;
  gap: 12px;
  z-index: 3;
}
.slider-controls button {
  width: 190px;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 500;
}
.slider-controls button:nth-child(1) {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
.slider-controls button:nth-child(1):disabled {
  cursor: auto;
  filter: brightness(0.5);
}
.slider-controls button:nth-child(1):disabled:hover {
  background-color: transparent;
}
.slider-controls button:nth-child(1):hover {
  background-color: #434343;
}
.slider-controls button:nth-child(2) {
  background-color: white;
  color: #000710;
}
.slider-controls button:nth-child(2):disabled {
  cursor: auto;
  filter: brightness(0.5);
}
.slider-controls button:nth-child(2):disabled:hover {
  background-color: white;
}
.slider-controls button:nth-child(2):hover {
  background-color: #49dbff;
}

.indicator {
  display: flex;
  align-items: center;
  gap: 12px;
}
.indicator p {
  font-size: 16px;
}

.timer-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.timer-circle {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.circle-bg {
  fill: none;
  stroke: white;
  stroke-width: 4;
  opacity: 0.5;
}

.circle-progress-slider {
  fill: none;
  stroke: #49dbff;
  stroke-width: 4;
  stroke-linecap: round;
  transition: stroke-dasharray 0.3s linear;
}

.timer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.whychooseus {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 5%;
  gap: 40px;
}

.content-left {
  margin-top: 4%;
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  text-align: left;
}

.content-left h1 {
  font-size: 32px;
  margin-bottom: 18px;
}

.content-left p {
  font-size: 18px;
  color: #b7c5d2;
  line-height: 1.6;
  text-align: left;
}

.content-block {
  opacity: 1;
  transform: none;
  position: relative;
}

.visual-right {
  width: 100%;
  max-width: 900px;
  height: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#bg-visual {
  width: 100%;
  height: 100%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-dynamic {
  display: none;
}

footer {
  margin-top: auto;
  padding: 40px 5%;
  text-align: left;
}

footer span {
  color: #b7c5d2;
  line-height: 1.3;
  font-size: 18px;
}

/*# sourceMappingURL=main.css.map */
