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
}

.item-center {
  align-items: center
}

.flex-dir-c {
  flex-direction: column
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mt-2 {
  margin-top: 2px
}

.mt-4 {
  margin-top: 4px
}

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

.mb-48 {
  margin-bottom: 48px
}

.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-18 {
  font-size: 18px
}

.text-fs-20 {
  font-size: 20px
}

.text-fs-22 {
  font-size: 22px
}

.color-gray {
  color: hsla(0, 0%, 100%, .9)
}

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

.w-250 {
  width: 250px
}

.h-150,
.h-165 {
  height: 150px
}

.background-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0
}

.page-image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover
}

.display-image {
  width: 156px;
  height: 156px;
  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;
  font-size: 24px;
  font-style: italic;
  line-height: 28px;
  margin: 0 0 20px;
  letter-spacing: -0.2px;
  text-rendering: geometricPrecision;
}

.page-full-wrap {
  width: 680px;
  z-index: 10;
  padding-bottom: 150px;
}

.page-item-wrap {
  transition: transform .15s cubic-bezier(.17, .67, .29, 2.71) 0s
}

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

.page-item-each {
  text-decoration: none;
  overflow: hidden;
  z-index: 10;
  box-sizing: border-box
}

.item-title {
  margin: 0 50px;
  word-break: break-word
}

.item-title strong {
font-size: 75%;
}

.social-icon-anchor {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.page-social:hover {
  transition: all .1s ease-in-out;
  transform: scale(1.1)
}

.page-item-title {
  font-weight: 700;
  margin-bottom: 16px
}

@media (min-width:768px) {
  .item-title strong::before {
    content: " : ";
    text-transform: lowercase;
  }
  .item-title strong {
    text-transform: lowercase;
  }
}

@media (max-width:768px) {
  .display-image {
    width: 96px;
    height: 96px;
  }
  .item-title strong {
    display: block;
    padding-top: 3px;
  }

  .page-full-wrap {
    width: 90%
  }

  .page-overlay-title {
    font-size: 24px;
    margin: 16px 0
  }
}

@media (max-width:480px) {
  .xs-hidden {
    display: none
  }

  .xs-w-100 {
    width: 100%
  }

  .xs-w-150 {
    width: 150px
  }

  .h-165 {
    height: 165px
  }

  .xs-mt-6 {
    margin-top: 6px
  }

  .xs-mt-8 {
    margin-top: 8px
  }

  .xs-mt-16 {
    margin-top: 16px
  }

  .xs-mt-32 {
    margin-top: 32px
  }

  .xs-mx-24 {
    margin: auto 24px
  }

  .xs-block {
    display: block
  }
}

.page-image {
  object-position: center;

}

.display-image {
  border-radius: 50%;
}

.page-title {
  font-size: 18px;
  font-weight: 700;
}

.page-item-title {
  font-size: 16px;
  font-weight: 700;
}

.page-title {
  font-size: 18px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: #1F365C;
}

.page-item-each {
  color: #1F365C;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  border-radius: 8px;
  min-height: 60px;
}

.page-item-wrap {
  margin: 16px 0;
}

.page-item-wrap:last-child {
  margin-bottom: 0;
}

.page-item-wrap:hover {
  transform: translate3d(0px, 0px, 0px) scale(1.015);
}

.page-item {
  border: 0px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 8px;
  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);
}

.link-each-image,
.page-item-wrap {
  border-radius: 8px;
}

.page-text-font {
  font-family: Montserrat, sans-serif;
  text-transform: none;
}

.page-title-font {
  font-family: 'EB Garamond', sans-serif;
  text-transform: none;
}
h2.page-title-font {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
  text-rendering: geometricPrecision;
}
.page-text-color {
  color: #1F365C;
}

.social-icon-fill path,
.social-icon-fill circle,
.social-icon-fill rect {
  fill: #1F365C;
}
img.loading {
  background-color: #babbbc;
  animation: hintloading 2s ease-in-out 0s infinite reverse;
}
@keyframes hintloading {
  0% {
    opacity: 0.5;
  }
  50%  {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}