@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sefa Ttf;
  src: url('../fonts/Sefa-TTF.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sk Modernist;
  src: url('../fonts/Sk-Modernist-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sk Modernist Mono;
  src: url('../fonts/Sk-Modernist-Mono.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sk Modernist;
  src: url('../fonts/Sk-Modernist-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #181818;
  --main-font: Satoshi, Arial, sans-serif;
  --white: #efefef;
  --50-white: #efefef80;
  --orange: #d96036;
  --secondary-font: "Sefa Ttf", Georgia, sans-serif;
}

body {
  background-color: var(--black);
  font-family: var(--main-font);
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 9rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.8125rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

.all_section {
  border-right: 2px solid var(--50-white);
  border-left: 2px solid var(--50-white);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.all_section.hero_section {
  border-top: 2px solid var(--50-white);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.all_section.no_padding_sec {
  padding-top: 0;
  padding-bottom: 0;
}

.all_section.service-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

.container.section_heading_container {
  border-right: 2px solid var(--50-white);
  border-left: 2px solid var(--50-white);
}

.container.hero_container {
  position: relative;
}

.container.faq_container_np {
  padding-left: 0;
  padding-right: 0;
}

.container.work_container {
  padding-left: 7.5rem;
}

.container.is-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container.is-section.is-works {
  padding-left: 4rem;
}

.container.is-section.is-faq {
  padding-left: 0;
  padding-right: 0;
}

.container.is-section.is-contant {
  padding: 2rem 2rem 4rem;
}

.container.is-section.is-hero {
  border-top: 1px solid var(--50-white);
  border-right: 1px solid var(--50-white);
  border-left: 1px solid var(--50-white);
  padding: 4.5rem 2rem;
}

.container.is-section.is-hero.is-relative.overflow-hidden.full_height_container {
  height: 100%;
}

.container.is-section.is-service {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.container.is-hero {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 7rem;
  display: flex;
}

.container.hero_t_containeer {
  height: 100%;
  position: relative;
}

.orange_text {
  color: var(--orange);
}

.page_wrap {
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
}

.hero_heading {
  z-index: 2;
  font-size: 15vw;
  line-height: 100%;
  position: relative;
}

.section_heading_wrap {
  border-top: 2px solid var(--50-white);
  border-bottom: 2px solid var(--50-white);
}

.section_heading {
  text-align: right;
  font-weight: 400;
}

.section_heading.contant_touch_heading {
  z-index: 2;
  pointer-events: none;
  text-align: center;
  position: relative;
}

.body {
  margin-top: 2.5rem;
}

.small_case {
  text-transform: none;
}

.about_p {
  text-align: center;
  text-wrap: balance;
  max-width: 1016px;
  margin-bottom: 6.25rem;
  margin-left: auto;
  margin-right: auto;
}

.cv_download {
  color: var(--white);
  text-decoration: none;
}

.about_numbers_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.number_text {
  text-align: center;
  text-transform: capitalize;
}

.about_link_wrap {
  text-align: center;
  margin-bottom: 11.5rem;
}

.services_wrapper {
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.service_card_wrap {
  border: 2px solid var(--white);
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.5rem 10rem;
  display: flex;
  position: relative;
}

.service_card_wrap.is-1 {
  margin-bottom: 6rem;
  position: sticky;
  top: 2rem;
}

.service_card_wrap.is-2 {
  margin-bottom: 4rem;
  position: sticky;
  top: 4rem;
}

.service_card_wrap.is-3 {
  margin-bottom: 2rem;
  position: sticky;
  top: 6rem;
}

.service_card_wrap.is-4 {
  margin-bottom: 0;
  position: sticky;
  top: 8rem;
}

.service_bg_number {
  z-index: 0;
  color: #efefef1a;
  font-size: 44rem;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  left: 2rem;
  right: auto;
}

.service_card_image_wrapper {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.service_card_image {
  max-width: 387px;
}

.service_image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.service_card_heading {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.service_card_heading_wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.service_card_p {
  max-width: 767px;
}

.contact_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.contact_form_wrap {
  flex: 1 0 auto;
  padding: 2.75rem;
}

.contact_separator_line {
  background-color: var(--50-white);
  width: 2px;
  height: 100%;
}

.contact_info_wrap {
  flex: 1 0 auto;
  padding: 2.75rem;
}

.project_heading {
  z-index: 1;
  color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 4rem;
  line-height: 4.821rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: relative;
}

.project_heading:hover {
  letter-spacing: 1px;
}

.project_item {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.project_image_wrap {
  z-index: 0;
  position: absolute;
  top: -5rem;
  right: 0;
}

.project_image_wrap.is-2 {
  max-width: 605px;
  top: -3rem;
}

.project_image_wrap.is-4 {
  max-width: 572px;
  top: -15rem;
}

.project_image_wrap.is-5 {
  max-width: 672px;
  top: -20rem;
  right: 0;
}

.project_image_wrap.is-6 {
  max-width: 522px;
  right: 0;
}

.project_image_wrap.is-7 {
  max-width: 789px;
  top: -10rem;
  right: 0;
}

.project_image_wrap.is-8 {
  max-width: 618px;
  top: -19rem;
  right: 0;
}

.project_image_wrap.is-9 {
  max-width: 580px;
  top: -37rem;
}

.project_image_wrap.is-1 {
  max-width: 552px;
  top: -3rem;
  right: 0;
}

.project_image_wrap.is-3 {
  max-width: 672px;
}

.project_image {
  opacity: 0;
}

.form_heading {
  margin-bottom: 4.5rem;
}

.weight-bold {
  font-weight: 700;
}

.btt_button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f_submit_btn {
  background-color: var(--white);
  color: var(--black);
  padding: 1rem 3.5rem;
}

.contact_form {
  text-align: right;
}

.f_text_field {
  color: var(--white);
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 2px solid #efefef80;
  margin-bottom: 3rem;
  padding: 4px 8px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.f_text_field:focus {
  border-bottom-color: var(--white);
}

.f_text_field::placeholder {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.f_text_field.textarea {
  border-top-width: 2px;
  border-top-color: #efefef80;
  border-left-width: 2px;
  border-left-color: #efefef80;
  border-right-width: 2px;
  border-right-color: #efefef80;
  margin-bottom: 3rem;
  padding: 8px 10px;
}

.f_text_field.textarea:focus {
  border-top-color: var(--white);
  border-right-color: var(--white);
  border-left-color: var(--white);
}

.contact_social_link {
  color: #efefef4d;
  font-size: 3.5vw;
  line-height: 3rem;
  text-decoration: none;
}

.contact_social_link.weight-bold {
  transition: all .3s;
}

.contact_social_link.weight-bold:hover {
  color: var(--white);
}

.contact_social_link.weight-bold.mail {
  color: var(--white);
  text-wrap: wrap;
}

.contact_social_wrap {
  text-align: right;
  flex-flow: column;
  display: flex;
}

.footer {
  background-color: var(--white);
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer_text {
  color: var(--black);
}

.form {
  max-width: 500px;
}

.hero_p {
  max-width: 327px;
}

.hero_subheading {
  max-width: 308px;
}

.text_align_center {
  text-align: center;
}

.hero_heading_wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 7.25rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero_p_wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.hero_content {
  justify-content: flex-end;
  align-items: flex-end;
}

.hero_content.is-relative {
  z-index: 10;
}

.accordion-trigger-bottom {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-trigger-top {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-item-bottom-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.accordion-highlight-bottom {
  z-index: -1;
  background-color: var(--orange);
  transform-origin: 50% 100%;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-item {
  border-bottom: 1px solid var(--50-white);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.accordion-highlight-top {
  z-index: -1;
  background-color: var(--orange);
  transform-origin: 50% 0;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-arrow {
  width: 28px;
  max-width: none;
}

.p-accordion-answer {
  max-width: 80%;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}

.accordion-item-top-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  font-size: 36px;
  display: grid;
}

.faq_heading {
  font-size: 2.5rem;
  line-height: 3rem;
}

.navbar {
  background-color: #efefef00;
  height: 100px;
  margin-left: -1rem;
  margin-right: -1rem;
}

.nav_container {
  height: 100%;
}

.nav_btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--white);
  background-color: var(--white);
  width: 188px;
  height: 100px;
  color: var(--black);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav_btn:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.nav_btn.small-screen, .display_none {
  display: none;
}

.body_wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.body_wrap.is-nothing {
  width: auto;
  max-width: none;
}

.body_wrap.is-project {
  position: static;
}

.body_main {
  padding-left: 6rem;
  padding-right: 6rem;
}

.section.hero_section {
  padding-top: 100px;
}

.section.hero_section.full_height {
  height: 100svh;
}

.section_heading_warpper {
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.section_heading_line_top {
  background-color: var(--50-white);
  height: 1px;
  margin-bottom: 1rem;
}

.section_heading_line_bottom {
  background-color: var(--50-white);
  height: 1px;
  margin-top: 1rem;
}

.s_heading_container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.stacking_section_wrapper {
  width: 100%;
  min-height: 300vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.stacking_container {
  width: 100%;
  position: sticky;
}

.card {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem;
  display: flex;
  position: sticky;
  top: 0;
}

.card.card-1 {
  z-index: 1;
}

.card.card-2 {
  z-index: 2;
  top: 2rem;
}

.card.card-3 {
  z-index: 3;
  top: 4rem;
}

.card.card-4 {
  z-index: 4;
  top: 6rem;
}

.card_bg_number {
  z-index: 0;
  pointer-events: none;
  color: #efefef1a;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-size: 44rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.card_content {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.card_heading {
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

.card_p {
  max-width: 772px;
  margin-bottom: 1rem;
}

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

.card_img {
  object-fit: cover;
  width: 100%;
}

.contant_top {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.local_info_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

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

.contact_socialm_wrapper {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.contact_socialm_link {
  max-width: 48px;
}

.social_img {
  opacity: .5;
  transition: all .3s;
}

.social_img:hover {
  opacity: 100;
}

.contact_wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 660px;
  display: flex;
}

.is-relative {
  position: relative;
}

.contact_blob {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto 50%;
}

.nav_bar {
  background-color: #0000;
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo_wrap {
  padding-left: 2rem;
  transition: all .2s;
}

.logo_wrap:hover {
  color: var(--orange);
}

.logo_text {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.logo_text:hover {
  color: var(--orange);
}

.logo_text.w--current {
  transition: all .3s;
}

.hero_overlay {
  z-index: 4;
  background-image: linear-gradient(360deg, #181818e6 20%, #181818bf 50%, #18181800 95%);
  position: absolute;
  inset: 0%;
}

.hero_blob {
  z-index: 2;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.lepotica {
  z-index: 3;
  height: 800px;
  max-height: 95%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(-30px);
}

.nav_links_wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_link {
  color: var(--white);
  padding: 0 2rem;
  font-size: 1.5rem;
  line-height: 120%;
  transition: all .3s;
}

.nav_link:hover {
  color: var(--orange);
}

.nav_content_wrap {
  border: 1px solid var(--50-white);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.nav_container_new {
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav_separate_line {
  background-color: var(--white);
  width: 1px;
  height: 100%;
}

.project_hero_section {
  z-index: 2;
  padding-top: 100px;
}

.project_hero_bg {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
}

.project_hero_bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.projects_nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  display: flex;
}

.project_nav_link {
  font-size: 1rem;
  text-decoration: none;
}

.project_content_wrap {
  z-index: 2;
  padding-bottom: 7.5rem;
  position: relative;
}

.project_title {
  margin-top: 4rem;
  margin-bottom: 17rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

.project_info_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project_info-scope {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project_text-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  display: flex;
}

.project_text-p {
  max-width: 808px;
}

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

.project_grid.full_grid_img {
  grid-template-columns: 1fr;
}

.project_grid_image-wrap {
  text-align: center;
}

.project_text-link-wrap {
  margin-top: 1.5rem;
}

.project_text-link {
  color: var(--white);
  text-decoration: none;
}

.last-grid-project {
  margin-bottom: 6rem;
}

.overflow-hidden {
  overflow: hidden;
}

.hero_h_embed {
  display: none;
}

.dynamic-text.is-hero_heading {
  font-weight: 400;
}

.footer_blob {
  z-index: 1;
  filter: blur(100px);
  background-image: radial-gradient(circle, #d96036, #d96036e6 10%, #d96036bf 20%, #d9603699 30%, #d9603673 40%, #d9603652 50%, #d9603638 60%, #d9603621 70%, #d9603612 80%, #d9603608 90%, #d9603600);
  border-radius: 100%;
  width: 600px;
  height: 600px;
  display: none;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.navbar_wrap {
  z-index: 100;
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  position: fixed;
  top: 2rem;
  left: 0;
  right: 0;
}

.first_project_text_item {
  margin-top: 16rem;
}

.cards_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service_card {
  z-index: 3;
  border: 1px solid var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 528px;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service_overlay {
  z-index: 1;
  pointer-events: none;
  clip-path: ellipse(0% 0%);
  will-change: clip-path;
  border-radius: inherit;
  background-image: url('../images/webdesign2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.service_overlay.is-1 {
  background-image: url('../images/ser_n_student.avif');
}

.service_overlay.is-2 {
  background-image: url('../images/ser_n_webdesign.avif');
  background-position: 50% 25%;
}

.service_overlay.is-4 {
  background-image: url('../images/ser_n_graphic.avif');
}

.service_overlay.is-3 {
  background-image: url('../images/ser_n_branding.avif');
}

.grain_overlay {
  z-index: 0;
  opacity: .04;
  pointer-events: none;
  background-image: url('../images/GrainGIF.gif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.service_card_content {
  z-index: 12;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.logo_embed {
  width: 120px;
}

.hero_paragraph {
  max-width: 327px;
  position: relative;
  top: 30px;
  left: 45px;
}

.hero_h_wrap {
  display: none;
}

.is-font-secondary {
  font-family: var(--secondary-font);
}

.hero_span {
  color: var(--orange);
  text-transform: capitalize;
}

.footer_contact {
  z-index: 2;
  flex-flow: column;
  padding-top: 9rem;
  padding-bottom: 0;
  position: relative;
}

.section_heading_code {
  display: none;
}

.footer_heading {
  text-align: center;
  margin-bottom: 9.5rem;
  font-size: 10vw;
  line-height: 1.1;
}

.footer_continer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.footer_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.footer_links {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  align-items: flex-start;
  display: flex;
}

.footer_links_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: var(--white);
  text-decoration: none;
  transition: all .3s;
}

.footer_link:hover {
  color: var(--orange);
}

.footer_contact_info {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  width: 440px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer_button:hover {
  background-color: var(--orange);
  color: var(--white);
}

.footer_info {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_i_mail_heading {
  opacity: .5;
  margin-bottom: .25rem;
}

.footer_info_mail {
  color: var(--white);
  text-decoration: none;
}

.footer_full_width_element {
  margin-left: -6rem;
  margin-right: -6rem;
}

.trigger-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
}

.prj_img_wrap {
  height: 630px;
  overflow: hidden;
}

.prj_img_wrap:where(.w-variant-c45a3d51-bf78-f136-d2f0-961ef0293cb6) {
  margin-bottom: 3.75rem;
}

.prj_img {
  object-fit: cover;
  height: 150%;
}

.prj_btt_wrap, .prj_back_to_top {
  text-align: center;
}

.prj_back_to_top_embed {
  display: none;
}

.service_tap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about_p_head {
  text-align: center;
}

.about_p_header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: .75rem;
  display: flex;
}

.service_tap_text {
  font-size: .75rem;
  line-height: 1.3;
}

.hero_circle {
  width: 164px;
  height: 164px;
  color: var(--white);
  vertical-align: middle;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.hero_circle_wrap {
  text-align: right;
  margin-bottom: 1rem;
  padding-right: 11rem;
}

.hero_circle_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.star_icon {
  position: relative;
  top: 2px;
}

.accordion-item_highlight_line {
  background-color: var(--white);
  width: 0%;
  height: 1px;
}

.back_to_top_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: inline-flex;
}

.back_to_top_wrap:hover {
  color: var(--orange);
}

.time_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.next_project_nav_wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.next_project_nav_wrap:hover {
  color: var(--orange);
}

.prev_project_nav_wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.prev_project_nav_wrap:hover {
  color: var(--orange);
}

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

.projects_item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav_btn-icon {
  transform: translate(0, 1.5px);
}

.test_section.hero_t_section {
  height: 100dvh;
  padding-top: 100px;
}

.hero_t_wrap {
  z-index: 10;
  border: 1px solid #fff;
  flex-flow: column;
  height: 100%;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

.hero_paragraph-copy {
  max-width: 390px;
}

.hero_p_wrap-copy {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
}

.hero_circle-2 {
  color: #efefef;
  vertical-align: middle;
  width: 164px;
  height: 164px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.hero_circle_wrap-copy {
  text-align: right;
  margin-bottom: 1rem;
  padding-right: 11rem;
}

.hero_span-2 {
  color: #d96036;
  text-transform: capitalize;
}

.hero_circle_arrow-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero_circle-2-copy {
  color: #efefef;
  vertical-align: middle;
  width: 164px;
  height: 164px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.hero_span-3 {
  color: #d96036;
  text-transform: capitalize;
}

.hero_t_heading, .hero_display {
  font-weight: 400;
  line-height: 1.1;
}

.heroj_section {
  height: 900px;
  padding-top: 100px;
}

.heroj_wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.full_height {
  height: 100%;
}

.heroj_container {
  border-top: 1px solid var(--50-white);
  border-right: 1px solid var(--50-white);
  border-left: 1px solid var(--50-white);
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
}

.heroj_container.section_heading_container {
  border-right: 2px solid var(--50-white);
  border-left: 2px solid var(--50-white);
}

.heroj_container.hero_container {
  position: relative;
}

.heroj_container.faq_container_np {
  padding-left: 0;
  padding-right: 0;
}

.heroj_container.work_container {
  padding-left: 7.5rem;
}

.heroj_container.is-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.heroj_container.is-section.is-works {
  padding-left: 4rem;
}

.heroj_container.is-section.is-faq {
  padding-left: 0;
  padding-right: 0;
}

.heroj_container.is-section.is-contant {
  padding: 2rem 2rem 4rem;
}

.heroj_container.is-section.is-hero {
  border-top: 1px solid var(--50-white);
  border-right: 1px solid var(--50-white);
  border-left: 1px solid var(--50-white);
  padding: 4.5rem 2rem;
}

.heroj_container.is-section.is-hero.is-relative.overflow-hidden.full_height_container {
  height: 100%;
}

.heroj_container.is-section.is-service {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.heroj_container.is-hero {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 7rem;
  display: flex;
}

.heroj_container.hero_t_containeer {
  height: 100%;
  position: relative;
}

.heroj_bg_layers {
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.heroj_blob {
  z-index: 1;
  aspect-ratio: 1;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10%;
  left: 50%;
}

.heroj_lepotica {
  z-index: 2;
  object-fit: contain;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-55%);
}

.heroj_overlay {
  z-index: 3;
  background-image: linear-gradient(360deg, #181818f2 20%, #1818188c 50%, #18181833 95%);
  position: absolute;
  inset: 0;
}

.heroj_content_layer {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 3rem 2rem 2rem;
  display: flex;
  position: relative;
}

.heroj_circle {
  color: #efefef;
  vertical-align: middle;
  width: 164px;
  height: 164px;
  text-decoration: none;
  transition: all .3s;
  position: absolute;
  top: 30%;
  right: 13%;
}

.heroj_paragraph {
  max-width: 327px;
  position: relative;
  top: 50px;
  left: 65px;
}

.heroj_heading {
  font-weight: 400;
  line-height: 1.1;
}

@media screen and (min-width: 1280px) {
  .hero_heading.weight-bold.text_align_center {
    font-size: 14vw;
  }

  .service_card_image {
    flex: auto;
  }

  .contact_social_link.weight-bold {
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .footer_heading {
    font-size: 9vw;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }

  .hero_heading.weight-bold.text_align_center {
    font-size: 13vw;
  }

  .hero_p_wrap {
    margin-bottom: 6rem;
  }

  .p-accordion-answer {
    padding-bottom: 2rem;
  }

  .accordion-item-top-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .body_wrap {
    max-width: 1440px;
  }

  .body_wrap.is-project {
    max-width: none;
  }

  .nav_bar, .nav_container_new {
    max-width: 1440px;
  }

  .project_hero_section.is-relative {
    position: static;
  }

  .footer_continer, .heroj_container {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1920px) {
  .hero_heading.weight-bold.text_align_center {
    font-size: 10vw;
  }

  .footer_heading {
    font-size: 8vw;
  }
}

@media screen and (max-width: 991px) {
  .container.is-section.is-works {
    display: none;
  }

  .container.is-section.is-hero.is-relative.overflow-hidden {
    padding-top: 15rem;
    padding-bottom: 5rem;
  }

  .container.is-section.is-hero.is-relative.overflow-hidden.full_height_container {
    padding-bottom: 2rem;
  }

  .section_heading {
    font-size: 6rem;
    line-height: 1.2;
  }

  .about_p {
    margin-bottom: 7rem;
  }

  .number.orange_text.is-1, .number.orange_text.is-2, .number.orange_text.is-3 {
    text-align: center;
    font-size: 6rem;
    line-height: 7rem;
  }

  .about_link_wrap {
    margin-bottom: 7rem;
  }

  .services_wrapper {
    grid-row-gap: 2rem;
  }

  .service_card_wrap.is-1, .service_card_wrap.is-2, .service_card_wrap.is-3, .service_card_wrap.is-4 {
    padding: 2rem 6rem;
  }

  .service_bg_number {
    font-family: Sk Modernist, Arial, sans-serif;
    font-size: 35rem;
  }

  .hero_p_wrap {
    margin-bottom: 0;
  }

  .hero_content.is-relative {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .faq_heading {
    font-size: 2rem;
    line-height: 1.2;
  }

  .nav_btn {
    width: 100%;
    height: 64px;
    margin-top: 2rem;
    margin-left: 0;
  }

  .nav_btn.small-screen {
    display: flex;
  }

  .nav_btn.big-screen {
    display: none;
  }

  .body_main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_links_wrap {
    border-right: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    border-left: 1px solid var(--white);
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5rem;
  }

  .nav_link {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 3rem;
  }

  .nav_link.first_link {
    padding-top: 2.5rem;
  }

  .nav_separate_line {
    display: none;
  }

  .project_hero_bg-img {
    opacity: .45;
  }

  .project_title {
    margin-bottom: 5rem;
  }

  .menu_btn {
    background-color: #0000;
    margin-right: 3px;
  }

  .menu_btn.w--open {
    color: var(--orange);
    background-color: #0000;
  }

  .navbar_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .first_project_text_item {
    margin-top: 10rem;
  }

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

  .service_card {
    height: 512px;
  }

  .service_overlay.is-1 {
    background-position: 50% 20%;
  }

  .service_overlay.is-2 {
    background-position: 50% 15%;
  }

  .service_overlay.is-4, .service_overlay.is-3 {
    background-position: 50% 20%;
  }

  .hero_paragraph {
    font-size: 1rem;
    line-height: 1.33rem;
    top: 0;
    left: 0;
  }

  .footer_contact {
    padding-top: 3rem;
  }

  .footer_heading {
    margin-bottom: 3rem;
  }

  .footer_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 3rem;
  }

  .footer_contact_info {
    order: -9999;
    width: 100%;
  }

  .footer_button {
    width: 100%;
  }

  .footer_full_width_element {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .service_tap {
    opacity: .8;
  }

  .hero_circle_wrap {
    display: none;
  }

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

  .projects_item {
    color: var(--white);
    text-decoration: none;
  }

  .hero_t_wrap {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero_paragraph-copy {
    top: 0;
    left: 0;
  }

  .hero_p_wrap-copy {
    margin-bottom: 0;
  }

  .hero_circle-2 {
    display: none;
  }

  .hero_circle_wrap-copy {
    padding-right: 7rem;
  }

  .hero_circle-2-copy, .heroj_container.is-section.is-works {
    display: none;
  }

  .heroj_container.is-section.is-hero.is-relative.overflow-hidden {
    padding-top: 15rem;
    padding-bottom: 5rem;
  }

  .heroj_container.is-section.is-hero.is-relative.overflow-hidden.full_height_container {
    padding-bottom: 2rem;
  }

  .heroj_paragraph {
    font-size: 1rem;
    line-height: 1.33rem;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .container.is-section.is-works {
    padding-left: 1rem;
  }

  .container.is-section.is-hero.is-relative {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.is-section.is-hero.is-relative.overflow-hidden {
    padding: 12rem 1rem 2rem;
  }

  .container.hero_t_containeer {
    position: relative;
  }

  .section_heading {
    font-size: 4rem;
  }

  .number.orange_text.is-1, .number.orange_text.is-2, .number.orange_text.is-3 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .services_wrapper {
    grid-row-gap: 0rem;
  }

  .service_card_wrap.is-1, .service_card_wrap.is-2, .service_card_wrap.is-3, .service_card_wrap.is-4 {
    padding: 1rem 2rem;
  }

  .service_bg_number {
    display: none;
  }

  .service_card_image_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .service_card_image.second_image {
    display: none;
  }

  .service_card_heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .service_card_p {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .project_heading {
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .project_image_wrap {
    display: none;
  }

  .hero_p_wrap {
    order: 9999;
  }

  .hero_content.is-relative {
    justify-content: flex-start;
    align-items: center;
  }

  .p-accordion-answer {
    max-width: 100%;
  }

  .faq_heading {
    font-size: 1.75rem;
  }

  .section.hero_section {
    padding-top: 80px;
  }

  .contact_wrap {
    z-index: 15;
    height: 480px;
    position: relative;
  }

  .contact_blob {
    width: 1000px;
    max-width: none;
    left: 50%;
    transform: translate(-50%);
  }

  .logo_wrap {
    padding-left: 1rem;
  }

  .hero_overlay {
    background-image: linear-gradient(360deg, #181818 20%, #18181899 50%, #18181800 95%);
  }

  .hero_blob {
    height: 80%;
  }

  .lepotica {
    height: auto;
    max-height: 85%;
    bottom: 10%;
  }

  .nav_content_wrap {
    height: 80px;
  }

  .project_hero_bg {
    justify-content: center;
    align-items: center;
    height: 700px;
    display: flex;
  }

  .project_hero_bg.gradic_fest_bg_img {
    top: 2rem;
    left: -2rem;
  }

  .project_hero_bg.cep_img_bg {
    left: -8rem;
  }

  .project_hero_bg-img.gradic_fest_img {
    height: 130%;
  }

  .project_hero_bg-img.cep_bg_img {
    height: 90%;
  }

  .projects_nav {
    padding-top: 1rem;
  }

  .project_content_wrap {
    padding-bottom: 4rem;
  }

  .project_title {
    width: 85%;
    margin-bottom: 6.5rem;
    font-size: 2rem;
  }

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

  .project_info {
    font-size: 1rem;
  }

  .project_text-item {
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }

  .project_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .first_project_text_item {
    margin-top: 8rem;
  }

  .service_card {
    height: 400px;
  }

  .grain_overlay {
    opacity: .02;
  }

  .logo_embed {
    width: 100px;
  }

  .hero_paragraph {
    text-align: center;
  }

  .footer_heading {
    font-size: 15vw;
  }

  .footer_button {
    width: 100%;
  }

  .prj_img_wrap {
    height: 200px;
  }

  .prj_img_wrap:where(.w-variant-c45a3d51-bf78-f136-d2f0-961ef0293cb6) {
    margin-bottom: 1rem;
  }

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

  .projects_grid_img_wrap, .projects_grid_img {
    width: 100%;
  }

  .test_section.hero_t_section {
    padding-top: 80px;
  }

  .hero_display {
    text-align: center;
  }

  .heroj_section {
    height: 700px;
    padding-top: 80px;
  }

  .heroj_container.is-section.is-works {
    padding-left: 1rem;
  }

  .heroj_container.is-section.is-hero.is-relative {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heroj_container.is-section.is-hero.is-relative.overflow-hidden {
    padding: 12rem 1rem 2rem;
  }

  .heroj_container.hero_t_containeer {
    position: relative;
  }

  .heroj_blob {
    width: 100%;
    height: 80%;
  }

  .heroj_lepotica {
    max-width: 90%;
    height: auto;
    max-height: 90%;
    bottom: 20%;
  }

  .heroj_overlay {
    background-image: linear-gradient(360deg, #181818 32%, #18181899 50%, #18181833 95%);
  }

  .heroj_content_layer {
    justify-content: flex-end;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heroj_circle {
    display: none;
  }

  .heroj_paragraph {
    text-align: center;
    order: 9999;
  }

  .heroj_heading {
    text-align: center;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .section_heading.contant_touch_heading {
    font-size: 3.5rem;
  }

  .about_p {
    margin-bottom: 4rem;
  }

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

  .number.orange_text.is-1, .number.orange_text.is-2, .number.orange_text.is-3 {
    font-size: 5rem;
    line-height: 5.5rem;
  }

  .about_link_wrap {
    margin-bottom: 4rem;
  }

  .service_card_wrap.is-1, .service_card_wrap.is-2, .service_card_wrap.is-3, .service_card_wrap.is-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contant_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact_wrap {
    height: 400px;
  }

  .contact_blob {
    width: 800px;
  }

  .project_hero_bg {
    height: 800px;
  }

  .project_hero_bg-img.gradic_fest_img {
    height: 100%;
  }

  .first_project_text_item {
    margin-top: 6rem;
  }

  .first_project_text_item.plus_margin {
    margin-top: 10rem;
  }

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

  .service_card {
    height: 480px;
  }

  .logo_embed {
    width: 90px;
  }

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

  .footer_contact_info {
    width: 100%;
  }

  .footer_info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }
}

#w-node-db15f504-2d83-0b45-3453-951b2f165b9c-3d1dbe13, #w-node-bea00781-965d-7d86-4f61-fa18212a21fd-3d1dbe13, #w-node-_84e1a803-650e-32dd-d08f-f2f696f5aea0-3d1dbe13 {
  place-self: center;
}

#w-node-bb1cf7c1-7390-18cf-c892-c33edecfa0c3-3d1dbe13, #w-node-_769e7174-74a4-4781-8517-b6dbd1139f4c-3d1dbe13, #w-node-_7690a4e8-c84f-7b73-48f3-0c04239c9761-3d1dbe13, #w-node-eacfb46b-b722-640e-3b89-83109f7b5417-3d1dbe13, #w-node-b38a6dc9-aaf7-b4b3-2ecf-4638209ae118-3d1dbe13 {
  place-self: center end;
}

#w-node-_13fa0238-2c28-f2e1-c0c7-4f18d62a42a0-3d1dbe13 {
  order: 0;
  align-self: end;
}

#w-node-_538ec775-3d0c-2808-5538-1ecc6e5f5537-b17168ae, #w-node-_538ec775-3d0c-2808-5538-1ecc6e5f553e-b17168ae, #w-node-_538ec775-3d0c-2808-5538-1ecc6e5f5545-b17168ae {
  place-self: center;
}

#w-node-_96d8387e-5130-c5e8-c682-060936f2e98a-b17168ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6c36ca9-75dd-b2b4-0203-14aad4d0f207-b17168ae, #w-node-bb862be6-3fb1-d774-af55-11191b764a30-b17168ae, #w-node-a9050386-9458-96cf-affe-546494fd41b9-b17168ae, #w-node-_5ee48448-1a38-4549-706a-e2a433f64d77-b17168ae, #w-node-_0622bc48-d202-da5f-2deb-2b2a71a1eeb7-b17168ae {
  place-self: center end;
}

#w-node-_538ec775-3d0c-2808-5538-1ecc6e5f5537-e6b103ec, #w-node-_538ec775-3d0c-2808-5538-1ecc6e5f553e-e6b103ec, #w-node-_538ec775-3d0c-2808-5538-1ecc6e5f5545-e6b103ec {
  place-self: center;
}

#w-node-_96d8387e-5130-c5e8-c682-060936f2e98a-e6b103ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6c36ca9-75dd-b2b4-0203-14aad4d0f207-e6b103ec, #w-node-bb862be6-3fb1-d774-af55-11191b764a30-e6b103ec, #w-node-a9050386-9458-96cf-affe-546494fd41b9-e6b103ec, #w-node-_5ee48448-1a38-4549-706a-e2a433f64d77-e6b103ec, #w-node-_0622bc48-d202-da5f-2deb-2b2a71a1eeb7-e6b103ec {
  place-self: center end;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sefa Ttf';
  src: url('../fonts/Sefa-TTF.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sk Modernist';
  src: url('../fonts/Sk-Modernist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sk Modernist Mono';
  src: url('../fonts/Sk-Modernist-Mono.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sk Modernist';
  src: url('../fonts/Sk-Modernist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}