a {
  color: #333;
  text-decoration: none;
}

.image {
  text-align: left;
  object-fit: fill;
  max-height: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.section {
  margin-top: 100px;
}

.heading {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2 {
  float: none;
  clear: none;
  color: #e4e4e4;
  text-align: center;
  width: 500px;
  min-width: auto;
  max-width: none;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  display: block;
  overflow: visible;
}

.heading-3 {
  color: #e4e4e4;
  text-align: center;
  width: 500px;
  margin: -10px auto -18px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.list {
  text-align: center;
  width: 800px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.list-item {
  color: #e4e4e4;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: color .4s, background-color .4s;
}

.list-item:hover {
  color: #000;
  background-color: #cfcfcf;
  border-color: #000;
}

.list-item-2 {
  color: #e4e4e4;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .4s, color .4s;
}

.list-item-2:hover {
  color: #000;
  background-color: #cfcfcf;
}

.list-item-3 {
  color: #e4e4e4;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .4s, color .4s;
}

.list-item-3:hover {
  color: #000;
  background-color: #cfcfcf;
}

.list-item-4 {
  color: #e4e4e4;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: color .4s, background-color .4s;
}

.list-item-4:hover {
  color: #000;
  background-color: #cfcfcf;
}

.list-item-5 {
  color: #e4e4e4;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .4s, color .4s;
}

.list-item-5:hover {
  color: #000;
  background-color: #cfcfcf;
}

.body {
  background-color: #1a1a1a;
  max-height: none;
}

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

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

.container {
  max-width: 700px;
  max-height: 900px;
  padding-top: 0;
}

.telegram-button {
  text-align: center;
  object-fit: fill;
  background-color: #00000078;
  border: 1px #fff;
  border-radius: 5px;
  width: 400px;
  min-width: 0;
  max-width: 500px;
  height: 100px;
  max-height: 120px;
  margin: 20px auto auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  transition: background-color .32s;
  display: block;
}

.telegram-button:hover {
  color: #000;
  background-color: #2c9dff30;
  border-color: #000;
}

.div-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  width: 270px;
  max-width: 300px;
  height: 24px;
  max-height: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  float: none;
  clear: none;
  display: block;
}

.telegram-section {
  width: 700px;
  max-width: 700px;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: #fff;
  padding-top: 0;
  font-size: 42px;
  font-weight: 200;
  text-decoration: none;
  display: inline-block;
}

.telegram-logo {
  margin-top: 18px;
  margin-left: 45px;
  margin-right: 10px;
}

.telegram-link {
  height: auto;
  min-height: 100px;
  display: flex;
}

.telegram-text {
  color: #cfcfcf;
  height: auto;
  margin-top: 38px;
  margin-bottom: 20px;
  margin-left: 75px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.telegram-text:hover {
  color: #cfcfcf;
  min-width: 40px;
  min-height: 40px;
}

.onlyeggs-text {
  color: #cfcfcf;
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 55px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.onlyeggs-text:hover {
  color: #cfcfcf;
  min-width: 40px;
  min-height: 40px;
}

.text-bbig-2 {
  color: #cfcfcf;
  height: auto;
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
}

.text-bbig-2:hover {
  color: #333;
  min-width: 40px;
  min-height: 40px;
}

.twitter-section {
  width: 700px;
  max-width: 700px;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
}

.twitter-button {
  text-align: center;
  object-fit: fill;
  background-color: #00000078;
  border: 1px #fff;
  border-radius: 5px;
  width: 400px;
  min-width: 0;
  max-width: 500px;
  height: 100px;
  max-height: 120px;
  margin: 20px auto auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  transition: background-color .32s;
  display: block;
}

.twitter-button:hover {
  color: #000;
  background-color: #2c9dff30;
  border-color: #000;
}

.twitter-link {
  max-width: none;
  height: auto;
  min-height: 100px;
  max-height: none;
  display: flex;
}

.twitter-logo {
  margin-top: 25px;
  margin-left: 40px;
  margin-right: 10px;
}

.twitter-text {
  color: #cfcfcf;
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 90px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.twitter-text:hover {
  color: #cfcfcf;
  min-width: 40px;
  min-height: 40px;
}

.onlyeggs-section {
  width: 700px;
  max-width: 700px;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
}

.onlyeggs-button {
  text-align: center;
  object-fit: fill;
  background-color: #00000078;
  border: 1px #fff;
  border-radius: 5px;
  width: 400px;
  min-width: 0;
  max-width: 500px;
  height: 100px;
  max-height: 120px;
  margin: 20px auto auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  transition: background-color .32s;
  display: block;
}

.onlyeggs-button:hover {
  color: #000;
  background-color: #2c9dff30;
  border-color: #000;
}

.onlyeggs-link {
  min-height: 100px;
  display: flex;
}

.onlyeggs-logo {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 10px;
}

.email-section {
  width: 700px;
  max-width: 700px;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
}

.email-button {
  text-align: center;
  object-fit: fill;
  background-color: #00000078;
  border: 1px #fff;
  border-radius: 5px;
  width: 400px;
  min-width: 0;
  max-width: 500px;
  height: 100px;
  max-height: 120px;
  margin: 20px auto auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  transition: background-color .32s;
  display: block;
}

.email-button:hover {
  color: #000;
  background-color: #2c9dff30;
  border-color: #000;
}

.email-link {
  display: flex;
}

.email-logo {
  margin-top: 18px;
  margin-left: 36px;
  margin-right: 10px;
}

.email-text {
  color: #cfcfcf;
  height: auto;
  margin-top: 38px;
  margin-bottom: 20px;
  margin-left: 96px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.email-text:hover {
  color: #cfcfcf;
  min-width: 40px;
  min-height: 40px;
}

.tchannel-section {
  width: 700px;
  max-width: 700px;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
}

.tchannel-button {
  text-align: center;
  object-fit: fill;
  background-color: #00000078;
  border: 1px #fff;
  border-radius: 5px;
  width: 400px;
  min-width: 0;
  max-width: 500px;
  height: 100px;
  max-height: 120px;
  margin: 20px auto auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  transition: background-color .32s;
  display: block;
}

.tchannel-button:hover {
  color: #000;
  background-color: #2c9dff30;
  border-color: #000;
}

.tchannel-link {
  min-height: 100px;
  display: flex;
}

.tchannel-logo {
  margin-top: 18px;
  margin-left: 40px;
  margin-right: 10px;
}

.tchannel-text {
  color: #cfcfcf;
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.tchannel-text:hover {
  color: #cfcfcf;
  min-width: 40px;
  min-height: 40px;
}

.bluesky-section {
  width: 700px;
  max-width: 700px;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
}

.bluesky-button {
  text-align: center;
  object-fit: fill;
  background-color: #00000078;
  border: 1px #fff;
  border-radius: 5px;
  width: 400px;
  min-width: 0;
  max-width: 500px;
  height: 100px;
  max-height: 120px;
  margin: 20px auto auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  transition: background-color .32s;
  display: block;
}

.bluesky-button:hover {
  color: #000;
  background-color: #2c9dff30;
  border-color: #000;
}

.bluesky-link {
  min-height: 100px;
  display: flex;
}

.bluesky-logo {
  margin-top: 25px;
  margin-left: 40px;
  margin-right: 10px;
}

.bluesky-text {
  color: #cfcfcf;
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 90px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.bluesky-text:hover {
  color: #cfcfcf;
  min-width: 40px;
  min-height: 40px;
}

@media screen and (max-width: 991px) {
  .image {
    width: 120px;
    height: 120px;
    margin-top: 25px;
  }

  .heading-2 {
    margin-top: 5px;
  }

  .heading-3 {
    margin-top: -10px;
  }

  .telegram-logo {
    margin-top: 20px;
  }

  .telegram-text {
    margin-left: 70px;
    font-size: 20px;
  }

  .onlyeggs-text {
    margin-left: 60px;
    font-size: 20px;
  }

  .twitter-logo {
    margin-top: 20px;
  }

  .twitter-text {
    margin-left: 90px;
    font-size: 20px;
  }

  .onlyeggs-logo, .email-logo {
    margin-top: 20px;
  }

  .email-text {
    margin-left: 100px;
    font-size: 20px;
  }

  .tchannel-logo, .bluesky-logo {
    margin-top: 20px;
  }

  .bluesky-text {
    margin-left: 90px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .telegram-section, .twitter-section, .onlyeggs-section, .email-section, .tchannel-section, .bluesky-section {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 100px;
    max-width: 100%;
    height: 100px;
    margin-top: 20px;
  }

  .heading-2 {
    width: 300px;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .heading-3 {
    width: 200px;
    margin-top: -22px;
    margin-bottom: -30px;
    font-size: 14px;
  }

  .telegram-section {
    width: 400px;
  }

  .telegram-logo {
    margin-top: 20px;
    margin-left: 40px;
  }

  .telegram-text {
    margin-left: 80px;
    font-size: 20px;
  }

  .onlyeggs-text {
    margin-left: 60px;
    font-size: 20px;
  }

  .twitter-section {
    width: 400px;
  }

  .twitter-logo {
    margin-top: 25px;
    margin-left: 40px;
  }

  .twitter-text {
    margin-left: 90px;
    font-size: 20px;
  }

  .onlyeggs-section {
    width: 400px;
  }

  .onlyeggs-logo {
    margin-top: 20px;
    margin-left: 40px;
  }

  .email-section {
    width: 400px;
  }

  .email-logo {
    margin-top: 20px;
    margin-left: 40px;
  }

  .email-text {
    margin-left: 100px;
    font-size: 20px;
  }

  .tchannel-section {
    width: 400px;
  }

  .tchannel-logo {
    margin-top: 20px;
  }

  .bluesky-section {
    width: 400px;
  }

  .bluesky-logo {
    margin-top: 25px;
    margin-left: 40px;
  }

  .bluesky-text {
    margin-left: 90px;
    font-size: 20px;
  }
}


