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

.buttons-holder {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.popout-titler {
  color: #1b1b1b;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  display: flex;
}

.calendly-embed {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.popout-top-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-body-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.popout-info-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}

.social-link-block {
  height: 100%;
}

.bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.fixed-logo-link {
  z-index: 5;
  color: #000;
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 2rem;
}

.enterr-button {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: #ffffffd9;
  border: 1px solid #4e4e4e;
  border-radius: 2px;
  min-width: 240px;
  padding: 1rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.enterr-button:hover {
  color: #fff;
  background-color: #000000b3;
  border-color: #fff;
}

.enterr-button.main {
  background-color: #fff;
  border-color: #000;
}

.enterr-button.main:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.social-div-bottom {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  height: 18px;
  display: flex;
  position: fixed;
  bottom: 2rem;
}

.dark-bg-closer {
  cursor: pointer;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dark-bg-closer.center {
  z-index: 3990;
}

.social-image {
  object-fit: contain;
  height: 100%;
}

.x-closing-image {
  width: 100%;
  max-width: 16px;
}

.fixed-logo-r {
  display: none;
}

.popout-x {
  z-index: 4001;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-image-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popout-content-elements {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.center-menu-popout {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 100vh;
  left: 0;
  right: 0%;
}

.popout-main-box {
  z-index: 3999;
  background-color: #fff;
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85vw;
  max-width: 1200px;
  height: 80vh;
  max-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.popout-main-box.center-menu {
  border: 1px solid #cfcfcf;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 80vh;
  overflow: visible;
}

.shop-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  display: grid;
}

.website-body {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.loginer, .personal-details {
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.personal-details.center {
  text-align: center;
}

.general-info-grid {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

.about-content-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.player-image {
  z-index: 2;
  width: 100%;
  position: relative;
}

.title-pricer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.blog-entry-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.blog-entry-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: none;
}

.url-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d6e8f8;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: .5rem 1rem .5rem .5rem;
  display: flex;
}

.contacting-title {
  color: #fff;
  background-color: #6798cc;
  width: 100%;
  padding: .5rem 1rem;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.url-title {
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.about-title {
  color: #dc632d;
  background-color: #fdca99;
  width: 100%;
  padding: .5rem 1rem;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.profile-pic-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 0 solid #6798cc;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.total-body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.contacting-element-div {
  text-decoration: none;
}

.contacting-element-div:hover {
  font-weight: 700;
  text-decoration: underline;
}

.right-grid-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.general-info-div {
  background-color: #b4cfef;
  padding: .5rem;
}

.main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.online-now {
  width: 100px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.about-content-image {
  width: 100%;
}

.video-player-contaner {
  border: 2px solid #6798cc;
  position: relative;
}

.left-grid-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.shop-item-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  border: 1px solid #f7f7f7;
  flex-flow: column;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.shop-item-link:hover {
  background-color: #fdca9940;
  border: 1px solid #dc632d;
  text-decoration: underline;
}

.shop-item-link.blur {
  filter: blur(8px);
}

.personal-details-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.gallery-image-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-text-block {
  padding: .5rem;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-text-block.hide {
  display: none;
}

.general-info-answer-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #d6e6f7;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.contacting-element-text {
  font-family: Inconsolata, monospace;
  line-height: 20px;
}

.url-div {
  width: 100%;
}

.contacting-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1rem;
  display: grid;
}

.contacting-grid.general {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-columns: 1fr;
  padding: .25rem;
}

.video-player-bg {
  z-index: 3;
  opacity: .58;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.name-div {
  z-index: 10;
  color: #000;
  width: 100%;
  margin-bottom: -1rem;
  position: sticky;
  top: 2rem;
}

.full-grid-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.contacting-div {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid #6798cc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.name-text {
  color: #000;
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.name-text.subtitle {
  width: 100%;
  margin-top: -1rem;
  margin-bottom: -1rem;
  font-size: 12px;
  font-weight: 400;
}

.name-title {
  font-size: 42px;
  line-height: 42px;
  text-decoration: none;
}

.name-title:hover {
  color: #1b00e7;
  text-decoration: underline;
}

.about-div {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-div.shop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.main-image-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.buttons-section {
  z-index: 100;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  display: flex;
  position: fixed;
}

.intro-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

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

.utility-page-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.coming-soon-popout-div {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.contacting-div-copy {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 2px solid #6798cc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
  position: relative;
}

.whiteout-bg {
  z-index: 3;
  background-color: #fffffff2;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .popout-top-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .popout-info-div {
    width: 100%;
  }

  .popout-main-box.center-menu {
    width: 80vw;
    max-width: none;
  }

  .shop-grid {
    grid-template-columns: 1fr 1fr;
  }

  .total-body {
    padding: 1rem;
  }

  .name-div {
    top: 1rem;
  }

  .full-grid-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .name-title {
    font-size: 36px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .buttons-holder {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .popout-top-div {
    padding-bottom: 0;
  }

  .popout-main-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .loginer, .personal-details {
    font-size: 12px;
    line-height: 16px;
  }

  .main-image {
    height: auto;
  }

  .full-grid-section {
    grid-template-columns: 1fr;
  }

  .name-title {
    font-size: 32px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .popout-info-div {
    flex-wrap: nowrap;
  }

  .general-info-div {
    min-width: 120px;
  }

  .contacting-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

#w-node-_89071bb3-2170-4a59-ed65-59f4ed8dd8c7-eb52907c, #w-node-_89071bb3-2170-4a59-ed65-59f4ed8dd8f1-eb52907c, #w-node-_89071bb3-2170-4a59-ed65-59f4ed8dd8ea-eb52907c, #w-node-_89071bb3-2170-4a59-ed65-59f4ed8dd8ce-eb52907c, #w-node-_89071bb3-2170-4a59-ed65-59f4ed8dd8d5-eb52907c, #w-node-_89071bb3-2170-4a59-ed65-59f4ed8dd8dd-eb52907c, #w-node-_89071bb3-2170-4a59-ed65-59f4ed8dd8e2-eb52907c, #w-node-_89071bb3-2170-4a59-ed65-59f4ed8dd8f8-eb52907c, #w-node-_89071bb3-2170-4a59-ed65-59f4ed8dd8ff-eb52907c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
