/* latin-ext */
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../../fonts/dmsans/rP2Fp2ywxg089UriCZa4ET-DJF4e8BH9.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../../fonts/dmsans/rP2Fp2ywxg089UriCZa4Hz-DJF4e8A.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../../fonts/dmsans/rP2Hp2ywxg089UriCZ2IHTWEBlwu8Q.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../../fonts/dmsans/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --clr-black: #1A1A1A;
  --clr-white: #ffffff;
  --clr-off-white: #F4F4F4;
  --clr-gray-darkest: #282828;
  --clr-gray-darker: #606060;
  --clr-gray: #8B8B8B;
  --clr-gray-light: #D6D6D6;
  --clr-gray-lightest: #EEEEEE;
  --clr-note: #fffec3;
  --clr-brown: #A08878;
  --clr-brown-light: #C1ADA0;
  --clr-brown-lighter: #F9F6F4;
  --clr-background: #f9f6f4;
  --clr-reddish-lighter: #EFE8E2;
  --clr-reddish-light: #D68476;
  --clr-reddish: #B55757;
  --clr-reddish-dark: #591717;
  --clr-reddish-brown: #A08878;
  --clr-error: #d56c6c;
  --clr-yellowish: #F7C479;
}

svg.icon-plus-circle {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 60px;
  height: 60px;
}
svg.icon-plus-circle path {
  fill: var(--clr-white);
}
svg.icon-plus-circle circle {
  stroke: var(--clr-white);
  stroke-width: 1px;
}

* {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0px;
  padding: 0px;
  background-color: var(--clr-white);
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease;
  scroll-behavior: smooth;
}
html a, body a {
  text-decoration: none;
  transition: all 0.3s ease;
}
html a:hover, body a:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}
html .pg-main, body .pg-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  min-height: 100vh;
}
html .pg-main .col-lt,
html .pg-main .col-rt, body .pg-main .col-lt,
body .pg-main .col-rt {
  padding: 25px;
  margin: 0px;
  max-width: 500px;
  min-width: 500px;
  text-align: left;
  overflow: hidden;
}
html .pg-main .col-lt img,
html .pg-main .col-rt img, body .pg-main .col-lt img,
body .pg-main .col-rt img {
  height: 40px;
}
html .pg-main .col-lt p,
html .pg-main .col-rt p, body .pg-main .col-lt p,
body .pg-main .col-rt p {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin: 8px 0px 0px 0px;
  padding: 0px;
  color: var(--clr-black);
}
html .pg-main .col-lt, body .pg-main .col-lt {
  text-align: right;
}
html .pg-main .col-lt img, body .pg-main .col-lt img {
  height: 35px !important;
}
html .pg-main .col-ct, body .pg-main .col-ct {
  margin: 0px;
  padding: 25px;
  overflow: hidden;
  text-align: center;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
html .pg-main .col-ct img, body .pg-main .col-ct img {
  width: 200px !important;
  height: 170px !important;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  object-fit: contain;
}
html .pg-main .col-ct p, body .pg-main .col-ct p {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: var(--clr-gray-darker);
}
html .pg-main p.sml, body .pg-main p.sml {
  order: 4;
  display: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 40px 0px 0px 0px;
  padding: 0px;
  color: var(--clr-gray-darker);
  text-align: center;
}
@media screen and (max-width: 1400px) {
  html .pg-main, body .pg-main {
    gap: 20px;
  }
  html .pg-main .col-lt,
  html .pg-main .col-rt, body .pg-main .col-lt,
  body .pg-main .col-rt {
    padding: 15px;
    max-width: 300px;
    min-width: 300px;
  }
  html .pg-main .col-ct, body .pg-main .col-ct {
    min-width: 265px;
  }
  html .pg-main .col-ct img, body .pg-main .col-ct img {
    width: 150px !important;
    height: 127px !important;
  }
}
@media screen and (max-width: 1000px) {
  html .pg-main, body .pg-main {
    flex-direction: column;
    gap: 20px;
  }
  html .pg-main .col-ct, body .pg-main .col-ct {
    order: 1;
  }
  html .pg-main .col-ct p, body .pg-main .col-ct p {
    display: none;
  }
  html .pg-main .col-lt, body .pg-main .col-lt {
    order: 2;
    text-align: center;
  }
  html .pg-main .col-rt, body .pg-main .col-rt {
    order: 3;
    text-align: center;
  }
  html .pg-main p.sml, body .pg-main p.sml {
    display: block;
  }
}
html .pg-placeholder, body .pg-placeholder {
  display: flex;
  gap: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  min-height: 100vh;
}
html .pg-placeholder nav, body .pg-placeholder nav {
  width: 350px;
  margin: 0px;
  padding: 20px;
  padding-bottom: 15px;
  overflow: hidden;
  text-align: center;
  height: 100vh;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
html .pg-placeholder nav .top-part, body .pg-placeholder nav .top-part {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
html .pg-placeholder nav a.logo-holder, body .pg-placeholder nav a.logo-holder {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}
html .pg-placeholder nav a.logo-holder img.logo, body .pg-placeholder nav a.logo-holder img.logo {
  width: 150px !important;
  height: 127px !important;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  object-fit: contain;
}
html .pg-placeholder nav .list, body .pg-placeholder nav .list {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
html .pg-placeholder nav .list a.active, body .pg-placeholder nav .list a.active {
  filter: grayscale(1) brightness(0);
}
html .pg-placeholder nav p.sml, body .pg-placeholder nav p.sml {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: var(--clr-gray-darker);
  text-align: center;
}
html .pg-placeholder .col-data, body .pg-placeholder .col-data {
  position: relative;
  flex: 1;
  background-color: var(--clr-black);
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  min-height: 900px;
}
html .pg-placeholder .col-data img, body .pg-placeholder .col-data img {
  position: absolute;
  width: 100%;
  height: 1080px;
  min-height: 100vh;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
}
html .pg-placeholder .col-data .content, body .pg-placeholder .col-data .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  margin: 0px;
  padding: 80px;
}
html .pg-placeholder .col-data .content h1, body .pg-placeholder .col-data .content h1 {
  display: block;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  color: var(--clr-white);
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
}
html .pg-placeholder .col-data .content h1 b, body .pg-placeholder .col-data .content h1 b {
  font-weight: 700;
}
html .pg-placeholder .col-data .content ul, body .pg-placeholder .col-data .content ul {
  display: flex;
  gap: 50px;
  margin: 20px 0px 0px 0px;
  padding: 0px;
  overflow: hidden;
  list-style: none;
}
html .pg-placeholder .col-data .content ul li, body .pg-placeholder .col-data .content ul li {
  flex: 1;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
html .pg-placeholder .col-data .content ul li p, body .pg-placeholder .col-data .content ul li p {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--clr-white);
  margin: 8px 0px;
}
html .pg-placeholder .col-data .content ul li p b, body .pg-placeholder .col-data .content ul li p b {
  font-weight: 600;
}
html .pg-placeholder .col-data .content ul li p:first-child, body .pg-placeholder .col-data .content ul li p:first-child {
  margin-top: 0px;
}
html .pg-placeholder .col-data .content ul li p:last-child, body .pg-placeholder .col-data .content ul li p:last-child {
  margin-bottom: 0px;
}
html .pg-placeholder .col-data .space, body .pg-placeholder .col-data .space {
  background: #27381E;
  background: linear-gradient(0deg, rgb(39, 56, 30) 0%, rgba(39, 56, 30, 0.77) 73%, rgba(39, 56, 30, 0) 100%);
  color: var(--clr-white);
}
html .pg-placeholder .col-data .shop, body .pg-placeholder .col-data .shop {
  background: #161718;
  background: linear-gradient(0deg, rgb(22, 23, 24) 0%, rgba(22, 23, 24, 0.77) 73%, rgba(22, 23, 24, 0) 100%);
  color: var(--clr-white);
}
@media screen and (max-width: 1600px) {
  html .pg-placeholder nav, body .pg-placeholder nav {
    width: 300px;
    height: unset;
  }
  html .pg-placeholder .col-data, body .pg-placeholder .col-data {
    min-height: 1024px;
  }
  html .pg-placeholder .col-data .content, body .pg-placeholder .col-data .content {
    padding: 40px;
  }
  html .pg-placeholder .col-data .content h1, body .pg-placeholder .col-data .content h1 {
    font-size: 36px;
    line-height: 40px;
  }
  html .pg-placeholder .col-data .content ul, body .pg-placeholder .col-data .content ul {
    gap: 30px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  html .pg-placeholder nav, body .pg-placeholder nav {
    width: 300px;
    height: unset;
  }
  html .pg-placeholder .col-data, body .pg-placeholder .col-data {
    min-height: unset;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  html .pg-placeholder .col-data img, body .pg-placeholder .col-data img {
    position: relative;
    height: 550px;
    min-height: unset;
  }
  html .pg-placeholder .col-data .content, body .pg-placeholder .col-data .content {
    position: relative;
    padding: 30px;
  }
  html .pg-placeholder .col-data .content h1, body .pg-placeholder .col-data .content h1 {
    font-size: 32px;
    line-height: 36px;
  }
  html .pg-placeholder .col-data .content ul, body .pg-placeholder .col-data .content ul {
    gap: 15px;
    margin-top: 15px;
    flex-direction: column;
  }
  html .pg-placeholder .col-data .space, body .pg-placeholder .col-data .space {
    background: #27381E;
  }
  html .pg-placeholder .col-data .shop, body .pg-placeholder .col-data .shop {
    background: #161718;
  }
}
@media screen and (max-width: 991px) {
  html .pg-placeholder .col-data img, body .pg-placeholder .col-data img {
    height: 450px;
  }
  html .pg-placeholder .col-data .content, body .pg-placeholder .col-data .content {
    padding: 20px;
  }
  html .pg-placeholder .col-data .content h1, body .pg-placeholder .col-data .content h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  html .pg-placeholder, body .pg-placeholder {
    flex-direction: column;
  }
  html .pg-placeholder nav, body .pg-placeholder nav {
    width: unset;
    min-height: unset;
  }
  html .pg-placeholder nav .top-part, body .pg-placeholder nav .top-part {
    gap: 30px;
    width: 100%;
  }
  html .pg-placeholder nav .top-part .list, body .pg-placeholder nav .top-part .list {
    flex-direction: row;
    gap: 20px;
  }
  html .pg-placeholder nav .top-part .list a, body .pg-placeholder nav .top-part .list a {
    flex: 1;
  }
  html .pg-placeholder nav .top-part .list a img, body .pg-placeholder nav .top-part .list a img {
    height: 25px;
  }
  html .pg-placeholder nav .top-part .list a:last-child img, body .pg-placeholder nav .top-part .list a:last-child img {
    height: 30px;
  }
  html .pg-placeholder nav p.sml, body .pg-placeholder nav p.sml {
    display: none;
  }
  html .pg-placeholder .col-data img, body .pg-placeholder .col-data img {
    height: 450px;
  }
  html .pg-placeholder .col-data .content, body .pg-placeholder .col-data .content {
    padding: 20px;
  }
  html .pg-placeholder .col-data .content h1, body .pg-placeholder .col-data .content h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 467px) {
  html .pg-placeholder nav .top-part, body .pg-placeholder nav .top-part {
    gap: 20px;
  }
  html .pg-placeholder nav p.sml, body .pg-placeholder nav p.sml {
    display: none;
  }
  html .pg-placeholder .col-data img, body .pg-placeholder .col-data img {
    height: 300px;
  }
}/*# sourceMappingURL=livingcanvas.css.map */