.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__links {
  display: flex;
  align-items: center;
}
.header__links .navigations {
  display: flex;
  gap: 40px;
}
.header__links .navigations a {
  color: #9c9c9c;
  font-family: Cantarell;
  font-size: min(1.11111vw, 16px);
}
.header__links .navigations a:hover {
  color: #ffffff;
}
.header__button {
  position: relative;
  cursor: pointer;
}
.header__button:hover .dropdown {
  display: block;
}
.header__button img {
  width: 30px;
  height: 30px;
}
.header__button .dropdown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: min(18.05556vw, 260px);
  background-color: #121212;
  border: 1px solid #2d2d2d;
  z-index: 1;
}
.header__button .dropdown .list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 24px;
}

.hero {
  position: relative;
  margin-top: min(1.66667vw, 24px);
  border: 0.5px solid #2d2d2d;
  border-bottom: none;
  border-top-left-radius: min(0.97222vw, 14px);
  border-top-right-radius: min(0.97222vw, 14px);
  background: url("https://revox.ai/assets/box-CuTw-wbk.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: min(54.44444vw, 784px);
}
.hero .title-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hero .title-container {
    padding-top: 0;
  }
}
.title {
  font-family: Syncopate;
  font-size: min(3.33333vw, 48px);
  font-weight: 700;
  line-height: 1.3;
}
.hero .title-content > .description {
  font-size: min(1.94444vw, 28px);
  font-family: Cantarell;
  opacity: 0.8;
  color: #ffffff;
}
.hero .title-content .button-container {
  width: var(--31bb5d70);
  height: var(--283d5286);
  color: var(--773e0e3e);
}
.hero .title-content .button-container.hovered {
  color: var(--06ff4be1);
}
.hero .canvas {
  position: absolute;
  z-index: -1;
  top: -50%;
  left: -50%;
  width: 200% !important;
  height: 210% !important;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  pointer-events: none;
  overflow-x: hidden;
}

.box-root {
  position: relative;
  border-left: 0.5px solid #2d2d2d;
  border-right: 0.5px solid #2d2d2d;
  background-color: #121212;
  z-index: 10;
}
.box-root .divider {
  height: min(0.13889vw, 2px);
  position: absolute;
  width: min(416.66667vw, 6000px);
  left: max(-69.44444vw, -1000px);
  top: 0;
}
.box-root .outlined-title {
  font-family: Syncopate;
  font-size: min(3.33333vw, 48px);
  font-weight: 700;
  line-height: 1.3;
  -webkit-text-stroke: white min(0.13889vw, 2px);
  color: transparent;
}
.box-root .dot {
  width: min(0.27778vw, 4px);
  height: min(0.27778vw, 4px);
  z-index: 1;
  background-color: #fff;
}
.box-root .dot.left-bottom {
  position: absolute;
  left: max(-0.20833vw, -3px);
  bottom: max(-0.20833vw, -3px);
}
.box-root .dot.right-bottom {
  position: absolute;
  right: max(-0.20833vw, -3px);
  bottom: max(-0.20833vw, -3px);
}

.page-position {
  padding: min(5.55556vw, 80px);
}
.page-position .position-content {
  display: flex;
  gap: min(4.44444vw, 64px);
}
.page-position .position-content .position-content__left,
.page-position .position-content .position-content__right {
  flex: 1;
}
.page-position .position-content .position-content__left > .title {
  font-family: Syncopate;
  font-size: min(3.33333vw, 48px);
  font-weight: 700;
  line-height: 1.3;
}
.page-position .position-content .position-content__right {
  display: flex;
  gap: min(2.77778vw, 40px);
  background-image: url("https://revox.ai/assets/modal-bg-Dm_REo0_.svg");
  background-size: 100% 100%;
}
.page-position .position-content .position-content__right svg {
  cursor: pointer;
}
.page-position .position-content .position-content__right svg g {
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-position .position-content .position-content__right svg g:hover {
  opacity: 0.8;
}
.page-position .position-content .position-content__right .button-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: min(4.44444vw, 64px) 0;
  padding: min(4.44444vw, 64px) 0;
}
.page-position .position-content .position-content__right .button-group .button-item {
  font-family: Syncopate;
  font-size: min(0.97222vw, 14px);
  font-weight: 700;
  width: min(12.5vw, 180px);
  height: min(2.36111vw, 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.page-position .position-content .position-content__right .button-group .button-item.active {
  color: #44dac8;
}
.page-position .position-content .position-content__right .button-group .button-item.active svg {
  stroke: #44dac8;
}
.page-position .position-content .position-content__right .button-group .button-item svg {
  position: absolute;
}
.page-position .position-content .position-content__desc {
  position: relative;
  overflow: hidden;
}
.page-position .position-content .position-content__desc > .content {
  -webkit-transition: translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8), opacity 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transition: translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8), opacity 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  background-color: #121212;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  translate: 0 100%;
  opacity: 0;
}
.page-position .position-content .position-content__desc > .content.hovered {
  translate: 0 0;
  opacity: 1;
}
.page-position .main {
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transition: opacity 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  opacity: 1;
}
.page-position .main.hovered {
  opacity: 0;
}
.page-position .main .main-content {
  min-height: min(34.72222vw, 500px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-position .main .main-content {
    min-height: min(13.72222vw, 500px);
    display: flex;
    flex-direction: column;
  }
}
.page-position .title2 {
  font-family: Syncopate;
  font-size: min(1.38889vw, 20px);
  font-weight: 700;
  margin-top: min(2.77778vw, 40px);
}
.page-position .description {
  font-family: Cantarell;
  font-size: min(1.11111vw, 16px);
  margin-top: min(1.11111vw, 16px);
  color: rgba(255, 255, 255, 0.6);
}
.page-position ul li {
  list-style-type: circle;
  font-family: Cantarell;
  font-size: min(1.18056vw, 17px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-left: min(1.66667vw, 24px);
  margin-top: min(1.11111vw, 16px);
  line-height: 1.5;
}

.page-agent {
  padding: min(5.55556vw, 80px);
}
.page-agent .card-container {
  margin-top: min(3.33333vw, 48px);
  border-left: 0.5px solid white;
  border-top: 0.5px solid white;
  background: #fff;
}
.page-agent .card-container > .large {
  height: min(36.66667vw, 528px);
}
.page-agent .card-container .small {
  height: min(18.33333vw, 264px);
  width: 100%;
}
.page-agent .zoom-card-root {
  border-right: 0.5px solid white;
  border-bottom: 0.5px solid white;
  border-radius: min(1.11111vw, 16px);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transition: background-color 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  background-color: #121212;
  padding: min(2.77778vw, 40px) min(2.5vw, 36px);
  width: min(24.51389vw, 353px);
}
.page-agent .zoom-card-root.hovered {
  background-color: #44dac8;
}
.page-agent .icon {
  -webkit-transition: translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transition: translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  width: min(5.41667vw, 78px);
  height: min(5.41667vw, 78px);
  border-radius: min(1.11111vw, 16px);
  margin-bottom: min(1.66667vw, 24px);
  border: 0.20833vw solid #121212;
}
.page-agent .icon.large {
  width: min(8.33333vw, 120px);
  height: min(8.33333vw, 120px);
  margin: min(1.66667vw, 24px) 0 min(11.38889vw, 164px);
}
.page-agent .icon.hovered {
  translate: 0 max(-13.88889vw, -240px);
}
.page-agent .content {
  -webkit-transition: translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transition: translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
}
.page-agent .content.hovered.large {
  translate: 0 max(-21.38889vw, -308px);
}
.page-agent .content.hovered {
  translate: 0 max(-7.08333vw, -102px);
}
.page-agent .content > .title {
  font-family: Syncopate;
  font-size: min(1.52778vw, 22px);
  font-weight: 700;
  color: #fff;
}
.page-agent .title.hovered {
  color: #121212;
}
.page-agent .description {
  margin-top: min(0.55556vw, 8px);
  font-family: Cantarell;
  font-size: min(1.18056vw, 17px);
  color: rgba(18, 18, 18, 0.8);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transition: opacity 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  max-height: min(10.27778vw, 148px);
  opacity: 0;
}
.page-agent .description.hovered {
  opacity: 1;
}

.page-experience {
  padding: min(5.55556vw, 80px);
}

.page-experience .card-container {
  margin-top: min(1.66667vw, 24px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: min(23.61111vw, 340px) min(23.61111vw, 340px);
  grid-template-rows: min(23.61111vw, 340px) min(23.61111vw, 340px);
  gap: min(2.77778vw, 40px);
}
.page-experience .zoom-card-root {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8), scale 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transition: background-color 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8), scale 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  background-color: #1f1f1f;
  padding: min(2.77778vw, 40px) min(2.5vw, 36px);
}
.page-experience .zoom-card-root.hovered {
  z-index: 1;
  background-color: #fff;
  scale: 1.1;
}
.page-experience .icon {
  -webkit-transition: scale 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8), translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transition: scale 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8), translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  width: min(8.33333vw, 120px);
  height: min(8.33333vw, 120px);
  margin: min(1.66667vw, 24px) auto 0;
  border-radius: min(1.11111vw, 16px);
}
.page-experience .icon.hovered {
  translate: max(-15.13889vw, -218px) max(-4.30556vw, -62px);
  scale: 0.55;
}
.page-experience .zoom-card-root > .title {
  font-family: Syncopate;
  font-size: min(1.94444vw, 28px);
  font-weight: 700;
  min-height: min(4.86111vw, 70px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transition: translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
}
.page-experience .title.hovered {
  font-size: min(1.52778vw, 22px);
  translate: 0 max(-10.33333vw, -120px);
  color: #040405;
}
.page-experience .content {
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transition: translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transition: translate 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  translate: 0 min(20.83333vw, 300px);
}
.page-experience .content.hovered {
  translate: 0 min(6.25vw, 104px);
  right: min(2.5vw, 36px);
  left: min(2.5vw, 36px);
}
.page-experience .hidden-section {
  color: rgba(4, 4, 5, 0.8);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transition: opacity 0.5s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  max-height: 0;
  opacity: 0;
}
.page-experience .hidden-section.hovered {
  opacity: 1;
}
.page-experience .description {
  margin-top: min(1.11111vw, 16px);
  font-family: Cantarell;
  font-size: min(1.04167vw, 15px);
}
.page-experience .button {
  width: 100%;
  height: min(3.05556vw, 44px);
  margin-top: min(0.97222vw, 14px);
  font-family: Cantarell;
  font-size: min(1.11111vw, 16px);
  font-weight: 700;
  background-size: 100% 100%;
}
.page-experience .button.active {
  background-image: url("data:image/svg+xml,%3csvg%20width='148'%20height='44'%20viewBox='0%200%20148%2044'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%200H148V36L140%2044H0V8L8%200Z'%20fill='%2344DAC8'/%3e%3c/svg%3e");
}

.page-studio {
  padding: min(5.55556vw, 80px);
}
.page-studio .outlined-title {
  font-family: Syncopate;
  font-size: min(3.33333vw, 48px);
  font-weight: 700;
  line-height: 1.3;
  -webkit-text-stroke: white min(0.13889vw, 2px);
  color: transparent;
}
.page-studio .title {
  font-family: Syncopate;
  font-size: min(3.33333vw, 48px);
  font-weight: 700;
  line-height: 1.3;
}
.page-studio .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(56.94444vw, 820px);
  grid-template-columns: 1fr min(56.94444vw, 820px);
  -ms-grid-rows: min(31.66667vw, 456px);
  grid-template-rows: min(31.66667vw, 456px);
  padding: min(2.5vw, 36px) 0;
  gap: min(2.77778vw, 40px);
}
.page-studio .subtitle {
  font-family: Syncopate;
  font-size: min(1.38889vw, 20px);
  font-weight: 700;
}
.page-studio .description {
  font-family: Cantarell;
  font-size: min(1.11111vw, 16px);
  padding-top: min(1.66667vw, 24px);
  color: rgba(255, 255, 255, 0.6);
}
.page-studio .button-container {
  width: var(--3b8b7864);
  height: var(--1c149a49);
  color: var(--b11d5c6c);
}
.page-studio .back {
  width: 100%;
  height: min(0.27778vw, 4px);
  background: rgba(255, 255, 255, 0.07);
  border-radius: min(0.55556vw, 8px);
  position: absolute;
  bottom: 0;
}
.page-studio .tab {
  font-family: Cantarell;
  color: rgba(255, 255, 255, 0.6);
  font-size: min(1.11111vw, 16px);
  font-weight: 700;
  padding-bottom: min(1.11111vw, 16px);
}
.page-studio .font {
  width: 100%;
  translate: -100% 0;
  background-color: #17b09d;
  position: absolute;
  border-radius: min(0.55556vw, 8px);
  height: 100%;
  top: 0;
}
.page-studio .image {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
}

.page-ai {
  color: #121212;
  background: #44dac8;
  padding: min(3.33333vw, 48px);
}
.page-ai .title {
  font-family: Syncopate;
  font-size: min(3.33333vw, 48px);
  font-weight: 700;
  line-height: 1.3;
}
.page-ai .content {
  border: 0.5px solid #121212;
  background: #121212;
  margin-top: min(2.5vw, 36px);
}
.page-ai .section {
  background: #44dac8;
  border: 0.5px solid #121212;
  border-radius: min(0.83333vw, 12px);
}
.page-ai .description {
  font-family: Cantarell;
  font-size: min(1.25vw, 18px);
}
.page-ai .process {
  padding: 0 min(6.94444vw, 100px);
}
.page-ai .text {
  min-height: min(3.33333vw, 48px);
}
.page-ai .name {
  font-family: Cantarell;
  font-size: min(1.04167vw, 15px);
  font-weight: 700;
  text-wrap: nowrap;
}
.page-ai .line {
  width: min(18.05556vw, 260px);
  margin-bottom: min(3.33333vw, 48px);
}
.page-ai .dynamic {
  height: min(0.133vw, 1.92px);
  overflow: hidden;
  -webkit-animation: move 100s infinite linear;
  animation: move 100s infinite linear;
  background: -webkit-repeating-linear-gradient(right, transparent 0 min(0.27778vw, 4px), #121212 min(0.27778vw, 4px) min(0.55556vw, 8px));
  background: repeating-linear-gradient(270deg, transparent 0 min(0.27778vw, 4px), #121212 min(0.27778vw, 4px) min(0.55556vw, 8px));
}
.page-ai .ai-tab {
  padding: 0 min(2.22222vw, 32px);
  border-bottom: 0.5px solid rgba(18, 18, 18, 0.2);
}
.page-ai .tab-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  gap: min(2.77778vw, 40px);
}
.page-ai .tab-item {
  font-family: Cantarell;
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  line-height: var(--e9a6a96a);
  color: var(--342dff5a);
  position: relative;
  cursor: pointer;
}
.page-ai .tab-item.active {
  color: var(--534690ed);
}
.page-ai .underline {
  background: var(--534690ed);
  height: min(0.13889vw, 2px);
  position: absolute;
  bottom: 0;
  width: 40%;
  margin-left: 30%;
}
.page-ai .label {
  font-family: Cantarell;
  font-size: min(1.11111vw, 16px);
  font-weight: 700;
  color: #121212;
  padding-bottom: min(0.55556vw, 8px);
}
.page-ai .select-input {
  padding: min(0.27778vw, 4px) min(0.55556vw, 8px);
  border: 1px solid #121212;
  border-radius: min(0.55556vw, 8px);
  background-color: transparent;
  font-family: Cantarell;
  font-size: min(1.11111vw, 16px);
  font-weight: 700;
}
.page-ai .button-container {
  margin-top: min(1.66667vw, 24px);
  font-family: Cantarell;
  font-size: min(0.90278vw, 13px);
  font-weight: 700;
}
.page-ai .button {
  font-size: min(1.18056vw, 17px);
  width: min(10.27778vw, 148px);
  height: min(3.05556vw, 44px);
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg%20width='148'%20height='44'%20viewBox='0%200%20148%2044'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.5%208.20711L8.20711%200.5H147.5V35.7929L139.793%2043.5H0.5V8.20711Z'%20stroke='%23040405'/%3e%3c/svg%3e");
}
.page-ai .display {
  height: min(8.33333vw, 120px);
}
.page-ai .title3 {
  font-family: Syncopate;
  font-size: min(1.11111vw, 16px);
  font-weight: 700;
}
.page-ai a {
  font-family: Cantarell;
  font-size: min(0.97222vw, 14px);
  text-decoration: underline;
  word-break: break-all;
}
.page-ai .result {
  text-wrap: wrap;
  padding: min(1.66667vw, 24px);
  padding-bottom: 0;
  height: min(41.66667vw, 600px);
  overflow: auto;
}
.page-ai .title2 {
  font-family: Syncopate;
  font-size: min(1.66667vw, 24px);
  font-weight: 700;
  padding-bottom: min(1.11111vw, 16px);
}

@keyframes move {
  0% {
    background-position: max(-266.667vw, -3840px);
  }
  100% {
    background-position: 0;
  }
}
.page-case {
  background: #121212;
  padding: min(5.55556vw, 80px);
}
.page-case .title {
  font-family: Syncopate;
  font-size: min(3.33333vw, 48px);
  font-weight: 700;
  line-height: 1.3;
}
.page-case .content-parent {
  margin-top: min(2.5vw, 36px);
  background: #fff;
}
.page-case .content {
  border: 0.5px solid white;
  background: #121212;
  border-radius: min(1.11111vw, 16px);
  padding: min(2.77778vw, 40px);
}
.page-case .tab-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  gap: min(2.77778vw, 40px);
}
.page-case .tab-item {
  font-family: Cantarell;
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  line-height: var(--e9a6a96a);
  color: var(--342dff5a);
  position: relative;
  cursor: pointer;
}
.page-case .tab-item.active {
  color: var(--534690ed);
}
.page-case .tab-item .underline {
  background: var(--534690ed);
  height: min(0.13889vw, 2px);
  position: absolute;
  bottom: 0;
  width: 40%;
  margin-left: 30%;
}
.page-case .title2 {
  font-family: Syncopate;
  font-size: min(1.66667vw, 24px);
  font-weight: 700;
  margin-top: min(2.22222vw, 32px);
}
.page-case .description {
  font-family: Cantarell;
  font-size: min(1.18056vw, 17px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-top: min(0.83333vw, 12px);
}
.page-case .title3 {
  font-family: Cantarell;
  font-size: min(1.18056vw, 17px);
  font-weight: 700;
  margin-top: min(1.66667vw, 24px);
}
.page-case ul {
  list-style-type: circle;
  margin-top: min(0.83333vw, 12px);
  margin-bottom: min(2.77778vw, 40px);
}
.page-case ul li {
  font-family: Cantarell;
  font-size: min(1.18056vw, 17px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-left: min(1.66667vw, 24px);
  line-height: 1.5;
}

.page-cooperate {
  padding: min(5.55556vw, 80px);
}
.page-cooperate .title {
  font-family: Syncopate;
  font-size: min(3.33333vw, 48px);
  font-weight: 700;
  line-height: 1.3;
}
.page-cooperate .group {
  width: 100%;
  padding-top: min(2.5vw, 36px);
}
.page-cooperate .group.group3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: min(15.27778vw, 220px);
  gap: min(2.08333vw, 30px);
}
.page-cooperate .group.group3 .item {
  width: min(26.38889vw, 380px);
  height: min(13.61111vw, 196px);
  background-image: url("data:image/svg+xml,%3csvg%20width='382'%20height='198'%20viewBox='0%200%20382%20198'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%201H381V177L361%20197H1V21L21%201Z'%20stroke='white'%20stroke-width='0.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  font-family: Noto Sans;
  font-size: min(1.38889vw, 20px);
  font-style: italic;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
}
.page-cooperate .group.group3 .item:hover {
  color: #121212;
  background-image: url("data:image/svg+xml,%3csvg%20width='420'%20height='217'%20viewBox='0%200%20420%20217'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.1053%200H420V194.526L397.895%20216.632H0L0%2022.1053L22.1053%200Z'%20fill='white'/%3e%3c/svg%3e");
  scale: 1.2;
}
.page-cooperate .group.group3 .item .awa1 {
  width: min(15.27778vw, 220px);
  height: min(2.77778vw, 40px);
  margin-top: min(2.5vw, 36px);
  background-image: url("https://revox.ai/assets/awa1-BfZDffmw.svg");
  background-size: 100% 100%;
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
}
.page-cooperate .group.group3 .item .awa1.hovered {
  background-image: url("https://revox.ai/assets/awa1_2-D9t7RBsV.svg");
  scale: 1.2;
}
.page-cooperate .group.group3 .item .awa2 {
  width: min(16.94444vw, 244px);
  height: min(2.98611vw, 43px);
  margin-top: min(2.5vw, 36px);
  background-image: url("https://revox.ai/assets/awa2-KLYm2YLt.svg");
  background-size: 100% 100%;
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
}
.page-cooperate .group.group3 .item .awa2.hovered {
  scale: 1.2;
}
.page-cooperate .group.group3 .item .awa3 {
  width: min(14.86111vw, 214px);
  height: min(2.91667vw, 42px);
  margin-top: min(2.5vw, 36px);
  background-image: url("https://revox.ai/assets/awa3-JBHxwP3y.svg");
  background-size: 100% 100%;
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
}
.page-cooperate .group.group3 .item .awa3.hovered {
  background-image: url("https://revox.ai/assets/awa3_2-DTQ7l3RY.svg");
  scale: 1.2;
}
.page-cooperate .group.group4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: min(5.55556vw, 80px);
}
.page-cooperate .group.group4 img {
  width: min(16.66667vw, 240px);
  height: min(4.44444vw, 64px);
  opacity: 0.6;
}
.page-cooperate .group a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
}

.page-partner {
  padding: min(5.55556vw, 80px);
}
.page-partner .title {
  font-family: Syncopate;
  font-size: min(3.33333vw, 48px);
  font-weight: 700;
  line-height: 1.3;
}
.page-partner .group {
  width: 100%;
  padding-top: min(2.5vw, 36px);
  align-items: center;
}
.page-partner .group img,
.page-partner .group svg {
  width: min(13.66667vw, 240px);
  height: auto;
  opacity: 0.6;
}
.page-partner .animation-left {
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-177.7777777778vw);
  }
}
.page-bottom {
  padding: min(5.55556vw, 80px);
}
.page-bottom .description {
  font-family: Cantarell;
  font-size: min(0.97222vw, 14px);
  color: rgba(255, 255, 255, 0.4);
}
.page-bottom .title2 {
  font-family: Syncopate;
  font-size: min(1.11111vw, 16px);
  font-weight: 700;
}
.page-bottom a {
  opacity: 0.6;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: relative;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  margin: 5% auto;
  padding: 0;
  border: 1px solid #44dac8;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 20px 60px rgba(68, 218, 200, 0.3);
  animation: modalSlideIn 0.3s ease-out;
  overflow: hidden;
  max-height: 90vh;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.modal-header {
  background: linear-gradient(135deg, #44dac8 0%, #36a896 100%);
  padding: 20px 30px;
  text-align: center;
  position: relative;
}
.modal-header h2 {
  margin: 0;
  color: #000;
  font-family: "Syncopate", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal-body {
  padding: 30px;
  color: #ffffff;
  text-align: center;
  overflow-y: auto;
  max-height: calc(90vh - 120px);
}

.close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.close:hover,
.close:focus {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.registration-form {
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 10px;
}
.registration-form::-webkit-scrollbar {
  width: 6px;
}
.registration-form::-webkit-scrollbar-track {
  background: rgba(68, 218, 200, 0.1);
  border-radius: 3px;
}
.registration-form::-webkit-scrollbar-thumb {
  background: #44dac8;
  border-radius: 3px;
}
.registration-form::-webkit-scrollbar-thumb:hover {
  background: #36a896;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-family: "Cantarell", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #44dac8;
  text-align: left;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"] {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(68, 218, 200, 0.3);
  border-radius: 6px;
  color: #ffffff;
  font-family: "Cantarell", sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="number"]:focus {
  outline: none;
  border-color: #44dac8;
  background: rgba(68, 218, 200, 0.1);
  box-shadow: 0 0 10px rgba(68, 218, 200, 0.3);
}
.form-group input[type="text"]::placeholder,
.form-group input[type="email"]::placeholder,
.form-group input[type="number"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.checkbox-label {
  display: flex !important;
  align-items: center;
  cursor: pointer;
  font-family: "Cantarell", sans-serif;
  font-size: 14px;
  color: #ffffff !important;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  position: relative;
  padding-left: 30px;
}
.checkbox-label input[type="checkbox"],
.checkbox-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.checkbox-label:hover .checkmark {
  background-color: rgba(68, 218, 200, 0.1);
  border-color: #44dac8;
}
.checkbox-label input:checked ~ .checkmark {
  background-color: #44dac8;
  border-color: #44dac8;
}
.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-label .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  height: 18px;
  width: 18px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(68, 218, 200, 0.5);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.checkbox-label .checkmark.radio {
  border-radius: 50%;
}
.checkbox-label .checkmark.radio:after {
  left: 4px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  border: none;
  transform: none;
}
.checkbox-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.other-option {
  display: flex;
  align-items: center;
  gap: 10px;
}

.other-input {
  flex: 1;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(68, 218, 200, 0.3);
  border-radius: 4px;
  color: #ffffff;
  font-family: "Cantarell", sans-serif;
  font-size: 13px;
  min-width: 200px;
}
.other-input:focus {
  outline: none;
  border-color: #44dac8;
  background: rgba(68, 218, 200, 0.1);
}

.form-submit {
  margin-top: 30px;
  text-align: center;
}

.submit-button {
  background: linear-gradient(135deg, #44dac8 0%, #36a896 100%);
  color: #000;
  border: none;
  padding: 15px 40px;
  font-family: "Syncopate", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(68, 218, 200, 0.3);
  min-width: 200px;
}
.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(68, 218, 200, 0.5);
  background: linear-gradient(135deg, #36a896 0%, #44dac8 100%);
}
.submit-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(68, 218, 200, 0.4);
}

.success-message {
  text-align: center;
  padding: 40px 20px;
}
.success-message h3 {
  color: #44dac8;
  font-family: "Syncopate", sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.success-message p {
  font-family: "Cantarell", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

.success-icon {
  font-size: 60px;
  margin-bottom: 20px;
  animation: successPulse 1s ease-in-out;
}

@keyframes successPulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 10% auto;
  }
  .modal-header {
    padding: 15px 20px;
  }
  .modal-header h2 {
    font-size: 20px;
  }
  .modal-body {
    padding: 20px;
  }
  .registration-form {
    max-height: 50vh;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .form-group label {
    font-size: 13px;
  }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="number"] {
    padding: 10px 12px;
    font-size: 13px;
  }
  .checkbox-label {
    font-size: 13px;
    padding-left: 25px;
  }
  .checkbox-label .checkmark {
    height: 16px;
    width: 16px;
  }
  .checkbox-label .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 7px;
  }
  .checkbox-label .checkmark.radio:after {
    left: 3px;
    top: 3px;
    width: 5px;
    height: 5px;
  }
  .other-input {
    min-width: 150px;
    font-size: 12px;
  }
  .submit-button {
    padding: 12px 30px;
    font-size: 12px;
    min-width: 180px;
  }
}

.video-intro {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .video-intro {
    height: 150px;
    aspect-ratio: unset;
  }
}

.header__mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #121212;
  border: 1px solid #2d2d2d;
  border-top: none;
  z-index: 1000;
}

.header__mobile-menu.active {
  display: block;
}

.header__mobile-menu .navigations {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
}

.header__mobile-menu .navigations a {
  color: #9c9c9c;
  font-family: Cantarell;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #2d2d2d;
}

.header__mobile-menu .navigations a:last-child {
  border-bottom: none;
}

.header__mobile-menu .navigations a:hover {
  color: #ffffff;
}

.header__hamburger {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.header__hamburger:hover {
  opacity: 0.8;
}

@media (min-width: 769px) {
  .header__links {
    display: flex !important;
  }

  .header__hamburger {
    display: none !important;
  }

  .header__mobile-menu {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .header {
    position: relative;
  }

  .header__links {
    display: none;
  }

  .header__hamburger {
    display: block;
  }

  .container {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .box-root .divider {
    width: 100vw;
    left: calc(-50vw + 50%);
  }

  * {
    max-width: 100vw;
  }

  .hero .canvas {
    width: 100% !important;
    left: 0 !important;
  }

  .page-position .position-content {
    flex-direction: column;
    gap: 32px;
  }

  .page-position .position-content .position-content__left,
  .page-position .position-content .position-content__right {
    flex: none;
    width: 100%;
  }

  .page-position .position-content .position-content__right svg {
    max-width: 40%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .title-container > .logo {
    top: -45px !important;
    width: 63.88889vw !important;
  }

  .page-bottom .logo {
    top: -20px !important;
  }

  .page-bottom .desc-relative {
    top: -30px !important;
  }
}

.hero .canvas canvas {
  display: block !important;
}

.header__logo > .logo {
  width: min(13.88889vw, 168px);
  height: auto;
}

.page-bottom .logo {
  position: relative;
  top: -57px;
  width: min(13.88889vw, 162px);
  height: auto;
}

.page-bottom .desc-relative {
  position: relative;
  top: -87px;
}

.title-container > .logo {
  position: relative;
  top: 55px;
  width: min(56.88889vw, 593px);
  height: auto;
}

.button-primary {
  width: 100%;
  height: min(3.05556vw, 44px);
  margin-top: min(0.97222vw, 14px);
  font-family: Cantarell;
  font-size: min(1.11111vw, 16px);
  font-weight: 700;
  background-size: 100% 100%;
}
.button-primary.active {
  background-image: url("data:image/svg+xml,%3csvg%20width='148'%20height='44'%20viewBox='0%200%20148%2044'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%200H148V36L140%2044H0V8L8%200Z'%20fill='%2344DAC8'/%3e%3c/svg%3e");
}

.title-content {
  position: relative;
  top: -110px;
}

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