:root {
  --black: black;
  --white: white;
}

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

.landing {
  background-color: var(--black);
  background-image: linear-gradient(76deg, #212f47, #002030);
  flex-direction: column;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.landing.header {
  height: auto;
}

.content {
  background-color: #ff40ab;
  height: 100vh;
}

.footer {
  background-color: #e4e4e4;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr 5fr .5fr;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: grid;
}

.nav-link.white:hover {
  border-bottom: 2px solid #fff9;
  padding-bottom: 15px;
}

.nav-menu {
  color: #6d1818;
  text-transform: uppercase;
  align-self: center;
  padding: 14px;
  display: flex;
}

.white {
  color: #fff;
  padding-right: 20px;
  transition: all .15s ease-in-out;
}

.dropdown-list {
  padding: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 10px;
  display: flex;
  box-shadow: 0 6px 7px -6px #00000052;
}

.grid {
  grid-template-rows: auto;
  place-items: center;
  width: 100%;
  height: 100%;
}

.dropdown-wrapper {
  position: relative;
}

.dropdown-tigger {
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 30px 20px;
}

.dropdown-content {
  z-index: 500;
  background-color: #fff;
  width: 100vw;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 1px 1px 8px -2px #000;
}

.dropdown-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: gray;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-end;
  padding: 25px;
  text-decoration: none;
}

.grid-2 {
  grid-column-gap: 34px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr .75fr;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link {
  color: #7e7e7e;
  text-transform: none;
  width: 210px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #4490ce;
}

.grid-3 {
  grid-column-gap: 0px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr 1.5fr 1.5fr .25fr;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.link-2 {
  color: #fff;
  padding: 20px;
  text-decoration: none;
  transition: all .15s ease-in-out;
}

.link-2:hover {
  border-bottom: 2px solid #fff9;
  margin-bottom: 5px;
}

.div-block-3 {
  z-index: 1000;
  background-color: #059aff;
  position: fixed;
}

.div-block-4 {
  z-index: 1000;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fixsection {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.fixsection.d {
  z-index: 9999;
  color: #0895f3;
  background-color: #fff;
  display: flex;
  box-shadow: 1px 1px 15px #0000008c;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
  margin-right: 15px;
  display: flex;
}

.brand.a {
  opacity: 1;
}

.dropdown-toggle-2 {
  color: #fff;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.dropdown-toggle-2:hover {
  opacity: .7;
}

.dropdown-toggle-2.fix {
  opacity: 1;
  color: #8a8a8a;
  cursor: context-menu;
}

.dropdown-toggle-2.fix:hover {
  opacity: .8;
  border-bottom: 4px solid #2237e9;
  padding-bottom: 18px;
}

.image {
  opacity: 1;
}

.image:hover {
  opacity: .75;
}

.div-block-230 {
  background-color: #168afafa;
  border-radius: 4px;
  flex-flow: wrap;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.div-block-228 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  opacity: 1;
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-wrap: wrap;
  align-content: center;
  width: 750px;
  padding: 15px 25px 25px;
  display: flex;
  left: -250px;
  box-shadow: -6px 6px 35px #0000004d;
}

.dropdown-list-2.fix.w--open {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  padding: 5px 0 0;
}

.fixnavdiv {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.nav-link-4 {
  color: #0d2366;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  font-family: Varela Round, sans-serif;
  display: block;
}

.nav-link-4:hover {
  opacity: .7;
}

.nav-link-4.w--current {
  color: #fff;
}

.nav-link-4.ho1:hover {
  border-bottom: 4px solid #ffffff9e;
  padding-bottom: 15px;
}

.nav-link-4.ho1 {
  color: #000;
  font-family: Montserrat, sans-serif;
  transition: all .2s ease-in-out;
}

.nav-link-4.ho1:hover {
  color: #09a158;
  border-bottom: 4px #ffffff9e;
  padding-bottom: 15px;
}

.nav-link-4.ho1.fix {
  color: #8c8c8c;
  font-family: Montserrat, sans-serif;
}

.nav-link-4.ho1.fix:hover {
  opacity: .81;
  color: #09a158;
  border-bottom-color: #2237e9;
  padding-bottom: 18px;
}

.nav-link-4.ho1.fix.demo {
  border: 1px solid #bababa;
  border-radius: 4px;
  padding: 10px 15px;
}

.text-block-100 {
  color: #949292;
  border-left: 4px solid #e4e7e7;
  padding: 5px 10px;
}

.button-11 {
  color: #528ff0;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  box-shadow: 1px 1px 10px -2px #000000ad;
}

.button-11.fix {
  color: #fff;
  background-color: #1b7eb4;
}

.text-block-101 {
  color: #1b7eb4;
}

.fixednavbar {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  width: auto;
  min-width: 80vw;
  max-width: 80vw;
  max-height: 60px;
  margin: -5px auto auto;
  padding: 0 0 10px;
  font-size: 1em;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.icon-5 {
  color: #ffffff2e;
}

.dropdown-link-2 {
  background-color: #fff;
  border-radius: 6px;
  margin: 5px;
}

.dropdown-link-2:hover {
  box-shadow: 4px 4px 15px -5px #000;
}

.div-block-14 {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.nav-menu-2 {
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.nav-menu-2:active {
  color: #000;
}

.div-block-25 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.div-block-118 {
  z-index: 900;
  background-color: #284cdf;
  background-image: linear-gradient(to left, #2272ef, #1b5cea);
  height: 40px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.icon-6 {
  color: #093e5b2e;
}

.nav-menu-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-3:active {
  color: #000;
}

.fixednav {
  z-index: 1000;
  height: 120px;
  position: absolute;
  inset: 0;
}

.dropdown-toggle-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.dropdown-toggle-3.fix {
  color: #093e5b;
}

.div-block-231 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.dropdown-list-3 {
  background-color: #fff;
}

.dropdown-list-3.w--open {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#168afab3, #168afab3);
  border-radius: 4px;
  flex-wrap: wrap;
  align-content: center;
  width: 378px;
  padding: 15px;
  font-family: Varela Round, sans-serif;
  display: flex;
  box-shadow: 1px 1px 50px -6px #0000004d;
}

.dropdown-list-3.fix.w--open {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  padding: 5px 0 0;
}

.text-block-102 {
  color: #fff;
  border-left: 4px solid #22dcff;
  margin-left: 10px;
  padding: 5px 10px;
}

.fixednavbar-2 {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  width: auto;
  min-width: 320px;
  max-width: 1090px;
  max-height: 70px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.section {
  background-color: #195680;
  height: 100vh;
}

.text-block-103 {
  margin-left: 10px;
}

.text-block-104 {
  color: #545454;
  margin-left: 15px;
  padding: 2px 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-2 {
  opacity: 1;
  max-width: 120%;
}

.div-block-232 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr 1fr .25fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  min-width: 370px;
  max-width: 1090px;
  height: 100%;
  margin: auto;
  display: flex;
}

.grid-4 {
  height: 100%;
}

.section-2 {
  height: 100vh;
}

.div-block-233 {
  background-color: #fff;
  flex: 1;
  height: 2px;
  margin-left: 10px;
}

.text-block-106 {
  flex-direction: column;
  font-size: 1.08em;
}

.div-block-234 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-235 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50%;
  display: flex;
}

.text-block-107 {
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 50px;
}

.italic-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.bold-text-2 {
  color: #2b365b;
  text-transform: uppercase;
}

.image-3 {
  order: -1;
  align-self: flex-end;
}

.div-block-236 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 500px;
  display: flex;
}

.center-section {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 320px;
  max-width: 1090px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-section.portfoliocard {
  z-index: 900;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 95vw;
  min-height: 200px;
  max-height: 250px;
  margin-top: -5vw;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  top: -12%;
  box-shadow: 4px 4px 50px -5px #0009;
}

.center-section.body {
  justify-content: space-around;
  align-items: center;
}

.center-section.inquiry {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
}

.center-section.clients {
  background-image: url('../images/“.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 0;
  max-width: none;
  height: 100vh;
  display: flex;
}

.center-section.footer {
  height: 70vh;
  margin-top: 10px;
}

.div-block-238 {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-left: 10px;
  display: flex;
}

.div-block-239 {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image-4 {
  height: 85vh;
  margin-bottom: -10%;
  padding-bottom: 0;
}

.grid-5 {
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: 40% auto;
  grid-template-columns: 0;
  height: 100%;
}

.text-block-108 {
  color: #8d8d8d;
  font-family: Bitter, serif;
  font-size: 18px;
}

.image-5 {
  opacity: .6;
  margin: 15px 20px;
}

.image-5:hover {
  opacity: 1;
}

.div-block-240 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-block-109 {
  color: #b1b1b1;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.link-3 {
  color: #9e9898;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-3:hover {
  color: #524f4f;
}

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

.bold-text-3 {
  display: block;
}

.div-block-243 {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 0 30px 25px;
  display: flex;
}

.div-block-244 {
  justify-content: center;
  display: flex;
}

.text-block-110 {
  min-width: 350px;
  max-width: 400px;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 600;
}

.image-6 {
  height: 70vh;
  display: block;
}

.div-block-245 {
  flex: 1;
  margin: 5% 0%;
  display: block;
  overflow: visible;
}

.text-block-111 {
  color: #727272;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.5em;
}

.text-block-111.talk {
  color: #777;
  margin-bottom: 0;
}

.grid-6 {
  grid-column-gap: 11px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 65vh;
}

.div-block-246 {
  background-color: #000;
}

.div-block-246.work {
  border-radius: 8px;
}

.div-block-247 {
  background-color: #66acdb;
}

.div-block-248 {
  background-color: #e2923a;
}

.div-block-249 {
  background-color: #f09;
}

.div-block-250 {
  background-color: #f60;
}

.div-block-251 {
  height: 74vh;
}

.work {
  border-radius: 4px;
  transition: all .2s ease-in-out;
  box-shadow: 0 3px 10px #0003;
}

.work:hover {
  box-shadow: 0 10px 30px 5px #0000008c;
}

.work.dbs {
  background-image: linear-gradient(#0000 35%, #000), url('../images/dbs-min.jpg'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.work.dbs.comm {
  background-image: linear-gradient(#0000, #000 85%), url('../images/DEN-min-4.png');
  background-position: 0 0, 50% -20px;
}

.work.dbs.hypermart {
  background-image: linear-gradient(#0000, #000), url('../images/Group-15-Copy-min.png');
  background-position: 0 0, 50% 0;
  background-size: auto, contain;
}

.work.dbs.manufac {
  background-image: linear-gradient(#0000, #000 89%), url('../images/hydra-min-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.work.dbs.kpmg {
  background-image: linear-gradient(#0000 35%, #000), url('../images/kpmg-min-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.div-block-252 {
  margin: 15px;
}

.div-block-253 {
  margin-bottom: 4%;
  margin-left: 5%;
  margin-right: 5%;
}

.div-block-253.vg {
  width: 100%;
  margin-bottom: 6%;
  margin-left: 5%;
  margin-right: 5%;
}

.text-block-112 {
  color: #fff9;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 22px;
}

.text-block-113 {
  margin-top: 5px;
}

.text-block-114 {
  color: #ffffff4d;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 16px;
}

.div-block-254 {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.div-block-255 {
  border-radius: 4px;
  justify-content: space-around;
  align-items: flex-start;
  width: 95%;
  padding: 15px;
  display: flex;
  box-shadow: 0 10px 50px #00000073;
}

.social {
  opacity: .4;
  transition: all .2s;
}

.social:hover {
  opacity: 1;
}

.div-block-256 {
  margin-left: 15px;
}

.text-block-115 {
  color: #b8b8b8;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
}

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

.text-field {
  border-radius: 2px;
  margin-right: 10px;
}

.text-field.formstyle {
  color: #101010;
  background-color: #e8e8e8;
  border-color: #0000;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 25px 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-field.formstyle:hover, .text-field.formstyle:active {
  box-shadow: inset 0 1px 6px -2px #00000080;
}

.text-field.formstyle:focus {
  box-shadow: inset 0 0 8px -2px #00000052;
}

.text-field.formstyle.msg {
  height: 120px;
  overflow: scroll;
}

.text-field.formstyle.name {
  margin-right: 15px;
}

.form {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  text-transform: uppercase;
  background-color: #4a90e2;
  border-radius: 4px;
  margin-top: 10px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.html-embed {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-259 {
  background-color: #000;
  background-image: linear-gradient(45deg, #000, #2a2a2a 89%);
  border-radius: 6px;
  margin-top: -10%;
  padding: 5px 5% 5%;
  box-shadow: 0 20px 50px -5px #000c;
}

.div-block-260 {
  opacity: 1;
  color: #777;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.div-block-261 {
  background-image: linear-gradient(to right, #0f0f0f99 27%, #000 40%), url('../images/1.jpeg');
  background-position: 0 0, -45px;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 450px;
  max-width: 500px;
  height: 250px;
  margin: 10px 15px 10px 10px;
  padding: 15px;
  display: flex;
  box-shadow: 0 15px 50px #00000059;
}

.div-block-261._2 {
  background-image: linear-gradient(to right, #0f0f0f99 27%, #000 40%), url('../images/3.jpeg');
  background-position: 0 0, -64px 0;
}

.div-block-261._3 {
  background-image: linear-gradient(to right, #0f0f0f99 27%, #000 40%), url('../images/2.jpeg');
  justify-content: center;
  align-items: flex-end;
  padding: 15px;
}

.div-block-261._4 {
  background-image: linear-gradient(to right, #0f0f0f99 27%, #000 40%), url('../images/0.jpeg');
}

.div-block-262 {
  background-color: #8550c0;
  width: 20%;
  height: 3px;
}

.div-block-263 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-116 {
  margin-bottom: 20px;
}

.div-block-264 {
  clear: right;
  align-items: center;
  width: 100%;
  padding: 40px 40px 80px;
  display: flex;
  overflow: auto;
}

.div-block-265 {
  background-color: #0000;
  width: 20px;
  height: 20px;
  padding: 22px 10px;
}

.div-block-266 {
  flex: 1;
  display: flex;
}

.image-7 {
  border-radius: 6px;
  margin-top: -5%;
  margin-left: 5%;
}

.div-block-267 {
  flex: 1;
}

.div-block-268 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.text-block-117 {
  color: #535353;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-118 {
  color: #a9a9a9;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.link-4 {
  color: #777;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.link-4:hover {
  color: #fff;
}

.div-block-269 {
  margin-top: 10px;
}

.text-block-119 {
  color: #949494;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.form-block {
  width: 450px;
  height: 350px;
}

.error-message {
  background-color: #ff8181;
  border-radius: 4px;
  margin-top: 13px;
  box-shadow: 0 13px 50px -9px #000;
}

.success-message {
  background-color: #0000;
  height: 100%;
}

.text-block-120 {
  color: #8a8a8a;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-5 {
  cursor: pointer;
  text-decoration: none;
}

.text-block-121 {
  cursor: context-menu;
}

.preloader {
  z-index: 2000000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.link-6 {
  color: #515151;
  text-transform: uppercase;
  text-decoration: none;
}

.div-block-273 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20vh;
  display: flex;
}

.link-7 {
  color: #5892b18c;
  text-transform: uppercase;
  margin-right: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}

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

.div-block-275 {
  flex: 1;
}

.div-block-276 {
  flex: 1;
  margin-right: 25px;
}

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

.slide {
  z-index: 0;
  height: 100vh;
}

.div-block-277 {
  background-color: #f6f5fa;
  background-image: url('../images/1-min-1.png'), linear-gradient(27deg, #bdd5f1, #fff);
  background-position: 50%, 0 0;
  background-size: contain, auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 20vh;
  display: flex;
}

.div-block-278 {
  background-color: #92125a;
  width: 100%;
  height: 100%;
}

.div-block-279 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 10vw;
  display: flex;
}

.text-block-122 {
  color: #515972;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 40px;
}

.text-block-123 {
  color: #515972;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

.hero2-light {
  background-image: url('../images/hero2-white.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 980px;
  align-items: center;
  height: 550px;
  display: flex;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-center {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap._w-custom.nav1-light {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap._w-custom.hero5 {
  align-items: center;
  width: 1080px;
  height: 100%;
  display: flex;
  position: relative;
}

.wrap.w80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrap.w80-50.download {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrap.w80-50.rnd {
  justify-content: space-between;
  display: flex;
}

.wrap.w80-50-start {
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-80-center {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: 10%;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w80-50-center {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.wrap.w80-50-center._12 {
  flex-direction: column;
  justify-content: flex-start;
  width: 1020px;
  height: auto;
}

.hero2-text-wrap {
  width: 45%;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.tagline.team1-position {
  text-align: center;
  margin-top: -6px;
}

.tagline.testimonial1-position {
  margin-top: -8px;
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.btn-big-2 {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big-2:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big-2:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.team1-person {
  flex-direction: column;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.heading-7 {
  font-size: 22px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.div-block-280 {
  width: 50%;
  margin-left: 60px;
}

.div-block-280.x {
  margin-left: 0;
  margin-right: 60px;
}

.heading-5 {
  width: 500px;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-30 {
  opacity: .3;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team1-people-row {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.div-block-281 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.image-11 {
  border-radius: 7px;
  box-shadow: 0 10px 20px -10px #000;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.team1-image {
  background-image: linear-gradient(#1112121a, #1112121a);
  border-radius: 8px;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.team1-image.team1-image6 {
  background-image: url('../images/Person-Pic-62x.jpg');
  background-size: 120px;
}

.team1-image.team1-image7 {
  background-image: url('../images/Person-Pic-72x.jpg');
  background-size: 120px;
}

.team1-image.team1-image5 {
  background-image: url('../images/Person-Pic-52x.jpg');
  background-position: 0 0;
  background-size: 120px;
}

.team1-image.team1-image8 {
  background-image: url('../images/Person-Pic-82x.jpg');
  background-position: 50%;
  background-size: cover;
}

.team1-image.team1-image2 {
  background-image: url('../images/74593608_10206842422415873_6840576321936949248_n.jpg');
  background-size: 120px;
}

.team1-image.team1-image1 {
  background-image: url('../images/Screenshot-2019-12-04-at-11.57.46-AM.png');
  background-size: 120px;
}

.team1-image.team1-image4 {
  background-image: url('../images/67834561_2255718997880416_415527464433876992_n.jpg');
  background-size: 120px;
}

.team1-image.team1-image3 {
  background-image: url('../images/11949272_10206221716839244_6138223150658237414_n.jpg');
  background-size: 120px;
}

.team1-image.team1-image3.mai {
  background-image: url('../images/14612640_1220895461316268_1557342810650608799_o.jpg');
}

.div-block-282 {
  background-color: #357dbe;
  background-image: linear-gradient(121deg, #3c6ee2, #3119e7);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  box-shadow: inset 0 6px 20px -8px #000;
}

.div-block-283 {
  justify-content: center;
  align-items: center;
  width: 940px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-284 {
  opacity: 1;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.text-block-59 {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: 45px;
  margin-right: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-span-4 {
  font-size: 40px;
  line-height: 60px;
}

.div-block-285 {
  background-color: #a1adb1;
  background-image: url('../images/132.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.signup-account-link {
  color: #999;
  display: inline-block;
}

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

.form2-error-message {
  background-color: #0000;
  border-radius: 4px;
  padding: 0;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  width: 440px;
  height: 520px;
  margin-right: 0;
  display: inline-block;
  overflow: scroll;
}

._5-col {
  width: 570px;
  margin-right: 20px;
  display: inline-block;
}

.form2-form-section-wrapper {
  flex-direction: column;
  padding: 50px 28px 50px 50px;
  display: flex;
}

.form2 {
  color: #111212;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
  box-shadow: 0 1px 8px #1112121a;
}

.form2-form-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}

.form2-wrapper {
  margin-top: -10px;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-light {
  color: #111212;
  background-color: #0000;
  border: 1px solid #11121266;
}

.btn.btn-outline-light:hover {
  border-color: #1112121a;
  box-shadow: 0 1px 3px #0000000d;
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px #0000000d;
}

.btn.btn-outline-light.download {
  color: #fff;
  border-color: #fff;
}

.register-link {
  cursor: pointer;
  display: inline-block;
}

.form2-input {
  border: 1px solid #ececec;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  transition: border-color .2s;
}

.form2-input:hover {
  border-color: #d8d8d8;
}

.form2-input:focus {
  border-color: #a3a3a3;
}

.form2-input::placeholder {
  color: #ccc;
}

.form2-headline {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.form2-error-message-text {
  color: #f85359;
  display: inline-block;
}

.form2-image-wrapper {
  background-image: url('../images/Building_Logo_MockupsForFree.png');
  background-position: 31%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 520px;
  margin-right: -20px;
  display: flex;
}

.form2-success-message {
  background-color: #0000;
}

.form2-success-message-text {
  color: #1991eb;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.div-block-286 {
  margin-left: 25px;
}

.div-block-287, .div-block-288 {
  display: none;
}

.nav1 {
  background-color: #0000;
  width: 100%;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.link-light {
  opacity: .6;
  color: #111212;
  cursor: pointer;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-light:hover {
  opacity: 1;
  color: #111212;
  transform: translate(0, -2px);
}

.link-light:active {
  opacity: .9;
  transform: translate(0, -1px);
}

.link-light.navigation1-link-light {
  opacity: .8;
  margin-right: 30px;
}

.nav1-logo-wrapper {
  flex: none;
  align-items: center;
  display: inline-block;
}

.nav1-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-4 {
  display: none;
}

.nav1-menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  text-align: justify;
}

.html-embed-2 {
  justify-content: flex-end;
  display: flex;
  overflow: scroll;
}

.div-block-289 {
  flex-direction: column;
  display: flex;
}

.navbar-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 100vh;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.rmtbody {
  background-color: #ececec;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

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

.brand-2 {
  background-image: url('../images/dot-min.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.secdiv {
  flex-direction: column;
  flex: 1;
  height: 100vh;
  display: flex;
  overflow: scroll;
}

.section-5 {
  background-color: #eee7e7;
  height: 140vh;
}

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

.scroll {
  flex: 1;
  height: 100vh;
  overflow: scroll;
}

.menu {
  z-index: 1000;
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 250px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.leftalign {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.div-block-294 {
  background-image: linear-gradient(145deg, #051c2d 58%, #033299);
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-295 {
  background-image: url('../images/dot-min.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  display: flex;
}

.link-block-4 {
  color: #051c2d;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 10px 10px 60px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  background-color: #f5fcff;
}

.text-block-125 {
  margin-left: 15px;
}

.div-block-296 {
  padding: 10px;
}

.text-block-126 {
  color: #a3a0a0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.link-block-5 {
  opacity: .15;
  background-image: url('../images/3488299-min.png');
  background-position: 0 0;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.link-block-5:hover {
  opacity: .6;
}

.link-block-5._1 {
  background-image: url('../images/3488334-min.png');
  background-size: cover;
}

.link-block-5._2 {
  background-image: url('../images/3488306-min.png');
}

.link-block-5._5 {
  background-image: url('../images/3488369-min.png');
}

.div-block-297 {
  flex-direction: row;
  justify-content: space-around;
  width: 180px;
  margin-bottom: 20px;
  margin-left: 25px;
  display: flex;
}

.heading-9 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.text-span-5 {
  font-weight: 300;
}

.paragraph-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 25px;
}

.div-block-298 {
  flex-direction: column;
  display: flex;
}

.link-8 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.link-8:hover, .text-span-6, .text-span-7 {
  color: #00a3ed;
}

.div-block-299 {
  width: 450px;
}

.heading-10 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.paragraph-4._2 {
  opacity: .35;
}

.div-block-300 {
  opacity: .5;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-300._1 {
  opacity: .2;
}

.div-block-301 {
  flex: 1;
  width: 78%;
  min-width: 915px;
  height: 100vh;
  display: flex;
}

.div-block-302 {
  background-color: #300a05;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 65px;
  display: flex;
}

.div-block-303 {
  background-image: linear-gradient(#000, #0000 33%), url('../images/c8aec956442451.59aeea5aaa1c9-min.jpg');
  background-position: 0 0, 85%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.heading-11 {
  color: #fff;
  margin: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.tabs-menu {
  justify-content: space-around;
  display: flex;
}

.tab-link-tab-1, .tab-link-tab-1.w--current {
  background-color: #0000;
}

.pp {
  color: #00a3ed;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.pp.w--current {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.heading-12 {
  opacity: 1;
  color: var(--white);
  margin: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  line-height: 120px;
}

.tabs {
  width: 500px;
  margin-top: 0;
}

.text-block-127 {
  opacity: 1;
  color: #e4a155;
  text-align: left;
  width: 450px;
  margin-top: 40px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-304 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-128 {
  color: #e4a155;
  width: 450px;
  margin-top: 30px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
}

.text-span-9 {
  color: var(--white);
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

.text-span-10 {
  color: #c96b00;
}

.typed-words {
  color: var(--white);
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 80px;
}

.div-block-305 {
  align-items: flex-end;
  display: flex;
}

.whatwedo {
  background-color: var(--white);
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/Group-12.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 78%;
  min-width: 915px;
  height: 100vh;
  display: flex;
}

.div-block-307 {
  justify-content: space-around;
  display: flex;
}

.heading-13 {
  color: var(--white);
  text-transform: none;
  text-shadow: -2px 8px 20px #051c2e1a;
  flex-direction: column;
  justify-content: flex-start;
  margin: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
  display: flex;
}

.text-span-11 {
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
}

.text-span-12 {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.div-block-308 {
  background-color: #fff;
  width: 60px;
  height: 2px;
  margin-bottom: 15px;
}

.text-block-129 {
  color: var(--white);
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 60px;
}

.text-block-130 {
  color: #888;
  text-indent: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.margin250 {
  width: 250px;
}

.home {
  background-image: url('../images/bg-min.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 80px;
  display: flex;
}

.our-work {
  background-color: #051c2e;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.our-work.aboutus {
  background-image: url('../images/reimagining-tax-1080x1080.png'), linear-gradient(#000000e6, #000000e6), url('../images/silhouette-businessman-with-glasses_1098-84_auto_x1-min.jpg');
  background-position: 50vw -10vw, 0 0, 100% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 80vh, auto, cover;
  justify-content: flex-end;
  padding: 45px;
}

.our-work.contactus {
  background-color: var(--black);
  background-image: linear-gradient(#1f40caf7, #1f40caf7), url('../images/Knowledge-Network_PHero_748334631_1080.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 45px;
}

.div-block-311 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block-312 {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.div-block-313 {
  flex: 1;
  display: flex;
}

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

.grid-7 {
  grid-template-rows: auto;
}

.div-block-314 {
  color: var(--white);
  background-color: #017f18;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  padding: 20px;
  display: flex;
}

.div-block-315 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 30%;
  padding: 20px;
  display: flex;
}

.div-block-316 {
  background-color: #165674;
  background-image: url('../images/Screenshot-2022-06-20-at-12.26.55-PM.png');
  background-position: 0 0;
  background-size: cover;
  width: 30%;
}

.div-block-317 {
  background-color: #1d1d1d;
  background-image: url('../images/Screenshot-2020-10-15-at-5.21.26-PM-min.png');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
}

.div-block-318 {
  color: var(--white);
  background-color: #c05d00;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.text-block-131 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-132 {
  font-family: Merriweather, serif;
}

.heading-14 {
  color: var(--white);
  width: 450px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.paragraph-5 {
  color: var(--white);
  text-align: left;
  width: 537px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-span-14 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.div-block-319 {
  flex-direction: column;
  align-items: center;
  width: 600px;
  display: flex;
}

.text-block-133 {
  opacity: .3;
  color: var(--white);
  text-align: center;
  width: 450px;
  margin-top: 25px;
  margin-bottom: -20px;
  font-family: Montserrat, sans-serif;
}

.form-block-2 {
  background-color: var(--black);
  border-radius: 7px;
  justify-content: center;
  width: 500px;
  margin-top: 25px;
  padding: 20px 45px 45px;
  display: flex;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.submit-button-2 {
  text-transform: uppercase;
  background-color: #202020;
  border-radius: 2px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.submit-button-2:hover {
  color: #888;
  background-color: #e6e6e6;
}

.text-field-2 {
  border-radius: 2px;
}

.text-field-2.message {
  height: 90px;
}

.div-block-320 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-321 {
  justify-content: flex-end;
  display: flex;
}

.field-label {
  opacity: 1;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.field-label-2, .field-label-3 {
  color: var(--white);
}

.heading-15 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.paragraph-6 {
  color: var(--white);
  text-align: center;
  width: 400px;
  font-family: Montserrat, sans-serif;
}

.div-block-322 {
  z-index: 10000;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.div-block-324 {
  display: none;
}

.text-block-134, .text-block-135, .text-block-136, .text-block-137 {
  color: #e4a155;
}

.link-11 {
  color: #01df01;
  text-decoration: none;
}

.text-field-3 {
  background-color: #f8f8f8;
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #0000001a;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
}

.text-field-3:hover {
  border-bottom-width: 2px;
  border-bottom-color: #00000040;
}

.text-field-3:active {
  border-bottom-color: #b9dbffbd;
}

.text-field-3:focus {
  border-bottom-width: 2px;
  border-bottom-color: #9ecafa;
}

.text-field-3.rig {
  background-color: #fff;
}

.text-block-7 {
  color: #6b6b6ba3;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.submit-button-3 {
  background-color: #3973e6a6;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
}

.submit-button-3:hover {
  background-color: #3973e6;
  box-shadow: 0 5px 10px -3px #00000080;
}

.link-block-6 {
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-6:hover {
  border-radius: 5px;
  bottom: 4px;
  box-shadow: 0 5px 29px -5px #3973e6b0;
}

.div-block-10 {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  margin-left: 30px;
  display: flex;
}

.form-block-3 {
  flex-direction: column;
  align-items: stretch;
  height: 225px;
  margin-bottom: 10px;
  display: flex;
}

.error-message-2 {
  width: 100%;
  height: 175px;
  margin-top: -225px;
}

.link-block-7 {
  opacity: .15;
  filter: saturate(0%);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
}

.link-block-7:hover {
  opacity: 1;
  filter: none;
}

.image-42 {
  height: 15px;
}

.image-42:hover {
  filter: saturate(200%);
}

.div-block-19 {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.div-block-19.msg {
  margin-right: 0;
}

.text-block-10 {
  margin: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.success-message-2 {
  background-color: #f5f5f5;
  border-radius: 4px;
  height: 100%;
}

.text-block-6 {
  color: #0093e5;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.div-block-18 {
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: -5px;
  display: flex;
}

.div-block-326 {
  flex-direction: column;
  align-items: stretch;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0;
  display: flex;
}

.text-block-11 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.text-block-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 12px;
  left: 12px;
}

.form-3 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-51 {
  width: 20vw;
}

.heading-17 {
  margin-top: 0;
  line-height: 45px;
}

.div-block-327 {
  opacity: .5;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  display: flex;
}

.text-span-3 {
  color: #0aa158;
}

.form-4 {
  align-items: center;
  display: flex;
}

.image-9 {
  opacity: 1;
}

.heading-18 {
  color: #09a158;
  font-size: 16px;
  line-height: 20px;
}

.heading-18.sup {
  color: #e0e0e0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.div-block-31 {
  margin-top: 20px;
}

.fixednavbar-3 {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  width: auto;
  min-width: 320px;
  max-width: 1090px;
  max-height: 70px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.text-field-4 {
  border-radius: 4px;
  height: 55px;
  margin-top: 10px;
  margin-right: 20px;
}

.nav-menu-6 {
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.nav-menu-6:active {
  color: #000;
}

.paragraph-18 {
  color: #999;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.hero {
  height: 100vh;
  overflow: hidden;
}

._6-col {
  width: 460px;
  margin-right: 30px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.div-block-328 {
  font-family: Montserrat, sans-serif;
  display: block;
}

.text-block-15 {
  text-align: left;
  background-color: #fff;
  padding: 14px;
  font-family: Inconsolata, monospace;
}

.hero5-headline-wrap {
  margin-bottom: 20px;
  padding-right: 80px;
}

.hero5-image {
  box-shadow: none;
  margin-left: 30px;
  display: inline-block;
  position: absolute;
  top: 4%;
  bottom: 0;
  left: 35%;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #09a158;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #10d375;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.text-block-139 {
  color: #09a158;
  margin-left: 5px;
  padding: 2px 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-toggle-4 {
  color: #000;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.dropdown-toggle-4:hover {
  opacity: .7;
}

.section-dark {
  color: #fff;
  background-color: #111212;
  padding-bottom: 35px;
}

.section-dark.wwd {
  background-color: #09a158;
  background-image: none;
}

.content7-numbers-wrap {
  align-items: flex-start;
  display: flex;
}

.content7-numbers-wrap.smart {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
  padding-top: 0;
  display: flex;
}

.image-17 {
  margin-bottom: 20px;
}

.image-17.d {
  margin-top: 5px;
  margin-bottom: 15px;
}

.headline-6-col-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 460px;
  margin-bottom: 18px;
  display: flex;
}

.headline-6-col-2.right {
  align-items: flex-end;
}

.headline-6-col-2.rnd {
  align-items: flex-start;
}

.link-block-26 {
  color: #fff;
  background-color: #0000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 20%;
  height: 180px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block-26:hover {
  background-color: #064b2c;
}

.bold-text-5 {
  text-align: center;
  font-weight: 400;
  text-decoration: none;
}

.image-16 {
  margin-left: 51px;
}

.y {
  text-align: right;
  margin-bottom: 30px;
}

.div-block-329 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services {
  margin-bottom: 15px;
}

.text-16-2 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16-2.text-16-60 {
  opacity: .6;
}

._6-col-2 {
  width: 420px;
  margin-right: 20px;
  display: inline-block;
}

._6-col-2._6-col-last {
  width: 420px;
  margin-right: 0;
}

.content6-headline {
  margin-bottom: 45px;
  padding-right: 40px;
}

.content6-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}

.content6-pic.content6-image2 {
  background-image: url('../images/Artboard.png');
}

.content6-pic.content6-image4 {
  background-image: url('../images/Screenshot-2020-02-03-at-1.23.40-PM.png');
  background-position: 10% 100%;
  background-size: cover;
  height: 320px;
}

.content6-pic.content6-image1 {
  background-image: url('../images/Group-19.png');
  height: 320px;
}

.content6-pic.content6-image1.sat {
  background-image: url('../images/Bitmap.png');
}

.content6-pic.content6-image3 {
  background-image: url('../images/ER734658.png');
}

.h2-jumbo {
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.content7-number-card-no-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}

.content7-number-card {
  color: #fff;
  background-color: #111212;
  border-radius: 8px;
  padding: 10px 30px 20px;
}

.content7-number-card.content7-number-card-content1 {
  background-color: #3fcedc;
}

.content7-number-card.content7-number-card-content2 {
  background-color: #c47ca2;
}

.content7-number-card.content7-number-card-content3 {
  background-color: #b3b3af;
}

.content7-number-card.content7-number-card-content4 {
  background-color: #21263b;
}

.content7-divider {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

._2-col {
  width: 140px;
  margin-right: 20px;
  display: inline-block;
}

._2-col._2-col-last {
  margin-right: 20px;
}

.horizontal-scroll {
  border-width: 1px;
  border-radius: 8px;
  width: 70%;
  padding: 20px 30px;
  display: flex;
  overflow: scroll;
}

.section-6 {
  padding-top: 75px;
  padding-bottom: 40px;
}

.section-6.partners {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 7px 7px 20px -8px #000000b0;
}

.testimonial2-headline {
  padding-right: 40px;
}

.testimonial2-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.testimonial2-col._1 {
  margin-right: 11px;
}

.testimonial2-logo-wrap {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  display: flex;
}

.testimonial2-logo-wrap.clients1-logowrapper-last {
  margin-bottom: 0;
}

.section-dark-2 {
  color: #fff;
  background-color: #111212;
}

.testimonial1-person-wrapper {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.testimonial1-person-name {
  margin-top: -8px;
}

.testimonial1-item {
  padding-right: 30px;
}

.testimonial1 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 80px;
  margin-bottom: 50px;
  display: flex;
}

._4-col {
  flex: 0 auto;
  width: 440px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.image-52 {
  border-radius: 8px;
  margin-right: 70px;
}

.decoline {
  background-color: #d2d2d2;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature1-image1 {
  background-image: url('../images/photo-1506755594592-349d12a7c52a.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
  margin-bottom: 20px;
}

.feature1-image2 {
  background-image: url('../images/Stock-Photography-Agriculture-Wheat.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 120px;
}

.feature1-image3 {
  background-image: url('../images/qizrfuwjzdw9vxkg9q6l.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
}

.heading-4 {
  text-decoration: none;
}

.section-7._1 {
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-7._1.media {
  height: 50vh;
  margin-top: -45px;
}

.feature1-content {
  padding-right: 80px;
}

._6-col-3 {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

.text-block-140 {
  border-bottom: 4px solid #00000029;
  margin-bottom: 35px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-330 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  margin-top: 9px;
  display: flex;
}

.link-block-27 {
  opacity: .4;
  text-decoration: none;
}

.link-12 {
  color: #ffffff4d;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.link-12:hover {
  color: #ffffffbf;
}

.footer-2 {
  background-color: #0b1a0b;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-331 {
  width: 300px;
}

.tabs-2 {
  margin-top: 0;
}

.text-block-141 {
  opacity: .4;
  color: #75c8ff;
  font-family: Open Sans, sans-serif;
  line-height: 20px;
  text-decoration: none;
}

.text-block-141.hom {
  color: #3ae70f;
  margin-top: 0;
}

.text-span {
  color: #fff;
}

.tab-pane {
  height: 125px;
  padding: 19px 10px 20px 5px;
}

.text-block-142 {
  color: #2eff5b;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.office {
  opacity: .35;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.office.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom: 2px solid #53a712;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: inset 0 -9px 8px -5px #06ff6538;
}

.text-block-143 {
  color: #0fe7bf;
  margin-top: 10px;
}

.tab-pane-2 {
  flex-direction: column;
}

.text-block-144 {
  color: #777474;
}

.preloader-2 {
  z-index: 200000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

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

.section-8 {
  display: none;
}

html.w-mod-js [data-ix="fixnav-hide"] {
  opacity: 0;
  transform: translate(0, -100px);
}

@media screen and (max-width: 991px) {
  .fixsection.d {
    z-index: 999;
  }

  .fixednavbar, .center-section {
    width: 95vw;
  }

  .center-section.portfoliocard {
    max-height: 300px;
  }

  .center-section.body {
    width: 95vw;
  }

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

  .div-block-240 {
    flex-wrap: wrap;
  }

  .div-block-245 {
    height: 80vh;
    margin: 0%;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .grid-6 {
    width: 1000px;
  }

  .div-block-255 {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .div-block-257.mobile {
    flex-direction: column;
  }

  .form.mobile {
    align-items: stretch;
  }

  .div-block-258 {
    width: 45vw;
  }

  .form-block.mobile {
    width: auto;
    height: auto;
  }

  .div-block-270 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 40vw;
    margin-left: 10px;
    display: flex;
  }

  .preloader {
    display: flex;
  }

  .div-block-272 {
    overflow: auto;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column-reverse;
  }

  .wrap._w-custom.nav1-light {
    background-color: #fff;
    width: 100%;
    padding: 0;
    display: block;
  }

  .wrap._w-custom.hero5 {
    text-align: center;
    flex-direction: column;
    height: auto;
    padding-top: 80px;
  }

  .wrap.w80-50-start {
    flex-direction: column;
  }

  .wrap.w50-80-center, .wrap.w80-50-center {
    text-align: center;
    flex-direction: column;
  }

  .hero2-text-wrap {
    width: 100%;
  }

  .team1-person {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-right: 0;
    display: flex;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .team1-people-row {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .team1-image {
    display: block;
  }

  .div-block-284 {
    flex: none;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-right: 30px;
  }

  .signup-account-link {
    text-align: left;
  }

  ._7-col, ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form2-form-section-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 40px;
  }

  .form2 {
    flex-direction: column;
    height: auto;
  }

  .form2-wrapper {
    margin-top: -20px;
  }

  .btn.btn-outline-light {
    color: #fff;
    border-color: #ffffff59;
    margin: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .form2-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    height: 300px;
    margin-right: 0;
  }

  .mobile {
    background-image: linear-gradient(#0000 10%, #021d38 78%), url('../images/59148-min.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
    display: flex;
  }

  .div-block-287 {
    background-color: #021d38;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    padding-right: 5vw;
    display: flex;
  }

  .image-12 {
    height: 10vh;
  }

  .link-block {
    opacity: .4;
    filter: invert();
    width: 70px;
    height: 10vh;
  }

  .div-block-288 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding: 5% 5% 10vh;
    display: flex;
  }

  .heading-8 {
    color: var(--white);
    margin-top: 0;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
  }

  .text-block-124 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .paragraph {
    color: #ffffff80;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .link-block-2 {
    opacity: .2;
  }

  .link-block-3 {
    opacity: .2;
    margin-right: 5vw;
  }

  .nav1-menu-btn {
    background-color: #0000;
    margin-right: 30px;
    padding: 0;
  }

  .nav1-menu-btn:active {
    background-color: #0000;
  }

  .nav1-menu-btn.w--open {
    background-color: #0000;
    margin-right: 30px;
  }

  .link-light.navigation1-link-light {
    margin-right: 0;
    padding: 20px;
  }

  .nav1-logo-wrapper {
    flex: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    display: inline-block;
  }

  .nav1-wrap {
    background-color: #021d38;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-4 {
    display: flex;
  }

  .nav1-menuicon-dark {
    filter: invert();
  }

  .nav1-menu-wrapper {
    background-color: #0c467f;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
    box-shadow: inset 0 14px 20px -12px #b8e3ff38, 0 1px 3px #1112120f;
  }

  .image-14 {
    height: 10vh;
    font-family: Montserrat, sans-serif;
  }

  .menu {
    width: 100vw;
    display: none;
  }

  .leftalign {
    display: none;
  }

  .div-block-295 {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: auto;
  }

  .div-block-296 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-297 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .div-block-323 {
    display: none;
  }

  .div-block-324 {
    background-image: none;
    background-position: 0 0;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }

  .heading-16 {
    text-align: center;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 2.5em;
    line-height: 1.5em;
  }

  .heading-16._1 {
    text-align: center;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.4em;
  }

  .heading-16._1._42 {
    margin-top: 48px;
  }

  .heading-16._1._42.j {
    text-align: left;
    margin-top: 35px;
    line-height: 20px;
  }

  .link-9 {
    color: #444242;
    text-decoration: none;
  }

  .link-10 {
    color: #353434;
    text-decoration: none;
  }

  .div-block-325 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .text-span-15 {
    color: #33333329;
  }

  .paragraph-7 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Montserrat, sans-serif;
  }

  .div-block-112 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .div-block-111 {
    background-color: #ebedee;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    display: flex;
  }

  .icon-3 {
    color: #616161;
  }

  .link-block-6 {
    width: 30%;
    margin-right: 0;
  }

  .div-block-10 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .text-block-54 {
    color: #bf3207;
    text-transform: uppercase;
    margin-bottom: 26px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

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

  .div-block-107 {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .link-block-20 {
    color: var(--white);
    background-color: #ce3305;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .div-block-110 {
    background-color: #fff;
    border-radius: 4px;
    flex-direction: column;
    justify-content: flex-start;
    width: 90vw;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    box-shadow: 0 4px 10px -5px #000;
  }

  .navbar-3 {
    background-image: linear-gradient(135deg, #363636, #000);
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 5px 50px -5px #752006;
  }

  .menu-button.w--open {
    background-color: #053d70;
  }

  .div-block-126 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-106 {
    background-color: var(--black);
    background-image: url('../images/Group-2_1.png');
    background-position: 0 100%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .div-block-129 {
    background-color: #fff;
    border-radius: 4px;
    width: 90vw;
    margin-bottom: 15px;
    display: flex;
    box-shadow: 0 4px 10px -5px #000;
  }

  .div-block-129.contact {
    flex-direction: column;
    align-items: stretch;
    padding: 15px;
  }

  .link-block-19 {
    align-items: center;
    margin-right: 15px;
    padding: 20px;
    display: flex;
  }

  .container-2 {
    flex: 1;
    justify-content: space-between;
    display: flex;
  }

  .text-block-55 {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .div-block-133 {
    justify-content: space-around;
    width: 90vw;
    display: flex;
  }

  .text-block-56 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .nav-menu-5 {
    background-color: #fff;
    box-shadow: 0 16px 50px -13px #000;
  }

  .div-block-108 {
    background-color: #f2f2f2;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 25px;
    display: flex;
  }

  .link-block-21 {
    flex: 1;
    justify-content: center;
    padding: 10px;
    display: flex;
  }

  .link-block-21:active {
    background-color: #d1ecff;
  }

  .div-block-109 {
    background-image: linear-gradient(#7c0808, #7c0808);
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-top: -75px;
    margin-bottom: 30px;
    padding: 25px;
    display: flex;
    box-shadow: 2px 6px 50px #000000ab;
  }

  .image-51 {
    width: 70vw;
  }

  .nav-link-5 {
    text-align: left;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    display: block;
  }

  .brand-3 {
    flex: 1;
    align-items: center;
    display: flex;
  }

  .text-block-138 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .fixednavbar-3 {
    width: 95vw;
  }

  .hero {
    display: none;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .hero5-headline-wrap {
    text-align: center;
    padding-right: 0;
  }

  .hero5-image {
    margin-top: -10px;
    position: static;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .content7-numbers-wrap {
    flex-direction: column;
    align-items: center;
  }

  .headline-6-col-2 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .services {
    display: none;
  }

  .text-16-2.text-16-60 {
    width: 100%;
  }

  ._6-col-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col-2._6-col-last {
    width: 100%;
  }

  .content6-headline {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .content6-pic.content6-image2 {
    margin-bottom: 0;
  }

  .content7-number-card {
    text-align: center;
  }

  ._2-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section-6.partners {
    display: none;
  }

  .testimonial2-headline {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .testimonial2-col {
    flex-direction: row;
  }

  .testimonial2-logo-wrap {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-dark-2 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .testimonial1-person-name {
    text-align: left;
  }

  .testimonial1-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .testimonial1 {
    flex-direction: column;
    align-items: center;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature1-image1 {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .feature1-image2, .section-7._1 {
    display: none;
  }

  .feature1-content {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  ._6-col-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-2 {
    display: none;
  }

  .preloader-2 {
    z-index: 2000;
    display: flex;
  }

  .link-block-24 {
    margin-top: 3.2vh;
    margin-bottom: 25px;
  }

  .section-8 {
    z-index: 999;
    background-color: #000;
    background-image: url('../images/Tablet.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 85vh;
    display: flex;
    position: static;
  }

  .form-block-4 {
    flex-direction: column;
    width: 100%;
    margin-top: 22px;
    display: flex;
  }

  .div-block-332 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .text-block-145 {
    opacity: 1;
    color: #a0a0a0;
    font-family: Montserrat, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
  }

  .text-span-2 {
    text-transform: uppercase;
    background-color: #2dc51c;
    border-radius: 4px;
    margin-left: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 8px;
    font-weight: 600;
  }

  .text-block-146 {
    align-items: center;
    margin-left: 10px;
    text-decoration: none;
    display: flex;
  }

  .text-block-147 {
    opacity: 1;
    color: #b1b1b1;
    text-align: center;
    width: 400px;
    max-width: 90vw;
    margin-top: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
  }

  .form-5 {
    flex-direction: column;
    display: none;
  }

  .div-block-333 {
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10px;
    display: flex;
  }

  .div-block-334 {
    background-color: #000000c2;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-block-148 {
    margin-left: 10px;
    line-height: 10px;
  }

  .image-53 {
    color: #fff;
  }

  .text-block-149 {
    text-align: right;
    margin-top: 2px;
    font-size: 10px;
  }

  .text-block-150 {
    text-align: right;
    align-items: center;
    font-size: 10px;
    display: flex;
  }

  .div-block-335 {
    background-color: #ffffffb3;
    background-image: url('../images/Line.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    display: flex;
  }

  .link-block-23 {
    opacity: 1;
    color: #fff;
    background-color: #2da521;
    border-radius: 100px;
    align-items: center;
    min-width: 120px;
    max-width: 240px;
    margin-left: 5vw;
    padding: 5px 5px 5px 15px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    display: flex;
    box-shadow: 3px 3px 20px 4px #0000006b;
  }

  .link-block-22 {
    color: #000;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .link-block-25 {
    opacity: .4;
    color: #fff;
    text-transform: uppercase;
    align-items: flex-end;
    margin-left: 0;
    padding: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .div-block-255 {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-258 {
    width: 50vw;
  }

  .div-block-259.mobile {
    box-shadow: 0 20px 50px -5px #0000004d;
  }

  .div-block-260 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 10vh;
  }

  .div-block-270 {
    width: 45vw;
  }

  .div-block-271 {
    z-index: 1000;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }

  .div-block-284 {
    flex: 1;
    justify-content: space-around;
    margin-left: 176px;
  }

  .form2-form-section-wrapper {
    padding: 30px;
  }

  .nav1 {
    z-index: 10;
  }

  .nav1-menu-btn {
    margin-top: -4px;
    padding: 0;
  }

  .nav1-menu-btn.w--open {
    margin-top: -4px;
  }

  .nav1-logo-wrapper {
    display: inline-block;
  }

  .image-41 {
    padding-left: 15px;
  }

  .link-block-20 {
    margin: 15px;
  }

  .image-51 {
    width: 40vw;
  }

  ._6-col, ._6-col-2 {
    margin-right: 0;
  }

  .testimonial1-item {
    width: auto;
  }

  ._6-col-3 {
    margin-right: 0;
  }

  .preloader-2 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    height: 10vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2 {
    height: 90vh;
  }

  .center-section {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .center-section.portfoliocard {
    min-width: 290px;
    height: auto;
    max-height: 650px;
  }

  .center-section.body {
    width: 100vw;
    min-width: 250px;
  }

  .center-section.inquiry {
    height: auto;
  }

  .center-section.clients {
    background-size: auto 161px;
    height: auto;
  }

  .div-block-238 {
    margin-bottom: 40%;
  }

  .div-block-243 {
    padding-left: 0;
  }

  .text-block-110 {
    min-width: 0;
  }

  .image-6 {
    height: 45vh;
  }

  .div-block-245 {
    flex: 0 auto;
    width: 95vw;
    overflow: visible;
  }

  .text-block-111 {
    margin-top: 30px;
  }

  .grid-6 {
    height: 425px;
  }

  .div-block-255 {
    flex-direction: column;
    width: 95vw;
    margin-bottom: 35px;
  }

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

  .link-5 {
    margin-top: 5px;
  }

  .div-block-270 {
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
  }

  .preloader {
    display: none;
  }

  .div-block-272 {
    padding-top: 15px;
  }

  .btn-big-2 {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .signup-account-link {
    text-align: center;
  }

  .form2-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .div-block-324 {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-16 {
    line-height: 1.2em;
  }

  .heading-16._1 {
    font-size: 1.2em;
  }

  .heading-16._1._42.j {
    padding: 10px;
  }

  .image-41 {
    padding-left: 10px;
  }

  .link-block-6 {
    align-items: center;
    width: 90vw;
    margin-top: 15px;
  }

  .div-block-10 {
    flex-direction: column;
    flex: none;
    align-items: center;
    width: 100%;
  }

  .text-block-54 {
    color: var(--white);
  }

  .div-block-107 {
    flex-direction: row;
    place-content: center;
    align-items: center;
    width: 100%;
  }

  .link-block-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-20 {
    box-shadow: none;
    background-color: #000;
    background-image: none;
    flex-wrap: wrap;
    align-content: center;
    width: 100px;
    height: 100px;
    margin: 15px;
    padding: 15px;
  }

  .div-block-110 {
    justify-content: flex-start;
  }

  .div-block-19 {
    margin-right: 10px;
  }

  .div-block-106 {
    background-position: 30% 100%;
    background-size: auto;
  }

  .link-block-19 {
    margin-right: 5px;
  }

  .div-block-326 {
    margin-bottom: 0;
  }

  .text-block-55 {
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-133 {
    width: 90vw;
    margin-top: 20px;
  }

  .image-46 {
    max-width: 90%;
  }

  .nav-menu-5 {
    min-width: 60vw;
  }

  .text-block-4 {
    font-weight: 600;
  }

  .div-block-109 {
    background-image: linear-gradient(to top, #bd3207, #611700);
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-50 {
    width: 90vw;
  }

  .image-51 {
    width: 60vw;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .preloader-2 {
    display: flex;
  }
}

#w-node-_9b35df34-b388-3f6e-8219-1f6359ec2fc4-e182011a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9b8cbbb0-58a5-222a-c091-59598bae4dd7-e182011a {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f21fd611-758f-6fce-d3dd-1d58931db520-e182011a {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-aad126b2-fae7-a66b-3f62-f7a080b31c7f-e182011a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_0d500391-c6b5-6dfa-d678-4626b9a21eb7-e182011a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e6c19ba-0ba4-e236-51d2-cd842559cbd5-2559cbbe {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_8e6c19ba-0ba4-e236-51d2-cd842559cbd7-2559cbbe {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8e6c19ba-0ba4-e236-51d2-cd842559cbe2-2559cbbe {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8e6c19ba-0ba4-e236-51d2-cd842559cbe4-2559cbbe {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8e6c19ba-0ba4-e236-51d2-cd842559cbf5-2559cbbe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e6c19ba-0ba4-e236-51d2-cd842559cbf7-2559cbbe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e6c19ba-0ba4-e236-51d2-cd842559cbf9-2559cbbe {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd00-fea7dcf0 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd0b-fea7dcf0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd0d-fea7dcf0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd1e-fea7dcf0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd20-fea7dcf0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd22-fea7dcf0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd40-fea7dcf0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd42-fea7dcf0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd44-fea7dcf0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd46-fea7dcf0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd48-fea7dcf0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a276be9-775b-1b93-20ff-59fffea7dd4a-fea7dcf0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a9bfe4b6-b821-8015-1324-eb3dd662d5a2-2108cd2f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9bfe4b6-b821-8015-1324-eb3dd662d5a4-2108cd2f {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a9bfe4b6-b821-8015-1324-eb3dd662d5a6-2108cd2f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a9bfe4b6-b821-8015-1324-eb3dd662d5a8-2108cd2f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9bfe4b6-b821-8015-1324-eb3dd662d5aa-2108cd2f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9bfe4b6-b821-8015-1324-eb3dd662d5ac-2108cd2f {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4c5bc744-2fe6-75ee-3293-f19477b96d73-e182011a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_32959051-6d50-29d5-10f7-a58aa0177241-e182011a {
    grid-area: 1 / 2 / 2 / 3;
  }
}
