body,
html {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  margin: 0;
  padding: 0;
}
.min-h-full {
  min-height: 100vh;
}
.flex {
  display: flex;
}
.flex-both-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-h-center {
  display: flex;
  justify-content: center;
}
.flex-dir-c {
  flex-direction: column;
}
.mt-8 {
  margin-top: 8px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-120 {
  margin-top: 120px;
}
.m-auto {
  margin: auto;
}
.ml-6 {
  margin-left: 6px;
}
.py-10 {
  padding: 10px;
}
.ln-h-22 {
  line-height: 22px;
}
.ln-h-32 {
  line-height: 32px;
}
.text-fs-14 {
  font-size: 14px;
}
.text-fs-16 {
  font-size: 16px;
}
.text-fs-20 {
  font-size: 20px;
}
.text-fs-22 {
  font-size: 22px;
}
.font-inter {
  font-family: Inter, sans-serif;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.color-white {
  color: #fff;
}
.color-dark {
  color: #222;
}
.color-danger {
  color: #ff4963;
}
.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw;
}
.w-full {
  width: 100%;
}
.background-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 100;
}
.page-overlay-btn {
  text-decoration: none;
  font-family: Inter, sans-serif;
  background: transparent;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 1.2em;
  display: inline-block;
  cursor: pointer;
}
.page-overlay-title {
  font-size: 30px;
  font-family: sans-serif;
}
.page-overlay-text {
  font-size: 18px;
}
.page-image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.display-image {
  width: 96px;
  height: 96px;
  display: block;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-center {
  text-align: center;
}
.page-title {
  margin-bottom: 0;
}
.page-bioline {
  font-weight: 500;
}
.page-full-wrap {
  width: 680px;
  z-index: 10;
  padding-bottom: 176px;
}
.page-item-wrap {
  transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 2.71) 0s;
}
.page-item-wrap.show-embed {
  border-radius: 30px;
  transition: unset;
  transform: unset;
}
.page-item-wrap.show-embed:hover {
  transform: unset;
}
.page-item-wrap.show-embed:hover .page-item:after,
.page-item-wrap.show-embed:hover .page-item:before {
  -webkit-animation: unset;
  animation: unset;
}
.show-embed-item {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.page-item-wrap.show-embed .show-embed-item {
  overflow: visible;
}
.embed-ind-arrow-icon {
  transform: rotate(-90deg);
}
.page-item-wrap.show-embed .embed-ind-arrow-icon {
  transform: rotate(0deg);
}
.page-item {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-social {
  display: block;
  cursor: pointer;
  margin: 0 12px 12px;
}
.page-social svg {
  width: 28px;
  height: 28px;
}
.relative {
  position: relative;
}
.link-each-image {
  width: 43px;
  height: 43px;
  position: absolute;
  left: 9px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-logo {
  position: absolute;
  bottom: 32px;
  left: calc(50% - 15px);
}
.page-logo:hover svg .bl-logo-br {
  opacity: 1;
}
.rounded-md {
  border-radius: 8px;
}
.close-embed {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
.embed-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  height: 100%;
}
.embed-ind-arrow {
  position: absolute;
  right: 24px;
  height: 14px;
  top: calc(50% - 7px);
  margin-bottom: 16px;
}
.embed-ind-arrow-icon {
  transition: all 0.4s ease-in-out;
}
.close-embed:hover {
  opacity: 1;
}
.cursor-pointer {
  cursor: pointer;
}
.page-item-each {
  text-decoration: none;
  overflow: hidden;
  z-index: 10;
  box-sizing: border-box;
}
.item-title {
  width: 55%;
  word-break: break-word;
}
.social-icon-anchor {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-social:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}
.page-item-title {
  font-weight: 700;
  margin-bottom: 16px;
}
.embed-wrap-inside {
  background-color: #fff;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  height: 100%;
  overflow: hidden;
}
.embed-wrap-inside iframe {
  width: auto;
  min-width: 500px;
}
.embed-wrap-inside {
  position: relative;
}
.embed-wrap-inside:after {
  content: "";
  position: absolute;
  height: 85%;
  width: 495px;
  border: 10px solid #fff;
  transition-property: border;
  transition-duration: 0.2s;
  pointer-events: none;
}
.subscribers-img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  position: absolute;
  top: -33px;
  left: calc(50% - 33px);
}
.subsc-count {
  color: hsla(0, 0%, 100%, 0.9);
  line-height: 24px;
  font-weight: 300;
}
.w-400 {
  width: 400px;
}
.subsc-button {
  height: 48px;
  padding: 0 24px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0 2px 2px 0;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.subsc-button:hover {
  background: #ddd;
}
.thank-you-btn {
  border-radius: 2px;
}
.dark-btn {
  background: #222;
  color: #fff;
  border: 1.5px solid #222;
}
.dark-btn:hover {
  background: #444;
}
.subsc-button:focus {
  outline: none;
}
.subsc-email {
  background: hsla(0, 0%, 100%, 0.1);
  border: 1.5px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 2px 0 0 2px;
  padding: 0 16px;
  height: 48px;
  width: calc(100% - 150px);
  box-sizing: border-box;
}
.dark-input {
  border: 1.5px solid #222;
  color: #222;
}
.subsc-email::-moz-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: hsla(0, 0%, 100%, 0.8);
}
.subsc-email:-ms-input-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: hsla(0, 0%, 100%, 0.8);
}
.subsc-email::placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: hsla(0, 0%, 100%, 0.8);
}
.dark-input::-moz-placeholder {
  color: #6e6d7a;
}
.dark-input:-ms-input-placeholder {
  color: #6e6d7a;
}
.dark-input::placeholder {
  color: #6e6d7a;
}
.subsc-email:focus {
  outline: none;
}
.subscribers-email-wrap.error-wrap .subsc-button,
.subscribers-email-wrap.error-wrap .subsc-email {
  border: 1.5px solid #ff4963;
}
.subscribers-email-wrap.error-wrap .subsc-email {
  border-right: none;
}
.featured-subscribers {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  height: 223px;
  box-shadow: 0 1.60588px 4.41618px rgba(24, 39, 75, 0.12),
    0 2.81029px 12.8471px rgba(24, 39, 75, 0.12);
  z-index: 100;
  box-sizing: border-box;
  flex-wrap: wrap;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.featured-subscribers,
.featured-subscribers .subsc-count,
.featured-subscribers .subsc-svg,
.featured-subscribers .subscribers-email-wrap,
.featured-subscribers .subscribers-img {
  opacity: 1;
  transition: all 0.32s ease-in-out;
}
.featured-subscribers.hide-subscribers .subsc-count,
.featured-subscribers.hide-subscribers .subsc-svg,
.featured-subscribers.hide-subscribers .subscribers-email-wrap,
.featured-subscribers.hide-subscribers .subscribers-img {
  opacity: 0;
  transition: all 0.32s ease-in-out;
}
.featured-subscribers .subsc-title {
  transition: all 0.32s ease-in-out;
}
.featured-subscribers.hide-subscribers .subsc-title {
  font-size: 16px;
  padding-top: 100px;
  transition: all 0.32s ease-in-out;
}
.featured-subscribers.hide-subscribers {
  transition: all 0.32s ease-in-out;
  height: 72px;
}
.featured-subscribers.hide-subscribers .subscribers-btn {
  transform: rotate(180deg);
}
.subscribers-btn {
  position: absolute;
  right: 16px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: all 0.2s ease-out;
}
.subscribers-btn:hover {
  background: #333;
  transition: all 0.2s ease-out;
}
.op-0 {
  opacity: 0;
}
.hidden {
  display: none;
}
.campaign-main-wrap {
  width: 370px;
}
.campaign-email {
  border: 1px solid #e7e7e9;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.campaign-subsc-count {
  color: rgba(34, 34, 34, 0.9);
}
.campaign-user-link {
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  border-radius: 68px;
  height: 42px;
  padding: 0 12px;
  text-decoration: none;
  position: fixed;
  bottom: 36px;
  transition: all 0.15s ease-out;
}
.campaign-user-link:hover {
  background: rgba(0, 0, 0, 0.1);
}
.campaign-user-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 12px;
}
.bl-circle-loader {
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  border-radius: 50%;
  border-color: #000 #000 transparent transparent;
  border-style: solid;
  border-width: 3px;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
}
.dark-btn .bl-circle-loader {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@media (max-width: 768px) {
  .page-full-wrap {
    width: 90%;
  }
  .embed-wrap-inside iframe {
    width: 100%;
    min-width: unset;
  }
  .page-overlay-title {
    font-size: 24px;
    margin: 16px 0;
  }
  .embed-wrap-inside:after {
    width: 93%;
  }
}
@media (max-width: 480px) {
  .campaign-main-wrap {
    width: 100%;
    padding: 0 24px;
  }
  .xs-hidden {
    display: none;
  }
  .xs-w-100 {
    width: 100%;
  }
  .featured-subscribers {
    height: 205px;
    padding: 24px 16px 32px;
  }
  .xs-mt-6 {
    margin-top: 6px;
  }
  .xs-mt-16 {
    margin-top: 16px;
  }
  .xs-mt-32 {
    margin-top: 32px;
  }
  .xs-block {
    display: block;
  }
  .subsc-button {
    font-weight: 400;
    padding: 0 16px;
    border-radius: 0 4px 4px 0;
  }
  .thank-you-btn {
    border-radius: 4px;
  }
  .subsc-email {
    width: calc(100% - 65px);
    border: 1.5px solid #fff;
    border-radius: 4px 0 0 4px;
  }
  .dark-input {
    border: 1.5px solid #222;
  }
  .subsc-title {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .embed-wrap-inside:after {
    width: 90%;
  }
}
</style > <style > .page-image {
  object-position: bottom;
}

.display-image {
  border-radius: 50%;
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12),
    0px 10px 32px -4px rgba(24, 39, 75, 0.1),
    inset 0px 0px 2px 1px rgba(24, 39, 75, 0.05);
}

.page-title {
  font-size: 18px;
  font-weight: 700;
}

.page-bioline {
  font-size: 16px;
  font-weight: 400;
}

.page-item-title {
  font-size: 16px;
  font-weight: 700;
}

.page-item-each {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 30px;

  min-height: 60px;
}

.page-item-wrap {
  margin: 16px 0;
}

.page-item-wrap:hover {
  transform: translate3d(0px, 0px, 0px) scale(1.015);
}

.page-item-wrap {
  backdrop-filter: blur(5px);
  font-weight: 600;
  backdrop-filter: blur(36px);
  font-weight: 600;
}

.page-item {
  border: 0px solid #ffffff;
  background: rgba(255, 255, 255, 0.075);
  border-radius: 30px;
}

.embed-wrap iframe,
.embed-wrap-inside {
  border-radius: 0px 0px 22px 22px;
}

.link-each-image,
.page-item-wrap {
  border-radius: 30px;
}

.page-text-font {
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
}

.page-text-color {
  color: #ffffff;
}

.social-icon-fill path,
.social-icon-fill circle,
.social-icon-fill rect {
  fill: #ffffff;
}

.page-overlay-btn {
  border: 2px solid #ffffff;
}
