:root {
  --polished-grey: #d9d9d9;
  --5: #e8e8e8;
  --white: white;
  --black: black;
  --dark-bold: #191f23;
  --contact_line_bg: #f7f7f7;
  --light-black: var(--dark-bold);
  --grey: grey;
  --beige: #f2e7d5;
  --ash-grey: #1c2122;
  --white_15op: #00000026;
  --color: #191f23;
  --plastic_grey: #9b9ba3;
}

.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;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.hero-section {
  height: 100vh;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.hero-section.services, .hero-section.contact {
  height: auto;
  font-size: 16px;
  line-height: 1;
}

.hero-section.about-us-section {
  height: auto;
}

.hero-section.projects {
  height: auto;
  font-size: 16px;
}

.hero-section.home_test {
  font-size: 16px;
  line-height: 1;
}

.container {
  flex-flow: column;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
  position: relative;
}

.container.colored_bg {
  background-color: var(--polished-grey);
}

.social-media-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  max-width: 7em;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.social-media-content {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.social-media-rotated-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
  transform: rotate(-90deg);
}

.social-media-icons {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-image {
  width: 2em;
  height: 2em;
}

.services-page-content-wrapper {
  flex: 1;
  height: 100%;
  padding-top: 5em;
  padding-left: 9.5em;
  padding-right: 4.5em;
}

.header-1 {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  font-weight: 300;
}

.header-1.contact_us_lett_spacing {
  color: var(--black);
}

.header-1.a {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 200;
}

.services-grid-element-wrapper {
  border-radius: 1em;
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: flex;
  box-shadow: 0 2px 14px 10px #0000001f;
}

.services-grid-element-wrapper._1, .services-grid-element-wrapper._2, .services-grid-element-wrapper._3, .services-grid-element-wrapper._4, .services-grid-element-wrapper._5, .services-grid-element-wrapper._6, .services-grid-element-wrapper._7 {
  max-width: none;
}

.services-grid-textblock {
  aspect-ratio: auto;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1em;
  margin-left: .5em;
  margin-right: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
}

.services-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.grid {
  grid-column-gap: 2.3em;
  grid-row-gap: 6em;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-bottom: 6em;
  display: grid;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 1em;
  font-family: Satoshi Complete, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.heading-2.contact-us-combo-heading {
  color: var(--dark-bold);
  margin-top: 0;
  margin-bottom: auto;
  font-family: "Oak Sans Font Family 1721846146 0", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
}

.contact-div {
  background-color: var(--contact_line_bg);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 2em;
  padding: 1em 2em;
  font-size: 1em;
  display: flex;
}

.contact-us-button {
  background-color: var(--light-black);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding: 1em 2em;
  text-decoration: none;
  display: flex;
}

.contact-us-button.w--current {
  background-color: var(--light-black);
  transition: background-color .3s;
}

.contact-us-button.w--current:hover {
  background-color: var(--5);
}

.services-contactus-small-text {
  color: var(--dark-bold);
  text-align: left;
  margin-top: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25;
}

.contact-us-text-link {
  color: var(--white);
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

.contact-us-text-link:hover {
  color: var(--dark-bold);
}

.contact-page-wrapper {
  flex: 1;
  height: 100%;
  padding-left: 9.5em;
  padding-right: 6em;
}

.about-us-content-wrapper {
  background-color: var(--polished-grey);
  flex: 1;
  width: 100%;
  height: 100%;
  padding-left: 9.5em;
  padding-right: 4em;
  position: relative;
}

.about-us-content-wrapper._2 {
  top: -10em;
}

.about-us-text-block {
  color: var(--dark-bold);
  letter-spacing: 1px;
  text-transform: none;
  align-self: flex-start;
  margin-top: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
}

.about-us-text-block.paragraph_margin {
  margin-top: 4em;
}

.about-us-text-block._2 {
  color: var(--white);
}

.about-us-text-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-us-text-wrapper._2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #0009;
  width: 80vw;
  padding: 3em 5em 5em 8em;
  position: absolute;
  top: -28.4em;
  left: 0;
}

.contact-us-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  margin-bottom: 3em;
  padding-left: 2em;
  padding-right: 2em;
}

.contact-us-left-grid {
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.contact-us-right-grid {
  flex-flow: column;
  display: flex;
}

.contact-us-logo-image {
  align-self: center;
  width: 100%;
  max-width: none;
  font-size: 1em;
  position: static;
}

.paragraph_contact_2 {
  letter-spacing: .05em;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1em;
  line-height: 1.3;
}

.contact-us-seperation-line {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: 2em;
}

.form-label {
  color: var(--light-black);
  margin-top: 1.5em;
  margin-bottom: .25em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.form {
  margin-bottom: 3em;
}

.form-field {
  color: #000;
  margin-top: .5em;
  margin-bottom: .75em;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1em;
}

.form-field.text_area {
  height: 8em;
}

.form-cta {
  background-color: var(--dark-bold);
  width: 50%;
  height: 3em;
  margin-top: .5em;
  font-size: 1em;
}

.services-text-content-div {
  background-color: #0000;
  border: 3px #000;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
}

.services-icon-image {
  object-fit: scale-down;
  width: 4em;
  margin-left: auto;
  margin-right: auto;
}

.services-icons-round-border-shadow {
  background-color: #0000;
  border: 3px #000000b3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: 2em auto;
  display: flex;
}

.heading-3_services {
  color: #000;
  text-align: center;
  letter-spacing: .05em;
  text-transform: capitalize;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
}

.home_logo_image {
  z-index: 9999;
  object-fit: fill;
  object-position: 50% 50%;
  width: auto;
  max-width: 75%;
  height: 75vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 999;
  background-color: #00000080;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.navbar_wrapper {
  z-index: 9999;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.logo_-_menubtn_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact_navbar_wrapper {
  flex-flow: column;
  justify-content: center;
}

.navbar_contact_button {
  transform-origin: 50%;
  color: #fff;
  background-color: #000;
  border-radius: .5em;
  margin-bottom: 2.5em;
  padding: .5em 1em;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
  transform: rotate(-90deg);
}

.menu_button_wrap {
  background-color: var(--black);
  color: var(--5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.menu_icon {
  cursor: pointer;
  height: 2em;
  overflow: visible;
}

.menu_icon.is_close {
  display: none;
}

.link-block {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.vertical_logo {
  width: 3.5em;
}

.navbar_dynamic {
  z-index: 9998;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar_dynamic_wrap {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.navbar_link_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.navbar_page_link {
  color: var(--white);
  text-decoration: none;
  display: flex;
}

.navbar_link {
  font-size: 4em;
  font-weight: 700;
}

.super_script {
  vertical-align: top;
  font-size: .25em;
}

.horizontal_logo {
  display: none;
}

.services_heading_div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7em;
  margin-bottom: 0;
  display: flex;
}

.heading-3 {
  color: var(--dark-bold);
  letter-spacing: 1px;
  margin-top: 1em;
  font-family: Roboto, sans-serif;
  font-size: 3em;
  font-weight: 900;
}

.careers_email_address_link {
  text-decoration: none;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-7 {
  font-family: "Oak Sans Font Family 1721846146 0", sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.text-span-7._2 {
  color: var(--white);
}

.footer-wrapper {
  width: 100%;
  margin-bottom: 2em;
}

.footer-grid {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
}

.footer_grid_element_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_logo {
  cursor: pointer;
  max-width: none;
  height: 4em;
}

.footer_logo_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.footer_icons_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_icon {
  width: 1.5em;
  max-width: none;
}

.footer_paragraph_bold {
  margin-bottom: 1em;
  font-family: "Oak Sans Font Family 1721846146 0", sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.footer_paragraph {
  font-family: Open Sans, sans-serif;
}

.footer_paragraph.post_address {
  font-size: 1em;
}

.footer_grid_logo-icons_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact_div_wrapper {
  flex-flow: column;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.header-2 {
  color: var(--black);
  text-wrap: pretty;
  font-family: "Oak Sans Font Family 1721846146 0", sans-serif;
  font-size: 2em;
}

.bold-text {
  font-weight: 400;
}

.contact_us_logo_wrapper {
  text-align: left;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.services_page_hyperlink {
  text-decoration: none;
}

.form_name {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.form-label-name {
  color: var(--light-black);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.text_span_required {
  color: var(--grey);
}

.contact_address_div {
  margin-top: 2em;
}

.paragraph_contact {
  color: var(--light-black);
  margin-bottom: .25em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.paragraph_contact.phone_number {
  margin-top: 2em;
}

.projects-page-content-spacer {
  flex: 1;
  height: 100%;
  margin-left: 9.5em;
  margin-right: 4.5em;
  padding-top: 5em;
  font-size: 1em;
}

.body {
  height: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.gallery_wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.gallery_column {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.gallery_image {
  border: .15em none var(--beige);
  border-radius: 1em;
  margin-bottom: 1em;
}

.gallery_section_wrapper {
  background-color: var(--ash-grey);
  background-image: linear-gradient(#00000080, #00000080);
  padding: 3.75em 6em 3.75em 9.5em;
}

.h2_projects {
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  font-family: "Oak Sans Font Family 1721846146 0", sans-serif;
  font-size: 2.5em;
  font-weight: 500;
}

.h2_projects.h2_topic {
  color: var(--dark-bold);
  text-align: left;
  letter-spacing: 4px;
  text-transform: none;
  text-wrap: pretty;
  max-width: 23ch;
  font-family: "Oak Sans Font Family 1721846146 0", sans-serif;
  font-size: 2.25em;
  line-height: 1.1;
}

.h2_projects.black {
  color: var(--dark-bold);
  text-align: left;
  width: 23ch;
}

.h2_projects.black_2 {
  color: var(--dark-bold);
  text-align: left;
  text-wrap: pretty;
}

.h2_projects.black_3 {
  color: var(--dark-bold);
}

.separation_line {
  background-color: #fff;
  width: 50%;
  height: 2px;
  margin-top: 1em;
  margin-bottom: 1.875em;
}

.gallery_text_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.gallery_text_block {
  color: #ffffff80;
  letter-spacing: 3px;
  -webkit-text-stroke-color: var(--white);
  font-size: 1.25em;
}

.topic_section_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--polished-grey);
  padding: 3.75em 5em 3.75em 9.5em;
  font-size: 1em;
  display: flex;
}

.topic_first_column_wrapper {
  background-color: var(--ash-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em;
  font-size: 1em;
  display: flex;
}

.topic_second_column_wrapper {
  background-color: var(--polished-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 1.875em;
  display: flex;
}

.topic_image {
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  max-width: none;
  display: block;
}

.topic_textblock {
  color: var(--light-black);
  letter-spacing: 2px;
  text-wrap: pretty;
  max-width: none;
  margin-top: 1.25em;
  font-family: Open Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
}

.topic_text_wrapper {
  height: 100%;
}

.h2_portfolio {
  color: var(--dark-bold);
  text-wrap: pretty;
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.container_home {
  z-index: 1;
  background-image: url('../images/kuhinja_bg.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.topic_see_more {
  background-color: var(--polished-grey);
  padding: 5em 5em 5em 9.5em;
}

.top_header_line {
  background-color: var(--white);
  height: .625em;
  margin: 5em 5em 1em 3em;
  font-size: 1em;
  display: block;
}

.bottom_header_line {
  background-color: var(--white);
  height: .625em;
  margin: 1em 5em 3em 3em;
  font-size: 1em;
}

.body_line {
  background-color: var(--light-black);
  height: .625em;
  margin-top: 1em;
  margin-bottom: 3em;
  font-size: 1em;
}

.big_gallery_section_wrapper {
  background-color: var(--ash-grey);
  background-image: linear-gradient(#00000080, #00000080);
  margin-bottom: 3em;
  padding: 3.75em 6em 3.75em 9.5em;
}

.big_gallery_wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.big_gallery_column_1, .big_gallery_column_2, .big_gallery_column_3, .big_gallery_column_4 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about_us_topic_section {
  background-color: var(--polished-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 12em;
  padding: 3.75em 5em 3.75em 9.5em;
  display: flex;
  position: relative;
}

.about_us_topic_section._2 {
  top: -5em;
}

.about_us_image_wrapper {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.about_us_image {
  border: .5em none var(--ash-grey);
  object-fit: cover;
  width: 90vw;
  max-width: none;
  height: 100%;
}

.about-us-content-wrapper_header {
  background-color: var(--white);
  flex: 1;
  width: 100%;
  height: 100%;
  padding-left: 9.5em;
  padding-right: 4em;
}

.hero_section_with_img_bg {
  z-index: 0;
  background-image: url('../images/project---------43.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  background-color: #030302b3;
  padding: 3em;
}

._100vh_section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_section_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container_2 {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-5 {
  height: 100vh;
}

.hero_section_header_wrapper {
  z-index: 0;
  background-color: #000000b3;
  padding: 2em 3em;
}

.section-hero {
  position: relative;
}

.hero-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.hero-image.is-about {
  pointer-events: none;
  background-image: url('../images/kuhinja_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-image.is-projects {
  pointer-events: none;
  background-image: url('../images/IMG_6650.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-image.is-services {
  pointer-events: none;
  background-image: url('../images/0.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-header-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-header {
  background-color: #0009;
  padding: 4em 3em;
  font-family: Montserrat, sans-serif;
}

.hero-header.a {
  background-color: #0009;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  top: 2em;
  left: 8em;
  right: auto;
}

.hero-scroll-wrapper {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2.5em;
  display: flex;
}

.hero-scroll {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.scroll-text {
  color: #fff;
  letter-spacing: -.05em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.scroll-text-wrapper {
  height: 1.025em;
  overflow: hidden;
}

.scroll-vector {
  color: #fff;
  width: 7.5em;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: grid;
  position: absolute;
  inset: 0%;
}

.services-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 4em;
  margin-bottom: 6em;
  display: grid;
}

.hero-m {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  width: 40em;
  height: 35em;
  padding-top: 2em;
  padding-left: 8em;
  padding-right: 4em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.code-embed {
  display: none;
}

.line-1 {
  background-color: #000;
  width: 39em;
  height: .3em;
  position: absolute;
  top: auto;
  bottom: 3em;
  left: 0;
}

.line-1._2 {
  width: 100%;
  bottom: 3em;
  left: auto;
  right: 0;
}

.line-1._2.w {
  background-color: #fff;
  width: 100%;
  left: auto;
  right: 0;
}

.line-2 {
  background-color: #000;
  width: .3em;
  height: 34em;
  position: absolute;
  top: 0;
  right: 3em;
}

.line-2._2 {
  height: 100%;
  left: 3em;
  right: auto;
}

.line-2._2.w {
  background-color: #fff;
  left: auto;
  right: 3em;
}

.line-2._2.w.ww {
  left: 3em;
  right: auto;
}

.line-3 {
  background-color: #fff;
  width: 29em;
  height: .3em;
  position: absolute;
  top: 7em;
}

.div-block-6 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  width: 60em;
  padding: 4em 8em 6em 6em;
  position: absolute;
  top: 8em;
  right: 0;
}

.div-block-6._2 {
  background-color: #000;
  width: auto;
  padding: 3em 6em 5em 8em;
  top: auto;
  bottom: -4em;
}

.div-block-7 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  width: 8em;
}

@media screen and (min-width: 1440px) {
  .header-1 {
    font-family: "Oak Sans Font Family 1721846146 0", sans-serif;
  }

  .header-1.a {
    margin-bottom: 0;
    font-size: 3.5em;
  }

  .section-hero {
    position: relative;
  }

  .hero-header.a {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0009;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .services-grid {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
  }

  .hero-m {
    z-index: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffff80;
    width: 40em;
    height: 35em;
    padding-top: 2em;
    padding-left: 8em;
    padding-right: 4em;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    overflow: hidden;
  }

  .social-media-wrapper {
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .social-media-rotated-text {
    color: var(--5);
  }

  .services-page-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-1 {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    font-size: 96px;
  }

  .services-grid-element-wrapper {
    max-width: none;
  }

  .services-grid-textblock {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }

  .grid {
    grid-column-gap: 36px;
    grid-row-gap: 128px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 48px;
  }

  .heading-2.contact-us-combo-heading {
    font-size: 40px;
  }

  .contact-div {
    margin-top: 64px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .contact-us-button {
    width: auto;
    height: auto;
    margin-top: 20px;
    padding: 16px 24px;
    font-size: 16px;
  }

  .services-contactus-small-text {
    text-wrap: pretty;
    margin-top: 20px;
    font-size: 20px;
  }

  .contact-us-text-link {
    font-size: 16px;
  }

  .contact-page-wrapper {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-text-block {
    margin-top: 16px;
    font-size: 20px;
  }

  .contact-us-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 128px;
    margin-bottom: 48px;
    padding-left: 32px;
    padding-right: 32em;
  }

  .contact-us-left-grid {
    flex-flow: column;
    padding: 16px;
  }

  .contact-us-logo-image {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph_contact_2 {
    font-size: 16px;
  }

  .contact-us-seperation-line {
    margin-top: 16px;
  }

  .form-label {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .form {
    margin-bottom: 16px;
  }

  .form-field {
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .form-field.text_area {
    height: 128px;
  }

  .form-cta {
    height: auto;
    margin-top: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .services-text-content-div {
    padding: 8px;
  }

  .services-icons-round-border-shadow {
    width: 64px;
    height: 64px;
    margin-bottom: 48px;
  }

  .heading-3_services {
    margin-bottom: 0;
    font-size: 32px;
  }

  .home_logo_image {
    height: 55vh;
  }

  .navbar {
    width: 100vw;
    inset: 0% 0% auto;
  }

  .navbar_wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo_-_menubtn_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .contact_navbar_wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .navbar_contact_button {
    margin-bottom: 0;
    padding: 8px 16px;
    font-size: 16px;
    transform: none;
  }

  .menu_button_wrap {
    width: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu_icon {
    cursor: pointer;
    height: 32px;
  }

  .link-block {
    align-items: flex-start;
    width: auto;
    height: 64px;
    display: flex;
  }

  .vertical_logo {
    width: 64px;
    max-width: none;
    display: none;
    transform: rotate(90deg);
  }

  .navbar_dynamic {
    display: none;
  }

  .navbar_dynamic_wrap {
    padding-left: 64px;
    padding-right: 64px;
  }

  .navbar_link_wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navbar_link {
    font-size: 64px;
  }

  .super_script {
    font-size: 16px;
  }

  .horizontal_logo {
    width: 80%;
    height: 100%;
    display: block;
  }

  .services_heading_div {
    height: 128px;
    margin-bottom: 20px;
  }

  .heading-3 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 48px;
  }

  .text-span-7 {
    font-size: 32px;
  }

  .footer-wrapper {
    margin-bottom: 32px;
  }

  .footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer_logo {
    height: 64px;
  }

  .footer_logo_wrapper {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer_icons_wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer_icon {
    width: 24px;
    max-width: none;
  }

  .footer_paragraph_bold {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .footer_paragraph.post_address {
    font-size: 16px;
  }

  .contact_div_wrapper {
    max-width: 100%;
  }

  .header-2 {
    font-size: 32px;
  }

  .bold-text {
    font-family: Roboto, sans-serif;
  }

  .form-label-name {
    font-size: 20px;
  }

  .paragraph_contact {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .projects-page-content-spacer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery_wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .gallery_image {
    margin-bottom: 16px;
  }

  .gallery_section_wrapper {
    padding: 40px 20px;
  }

  .h2_projects {
    font-size: 32px;
  }

  .h2_projects.h2_topic {
    font-size: 36px;
  }

  .h2_projects.black {
    width: auto;
  }

  .separation_line {
    margin-top: 16px;
    margin-bottom: 30px;
  }

  .gallery_text_block {
    font-size: 20px;
  }

  .topic_section_wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    padding: 64px 40px;
    font-size: 16px;
  }

  .topic_first_column_wrapper {
    padding: 20px;
    font-size: 16px;
  }

  .topic_second_column_wrapper {
    padding: 0;
  }

  .topic_textblock {
    font-size: 20px;
  }

  .topic_text_wrapper {
    width: 100%;
    height: auto;
  }

  .h2_portfolio {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .topic_see_more {
    padding: 40px 20px;
  }

  .top_header_line {
    height: 10px;
    margin: 128px 80px 16px 48px;
    font-size: 16px;
  }

  .bottom_header_line {
    height: 10px;
    margin: 16px 80px 96px 48px;
  }

  .body_line {
    height: 10px;
    margin-top: 100px;
    margin-bottom: 64px;
  }

  .big_gallery_section_wrapper {
    margin-bottom: 48px;
    padding: 40px 20px;
  }

  .big_gallery_wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .about_us_topic_section {
    margin-bottom: 48px;
    padding: 32px 20px;
  }

  .about_us_image-text_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 0;
  }

  .about-us-content-wrapper_header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-grid {
    grid-column-gap: 36px;
    grid-row-gap: 128px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .header-1 {
    font-size: 80px;
  }

  .header-1.a {
    font-size: 50px;
  }

  .grid {
    grid-row-gap: 96px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-us-button.w--current {
    background-color: var(--dark-bold);
  }

  .services-contactus-small-text {
    font-size: 16px;
  }

  .about-us-text-wrapper._2 {
    width: auto;
    padding: 20px 60px 60px 20px;
    position: static;
  }

  .form-label {
    color: var(--dark-bold);
    font-size: 16px;
  }

  .form-field.contact_div {
    margin-bottom: 0;
  }

  .logo_-_menubtn_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu_button_wrap {
    width: 60px;
  }

  .navbar_dynamic {
    display: none;
  }

  .horizontal_logo {
    max-width: none;
  }

  .services_heading_div {
    height: 64px;
  }

  .footer_logo {
    height: 48px;
  }

  .footer_icon {
    width: 20px;
  }

  .form-label-name, .paragraph_contact {
    font-size: 16px;
  }

  .paragraph_contact.phone_number {
    margin-top: 16px;
  }

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

  .topic_first_column_wrapper {
    padding-left: 10px;
  }

  .top_header_line, .bottom_header_line {
    margin-left: 24px;
    margin-right: 40px;
  }

  .body_line {
    margin-top: 64px;
    margin-bottom: 32px;
  }

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

  .section-hero {
    order: 0;
  }

  .section-hero.a {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .hero-header.a {
    top: auto;
    left: auto;
  }

  .services-grid {
    grid-row-gap: 96px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero-m {
    width: auto;
    height: 440px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
    display: block;
    position: static;
  }

  .line-1 {
    width: 100%;
    height: 5px;
    bottom: 40px;
  }

  .line-1._2 {
    bottom: 40px;
  }

  .line-2 {
    width: 5px;
    height: 100%;
    right: 40px;
  }

  .line-2._2 {
    left: 40px;
  }

  .line-2._2.w {
    right: 40px;
  }

  .line-3 {
    display: none;
    top: auto;
    bottom: 40px;
  }

  .div-block-6 {
    width: auto;
    padding: 20px 20px 60px 60px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .container.colored_bg, .container.colored_bg-copy {
    background-color: var(--polished-grey);
  }

  .header-1 {
    margin-bottom: 16px;
    font-size: 48px;
  }

  .header-1.contact_us_lett_spacing {
    letter-spacing: 0;
  }

  .services-grid-textblock {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-2.contact-us-combo-heading {
    font-size: 32px;
  }

  .contact-div {
    margin-top: 64px;
  }

  .contact-us-button {
    font-size: 16px;
  }

  .services-contactus-small-text {
    color: var(--dark-bold);
    text-wrap: pretty;
    font-size: 16px;
    font-weight: 400;
  }

  .contact-page-wrapper {
    padding-left: 20px;
  }

  .about-us-content-wrapper._2 {
    top: 0;
  }

  .about-us-text-block {
    letter-spacing: 1px;
    text-wrap: pretty;
    font-size: 16px;
  }

  .about-us-text-block.paragraph_margin {
    font-family: "Oak Sans Font Family 1721846146 0", sans-serif;
  }

  .contact-us-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-us-left-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }

  .contact-us-right-grid {
    display: block;
  }

  .contact-us-logo-image {
    max-width: none;
  }

  .contact-us-seperation-line {
    margin-top: 24px;
    display: block;
  }

  .contact-us-form {
    display: block;
  }

  .form-label {
    color: var(--dark-bold);
    margin-bottom: 8px;
  }

  .form {
    margin-top: 16px;
  }

  .form-field {
    margin-bottom: 24px;
  }

  .form-cta {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-text-content-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .services-icons-round-border-shadow {
    width: 48px;
    height: 48px;
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .heading-3_services {
    color: var(--dark-bold);
    margin-top: 5px;
    font-size: 24px;
  }

  .home_logo_image {
    width: 85vw;
  }

  .navbar_contact_button {
    font-size: 16px;
  }

  .menu_button_wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu_icon {
    width: 32px;
    height: 32px;
  }

  .navbar_dynamic {
    display: none;
  }

  .navbar_dynamic_wrap {
    padding-right: 10px;
  }

  .navbar_link {
    font-size: 35px;
  }

  .horizontal_logo {
    width: 80%;
    height: auto;
  }

  .services_heading_div {
    margin-bottom: 0;
  }

  .heading-3 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 48px;
  }

  .careers_email_address_link {
    font-size: 16px;
  }

  .text-span-7 {
    font-size: 24px;
  }

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

  .header-2 {
    font-family: "Oak Sans Font Family 1721846146 0", sans-serif;
    font-size: 24px;
  }

  .header-2.about_us_header2 {
    text-align: center;
    letter-spacing: .1em;
    text-transform: none;
    font-family: "Oak Sans Font Family 1721846146 0", sans-serif;
    font-size: 24px;
  }

  .bold-text {
    font-size: 20px;
  }

  .form-label-name {
    color: var(--dark-bold);
    margin-bottom: 8px;
  }

  .contact_address_div {
    margin-top: 16px;
  }

  .paragraph_contact {
    color: var(--dark-bold);
    margin-bottom: 8px;
  }

  .paragraph_contact.phone_number {
    margin-bottom: 0;
  }

  .gallery_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h2_projects {
    font-size: 24px;
  }

  .h2_projects.h2_topic {
    max-width: none;
    font-size: 20px;
  }

  .h2_projects.black {
    letter-spacing: 4px;
    width: 25ch;
    font-size: 20px;
  }

  .h2_projects.black_2 {
    letter-spacing: 4px;
    width: auto;
    font-size: 20px;
  }

  .h2_projects.black_3 {
    letter-spacing: 4px;
    margin-top: 0;
  }

  .separation_line {
    margin-top: 10px;
    margin-bottom: 24px;
  }

  .gallery_text_wrapper {
    margin-bottom: 40px;
  }

  .gallery_text_block {
    font-size: 16px;
  }

  .topic_section_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .topic_first_column_wrapper {
    padding: 10px;
  }

  .topic_textblock {
    margin-top: 20px;
    font-size: 16px;
  }

  .h2_portfolio {
    font-size: 24px;
  }

  .top_header_line {
    height: 8px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .top_header_line.about_us_top_header {
    background-color: var(--white);
  }

  .bottom_header_line {
    height: 8px;
    margin-bottom: 48px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .bottom_header_line.about_us_bottom_header {
    background-color: var(--white);
    margin-bottom: 24px;
  }

  .body_line {
    height: 8px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .about_us_topic_section {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .about_us_topic_section._2 {
    top: 0;
  }

  .about_us_image-text_wrapper {
    flex-flow: column;
  }

  .hero-header {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .services-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-6._2 {
    flex: none;
    padding: 20px;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .image {
    width: 60%;
  }
}

#w-node-_9628e312-c3bc-d8d2-0622-7b4fe90cf88e-8e1814f1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9628e312-c3bc-d8d2-0622-7b4fe90cf892-8e1814f1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e4100976-0c5c-3b4e-c712-f642979fff39-cc8aed06 {
  align-self: center;
}

#w-node-_78033545-de33-f1ed-0605-1de154cae82b-1e9bfc3d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6f51e496-9c96-4dc2-dd80-46b36ef43e17-1e9bfc3d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_88254fdf-39e2-5b71-3fc2-746114da3ad7-20a9869b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_88254fdf-39e2-5b71-3fc2-746114da3adb-20a9869b {
  grid-area: 3 / 1 / 4 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-e4100976-0c5c-3b4e-c712-f642979fff39-cc8aed06 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_990047e5-47d5-acda-c8f8-cf632616aea7-20a9869b {
    order: -9999;
  }
}


@font-face {
  font-family: 'Satoshi Complete';
  src: url('../fonts/Satoshi_Complete.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Complete';
  src: url('../fonts/Satoshi_Complete.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Complete';
  src: url('../fonts/Satoshi_Complete.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ostrovsky';
  src: url('../fonts/ostrovsky.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ostrovsky';
  src: url('../fonts/ostrovsky.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ostrovsky';
  src: url('../fonts/ostrovsky.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ostrovsky';
  src: url('../fonts/ostrovsky.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ostrovsky';
  src: url('../fonts/ostrovsky.zip') format('undefined');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ostrovsky';
  src: url('../fonts/ostrovsky.zip') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Loyal';
  src: url('../fonts/loyal.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Loyal';
  src: url('../fonts/loyal.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Loyal';
  src: url('../fonts/loyal.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Loyal';
  src: url('../fonts/loyal.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Loyal';
  src: url('../fonts/loyal.zip') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Loyal';
  src: url('../fonts/loyal.zip') format('undefined');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oak Sans Font Family 1721846146 0';
  src: url('../fonts/oak-sans-font-family-1721846146-0.zip') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oak Sans Font Family 1721846146 0';
  src: url('../fonts/oak-sans-font-family-1721846146-0.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oak Sans Font Family 1721846146 0';
  src: url('../fonts/oak-sans-font-family-1721846146-0.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oak Sans Font Family 1721846146 0';
  src: url('../fonts/oak-sans-font-family-1721846146-0.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oak Sans Font Family 1721846146 0';
  src: url('../fonts/oak-sans-font-family-1721846146-0.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oak Sans Font Family 1721846146 0';
  src: url('../fonts/oak-sans-font-family-1721846146-0.zip') format('undefined');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}