.background-video {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100svh;
  height: 100svh;
  display: block;
  position: static;
  inset: auto;
  overflow: visible;
}

.telegram-button {
  text-align: center;
  border: 1px solid #000;
  border-radius: 17px;
  padding: 20px;
  font-size: 30px;
  position: absolute;
  inset: auto 20% 19% 189px;
}

.bold-text {
  font-size: 19px;
}

.text-block {
  color: #000;
  text-align: center;
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  inset: auto 30% 6%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.code-embed-2 {
  width: 100px;
  position: absolute;
  inset: auto 16% 11% auto;
}

.body {
  font-size: 20px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

@media screen and (min-width: 1280px) {
  .telegram-button {
    left: 455px;
  }

  .bold-text {
    font-size: 20px;
    line-height: 19px;
  }
}

@media screen and (max-width: 991px) {
  .background-video {
    width: 100%;
    height: 100vh;
  }

  .button {
    display: block;
  }

  .telegram-button {
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 20px;
    font-size: 30px;
    position: absolute;
    inset: auto 20% 20%;
  }

  .bold-text {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 19px;
  }

  .text-block {
    color: #000;
    text-align: center;
    background-color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px;
    position: absolute;
    inset: auto 30% 5%;
  }

  .code-embed-2 {
    width: 70px;
    position: absolute;
    inset: auto 18% 16% auto;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .telegram-button {
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px;
    font-family: Verdana, Geneva, sans-serif;
    position: absolute;
    inset: auto 10% 15%;
  }

  .bold-text {
    font-size: 19px;
    position: static;
  }

  .text-block {
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    font-family: Verdana, Geneva, sans-serif;
    position: absolute;
    inset: auto 25% 3%;
  }

  .code-embed-2 {
    width: 60px;
    position: absolute;
    inset: auto 10% 11% auto;
  }

  .features-list {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    clear: none;
  }

  .section {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
  }

  .button {
    text-align: center;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    display: block;
    position: fixed;
    inset: auto 0% 17%;
  }

  .telegram-button {
    opacity: 1;
    text-align: center;
    vertical-align: middle;
    cursor: auto;
    mix-blend-mode: normal;
    border-width: 1.5px;
    border-radius: 14px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    font-size: 19px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    inset: auto 3% 17%;
    overflow: visible;
    box-shadow: 0 2px 7px #fff;
  }

  .bold-text {
    text-align: center;
    transition: opacity 2s;
    position: relative;
  }

  .text-block {
    opacity: 1;
    color: #000;
    text-align: center;
    background-color: #fff;
    margin: 0 -2px;
    padding: 5px 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 21px;
    position: absolute;
    inset: auto 15% 4%;
  }

  .code-embed {
    width: 100px;
    min-width: 5px;
    max-width: 5px;
    height: 100px;
    min-height: 5px;
    max-height: 5px;
    position: sticky;
    top: 282px;
    bottom: 87px;
    overflow: visible;
  }

  .code-embed-2 {
    width: 50px;
    height: 50px;
    position: absolute;
    inset: auto 0% 14% auto;
  }

  .container {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }
}


