.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  display: none;
}

.div-block-9 {
  width: 23vw;
  background-color: #06BEE7;
}

.color-bg {
  height: 100%;
  background-color: #06BEE7;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.vert-details {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.vert-detail {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  padding: 15vh 60px 60px;
}

.vert-scroll {
  max-width: 1140px;
  flex-direction: row-reverse;
  display: flex;
}

.vert-cntent {
  width: 100%;
  height: 45vh;
  padding-right: 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
}

.vert-cntent.web {
  width: 70%;
  height: 100vh;
  padding-right: 0;
  top: 0;
}

.vert-scroll-body {
  padding-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  z-index: 4;
  height: 80vh;
  border: 4px solid #fff;
  border-radius: 18px;
  position: absolute;
  box-shadow: 14px 14px 50px rgba(0, 0, 0, .2);
}

.div-block-10 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.paragraph {
  color: #464646;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.body {
  font-family: Poppins, sans-serif;
}

.logo {
  margin-bottom: 30px;
  height: 100px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-content: center;
  align-items: center;
}

.div-block-11 {
  width: 50%;
  height: 100%;
  background-color: #06BEE7;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.copyrights {
  color: #464646;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.developer {
  color: #464646;
  margin-bottom: 40px;
  font-family: Space Mono, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.link {
  color: #06BEE7;
  text-decoration: none;
}

.link-2 {
  color: #06BEE7;
  text-decoration: underline;
}

.link-line {
  color: #e2e2e2;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.app-link {
  margin-top: 20px;
  margin-bottom:20px;

}

.image-4 {
  cursor: pointer;
  display: none;
}

.image-5 {
  cursor: pointer;
}

.link-block {
  width: 160px;
}

.link-block-2 {
  width: auto;
}

.container-3 {
  max-width: 800px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  padding: 60px;
  position: relative;
}

.main {
  height: 100vh;
  padding-top: 10vh;
}

.privacy-policy {
  width: 40vw;
  background-color: #06BEE7;
}

.bold {
  font-weight: 500;
}

.list {
  display: block;
}

@media screen and (max-width: 991px) {
  .vert-detail {
    padding: 40px;
  }

  .vert-scroll {
    padding-left: 0;
    padding-right: 0;
  }

  .vert-cntent {
    height: 50vh;
    padding-right: 40px;
  }

  .vert-scroll-body {
    margin-bottom: 100px;
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .color-bg {
    height: 100vh;
  }

  .vert-details {
    padding-left: 0;
    padding-right: 0;
  }

  .vert-detail {
    background-color: #fff;
    border-radius: 4px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 40px 30px 20px;
  }

  .vert-scroll {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .vert-cntent {
    height: auto;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px 0 10px;
    top: 7vh;
  }

  .vert-cntent.web {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .vert-scroll-body {
    height: 100vh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    height: 80px;
    margin-bottom: 20px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .image-4, .image-5, .link-block {
    width: auto;
    height: auto;
  }

  .container-3 {
    padding: 40px 20px;
  }

  .main {
    padding-top: 2vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list {
    padding-left: 20px;
  }

  .logo-area {
    height: 80px;
    margin-bottom: 20px;
  }
}

#w-node-dc65eb43-087d-e2aa-84b4-b594b21789fb-c87f006b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


