@font-face {
  font-family: "Namu 1750";
  src: url('../fonts/NAMU-1750.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: red;
  --dark-grey: #acacac;
  --dark: #202020;
  --text-grey: #7a7a7a;
}

body {
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.text-size-h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.text-size-display {
  font-size: 4.38em;
  line-height: 1.1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0% 6.25rem;
}

.page-padding.is-home-hero {
  width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-left: 0%;
  padding-right: 0%;
}

.body {
  background-image: url('../images/Paper_04-1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

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

.item-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.item-grid.s4-manovar {
  justify-content: center;
  align-items: center;
}

.item-grid.s4-2 {
  justify-content: flex-start;
  align-items: center;
}

.item-grid.s6-margin {
  margin-top: -25rem;
}

.item-grid.s11-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.item-grid.s12 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-left: 2px none var(--red);
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-left: 0;
}

.item-grid.s12-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 2px none var(--red);
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-left: 0;
}

.item-grid.menu {
  justify-content: space-between;
  align-items: stretch;
}

.item-grid.s5 {
  justify-content: space-around;
  align-items: center;
}

.link-logo {
  cursor: pointer;
  transition: all .4s;
}

.link-logo:hover {
  transform: translate(24px);
}

.menu-main {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.menu-link {
  border-bottom: 1px solid var(--dark-grey);
  color: var(--dark);
  text-indent: 16px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2rem;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.13rem;
  transition: all .4s;
  display: flex;
}

.menu-link:hover {
  color: var(--red);
  transform: translate(16px);
}

.menu-link.first-menu {
  text-indent: 0;
}

.quote-text {
  color: var(--dark);
  text-transform: uppercase;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}

.head-name {
  color: var(--red);
  text-transform: none;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1;
}

.p24-text {
  color: var(--dark);
  text-transform: none;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.p24-text.cap {
  text-transform: uppercase;
}

.main-flwr {
  pointer-events: none;
  position: absolute;
  inset: 10.5rem -6rem auto auto;
}

.arrow-top {
  cursor: pointer;
  transition: all .4s;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.arrow-top:hover {
  transform: rotate(45deg);
}

.divider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

._36p-text-head {
  direction: ltr;
  color: var(--red);
  text-overflow: clip;
  column-count: auto;
  overflow-wrap: normal;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  padding-bottom: 13px;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  display: block;
  overflow: visible;
}

.red-line {
  background-color: var(--red);
  width: 100%;
  height: 2px;
}

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

.block-grid.s2 {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
}

.block-grid.s3 {
  margin-top: 1rem;
}

.block-grid.s4 {
  grid-column-gap: 1rem;
  grid-template-columns: 1fr 2.05fr;
  margin-top: 2rem;
}

.block-grid.s5 {
  grid-column-gap: 1rem;
  grid-template-columns: 2.05fr 1fr;
  grid-auto-flow: row dense;
  margin-top: 2rem;
}

.block-grid.s6 {
  grid-column-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  margin-top: 2rem;
}

.block-grid.s10, .block-grid.s11 {
  grid-column-gap: 1rem;
  grid-template-columns: 1fr 2.05fr;
  grid-auto-flow: row dense;
  margin-top: 2rem;
}

.block-grid.s2-2 {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.05fr;
  margin-top: 2rem;
}

.img.s3-flwr {
  width: 13.13rem;
  max-width: none;
  margin: auto;
}

.img.spichki {
  width: 21.56rem;
  max-width: none;
  margin: auto;
}

.img.s5-flwr {
  width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}

.img.s5-shuba {
  max-width: none;
  height: 47.38rem;
}

.img.s6-flwr {
  z-index: 1;
  width: 20.63rem;
  margin-bottom: -6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.img.s7-img {
  margin: auto;
}

.img.s8-flwr1 {
  width: 13.75rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 9rem;
}

.img.blue-halat, .img.green-halat {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.img.s9-flwr {
  width: 10.63rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.img.s9-hug {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.img.s10-img1, .img.s4 {
  position: sticky;
  top: 1rem;
}

.img.s8-flwr2 {
  width: 13.75rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
}

.text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.span-red {
  color: var(--red);
}

.span-grey {
  color: var(--text-grey);
}

.s2-flwr {
  width: 13.75rem;
  max-width: none;
  margin: auto;
}

.p20-text {
  color: var(--dark);
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.25rem;
}

.s2-flwr-copy {
  width: 13.75rem;
  max-width: none;
  margin: auto;
}

.s9-img-block {
  flex-flow: column;
  display: flex;
  position: relative;
}

.letters-s11 {
  position: absolute;
  inset: auto auto 2rem 28rem;
}

.flwr-s11 {
  position: absolute;
  inset: 20.6rem auto auto 45rem;
}

.quote-img2 {
  max-width: none;
  height: 2.63rem;
}

.quote-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 4px solid var(--red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
}

.s12-flwr {
  width: 13.75rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

._36p-text-quote {
  direction: ltr;
  color: var(--dark);
  text-transform: uppercase;
  text-overflow: clip;
  column-count: auto;
  overflow-wrap: normal;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  padding-bottom: 13px;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  display: block;
  overflow: visible;
}

.red-span2 {
  color: var(--red);
  text-transform: none;
}

.grey-span2 {
  color: var(--text-grey);
  text-transform: none;
}

.paragraph-footer {
  color: #202020;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.paragraph-footer.mid {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 0;
}

.paragraph-footer.blue {
  color: var(--text-grey);
}

.forest-img-block {
  width: 100%;
}

.bio-name {
  color: #202020;
  margin-top: .5rem;
  margin-bottom: auto;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  position: static;
  top: 0;
  left: 0;
}

.page-padding-2 {
  width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6.25rem 0%;
}

.page-padding-2.footer {
  padding-top: 0;
  padding-bottom: 2rem;
}

.grey-span-footer {
  opacity: .7;
  color: #53727e;
  font-size: 1.2rem;
  font-weight: 500;
}

.footer-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-item.right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
}

.link-social {
  cursor: pointer;
  transition: all .4s;
}

.link-social:hover {
  transform: scale(.9)rotate(-18deg);
}

.link-social.hide--this {
  display: none;
}

.social-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bio-text {
  margin-top: 2rem;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.footer-disc {
  z-index: 2;
  color: #202020;
  width: 50rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
}

.name-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-images-footer {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bot-text-link {
  color: red;
  cursor: pointer;
  font-weight: 400;
  text-decoration: underline;
  transition: all .4s;
}

.bot-text-link:hover {
  opacity: .5;
}

.bot-rune-img.loop-spin {
  animation-duration: 35s;
}

.footer-block {
  margin-top: 0;
  position: relative;
}

.bio-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.h3 {
  color: #202020;
  text-align: center;
  mix-blend-mode: multiply;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1;
}

.logo-link {
  cursor: pointer;
  transition: all .4s;
}

.logo-link:hover {
  transform: scale(.9);
}

.span-years {
  color: #53727e;
  font-size: 1.5rem;
}

.footer-heart {
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 7rem 0 auto;
}

.footer-heart.loop-spin {
  mix-blend-mode: normal;
  animation-duration: 35s;
  animation-direction: reverse;
}

.forest-img2 {
  width: 100%;
  max-width: none;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.s1-grid-mob {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.mob-logo-block {
  display: none;
}

.s12-flwr-mobile {
  width: 13.75rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

@media screen and (max-width: 991px) {
  .page-padding {
    width: 100%;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-padding.is-home-hero {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .s1-grid {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .item-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .item-grid.s6-margin {
    margin-top: 0;
  }

  .item-grid.s12-2 {
    order: -1;
  }

  .quote-text {
    width: 30rem;
    font-size: 2rem;
  }

  .head-name {
    font-size: 4rem;
  }

  .p24-text {
    font-size: 1.1rem;
  }

  .p24-text.cap {
    font-size: 1.2rem;
  }

  .main-flwr {
    top: 4rem;
    right: 0;
  }

  ._36p-text-head {
    font-size: 1.8rem;
  }

  .block-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .block-grid.s3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .block-grid.s12 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .img.s5-flwr {
    width: 9rem;
  }

  .img.s5-shuba {
    height: 26rem;
  }

  .img.s6-flwr {
    width: 18rem;
  }

  .img.s8-flwr1 {
    top: auto;
  }

  .img.s9-flwr {
    width: 11rem;
    top: 3.5rem;
    left: 3.5rem;
  }

  .img.s9-hug {
    width: 100%;
  }

  .img.s10-img1 {
    width: 100%;
    max-width: none;
  }

  .text-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .s2-flwr {
    width: 10rem;
  }

  .p20-text {
    font-size: 1.1rem;
  }

  .s9-img-block {
    width: 100%;
  }

  .letters-s11 {
    width: 15rem;
    bottom: 0;
    left: 30.5rem;
  }

  .flwr-s11 {
    top: -36rem;
    left: 34.3rem;
  }

  .s12-flwr {
    display: none;
  }

  .paragraph-footer {
    font-size: 1.1rem;
  }

  .paragraph-footer.blue {
    font-size: 1rem;
  }

  .page-padding-2 {
    width: 47rem;
  }

  .page-padding-2.footer {
    padding-bottom: 1rem;
  }

  .grey-span-footer {
    font-size: 1.3rem;
  }

  .left-sword {
    width: 13rem;
    max-width: none;
  }

  .bio-text {
    font-size: 1.2rem;
  }

  .footer-disc {
    width: 100%;
    font-size: 1.2rem;
  }

  .bot-rune-img, .right-sword {
    width: 13rem;
    max-width: none;
  }

  .span-years {
    font-size: 1.5rem;
  }

  .logo-img-2 {
    max-width: none;
  }

  .logo-img-2.footer {
    width: 14rem;
  }

  .footer-heart {
    width: 5rem;
    max-width: none;
    right: 3rem;
  }

  .footer-heart.loop-spin {
    top: 10rem;
    right: 0;
  }

  .bold-text-3 {
    font-size: 1.9rem;
  }

  .nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .s1-grid-mob {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .arrow-img {
    width: 4rem;
  }

  .s12-flwr-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .page-padding {
    padding-bottom: 5rem;
  }

  .s1-grid {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .item-grid {
    order: 1;
  }

  .item-grid.s12-2 {
    order: 0;
  }

  .item-grid.s2 {
    order: 1;
  }

  .item-grid.main-photo, .item-grid.main-text-top {
    order: 0;
  }

  .link-logo.hide-mob {
    display: none;
  }

  .main-flwr {
    width: 8rem;
    top: 8rem;
    right: -1rem;
  }

  .divider {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: .5rem;
  }

  .block-grid {
    flex-flow: wrap-reverse;
  }

  .block-grid.s2 {
    flex-flow: column wrap;
  }

  .block-grid.s11 {
    flex-flow: wrap;
  }

  .block-grid.s8, .block-grid.s12 {
    flex-flow: column;
  }

  .block-grid.s2-2 {
    flex-flow: column wrap;
  }

  .img.s3-flwr {
    width: 10rem;
  }

  .img.spichki {
    width: 15rem;
  }

  .img.s5-flwr {
    width: 7rem;
  }

  .img.s5-shuba {
    height: 20rem;
  }

  .img.s6-flwr {
    width: 16rem;
  }

  .img.s8-flwr1 {
    width: 12rem;
  }

  .img.blue-halat, .img.green-halat {
    height: 20rem;
  }

  .img.s9-flwr {
    width: 8rem;
    top: 3rem;
    left: 3rem;
  }

  .letters-s11 {
    width: 13rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: 24rem;
  }

  .flwr-s11 {
    left: 22rem;
  }

  .paragraph-footer {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .paragraph-footer.mid {
    margin-top: 0;
  }

  .paragraph-footer.blue {
    font-weight: 400;
  }

  .page-padding-2 {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .page-padding-2.footer {
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 1%;
    padding-right: 1%;
  }

  .grey-span-footer {
    font-size: 1.3rem;
  }

  .footer-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-item.right {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .left-sword {
    position: relative;
    right: -4rem;
    transform: rotate(34deg);
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-disc {
    width: 100%;
    font-size: 1.1rem;
  }

  .bot-rune-img.loop-spin {
    width: 10rem;
  }

  .right-sword {
    position: relative;
    left: -4rem;
    transform: rotate(-34deg);
  }

  .bio-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .h3 {
    width: 100%;
    font-size: 2rem;
  }

  .footer-heart {
    width: 6rem;
    right: 7.7rem;
  }

  .footer-heart.loop-spin {
    top: 9.5rem;
    right: -22rem;
  }

  .nav-menu {
    position: relative;
  }

  .arrow-img {
    width: 3rem;
  }

  .mob-logo-block {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .page-padding, .page-padding.is-home-hero {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .quote-text {
    width: auto;
    font-size: 1.8rem;
  }

  .head-name {
    font-size: 3rem;
  }

  .main-flwr {
    width: 5rem;
    top: 9rem;
  }

  .divider {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._36p-text-head {
    padding-bottom: 8px;
  }

  ._36p-text-head.s5 {
    text-overflow: clip;
    word-break: normal;
    overflow-wrap: break-word;
    width: 13rem;
    padding-bottom: 0;
  }

  .block-grid.s11 {
    grid-row-gap: 3rem;
  }

  .img.s5-shuba {
    height: 18rem;
  }

  .img.s6-flwr {
    width: 13rem;
  }

  .img.s8-flwr1 {
    width: 9rem;
  }

  .img.blue-halat, .img.green-halat {
    height: 18rem;
  }

  .img.s9-flwr {
    width: 6rem;
    top: 2rem;
    left: 2rem;
  }

  .img.s8-flwr2 {
    width: 8rem;
  }

  .s12-flwr {
    width: 12rem;
  }

  ._36p-text-quote {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .paragraph-footer {
    font-size: 1.1rem;
  }

  .forest-img-block {
    aspect-ratio: 1;
    object-fit: fill;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .social-img {
    width: 3.3rem;
    max-width: none;
  }

  .bio-name {
    font-size: 2rem;
  }

  .page-padding-2 {
    width: 100%;
    padding-top: 6rem;
    padding-left: 3%;
    padding-right: 3%;
  }

  .page-padding-2.footer {
    padding-bottom: 1rem;
  }

  .grey-span-footer {
    font-size: 1.2rem;
  }

  .bold-text-5 {
    font-size: 1.5rem;
  }

  .social-block {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .left-sword {
    width: 11rem;
    right: -5rem;
    transform: rotate(40deg);
  }

  .bio-text {
    font-size: 1.1rem;
  }

  .bold-text-6 {
    font-size: 1.2rem;
  }

  .footer-disc {
    width: 100%;
  }

  .top-images-footer {
    margin-bottom: 1rem;
  }

  .bot-rune-img.loop-spin {
    width: 8rem;
  }

  .right-sword {
    width: 11rem;
    left: -5rem;
    transform: rotate(-40deg);
  }

  .h3 {
    font-size: 2.3rem;
  }

  .logo-img-2 {
    width: 15rem;
    max-width: none;
  }

  .footer-heart {
    width: 4rem;
    top: 2.3rem;
    right: 0;
  }

  .footer-heart.loop-spin {
    mix-blend-mode: normal;
    top: 15rem;
    right: -14rem;
  }

  .bold-text-4 {
    font-size: 1.2rem;
  }

  .bold-text-3 {
    font-size: 1.5rem;
  }

  .forest-img2 {
    vertical-align: baseline;
    object-fit: cover;
    flex: 1;
    order: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .s12-flwr-mobile {
    width: 12rem;
  }
}

#w-node-c668302c-879d-643a-3b99-618afd55e341-3a22fe8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_397f8d5e-7a18-cf53-4321-45c5c1a131c5-3a22fe8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Namu 1750';
  src: url('../fonts/NAMU-1750.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}