:root {
  --33: #2a3030;
  --22: #717171;
  --111: #a6a6a6;
}

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

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(25, 22, 22, .88);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
}

.navbar-4 {
  width: 700px;
  height: 120px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: rgba(13, 11, 11, .84);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.navlink-nb1 {
  color: #fff;
}

.navbar-1 {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  font-weight: 500;
}

.container-nb5 {
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navlink-nb5 {
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
}

.navlink-nb5:hover {
  text-decoration: underline;
}

.navlink-nb5.link-4-nb5 {
  z-index: 4;
  color: #fff;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 14px;
}

.navlink-nb5.link-3-nb5 {
  z-index: 3;
  color: #fff;
  padding-left: 43px;
  padding-right: 43px;
  font-size: 14px;
}

.navlink-nb5.link-1-nb5 {
  z-index: 1;
  color: #fff;
  margin-left: 220px;
  padding-left: 39px;
  padding-right: 39px;
  font-size: 14px;
  overflow: hidden;
}

.navlink-nb5.link-1-nb5.w--current {
  margin-left: 100px;
}

.navlink-nb5.link-2-nb5 {
  z-index: 2;
  color: #fff;
  padding-left: 33px;
  padding-right: 33px;
  font-size: 14px;
}

.menu-bar-2-nb5 {
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(45deg);
}

.navbar-5 {
  width: 700px;
  height: 120px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.menu-icon-nb5 {
  z-index: 5;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-bar-1-nb5 {
  width: 30px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.nav-menu-nb5 {
  background-color: rgba(255, 255, 255, 0);
}

.navbar-5 {
  z-index: 30;
  width: 100%;
  height: 70px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: rgba(0, 0, 0, .55);
  border-radius: 0;
  margin: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image {
  width: 50px;
  max-width: 70%;
  margin-right: 10px;
}

.section {
  height: 880px;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.div-block {
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block {
  color: #ff9100;
  font-family: PT Serif, serif;
  font-size: 19px;
  font-weight: 700;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 160px;
  line-height: 220px;
}

.paragraph {
  color: #fff;
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 37px;
  text-decoration: none;
}

.text-span {
  color: #fff;
  font-weight: 700;
}

.button-13 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}

.button-6-copy {
  height: 56px;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.square-b6 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #333;
  transform: rotate(45deg);
}

.text-b6 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.arrow-wrapper-b6 {
  width: 47px;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  margin-left: -21px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow-tail-b6 {
  width: 45px;
  height: 1px;
  background-color: #000;
}

.arrow-head-1-b6 {
  z-index: 10;
  margin-left: -9px;
  position: relative;
}

.arrow-head-2-b6 {
  z-index: 8;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 3px;
}

.text-span-2 {
  color: #fff;
  text-decoration: underline;
}

.lottie-animation {
  position: absolute;
  top: -68%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  position: relative;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-3 {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-2div {
  color: var(--33);
  text-align: center;
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 74px;
  line-height: 90px;
}

.div-block-4 {
  max-width: 1140px;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-5 {
  border: 1px solid var(--33);
  background-image: linear-gradient(#fff, rgba(49, 98, 158, .19) 36%, rgba(146, 172, 203, .21) 66%, #fff);
  flex-direction: column;
  align-items: center;
  padding: 18px;
  transition: all .55s;
  display: flex;
}

.div-block-5:hover {
  background-color: #f8f8f8;
}

.text-block-2 {
  text-align: center;
  margin-top: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-2 {
  text-align: center;
  margin-top: 14px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.lottie-animation-2 {
  width: 100px;
}

.div-block-5-copy {
  border: 1px solid var(--33);
  border: 1px solid var(--33);
  flex-direction: column;
  align-items: center;
  padding: 26px;
  display: flex;
}

._3dsi-kartk, ._4dsiv-kartka {
  border: 1px solid var(--33);
  flex-direction: column;
  align-items: center;
  padding: 26px;
  display: flex;
}

.image-2 {
  width: 50px;
  margin-bottom: 20px;
}

.text-span-3 {
  color: var(--22);
}

.body {
  color: var(--33);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-xlarge {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-3 {
  font-size: 1.125rem;
  line-height: 170%;
}

.heading-h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h3.text-uppercase {
  letter-spacing: 1px;
}

.heading-h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-h1.text-uppercase {
  letter-spacing: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
}

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

.home-services-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-meta {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.home-services-grid-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
}

.home-services-item-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.page-padding {
  background-color: var(--33);
  color: #fff;
  padding: 100px 3rem;
}

.home-services-card-wrapper {
  background-color: #2a3030;
  border-top: 2rem solid rgba(255, 255, 255, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.card {
  border: 1px solid #000;
}

.card.muted {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(0, 0, 0, 0);
}

.heading-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h5.text-uppercase {
  letter-spacing: 1px;
}

.clip {
  overflow: hidden;
}

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

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

.home-services-about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.card-padding {
  border: 1px solid var(--22);
  background-color: rgba(242, 242, 242, 0);
  padding: 3rem;
  transition: all .625s;
}

.card-padding:hover {
  background-color: var(--22);
}

.home-services-grid-right-inner {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.home-services-grid-left-inner {
  padding-top: 100px;
  padding-bottom: 7rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

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

.section-3 {
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-6 {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.heading-h1-copy {
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-h1-copy.text-uppercase {
  text-align: center;
  letter-spacing: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
}

.text-span-4 {
  color: var(--111);
}

.text-span-5 {
  color: var(--22);
}

.image-3 {
  margin-bottom: 10px;
}

.div-block-7 {
  width: 100%;
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.div-block-8 {
  border: 1px none var(--33);
  padding: 0;
  position: relative;
}

.text-block-3 {
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-4 {
  width: 40px;
  filter: grayscale();
  margin-right: 20px;
}

.link-block {
  width: 100%;
  height: 100%;
  color: var(--33);
  text-decoration: none;
}

.contacts {
  background-color: var(--33);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-10 {
  max-width: 1140px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.uui-form-checkbox-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-2:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-contact03_item {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.uui-text-size-large-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.success-text {
  font-weight: 600;
}

.uui-contact03_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.error-message-6 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-contact03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-text-style-link-02-2 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.error-text {
  color: #e23939;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-field-label-2 {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input-2 {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: rgba(255, 255, 255, .16);
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-2::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.ourportfolio {
  z-index: 2;
  color: #ced1dc;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.uui-form-checkbox-label-2 {
  color: #344054;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-style-link-2 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: #344054;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact03_icon-wrapper-2 {
  color: #7f56d9;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(189, 254, 0, .54);
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  background-color: #89b700;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.9rem;
  height: 1.9rem;
  color: var(--111);
  font-size: 16px;
}

.bold-text {
  text-transform: capitalize;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-5 {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-11 {
  max-width: 1140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.html-embed-2 {
  display: none;
}

.foto2 {
  width: 100%;
  height: 400px;
  position: relative;
}

.section-4 {
  margin-top: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-13 {
  max-width: 1220px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.combine-gallery3_component-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-section_gallery3-2 {
  background-color: #fff;
}

.combine-space-medium-6 {
  width: 100%;
  height: 1.5rem;
}

.combine-gallery3_image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .575s;
}

.combine-gallery3_image-2:hover {
  transform: scale(1.1);
}

.combine-heading-style-h2-7 {
  border-right: 1px solid var(--111);
  border-left: 1px solid var(--111);
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-gallery3_image-wrapper-2 {
  width: 100%;
  height: 100%;
  border-radius: .75rem;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-container-small-6 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.combine-space-large-6 {
  height: 4rem;
}

.combine-text-size-regular-8 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-container-large-6 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.combine-gallery3_image-2-copy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}

.combine-gallery3_image-2-copy:hover {
  transform: scale(1);
}

.image-6 {
  width: 330px;
  height: 240px;
  border: 1px solid var(--111);
  object-fit: cover;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 17px;
  transition: all .825s;
}

.image-6:hover {
  background-color: rgba(182, 182, 182, .2);
}

.link-block-2 {
  margin-right: 40px;
}

.div-block-14 {
  margin-left: 100px;
  display: flex;
}

.loads {
  z-index: 433;
  background-color: var(--33);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-3 {
  width: 200px;
}

.image-7 {
  width: 170px;
}

.combine-icon_color3-4 {
  color: #f8b34b;
}

.combine-form_form-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-contact2_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-form_text-area-grey-4 {
  height: 100%;
  min-height: 8rem;
  min-width: 16rem;
  color: #1f2c3d;
  background-color: #f2f3f7;
  border: 1px solid #f2f3f7;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey-4:hover {
  border-color: #d9dce2;
}

.combine-form_text-area-grey-4:focus {
  border-color: #6157f8;
}

.combine-form_text-area-grey-4::-ms-input-placeholder {
  color: #bfc4ce;
}

.combine-form_text-area-grey-4::placeholder {
  color: #bfc4ce;
}

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.combine-form_input-grey-4 {
  height: 3rem;
  min-width: 16rem;
  color: #1f2c3d;
  background-color: #f2f3f7;
  border: 1px solid #f2f3f7;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey-4:hover {
  border-color: #d9dce2;
}

.combine-form_input-grey-4:focus {
  border-color: #6157f8;
}

.combine-form_input-grey-4::-ms-input-placeholder {
  color: #bfc4ce;
}

.combine-form_input-grey-4::placeholder {
  color: #bfc4ce;
}

.combine-form_checkbox-icon-4 {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border-color: #8c94a5;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon-4:hover {
  border-color: #5f6570;
}

.combine-form_checkbox-icon-4.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  background-color: #6157f8;
  background-size: 90%;
  border-color: #6157f8;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon-4.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  border-color: #6157f8;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-contact2_form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.combine-contact2_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-heading-style-h2-8 {
  color: var(--33);
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-button-4 {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-4:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-form_success-message-4 {
  color: #6d9400;
  text-align: left;
  background-color: #ebf7de;
  border: 1px solid #6d9400;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_checkbox-4 {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_error-message-4 {
  color: #e2004f;
  background-color: #ffecec;
  border: 1px solid #e2004f;
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_link-4 {
  color: #6157f8;
  text-decoration: underline;
}

.combine-form_link-4:hover {
  color: #472def;
}

.combine-icon_color1-3 {
  color: #6157f8;
}

.combine-section_contact2 {
  background-color: #fff;
}

.combine-form_field-wrapper-4 {
  margin-bottom: 1.25rem;
}

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

.combine-icon_color2-3 {
  color: #00a1c1;
}

.combine-text-size-regular-9 {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-container-large-7 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-form_label-4 {
  color: var(--33);
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-padding-global-10 {
  margin-top: -70px;
  padding: 125px 1.25rem 140px;
}

.combine-form_checkbox-label-4 {
  color: #1f2c3d;
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.body-2 {
  background-color: var(--33);
  margin-top: 140px;
}

.text-span-6 {
  color: var(--111);
}

.bold-text-2 {
  color: #000;
  font-weight: 400;
}

.body-2-copy {
  background-color: #fff;
  margin-top: 140px;
}

.uui-layout06_logo-2 {
  height: 2.5rem;
}

.uui-layout06_image-2 {
  width: 100%;
  border: .25rem solid #101828;
  border-radius: .5rem;
}

.uui-layout06_image-2.shadow-xlarge {
  height: 100%;
  object-fit: cover;
  border-style: none;
  position: static;
}

.uui-space-large-4 {
  width: 100%;
  min-height: 3rem;
}

.uui-layout06_image-wrapper-2 {
  width: 100%;
  height: 100%;
  min-height: 35rem;
  background-color: var(--33);
  border-radius: 6px;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-secondary-gray-8 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-8:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-8:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-9, .uui-text-size-medium-9 {
  color: #475467;
  letter-spacing: normal;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-subheading-7 {
  color: #7f56d9;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-page-padding-11 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-medium-8 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

.uui-button-row-8 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-8.is-reverse-mobile-landscape {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.uui-layout06_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout06_logo-row-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.uui-button-10 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-10:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-10:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-padding-vertical-xhuge-9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-space-xsmall-8 {
  width: 100%;
  min-height: 1rem;
}

.text-block-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.background-video {
  z-index: -1;
  height: 880px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-text-style-link-02-2-copy {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
}

.div-block-9-copy {
  background-color: rgba(0, 0, 0, .69);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 36px;
  font-size: 16px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-3-copy {
  text-transform: uppercase;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.text-block-3-copy-copy {
  width: 260px;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 140px;
  margin-bottom: 20px;
  padding: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  transition: all .725s;
}

.text-block-3-copy-copy:hover {
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar-4 {
    width: 700px;
    min-width: 400px;
  }

  .nav-menu-nb1, .hamburger-menu-nb1.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-nb5 {
    justify-content: center;
  }

  .navlink-nb5.link-4-nb5, .navlink-nb5.link-3-nb5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navlink-nb5.link-1-nb5 {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-5 {
    width: 700px;
    min-width: 400px;
    width: 100%;
    justify-content: space-around;
  }

  .image {
    width: 70px;
    margin-right: 0;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .lottie-animation {
    display: none;
  }

  .div-block-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-left: 25px;
    margin-right: 25px;
  }

  .heading-h1 {
    font-size: 3.5rem;
  }

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

  .home-services-item-heading {
    flex-direction: column;
  }

  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-services-card-wrapper {
    border-top-width: 1.5rem;
  }

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

  .card-padding {
    padding: 2.5rem;
  }

  .home-services-grid-right-inner {
    margin-top: -1.5rem;
  }

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

  .heading-h1-copy {
    font-size: 3.5rem;
  }

  .uui-contact03_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 40px;
    margin-right: 40px;
  }

  .ourportfolio {
    font-size: 40px;
    font-weight: 600;
  }

  .text-block-4 {
    margin-left: 40px;
  }

  .brand {
    margin-right: 140px;
  }

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

  .combine-heading-style-h2-7 {
    font-size: 2.5rem;
  }

  .combine-padding-global-9 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-form_input-grey-4 {
    min-width: 12rem;
  }

  .combine-heading-style-h2-8 {
    font-size: 2.5rem;
  }

  .combine-padding-global-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .uui-layout06_image-2 {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-space-large-4 {
    min-height: 2.5rem;
  }

  .uui-layout06_image-wrapper-2 {
    padding: 2rem;
  }

  .uui-layout06_component-2 {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-layout06_logo-row-2 {
    grid-column-gap: 1.5rem;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-4 {
    width: auto;
    height: 350px;
    align-items: flex-start;
  }

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

  .container-nb1 {
    justify-content: center;
    display: flex;
  }

  .hamburger-menu-nb1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bottom-bar-nb1, .middle-bar-nb1, .top-bar-nb1 {
    width: 40px;
    height: 3px;
    background-color: #333;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navbar-1 {
    width: 300px;
  }

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

  .navlink-nb5.link-4-nb5, .navlink-nb5.link-3-nb5, .navlink-nb5.link-1-nb5, .navlink-nb5.link-2-nb5 {
    display: none;
  }

  .menu-bar-2-nb5 {
    top: 18px;
    left: 18px;
    transform: rotate(90deg);
  }

  .navbar-5 {
    width: auto;
    height: 350px;
    align-items: flex-start;
  }

  .menu-icon-nb5 {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .menu-icon-nb5.w--open, .menu-button-nb5, .menu-button-nb5.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-bar-1-nb5 {
    transform: rotate(0);
  }

  .nav-menu-nb5 {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-5 {
    width: 100%;
    height: auto;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    overflow: visible;
  }

  .heading-h3 {
    font-size: 1.75rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

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

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

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .card-padding {
    padding: 2rem;
  }

  .home-services-grid-left-inner {
    padding-bottom: 4rem;
    position: static;
  }

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

  .heading-h1-copy {
    font-size: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .ourportfolio {
    font-size: 30px;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .combine-gallery3_component-2 {
    column-count: 2;
  }

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

  .combine-form_text-area-grey-4 {
    min-width: 0;
  }

  .combine-contact2_component {
    flex-direction: column;
  }

  .combine-form_input-grey-4 {
    min-width: 0;
  }

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

  .uui-button-wrapper-8.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-layout06_image-2 {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-space-large-4 {
    min-height: 2rem;
  }

  .uui-layout06_image-wrapper-2 {
    min-height: auto;
    justify-content: center;
    padding: 1.5rem 1rem;
  }

  .uui-button-secondary-gray-8 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-8:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-text-size-large-9 {
    font-size: 1rem;
  }

  .uui-page-padding-11 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-medium-8 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-row-8 {
    align-self: stretch;
  }

  .uui-button-row-8.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout06_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout06_logo-row-2 {
    margin-bottom: 2rem;
  }

  .uui-button-10 {
    font-size: 1rem;
  }

  .uui-button-10:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-space-xsmall-8 {
    min-height: .75rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-4 {
    min-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .container-nb5 {
    flex-direction: column;
  }

  .navbar-5 {
    min-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .nav-menu-nb5 {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-5 {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    width: 60px;
    max-width: 190%;
  }

  .heading {
    font-size: 70px;
  }

  .button-13 {
    width: 310px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-b6 {
    font-size: 14px;
  }

  .paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-size-medium-3 {
    font-size: 1.125rem;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

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

  .text-meta {
    font-size: 13px;
  }

  .home-services-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-padding {
    padding: 1.25rem 1.5rem;
  }

  .home-services-grid-left-inner {
    padding-bottom: 3rem;
  }

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

  .heading-h1-copy {
    font-size: 2.5rem;
  }

  .div-block-7, .uui-contact03_component {
    grid-template-columns: 1fr;
  }

  .ourportfolio {
    font-size: 28px;
  }

  .brand.w--current {
    margin-right: 0;
  }

  .html-embed, .html-embed-2 {
    display: none;
  }

  .combine-gallery3_component-2 {
    column-count: 1;
  }

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

  .link-block-2 {
    width: 50px;
  }

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

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

  .image-8 {
    width: 300px;
  }

  .image-9 {
    width: 250px;
  }

  .link-block-3 {
    width: 30px;
  }
}

#w-node-d67d1809-dcee-fca2-3ae7-2057924bde4f-cd7f1bc7, #w-node-b9ea0b73-67f6-2517-8aae-f65882325042-cd7f1bc7, #w-node-_16cf1261-80ba-33a9-257c-079c7d7f047a-cd7f1bc7, #w-node-_2acd7182-cb8c-e250-5b1e-4ca55a8189b7-cd7f1bc7, #w-node-_5f9d4dec-4a58-df75-d218-7838ec8bd9fe-cd7f1bc7, #w-node-dc28c5d2-8385-04f4-1aa6-fbe5bec1f18d-cd7f1bc7, #w-node-dc28c5d2-8385-04f4-1aa6-fbe5bec1f194-cd7f1bc7, #w-node-dc28c5d2-8385-04f4-1aa6-fbe5bec1f196-cd7f1bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05c10a84-45f0-8565-b115-19c3561726b4-cd7f1bc7, #w-node-a75d6079-5b73-c3e0-0c8e-0a4de7d8d1e8-cd7f1bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d80ba7df-80a5-5c51-04d1-3cb251c4a3ea-51c4a3e0, #w-node-d80ba7df-80a5-5c51-04d1-3cb251c4a3ef-51c4a3e0 {
  align-self: start;
}

#w-node-_2fb72942-6c0c-4c6e-fa95-2a578d66c39a-51c4a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d80ba7df-80a5-5c51-04d1-3cb251c4a3f4-51c4a3e0 {
  align-self: start;
}

#w-node-d80ba7df-80a5-5c51-04d1-3cb251c4a3fa-51c4a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5525b263-cb78-6e78-4dcc-96e4e2292bd9-c87a363d, #w-node-baaaf789-3278-3dc0-f545-30f6bd8c2cf4-c87a363d, #w-node-_1399e659-3992-e6c8-890f-7bef1b673309-c87a363d, #w-node-_8a918ac3-ebb2-8679-4e6a-9a41dd6862bc-c87a363d, #w-node-_3d15fb22-4521-285d-3d40-eb68276e3943-c87a363d, #w-node-_30231075-f64e-2cd4-96aa-d94a4dad5bda-c87a363d, #w-node-_63122615-beaf-f3cb-4672-4c9e99b67d65-c87a363d, #w-node-af269d95-6256-4299-cd54-7427090fce11-c87a363d, #w-node-_3ab9c94c-b1ee-471c-c127-1386f9b5d19d-c87a363d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}


