@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 {
  height: 100%;
  color: #000000;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.page a {
  text-decoration: none;
  color: inherit;
}
.page .illustration {
  display: grid;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  background: #F2F2FF;
}
.page .illustration .container {
  grid-area: 1/1;
  align-self: center;
  justify-self: center;
}
.page .illustration .umbrella__selec {
  opacity: 0;
}
.page .illustration .under {
  grid-area: 1/1;
  z-index: 1;
  margin-bottom: -52vmin;
}
.page .illustration .under img {
  display: flex;
  height: 35vmin;
  width: auto;
}

.app-contact-page h1 {
  font-size: 3.4vmin;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
.app-contact-page .text-page {
  padding: 4vmin 7vmin;
}
.app-contact-page p {
  font-size: 1.4vmin;
}
.app-contact-page form {
  margin-top: 3.5vmin;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.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: white;
  border: none;
  resize: none;
  box-sizing: border-box;
  outline: none;
  padding: 2.5vmin 2.2vmin;
  color: #000;
  height: 17vmin;
  font-size: 1.3vmin;
  line-height: 2.4vmin;
  border-radius: 1.4vmin;
  margin-top: 2vmin;
}
.app-contact-page form .input {
  width: 100%;
  background: white;
  border: none;
  border-radius: 1.4vmin;
  font-size: 1.3vmin;
  padding: 1.8vmin 2.2vmin;
  box-sizing: border-box;
  outline: none;
  font-family: Poppins, sans-serif;
}
.app-contact-page form .primary-btn {
  padding: 1.2vmin;
  margin-top: 3vmin;
  border: none;
  border-radius: 1.4vmin;
  font-size: 1.6vmin;
  height: 6vmin;
  width: 100%;
  color: #fff;
  background: black;
}
@media (max-width: 768px) {
  .app-contact-page .row {
    flex-direction: column;
  }
}

.side-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 4vmin 7vmin;
  box-sizing: border-box;
}
.side-page header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.side-page header .logo img {
  height: 7vmin;
  width: auto;
}
.side-page header .menu {
  display: flex;
  gap: 8vmin;
}
.side-page header .menu a {
  font-size: 1.8vmin;
}
.side-page main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1vmin;
  align-items: flex-start;
  flex-grow: 1;
  padding: 8vmin;
}
.side-page main h1 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  font-size: 12vmin;
  color: #000000;
  white-space: nowrap;
}
.side-page main p {
  line-height: 1.8;
  margin: 0;
  font-size: 2vmin;
  color: #000000;
}
.side-page main a {
  background: #1684F4;
  border-radius: 999vmin;
  padding: 3vmin 7vmin;
  font-size: 2vmin;
  color: white;
  margin-top: 2vmin;
}
.side-page footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.side-page footer a {
  font-size: 1.8vmin;
}

.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;
}

.container {
  position: absolute;
  width: 250px;
  height: 450px;
  transform: scale(3);
}

.hole {
  display: block;
  position: absolute;
  top: 0;
  left: calc( 50% - 97px );
  width: 193px;
  height: 59px;
  z-index: 1;
}

.umbrella {
  position: absolute;
  bottom: 0;
  left: calc( 50% - 125px );
  width: 250px;
  transform-origin: 50% 0;
  z-index: 2;
}
.umbrella__illus {
  display: block;
  margin-top: -22px;
  width: 100%;
}
.umbrella__selec {
  position: absolute;
  top: calc( 50% - 208px );
  left: calc( 50% - 159px );
  width: 317px;
  height: 396px;
  fill: white;
}

.object {
  position: absolute;
  top: 0;
  left: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transition: opacity 0.1s linear;
}
.object--1 {
  width: 3em;
  height: 3em;
  background-image: url("/assets/15.svg");
}
.object--2 {
  width: 3em;
  height: 3em;
  background-image: url("/assets/16.svg");
}
.object--3 {
  width: 3em;
  height: 3em;
  background-image: url("/assets/17.svg");
}
.object--4 {
  width: 3em;
  height: 3em;
  background-image: url("/assets/18.svg");
}
.object--5 {
  width: 3em;
  height: 3em;
  background-image: url("/assets/19.svg");
}
.object.is-hidden {
  opacity: 0;
}

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

.text-page {
  background: #F2F3FF;
  padding: 2.2vmin 7vmin;
  font-size: 1.4vmin;
  line-height: 2;
  overflow: auto;
}
.text-page h1 {
  font-size: 3.4vmin;
}

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