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

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

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

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

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

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

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

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

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-BoldItalic.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraBold.ttf') format("truetype"), url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Machina;
  src: url('../fonts/NeueMachina-Ultrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Machina;
  src: url('../fonts/NeueMachina-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --a: #152b19;
  --zc-base-color-brand--zc-citrus-green: #bde162;
  --zc-background-color--zc-background-primary: var(--a);
  --zc-text-color--zc-text-alternate: var(--zc-base-color-neutral--zc-white);
  --zc-background-color--zc-background-success: var(--zc-base-color-brand--zc-citrus-green);
  --zc-text-color--zc-text-success: var(--zc-base-color-system--zc-success-green-dark);
  --zc-base-color-neutral--zc-white: white;
  --zc-background-color--zc-background-error: var(--zc-base-color-system--zc-error-red);
  --zc-text-color--zc-text-error: var(--zc-base-color-system--zc-error-red-dark);
  --zc-background-color--zc-background-tertiary: var(--zc-base-color-brand--zc-citrus-green);
  --zc-base-color-brand--zc-light-gray: #edf0f6;
  --green-heavy: var(--a);
  --zc-background-color--zc-background-secondary: var(--zc-base-color-brand--zc-light-gray);
  --zc-background-color--zc-background-alternate: var(--zc-base-color-neutral--zc-white);
  --zc-background-color--zc-background-warning: var(--zc-base-color-system--zc-warning-yellow);
  --zc-border-color--zc-border-primary: #171d2f;
  --zc-border-color--zc-border-secondary: var(--zc-base-color-brand--zc-citrus-green);
  --zc-border-color--zc-border-alternate: #182034;
  --zc-link-color--zc-link-primary: var(--a);
  --zc-link-color--zc-link-secondary: black;
  --zc-link-color--zc-link-alternate: var(--zc-base-color-neutral--zc-white);
  --zc-base-color-system--zc-success-green: #cef5ca;
  --zc-base-color-system--zc-success-green-dark: #114e0b;
  --zc-base-color-system--zc-warning-yellow: #fcf8d8;
  --zc-base-color-system--zc-warning-yellow-dark: #5e5515;
  --zc-base-color-system--zc-error-red: #f8e4e4;
  --zc-base-color-system--zc-error-red-dark: #3b0b0b;
  --zc-base-color-system--zc-focus-state: #2d62ff;
  --zc-text-color--zc-text-primary: var(--a);
  --zc-text-color--zc-text-secondary: var(--zc-base-color-brand--zc-citrus-green);
  --zc-text-color--zc-text-warning: var(--zc-base-color-system--zc-warning-yellow-dark);
  --zc-text-color--zc-text-grey: #edf0f6;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--a);
  font-family: Inter, sans-serif;
  
  line-height: 1.5;
  display: block;
}

h1 {
  color: var(--a);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.75rem;
}

h2 {
  font-family: Neue Machina, Verdana, sans-serif;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.125rem;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--a);
  transition: color .3s;
}

a:hover {
  color: var(--zc-base-color-brand--zc-citrus-green);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_component.is-password-protect_wr {
  background-image: url('../images/Hero-1.svg');
  background-position: 0 0;
  background-size: cover;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_wrapper.is-404 {
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  height: 60%;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.utility-page_image.lock-icon {
  color: var(--zc-base-color-brand--zc-citrus-green);
}

.global-styles {
  width: 100vw;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2.5rem 2rem;
}

.padding-xsmall {
  padding: 1.25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.icon-1x1-small {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.background-color-primary {
  background-color: var(--zc-background-color--zc-background-primary);
  color: var(--zc-text-color--zc-text-alternate);
}

.form_message-success {
  background-color: var(--zc-background-color--zc-background-success);
  color: var(--zc-text-color--zc-text-success);
  padding: 1.25rem;
  margin-top: 1rem;
}

.heading-style-h3 {
  font-family: Neue Machina, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.padding-global {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-global.padding-horizontal-m-0 {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.padding-global.padding-section-large-xx {
  padding: 7.5vw 1.5vw;
}

.padding-global.position-relative {
  padding-left: 0;
  padding-right: 0;
}

.text-color-alternate {
  color: var(--zc-text-color--zc-text-alternate);
  font-family: Neue Machina, Verdana, sans-serif;
  font-weight: 700;
}

.overflow-hidden {
  overflow: hidden;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.text-size-small {
  color: #1f232e;
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.form_label {
  font-weight: 600;
  line-height: 1.25rem;
}

.text-align-left {
  text-align: left;
  display: inline-flex;
}

.text-align-left.card-button-wrapper {
  margin-top: 1.875rem;
}

.form_input {
  background-color: var(--zc-base-color-neutral--zc-white);
  color: var(--a);
  border: 1px solid #171d2f33;
  min-height: 2.5rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.form_input::placeholder {
  color: #171d2f66;
  line-height: 1.25rem;
}

.form_input.is-subscribe {
  background-color: #fff;
  margin-bottom: 0;
}

.padding-section-large-xx {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.heading-style-h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.page-wrapper {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
}

.container-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 88vw;
  max-width: 88vw;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  display: flex;
}

.form_message-error {
  background-color: var(--zc-background-color--zc-background-error);
  color: var(--zc-text-color--zc-text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

.main-wrapper {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
}

.button {
  background-color: var(--zc-background-color--zc-background-tertiary);
  color: var(--a);
  text-align: center;
  border: 2px solid #0000;
  padding: .875rem 2.90625rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  transition: border-color .4s, color .4s, background-color .4s;
}

.button:hover {
  border-color: var(--zc-base-color-brand--zc-citrus-green);
  color: var(--zc-base-color-brand--zc-citrus-green);
  background-color: #0000;
}

.button.is-nav {
  color: var(--zc-base-color-neutral--zc-white);
  letter-spacing: .0001rem;
  background-color: #0000;
  border-color: #fff;
  border-radius: 15px;
  width: 17%;
  padding: .5rem;
  margin-right: 20px;
  font-family: Neue Machina, Verdana, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.button.is-nav:hover {
  border-color: var(--zc-base-color-brand--zc-citrus-green);
  background-color: var(--zc-base-color-brand--zc-citrus-green);
  color: var(--a);
}

.button.is-subscribe {
  border-width: 1px;
  border-radius: 0;
  padding: .625rem 1rem;
  font-size: 1rem;
  line-height: 1rem;
}

.button.is-medium {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.button.is-submit {
    font-family: Neue Machina, Verdana, sans-serif;
  padding-left: 1.88rem;
  padding-right: 1.88rem;
}

.button.is-submit:hover {
  background-color: var(--a);
  border-color: #0000;
}

.button.is-alternate {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.button.is-alternate:hover {
  border-color: var(--a);
  background-color: var(--a);
  color: var(--zc-base-color-neutral--zc-white);
}

.button.is-grid-button {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #0000;
  border-color: #171d2f33;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Neue Machina, Verdana, sans-serif;
  font-weight: 700;
  transition-property: none;
  display: inline-flex;
}

.button.is-grid-button:hover {
  color: var(--a);
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.nav_component {
  z-index: 999;
  background-color: #0000;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  padding-bottom: 0;
  padding-right: 1rem;
  position: relative;
  inset: 0 0% auto;
}

.nav_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 229px 693px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: grid;
}

.nav_brand {
  width: 14.3125rem;
}

.nav_brand.w--current {
  height: 5rem;
}

.nav_logo {
  width: 14.3125rem;
  min-width: 14.3125rem;
  height: 100%;
}

.nav_menu {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  padding-right: 0;
  display: flex;
}

.nav_button {
  padding: 1rem;
}

.hero_content {
  grid-column-gap: 2.9rem;
  grid-row-gap: 2.9rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-around;
  place-items: flex-start start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.hero_content.is-services {
  max-width: 29.625rem;
}

.hero_image {
  border-radius: 0;
  max-width: 30.75rem;
  margin-top: 0;
}

.hero_image.object-position-left {
  object-fit: cover;
  max-width: 100%;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(194deg, #152b19 23%, #aaefb6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_hero.with-image {
  background-image: url('../images/fundo1_11zon.webp'), linear-gradient(194deg, #152b19 23%, #aaefb6);
  background-position: 50%, 0 0;
  background-size: 115vw, auto;
}

.hero_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center stretch;
  padding-top: 6.25rem;
  padding-bottom: 3.3rem;
  display: flex;
}

.hero_grid.is-blog-list {
  justify-content: space-between;
  place-items: center stretch;
}

.nav_fixed {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-btn-wrapper {
  margin-left: 0;
  display: none;
}

.nav-menu-inner {
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.nav_menu_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 1rem;
  display: flex;
}

.footer_component {
  z-index: 1000;
  background-color: var(--a);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.footer_comp-grid {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .7fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.footer_col.is-last {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 24.625rem;
  display: block;
}

.footer_col.is-one {
  max-width: 15rem;
}

.footer_col.is_two {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.footer-brand {
  max-width: 14.3125rem;
}

.footer-brand.w--current {
  max-width: none;
}

.body_one {
  opacity: .8;
  color: #fff;
  letter-spacing: 5px;
  font-family: Montserrat, Georgia, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.body_one.text-light {
  opacity: .6;
}

.body_one.ligher {
  opacity: .5;
}

.text-color-grey {
  color: var(--zc-base-color-brand--zc-light-gray);
  font-family: Neue Machina, Verdana, sans-serif;
  font-weight: 700;
}

.text-color-grey.footer-title {
  margin-bottom: 1.5rem;
  font-family: Neue Machina, Verdana, sans-serif;
  font-weight: 700;
}

.social_share-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.social_share-icon {
  background-color: var(--zc-base-color-brand--zc-light-gray);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: background-color .3s;
  display: flex;
}

.social_share-icon:hover {
  background-color: var(--zc-base-color-brand--zc-citrus-green);
}

.is-facebook {
  width: 6px;
}

.social_icon {
  max-width: 10px;
}

.social_icon.is-facebook {
  height: 12px;
}

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

.footer_link {
  opacity: .6;
  color: var(--zc-base-color-neutral--zc-white);
  font-family: Neue Machina, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition: opacity .3s, color .3s;
  display: inline-block;
}

.footer_link:hover, .footer_link.w--current {
  opacity: 1;
  color: var(--zc-base-color-brand--zc-citrus-green);
}

.form_group {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form_group.is-subscribe {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.two_columns {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.link-light-grey {
  opacity: .6;
  color: var(--zc-base-color-neutral--zc-white);
  font-family: Montserrat, Georgia, sans-serif;
  font-weight: 400;
}

.padding-regular {
  padding: 1rem;
}

.quick-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.footer_links_wr.is-two {
  width: 100px;
}

.is-addres {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hr {
  opacity: .1;
  background-color: #fff;
  height: 1px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

.thankyou-state {
  background-color: var(--zc-base-color-brand--zc-citrus-green);
  color: var(--a);
  font-weight: 600;
}

.gradient-patch {
  opacity: .3;
  filter: blur(200px);
  background-color: #5499ff;
  border-radius: 50%;
  width: 48.75rem;
  height: 29.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.padding-section-large-x {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.u-nav-spacer {
  padding-top: 5rem;
}

.title-small {
  opacity: .6;
  color: var(--a);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.25rem;
}

.title-small.is-neon {
  opacity: 1;
  color: var(--zc-base-color-neutral--zc-white);
  letter-spacing: 1px;
  font-family: Neue Machina, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.title-small.text-align-center {
  font-weight: 500;
}

.title-small.breadcrumb_default {
  color: var(--zc-base-color-neutral--zc-white);
  font-size: 1rem;
}

.text-color-white {
  color: var(--zc-base-color-neutral--zc-white);
}

.text-color-white.heading-style-h2 {
  font-family: Neue Machina, Verdana, sans-serif;
  font-weight: 700;
}

.text-color-white.footer-paragraph-link:hover {
  opacity: 1;
  color: var(--zc-base-color-brand--zc-citrus-green);
}

.text-color-white.footer-quick-links {
  opacity: .5;
  line-height: 1.25;
  text-decoration: underline;
  transition: color .3s;
}

.text-color-white.footer-quick-links:hover {
  color: var(--zc-base-color-brand--zc-citrus-green);
}

.services {
  background-color: var(--zc-base-color-brand--zc-light-gray);
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
}

.title-row {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title_block-right {
  max-width: 28rem;
}

.body_one-dark {
  opacity: .6;
  line-height: 1.25rem;
}

.text-link-dark {
  color: var(--a);
  font-weight: 600;
}

.cards_grid {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  flex-flow: row;
  grid-template-rows: 1px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 45vw;
  display: flex;
}

.card-regular {
  background-color: var(--zc-base-color-neutral--zc-white);
  color: var(--a);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 2.5rem 3rem;
  text-decoration: none;
  display: flex;
}

.card-regular:hover {
  color: var(--a);
}

.card-inner {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: stretch;
  width: 100%;
  height: 45vh;
  padding: 10%;
  display: flex;
}

.card_icon_wr {
  color: var(--a);
  width: 3.75rem;
  max-width: 3.75rem;
  height: 3.75rem;
  position: relative;
}

.text-lighter {
  opacity: .6;
  font-family: Montserrat, Georgia, sans-serif;
  font-weight: 300;
  font-size: larger;
  text-decoration: none;
}

.counters {
  background-color: var(--zc-base-color-neutral--zc-white);
}

.padding-global {
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-grid {
  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-between;
  display: flex;
}

.counter-title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.paragraph-medium-lighter {
  opacity: .5;
  letter-spacing: -1px;
  font-size: 1.25rem;
  font-weight: 600;
}

.counter-grid-col {
  text-align: center;
  max-width: 13.125rem;
}

.two_column_comp {
  background-color: #152b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  padding: 40px;
  display: grid;
}

.two_column-thumb_wr {
  width: 100%;
  max-width: 42.5rem;
  position: relative;
}

.aspect-ratio-large {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.two_column_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #152b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 33.1875rem;
  padding: 2.75rem 5% 2.75rem 10%;
  display: grid;
}

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

.icon_28 {
  width: 1.75rem;
  height: 1.75rem;
}

.custom-list-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

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

.sector_thumbnail {
  width: 100%;
  max-width: 100%;
  max-height: 15.6875rem;
  padding-top: 15.6875rem;
  position: relative;
}

.sector_thumbnail-overlay {
  opacity: .6;
  background-image: linear-gradient(0deg, #000, #0000);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sector_thumbnail-title {
  color: var(--zc-base-color-neutral--zc-white);
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.partners_comp {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

.logo_grid-logo {
  max-width: 9.625rem;
}

.fifty_fifty_comp {
  background-color: var(--a);
}

.fifty_fifty_comp.padding-section-large-xx {
  position: relative;
  overflow: hidden;
}

.fifty_fifty-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.fifty_fifty-grid.reverse {
  flex-flow: row-reverse;
}

.fifty_fifty-grid-left {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 33.1875rem;
  display: grid;
  position: relative;
}

.btn_wr {
  display: block;
}

.fifty_fifty-grid-right {
  width: 100%;
  max-width: 26rem;
}

.fifty_fifty_img_wr {
  width: 100%;
  max-width: 26rem;
  padding-top: 26rem;
  position: relative;
}

.image_fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-glow-vector {
  z-index: 0;
  opacity: .3;
  filter: blur(140px);
  transform-style: preserve-3d;
  background-color: #5499ff;
  border-radius: 50%;
  width: 15.6875rem;
  height: 45.6875rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotateX(-18deg)rotateY(-22deg)rotateZ(-28deg);
}

.paragraph {
  line-height: 1.25;
}

.paragraph.text-lighter {
  font-family: Montserrat, Georgia, sans-serif;
}

.paragraph-small {
  color: var(--a);
  font-size: .875rem;
  line-height: 1.25;
}

.latest_news {
  position: relative;
  overflow: hidden;
}

.latest_news.background-color-grey {
  padding: 0;
}

.background-color-grey {
  background-color: var(--zc-base-color-brand--zc-light-gray);
  padding: 1rem;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.posts_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.posts_list.recent_blogs_list, .posts_lists-item {
  width: 100%;
}

.posts_lists-item.splide__slide {
  max-width: 20.75rem;
  display: flex;
}

.posts_list-thumb-wr {
  width: 100%;
  max-width: 20.75rem;
  padding-top: 20rem;
  position: relative;
  overflow: hidden;
}

.posts_list-anchor {
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.posts_list-anchor.blogs_link {
  width: 100%;
}

.posts_list-content-wr {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--a);
  background-color: #fff;
  flex-flow: column;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.cta_readmore-icon {
  width: .875rem;
  height: .875rem;
}

.cta_readmore {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
}

.card-content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.card-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3.0rem;
  display: flex;
}

.title_center_component {
  position: relative;
}

.title_center_component.background-color-primary {
  text-align: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  overflow: hidden;
}

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

.title_center_comp-container {
  max-width: 49rem;
}

.gradient_vector-small {
  opacity: .3;
  filter: blur(200px);
  background-color: #5499ff;
  border-radius: 50%;
  width: 17.81rem;
  height: 10.69rem;
  position: absolute;
  top: 70%;
  left: 85%;
  transform: rotate(30deg);
}

.fifty_fifty_alternate {
  background-color: var(--zc-base-color-brand--zc-light-gray);
}

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

.text-light {
  opacity: .8;
}

.breadcrumb_default {
  text-decoration: none;
}

.breadcrumb_default.title-small {
  opacity: 1;
}

.breadcrumb_link {
  color: var(--zc-base-color-brand--zc-citrus-green);
  margin-left: 4px;
  text-decoration: none;
}

.flex-block {
  flex-flow: row;
}

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

.thumbnail_large {
  width: 100%;
  max-width: 30.31rem;
  max-height: 30.13rem;
}

.what_we_offer_thumbnail {
  max-width: 30.3125rem;
}

.content_richtext h4, .content_richtext h3, .content_richtext h2 {
  margin-bottom: 1.25rem;
}

.content_richtext h1 {
  color: var(--a);
  margin-bottom: 1.25rem;
}

.content_richtext h5, .content_richtext h6 {
  margin-bottom: 1.25rem;
}

.content_richtext p {
  opacity: .6;
  margin-bottom: 1rem;
  line-height: 1.25rem;
}

.content_richtext.text-right {
  text-align: right;
  display: block;
}

.content_richtext.alternate {
  color: var(--zc-base-color-neutral--zc-white);
}

.content_richtext li {
  opacity: .6;
}

.why_it_matters {
  background-color: var(--zc-base-color-brand--zc-light-gray);
}

.content_grid_left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 32.88rem;
  display: flex;
}

.content_thumbnail_wr {
  width: 26rem;
  height: 26rem;
}

.content_thumbnail_wr.reverse {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.thumbnail_416 {
  max-width: 26rem;
}

.blog_listing_thumbnail_wr {
  width: 100%;
  max-width: 30.75rem;
  margin-left: auto;
  padding-top: 24.38rem;
  position: relative;
}

.text-decoration_none {
  text-decoration: none;
}

.recent_blogs_wr {
  width: 100%;
}

.blog_content {
  background-color: var(--zc-base-color-brand--zc-light-gray);
}

.blog_richtext_wr {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  display: flex;
}

.share_block_wr {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 6.25rem;
}

.share_block_inner {
  direction: ltr;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-91deg);
}

.share_icons_wr {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.helping_business_block {
  background-color: var(--zc-base-color-neutral--zc-white);
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.container-large {
  flex-flow: row;
  width: 0;
  min-width: 100vw;
  max-width: 100vw;
  padding: 3rem;
}

.center_title_block {
  text-align: center;
}

.details_card_wr {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: center;
  min-width: 94vw;
  max-width: 94vw;
  display: flex;
}

.details_card_wr.is_four_columns {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  max-width: 95vw;
}

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

.detail_card.is-small {
  max-width: 13rem;
}

.icon_60 {
  width: 100%;
  max-width: 3.75rem;
  max-height: 3.75rem;
}

.position-relative {
  position: relative;
}

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

.icon_24 {
  width: 1.5rem;
  height: 1.5rem;
}

.quick-text-link {
  opacity: .6;
  color: var(--a);
  font-family: Montserrat, Georgia, sans-serif;
  font-weight: 300;
  line-height: 1.25rem;
  text-decoration: none;
  transition: color .4s, opacity .4s;
}

.quick-text-link:hover {
  opacity: 1;
  color: var(--a);
}

.quick-text-link.underline {
  font-family: Montserrat, Georgia, sans-serif;
  font-weight: 300;

}

.contact_comp {
  background-color: var(--zc-base-color-brand--zc-light-gray);
  padding-top: 3.75rem;
}

.contact_comp.padding-section-medium {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.contact-form-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact_thumbnail_wr {
  position: relative;
}

.contact_form_comp {
  background-color: var(--zc-base-color-neutral--zc-white);
  width: 100%;
  padding: 2.5rem;
}

.contact_form_comp.max-width-custom1 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 40rem;
  max-height: 110vh;
  min-height: 75vh;
  display: flex;
}

.form_wr {
  margin-bottom: 0;
}

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

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

.form-group {
  width: 100%;
}

.form-label {
  font-family: Montserrat, Georgia, sans-serif;
  text-transform: capitalize;
}

.form-field {
  -webkit-text-stroke-color: #171d2f33;
  resize: none;
  border: 1px solid #171d2f33;
  outline: 0;
  height: 2.5rem;
  margin-bottom: 0;
  padding: .56rem 1rem;
}

.form-field:focus {
  border-color: var(--a);
}

.form-field::placeholder {
  color: #171d2f66;
  -webkit-text-stroke-color: var(--a);
}

.form-field.is-text-area {
  max-height: 2.5rem;
}

.thumbnail_fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.title-large {
  font-size: 16rem;
  font-weight: 900;
  line-height: 16rem;
}

.hours_wr {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.overflow-hidden {
  position: relative;
}

.custom-list-paragraph-imp {
  opacity: .6;
  color: #fff !important;
}

.footer-paragraph-link {
  display: inline-block;
}

.card_grid_inner {
  width: 30vw;
  height: 45vw;
  min-height: 45vw;
  max-height: 45vw;
}

.nav_menu_link_2line {
  color: #fffc;
  text-align: center;
  border-bottom: 2px solid #0000;
  padding: 0 .5rem;
  font-family: Neue Machina, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  transition: border .4s;
}

.nav_menu_link_2line:hover {
  border-bottom-color: var(--zc-base-color-brand--zc-citrus-green);
}

.nav_menu_link_2line.w--current {
  border-bottom-color: var(--zc-base-color-brand--zc-citrus-green);
  color: #fffc;
}

.nav_menu_link_f {
  color: #fffc;
  text-align: center;
  border-bottom: 2px solid #0000;
  padding: .5rem 1rem;
  font-family: Neue Machina, Verdana, sans-serif;
  font-weight: 400;
  font-size: large;
  line-height: 2;
  transition: border .4s;
}

.nav_menu_link_f:hover, .nav_menu_link_f.w--current {
  border-bottom-color: var(--zc-base-color-brand--zc-citrus-green);
}

.slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-nav {
  margin: 0;
  position: absolute;
  top: 95vh;
}

.code-embed-2 {
  height: 150px;
}

.heading {
  font-family: Neue Machina, Verdana, sans-serif;
  font-weight: 700;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  font-family: Neue Machina, Verdana, sans-serif;
  font-weight: 400;
}

.slider_overlay {
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  position: absolute;
  inset: 0%;
}

.slider_video {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.u-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 3rem;
  display: flex;
  position: relative;
}

.section {
  overflow: clip;
}

.slider_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 3 / 1.3;
  display: flex;
}

.slider_category {
  opacity: 0;
  font-size: 2rem;
  line-height: 1;
  transition: opacity .4s;
  position: relative;
}

.slider_card {
  color: #fff;
  background-color: #000;
  border-radius: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  transition: width .4s;
  display: flex;
}

.slider_item.is-active {
  width: 320%;
}

.card {
  border-radius: 1rem;
  height: 25rem;
  overflow: hidden;
}

.card-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  flex: 0 0 0;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  display: flex;
  overflow: hidden;
}

.section-project {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
}

.tinyflow-slider__pagination {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.arrow {
  z-index: 1;
  background-color: #0000;
  border-style: none;
  outline-style: none;
  width: 25%;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}

.arrow.arrow--next {
  right: 0;
}

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

.container3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-folder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 94%;
  min-width: 94%;
  max-width: 1100vw;
  height: 87%;
  margin: 20px 0 20px 35px;
  display: flex;
  position: relative;
  left: 0;
}

.background-videon {
  z-index: 99;
  background-color: #0000;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  height: 96%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.background-video2 {
  z-index: 99;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 90%;
  display: flex;
}

.background-video3 {
  z-index: 99;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 85%;
  margin-right: 0;
  display: flex;
}

.div-folder3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  min-width: 94%;
  max-width: 1100px;
  height: 67%;
  margin: 20px 35px;
  display: flex;
  position: static;
  left: 0;
}

.slide {
  overflow: visible;
}

.image {
  min-width: 115vw;
  max-width: 115vw;
  position: absolute;
  top: -103px;
}

.detail_card_wp {
  z-index: 999;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  display: flex;
  position: fixed;
  top: 90vh;
}

.detail_card_wp.is-small {
  max-width: 13rem;
}

.icon_29 {
  width: 2.5rem;
  height: 2.5rem;
}

.quick-text-link-wp {
  opacity: .6;
  color: var(--a);
  font-family: Montserrat, Georgia, sans-serif;
  font-weight: 300;
  line-height: 1.25rem;
  text-decoration: underline;
  transition: color .4s, opacity .4s;
}

.quick-text-link-wp:hover {
  opacity: 1;
  color: var(--a);
}

.quick-text-link-wp.underline {
  color: var(--zc-base-color-neutral--zc-white);
  font-family: Montserrat, Georgia, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.image-3 {
  width: 20vw;
  min-width: 5vw;
  max-width: 15vw;
}

.text-lighterpa {
  opacity: .6;
  font-family: Montserrat, Georgia, sans-serif;
  font-weight: 300;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  width: 95vw;
  min-width: 95vw;
  max-width: 95vw;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  background-color: #152b1982;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 25vw;
  min-width: 25vw;
  max-width: 25vw;
  height: 6vw;
  min-height: 6vw;
  max-height: 6vw;
  display: flex;
}

.mask {
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

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

.container-largehea {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 87vw;
  min-width: 87vw;
  max-width: 87vw;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.padding-globalfi {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-globalfi.padding-horizontal-m-0 {
  background-image: url('../images/fundomkultra5_11zon.webp');
  background-position: 90%;
  background-size: auto 100vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  background-color: #152b1961;
  border-radius: 2vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6vh 1vh;
  display: flex;
}

.div-block-6 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-arrow {
  padding-top: 6.25rem;
}

.div-block-7 {
  background-color: #152b1961;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 6rem;
  min-height: 6rem;
  max-height: 6rem;
  position: absolute;
  top: 0;
}

.text-color-whitesecs {
  color: var(--zc-base-color-neutral--zc-white);
}

.text-color-whitesecs.heading-style-h2 {
  font-family: Neue Machina, Verdana, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5rem;
}

.text-color-whitesecs.footer-paragraph-link:hover {
  opacity: 1;
  color: var(--zc-base-color-brand--zc-citrus-green);
}

.text-color-whitesecs.footer-quick-links {
  opacity: .5;
  line-height: 1.25;
  text-decoration: underline;
  transition: color .3s;
}

.text-color-whitesecs.footer-quick-links:hover {
  color: var(--zc-base-color-brand--zc-citrus-green);
}

.text-color-green {
  color: var(--zc-base-color-neutral--zc-white);
}

.text-color-green.heading-style-h2 {
  color: var(--zc-base-color-brand--zc-citrus-green);
  font-family: Montserrat, Georgia, sans-serif;
  font-weight: 700;
}

.text-color-green.footer-paragraph-link:hover {
  opacity: 1;
  color: var(--zc-base-color-brand--zc-citrus-green);
}

.text-color-green.footer-quick-links {
  opacity: .5;
  line-height: 1.25;
  text-decoration: underline;
  transition: color .3s;
}

.text-color-green.footer-quick-links:hover {
  color: var(--zc-base-color-brand--zc-citrus-green);
}

.hero_content2 {
  grid-column-gap: 2.9rem;
  grid-row-gap: 2.9rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-around;
  place-items: flex-start start;
  width: 35%;
  min-width: 35%;
  max-width: 35%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-left: .5vw;
  display: flex;
  position: relative;
}

.hero_content2.is-services {
  max-width: 29.625rem;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  max-width: 100vw;
  display: block;
  overflow: auto;
}

html, body {
  overflow: auto !important;
  height: auto !important;
  min-width: 100vw;
  max-width: 100vw;
  overflow-x: hidden !important;
  width: 100%;
}

.body_one2 {
  opacity: .8;
  color: #fff;
  letter-spacing: 5px;
  font-family: Montserrat, Georgia, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.body_one2.text-light {
  opacity: .6;
  margin-top: -5px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1rem;
}

.body_one2.ligher {
  opacity: .5;
}

.padding-global2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-global2.padding-horizontal-m-0 {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.padding-global2.position-relative {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body_one3 {
  opacity: .8;
  color: #fff;
  letter-spacing: 5px;
  font-family: Montserrat, Georgia, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.body_one3.text-light {
  opacity: .6;
}

.body_one3.ligher {
  opacity: .5;
}

.container-large2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 88vw;
  max-width: 88vw;
  height: 100%;
  min-height: 100%;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  display: flex;
}

.footer_comp-grid2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .7fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--zc-base-color-brand--zc-light-gray);
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: Montserrat, Georgia, sans-serif;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1;
}

.body_two {
  opacity: .8;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  font-family: Montserrat, Georgia, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.body_two.text-light {
  opacity: .6;
}

.body_two.ligher {
  opacity: .5;
}

.div-block-8 {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.body_three {
  opacity: .8;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  font-family: Neue Machina, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.body_three.text-light {
  opacity: .6;
}

.body_three.ligher {
  opacity: .5;
}

.image-4 {
  height: 2rem;
  min-height: 2rem;
  max-height: 2rem;
}

.container-large3 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-width: 94vw;
  max-width: 94vw;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  display: flex;
}

.container-large4 {
  width: 0;
  min-width: 100vw;
  max-width: 100vw;
  padding: 3rem;
}

.image-5 {
  min-width: 10%;
  min-height: 100%;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.video {
  z-index: 99;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.contact_form_comp2 {
  background-color: var(--zc-base-color-neutral--zc-white);
  width: 100%;
  padding: 2.5rem;
}

.contact_form_comp2.max-width-custom1 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 34%;
  height: 75vh;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: none;
}

.cards_grid2 {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  flex-flow: row;
  grid-template-rows: 1px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 45vw;
  display: none;
}

.card-content-wrapper2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: 0;
  display: flex;
}

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

.cards_grid3 {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  flex-flow: row;
  grid-template-rows: 1px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 45vw;
  display: none;
}

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

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 99vw;
  min-width: 99vw;
  max-width: 99vw;
  display: flex;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .footer_comp-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1.1fr .7fr .4fr 1.25fr;
    justify-content: space-between;
    width: 100%;
  }

  .footer_col.is-last {
    max-width: 24.625rem;
  }

  .footer_col.is-one {
    max-width: 18.1rem;
  }

  .footer_col.is_two {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
    max-width: 20rem;
  }

  .two_column_content {
    max-width: 33.1875rem;
    margin-left: 5.5rem;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .footer_comp-grid2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1.1fr .7fr .4fr 1.25fr;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .padding-bottom.padding-xsmall {
    display: flex;
  }

  .heading-style-h3 {
    font-size: 1.48rem;
  }

  .padding-global.padding-horizontal-m-0 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-global.padding-section-large-xx {
    -webkit-text-stroke-color: var(--zc-base-color-neutral--zc-white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-color-alternate {
    font-family: Oswald, sans-serif;
  }

  .text-align-left.card-button-wrapper {
    margin-top: 1rem;
  }

  .container-large {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6.25rem;
    padding-bottom: 5.5rem;
    display: flex;
  }

  .nav_component {
    color: var(--a);
    padding-right: 0;
  }

  .nav_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    padding-right: .5rem;
  }

  .hero_content {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .hero_image.object-position-left {
    border-radius: 0;
    display: block;
  }

  .hero_grid {
    width: 85vw;
    min-width: 85vw;
    max-width: 85vw;
  }

  .nav_menu_container {
    padding-right: 0;
  }

  .footer_comp-grid {
    padding-right: 1rem;
  }

  .footer_col.is-one {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    min-height: 100%;
    display: block;
  }

  .social_icon, .social_icon.is-facebook {
    width: 1.5rem;
    max-width: none;
    height: 1.5rem;
  }

  .two_columns {
    flex-flow: column;
  }

  .u-nav-spacer {
    padding-top: 15rem;
  }

  .title-small.is-neon {
    letter-spacing: 1px;
    font-size: 2.9rem;
    line-height: 4rem;
  }

  .text-color-white {
    font-family: Neue Machina, Verdana, sans-serif;
    font-size: 2rem;
  }

  .text-color-white.heading-style-h2 {
    font-size: 2.5rem;
  }

  .cards_grid, .card-inner {
    height: 45vh;
  }

  .two_column-thumb_wr {
    max-width: 100%;
  }

  .two_column_content {
    max-width: 33.1875rem;
  }

  .container-large {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .details_card_wr {
    min-width: 85vw;
    max-width: 85vw;
  }

  .quick-text-link.underline {
    font-family: Montserrat, Georgia, sans-serif;
  }

  .contact-form-row {
    justify-content: space-between;
    align-items: center;
  }

  .custom-list-paragraph-imp {
    font-family: Montserrat, Georgia, sans-serif;
    font-size: 1.0rem;
    font-weight: 500;
  }

  .card_grid_inner {
    height: 45vh;
    min-height: 45vh;
    max-height: 45vh;
  }

  .slider {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }

  .slide-nav {
    position: absolute;
  }

  .heading {
    color: var(--a);
    text-transform: none;
  }

  .u-container {
    min-height: auto;
  }

  .section-project {
    background-color: #f8ffe900;
    overflow: hidden;
  }

  .div-folder, .div-folder3 {
    overflow: hidden;
  }

  .slide {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .detail_card_wp {
    z-index: 999;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 85vh;
  }

  .icon_29 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .quick-text-link-wp.underline {
    color: var(--zc-base-color-neutral--zc-white);
    -webkit-text-stroke-color: var(--zc-base-color-neutral--zc-white);
    font-family: Montserrat, Georgia, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
  }

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

  .div-block {
    min-width: auto;
    min-height: 100%;
  }

  .image-3 {
    width: 20vw;
    min-width: 20vw;
    max-width: 20vw;
  }

  .text-lighterpa {
    margin-bottom: 0;
    font-size: .9rem;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    display: flex;
  }

  .div-block-3 {
    justify-content: flex-end;
    align-items: center;
    width: 95vw;
    min-width: 95vw;
    max-width: 95vw;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    background-color: #152b1982;
    border-radius: 35px;
    justify-content: center;
    align-items: center;
    width: 25vw;
    min-width: 25vw;
    max-width: 25vw;
    height: 6vw;
    min-height: 6vw;
    max-height: 6vw;
    display: flex;
  }

  .mask {
    order: 0;
    align-self: auto;
    width: 100vw;
    min-width: 100vw;
  }

  .container-largeserv {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 75rem;
    display: flex;
  }

  .padding-globalfi.padding-horizontal-m-0 {
    background-size: 100vw;
  }

  .padding-globalfi.padding-section-large-xx {
    -webkit-text-stroke-color: var(--zc-base-color-neutral--zc-white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 6vh;
    padding-right: 6vh;
  }

  .text-color-whitesecs, .text-color-green {
    font-family: Neue Machina, Verdana, sans-serif;
    font-size: 2rem;
  }

  .text-color-green.heading-style-h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .hero_content2 {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    display: block;
    overflow: hidden;
  }

  .padding-global2.padding-horizontal-m-0 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-global2.padding-section-large-xx {
    -webkit-text-stroke-color: var(--zc-base-color-neutral--zc-white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container-large2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6.25rem;
    padding-bottom: 5.5rem;
    display: flex;
  }

  .footer_comp-grid2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-end;
    align-items: center;
  }

  .body_two {
    line-height: 1.8rem;
  }

  .container-large3 {
    min-width: 87vw;
    max-width: 87vw;
            max-height: 100px;
  }

  .container-large4 {
      
    justify-content: center;
    align-items: center;
    padding: 2rem;
    display: flex;
  }

  .cards_grid2, .cards_grid3 {
    height: 45vh;
  }

  .slide-2, .slide-3 {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .padding-medium {
    padding: 1.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-global.padding-horizontal-m-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-xx {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .button.is-nav {
    width: 40%;
  }

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

  .nav_component {
    background-color: #0000;
    padding-right: 0;
    position: relative;
  }

  .nav_container {
    z-index: 9999;
    grid-template-columns: 229px 1px;
    display: flex;
    position: relative;
  }

  .nav_menu {
    background-color: var(--a);
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-right: 0;
    position: fixed;
    inset: 80px 0% 0%;
    overflow: auto;
  }

  .nav_button {
    color: #fff;
    border: 2px solid #fff3;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    padding: 0;
    display: flex;
  }

  .nav_button.w--open {
    background-color: var(--a);
  }

  .hero_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_image {
    max-width: 100%;
  }

  .hero_image.object-position-left {
    object-fit: cover;
    object-position: 100% 50%;
    width: 100vw;
    min-width: 45vw;
  }

  .section_hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .hero_grid.is-blog-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
  }

  .nav_fixed {
    position: fixed;
  }

  .nav-btn-wrapper {
    margin-left: 0;
    display: none;
  }

  .nav-menu-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-bottom: 16px;
    display: flex;
  }

  .nav_lines_icon {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
  }

  .nav_lines-one {
    background-color: var(--zc-base-color-neutral--zc-white);
    width: 11px;
    height: 2px;
    margin-left: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_lines-two {
    background-color: var(--zc-base-color-neutral--zc-white);
    width: 18px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_lines-three {
    background-color: var(--zc-base-color-neutral--zc-white);
    width: 11px;
    height: 2px;
    margin-left: -2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_menu-lines {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 16px;
    display: flex;
  }

  .nav_menu_container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vh;
    padding-bottom: 15vh;
  }

  .footer_comp-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.1fr .7fr .4fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer_col.is-last {
    max-width: 100%;
  }

  .footer_col.is_two {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .footer-brand.w--current {
    max-width: none;
  }

  .body_one {
    text-align: center;
    line-height: 1.8rem;
  }

  .form-block {
    width: 100%;
  }

  .two_columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .link-light-grey {
    font-size: .8rem;
  }

  .quick-contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    display: flex;
  }

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

  .copyrights {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .title-small.is-neon {
    text-align: center;
  }

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

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

  .cards_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .card-regular {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card-inner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-lighter {
    font-size: .8rem;
    line-height: 1.2;
  }

  .counter-title {
    margin-bottom: .625rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .paragraph-medium-lighter.is-counter {
    font-size: .88rem;
    line-height: 1.13rem;
  }

  .custom-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .custom-list-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .sector_thumbnail {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 12.5rem;
    padding-top: 12.5rem;
    display: block;
  }

  .sector_thumbnail-title {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.25rem;
  }

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

  .fifty_fifty-grid-left, .fifty_fifty-grid-right {
    flex: 1;
  }

  .posts_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .posts_list-thumb-wr {
    padding-top: 17rem;
  }

  .posts_list-anchor {
    flex-flow: column;
  }

  .content_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blog_listing_thumbnail_wr {
    max-width: 100%;
  }

  .blog_listing_content_wr {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large {
    padding: 1.5rem;
  }

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

  .qc_link_wr {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .contact_comp.padding-section-medium {
    padding: 0;
  }

  .contact-form-row {
    width: 90vw;
    min-width: 90vw;
    max-width: 90vw;
  }

  .contact_form_comp.max-width-custom1 {
    max-width: 50rem;
  }

  .title-large {
    font-size: 12rem;
    line-height: 12rem;
  }

  .nav_menu_link_2line {
    color: var(--zc-base-color-neutral--zc-white);
    text-align: center;
    width: 100%;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    transition: font-size .4s, border .4s;
  }

  .nav_menu_link_2line:hover {
    font-size: 1.25rem;
  }

  .nav_menu_link_f {
    color: var(--zc-base-color-neutral--zc-white);
    text-align: center;
    width: 100%;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    transition: font-size .4s, border .4s;
  }

  .nav_menu_link_f:hover {
    font-size: 1.25rem;
  }

  .u-container {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .slider_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    aspect-ratio: 3 / 2.2;
    transform: translateX(var(--transform));
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease;
  }

  .slider_wrap {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .slider_item {
    flex: none;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .slider_item.is-active {
    width: 100%;
  }

  .container3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-folder {
    flex-flow: column;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .background-videon {
    box-sizing: border-box;
    object-fit: contain;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100vw;
    height: auto;
    max-height: 100vh;
    overflow: hidden;
  }

  .icon_29 {
    width: 5vw;
    max-width: none;
    height: 5vw;
  }

  .quick-text-link-wp.underline {
    display: none;
  }

  .image-3 {
    width: 35vw;
    min-width: 35vw;
    max-width: 35vw;
  }

  .text-lighterpa {
    font-size: .8rem;
    line-height: 1.2;
  }

  .div-block-4 {
    width: 9vw;
    min-width: 9vw;
    max-width: 9vw;
    height: 9vw;
    min-height: 9vw;
    max-height: 10vw;
  }

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

  .padding-globalfi.padding-horizontal-m-0 {
    background-image: linear-gradient(#152b19ba, #152b19ba), url('../images/fundomkultra5_11zon.webp');
    background-position: 0 0, 90%;
    background-size: auto, auto 100vh;
    padding-left: 0;
    padding-right: 0;
  }

  .text-color-whitesecs.heading-style-h2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_content2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    min-width: 85%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .body_one2.text-light {
    text-align: center;
    font-size: .6rem;
  }

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

  .padding-global2.padding-horizontal-m-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_comp-grid2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.1fr .7fr .4fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-block {
    margin-top: 1.5rem;
  }

  .body_two {
    line-height: 1.8rem;
  }

  .div-block-8 {
    justify-content: space-between;
    align-items: center;
    min-height: 75vh;
  }

  .body_three {
    width: 100%;
    min-width: 100%;
    font-size: 2.5rem;
  }

  .image-4 {
    height: 1.3rem;
    min-height: 1.3rem;
    max-height: 1.3rem;
  }

  .container-large4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video {
    width: 100%;
    min-width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .contact_form_comp2.max-width-custom1 {
    display: none;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: block;
  }

  .cards_grid2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    display: none;
  }

  .card-content-wrapper2 {
    justify-content: space-between;
    padding-top: 20%;
  }

  .cards_grid3 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 2.625rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  p {
    line-height: 1.25rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full.text-align-center-mobile-p {
    text-align: center;
  }

  .heading-style-h3 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .text-align-left.card-button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .padding-section-large-xx {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .button {
    padding: .625rem 1.25rem;
  }

  .button.is-medium {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav_brand.w--current {
    padding-left: 0;
  }

  .hero_image.object-position-left {
    object-position: 50% 50%;
  }

  .nav_menu_container {
    padding-top: 10vh;
  }

  .footer_component {
    padding-top: .5rem;
  }

  .footer_comp-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1.1fr .7fr;
    justify-content: space-between;
    align-items: center;
    padding-top: .5rem;
  }

  .footer_col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer_col.is-last {
    width: 100%;
  }

  .footer_col.is-one {
    max-width: 40%;
  }

  .footer_col.is_two {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 50%;
  }

  .body_one {
    font-size: .875rem;
  }

  .text-color-grey.footer-title {
    margin-bottom: .875rem;
  }

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

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

  .footer_link {
    font-size: .875rem;
  }

  .form_group.is-subscribe {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .form-block {
    width: 100%;
  }

  .link-light-grey {
    font-size: .875rem;
    line-height: 1.25;
  }

  .quick-contact {
    flex-flow: row;
  }

  .footer_links_wr.is-two {
    flex-flow: column;
    flex: auto;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .is-addres {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 10rem;
    display: flex;
  }

  .copyrights {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .padding-section-large-x {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-color-white.footer-quick-links {
    font-size: .9375rem;
    line-height: 1.25;
  }

  .cards_grid {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .card-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: 45vw;
  }

  .text-lighter {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .counter-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .paragraph-medium-lighter {
    font-size: 1rem;
  }

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

  .two_column-thumb_wr {
    padding-top: 26.5625rem;
  }

  .two_column_content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 5%;
  }

  .custom-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .sector_thumbnail {
    max-width: 100%;
  }

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

  .fifty_fifty_comp.padding-section-large-xx {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .fifty_fifty-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
  }

  .fifty_fifty-grid.reverse {
    flex-flow: row-reverse wrap-reverse;
  }

  .fifty_fifty-grid-left {
    flex: 0 auto;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fifty_fifty-grid-right {
    order: -1;
    max-width: 100%;
  }

  .fifty_fifty_img_wr {
    max-width: 100%;
    padding-top: 100%;
  }

  .padding-m-0 {
    padding: 0;
  }

  .gradient-glow-vector {
    filter: blur(180px);
    width: 11.6875rem;
    height: 34.0625rem;
    top: 50%;
    left: auto;
    right: -90px;
  }

  .posts_lists-item.splide__slide {
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
  }

  .posts_list-thumb-wr {
    width: auto;
    max-width: 100%;
    padding-top: 16.25rem;
  }

  .posts_list-anchor {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .card-content-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .card-header {
    justify-content: center;
    align-items: center;
  }

  .title_center_component.background-color-primary {
    padding-top: 3.81rem;
    padding-bottom: 3.81rem;
  }

  .content_grid.is-services {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content_thumbnail_wr.reverse {
    width: auto;
    height: auto;
  }

  .thumbnail_416 {
    max-width: 100%;
  }

  .blog_richtext_wr {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .share_block_wr {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 0;
  }

  .share_block_inner {
    margin-left: 0;
    margin-right: 1.5rem;
    transform: none;
  }

  .share_icons_wr {
    flex-flow: row;
    margin-top: 0;
  }

  .helping_business_block {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .container-large {
    padding: 1.5rem;
  }

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

  .details_card_wr.is_four_columns {
    justify-content: space-between;
  }

  .qc_link_wr {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact_comp.padding-section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-form-row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .contact_thumbnail_wr {
    width: 100%;
  }

  .contact_form_comp.max-width-custom1 {
    height: 85vh;
  }

  .form-row {
    flex-flow: wrap;
  }

  .title-large {
    font-size: 10rem;
    line-height: 10rem;
  }

  .custom-list-paragraph-imp {
    font-size: .875rem;
  }

  .card_grid_inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .slider_list {
    aspect-ratio: 3 / 3.2;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container3, .div-folder, .background-videon {
    height: auto;
  }

  .image-3 {
    width: 35vw;
    min-width: 35vw;
    max-width: 35vw;
  }

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

  .div-block-4 {
    width: 12vw;
    min-width: 12vw;
    height: 12vw;
    min-height: 12vw;
    max-height: 9vw;
  }

  .padding-globalfi {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-color-whitesecs.footer-quick-links, .text-color-green.footer-quick-links {
    font-size: .9375rem;
    line-height: 1.25;
  }

  .body_one2 {
    font-size: .875rem;
  }

  .body_one2.text-light {
    text-align: center;
  }

  .padding-global2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .body_one3 {
    font-size: .875rem;
  }

  .footer_comp-grid2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-columns: 1.1fr .7fr;
    justify-content: space-between;
    align-items: center;
  }

  .text-block {
    margin-top: 1.5rem;
  }

  .body_two {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

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

  .div-block-11 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cards_grid2 {
    grid-column-gap: 0rem;
    background-color: #0000;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-content-wrapper2 {
    width: 100%;
    padding-top: 0%;
  }

  .slide-nav-2 {
    display: none;
  }

  .cards_grid3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xsmall {
    padding-bottom: .75rem;
  }

  .heading-style-h3 {
    text-align: center;
  }

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

  .padding-global.padding-m-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-align-left.card-button-wrapper {
    margin-top: .2rem;
  }

  .padding-section-large-xx {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .button.is-nav {
    width: 45%;
  }

  .nav_brand {
    padding-left: 0;
  }

  .hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero_image {
    aspect-ratio: auto;
    object-fit: cover;
    min-height: 23.75rem;
  }

  .hero_image.object-position-left {
    object-position: 50% 50%;
    width: 70vw;
    min-width: 70vw;
    max-width: 70vw;
    min-height: 14rem;
    display: block;
  }

  .section_hero {
    padding-bottom: 0;
  }

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

  .hero_grid.is-blog-list {
    padding-top: 0;
  }

  .footer_comp-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer_col.is-last {
    margin-top: 1.25rem;
  }

  .footer_col.is-one {
    max-width: 100%;
  }

  .footer_col.is_two {
    max-width: none;
  }

  .text-color-grey.footer-title {
    font-size: .875rem;
  }

  .footer_col_inner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .footer_col_inner.is_two_inner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .two_columns, .quick-contact {
    flex-flow: wrap;
  }

  .footer_links_wr.is-two {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .is-addres {
    width: 100%;
    max-width: 100%;
  }

  .copyrights {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .gradient-patch {
    z-index: 0;
  }

  .title-small {
    font-size: .875rem;
  }

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

  .title-row {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .text-link-dark {
    font-size: .875rem;
  }

  .card-inner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 85vw;
  }

  .counters.padding-section-medium {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
  }

  .counter-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-width: 17.625rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .counter-title {
    font-size: 1.5rem;
  }

  .paragraph-medium-lighter {
    font-size: .875rem;
    line-height: 1.125rem;
  }

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

  .two_column-thumb_wr {
    padding-top: 20.625rem;
  }

  .two_column_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 1.875rem 1rem;
  }

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

  .sector_thumbnail {
    max-width: 100%;
    padding-top: 10.25rem;
  }

  .sector_thumbnail-title {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logos_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .logo_grid-logo {
    max-width: 8rem;
  }

  .fifty_fifty-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .latest_news {
    padding-bottom: 0;
  }

  .posts_lists-item.splide__slide {
    max-width: 100%;
  }

  .card-content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-around;
    align-items: center;
  }

  .title_center_comp-container {
    max-width: 16rem;
  }

  .flex-block.text-size-small {
    flex-flow: wrap;
  }

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

  .content_richtext.text-right {
    text-align: left;
  }

  .content_grid_left {
    justify-content: center;
    align-items: flex-start;
  }

  .blog_listing_thumbnail_wr {
    padding-top: 19rem;
  }

  .blog_listing_content_wr {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .details_card_wr {
    flex-flow: column;
    max-width: 17.13rem;
    margin-left: auto;
    margin-right: auto;
  }

  .details_card_wr.is_four_columns {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: center;
    align-items: center;
  }

  .detail_card.is-small {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
  }

  .contact_comp.padding-section-medium {
    padding: .5rem .2rem;
  }

  .contact_form_comp.max-width-custom1 {
    min-width: 95vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-large {
    font-size: 6rem;
    line-height: 6rem;
  }

  .slider {
    height: 100vh;
  }

  .slider_list {
    aspect-ratio: 3 / 4;
  }

  .container3 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-folder {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    margin-left: 0;
  }

  .background-videon {
    border-radius: 0;
    width: 100vw;
    min-width: 100vw;
    height: auto;
    min-height: auto;
  }

  .background-video2, .background-video3 {
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
  }

  .detail_card_wp {
    top: 70vh;
  }

  .detail_card_wp.is-small {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
  }

  .icon_29 {
    width: 12vw;
    max-width: none;
    height: 12vw;
  }

  .image-3 {
    width: 45vw;
    min-width: 45vw;
    max-width: 45vw;
  }

  .div-block-4 {
    width: 20vw;
    min-width: 20vw;
    max-width: 20vw;
    height: 20vw;
    min-height: 20vw;
  }

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

  .padding-globalfi.padding-m-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-color-whitesecs.heading-style-h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .hero_content2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-global2.padding-m-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_comp-grid2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .body_two {
    min-width: 100vw;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .div-block-8 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: space-around;
    align-items: center;
    height: 65vh;
    min-height: 65vh;
    max-height: 50vh;
  }

  .body_three {
    min-width: 100vw;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .container-large4 {
    padding: .5rem .2rem;
  }

  .video {
    width: 100vw;
    min-width: 100vw;
    height: auto;
    min-height: auto;
  }

  .contact_form_comp2.max-width-custom1 {
    min-width: 95vw;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .section-2 {
    max-height: 65vh;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .cards_grid2 {
    height: 85vw;
  }

  .icon {
    display: block;
  }
}

#w-node-_6f8af381-ff37-5a1c-219c-2697cbfa3e18-661cc274, #w-node-_508874c3-f9ea-7465-c63e-4ac071848421-661cc274, #w-node-_518d0762-d3e7-2f59-fb42-26f46e94fae4-661cc274, #w-node-_518d0762-d3e7-2f59-fb42-26f46e94faf3-661cc274 {
  align-self: start;
}

#w-node-b59e2331-7a1a-5281-33c1-96326d931d21-661cc2d3 {
  justify-self: end;
}

#w-node-dea3e357-6afb-ba38-66ea-e00e0728b28a-661cc2d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c869799b-6932-d519-9c89-71bb5ca2042b-5ca20426, #w-node-_4694cbe8-6c25-cd40-88e1-04fdf659bdd7-5ca20426, #w-node-_64ff9f56-71f7-fcdb-3168-39a0342d40c6-5ca20426, #w-node-d792a8d0-01a9-e264-11b0-f83e46c27784-661cc2d2, #w-node-_381b3df6-9038-21cf-f870-b41e58e73920-661cc2d3 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b59e2331-7a1a-5281-33c1-96326d931d21-661cc2d3 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d93814a-f5c2-7ffa-47ad-e4de6e63527c-661cc274, #w-node-d5bf5c6c-5806-a969-9193-6379e4e6289a-661cc274 {
    order: 0;
  }

  #w-node-d792a8d0-01a9-e264-11b0-f83e46c2778b-661cc2d2 {
    order: -9999;
  }

  #w-node-_94081f84-564b-ace7-2fd8-a3124b811250-661cc2d3 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}