@font-face {
  font-family: Romietrial;
  src: url('../fonts/RomieTrial-BlackItalic.otf') format("opentype"), url('../fonts/RomieTrial-HeavyItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Romietrial;
  src: url('../fonts/RomieTrial-Black.otf') format("opentype"), url('../fonts/RomieTrial-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Romietrial;
  src: url('../fonts/RomieTrial-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Romietrial;
  src: url('../fonts/RomieTrial-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Romietrial;
  src: url('../fonts/RomieTrial-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Romietrial;
  src: url('../fonts/RomieTrial-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.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-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: #000;
  background-color: #fffffb;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.21;
}

h1 {
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Romietrial, Times New Roman, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
}

.section {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 60px;
  display: flex;
}

.section.no-pd {
  background-color: #fffffb;
  padding: 0 0 100px;
}

.section.about {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: url('../images/Group-8_1.avif');
  background-position: 50% 350%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 60px 180px;
  overflow: hidden;
}

.section.min-100 {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 180px;
}

.section.min-100.pd-160 {
  padding-top: 170px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.min-100.pd-160.cream {
  background-color: #fffffb;
}

.section.hero-no-padding {
  padding-top: 0;
}

.section.hero-no-padding.transparent {
  background-color: #fffffb;
}

.section.white-bg {
  background-color: #fff;
  padding-top: 80px;
}

.section.white-bg._160-pd {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.white-bg._160-pd.pd-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.white-bg._160-pd.pd-80.pd-40.contact-bottom-pd {
  padding-top: 105px;
  padding-bottom: 105px;
}

.section.no-top-bot-pd {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  height: 160.688px;
  max-height: 160.688px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.pd-tp-16 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.home-page {
  height: 100vh;
  padding: 0;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container._1920 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1920px;
}

.container.about-section {
  flex: 1;
  min-width: 80%;
}

.container.skinny {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1000px;
}

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

.container.gap-120 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.centered-grouped-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.centered-grouped-30.gap-55 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
}

.h1-xl {
  font-size: 120px;
  font-weight: 400;
}

.work-tab {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  margin-bottom: 170px;
  display: grid;
}

.tab-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 17.5px;
  width: 202.078px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 15px;
  line-height: 1;
}

.tab-button.w--current {
  background-color: #fff495;
  border-color: #fff495;
}

.tab-button.blue.w--current {
  color: #fff;
  background-color: #2e539e;
}

.tabs-content {
  width: 100%;
}

.work-grid {
  grid-column-gap: 60px;
  grid-row-gap: 55px;
}

.work-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  text-align: left;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.work-image {
  width: 100%;
}

.project-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.project-title.ft-23 {
  font-size: 23px;
}

.project-details-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-details-wrapper.short {
  width: 80%;
}

.project-sub-head {
  color: #adadad;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-section {
  width: 100%;
  height: 100vh;
  display: none;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.big-project-image {
  width: 100%;
}

.big-project-image.small {
  width: 80%;
  margin-top: 120px;
  margin-bottom: 120px;
}

.half-half-2-1 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
}

.half-half-2-1.gap-50 {
  margin-top: 50px;
  margin-bottom: 90px;
}

.left-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-wrapper.ft-18 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  font-size: 18px;
  line-height: 1.5;
}

.project-item-title {
  color: #adadad;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.group-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block.pd-100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-right: 180px;
}

.div-block.pd-100.mx-width {
  max-width: 550px;
  padding-right: 0;
}

.background-video-2 {
  z-index: 1;
  aspect-ratio: 16 / 9;
  flex: 1;
  width: 100%;
}

.background-video-2.small {
  width: 65%;
  margin-top: 120px;
  margin-bottom: 120px;
}

.background-video-2.medium {
  width: 82%;
  margin-top: 120px;
  margin-bottom: 120px;
}

.background-video-2.medium.no-top-margin {
  margin-top: 0;
}

.gap-0 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navbar-no-shadow {
  z-index: 2147483647;
  background-color: #fff;
  width: 100%;
  height: 76.2344px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 4px 4px #00000014;
}

.navbar-no-shadow.blk-nvm {
  box-shadow: none;
  background-color: #0000;
  position: fixed;
}

.navbar-no-shadow.no-shdow {
  box-shadow: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 60px;
  display: flex;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand {
  flex: none;
  position: static;
}

.navbar-brand.w--current {
  width: 100px;
  height: 40.2344px;
  position: relative;
}

.nav-menu-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #000;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding: 16px 0 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.nav-link:hover {
  border-bottom: 1px solid #000;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom: 1px solid #000;
}

.nav-link.white {
  color: #fff;
  border-bottom-color: #0000;
}

.nav-link.white:hover {
  border-bottom: 1px solid #fff;
}

.nav-link.white.hamburger-only {
  display: none;
}

.nav-link.last {
  margin-right: 0;
}

.nav-link.hamburger-only {
  display: none;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  flex: 1;
}

.nav-button-wrapper {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 164px;
  margin-left: 0;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.logo {
  width: 100px;
}

.logo.off {
  z-index: 2;
  opacity: 1;
  color: #fff;
  height: 40.2031px;
  position: absolute;
  inset: 0%;
}

.logo.off.blk {
  z-index: 1;
}

.logo.footer {
  width: 240px;
}

.footer-subscribe {
  z-index: 101;
  color: #fff;
  background-color: #2e539e;
  border-top: 0 solid #000;
  flex-flow: column;
  padding: 50px 60px;
  font-size: 17px;
  display: flex;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  cursor: pointer;
  margin-left: 0;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright {
  color: #000;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-link {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

._3-col {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._3-col.gap-50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

._3-col.gap-50.gird-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

._3-col._2-col {
  grid-template-columns: 1fr 1fr;
  margin-top: 10%;
}

._3-col._1-5-1-ratio {
  grid-template-columns: 1fr 1fr 1.5fr;
}

._3-col._1-1-5-ratio {
  grid-template-columns: 1.75fr 1fr 1fr;
}

._3-col.top-10 {
  margin-top: 10%;
}

._3-col.gap-150 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
}

.arvhive-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.arvhive-wrap.top-100-50 {
  padding-top: 100%;
}

.arvhive-wrap.top-100-50.right-aln {
  justify-content: flex-end;
  align-items: center;
  padding-top: 45%;
}

.arvhive-wrap.top-100-50.right-aln.pd-45 {
  padding-top: 49%;
}

.arvhive-wrap.top-100-50.right-aln.top-100 {
  padding-top: 100%;
}

.arvhive-wrap.top-align {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.arvhive-wrap.top-align.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.arvhive-wrap.top-align.right-aln {
  justify-content: flex-start;
  align-items: flex-end;
}

.arvhive-wrap.top-align.right-aln.right-10 {
  padding-right: 10%;
}

.arvhive-wrap.top-align.top-20 {
  padding-top: 20%;
}

.arvhive-wrap.top-align.top-35 {
  padding-top: 25%;
}

.arvhive-wrap.top-align.right-10 {
  padding-right: 10%;
}

.arvhive-wrap.top-align.gap-100 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.arvhive-wrap.bottom-align {
  justify-content: center;
  align-items: flex-end;
}

.arvhive-wrap.top-25 {
  padding-top: 50%;
}

.arvhive-wrap.top-25.right-aln {
  justify-content: flex-end;
  align-items: center;
}

.arvhive-wrap.right-align {
  justify-content: flex-end;
  align-items: center;
  padding-left: 100px;
}

.arvhive-wrap.right-align.bottom-align {
  justify-content: flex-end;
  align-items: flex-end;
}

.arvhive-wrap.top-10 {
  padding-top: 10%;
}

.arvhive-wrap.left-align {
  justify-content: flex-start;
  align-items: center;
}

.arvhive-wrap.top-20 {
  padding-top: 20%;
}

.arvhive-wrap.top-35 {
  padding-top: 35%;
}

.arvhive-wrap.top-50 {
  padding-top: 50%;
}

.arvhive-wrap.top-70 {
  padding-top: 70%;
}

.archive-image {
  object-fit: cover;
  width: 70%;
}

.archive-image.portrait {
  aspect-ratio: 2 / 3;
}

.archive-image.shadow {
  box-shadow: 0 4px 4px #0003;
}

.archive-image.big-center {
  width: 75%;
}

.archive-image.big-center.right-aln {
  margin-right: auto;
}

.archive-image.half {
  width: 42%;
}

.archive-image.xl {
  width: 100%;
}

.archive-image.xl.right-aln {
  margin-right: auto;
}

.archive-image.left-aln {
  margin-left: auto;
}

.archive-image.xs {
  width: 50%;
}

.archive-image.large {
  width: 85%;
}

.archive-image.large.right-aln {
  margin-right: auto;
}

.archive-image.xxs {
  width: 34%;
}

.archive-image.xxs.bottom-10 {
  margin-bottom: 10%;
}

.archive-image.xs-40 {
  width: 40%;
}

.archive-image.right-aln {
  margin-right: auto;
}

.archive-image.xl-85 {
  width: 85%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  display: flex;
}

.filler {
  width: 100px;
  max-width: none;
  padding-top: 140px;
  padding-left: 0;
}

.filler.left {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100px;
  padding-top: 400px;
  display: flex;
  overflow: hidden;
}

.right-flower {
  width: 471px;
  max-width: none;
  position: static;
}

.left-flower {
  width: 320px;
  max-width: none;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.4;
}

.div-block-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-field {
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-field::placeholder {
  color: #818181;
  letter-spacing: -.43px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
}

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

.textarea {
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  min-height: 100px;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 0;
}

.textarea::placeholder {
  color: #818181;
  letter-spacing: -.48px;
  font-size: 12px;
  font-weight: 300;
}

.submit-button {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 17.5px;
  padding-left: 53px;
  padding-right: 53px;
  font-size: 15px;
  line-height: 1;
  transition: all .3s;
}

.submit-button:hover {
  background-color: #fffda6;
  border-color: #fffda6;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-8.old {
  display: none;
}

.image {
  width: 220px;
}

.image.cd {
  width: 100%;
}

.heading {
  white-space: nowrap;
  word-break: keep-all;
}

.heading.cd {
  letter-spacing: -2px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 4.1vw;
  display: flex;
}

.heading.cd.pd-60 {
  padding-left: 60px;
}

.div-block-9 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-button {
  color: #000;
  letter-spacing: -.9px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.image-2 {
  width: 20px;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.img-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.img-square {
  aspect-ratio: 1;
  width: 100%;
}

.vertical-cards-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.fix {
  z-index: 100;
  margin-top: 20%;
  font-size: 7vw;
  font-weight: 400;
  position: fixed;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tab-pane-tab-1.empt {
  height: 80px;
}

.about-para {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
}

.contact-para {
  margin-bottom: -15px;
  font-size: 12px;
  line-height: 1.4;
}

.image-3 {
  width: 15vw;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-2 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.cross-icon {
  z-index: 2147483647;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: fixed;
  inset: 100px 10px auto auto;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.loader-white {
  z-index: 2147483647;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.orange-loader {
  z-index: 2147483647;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.orange-curtain {
  z-index: 2;
  background-color: #f08800;
  width: 100%;
  height: 100%;
  position: absolute;
}

.white-curtain {
  z-index: 1;
  background-color: #fffffb;
  width: 100%;
  height: 100%;
  position: relative;
}

.white-curtain.yellow {
  background-color: #fffda6;
}

.white-curtain.orange {
  background-color: #f08800;
}

.div-block-12 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.yellow-loader {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.yellow-curtain {
  z-index: 2;
  background-color: #fffda6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blue-loader {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.blue-curtain {
  z-index: 2;
  background-color: #2e539e;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h1-ln-1 {
  line-height: 1;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: fixed;
}

.about-section {
  background-color: #fff;
  width: 100%;
  display: flex;
}

.about-section.resp-tb {
  display: none;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.7fr 1fr 1fr 1.7fr 1fr;
  width: 100%;
}

._1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

._2 {
  overflow: hidden;
}

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

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

.image-5 {
  width: 25vw;
  max-width: 100%;
  height: 26vw;
  margin-top: -17%;
}

.image-6 {
  width: 12vw;
  margin-right: auto;
}

.image-7 {
  width: 10vw;
}

.image-8 {
  width: 100%;
}

.image-8._1-1-4 {
  aspect-ratio: 1 / 1.45;
  object-fit: cover;
}

.image-8._1-1-3 {
  aspect-ratio: 1 / 1.33;
  object-fit: cover;
}

.image-8._1-1-45 {
  aspect-ratio: 1.4;
  object-fit: cover;
}

.absolute-yellow-div {
  z-index: 10;
  background-color: #fff495;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block {
  font-family: Romietrial, Times New Roman, sans-serif;
  line-height: 1;
}

.home-slider {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.home-slider.phone-portrait {
  display: none;
}

.mask {
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide {
  width: 100%;
  height: 100%;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-subscribe-2 {
  color: #fff;
  background-color: #2e539e;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 60px;
  position: relative;
}

.container-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-three-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link-three-2 {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-three-2:hover {
  color: #fff495;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: -32px;
  display: flex;
}

.footer-social-block-three-2.navv {
  display: none;
}

.footer-social-link-three-2 {
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-left: 32px;
}

.footer-social-link-three-2.bigger {
  width: 27px;
  height: 27px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.paragraph {
  max-width: 417px;
}

.paragraph.big-footer {
  margin-bottom: 0;
  font-family: Romietrial, Times New Roman, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-15 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.h1-xs {
  font-size: 60px;
}

.h1-xs.hidden {
  display: none;
}

.paragraph-2 {
  line-height: 1.4;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.div-block-16 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-17 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-17.btm {
  justify-content: flex-end;
}

.div-block-18 {
  width: 100%;
}

.div-block-19 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-3 {
  line-height: 1.4;
}

.code-embed {
  display: none;
}

.success-message {
  background-color: #0000;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
}

.error-message {
  background-color: #0000;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 1440px) {
  .section.no-top-bot-pd {
    height: 183.969px;
    max-height: none;
  }

  .div-block-5 {
    padding-right: 160px;
  }

  .form-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 80%;
  }

  .img-square {
    aspect-ratio: 1;
  }

  .about-para {
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .image-3 {
    width: 15vw;
    margin-left: 60px;
  }

  .image-5 {
    width: 31vw;
    height: 33vw;
    margin-top: -20%;
  }
}

@media screen and (min-width: 1920px) {
  .section.about {
    min-height: 80vh;
  }

  .section.no-top-bot-pd {
    height: 250.859px;
    max-height: 250.859px;
  }

  .div-block-5 {
    padding-right: 220px;
  }

  .form-block {
    width: 70%;
  }

  .about-para {
    font-size: 16px;
  }

  .image-3 {
    width: 13vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

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

  .section.min-100.pd-160.cream {
    padding-top: 100px;
  }

  .section.no-top-bot-pd.about-pg-off {
    display: none;
  }

  .tabs-menu {
    margin-bottom: 100px;
  }

  .half-half-2-1.gap-50 {
    margin-bottom: 40px;
  }

  .navbar-no-shadow {
    height: 95px;
  }

  .navbar-no-shadow.blk-nvm {
    height: 85px;
  }

  .navbar-no-shadow-container {
    padding: 10px 30px;
  }

  .navbar-no-shadow-container.blacknv {
    height: 95px;
    padding: 10px 30px;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 120vh;
    padding: 60px 30px;
    display: flex;
    position: absolute;
  }

  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 60px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    color: #000;
    border-bottom-width: 2px;
    border-bottom-color: #0000;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px;
    font-weight: 500;
  }

  .nav-link:hover, .nav-link:focus, .nav-link.w--current {
    border-bottom-width: 2px;
  }

  .nav-link.white.last {
    color: #fff;
    font-size: 15px;
  }

  .nav-link.white.hamburger-only {
    display: block;
  }

  .nav-link.last {
    color: #000;
    font-size: 15px;
    display: none;
  }

  .nav-link.hamburger-only {
    display: block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: auto;
    margin-left: auto;
    margin-right: 20px;
    display: none;
  }

  .menu-button {
    color: #fff;
    padding: 0;
  }

  .menu-button.w--open {
    color: #fffe94;
    background-color: #0000;
  }

  .menu-button.blak {
    color: #000;
  }

  .logo.footer {
    width: 200px;
  }

  .footer-subscribe {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .heading.cd {
    letter-spacing: -.05vw;
    font-size: 7vw;
  }

  .heading.cd.pd-60 {
    padding-left: 30px;
  }

  .text-button {
    font-size: 18px;
  }

  .about-para {
    max-width: 60%;
  }

  .image-3 {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .cross-icon {
    display: none;
  }

  .h1-ln-1 {
    letter-spacing: -1.28px;
  }

  .about-section {
    display: none;
  }

  .about-section.resp-tb {
    display: flex;
  }

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

  .image-6, .image-7 {
    width: 15vw;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-block-three-2.navv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-end;
    margin-top: auto;
    padding-bottom: 15vh;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .footer-social-link-three-2 {
    margin-left: 0;
  }

  .footer-social-link-three-2.nnv {
    width: 39px;
    height: 39px;
  }

  .paragraph.big-footer {
    max-width: 383px;
    font-size: 33px;
  }

  .h1-xs {
    letter-spacing: -.15vw;
  }

  .icon {
    color: #000;
    width: 24px;
    display: none;
  }

  .div-block-17.btm {
    padding-right: 30px;
  }

  .div-block-18 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-left: 30px;
    display: flex;
  }

  .div-block-20 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
    padding-left: 30px;
    display: flex;
  }

  .lottie-animation-2 {
    width: 80px;
    height: 80px;
  }

  .div-block-22 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .image-10 {
    width: 100%;
  }

  .hm-burger {
    color: #fff;
    width: 40px;
    height: 40px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    display: flex;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  p {
    font-size: 16px;
    line-height: 1.2;
  }

  .section {
    padding: 60px 20px;
  }

  .section.min-100.pd-160.cream {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.white-bg._160-pd.pd-80.pd-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.pd-tp-16 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .container._1920 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container.gap-120.gap-40 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h1-xl {
    letter-spacing: -1px;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-bottom: 100px;
  }

  .tab-button {
    width: 160.078px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .project-title {
    font-size: 12px;
  }

  .project-title.ft-23 {
    font-size: 24px;
  }

  .project-details-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .project-sub-head {
    font-size: 11px;
  }

  .big-project-image.small {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .half-half-2-1.gap-50 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .left-wrapper.ft-18 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-item-title, .group-10 {
    font-size: 12px;
    line-height: 1.6;
  }

  .div-block.pd-100.mx-width {
    padding-top: 0;
  }

  .background-video-2.small {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .background-video-2.medium {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .navbar-no-shadow {
    height: 75px;
  }

  .navbar-no-shadow.blk-nvm {
    height: 95px;
  }

  .navbar-no-shadow-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-no-shadow-container.blacknv {
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-brand.w--current {
    width: 90px;
    height: 36.1719px;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    display: inline-block;
  }

  .nav-link.white.last {
    font-size: 12px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .menu-button.w--open {
    height: 40px;
    overflow: hidden;
  }

  .logo {
    width: 90px;
  }

  .logo.off {
    width: 90px;
    height: 36.1719px;
  }

  .logo.off.blk {
    height: 36.2188px;
  }

  .logo.footer {
    width: 120px;
  }

  .footer-subscribe {
    padding: 20px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  ._3-col {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  ._3-col.gap-50.gird-80 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  ._3-col.gap-150 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .archive-image {
    width: 90%;
  }

  .archive-image.xl-85.shadow {
    box-shadow: 0 3px 3px #0000001a;
  }

  .div-block-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .text-field {
    border-radius: 0;
  }

  .text-field::placeholder {
    color: #818181;
    font-size: 12px;
  }

  .form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: stretch;
  }

  .textarea {
    border-radius: 0;
    min-height: 80px;
  }

  .textarea::placeholder {
    color: #818181;
    font-size: 12px;
  }

  .heading.cd {
    letter-spacing: -.05px;
    font-size: 9.4vw;
  }

  .heading.cd.pd-60 {
    padding-left: 20px;
  }

  .text-button {
    font-size: 18px;
  }

  .image-2 {
    width: 18px;
  }

  .fix {
    margin-top: 60%;
    font-size: 12vw;
  }

  .about-para {
    max-width: 60%;
    font-size: 12px;
    line-height: 1.25;
  }

  .image-3 {
    width: 50%;
    margin-left: auto;
  }

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

  .h1-ln-1 {
    letter-spacing: -.72px;
  }

  .image-5 {
    object-fit: contain;
    object-position: 100% 0%;
    width: 100%;
    height: auto;
    margin-top: -4%;
  }

  .image-6, .image-7 {
    object-fit: contain;
    width: 20vw;
  }

  .image-8._1-1-4, .image-8._1-1-3 {
    width: 50%;
  }

  .image-8._1-1-45 {
    width: 85%;
  }

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
    font-size: 9px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-social-block-three-2.navv {
    padding-bottom: 25vh;
  }

  .footer-social-link-three-2 {
    width: 20px;
    height: 20px;
  }

  .footer-social-link-three-2.bigger {
    width: 22px;
    height: 22px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.big-footer {
    width: 100%;
    max-width: none;
    font-size: 15px;
  }

  .h1-xs {
    letter-spacing: -.25vw;
    display: none;
  }

  .h1-xs.hidden {
    letter-spacing: -.25px;
    font-size: 37px;
    display: block;
  }

  .div-block-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
  }

  .div-block-17.btm {
    padding-right: 20px;
  }

  .div-block-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: stretch;
    padding-top: 30px;
    padding-left: 20px;
  }

  .div-block-20 {
    padding-left: 20px;
  }

  .div-block-21 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lottie-animation-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-2 {
    letter-spacing: -1px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .div-block-23 {
    padding-top: 8px;
  }
}

@media screen and (max-width: 479px) {
  .section.no-pd {
    overflow: hidden;
  }

  .section.white-bg._160-pd {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.white-bg._160-pd.pd-80.pd-40 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .section.home-page {
    aspect-ratio: auto;
  }

  .work-tab {
    margin-top: -35px;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-button {
    border-width: 1px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

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

  .navbar-brand.w--current {
    width: 90px;
    height: 36.1719px;
  }

  .nav-menu-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
    margin-right: 10px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .logo {
    width: 90px;
  }

  .logo.off, .logo.off.blk {
    height: 36.1719px;
  }

  .logo.footer {
    width: 90px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._3-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .arvhive-wrap.top-align.gp-100-mbl {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .arvhive-wrap.right-align {
    padding-left: 20px;
  }

  .textarea {
    min-height: 70px;
  }

  .div-block-9 {
    align-items: center;
  }

  .link-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-button {
    letter-spacing: -.5px;
    font-size: 14px;
  }

  .text-button.right-allln {
    text-align: right;
  }

  .image-2 {
    width: 10px;
  }

  .vertical-cards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-7 {
    width: 30vw;
  }

  .home-slider {
    display: none;
  }

  .home-slider.phone-portrait {
    display: block;
  }

  .container-3 {
    max-width: none;
  }

  .footer-form-two-2 {
    padding: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-link-three-2 {
    margin-bottom: 0;
    font-size: 7px;
  }

  .footer-social-block-three-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
  }

  .footer-social-block-three-2.navv {
    padding-bottom: 20vh;
  }

  .footer-social-link-three-2, .footer-social-link-three-2.bigger {
    justify-content: center;
    align-items: center;
    width: 13px;
    height: 13px;
    display: flex;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-2 {
    width: 100%;
    height: 20vh;
  }

  .lottie-animation {
    color: #c00000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .success-message, .error-message {
    font-size: 14px;
  }
}

#w-node-_57bffd7e-012c-89fa-7a19-62e010865773-359d0010 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e010865788-359d0010 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e01086579d-359d0010 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e0108657b2-359d0010 {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e0108657c7-359d0010 {
  grid-area: 9 / 1 / 10 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e0108657de-359d0010 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e0108657e5-359d0010 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e0108657ec-359d0010 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e0108657f3-359d0010 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e0108657fa-359d0010 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e010865801-359d0010 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e01086580a-359d0010 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e010865811-359d0010 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e01086581a-359d0010 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e010865821-359d0010 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e010865828-359d0010 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e010865831-359d0010 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e010865838-359d0010 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e01086583f-359d0010 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e010865846-359d0010 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e01086584f-359d0010 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_57bffd7e-012c-89fa-7a19-62e010865856-359d0010 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d583be64-e819-950b-5df4-c84129afd230-9b3fc630 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6337b202-b6ea-5c52-cf99-c2060e9a589e-9b3fc630 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-af5f2ef3-ec22-d074-3083-64b10eefb7a4-9b3fc630 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-e0fb2db9-7679-ea5c-a7d9-cd34db1c2d78-9b3fc630 {
  grid-area: 7 / 1 / 8 / 3;
}

#salt-fitness.w-node-_4027f97b-bb99-4075-e054-025ea6ebc794-9b3fc630 {
  grid-area: 1 / 1 / 2 / 3;
}

#skyway.w-node-_413a0e20-d137-a5b7-ecfb-6ca908771fc8-9b3fc630 {
  grid-area: 2 / 1 / 3 / 3;
}

#the-little-starlings.w-node-e6923c8f-1b6c-80a1-8368-24e6a55748e7-9b3fc630 {
  grid-area: 3 / 1 / 4 / 3;
}

#purecult.w-node-_9d9db43e-cd99-68e1-3bda-15d4fb9a177f-9b3fc630 {
  grid-area: 4 / 1 / 5 / 3;
}

#jio-mama.w-node-c18a938d-af53-47a9-d3a6-88317f1efc67-9b3fc630 {
  grid-area: 5 / 1 / 6 / 3;
}

#nava.w-node-f0286f17-5be7-2ca1-9b9a-bbd392574036-9b3fc630 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-bc8d9229-fbba-9a47-a89c-137c291a57cd-9b3fc630 {
  grid-area: 1 / 1 / 2 / 3;
}

#almond-house.w-node-bc8d9229-fbba-9a47-a89c-137c291a57d4-9b3fc630 {
  grid-area: 2 / 1 / 3 / 3;
}

#\34 01-almst.w-node-_441cf26e-6553-125e-0e19-537ae9dd2d95-9b3fc630 {
  grid-area: 1 / 1 / 2 / 3;
}

#the-prelude-network.w-node-_441cf26e-6553-125e-0e19-537ae9dd2d9c-9b3fc630 {
  grid-area: 2 / 1 / 3 / 3;
}

#chanakya-university.w-node-_441cf26e-6553-125e-0e19-537ae9dd2da3-9b3fc630 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f8d3b2d4-94af-1373-6f07-8cef3f21aa42-9b3fc630 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_137ae9e2-49b7-9706-26c9-71ba17a25922-9b3fc630 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7dde2834-45b5-0d2f-4f2e-d8fae892d867-9b3fc630 {
  grid-area: 3 / 1 / 4 / 3;
}

#homezy.w-node-_137ae9e2-49b7-9706-26c9-71ba17a25929-9b3fc630 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_8666da36-0eda-fe66-b440-8d7b8f11424b-9b3fc630 {
  grid-area: 1 / 1 / 2 / 3;
}

#infra.w-node-_8666da36-0eda-fe66-b440-8d7b8f114252-9b3fc630 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-8fed6012 {
  justify-self: center;
}

#w-node-eb65a79f-73aa-4660-cbf1-bdac8cecdb21-77cd9771 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7121869d-ea71-6525-a6d5-aefcfff3b018-77cd9771 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4b7fb0d1-64b6-7501-0523-fc7293fa9ccc-77cd9771, #w-node-_268e4161-6c3c-fda7-a291-f800c98b240a-77cd9771, #w-node-d12dd2f0-b727-dbd5-3aee-6ea1faa4ed13-77cd9771 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_528a90a7-4a6b-d238-a53d-63944bf9e65d-77cd9771 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2ca45f92-e645-5c80-f1b7-d266cafc364a-77cd9771 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2ca45f92-e645-5c80-f1b7-d266cafc364d-77cd9771 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_155d351b-77fd-5e63-7f34-5f200369be77-77cd9771, #w-node-_7d6aa920-8fec-b4c5-6b4c-edf45899323b-77cd9771 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_85f31812-ef14-886d-367b-5c585251c530-77cd9771 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d6bb7b52-d117-1988-9de7-afe2bbbf92fc-77cd9771 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51c8811f-a596-102f-9055-36391e16f4e8-77cd9771 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-da753025-4188-38f7-4701-91f532838733-f334d932 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_881542bb-6b48-078a-3a29-69ba38200f4e-f334d932 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_406854d2-835a-d2e8-916f-d6497fc24381-f334d932 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_56d450df-b8b9-926b-558e-20f0930f3c77-f334d932 {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-_3f99d020-924e-7f52-3ebf-5972dbb6a0f0-f334d932 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_45896b12-7430-e180-0b52-9103d25dd975-f334d932 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_45896b12-7430-e180-0b52-9103d25dd977-f334d932 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_45896b12-7430-e180-0b52-9103d25dd978-f334d932 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_7c32c97c-fa21-d1a6-35bd-d45656482f2f-1c0bd1ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end center;
}

#w-node-f517ab69-07b3-a2cb-7e28-0c80cf70bbab-1c0bd1ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-5a773fd1, #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-da2482e8, #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-d7ebaed4, #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-ccbabb42, #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-da26c4d9, #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-a5f67a0e, #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-aebf627c, #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-00e572f6, #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-e28b4579, #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-7fb2f503, #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-6c5439be, #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-0d5061d3 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_406854d2-835a-d2e8-916f-d6497fc24381-f334d932 {
    grid-area: 1 / 4 / 3 / 5;
  }

  #w-node-_7c32c97c-fa21-d1a6-35bd-d45656482f2f-1c0bd1ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_2bf00add-89e6-af2c-1344-31762bd1394a-a5f67a0e {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_03b379be-83b6-55b4-ca5e-923a2ac3faac-f334d932 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_10d9611d-f812-afde-58b7-8ac6ef0969a0-f334d932 {
    grid-area: 4 / 1 / 5 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7c32c97c-fa21-d1a6-35bd-d45656482f2f-1c0bd1ef, #w-node-f517ab69-07b3-a2cb-7e28-0c80cf70bbab-1c0bd1ef {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d583be64-e819-950b-5df4-c84129afd230-9b3fc630 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6337b202-b6ea-5c52-cf99-c2060e9a589e-9b3fc630 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-af5f2ef3-ec22-d074-3083-64b10eefb7a4-9b3fc630 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-e0fb2db9-7679-ea5c-a7d9-cd34db1c2d78-9b3fc630 {
    grid-area: 7 / 1 / 8 / 3;
  }
}


@font-face {
  font-family: 'Romietrial';
  src: url('../fonts/RomieTrial-BlackItalic.otf') format('opentype'), url('../fonts/RomieTrial-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Romietrial';
  src: url('../fonts/RomieTrial-Black.otf') format('opentype'), url('../fonts/RomieTrial-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Romietrial';
  src: url('../fonts/RomieTrial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Romietrial';
  src: url('../fonts/RomieTrial-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Romietrial';
  src: url('../fonts/RomieTrial-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Romietrial';
  src: url('../fonts/RomieTrial-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Romietrial';
  src: url('../fonts/RomieTrial-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Romietrial';
  src: url('../fonts/RomieTrial-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Romietrial';
  src: url('../fonts/RomieTrial-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}