:root {
  --zen--gray--600: #4b5563;
  --zen--gray--800: #1f2937;
  --zen--neutral--white: #fff;
  --zen--neutral--black: #000;
  --zen--gray--100: #f3f4f6;
  --zen--gray--950: #030711;
  --zen--gray--300: #d1d5db;
  --zen--gray--900: #111827;
  --zen--purple--700: #913b8b;
  --zen--purple--500: #cb6cca;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--burntsienna: #e76f51;
  --kütüp-library--dim-grey: #6e6e6e;
}

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

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  text-decoration: none;
}

.s-hero {
  color: #fff;
  background-color: #000;
  align-items: flex-end;
  padding: 100px 20px;
  display: block;
  position: relative;
}

.nav-outer-wrapper {
  z-index: 2147483647;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 40px 20px 20px;
  font-size: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.body {
  color: #222;
  font-family: Noto Serif JP, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.c-1200 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-content-wrapper {
  justify-content: space-between;
  max-width: 100%;
  display: flex;
  position: relative;
}

.heading {
  letter-spacing: 5px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.s-video {
  height: 350vh;
  position: static;
}

.bg-video {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sticky-wrapper {
  align-items: center;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.bg-video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-video-black-bar {
  z-index: 4;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 7vw solid #000;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  z-index: 100;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 200;
  position: static;
}

.brand {
  color: #fff;
  background-image: url('../images/kagerohi_logo_w_min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 210px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: flex;
}

.cursor-wrapper {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor-outer-circle {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
}

.bg-video-content-wrap {
  z-index: 5;
  max-width: 750px;
  position: relative;
}

.hero-content-left {
  max-width: 60%;
}

.hero-content-right {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.social-icons-wrapper {
  flex-direction: row;
  display: flex;
}

.social-icons-wrapper.menu {
  margin-top: 35px;
}

.social-icon {
  cursor: pointer;
  max-width: 100%;
  padding: 0 0 0 35px;
}

.social-icon.first {
  padding-left: 0;
}

.subheader {
  opacity: .5;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.s-marquee {
  background-color: #000;
}

.marquee-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 100px;
  overflow: hidden;
}

.marquee-top {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.filled {
  white-space: nowrap;
  margin: 0 35px;
  font-size: 70px;
  line-height: 1.5em;
}

.stroke {
  color: #000;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  white-space: nowrap;
  margin: 0 35px;
  font-size: 70px;
  line-height: 1.5em;
}

.marquee-bottom {
  color: #fff;
  align-items: center;
  display: flex;
}

.s-project-1 {
  color: #fff;
  cursor: pointer;
  align-items: center;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-wrapper-full-width {
  z-index: 1000;
  cursor: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.project-header-img-clip {
  filter: brightness(200%);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff40, #ffffff40), url('../images/guide_zazen_img01_min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  -webkit-background-clip: text;
  background-clip: text;
}

.project-header-img-clip.project-2 {
  filter: brightness(670%);
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/project-2-img.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
}

.project-header-img-clip.project-1 {
  filter: brightness(370%);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/project-1-bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.project-1-bg-img {
  opacity: 0;
  background-image: url('../images/ancient-chinese-herbs_min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120vw;
  height: 120vh;
  margin-top: -10vh;
  margin-left: -10vw;
  display: block;
  position: absolute;
}

.s-project-2 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  align-items: center;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-2-bg-img {
  opacity: 0;
  background-image: linear-gradient(#00000080, #00000080), url('../images/guide_zazen_img01_min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: 120vw;
  height: 80vh;
  margin-top: -10vh;
  margin-left: -10vw;
  display: block;
  position: absolute;
}

.s-project-3 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  align-items: center;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-3-bg-img {
  opacity: 0;
  background-image: linear-gradient(#00000080, #00000080), url('../images/professional-chef-preparing-food-kitchen-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 120vw;
  height: 120vh;
  margin-top: -10vh;
  margin-left: -10vw;
  display: block;
  position: absolute;
}

.project-3-bg-img.project-4-bg-img {
  background-image: linear-gradient(#0000, #0000), url('../images/1712-1.jpg');
}

.s-blog {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: block;
}

.project-h2 {
  font-size: 50px;
  line-height: 1.3em;
  position: static;
}

.project-number {
  z-index: 100;
  opacity: .1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 35px;
  font-family: Lora, sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 1em;
  display: block;
  position: absolute;
  inset: 0%;
}

.dot {
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.blog-grid-wrapper {
  justify-content: space-between;
  display: flex;
}

.blog-card-wrapper {
  background-image: url('../images/blog-img-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.blog-card-wrapper._2 {
  cursor: pointer;
  background-image: url('../images/jonetsu180415_01.jpg');
  background-position: 0%;
}

.blog-card-wrapper._2.peaple_pic_05 {
  background-image: url('../images/08231442_64e59c31110d2.jpg');
  background-position: 50%;
}

.blog-card-wrapper._3 {
  cursor: pointer;
  background-image: url('../images/summit_osaka_detail03_image02.jpg');
  background-position: 50%;
}

.blog-card-wrapper._3.peaple_pic_06 {
  background-image: url('../images/278e5a29be390ce8e136744e9a51902f4ed5613f.jpg');
  background-position: 50%;
}

.blog-card-wrapper._1 {
  cursor: pointer;
  background-image: url('../images/20240227140610.jpg');
  background-position: 50%;
}

.blog-card-wrapper._1.peaple_pic_04 {
  background-image: url('../images/interview_211202_01-760x506.jpg');
  background-position: 100%;
}

.blog-content-wrapper {
  z-index: 100;
  color: #fff;
  width: 100%;
  padding: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-post-heading {
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 500;
}

.s-footer {
  color: #fff;
  background-color: #000;
  padding: 40px 20px 100px;
}

.heading-4 {
  font-size: 50px;
  font-weight: 600;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-number-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.footer-p {
  opacity: .5;
  font-size: 18px;
  font-weight: 400;
}

.footer-p.menu {
  margin-bottom: 20px;
}

.contact-left {
  max-width: 50%;
}

.contact-right {
  align-items: flex-end;
  max-width: 50%;
  display: flex;
}

.text-block-3 {
  text-align: center;
}

.body-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.social-icon-wrapper {
  border-bottom-style: none;
  transition: all .2s;
}

.social-icon-wrapper:hover {
  transform: translate(0, -5px);
}

.menu-full-sized {
  z-index: 9999999;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-left {
  width: 40%;
}

.menu-inner-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-right {
  width: 40%;
}

.paragraph {
  opacity: .5;
  margin-bottom: 35px;
}

.full-menu-nav-link {
  opacity: .8;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2em;
  transition: all .2s cubic-bezier(0, 0, .187, .851);
}

.full-menu-nav-link:hover {
  opacity: 1;
  transform: translate(20px);
}

.link {
  border-bottom-style: none;
  text-decoration: none;
}

.link-2, .link-3, .link-4, .link-5 {
  border-bottom-style: none;
}

.fixed-lines-container {
  z-index: 1;
  opacity: .2;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.c-1200-lines {
  z-index: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.line-vertical {
  background-color: #fff;
  width: 1px;
  height: 100vh;
}

.blog-post-overlay {
  opacity: .5;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.video-overlay {
  opacity: .25;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.nav-inner-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-7 {
  margin-bottom: 0;
}

.menu-btn {
  cursor: pointer;
  max-width: 30px;
  display: none;
}

.image-2 {
  max-width: 75%;
}

.preloader-wrapper {
  z-index: 2147483647;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  width: 100px;
}

.h_30px {
  height: 50px;
}

.s-project-4 {
  justify-content: flex-start;
  align-items: center;
  min-height: 50vh;
  display: flex;
  overflow: hidden;
}

.meel {
  opacity: .26;
  mix-blend-mode: overlay;
  background-image: url('../images/meel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: flex;
  position: absolute;
  inset: 0%;
}

.meel_back {
  background-color: #57381d33;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-image: url('../images/5graphic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40vw 40vw;
  background-attachment: fixed;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  background-image: url('../images/JTB.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 50px;
}

.zen-paragraph-regular {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.zen-overline {
  color: var(--zen--gray--800);
  text-align: center;
  letter-spacing: 1.28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-container-small {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zen-section-x-large {
  background-color: var(--zen--neutral--white);
  padding: 100px 20px 20px;
}

.zen-column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.zen-column-x-small.zen-column-center {
  text-align: center;
  align-items: center;
}

.zen-h1-heading {
  color: var(--zen--neutral--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.zen-title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zen-countdown-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.zen-countdown-cell {
  background-color: var(--zen--gray--100);
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 150px;
  padding: 17px 16px;
  display: flex;
}

.zen-text-align-center {
  text-align: center;
}

.zen-column-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zen-code-embed {
  display: none;
}

.zen-countdown-divider {
  color: var(--zen--gray--950);
  letter-spacing: -2.5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-right: 4px;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 62px;
}

.div-block-3 {
  background-image: url('../images/5graphic_b_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 20vw;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.text-block-4 {
  text-align: right;
}

.text-block-5 {
  font-family: Noto Serif JP, sans-serif;
  font-size: 24px;
  font-weight: 200;
}

.paragraph-2 {
  text-align: right;
}

.zen-text-color-gray-300 {
  color: var(--zen--gray--300);
}

.zen-overline-2 {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-section-regular {
  background-color: var(--zen--neutral--white);
  padding: 82px 5%;
  position: relative;
}

.zen-paragraph-small {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.zen-container-regular {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zen-column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.zen-column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.zen-text-color-gray-600 {
  color: var(--zen--gray--600);
}

.zen-button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--zen--gray--900);
  color: var(--zen--neutral--white);
  letter-spacing: -.2px;
  white-space: nowrap;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.zen-button-primary:hover {
  background-color: var(--zen--purple--700);
  color: var(--zen--neutral--white);
}

.zen-h2-heading {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.zen-subheading-large {
  color: var(--zen--neutral--black);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.zen-h6-heading {
  color: var(--zen--neutral--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.zen-paragraph-x-small {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 12px;
}

.zen-paragraph-x-small.zen-text-color-gray-300 {
  color: var(--zen--gray--300);
}

.zen-subheading-small {
  color: var(--zen--neutral--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-subheading-small.zen-text-color-gray-600 {
  color: var(--zen--gray--600);
}

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

.zen-blog-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 12px;
  display: flex;
}

.zen-blog-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.zen-blog-avatar {
  background-color: var(--zen--purple--500);
  border-radius: 100%;
  flex: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.zen-blog-detail {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.peaple {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--zen--gray--100);
  color: var(--zen--neutral--black);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: grid;
}

.peaple.peaple_nondiv {
  display: none;
}

.zen-blog-image-small {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.zen-blog-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.zen-blog-header-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.subscript {
  bottom: 0;
}

.italic-text {
  font-size: 12px;
}

.div-block-5 {
  height: 183px;
  overflow: scroll;
}

.div-block-6 {
  background-image: url('../images/kagerohi_logo_w_min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 310px;
}

.url_link {
  color: #435ba5;
}

.text-block-6 {
  margin-top: 8px;
  margin-bottom: 10px;
  line-height: 30px;
}

.text-span {
  text-transform: uppercase;
}

.lottie-animation-3 {
  height: 300px;
}

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

.kutup-section {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-display-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-faq-content {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-1 {
  background-color: #264653;
  width: 2px;
  height: 100%;
}

.kutup-stripe-2 {
  background-color: #264653;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-title {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 21px;
  font-weight: 700;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid #29335c26;
  align-items: center;
  display: flex;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-paragraph {
  color: var(--kütüp-library--dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.zen-paragraph-regular-2 {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.zen-overline-3 {
  color: var(--zen--gray--800);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-container-small-2 {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zen-section-x-large-2 {
  background-color: var(--zen--neutral--white);
  padding: 144px 5%;
}

.zen-column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.zen-column-x-small-3.zen-column-center-2 {
  text-align: center;
  align-items: center;
}

.zen-h1-heading-2 {
  color: var(--zen--neutral--black);
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.zen-title-center-regular-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zen-countdown-wrapper-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.zen-countdown-cell-2 {
  background-color: var(--zen--gray--100);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 120px;
  padding: 8px 16px;
  display: flex;
}

.zen-text-align-center-2 {
  text-align: center;
}

.zen-column-center-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zen-code-embed-2 {
  display: none;
}

.zen-countdown-divider-2 {
  color: var(--zen--gray--950);
  letter-spacing: -2.5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-right: 4px;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 62px;
}

.div-block-551 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.count-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.count-number {
  margin-bottom: 15px;
  font-size: 70px;
  line-height: 1.2;
}

.count-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .nav-outer-wrapper {
    padding-bottom: 10px;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-video-black-bar {
    border-width: 7vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .hero-content-left {
    max-width: 70%;
  }

  .marquee-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-header-img-clip.project-1 {
    -webkit-text-fill-color: transparent;
    background-image: url('../images/project-2-img.jpg');
    background-repeat: repeat;
    background-size: auto;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .project-1-bg-img, .project-2-bg-img, .project-3-bg-img {
    opacity: 1;
  }

  .blog-grid-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .blog-card-wrapper._2, .blog-card-wrapper._3, .blog-card-wrapper._1 {
    min-height: 400px;
  }

  .blog-content-wrapper {
    padding: 30px;
  }

  .blog-post-heading {
    font-size: 1.5em;
  }

  .s-footer {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .heading-4 {
    margin-bottom: 75px;
  }

  .menu-full-sized {
    padding-left: 25px;
    padding-right: 25px;
  }

  .zen-countdown-divider {
    font-size: 72px;
    line-height: 82px;
  }

  .peaple {
    grid-template-columns: .5fr 1fr;
    height: 310px;
  }

  .zen-blog-grid {
    grid-template-columns: 1fr;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .kutup-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .zen-countdown-cell-2 {
    height: 112px;
  }

  .zen-countdown-divider-2 {
    font-size: 72px;
    line-height: 82px;
  }

  .count-wrap {
    min-width: 90px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .count-number {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .s-hero {
    padding-top: 75px;
  }

  .heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.5em;
  }

  .hero-content-left {
    max-width: 75%;
  }

  .social-icons-wrapper {
    flex-direction: column;
    display: flex;
  }

  .subheader {
    font-size: 14px;
  }

  .marquee-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .marquee-top {
    margin-bottom: 0;
  }

  .filled, .stroke {
    font-size: 100px;
  }

  .s-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-h2 {
    font-size: 75px;
  }

  .project-number {
    font-size: 250px;
  }

  .blog-grid-wrapper {
    display: block;
  }

  .blog-card-wrapper._2 {
    width: 100%;
    margin-bottom: 50px;
  }

  .blog-card-wrapper._3 {
    width: 100%;
  }

  .blog-card-wrapper._1 {
    width: 100%;
    margin-bottom: 50px;
  }

  .s-footer {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .heading-4 {
    margin-bottom: 50px;
  }

  .contact-wrapper {
    display: block;
  }

  .contact-number-wrapper {
    margin-top: 10px;
  }

  .footer-p {
    font-size: 13px;
  }

  .contact-left {
    max-width: 100%;
    margin-bottom: 10px;
  }

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

  .social-icon-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-full-sized {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .menu-left {
    display: none;
  }

  .div-block-2 {
    width: 60px;
  }

  .zen-section-x-large {
    padding: 100px 20px;
  }

  .zen-h1-heading {
    font-size: 52px;
  }

  .zen-countdown-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .zen-countdown-cell {
    width: 100%;
    min-width: 90px;
  }

  .zen-countdown-divider {
    font-size: 52px;
    line-height: 72px;
    display: none;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .zen-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .zen-h2-heading {
    font-size: 48px;
  }

  .zen-blog-grid {
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    width: 40px;
    height: 170px;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .zen-section-x-large-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .zen-h1-heading-2 {
    font-size: 52px;
  }

  .zen-countdown-wrapper-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .zen-countdown-cell-2 {
    width: 100%;
  }

  .zen-countdown-divider-2 {
    font-size: 52px;
    line-height: 72px;
    display: none;
  }

  .count-wrap {
    min-width: 80px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .count-number {
    font-size: 54px;
  }
}

@media screen and (max-width: 479px) {
  .s-hero {
    padding-top: 50px;
  }

  .hero-content-wrapper {
    margin-bottom: 25px;
  }

  .bg-video {
    height: 100vh;
  }

  .heading-2 {
    font-size: 2em;
  }

  .brand {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .bg-video-content-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-content-left {
    max-width: 100%;
  }

  .hero-content-right {
    display: none;
  }

  .marquee-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .marquee-top {
    margin-bottom: 0;
  }

  .filled, .stroke {
    font-size: 75px;
  }

  .project-h2 {
    font-size: 50px;
  }

  .s-footer {
    padding-top: 20px;
  }

  .contact-number-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-p {
    font-size: 11px;
  }

  .contact-left {
    margin-bottom: 10px;
  }

  .contact-right {
    justify-content: center;
    align-items: center;
  }

  .menu-full-sized {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .menu-btn {
    max-width: 25px;
  }

  .div-block-2 {
    width: 50px;
  }

  .zen-overline {
    font-size: 12px;
  }

  .zen-section-x-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .zen-h1-heading {
    font-size: 30px;
  }

  .zen-countdown-cell {
    min-width: auto;
    height: 109px;
    padding: 13px 0 10px;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .zen-blog-description {
    padding-left: 10px;
    padding-right: 10px;
  }

  .peaple {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .zen-blog-image-small {
    aspect-ratio: 1;
  }

  .paragraph-3 {
    text-align: justify;
  }

  .text-block-6 {
    font-size: 13px;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .div-block-551 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .count-wrap {
    min-width: 60px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .count-number {
    text-shadow: 0 0 4px #000e2240;
    font-size: 47px;
  }

  .count-text {
    font-size: 10px;
  }
}

#w-node-_9aebbcd1-c801-d0d1-43e4-70d57562844b-14da5f4e, #w-node-_33beb1f0-2ab8-4b22-e49a-0edda98d417b-14da5f4e, #w-node-_5fae9867-2e3e-632a-2f1e-93d19a30b3a7-14da5f4e {
  align-self: stretch;
}

#w-node-cea39be8-e391-0108-cb8c-c9690a4696e8-14da5f4e, #w-node-_73c95bb1-9159-90f6-ba94-da04f129f2d5-14da5f4e, #w-node-fa2a20d1-9271-3fc8-1f3a-d4d874358f55-14da5f4e, #w-node-_018dc4d7-1c4b-b0ec-5113-6fe4533ae771-14da5f4e, #w-node-_1d79d64c-0ad5-7bff-44be-45709eca2b2f-14da5f4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}


