@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.page.home {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20vmin;
  background-color: #24b4f7;
  overflow: hidden;
}
.page.home .container {
  height: 100%;
}
.page.home > .container {
  display: flex;
  gap: 12vmin;
  height: 100%;
}
.page.home > .container .app-side {
  flex-shrink: 0;
}
.page.home > .container .illustration {
  flex-grow: 1;
  position: relative;
}
.page.home > .container .illustration .window {
  width: 120vmin;
  height: 75vmin;
  background: #000000;
  border-radius: 6vmin;
  margin-top: 10vmin;
  overflow: hidden;
}
.page.home > .container .illustration .window .window-header {
  height: 15vmin;
  background: #37383c;
  display: flex;
  align-items: center;
  gap: 5vmin;
  padding: 0 5vmin;
}
.page.home > .container .illustration .window .window-header .dots {
  display: flex;
  align-items: center;
  gap: 2vmin;
}
.page.home > .container .illustration .window .window-header .dots .dot {
  width: 3vmin;
  height: 3vmin;
  border-radius: 50%;
}
.page.home > .container .illustration .window .window-header .dots .dot:nth-child(1) {
  background: #fa2c4d;
}
.page.home > .container .illustration .window .window-header .dots .dot:nth-child(2) {
  background: #ffde27;
}
.page.home > .container .illustration .window .window-header .dots .dot:nth-child(3) {
  background: #78ff15;
}
.page.home > .container .illustration .window .window-header .bar {
  border-radius: 99vmin;
  height: 6vmin;
  flex-grow: 1;
  background: #484a50;
}
.page.home > .container .illustration .window p {
  margin: 4vmin;
  font-size: 3.5vmin;
  color: white;
  opacity: 0.8;
}
.page.home > .container .illustration .player {
  position: absolute;
  left: -35vmin;
  bottom: 10vmin;
}
.page.home > .container .illustration .player img {
  width: 70vmin;
  height: auto;
}
.page.home a {
  text-decoration: none;
  color: inherit;
}
.app-contact-page p {
  font-size: 1.8vmin;
}
.app-contact-page form {
  margin-top: 0vmin;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 3vmin;
}
.app-contact-page form .row {
  display: flex;
  align-items: center;
  gap: 2vmin;
  width: 100%;
}
.app-contact-page form textarea {
  font-family: Poppins, sans-serif;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  resize: none;
  box-sizing: border-box;
  outline: none;
  padding: 3vmin 3vmin;
  color: #000;
  height: 40vmin;
  font-size: 1.7vmin;
  line-height: 2.4vmin;
  border-radius: 2.2vmin;
}
.app-contact-page form .input {
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  border-radius: 1.4vmin;
  font-size: 1.7vmin;
  padding: 2.2vmin 3vmin;
  box-sizing: border-box;
  outline: none;
  font-family: Poppins, sans-serif;
}
.app-contact-page form .primary-btn {
  padding: 1.2vmin;
  margin-top: 1vmin;
  border: none;
  border-radius: 1.7vmin;
  font-size: 1.8vmin;
  height: 8vmin;
  width: 100%;
  color: #fff;
  background: #3491FE;
}
@media (max-width: 768px) {
  .app-contact-page .row {
    flex-direction: column;
  }
}

.congratulations-page .text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.congratulations-page .text-content .smile {
  height: 15vmin;
  width: auto;
  margin-top: 4vmin;
  margin-bottom: 2vmin;
}
.congratulations-page .text-content h2 {
  font-size: 3.5vmin;
  text-align: center;
  margin: 0;
}
.congratulations-page .text-content p {
  font-size: 2.2vmin;
  line-height: 2.2;
  text-align: center;
  margin: 0;
  margin-top: 2vmin;
}

.install-page .app-side .install {
  display: none;
}
.install-page .text-content .content .logo {
  margin-top: 8vmin;
  height: 10vmin;
  width: auto;
}
.install-page .text-content .content h1 {
  font-size: 5vmin !important;
  line-height: 1.6;
  margin-top: 0vmin !important;
  margin-bottom: 8vmin !important;
}
.install-page .text-content .content p {
  line-height: 2;
  max-width: 72vmin;
  font-size: 1.6vmin;
}

.app-side {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  color: white;
  padding-bottom: 5vmin;
}
.app-side main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.app-side h1 {
  margin-top: 12vmin;
  font-size: 10vmin;
  line-height: 1.6;
}
.app-side .install {
  margin-top: -2vmin;
  background: #A463EC;
  font-size: 2.5vmin;
  color: white;
  text-decoration: none;
  border-radius: 99vmin;
  font-weight: 600;
  padding: 3.5vmin 7.5vmin;
  transition: 0.2s ease;
}
.app-side .install:hover {
  background: #9951ea;
}
.app-side footer {
  flex-shrink: 0;
}
.app-side footer .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6vmin;
}
.app-side footer a {
  font-size: 1.6vmin;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.app-side footer a:before {
  content: "/";
  position: absolute;
  left: -3vmin;
}
.app-side footer a:first-child:before {
  content: "";
}

.button {
  transition: 0.2s ease;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  border: none;
  color: #fff;
}

.primary-btn {
  cursor: pointer;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 400;
  padding: 22px 10px;
  border-radius: 16px;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.primary-btn .icon {
  margin-right: 1vmin;
  height: 2.4vmin;
  width: auto;
}
.primary-btn .icon + span {
  margin-right: 0.8vmin;
}
.primary-btn {
  background: #5135FF;
}
.primary-btn:hover {
  background: #5a3fff;
}

.secondary-btn {
  cursor: pointer;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 400;
  padding: 22px 10px;
  border-radius: 16px;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.secondary-btn .icon {
  margin-right: 1vmin;
  height: 2.4vmin;
  width: auto;
}
.secondary-btn .icon + span {
  margin-right: 0.8vmin;
}
.secondary-btn {
  color: var(--primary-text-color);
  border: 0.1vmin solid var(--secondary-btn-border-color);
}

.t-button {
  cursor: pointer;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 400;
  padding: 22px 10px;
  border-radius: 16px;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.t-button .icon {
  margin-right: 1vmin;
  height: 2.4vmin;
  width: auto;
}
.t-button .icon + span {
  margin-right: 0.8vmin;
}
.t-button {
  background: #191919;
}
.t-button:hover {
  background: #1c1c1c;
}
.t-button:active {
  background: #1e1e1e;
}

.install {
  padding-left: 5vmin;
  padding-right: 5vmin;
}

.app-footer {
  font-size: 1.4vmin;
  color: black;
  display: grid;
  padding: 5vmin 2vmin;
}
.app-footer a {
  text-decoration: none;
  color: inherit;
}
.app-footer .logo {
  grid-area: 1/1;
  justify-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vmin;
  font-weight: 600;
  font-size: 1.6vmin;
}
.app-footer .logo img {
  height: 3.5vmin;
  width: auto;
}
.app-footer .menu {
  grid-area: 1/1;
  justify-self: center;
  display: flex;
  gap: 2vmin;
}
.app-footer .menu:last-child {
  justify-self: end;
}

.app-header {
  font-size: 1.2vmin;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6vmin;
  gap: 10vmin;
  background: #6CDDD0;
  background: linear-gradient(45deg, #6CDDD0 0%, #328EFF 100%);
  border-radius: 3vmin;
}
.app-header a {
  color: white;
  text-decoration: none;
  font-size: 1.6vmin;
}

body, html {
  margin: 0;
  min-height: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 7.5vmin;
  padding-right: 0;
  width: 100%;
  box-sizing: border-box;
}

.page {
  height: 100%;
  box-sizing: border-box;
  background-color: #00b5f9;
  background-image: url("/assets/svg/1.svg");
  background-size: 20vmin;
}

.text-page {
  padding-bottom: 0;
  overflow: auto;
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.text-page > .container {
  display: flex;
  overflow: hidden;
  gap: 8vmin;
  height: 100%;
}
.text-page > .container .app-side {
  flex-shrink: 0;
}
.text-page > .container .text-content {
  line-height: 2.2;
  font-size: 1.8vmin;
  background: white;
  border-radius: 0vmin;
  padding: 4vmin 6vmin;
  flex-grow: 1;
  margin: 0vmin 0;
  height: calc(100% - 0vmin);
  box-sizing: border-box;
  overflow: auto;
}
.text-page > .container .text-content h1 {
  font-size: 3vmin;
  margin: 0;
}

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