:root {
  --white-smoke: #f7f7f7;
  --dark-slate-gray: #262c46;
  --gray-matter: #171616;
  --light-sea-green: #1abc9c;
  --orange: #d87d48;
  --medium-sea-green: #5fa173;
  --light-slate-grey: #8491a0;
  --dark-slate-gray-2: #312b3de3;
  --light-sand: #fef7f1;
  --silver: #c2beb396;
  --celtics-green: #008348;
}

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

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

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

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

h1 {
  color: var(--white-smoke);
  text-align: left;
  text-shadow: none;
  margin: 22px 0;
  font-family: Noto Sans, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 103px;
}

h2 {
  text-shadow: none;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: left;
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.button {
  border: 3px solid var(--dark-slate-gray);
  color: var(--gray-matter);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 37%;
  height: 54px;
  margin-left: 0;
  padding: 12px 0;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.subtitle {
  text-shadow: none;
  padding-bottom: 67px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 35px;
}

.field {
  color: #262c46;
  text-align: center;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 54px;
  margin-bottom: 19px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition: box-shadow .15s;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #00caf2;
}

.sign-up-form {
  width: 415px;
  margin: 35px auto 66px;
  display: block;
}

.social-widget {
  float: left;
  width: 100px;
  transition: opacity .3s;
}

.social-widget.full-opacity {
  opacity: 1;
}

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.social-widget-wrapper.thank-you {
  width: 216px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: block;
}

.success-message {
  background-color: #737373;
  border-radius: 2px;
  padding: 20px;
  transition: all .3s;
}

.spread-word {
  color: #fff9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.content-wrapper {
  width: 60%;
  display: inline-block;
}

.header-section {
  text-align: center;
  background-color: #e0ddd7;
  height: 100%;
  padding-top: 104px;
}

.footer-section {
  color: #7e7c87;
  background-color: #0000002e;
  padding-top: 38px;
  padding-bottom: 34px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyright {
  color: #ffffff85;
  text-align: left;
}

.bars-wrapper {
  background-color: #1abc9c;
  height: 7px;
}

.bar {
  float: left;
  background-color: #1abc9c;
  width: 14.285%;
  height: 7px;
}

.bar._2 {
  background-color: #f2ca27;
}

.bar._3 {
  background-color: #e67e22;
}

.bar._4 {
  background-color: #16a085;
}

.bar._5 {
  background-color: #2980b9;
}

.bar._6 {
  background-color: #e74c3c;
}

.bar._7 {
  background-color: #a366bc;
}

.container {
  padding-left: 127px;
  padding-right: 127px;
}

.image-crop {
  height: 260px;
  overflow: hidden;
}

.social-section {
  text-align: center;
  padding-top: 58px;
  padding-bottom: 58px;
}

.share-btn {
  width: 61px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-wrapper {
  margin-top: 32px;
}

.refer {
  color: #ffffff96;
}

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

.social-btn {
  opacity: .44;
  margin-left: 17px;
  transition: all .2s;
}

.social-btn:hover {
  opacity: 1;
}

.logo {
  color: #fff;
  letter-spacing: 8px;
  text-shadow: none;
  border: 8px solid #fff;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px;
  font-weight: 700;
  display: inline-block;
}

.about {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.join {
  float: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
  width: 40%;
  margin-top: -12px;
  margin-bottom: 15px;
  font-size: 22px;
  display: block;
}

.beta-line {
  float: left;
  background-color: #ffffff5c;
  width: 30%;
  height: 1px;
}

.body {
  background-image: none;
}

.hero-section {
  background-color: var(--white-smoke);
  height: 80vh;
  margin-top: 0;
  margin-bottom: 0;
}

.container-1340 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  background-image: none;
}

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

.heading {
  color: var(--white-smoke);
  text-align: left;
}

.hero-content {
  max-width: 50%;
  padding-top: 7%;
  padding-bottom: 0;
  padding-right: 0;
}

.text-block, .paragraph, .button-2 {
  text-align: left;
}

.body-4 {
  font-size: 18px;
}

.spaced-text {
  text-align: left;
  letter-spacing: 7px;
  font-size: 18px;
}

.hero-paragraph {
  color: var(--dark-slate-gray);
  text-align: left;
  max-width: 100%;
  font-size: 22px;
}

.body-5 {
  padding-top: 12px;
}

.jobhistorysection {
  background-color: var(--light-sea-green);
  margin-bottom: 0;
  padding-top: 73px;
  padding-bottom: 73px;
}

.text-span, .text-span-2 {
  color: var(--gray-matter);
}

.heading-name {
  color: var(--dark-slate-gray);
  font-size: 50px;
  display: block;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block {
  float: left;
}

.banner {
  background-color: #5221e6;
  background-image: linear-gradient(#0000, #0000), linear-gradient(to right, #5221e6, #8d21e6);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.banner:hover {
  background-image: linear-gradient(#0003, #0003), linear-gradient(to right, #5221e6, #8d21e6);
}

.banner-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.nav-bar {
  background-color: var(--gray-matter);
  padding-left: 72px;
  padding-right: 72px;
}

.wrapper {
  z-index: 3;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper.grid-3_col {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7px;
  display: grid;
}

.wrapper.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: stretch;
  display: grid;
}

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

.wrapper.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.brand {
  margin-top: 32px;
  padding-left: 0;
}

.nav-menu {
  float: right;
  clear: none;
  text-align: center;
  display: flex;
  position: relative;
}

.nav-link {
  color: #ffffffb3;
  text-transform: capitalize;
  padding: 32px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  color: var(--orange);
}

.nav-link:visited {
  color: #ffffffb3;
}

.nav-link.w--current {
  color: var(--white-smoke);
}

.nav-link.w--current:hover {
  color: var(--orange);
}

.nav-link.w--current:active, .nav-link.w--current:visited {
  color: var(--white-smoke);
}

.nav-link.button {
  background-color: var(--dark-slate-gray);
  color: #fff;
  border-radius: 7px;
  align-self: center;
  padding: 33px 60px;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1), color .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link.button:hover {
  background-color: var(--orange);
}

.progress-bar {
  z-index: 100;
  background-color: var(--light-sea-green);
  transform-origin: 0%;
  width: 100%;
  height: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-text-block {
  margin-left: -64px;
}

.hero-section-2 {
  background-color: var(--gray-matter);
  height: 90vh;
  max-height: 1080px;
  padding-right: 40px;
  position: static;
}

.paragraph_18px {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.paragraph_18px.dark-grey {
  color: #5b6876;
  font-size: 16px;
}

.paragraph_18px.light-grey {
  color: #fef7f1;
  font-size: 14px;
}

.paragraph_18px.light-grey._40px-bottom_m {
  margin-bottom: 40px;
  font-size: 16px;
}

.paragraph_18px.light-grey._64px-bottom_m {
  text-align: left;
  margin-bottom: 64px;
  display: inline-block;
}

.hero-bg {
  z-index: -1;
  background-image: linear-gradient(#181823, #181823);
  width: 65vw;
  height: 110vh;
  max-height: 1350px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading_76px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 110%;
}

.hero-image-box {
  background-color: var(--gray-matter);
  height: 80vh;
  max-height: 864px;
}

.white_50 {
  color: #ffffff80;
}

.overline_16px {
  color: var(--orange);
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
}

.green {
  color: #446ea6;
}

.experience-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.heading_24px {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.heading_24px._64px-bottom_m {
  margin-bottom: 64px;
}

.blue {
  color: #ecc0e5;
}

.experience-section {
  border: 1px solid var(--gray-matter);
  background-image: linear-gradient(to bottom, var(--gray-matter), var(--gray-matter));
  padding: 265px 72px 120px;
}

.flex-vertical_left_top {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading_55px {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 37px;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 110%;
  display: block;
}

.heading_55px.black {
  color: #181823;
}

.heading_55px.black._24px-bottom {
  color: var(--gray-matter);
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.heading_55px._24px-bottom {
  color: var(--orange);
  margin-bottom: 24px;
  font-weight: 400;
}

.paragraph_16px {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph_16px.light-grey {
  color: #fef7f1;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.paragraph_16px.white {
  color: #fff;
}

.paragraph_16px.cyan {
  color: var(--medium-sea-green);
  transition: color .35s;
}

.paragraph_16px.cyan:hover {
  color: #00ffffd9;
}

.experience-block {
  padding-right: 0;
}

.pink {
  color: #e95d90;
}

.number {
  color: var(--light-slate-grey);
  text-align: left;
  margin-bottom: 8px;
  font-size: 117px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.mid_left-block {
  background-color: #fef7f1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 120px 73px;
  display: flex;
}

.mid_left-block.instagram {
  background-color: #fbe4ff;
}

.animated-link-button {
  color: #181823;
  border-bottom: 1px solid #5b6876;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  transition: color .35s cubic-bezier(.165, .84, .44, 1), padding .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.animated-link-button:hover {
  color: #fff;
  background-image: linear-gradient(#d87d48, #d87d48);
  border-radius: 7px;
  padding-left: 16px;
  padding-right: 16px;
}

.animated-link-button.white {
  color: #fff;
}

.normal-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.normal-wrapper._48px-right_p {
  padding-right: 48px;
}

.normal-wrapper._48px-right_p._80px-bottom_m {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.normal-wrapper._120px-bottom_m {
  margin-bottom: 120px;
}

.normal-wrapper.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.normal-wrapper.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.mid_image {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 50% 50%;
  background-clip: border-box;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.mid_image.instagram {
  background-image: url('../images/Instagram.jpg');
  background-position: 50% 0;
}

.mid-section {
  height: 600px;
  display: block;
}

.skills-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.skills-wrapper._48px-right_p {
  padding-right: 0;
}

.skill-icon {
  text-align: center;
  margin-bottom: 24px;
  display: block;
}

.skills-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 100%;
  margin-right: 0;
  padding: 0 210px;
  display: flex;
}

.logo-bar-section {
  justify-content: center;
  margin-top: 37px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.logo-grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  align-self: center;
  place-items: center;
  display: flex;
}

.logo-box {
  border: 1px solid #181823;
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 140px;
  display: flex;
}

.projects-section {
  opacity: 1;
  padding: 0 72px;
}

.project-image {
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  height: 200px;
}

.project-description {
  background-color: var(--dark-slate-gray);
  border-radius: 0 0 20px 20px;
  padding: 14px 21px;
  text-decoration: none;
  position: relative;
}

.arrow-div {
  background-color: var(--orange);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.project-wrapper {
  overflow: hidden;
}

.project-wrapper._24px-bottom_m {
  margin-bottom: 24px;
  font-size: 16px;
  text-decoration: none;
}

.project-wrapper-2 {
  text-decoration: none;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  height: 232px;
  display: flex;
}

.cta {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #5221e6;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: box-shadow .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1), transform .35s cubic-bezier(.165, .84, .44, 1);
}

.cta:hover {
  background-color: #5221e6;
  transform: translate(0, -5px);
  box-shadow: 0 20px 60px #5221e64d;
}

.brower-bar {
  background-color: #181823;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 37px;
  padding-left: 16px;
  display: flex;
}

.dribbble-section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.dots {
  background-color: #8491a0;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.heading_55px-2 {
  color: #fff;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.heading_55px-2._24px-bottom {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.dribbble-image {
  background-image: url('../images/art_template2.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1024px;
  background-attachment: fixed;
  border-radius: 100px;
  height: 640px;
  margin-top: 0;
  padding-top: 0;
}

.wrapper-v2 {
  width: 100%;
  max-width: 1076px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-v2.forms-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  height: 50%;
  display: block;
}

.testimonial-section {
  padding: 120px 72px;
}

.testimonial-sticky-block {
  position: sticky;
  top: 64px;
}

.heading_18px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.heading_18px.light-grey {
  color: #8491a0;
}

.heading_18px.light-grey._4px-bottom_m {
  margin-bottom: 4px;
}

.testimonial-text {
  border-bottom: 1px solid #5b6876;
  border-left: 1px solid #5b6876;
  border-right: 1px solid #5b6876;
  padding: 64px;
}

.heading_55px-3 {
  color: #fff;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.heading_55px-3._24px-bottom {
  margin-bottom: 24px;
}

.testimonial-image {
  object-fit: cover;
  height: 360px;
}

.testimonial-block._120px-bottom_m {
  margin-bottom: 120px;
}

.tabs-section {
  padding: 120px 72px;
  display: none;
}

.tab-image {
  object-fit: cover;
  border-radius: 100px;
  height: 100%;
}

.tab-menu {
  margin-bottom: 40px;
}

.tab {
  color: #fff;
  background-color: #ddd0;
  border: 1px solid #5221e6;
  margin-right: 24px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
}

.tab:hover {
  background-color: #5221e633;
}

.tab.w--current, .tab.current {
  background-color: var(--medium-sea-green);
}

.tab-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 32vw;
  max-height: 630px;
  margin-bottom: 17px;
  padding-bottom: 0;
  display: grid;
}

.success-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.form-button {
  background-color: var(--medium-sea-green);
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
}

.error-message-2 {
  background-color: #e43b3b;
}

.success {
  background-color: #3cc74e;
}

.text-field {
  color: #fff;
  background-color: #181823;
  border: 0 #000;
  margin-top: 8px;
  margin-bottom: 40px;
}

.text-field._100px {
  height: 100px;
  display: block;
}

.forms-section {
  padding: 120px 72px;
  display: none;
}

.social-icons {
  margin-right: 0;
  display: block;
}

.footer-link {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.footer-link:hover {
  color: #0ff;
}

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

.social-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.footer-link-block {
  border: 1px #000;
  width: 50%;
  text-decoration: none;
}

.footer {
  background-color: #181823;
  height: 422px;
  padding: 80px 72px;
}

.text-span-3 {
  color: #d87d48;
  background-color: #0000;
  border: 1px solid #c3a8a800;
}

.text-span-4 {
  color: #f2cf8d;
}

.div-block-2 {
  object-fit: fill;
  background-image: url('../images/kevin_r_motorcycle.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 50%;
  overflow: visible;
}

.image {
  object-fit: cover;
  overflow: visible;
}

.image-2 {
  clear: none;
  border: 7px none var(--orange);
  object-fit: contain;
  border-radius: 0;
  flex: 1;
  order: 1;
  align-self: stretch;
  max-height: 600px;
  position: static;
  inset: 0%;
  overflow: visible;
}

.hero-section-3 {
  height: 90vh;
  max-height: 1080px;
  padding-right: 40px;
  position: static;
}

.hero-image-box-2 {
  background-color: #181823;
  background-image: url('../images/web_image_profile.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 450px 450px;
  background-attachment: scroll;
  height: 80vh;
  max-height: 864px;
  padding-left: 33px;
  padding-right: 33px;
}

.text-block-3 {
  color: var(--white-smoke);
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 22px;
}

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

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

.text-span-7 {
  color: #cf142b;
}

.text-span-8 {
  color: #edbb00;
}

.text-span-9 {
  color: #196809;
}

.text-span-10 {
  color: #1b118b;
}

.text-span-11 {
  color: #a50044;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.testimonial-slider-large {
  background-color: var(--gray-matter);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: var(--white-smoke);
  justify-content: space-between;
  align-items: center;
  padding: 12px 213px 12px 196px;
  display: flex;
}

.testimonial-content {
  color: var(--gray-matter);
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  margin-left: -60px;
  margin-right: 40px;
  padding-left: 0;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--gray-matter);
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
  margin-top: 23px;
  margin-bottom: 23px;
  padding: 0;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-stack {
  background-color: var(--gray-matter);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin: 4px;
}

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-2 {
  align-self: flex-start;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 37px;
}

.heading-2.mfpro {
  color: var(--gray-matter);
  font-size: 32px;
}

.text-block-4 {
  text-align: left;
  align-self: flex-start;
}

.hero-heading-left-2 {
  background-color: var(--gray-matter);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.challenge-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  font-size: 37px;
}

.grid-2 {
  grid-template: "Area Area-2"
                 "Area Area-2"
                 "Area Area-2"
                 "Area Area-2"
                 / 1fr 1fr 1fr;
  width: 100%;
  height: 650px;
}

.div-block-3 {
  background-image: url('../images/011.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
}

.div-block-4 {
  background-image: url('../images/02.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-5 {
  background-image: url('../images/01.png');
  background-position: 0 0;
  background-size: cover;
}

.grid-3 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area-2"
                       "."
                       "Area";
}

.div-block-6 {
  background-image: url('../images/06.jpg');
  background-position: 0 0;
  background-size: auto;
}

.grid-4 {
  grid-row-gap: 104px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area"
                       "Area"
                       "Area";
  height: 600px;
  margin-top: 15px;
}

.div-block-7 {
  background-image: url('../images/06.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9 {
  max-height: 600px;
}

.container-1341 {
  max-width: 100%;
  height: 100%;
}

.list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #f2f8fa;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

.text-block-6, .text-block-7 {
  color: #1e1e2f;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list.grid-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.list.grid-list.about-us {
  color: #1e1e2f;
}

.image-column {
  margin: 37px 0 37px 37px;
  position: relative;
}

.image-column.about-us {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #1e1e2f;
}

.large-bullet {
  color: #f8fdff;
  background-color: #1e1e2f;
  border-radius: 20px;
  width: 13px;
  height: 13px;
}

.link-with-arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1e1e2f;
  border-bottom: 1px solid #1e1e2f;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 0;
  text-decoration: none;
  display: flex;
}

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

.text-column.about-us.mfpro {
  color: var(--gray-matter);
}

.text-column.about-us {
  color: #1e1e2f;
}

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

.glass-text-box {
  color: #020202;
  text-align: center;
  background-color: #fff0;
  max-width: 260px;
  padding: 0;
  font-size: 16px;
}

.container-1280 {
  opacity: 1;
  color: var(--gray-matter);
  background-color: #79a7ad00;
  max-width: 1340px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 100px;
  display: flex;
}

.container-1280.strategy {
  padding-bottom: 60px;
}

.glass-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffcf;
  border-radius: 12px;
  max-width: 260px;
  padding: 30px;
  position: absolute;
  inset: 21% auto auto 3%;
  box-shadow: 1px 2px 5px #0000008c;
}

.about-main-image {
  margin-top: 8px;
  margin-left: 80px;
  padding: 6px;
  display: inline-block;
}

.about-us-section.vertical-spacing {
  padding-top: 73px;
  padding-bottom: 73px;
}

._2-col-grid-4-6 {
  grid-column-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.about-video-thumb {
  background-image: url('../images/Video-Thumbnail_1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 260px;
  height: 260px;
  position: absolute;
  inset: auto 0% 0% 302px;
}

.case-study-header {
  background-color: #fff;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px 64px;
}

.challenge-header {
  color: var(--gray-matter);
  padding-bottom: 0;
}

.paragraph-2 {
  justify-content: center;
  max-width: 750px;
  padding: 2px;
  display: inline-block;
}

.paragraph-2.challenge {
  color: var(--gray-matter);
  text-align: center;
  max-width: 80%;
  height: 100%;
  min-height: 100px;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 63px;
  padding-bottom: 61px;
  font-size: 32px;
  line-height: 32px;
}

.heading-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-top: 21px;
  padding-left: 54px;
  padding-right: 32px;
  font-size: 64px;
  font-weight: 700;
  display: flex;
}

.heading-5.mfpro {
  color: var(--gray-matter);
  font-size: 64px;
}

.card6 {
  background-color: #fff;
  background-image: url('../images/04.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
  height: 325px;
  padding: 40px;
  display: flex;
}

.yellow-icon-circle {
  background-color: #ffeb33;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.image-cards-section.vertical-spacing {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 100px;
}

.yellow-underline {
  background-image: url('../images/Underline.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 85px;
  display: inline-block;
}

.grid-bg-color {
  z-index: -1;
  background-color: var(--light-slate-grey);
  border-radius: 10px;
  width: 80%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -30px 0% 0%;
}

.grid-bg-color.gp {
  z-index: -1;
  background-color: #23283d;
}

.card-heading {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

._3-col-grid.grid-with-bg {
  place-items: center;
  margin-top: 46px;
  position: relative;
}

._2-col-grid-70-30 {
  grid-column-gap: 324px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 70px;
  display: grid;
}

.card2 {
  outline-offset: 0px;
  background-color: #fff;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  outline: 3px #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.card2.card-size {
  width: 420px;
  height: 325px;
}

.card1 {
  background-color: #fff;
  background-image: url('../images/011.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
  height: 325px;
  padding: 40px;
  display: flex;
}

.card1.card-size {
  background-image: url('../images/011.jpg');
  background-position: 50%;
  background-size: 100% 100%;
  width: 420px;
  height: 325px;
}

.card3 {
  background-color: #fff;
  background-image: url('../images/01.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
  height: 325px;
  padding: 40px;
  display: flex;
}

.card4 {
  background-color: #fff;
  background-image: url('../images/010.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
  height: 325px;
  padding: 40px;
  display: flex;
}

.card5 {
  background-color: #fff;
  background-image: url('../images/previewimage.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
  height: 325px;
  padding: 40px;
  display: flex;
}

.html-embed {
  overflow-wrap: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: block;
}

.link-block {
  align-self: center;
  min-width: 300px;
  min-height: 250px;
}

.stats-section.vertical-spacing {
  height: 100px;
}

.stats-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 40px;
  display: flex;
}

.stat-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  max-width: 360px;
  display: flex;
}

.stat-number {
  font-size: 40px;
  font-weight: 700;
}

.stat-description {
  color: #687585;
  text-transform: uppercase;
}

.results-header {
  background-color: #fff;
  padding-bottom: 0;
}

.text-span-12 {
  color: var(--orange);
  -webkit-text-stroke-color: var(--orange);
}

.navbar-2 {
  background-color: #0000;
}

.spaced-text-2 {
  letter-spacing: 21px;
  text-indent: 0;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.button-3 {
  color: #fff;
  background-color: #1e1e2f;
  margin-top: 25px;
  margin-left: 37px;
  margin-right: 37px;
  padding: 21px 30px;
}

.button-3.ghost-button {
  color: #1e1e2f;
  background-color: #0000;
  border: 1px solid #1e1e2f;
  border-radius: 0;
}

.logo-3 {
  padding-top: 37px;
}

.hero-p {
  color: #000;
  max-width: 470px;
}

.hero-p.waves {
  color: #fff;
}

.hero-p._11miami {
  color: #fff;
  max-width: 600px;
}

.divider {
  background-color: #1e1e2f;
  width: 1px;
  height: 20px;
  margin-top: 37px;
  display: block;
}

.nav-link-2 {
  margin-top: 37px;
  font-weight: 600;
}

.hero-content-2 {
  max-width: 50%;
  padding-top: 20%;
}

.hero-section-4 {
  background-image: url('../images/gp_griffin_.png'), linear-gradient(47deg, #110f0bb3 47%, #36476b82);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 35%, auto;
  background-attachment: scroll, scroll;
  height: 100vh;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gp-header.gp-style {
  color: var(--white-smoke);
  max-width: 100%;
}

.spaced-text-gp {
  color: #4a498b;
  text-align: left;
  letter-spacing: 21px;
  text-indent: 0;
}

.globalpro-herocontent {
  max-width: 70%;
  padding-top: 12%;
  display: block;
}

.starling-test {
  background-image: linear-gradient(#0000, #0000);
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed-2 {
  width: 1280px;
  height: 1280px;
  position: static;
}

.body-6 {
  background-color: #a2dff059;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
  position: static;
}

.starling-embedd {
  z-index: -3;
  width: 100%;
  height: 100%;
  position: relative;
}

.starling-heading {
  opacity: 1;
  color: var(--dark-slate-gray);
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  transform: translate(205px, 268px);
}

.section {
  opacity: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown {
  margin-top: 38px;
}

.navbar-3 {
  background-color: #0000;
}

.button-4 {
  color: #fff;
  background-color: #1e1e2f;
  margin-top: 25px;
  margin-left: 37px;
  margin-right: 37px;
  padding: 21px 30px;
  transition: background-color .73s;
}

.button-4:hover {
  background-color: #687585;
}

.button-4.ghost-button {
  color: #1e1e2f;
  background-color: #0000;
  border: 1px solid #1e1e2f;
  border-radius: 0;
  transition: all .725s;
}

.button-4.ghost-button:hover {
  color: #f2f8fa;
  background-color: #1e1e2f;
}

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

.hero-section-5 {
  background-image: url('../images/header.png'), linear-gradient(131deg, #f9f8f6, #ebfbff);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 45%, auto;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
}

.dropdown-icon {
  display: none;
}

.heading-8 {
  color: var(--dark-slate-gray);
}

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

.container-1280-2 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

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

.text-block-12, .text-block-13, .text-block-14 {
  color: #1e1e2f;
}

.large-bullet-2 {
  background-color: #1e1e2f;
  border-radius: 20px;
  width: 13px;
  height: 13px;
}

.text-block-15 {
  color: #1e1e2f;
}

.glass-text-box-2 {
  text-align: center;
  background-color: #fff0;
  max-width: 260px;
  padding: 0;
}

.glass-card-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffcf;
  max-width: 260px;
  padding: 30px;
  position: absolute;
  inset: 21% auto auto -4%;
  box-shadow: 1px 2px 5px #0000008c;
}

.glass-card-2.why-us-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #b5d0f7cf;
  max-width: 350px;
  padding: 16px;
  display: flex;
  inset: -17% 17% auto 253px;
  box-shadow: 1px 2px 5px #00000080;
}

.glass-card-2.why-us-card.why-us-card-2, .glass-card-2.why-us-card.gpglass-card2 {
  inset: auto auto -15% 14%;
}

.glass-card-2.gp-glasscard1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #b5d0f7cf;
  max-width: 350px;
  padding: 16px;
  display: flex;
  inset: -17% 17% auto 253px;
  box-shadow: 1px 2px 5px #00000080;
}

.glass-card-2.gp-glasscard1.why-us-card-2 {
  inset: auto auto -15% 14%;
}

.about-main-image-2 {
  align-self: center;
  margin-left: 0;
  display: inline-block;
}

._2-col-grid-4-6-2 {
  grid-column-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.about-video-thumb-2 {
  background-image: url('../images/Video-Thumbnail.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 260px;
  height: 260px;
  position: absolute;
  inset: auto 0% 0% 302px;
}

.container-1280-3 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.blue-container {
  background-color: #f2f8fa;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 30px;
}

.section-test.vertical-spacing {
  padding-top: 73px;
  padding-bottom: 73px;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-template: "Area"
                 "."
                 "."
                 / 1.75fr 1fr;
}

.image-tab-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-grid {
  grid-column-gap: 20px;
  grid-template: "Area"
                 "."
                 "."
                 / .5fr;
}

.image-3 {
  padding-left: 73px;
  padding-right: 73px;
}

.choose-character-section {
  background-color: #f2f8fa;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 30px;
}

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

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

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

.image-4 {
  object-fit: contain;
}

.container-1280-full {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.column, .character-display-column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-7 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

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

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

.character-display {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.flex-v {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-v.gap-tiny {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.menu-link__wrapper {
  grid-row-gap: .5rem;
  color: var(--dark-slate-gray-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-button-2 {
  background-color: var(--medium-sea-green);
  color: #eceae5;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.menu-column {
  color: #eceae5;
  background-color: #b6a983;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 7rem 2rem 2rem;
  display: flex;
}

.eyebrow {
  color: var(--gray-matter);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.eyebrow.is-faded {
  opacity: .6;
}

.menu-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-link {
  white-space: nowrap;
  padding-bottom: .1em;
  font-size: 1.125rem;
  line-height: 1;
  overflow: hidden;
}

.menu-link {
  text-transform: uppercase;
  font-size: 5em;
  line-height: 1;
  overflow: hidden;
}

.global {
  position: fixed;
}

.menu-main__bottom {
  grid-column-gap: 4rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-regular {
  color: var(--dark-slate-gray-2);
  font-size: 1em;
}

.section-2 {
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.menu-main__top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-button__text-w {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
}

.menu-main {
  background-color: #e2d6b9;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2rem 2rem 2rem 3rem;
  display: flex;
}

.text-block-16 {
  color: #3a3737;
  font-family: Noto Sans, sans-serif;
}

.text-block-17 {
  color: var(--dark-slate-gray-2);
}

.text-block-18, .text-block-19, .text-block-20 {
  color: #3a3737;
}

.flex-v-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-v-copy.gap-tiny {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.file-name {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.file-name.gap-tiny {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.file-link-wrapper {
  white-space: nowrap;
  padding-bottom: .1em;
  font-size: 1.125rem;
  line-height: 1;
  overflow: hidden;
}

.file-name-text {
  color: var(--gray-matter);
}

.flex-file-name {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-file-name.gap-tiny {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.file-header {
  color: var(--gray-matter);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.file-header.is-faded {
  opacity: .6;
}

.about-doc-header {
  grid-row-gap: .5rem;
  color: var(--dark-slate-gray-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-doc-wrapper {
  background-color: #e2d6b9;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2rem 2rem 2rem 3rem;
  display: flex;
}

.adp-wrapper {
  color: var(--gray-matter);
  justify-content: center;
  display: flex;
}

.adp-photo-wrapper {
  display: flex;
}

.text-block-21 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.adp-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  font-size: 18px;
  display: flex;
}

.adp-image {
  min-width: 0;
  max-width: 500px;
  max-height: 500px;
}

.experience-doc-header {
  grid-row-gap: .5rem;
  color: var(--dark-slate-gray-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.edp-wrapper {
  color: var(--gray-matter);
  justify-content: center;
  display: flex;
}

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

.text-block-22 {
  display: block;
}

.edp-text {
  text-align: left;
  font-size: 14px;
}

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

.exp-wrapper {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
}

.edp-title-wrapper {
  color: var(--gray-matter);
  justify-content: center;
  font-weight: 700;
  display: flex;
}

.edp-text-wrapper {
  color: var(--gray-matter);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.edp-title {
  text-align: left;
  text-transform: none;
  font-size: 16px;
}

.exp-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.skills-wrapper-end {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  display: flex;
}

.edp-skills-title {
  text-align: left;
  text-transform: uppercase;
}

.edp-skills-text {
  text-align: left;
}

.exp-doc-wrapper, .port-doc-wrapper {
  background-color: #e2d6b9;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2rem 2rem 2rem 3rem;
  display: flex;
}

.portfolio-doc-header {
  grid-row-gap: .5rem;
  color: var(--dark-slate-gray-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.projects-heading-doc {
  color: var(--dark-slate-gray-2);
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 110%;
  display: block;
}

.projects-heading-doc.black {
  color: #181823;
}

.projects-heading-doc.black._24px-bottom {
  color: var(--gray-matter);
  margin-bottom: 24px;
}

.projects-heading-doc._24px-bottom {
  color: var(--orange);
  margin-bottom: 24px;
}

.white-card {
  color: var(--gray-matter);
  -webkit-text-stroke-color: #140f0f;
  background-color: #c2b37f;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.grid-bg-color-2 {
  z-index: -1;
  background-color: #ccc0a5;
  border-radius: 10px;
  width: 80%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -30px 0% 0%;
}

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

._3-col-grid-portfolio.grid-with-bg {
  place-items: center;
  margin-top: 46px;
  position: relative;
}

.paragraph-3 {
  color: var(--gray-matter);
}

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

.why-us-section.vertical-spacing {
  padding-top: 73px;
  padding-bottom: 73px;
}

.button-5 {
  color: #fff;
  background-color: #1e1e2f;
  margin-top: 25px;
  margin-left: 37px;
  margin-right: 37px;
  padding: 21px 30px;
  transition: background-color .73s;
}

.button-5:hover {
  background-color: #687585;
}

.button-5.light-button {
  color: #1e1e2f;
  background-color: #687585;
  background-image: linear-gradient(#acc4ff, #acc4ff);
  align-self: auto;
  display: block;
}

.image-6 {
  color: #1e1e2f;
  background-color: #8d242400;
  max-width: 80%;
  max-height: 216%;
}

.small-text {
  margin-top: 10px;
  font-size: 12px;
}

.why-us-image {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  box-shadow: 0 2px 5px #0003, 0 0 12px 8px #00000042, -29px -27px #ccc0a5;
}

.black-icon {
  background-color: #acc3ff;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  display: flex;
}

.container-1280-4 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.why-us-section-copy.vertical-spacing, .about-gp-section.vertical-spacing, .about-gp-section.vertical-spacing-copy {
  padding-top: 73px;
  padding-bottom: 73px;
}

.full-width-wrapper {
  width: 100vw;
  overflow: hidden;
}

.huge-text {
  white-space: nowrap;
  word-break: normal;
  height: 100%;
  margin-bottom: 28px;
  padding-bottom: 0;
  font-size: 134px;
  font-weight: 600;
  line-height: 130px;
}

.huge-text.huge-2nd-line {
  transform: translate(-133px);
}

.huge-text-one {
  white-space: nowrap;
  word-break: normal;
  height: 100%;
  margin-top: 37px;
  margin-bottom: 28px;
  padding-bottom: 0;
  font-size: 134px;
  font-weight: 600;
  line-height: 130px;
}

.huge-text-one.huge-2nd-line {
  transform: translate(-133px);
}

.huge-text-two {
  white-space: nowrap;
  word-break: normal;
  height: 100%;
  margin-bottom: 28px;
  padding-bottom: 0;
  font-size: 134px;
  font-weight: 600;
  line-height: 130px;
}

.huge-text-two.huge-2nd-line {
  transform: translate(-133px);
}

.case-study-header-mfpro {
  background-color: var(--white-smoke);
  color: #fff;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 30px 0;
}

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

.text-column-mfpro.about-us {
  color: #1e1e2f;
}

.strat-text-mfpro {
  color: var(--gray-matter);
  margin: 4px;
}

.image-cards-section-gp.vertical-spacing {
  margin-top: 73px;
  margin-bottom: 40px;
  padding-top: 50px;
}

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

._3-col-grid--gp.grid-with-bg {
  background-color: #0000;
  place-items: center;
  margin-top: 46px;
  position: relative;
}

.card1-gp {
  background-color: #fff;
  background-image: url('../images/011.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
  height: 325px;
  padding: 40px;
  display: flex;
}

.card1-gp.card-size {
  background-image: url('../images/02.png');
  background-position: 50%;
  background-size: 100% 100%;
  width: 400px;
  height: 400px;
}

.card2-gp {
  outline-offset: 0px;
  background-color: #fff;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  outline: 3px #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.card2-gp.card-size {
  background-image: url('../images/011.png');
  width: 400px;
  height: 400px;
}

.card3-gp {
  background-color: #fff;
  background-image: url('../images/Screenshot_20230917_171251_Instagram.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.card4-gp {
  background-color: #fff;
  background-image: url('../images/Screenshot_20230917_171237_Instagram.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.card5-gp {
  background-color: #fff;
  background-image: url('../images/previewimage_rrl2.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.card6-gp {
  background-color: #fff;
  background-image: url('../images/09.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.video {
  background-color: #524747;
  align-self: center;
  width: 400px;
  height: 400px;
  margin-top: 43px;
  padding-bottom: 53px;
}

.video.waves {
  background-color: #000;
}

.image-7 {
  width: 225px;
  max-width: 60%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 149px -4px 0 568.797px;
  transform: rotate(4deg);
}

.wrapper-copy {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-copy.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-copy.grid-3_col {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-copy.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-copy.sticky-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-copy.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.hero-wrapper-home {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-home.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-wrapper-home.grid-3_col {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-wrapper-home.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-wrapper-home.sticky-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-wrapper-home.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-wrapper-home.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80%;
  margin-top: 0;
  display: grid;
}

.hero-section-home {
  height: 80%;
  max-height: 1080px;
  padding-right: 73px;
  position: static;
}

.experience-section-home {
  border: 1px solid var(--gray-matter);
  background-image: linear-gradient(to bottom, var(--gray-matter), var(--gray-matter));
  padding: 73px 210px;
}

.values-about-section {
  height: 600px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.values-about-wrapper {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.values-about-wrapper.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 210px;
  padding-right: 210px;
  display: flex;
}

.values-about-wrapper.grid-3_col {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-about-wrapper.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-about-wrapper.sticky-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-about-wrapper.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-about-wrapper.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.passions-section {
  background-color: #fef7f1;
  background-image: linear-gradient(#f0eeee, #00000040), url('../images/canvas.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.projects-section-port {
  opacity: 1;
  padding: 0 210px;
}

.projects-wrapper {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.projects-wrapper.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-wrapper.grid-3_col {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-wrapper.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: stretch;
  display: grid;
}

.projects-wrapper.sticky-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-wrapper.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.projects-sub-wrapper-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.projects-sub-wrapper-1._48px-right_p {
  padding-right: 48px;
}

.projects-sub-wrapper-1._48px-right_p._80px-bottom_m {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.projects-sub-wrapper-1._120px-bottom_m {
  margin-bottom: 120px;
}

.projects-sub-wrapper-1.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.projects-sub-wrapper-1.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.projects-sub-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.projects-sub-wrapper-2._48px-right_p {
  padding-right: 48px;
}

.projects-sub-wrapper-2._48px-right_p._80px-bottom_m {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.projects-sub-wrapper-2._120px-bottom_m {
  margin-bottom: 120px;
}

.projects-sub-wrapper-2.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.projects-sub-wrapper-2.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.footer-text-block {
  color: var(--white-smoke);
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.footer-wrapper-01 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-wrapper-01._48px-right_p {
  padding-right: 48px;
}

.footer-wrapper-01._48px-right_p._80px-bottom_m {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.footer-wrapper-01._120px-bottom_m {
  margin-bottom: 120px;
}

.footer-wrapper-01.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper-01.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.footer-wrapper-02 {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-02.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-wrapper-02.grid-3_col {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper-02.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: stretch;
  display: grid;
}

.footer-wrapper-02.sticky-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper-02.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 220px;
  margin-right: 220px;
  padding-bottom: 0;
  display: grid;
}

.footer-wrapper-02.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-home-section {
  background-color: #181823;
  justify-content: center;
  align-items: center;
  height: 125px;
  padding: 49px 0 73px;
  display: block;
}

.values-button {
  color: #181823;
  border-bottom: 1px solid #5b6876;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  transition: color .35s cubic-bezier(.165, .84, .44, 1), padding .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.values-button:hover {
  color: #fff;
  background-image: linear-gradient(#d87d48, #d87d48);
  border-radius: 7px;
  padding-left: 16px;
  padding-right: 16px;
}

.values-button.white {
  color: #fff;
}

.footer-button {
  direction: ltr;
  color: #fff;
  text-transform: capitalize;
  background-color: #d87d48;
  border-bottom: 1px solid #5b6876;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 37px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  transition: color .35s cubic-bezier(.165, .84, .44, 1), padding .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.footer-button:hover {
  color: #fff;
  background-image: linear-gradient(#d87d48, #d87d48);
  border-radius: 7px;
  padding-left: 37px;
  padding-right: 37px;
}

.footer-button.white {
  color: #fff;
}

.footer-copyright-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.footer-connect-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.footer-connect-wrapper._48px-right_p {
  padding-right: 48px;
}

.footer-connect-wrapper._48px-right_p._80px-bottom_m {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.footer-connect-wrapper._120px-bottom_m {
  margin-bottom: 120px;
}

.footer-connect-wrapper.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-connect-wrapper.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.footer-contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-contact-wrapper._48px-right_p {
  padding-right: 48px;
}

.footer-contact-wrapper._48px-right_p._80px-bottom_m {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.footer-contact-wrapper._120px-bottom_m {
  margin-bottom: 120px;
}

.footer-contact-wrapper.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-contact-wrapper.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.hero-section-waves {
  background-color: var(--white-smoke);
  background-image: url('../images/banner_02.png');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.waves-herocontent {
  max-width: 70%;
  padding-top: 12%;
  display: block;
}

.waves-header.gp-style {
  color: var(--gray-matter);
  max-width: 100%;
}

.waves-header.wavesstyle {
  color: var(--white-smoke);
  max-width: 100%;
}

.spaced-text-waves {
  color: #fff;
  text-align: left;
  letter-spacing: 21px;
  text-indent: 0;
  overflow: visible;
}

.about-section-waves.vertical-spacing {
  padding-top: 73px;
  padding-bottom: 73px;
}

.about-section-waves.vertical-spacing-copy {
  background-color: var(--white-smoke);
  padding-top: 73px;
  padding-bottom: 73px;
}

.container-1280-waves {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.glass-card-waves-1 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffcf;
  max-width: 260px;
  padding: 30px;
  position: absolute;
  inset: 21% auto auto -4%;
  box-shadow: 1px 2px 5px #0000008c;
}

.glass-card-waves-1.why-us-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #b5d0f7cf;
  max-width: 350px;
  padding: 16px;
  display: flex;
  inset: -17% 17% auto 253px;
  box-shadow: 1px 2px 5px #00000080;
}

.glass-card-waves-1.why-us-card.why-us-card-2 {
  inset: auto auto -15% 14%;
}

.glass-card-waves-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffcf;
  max-width: 260px;
  padding: 30px;
  position: absolute;
  inset: 21% auto auto -4%;
  box-shadow: 1px 2px 5px #0000008c;
}

.glass-card-waves-2.why-us-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #b5d0f7cf;
  max-width: 350px;
  padding: 16px;
  display: flex;
  inset: -17% 17% auto 253px;
  box-shadow: 1px 2px 5px #00000080;
}

.glass-card-waves-2.why-us-card.why-us-card-2 {
  inset: auto auto -15% 14%;
}

.text-column-waves {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-column-waves.about-us {
  color: #1e1e2f;
}

.card1-w {
  background-color: #fff;
  background-image: url('../images/011.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
  height: 325px;
  padding: 40px;
  display: flex;
}

.card1-w.card-size {
  background-image: url('../images/08-450.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.card2-w {
  outline-offset: 0px;
  background-color: #fff;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  outline: 3px #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.card2-w.card-size {
  background-image: url('../images/Image22.png');
  width: 400px;
  height: 400px;
}

.card3-w {
  background-color: #fff;
  background-image: url('../images/14450.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.card4-w {
  background-color: #fff;
  background-image: url('../images/DSC01094-450.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.card5-w {
  background-color: #fff;
  background-image: url('../images/previewimage_rrl2.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.card6-w {
  background-color: #fff;
  background-image: url('../images/DSC01070450x450.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.why-us-waves-img {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  width: 450px;
  box-shadow: 0 2px 5px #0003, 0 0 12px 8px #00000042, -15px -14px 20px 5px #d3edff87;
}

.image-cards-section-waves.vertical-spacing {
  background-color: var(--white-smoke);
  padding-top: 2px;
  padding-bottom: 100px;
}

.container-1280--waves {
  opacity: 1;
  background-color: #79a7ad00;
  max-width: 1340px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

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

._3-col-grid--waves.grid-with-bg {
  background-color: #0000;
  place-items: center;
  margin-top: 46px;
  position: relative;
}

.grid-bg-color-waves {
  z-index: -1;
  background-color: #303030;
  background-image: url('../images/Gradient.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 80%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -30px 0% 0%;
}

.grid-bg-color-waves.gp {
  z-index: -1;
  background-color: #23283d;
}

.hero-p-gp {
  color: var(--white-smoke);
  max-width: 600px;
}

.skills-header {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-bottom: 37px;
  display: flex;
}

.about-values-section.vertical-spacing {
  padding-top: 73px;
  padding-bottom: 73px;
}

.about-values-section.vertical-spacing-copy {
  background-color: var(--light-sand);
  justify-content: center;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 73px;
  display: flex;
}

.container-1280-values {
  max-width: 1340px;
  margin-left: 210px;
  margin-right: 210px;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

._2-col-grid-about {
  grid-column-gap: 37px;
  background-color: #8491a000;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

.values-image {
  border: 0px none var(--light-sand);
  background-color: var(--light-sand);
  opacity: 1;
  border-radius: 14px;
  width: 100%;
  margin-top: 21px;
  margin-bottom: 21px;
  padding-right: 0;
  box-shadow: 0 2px 5px #0003, 0 0 12px 8px #00000042;
}

.values-text-column {
  color: #352c2c;
  background-color: #fef7f100;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.values-text-column.about-us {
  color: #1e1e2f;
}

.values-container-two {
  margin-left: 210px;
  margin-right: 210px;
  padding-right: 0;
}

.logo-bar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.passions-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.passions-text-wrapper._48px-right_p {
  padding-right: 48px;
}

.passions-text-wrapper._48px-right_p._80px-bottom_m {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.passions-text-wrapper._120px-bottom_m {
  color: #fff;
  margin-bottom: 120px;
}

.passions-text-wrapper.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.passions-text-wrapper.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.passions-header {
  color: #fff;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.passions-header._24px-bottom {
  color: #493a3a;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.passions-paragraph {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.passions-paragraph.dark-grey {
  color: #5b6876;
  font-size: 16px;
}

.passions-paragraph.light-grey {
  color: var(--dark-slate-gray-2);
  text-align: center;
  margin-top: 21px;
  margin-bottom: -55px;
  font-size: 16px;
}

.passions-paragraph.light-grey._40px-bottom_m {
  color: #69635d;
  margin-top: 21px;
  margin-bottom: 0;
  font-size: 16px;
}

.passions-paragraph.light-grey._64px-bottom_m {
  text-align: left;
  margin-bottom: 64px;
  display: inline-block;
}

.ultimate-passion-text {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 27px;
  font-weight: 700;
  display: flex;
}

.heading-10 {
  text-align: left;
}

.social-links-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-links-wrapper._48px-right_p {
  padding-right: 48px;
}

.social-links-wrapper._48px-right_p._80px-bottom_m {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.social-links-wrapper._120px-bottom_m {
  margin-bottom: 120px;
}

.social-links-wrapper.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.social-links-wrapper.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.image-wrapper {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-one, .image-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-l {
  width: 72px;
  margin-bottom: 24px;
}

.form-line-break {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.section---content {
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 140px;
  display: flex;
  position: relative;
}

.card---detail-text {
  color: #6b7094;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.card---flowbase {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  margin-top: 60px;
  padding: 32px;
  box-shadow: 34px 34px 88px #17093614;
}

.h1-heading {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 600;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.heading-wrap {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-4 {
  width: 160px;
  margin-bottom: 24px;
}

.flowbase-link {
  color: #642eff;
  text-decoration: none;
}

.h2-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

.card---detail {
  text-align: center;
  border: 1px solid #e4e6f1;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding: 32px;
  display: flex;
}

.paragraph-4 {
  color: #6b7094;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.link {
  color: #784fe0;
  text-decoration: none;
}

.brand-span {
  color: #642eff;
}

.logo-5 {
  width: 160px;
  margin-bottom: 24px;
}

.paragraph-5 {
  color: #6b7094;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.after-image-div-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.before-image-div-inner {
  background-image: url('../images/after.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.before-image-div {
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.before-image-div-inner-2 {
  background-image: url('../images/before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-58 {
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.after-image-div {
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.slidersection {
  color: #fff;
  background-color: #fff;
  height: 100vh;
  margin-top: 0;
  padding-top: 80px;
  display: block;
  position: relative;
}

.div-block-57 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.heading-26 {
  text-align: center;
  width: 50%;
  display: none;
}

.heading-27 {
  color: var(--dark-slate-gray-2);
  text-align: center;
  background-color: #0f0d0d3d;
  background-image: url('../images/Slide-2.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px 0 0 15px;
  width: 50%;
  padding-right: 27px;
  display: none;
}

.comparison-images-div {
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.sliderheader {
  color: #000;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  display: flex;
}

.text-block-24 {
  padding-bottom: 0;
}

.container-1342 {
  margin-top: -106px;
  margin-bottom: -29px;
  padding-top: 18px;
  padding-bottom: 33px;
}

.slider-header-section {
  background-image: url('../images/Slide-2.png');
  background-position: 0 0;
  background-size: auto;
}

.hero-section-11miami {
  background-color: var(--gray-matter);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/11bg2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100vh;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spaced-text-11miami {
  color: #fff;
  text-align: left;
  letter-spacing: 21px;
  text-indent: 0;
  overflow: visible;
}

._11miami-header.gp-style {
  color: var(--gray-matter);
  max-width: 100%;
}

._11miami-header.wavesstyle, ._11miami-header._11miamistyle {
  color: var(--white-smoke);
  max-width: 100%;
}

._11miami-herocontent {
  max-width: 70%;
  padding-top: 12%;
  display: block;
}

.container-1280-11miami {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.text-column-11miami {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-column-11miami.about-us {
  color: #1e1e2f;
}

.why-us-11miami-img {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  width: 450px;
  box-shadow: 0 2px 5px #0003, 0 0 12px 8px #00000042, -15px -14px 20px 5px #feffd387;
}

.about-section-11miami.vertical-spacing {
  padding-top: 73px;
  padding-bottom: 73px;
}

.about-section-11miami.vertical-spacing-copy {
  background-color: var(--gray-matter);
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-cards-section-11miami.vertical-spacing {
  background-color: var(--dark-slate-gray-2);
  padding-top: 2px;
  padding-bottom: 0;
}

.card1-11m {
  background-color: #fff;
  background-image: url('../images/011.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
  height: 325px;
  padding: 40px;
  display: flex;
}

.card1-11m.card-size {
  background-image: url('../images/Screenshot_20240205_223253_Instagram.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.card2-11m {
  outline-offset: 0px;
  background-color: #fff;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  outline: 3px #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.card2-11m.card-size {
  background-image: url('../images/Screenshot_20240205_223410_Instagram.jpg');
  width: 400px;
  height: 400px;
}

.card3-11m {
  background-color: #fff;
  background-image: url('../images/Screenshot_20240205_223545_Instagram.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.card4-11n {
  background-color: #fff;
  background-image: url('../images/Screenshot_20240205_223430_Instagram.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.card5-11n {
  background-color: #fff;
  background-image: url('../images/11bg2.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.card6-11m {
  background-color: #fff;
  background-image: url('../images/FBC-4.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-attachment: scroll;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

._11miami-deliverables-header {
  max-width: 70%;
  padding-top: 0%;
  display: block;
}

._11miami-dheader.gp-style {
  color: var(--gray-matter);
  max-width: 100%;
}

._11miami-dheader.wavesstyle {
  color: var(--white-smoke);
  max-width: 100%;
}

._11miami-dheader._11miamistyle {
  color: var(--white-smoke);
  max-width: 100%;
  font-size: 32px;
  font-weight: 400;
}

.container-1280-deliverables {
  opacity: 1;
  color: #fff;
  background-color: #79a7ad00;
  justify-content: flex-start;
  align-items: center;
  max-width: 1340px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-25 {
  font-size: 12px;
}

.text-block-26 {
  text-align: center;
  padding-top: 15px;
  font-size: 12px;
}

.link-block-2 {
  width: 300px;
  height: 300px;
  position: static;
  top: 0;
}

.hero-section-ds {
  background-image: linear-gradient(#fff, #fff);
  height: 100vh;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gp-header-copy.gp-style, .gp-header-copy.ds-style {
  color: var(--white-smoke);
  max-width: 100%;
}

.spaced-text-ds {
  color: #fff;
  text-align: left;
  letter-spacing: 21px;
  text-indent: 0;
}

.spaced-text-ds.ds-style {
  color: var(--medium-sea-green);
}

.hero-p-ds {
  color: var(--gray-matter);
  max-width: 600px;
}

.ds-herocontent {
  max-width: 70%;
  padding-top: 12%;
  display: block;
}

.ds-header.gp-style {
  color: var(--white-smoke);
  max-width: 100%;
}

.ds-header.ds-style {
  color: var(--gray-matter);
  max-width: 100%;
  font-size: 64px;
}

.container-1280--ds {
  opacity: 1;
  background-color: #79a7ad00;
  justify-content: flex-start;
  max-width: 1340px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.success-text-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.heading_55px-4 {
  color: #fff;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.heading_55px-4._24px-bottom {
  text-align: left;
  margin-bottom: 24px;
  display: flex;
}

.heading_55px-4._24px-bottom.contact {
  text-align: center;
  justify-content: center;
}

.text-field-2 {
  color: #fff;
  background-color: #181823;
  border: 0 #000;
  margin-top: 8px;
  margin-bottom: 40px;
}

.text-field-2._100px {
  height: 100px;
  display: block;
}

.form-button-2 {
  background-color: var(--orange);
  border-radius: 11px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.normal-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.normal-wrapper-2.contactpage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  display: flex;
}

.text-block-27 {
  color: #fff;
}

.paragraph_18px-2 {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
}

.paragraph_18px-2.light-grey {
  color: #8491a0;
  padding-right: 50px;
  display: none;
}

.error-message-3 {
  background-color: #e43b3b;
}

.forms-section-2 {
  padding: 73px;
}

.paragraph_16px-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph_16px-2.white {
  color: #fff;
}

.success-2 {
  background-color: #3cc74e;
}

.contactpopup {
  z-index: 10;
  background-color: #171616;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding: 211px 72px 120px;
  position: fixed;
}

.div-block-59 {
  text-align: left;
  width: 75%;
  display: block;
}

.close-wrapper {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: -207px;
  padding-bottom: 76px;
  padding-right: 0;
  display: flex;
}

.image-8 {
  text-align: left;
}

.image-9 {
  text-align: center;
  padding-bottom: 20px;
  display: block;
}

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

.heading-style-p2 {
  color: #000;
  text-align: center;
  letter-spacing: -1.84px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.linkblockheader {
  margin-top: 56px;
  font-size: 30px;
}

.card-heading-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.ws-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #1e1e2f;
  border-radius: 100px;
  min-width: 225px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 37px;
  padding: 21px 30px;
  font-size: 12px;
  transition: background-color .73s;
  display: inline-block;
}

.button-6:hover {
  background-color: #687585;
}

.button-6.pc-orange {
  background-color: #f1592a;
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  min-width: 225px;
  margin-top: 25px;
  margin-left: 305px;
  margin-right: 305px;
  padding-left: 31px;
  padding-right: 31px;
  font-size: 14px;
  display: flex;
}

.link-block-3 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 420%;
  min-width: 420px;
  max-width: 100%;
  height: 100%;
  min-height: 325px;
  max-height: 100%;
  padding: 80px 17px;
  text-decoration: none;
  display: block;
}

.white-card-2 {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 34px;
  padding: 40px;
  display: flex;
}

.white-card-2.t-pad-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/TRANSFOMER-PADS_v2.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 90% 90%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.white-card-2.t-pad-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/TRANSFOMER-PADS_v2.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.white-card-2.lp-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/lux-pavers_02.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.white-card-2.lp-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/lux-pavers_02.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 100% 100%, auto;
}

.white-card-2.g-pad {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 90% 90%, auto;
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.white-card-2.g-pad:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.white-card-2.ac-pad-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ac-pads_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 70% 70%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.white-card-2.ac-pad-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/ac-pads_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 70% 70%, auto;
}

.white-card-2.mfpro {
  color: #fff;
  text-align: center;
  background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.white-card-2.mfpro:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.white-card-2.mfpro.card-2 {
  background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000);
}

.white-card-2.mfpro.card-3 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.products-header-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 80px;
  display: flex;
}

.pillars-wrapper-copy {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pillars-wrapper-copy.grid-3_col {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-paragraph {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-size: 18px;
  text-decoration: none;
}

.products-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 70px;
  padding-bottom: 50px;
  display: flex;
}

.faux-button-wrapper {
  background-color: #f1592a00;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 0;
  min-height: 60px;
  margin-top: 30px;
  margin-left: 74px;
  margin-right: 74px;
  display: none;
}

.faux-button-wrapper:hover {
  opacity: 1;
  background-color: #f1592a00;
  transform: none;
}

.link-faux-button-text {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 19px 39px 16px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.body-7 {
  background-color: var(--white-smoke);
}

.white-card-2-copy {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 34px;
  padding: 40px;
  display: flex;
}

.white-card-2-copy.t-pad-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/TRANSFOMER-PADS_v2.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 90% 90%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.white-card-2-copy.t-pad-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/TRANSFOMER-PADS_v2.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.white-card-2-copy.lp-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/lux-pavers_02.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.white-card-2-copy.lp-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/lux-pavers_02.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 100% 100%, auto;
}

.white-card-2-copy.g-pad {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 90% 90%, auto;
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.white-card-2-copy.g-pad:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.white-card-2-copy.ac-pad-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ac-pads_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 70% 70%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.white-card-2-copy.ac-pad-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/ac-pads_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 70% 70%, auto;
}

.white-card-2-copy.mfpro {
  color: #fff;
  text-align: center;
  background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.white-card-2-copy.mfpro:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.white-card-2-copy.mfpro.card-1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
}

.display-card {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 34px;
  padding: 40px;
  display: flex;
}

.display-card.t-pad-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/TRANSFOMER-PADS_v2.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 90% 90%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card.t-pad-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/TRANSFOMER-PADS_v2.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.display-card.lp-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/lux-pavers_02.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card.lp-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/lux-pavers_02.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 100% 100%, auto;
}

.display-card.g-pad {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 90% 90%, auto;
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card.g-pad:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.display-card.ac-pad-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ac-pads_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 70% 70%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card.ac-pad-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/ac-pads_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 70% 70%, auto;
}

.display-card.mfpro {
  color: #fff;
  text-align: center;
  background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card.mfpro:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.display-card.mfpro.card-1 {
  background-image: url('../images/ds-p4.png'), linear-gradient(to bottom, null, null);
}

.display-card.mfpro.card-1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
}

.display-card.mfpro.card-2 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.display-card.mfpro.card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-card.mfpro.card-4 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.display-card.mfpro.card-5 {
  background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000);
}

.display-card.mfpro.card-5:hover {
  background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
}

.display-card.mfpro.card-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ds-p6.png'), linear-gradient(#0000, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-card.waves {
  color: #fff;
  text-align: center;
  background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card.waves:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.display-card.waves.card-1 {
  background-image: url('../images/ds-p4.png'), linear-gradient(to bottom, null, null);
}

.display-card.waves.card-1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
}

.display-card.waves.card-2 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.display-card.waves.card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-card.waves.card-4 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.display-card.waves.card-5 {
  background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000);
}

.display-card.waves.card-5:hover {
  background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
}

.display-card.waves.card-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ds-p6.png'), linear-gradient(#0000, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-card.waves.card-1w {
  background-image: url('../images/08-450.png'), linear-gradient(#0000, #0000);
  background-size: cover, auto;
  height: 420px;
}

.display-card.waves.card-2w {
  background-image: url('../images/Image22.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.display-card.waves.card-3w {
  background-image: url('../images/14450.png'), linear-gradient(#0000, #0000);
  background-size: cover, auto;
  height: 420px;
}

.display-card.waves.card-4w {
  background-image: url('../images/DSC01094-450.png'), linear-gradient(#0000, #0000);
  height: 420px;
}

.display-card.waves.card-4w:hover {
  background-image: url('../images/DSC01094-450.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.display-card.waves.card-5w {
  background-image: url('../images/card-5w_450_p.png'), linear-gradient(#0000, #0000);
  background-size: cover, auto;
  height: 420px;
}

.display-card.waves.card-6w {
  background-image: url('../images/Waves_Product_800x800.png'), linear-gradient(#0000, #0000);
  height: 420px;
}

.display-card.waves.card-6w:hover {
  background-image: url('../images/Waves_Product_800x800.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: cover, auto, auto;
}

.display-card.mfpro-copy {
  color: #fff;
  text-align: center;
  background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card.mfpro-copy:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.display-card.mfpro-copy.card-1 {
  background-image: url('../images/ds-p4.png'), linear-gradient(to bottom, null, null);
}

.display-card.mfpro-copy.card-1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
}

.display-card.mfpro-copy.card-2 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.display-card.mfpro-copy.card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-card.mfpro-copy.card-4 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.display-card.mfpro-copy.card-5 {
  background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000);
}

.display-card.mfpro-copy.card-5:hover {
  background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
}

.display-card.mfpro-copy.card-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ds-p6.png'), linear-gradient(#0000, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-card._11m {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#8f8a8a, #8f8a8a);
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card._11m:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.display-card._11m.card-1 {
  background-image: url('../images/ds-p4.png'), linear-gradient(to bottom, null, null);
}

.display-card._11m.card-1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
}

.display-card._11m.card-2 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.display-card._11m.card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-card._11m.card-4 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.display-card._11m.card-5 {
  background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000);
}

.display-card._11m.card-5:hover {
  background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
}

.display-card._11m.card-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ds-p6.png'), linear-gradient(#0000, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-card._11m.card-1e {
  background-image: url('../images/Screenshot_20240205_223253_Instagram.jpg'), linear-gradient(#8f8a8a, #8f8a8a);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.display-card._11m.card-1e:hover {
  background-image: url('../images/Screenshot_20240205_223253_Instagram.jpg'), linear-gradient(#8f8a8a, #8f8a8a);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
}

.display-card._11m.card-2e {
  background-image: url('../images/Screenshot_20240205_223410_Instagram.jpg'), linear-gradient(#8f8a8a, #8f8a8a);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.display-card._11m.card-2e:hover {
  background-image: url('../images/Screenshot_20240205_223410_Instagram.jpg'), linear-gradient(#8f8a8a, #8f8a8a);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
}

.display-card._11m.card-3e {
  background-image: url('../images/Screenshot_20240205_223545_Instagram.jpg'), linear-gradient(#8f8a8a, #8f8a8a);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.display-card._11m.card-4e {
  background-image: url('../images/Screenshot_20240205_223430_Instagram.jpg'), linear-gradient(#8f8a8a, #8f8a8a);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.display-card._11m.card-4e:hover {
  background-image: url('../images/Screenshot_20240205_223430_Instagram.jpg'), linear-gradient(#8f8a8a, #8f8a8a);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
}

.display-card._11m.card-5e {
  background-image: url('../images/11bg2.png'), linear-gradient(#8f8a8a, #8f8a8a);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.display-card._11m.card-5e:hover {
  background-image: url('../images/11bg2.png'), linear-gradient(#8f8a8a, #8f8a8a);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
}

.display-card._11m.card-6e {
  background-image: url('../images/FBC-4.png'), linear-gradient(#8f8a8a, #8f8a8a);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.display-card.dstrat {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#858585, #858585);
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card.dstrat:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.display-card.dstrat.card-1 {
  background-image: url('../images/ds-p4.png'), linear-gradient(to bottom, null, null);
}

.display-card.dstrat.card-1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
}

.display-card.dstrat.card-2 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.display-card.dstrat.card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-card.dstrat.card-4 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.display-card.dstrat.card-5 {
  background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000);
}

.display-card.dstrat.card-5:hover {
  background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
}

.display-card.dstrat.card-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ds-p6.png'), linear-gradient(#0000, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-card.dstrat.card-1ds {
  background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
}

.display-card.dstrat.card-2ds {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
  background-size: cover, auto;
}

.display-card.dstrat.card-3ds {
  background-image: url('../images/ds-p2.png'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.display-card.dstrat.card-4ds {
  background-image: url('../images/ds-p4.png'), linear-gradient(#858585, #858585);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.display-card.dstrat.card-5ds {
  background-image: url('../images/ds-p8.png'), linear-gradient(#858585, #858585);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.display-card.dstrat.card-6ds {
  background-image: url('../images/ds-p6.png'), linear-gradient(#858585, #858585);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.display-card-copy {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 34px;
  padding: 40px;
  display: flex;
}

.display-card-copy.t-pad-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/TRANSFOMER-PADS_v2.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 90% 90%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card-copy.t-pad-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/TRANSFOMER-PADS_v2.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.display-card-copy.lp-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/lux-pavers_02.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card-copy.lp-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/lux-pavers_02.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 100% 100%, auto;
}

.display-card-copy.g-pad {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 90% 90%, auto;
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card-copy.g-pad:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.display-card-copy.ac-pad-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ac-pads_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 70% 70%, auto;
  align-items: center;
  min-width: 400px;
  max-width: 100%;
  min-height: 375px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card-copy.ac-pad-card:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/ac-pads_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 70% 70%, auto;
}

.display-card-copy.mfpro {
  color: #fff;
  text-align: center;
  background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
  align-items: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  height: 325px;
  min-height: 325px;
  max-height: 100%;
  margin-bottom: 1px;
  padding: 0 27px;
  box-shadow: 3px 5px 3px 3px #0003;
}

.display-card-copy.mfpro:hover {
  background-image: linear-gradient(#f1592abf, #f1592abf), linear-gradient(#00000080, #00000080), url('../images/generator_pad_350x350.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 90% 90%, auto;
}

.display-card-copy.mfpro.card-1 {
  background-image: url('../images/ds-p4.png'), linear-gradient(to bottom, null, null);
}

.display-card-copy.mfpro.card-1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p1.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
}

.display-card-copy.mfpro.card-2 {
  background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
}

.display-card-copy.mfpro.card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-card-copy.mfpro.card-4 {
  background-image: url('../images/ds-p4.png'), linear-gradient(#0000, #0000);
}

.display-card-copy.mfpro.card-4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ds-p4.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100% 100%, auto;
}

.cards-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 70px;
  padding-bottom: 100px;
  display: flex;
}

.cards-section.waves {
  padding-top: 73px;
  padding-bottom: 60px;
}

.text-block-28 {
  font-size: 16px;
}

.link-block-5 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 420%;
  min-width: 420px;
  max-width: 100%;
  height: 100%;
  min-height: 325px;
  max-height: 100%;
  padding: 80px 17px;
  text-decoration: none;
  display: block;
}

.ds-body {
  background-color: var(--white-smoke);
}

.resultsparagraph {
  justify-content: center;
  max-width: 750px;
  padding: 2px;
  display: inline-block;
}

.resultsparagraph.challenge {
  color: var(--gray-matter);
  text-align: center;
  max-width: 80%;
  height: 100%;
  min-height: 100px;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 63px;
  padding-bottom: 61px;
  font-size: 32px;
  line-height: 32px;
}

.resultsparagraph.results {
  color: var(--gray-matter);
  text-align: center;
  max-width: 80%;
  height: 100%;
  min-height: 100px;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 32px;
  line-height: 32px;
}

.stats-container {
  opacity: 1;
  color: var(--gray-matter);
  background-color: #79a7ad00;
  max-width: 1340px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 60px;
  display: flex;
}

.results-heading {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-top: 21px;
  padding-left: 54px;
  padding-right: 32px;
  font-size: 64px;
  font-weight: 700;
  display: flex;
}

.results-heading.mfpro {
  color: var(--gray-matter);
  margin-top: 0;
  font-size: 64px;
}

.hero-image-content {
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding-top: 7%;
  padding-bottom: 0;
  display: flex;
}

.hero-image-wrapper {
  position: relative;
  top: -25px;
  left: 46px;
}

.image-10 {
  width: 500px;
  min-width: 400px;
  margin-top: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}

.glass-card-ds {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffcf;
  border-radius: 12px;
  max-width: 260px;
  padding: 30px;
  position: absolute;
  inset: 21% auto auto 3%;
  box-shadow: 1px 2px 5px #0000008c;
}

.container-1280-casestudy {
  opacity: 1;
  color: var(--gray-matter);
  background-color: #79a7ad00;
  max-width: 1340px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 100px;
  display: flex;
}

.container-1280-gp {
  opacity: 1;
  color: var(--gray-matter);
  background-color: #79a7ad00;
  flex-direction: column;
  max-width: 1340px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 100px;
  display: flex;
}

.spaced-text-gp-copy, .spaced-text-w, .spacedtext {
  color: #4a498b;
  text-align: left;
  letter-spacing: 21px;
  text-indent: 0;
}

.spacedtext.waves, .spacedtext._11m {
  color: #fff;
}

.experience-header.gp-style, .experience-header.wavesstyle, .experience-header._11mstyle {
  color: var(--white-smoke);
  max-width: 100%;
}

.hero-p-waves {
  color: var(--white-smoke);
  max-width: 600px;
}

.hero-section-new {
  background-image: url('../images/gp_griffin_.png'), linear-gradient(47deg, #110f0bb3 47%, #36476b82);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 35%, auto;
  background-attachment: scroll, scroll;
  height: 100vh;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-section-new.waves {
  background-image: url('../images/banner_02.png'), linear-gradient(47deg, #110f0bb3 47%, #36476b82);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero-section-new._11mstyle._11m {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/11bg2.png'), linear-gradient(47deg, #110f0bb3 47%, #36476b82);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
}

.body-9.waves {
  background-color: var(--white-smoke);
}

.body-11 {
  color: var(--white-smoke);
  background-color: #181823;
}

.hero-p-11m {
  color: var(--white-smoke);
  max-width: 600px;
}

._11miami-herocontent-copy {
  max-width: 70%;
  padding-top: 12%;
  display: block;
}

.linkblock-dstrat {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 420%;
  min-width: 420px;
  max-width: 100%;
  height: 100%;
  min-height: 325px;
  max-height: 100%;
  padding: 80px 17px;
  text-decoration: none;
  display: block;
}

.hero-section-gp {
  background-image: url('../images/gp_griffin_.png'), linear-gradient(47deg, #110f0bb3 47%, #36476b82);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 35%, auto;
  background-attachment: scroll, scroll;
  height: 100vh;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.waves-herocontent-copy {
  max-width: 70%;
  padding-top: 12%;
  display: block;
}

.container-1280-waves-header {
  opacity: 1;
  color: var(--gray-matter);
  background-color: #79a7ad00;
  max-width: 1340px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 100px;
  display: flex;
}

.link-block-waves {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 420%;
  min-width: 420px;
  max-width: 100%;
  height: 100%;
  min-height: 325px;
  max-height: 100%;
  padding: 80px 17px;
  text-decoration: none;
  display: block;
}

.values-img-home {
  border: 0px none var(--light-sand);
  background-color: var(--light-sand);
  box-shadow: none;
  opacity: 1;
  outline-offset: 0px;
  border-radius: 14px;
  outline: 3px solid #fff;
  width: 100%;
  margin-top: 21px;
  margin-bottom: 21px;
  padding-right: 0;
}

.overline_16px-2 {
  color: #8491a0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
}

.heading_55px-5 {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.blue-2 {
  color: #609bff;
}

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

.experience-section-2 {
  padding: 73px 220px 73px 210px;
}

.heading_24px-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.flex-vertical_left_top-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.experience-block-2 {
  padding-right: 0;
}

.green-2 {
  color: #446ea6;
  font-weight: 600;
}

.number-2 {
  color: #8491a0;
  text-align: left;
  margin-bottom: 8px;
  font-size: 117px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.vertical-spacing {
  margin-top: 76px;
  margin-bottom: 76px;
}

.section-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 30px;
}

.container-viewmore {
  padding-top: 0;
  padding-bottom: 42px;
}

.flex-vertical_left_bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.heading_55px-bottom {
  color: var(--gray-matter);
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 37px;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 110%;
  display: block;
}

.heading_55px-bottom.black {
  color: #181823;
}

.heading_55px-bottom.black._24px-bottom {
  color: var(--gray-matter);
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.heading_55px-bottom._24px-bottom {
  color: var(--orange);
  margin-bottom: 24px;
  font-weight: 400;
}

.heading_55px-bottom.ds-style {
  text-align: center;
}

.heading_55px-bottom._11style {
  color: var(--white-smoke);
  text-align: center;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-6.es {
  color: #fff;
}

.vmw-section {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 30px;
}

.interest_image {
  background-image: url('../images/gdevart_002.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1024px;
  background-attachment: fixed;
  border-radius: 100px;
  height: 640px;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .subtitle {
    text-shadow: none;
    font-size: 29px;
  }

  .content-wrapper {
    width: 81%;
  }

  .container {
    padding-left: 57px;
    padding-right: 57px;
  }

  .social-btn {
    transition: all .2s;
  }

  .social-btn:hover {
    opacity: .8;
  }

  .join {
    text-shadow: none;
    width: 50%;
    font-size: 21px;
  }

  .beta-line {
    width: 25%;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .banner {
    display: block;
  }

  .banner-text {
    text-align: center;
    line-height: 130%;
  }

  .nav-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .wrapper.grid-3_col {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper.projects-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrapper.sticky-grid {
    grid-column-gap: 24px;
  }

  .wrapper.footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-section-2 {
    padding-right: 32px;
  }

  .heading_76px {
    font-size: 56px;
  }

  .experience-section {
    padding: 150px 40px 80px;
  }

  .experience-block {
    padding-right: 16px;
  }

  .mid_left-block, .skills-section {
    padding: 80px 40px;
  }

  .logo-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-box {
    width: auto;
  }

  .projects-section {
    padding: 80px 40px;
  }

  .project-wrapper._24px-bottom_m {
    margin-bottom: 48px;
  }

  .dribbble-section {
    padding: 80px 40px;
  }

  .dribbble-image {
    background-size: cover;
    height: 480px;
  }

  .wrapper-v2.forms-grid {
    display: block;
  }

  .testimonial-section {
    padding: 80px 40px;
  }

  .testimonial-text {
    padding: 32px;
  }

  .testimonial-block._120px-bottom_m {
    margin-bottom: 64px;
  }

  .tabs-section {
    padding: 80px 40px;
  }

  .tab-image {
    padding-bottom: 0;
  }

  .tab-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    height: 840px;
    max-height: none;
  }

  .forms-section {
    padding: 80px 40px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-section-3 {
    padding-right: 32px;
  }

  .anthony-image-grid {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slide {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 60px;
  }

  .testimonial-quote-icon {
    padding-left: 45px;
  }

  .testimonial-quote {
    min-width: 300px;
    padding-left: 61px;
    font-size: 16px;
    overflow: visible;
  }

  .testimonial-info-two {
    justify-content: center;
    padding-left: 37px;
  }

  .testimonial-image-two {
    width: 100%;
    padding-right: 40px;
  }

  .heading-2.mfpro {
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .challenge-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-column {
    margin-left: 0;
  }

  .image-column.about-us {
    justify-content: center;
    align-items: center;
    max-width: 60%;
    margin-left: 0;
    display: flex;
  }

  .text-column {
    margin-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1280 {
    justify-content: center;
    padding-bottom: 40px;
  }

  .glass-card {
    top: 11%;
    left: -26%;
  }

  .about-main-image {
    align-self: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .about-us-section.vertical-spacing {
    padding-top: 21px;
  }

  .heading-4 {
    font-size: 1.5em;
  }

  ._2-col-grid-4-6 {
    grid-template-columns: 1.5fr;
    justify-content: stretch;
    justify-items: center;
  }

  .about-video-thumb {
    width: 200px;
    height: 200px;
    bottom: -13%;
  }

  .case-study-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-2.challenge {
    max-width: 100%;
    padding: 0 10px;
    font-size: 1.3em;
  }

  .heading-5 {
    font-size: 2em;
  }

  .heading-5.mfpro {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0;
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .grid-bg-color.gp {
    height: 100%;
    padding-bottom: 0;
  }

  .heading-6 {
    font-size: 40px;
  }

  .stats-section.vertical-spacing {
    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: center;
    display: grid;
  }

  .stats-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 70%;
    min-width: 70%;
    height: 350px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .tabs-content {
    padding-bottom: 192px;
  }

  .mobile-button {
    color: #f2f8fa;
    background-color: #1e1e2f;
    border-radius: 100px;
    margin-top: 21px;
    padding: 13px;
  }

  .hero-p._11miami {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-content-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 500px;
    max-width: 100%;
    padding-top: 10%;
    display: block;
  }

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

  .hero-section-4 {
    background-size: 45%, auto;
    height: 700px;
  }

  .gp-header {
    font-size: 40px;
  }

  .gp-header.gp-style {
    font-size: 2em;
    line-height: 1.5em;
  }

  .globalpro-herocontent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 600px;
    max-width: 100%;
    padding-top: 10%;
    display: block;
  }

  .starling-test, .hero-section-5 {
    background-size: 45%, auto;
    height: 700px;
  }

  .heading-8 {
    font-size: 40px;
  }

  .about-main-image-2 {
    align-self: auto;
  }

  .heading-9 {
    font-size: 40px;
  }

  ._2-col-grid-4-6-2 {
    grid-column-gap: 37px;
    flex-direction: column;
    grid-template-columns: 1.5fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .about-video-thumb-2 {
    width: 200px;
    height: 200px;
    bottom: -13%;
  }

  .section-test.vertical-spacing {
    padding-top: 21px;
  }

  .case-study-header-mfpro {
    padding-top: 0;
  }

  ._3-col-grid--gp.grid-with-bg {
    flex-direction: column;
    padding-bottom: 0;
    display: flex;
  }

  .wrapper-copy.grid-3_col {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-copy.projects-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrapper-copy.sticky-grid {
    grid-column-gap: 24px;
  }

  .wrapper-copy.footer-grid, .hero-wrapper-home.grid-3_col {
    grid-template-columns: 1fr 1fr;
  }

  .hero-wrapper-home.projects-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .hero-wrapper-home.sticky-grid {
    grid-column-gap: 24px;
  }

  .hero-wrapper-home.footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-section-home {
    padding-right: 32px;
  }

  .experience-section-home {
    padding: 150px 40px 80px;
  }

  .values-about-wrapper.grid-3_col {
    grid-template-columns: 1fr 1fr;
  }

  .values-about-wrapper.projects-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .values-about-wrapper.sticky-grid {
    grid-column-gap: 24px;
  }

  .values-about-wrapper.footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .passions-section, .projects-section-port {
    padding: 80px 40px;
  }

  .projects-wrapper.grid-3_col {
    grid-template-columns: 1fr 1fr;
  }

  .projects-wrapper.projects-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .projects-wrapper.sticky-grid {
    grid-column-gap: 24px;
  }

  .projects-wrapper.footer-grid, .footer-wrapper-02.grid-3_col {
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper-02.projects-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-wrapper-02.sticky-grid {
    grid-column-gap: 24px;
  }

  .footer-wrapper-02.footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-home-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-section-waves {
    background-size: 45%, auto;
    height: 700px;
  }

  .waves-herocontent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 500px;
    max-width: 100%;
    padding-top: 10%;
    display: block;
  }

  .waves-header {
    font-size: 40px;
  }

  .about-section-waves.vertical-spacing-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-column-waves {
    padding-left: 40px;
    padding-right: 40px;
  }

  .why-us-waves-img {
    position: relative;
    left: -19px;
  }

  .image-cards-section-waves.vertical-spacing {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-1280--waves {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .waves-link-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  ._2-col-grid-about {
    grid-template-columns: 1.5fr;
  }

  .values-container-two {
    margin-left: auto;
    margin-right: auto;
  }

  .slidersection {
    height: 400px;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-section-11miami {
    background-size: 45%, auto;
    height: 700px;
  }

  ._11miami-header {
    font-size: 40px;
  }

  ._11miami-herocontent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 500px;
    max-width: 100%;
    padding-top: 10%;
    display: block;
  }

  .text-column-11miami {
    padding-left: 40px;
    padding-right: 40px;
  }

  .why-us-11miami-img {
    position: relative;
  }

  ._11miami-deliverables-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 750px;
    max-width: 100%;
    padding-top: 0%;
    padding-left: 40px;
    display: block;
  }

  ._11miami-dheader {
    font-size: 40px;
  }

  ._11miami-dheader._11miamistyle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-section-ds {
    background-color: #fff;
    background-image: linear-gradient(#0000, #0000);
    height: 425px;
  }

  .gp-header-copy {
    font-size: 40px;
  }

  .spaced-text-ds {
    color: var(--medium-sea-green);
    font-size: 14px;
  }

  .hero-p-ds {
    max-width: 425px;
  }

  .ds-herocontent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 700px;
    max-width: 100%;
    padding-top: 60px;
    padding-left: 10px;
    display: block;
  }

  .ds-header {
    font-size: 40px;
  }

  .ds-header.ds-style {
    font-size: 2em;
    line-height: 1.3em;
  }

  .container-1280--ds {
    padding-bottom: 0;
  }

  .paragraph_18px-2.light-grey {
    display: block;
  }

  .forms-section-2, .contactpopup {
    padding: 80px 40px;
  }

  .linkblockheader {
    margin-top: 9px;
    margin-bottom: 4px;
  }

  .button-6.pc-orange {
    min-width: 225px;
  }

  .link-block-3 {
    min-width: 100%;
    min-height: 100%;
  }

  .white-card-2.t-pad-card, .white-card-2.lp-card, .white-card-2.g-pad, .white-card-2.ac-pad-card, .white-card-2.mfpro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    min-width: 0;
    max-width: 350px;
    min-height: 350px;
    max-height: 350px;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .pillars-wrapper-copy.grid-3_col {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .link-paragraph {
    padding-left: 7px;
    padding-right: 7px;
  }

  .products-section {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .link-faux-button-text {
    padding-left: 7px;
    padding-right: 7px;
  }

  .white-card-2-copy.t-pad-card, .white-card-2-copy.lp-card, .white-card-2-copy.g-pad, .white-card-2-copy.ac-pad-card, .white-card-2-copy.mfpro, .display-card.t-pad-card, .display-card.lp-card, .display-card.g-pad, .display-card.ac-pad-card, .display-card.mfpro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    min-width: 0;
    max-width: 350px;
    min-height: 350px;
    max-height: 350px;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .display-card.mfpro.card-1 {
    height: 200px;
    min-height: 200px;
  }

  .display-card.mfpro.card-2 {
    background-image: url('../images/ds-p7.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.mfpro.card-2:hover {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.mfpro.card-3 {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.mfpro.card-3:hover {
    background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.mfpro.card-5 {
    background-image: url('../images/ds-p8.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.mfpro.card-5:hover {
    background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.mfpro.card-6 {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.mfpro.card-6:hover {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card.waves {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/Image22.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    min-width: 0;
    max-width: 350px;
    height: 225px;
    min-height: 225px;
    max-height: 350px;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .display-card.waves:hover {
    background-image: none;
  }

  .display-card.waves.card-1 {
    background-image: url('../images/08-450.png'), linear-gradient(#0000, #0000);
    height: 225px;
    min-height: 200px;
  }

  .display-card.waves.card-1:hover {
    background-image: url('../images/08-450.png'), linear-gradient(#00000080, #00000080), linear-gradient(#000, #000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.waves.card-2 {
    background-image: url('../images/ds-p7.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.waves.card-2:hover {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.waves.card-3 {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.waves.card-3:hover {
    background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.waves.card-5 {
    background-image: url('../images/ds-p8.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.waves.card-5:hover {
    background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.waves.card-6 {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.waves.card-6:hover {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card.waves.card-1w {
    background-image: url('../images/08-450.png');
    background-position: 50%;
    background-size: cover;
    height: 225px;
  }

  .display-card.waves.ca {
    background-image: url('../images/08-450.png');
    background-position: 50%;
    background-size: cover;
  }

  .display-card.waves.card-2w {
    height: 225px;
  }

  .display-card.waves.card-2w:hover {
    background-image: url('../images/Image22.png');
    background-position: 50%;
    background-size: cover;
  }

  .display-card.waves.card-3w {
    background-image: url('../images/14450.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.waves.card-3w:hover {
    background-image: url('../images/14450.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.waves.card-4w {
    background-image: url('../images/DSC01094-450.png');
    background-position: 50%;
    background-size: cover;
    height: 225px;
  }

  .display-card.waves.card-4w:hover {
    background-image: url('../images/DSC01094-450.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.waves.card-5w {
    background-image: url('../images/card-5w_450_p.png');
    background-position: 50%;
    background-size: cover;
    height: 225px;
  }

  .display-card.waves.card-6w {
    background-image: url('../images/Waves_Product_800x800.png');
    background-size: cover;
    height: 225px;
  }

  .display-card.mfpro-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    min-width: 0;
    max-width: 350px;
    min-height: 350px;
    max-height: 350px;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .display-card.mfpro-copy.card-1 {
    height: 200px;
    min-height: 200px;
  }

  .display-card.mfpro-copy.card-2 {
    background-image: url('../images/ds-p7.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.mfpro-copy.card-2:hover {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.mfpro-copy.card-3 {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.mfpro-copy.card-3:hover {
    background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.mfpro-copy.card-5 {
    background-image: url('../images/ds-p8.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.mfpro-copy.card-5:hover {
    background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.mfpro-copy.card-6 {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.mfpro-copy.card-6:hover {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card._11m {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/Screenshot_20240205_223410_Instagram.jpg'), linear-gradient(#686464, #686464);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    min-width: 0;
    max-width: 350px;
    height: 225px;
    min-height: 225px;
    max-height: 350px;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .display-card._11m:hover {
    background-image: none;
  }

  .display-card._11m.card-1 {
    background-image: url('../images/08-450.png'), linear-gradient(#0000, #0000);
    height: 225px;
    min-height: 200px;
  }

  .display-card._11m.card-1:hover {
    background-image: url('../images/08-450.png'), linear-gradient(#00000080, #00000080), linear-gradient(#000, #000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card._11m.card-2 {
    background-image: url('../images/ds-p7.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card._11m.card-2:hover {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card._11m.card-3 {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card._11m.card-3:hover {
    background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card._11m.card-5 {
    background-image: url('../images/ds-p8.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card._11m.card-5:hover {
    background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card._11m.card-6 {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card._11m.card-6:hover {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card._11m.card-1w, .display-card._11m.ca {
    background-image: url('../images/08-450.png');
    background-position: 50%;
    background-size: cover;
  }

  .display-card._11m.card-2w:hover {
    background-image: url('../images/Image22.png');
    background-position: 50%;
    background-size: cover;
  }

  .display-card._11m.card-3w {
    background-image: url('../images/14450.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .display-card._11m.card-3w:hover {
    background-image: url('../images/14450.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card._11m.card-4w {
    background-image: url('../images/DSC01094-450.png');
    background-position: 50%;
    background-size: cover;
  }

  .display-card._11m.card-4w:hover {
    background-image: url('../images/DSC01094-450.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card._11m.card-5w {
    background-image: url('../images/card-5w_450_p.png');
    background-position: 50%;
    background-size: cover;
  }

  .display-card._11m.card-6w {
    background-image: url('../images/Waves_Product_800x800.png');
    background-size: cover;
  }

  .display-card._11m.card-1e {
    background-image: url('../images/Screenshot_20240205_223253_Instagram.jpg'), linear-gradient(#686464, #686464);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .display-card._11m.card-2e:hover {
    background-image: url('../images/Screenshot_20240205_223410_Instagram.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .display-card._11m.card-3e {
    background-image: url('../images/Screenshot_20240205_223545_Instagram.jpg');
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card._11m.card-3e:hover {
    background-image: url('../images/Screenshot_20240205_223545_Instagram.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card._11m.card-4e {
    background-image: url('../images/Screenshot_20240205_223430_Instagram.jpg');
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card._11m.card-4e:hover {
    background-image: url('../images/Screenshot_20240205_223430_Instagram.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card._11m.card-5e {
    background-image: url('../images/11bg2.png');
    background-position: 50%;
    background-size: cover;
  }

  .display-card._11m.card-5e:hover {
    background-image: url('../images/11bg2.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card._11m.card-6e {
    background-image: url('../images/FBC-4.png');
    background-position: 0 0;
    background-size: cover;
  }

  .display-card._11m.card-6e:hover {
    background-image: url('../images/FBC-4.png');
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.dstrat {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/Image22.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    min-width: 0;
    max-width: 350px;
    height: 225px;
    min-height: 225px;
    max-height: 350px;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .display-card.dstrat:hover {
    background-image: none;
  }

  .display-card.dstrat.card-1 {
    background-image: url('../images/08-450.png'), linear-gradient(#0000, #0000);
    height: 225px;
    min-height: 200px;
  }

  .display-card.dstrat.card-1:hover {
    background-image: url('../images/08-450.png'), linear-gradient(#00000080, #00000080), linear-gradient(#000, #000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.dstrat.card-2 {
    background-image: url('../images/ds-p7.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.dstrat.card-2:hover {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.dstrat.card-3 {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.dstrat.card-3:hover {
    background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.dstrat.card-5 {
    background-image: url('../images/ds-p8.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.dstrat.card-5:hover {
    background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.dstrat.card-6 {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card.dstrat.card-6:hover {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card.dstrat.card-1w, .display-card.dstrat.ca {
    background-image: url('../images/08-450.png');
    background-position: 50%;
    background-size: cover;
  }

  .display-card.dstrat.card-2w:hover {
    background-image: url('../images/Image22.png');
    background-position: 50%;
    background-size: cover;
  }

  .display-card.dstrat.card-3w {
    background-image: url('../images/14450.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .display-card.dstrat.card-3w:hover {
    background-image: url('../images/14450.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.dstrat.card-4w {
    background-image: url('../images/DSC01094-450.png');
    background-position: 50%;
    background-size: cover;
  }

  .display-card.dstrat.card-4w:hover {
    background-image: url('../images/DSC01094-450.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.dstrat.card-5w {
    background-image: url('../images/card-5w_450_p.png');
    background-position: 50%;
    background-size: cover;
  }

  .display-card.dstrat.card-6w {
    background-image: url('../images/Waves_Product_800x800.png');
    background-size: cover;
  }

  .display-card.dstrat.card-1ds:hover {
    background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, auto;
  }

  .display-card.dstrat.card-2ds:hover {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: cover, auto, auto;
  }

  .display-card.dstrat.card-3ds:hover {
    background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
  }

  .display-card.dstrat.card-4ds:hover {
    background-image: url('../images/ds-p4.png'), linear-gradient(#858585, #858585), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: cover, auto, auto, auto;
  }

  .display-card.dstrat.card-5ds:hover {
    background-image: url('../images/ds-p8.png'), linear-gradient(#858585, #858585), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: cover, auto, auto, auto;
  }

  .display-card.dstrat.card-6ds:hover {
    background-image: url('../images/ds-p6.png'), linear-gradient(#858585, #858585);
    background-position: 50%, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
  }

  .display-card-copy.t-pad-card, .display-card-copy.lp-card, .display-card-copy.g-pad, .display-card-copy.ac-pad-card, .display-card-copy.mfpro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    min-width: 0;
    max-width: 350px;
    min-height: 350px;
    max-height: 350px;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .display-card-copy.mfpro.card-4 {
    background-image: url('../images/ds-p4.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 200px;
    min-height: 200px;
  }

  .display-card-copy.mfpro.card-4:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/ds-p4.png'), linear-gradient(to bottom, null, null);
    background-size: auto, cover, auto;
  }

  .cards-section {
    margin: 20px 20px 20px 23px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .link-block-5 {
    min-width: 100%;
    min-height: 100%;
  }

  .ds-body {
    color: #fff;
    background-color: #fff;
  }

  .resultsparagraph.challenge {
    max-width: 100%;
    padding: 0 10px;
    font-size: 1.3em;
  }

  .resultsparagraph.results {
    max-width: 100%;
    padding: 0 20px;
    font-size: 1.3em;
  }

  .stats-container {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .results-heading {
    font-size: 2em;
  }

  .results-heading.mfpro {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  .hero-image-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 500px;
    max-width: 50%;
    padding-top: 0%;
    display: flex;
  }

  .hero-image-wrapper {
    top: 0;
    left: 0;
  }

  .image-10 {
    width: 300px;
    min-width: 300px;
    max-width: 100%;
    top: 0;
    left: 0;
  }

  .glass-card-ds {
    top: 11%;
    left: -26%;
  }

  .container-1280-casestudy, .container-1280-gp {
    justify-content: center;
    padding-bottom: 40px;
  }

  .spacedtext.waves, .spacedtext._11m {
    color: #fff;
  }

  .experience-header {
    font-size: 40px;
  }

  .experience-header.gp-style, .experience-header.wavesstyle, .experience-header._11mstyle {
    font-size: 2em;
    line-height: 1.5em;
  }

  .hero-section-new {
    background-size: 45%, auto;
    height: 700px;
  }

  .hero-section-new.waves {
    background-image: url('../images/banner_02.png');
    background-position: 50%;
    background-size: cover;
    height: 475px;
  }

  .hero-section-new._11mstyle {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/11bg2.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 475px;
  }

  .body-9 {
    background-color: var(--white-smoke);
  }

  ._11miami-herocontent-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 600px;
    max-width: 100%;
    padding-top: 10%;
    display: block;
  }

  .linkblock-dstrat {
    min-width: 100%;
    min-height: 100%;
  }

  .hero-section-gp {
    background-size: 45%, auto;
    height: 700px;
  }

  .waves-herocontent-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 600px;
    max-width: 100%;
    padding-top: 10%;
    display: block;
  }

  .container-1280-waves-header {
    justify-content: center;
    padding-bottom: 40px;
  }

  .link-block-waves {
    min-width: 100%;
    min-height: 100%;
  }

  .experience-section-2 {
    padding: 150px 40px 80px;
  }

  .experience-block-2 {
    padding-right: 16px;
  }

  .interest_image {
    background-size: cover;
    height: 480px;
  }
}

@media screen and (max-width: 767px) {
  .subtitle {
    text-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 43px;
  }

  .sign-up-form {
    margin-bottom: 64px;
  }

  .content-wrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-section {
    padding-top: 37px;
  }

  .footer-section {
    background-color: #0000007d;
    padding-top: 23px;
    padding-bottom: 23px;
    position: static;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .logo, .join {
    text-shadow: none;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar {
    padding-left: 20px;
    padding-right: 0;
  }

  .wrapper.grid-3_col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .wrapper.sticky-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrapper.footer-grid {
    grid-template-columns: 1fr;
  }

  .wrapper.grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .brand {
    margin-top: 24px;
  }

  .nav-menu {
    background-color: #181823;
  }

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

  .menu-button {
    padding: 24px 20px;
  }

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

  .hero-text-block {
    background-image: linear-gradient(#181823, #181823);
    margin-left: 0;
    padding: 48px 20px;
  }

  .hero-section-2 {
    height: auto;
    padding-right: 0;
  }

  .hero-bg {
    display: none;
  }

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

  .hero-image-box {
    height: 45vh;
  }

  .experience-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .experience-section {
    padding: 64px 20px;
  }

  .heading_55px {
    font-size: 32px;
  }

  .experience-block {
    padding-right: 0;
  }

  .mid_left-block {
    height: 450px;
    padding: 48px 20px;
  }

  .normal-wrapper._48px-right_p {
    padding-right: 0;
  }

  .normal-wrapper._120px-bottom_m {
    margin-bottom: 64px;
  }

  .mid_image {
    height: 450px;
  }

  .mid-section {
    height: auto;
    display: block;
  }

  .skills-wrapper._48px-right_p {
    padding-right: 0;
  }

  .skills-section, .projects-section, .dribbble-section {
    padding: 64px 20px;
  }

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

  .dribbble-image {
    background-size: cover;
  }

  .wrapper-v2.forms-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .testimonial-section {
    padding: 64px 20px;
  }

  .testimonial-sticky-block {
    position: static;
  }

  .heading_55px-3 {
    font-size: 32px;
  }

  .tabs-section {
    padding: 64px 20px;
  }

  .tab-image {
    height: 360px;
  }

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

  .tab {
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    display: flex;
  }

  .tab-grid {
    height: auto;
  }

  .forms-section {
    padding: 64px 20px;
  }

  .footer {
    height: auto;
  }

  .hero-section-3 {
    height: auto;
    padding-right: 0;
  }

  .hero-image-box-2 {
    height: 45vh;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
    padding-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-quote, .testimonial-info-two {
    padding-left: 0;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .hero-stack, .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .image-column.about-us {
    max-width: 50%;
  }

  .glass-card {
    max-width: 200px;
    font-size: 14px;
    top: -6%;
    left: -59%;
  }

  .about-main-image {
    min-width: 500px;
    min-height: 500px;
  }

  .about-us-section.vertical-spacing {
    padding-top: 0;
    padding-bottom: 82px;
  }

  .heading-4 {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  .about-video-thumb {
    left: 251px;
  }

  .grid-bg-color.gp {
    width: 90%;
    height: 98%;
    top: 25px;
  }

  .heading-6 {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  .tabs-content {
    padding-bottom: 0;
  }

  .mobile-button {
    margin-top: 21px;
  }

  .spaced-text-2 {
    margin-left: 7px;
  }

  .button-3 {
    margin-left: 0;
    margin-right: 28px;
    padding: 10px;
  }

  .logo-3 {
    padding-top: 21px;
  }

  .hero-p {
    margin-bottom: 0;
  }

  .hero-content-2 {
    padding-top: 10%;
  }

  .heading-7 {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  .hero-section-4 {
    height: 525px;
  }

  .gp-header {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  .spaced-text-gp {
    margin-left: 7px;
  }

  .globalpro-herocontent {
    padding-top: 10%;
  }

  .starling-test {
    height: 525px;
  }

  .button-4 {
    margin-left: 0;
    margin-right: 28px;
    padding: 10px;
  }

  .hero-section-5 {
    height: 525px;
  }

  .heading-8 {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  .glass-card-2 {
    max-width: 200px;
    font-size: 14px;
  }

  .heading-9 {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  .about-video-thumb-2 {
    left: 251px;
  }

  .section-test.vertical-spacing {
    padding-top: 0;
    padding-bottom: 82px;
  }

  .projects-heading-doc {
    font-size: 32px;
  }

  .button-5 {
    margin-left: 0;
    margin-right: 28px;
    padding: 10px;
  }

  .about-gp-section.vertical-spacing-copy {
    padding-bottom: 10px;
  }

  .case-study-header-mfpro {
    display: block;
  }

  .image-cards-section-gp.vertical-spacing {
    padding-top: 0;
  }

  ._3-col-grid--gp.grid-with-bg {
    margin-top: 20px;
  }

  .wrapper-copy.grid-3_col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .wrapper-copy.sticky-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrapper-copy.footer-grid {
    grid-template-columns: 1fr;
  }

  .wrapper-copy.grid, .hero-wrapper-home.grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-wrapper-home.grid-3_col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .hero-wrapper-home.sticky-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .hero-wrapper-home.footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-wrapper-home.grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-section-home {
    height: auto;
    padding-right: 0;
  }

  .experience-section-home {
    padding: 64px 20px;
  }

  .values-about-section {
    height: auto;
    display: block;
  }

  .values-about-wrapper.grid-3_col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .values-about-wrapper.sticky-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .values-about-wrapper.footer-grid {
    grid-template-columns: 1fr;
  }

  .values-about-wrapper.grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .passions-section, .projects-section-port {
    padding: 64px 20px;
  }

  .projects-wrapper.grid-3_col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .projects-wrapper.sticky-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .projects-wrapper.footer-grid {
    grid-template-columns: 1fr;
  }

  .projects-wrapper.grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .projects-sub-wrapper-1._48px-right_p {
    padding-right: 0;
  }

  .projects-sub-wrapper-1._120px-bottom_m {
    margin-bottom: 64px;
  }

  .projects-sub-wrapper-2._48px-right_p {
    padding-right: 0;
  }

  .projects-sub-wrapper-2._120px-bottom_m {
    margin-bottom: 64px;
  }

  .footer-wrapper-01._48px-right_p {
    padding-right: 0;
  }

  .footer-wrapper-01._120px-bottom_m {
    margin-bottom: 64px;
  }

  .footer-wrapper-02.grid-3_col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .footer-wrapper-02.sticky-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-wrapper-02.footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-wrapper-02.grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-home-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-connect-wrapper._48px-right_p {
    padding-right: 0;
  }

  .footer-connect-wrapper._120px-bottom_m {
    margin-bottom: 64px;
  }

  .footer-contact-wrapper._48px-right_p {
    padding-right: 0;
  }

  .footer-contact-wrapper._120px-bottom_m {
    margin-bottom: 64px;
  }

  .hero-section-waves {
    height: 525px;
  }

  .waves-herocontent {
    padding-top: 10%;
  }

  .waves-header {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  .spaced-text-waves {
    margin-left: 7px;
  }

  .glass-card-waves-1, .glass-card-waves-2 {
    max-width: 200px;
    font-size: 14px;
  }

  .hero-p-gp {
    margin-bottom: 0;
  }

  .passions-text-wrapper._48px-right_p {
    padding-right: 0;
  }

  .passions-text-wrapper._120px-bottom_m {
    margin-bottom: 64px;
  }

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

  .social-links-wrapper._48px-right_p {
    padding-right: 0;
  }

  .social-links-wrapper._120px-bottom_m {
    margin-bottom: 64px;
  }

  .hero-section-11miami {
    height: 525px;
  }

  .spaced-text-11miami {
    margin-left: 7px;
  }

  ._11miami-header {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  ._11miami-herocontent, ._11miami-deliverables-header {
    padding-top: 10%;
  }

  ._11miami-dheader {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  .hero-section-ds {
    height: 100%;
    max-height: 100%;
  }

  .gp-header-copy {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  .spaced-text-ds {
    margin-left: 0;
  }

  .hero-p-ds {
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .ds-herocontent {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10%;
    display: flex;
  }

  .ds-header {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  .ds-header.ds-style {
    margin: 0;
  }

  .container-1280--ds {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading_55px-4 {
    font-size: 32px;
  }

  .forms-section-2, .contactpopup {
    padding: 64px 20px;
  }

  .heading-style-p2 {
    font-size: 3rem;
  }

  .card-heading-2 {
    padding-top: 50px;
  }

  .ws-button-wrapper {
    align-items: stretch;
    margin-top: 25px;
    display: flex;
  }

  .button-6 {
    margin-left: 0;
    margin-right: 28px;
    padding: 10px;
  }

  .button-6.pc-orange {
    margin: 30px 160px;
    padding: 20px 35px;
  }

  .white-card-2.t-pad-card, .white-card-2.lp-card, .white-card-2.g-pad, .white-card-2.ac-pad-card, .white-card-2.mfpro {
    min-width: 425px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .pillars-wrapper-copy.grid-3_col {
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .body-7 {
    padding-top: 0;
  }

  .white-card-2-copy.t-pad-card, .white-card-2-copy.lp-card, .white-card-2-copy.g-pad, .white-card-2-copy.ac-pad-card, .white-card-2-copy.mfpro, .display-card.t-pad-card, .display-card.lp-card, .display-card.g-pad, .display-card.ac-pad-card, .display-card.mfpro {
    min-width: 425px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .display-card.mfpro.card-1, .display-card.mfpro.card-2 {
    width: auto;
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card.mfpro.card-3 {
    height: auto;
    min-height: 325px;
  }

  .display-card.mfpro.card-5 {
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card.mfpro.card-6 {
    width: auto;
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card.waves {
    min-width: 425px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .display-card.waves.card-1, .display-card.waves.card-2 {
    width: auto;
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card.waves.card-3 {
    height: auto;
    min-height: 325px;
  }

  .display-card.waves.card-5 {
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card.waves.card-6 {
    width: auto;
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card.mfpro-copy {
    min-width: 425px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .display-card.mfpro-copy.card-1, .display-card.mfpro-copy.card-2 {
    width: auto;
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card.mfpro-copy.card-3 {
    height: auto;
    min-height: 325px;
  }

  .display-card.mfpro-copy.card-5 {
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card.mfpro-copy.card-6 {
    width: auto;
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card._11m {
    min-width: 425px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .display-card._11m.card-1, .display-card._11m.card-2 {
    width: auto;
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card._11m.card-3 {
    height: auto;
    min-height: 325px;
  }

  .display-card._11m.card-5 {
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card._11m.card-6 {
    width: auto;
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card.dstrat {
    min-width: 425px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .display-card.dstrat.card-1, .display-card.dstrat.card-2 {
    width: auto;
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card.dstrat.card-3 {
    height: auto;
    min-height: 325px;
  }

  .display-card.dstrat.card-5 {
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card.dstrat.card-6 {
    width: auto;
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .display-card-copy.t-pad-card, .display-card-copy.lp-card, .display-card-copy.g-pad, .display-card-copy.ac-pad-card, .display-card-copy.mfpro {
    min-width: 425px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .display-card-copy.mfpro.card-4 {
    width: auto;
    min-width: 420px;
    height: auto;
    min-height: 325px;
  }

  .cards-section {
    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;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .ds-body {
    padding-top: 0;
  }

  .resultsparagraph.results {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-image-content {
    padding-top: 0%;
  }

  .hero-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 400px;
    height: 100%;
    min-height: 200px;
    display: flex;
  }

  .image-10 {
    width: 300px;
    min-width: 300px;
    max-height: 100%;
    top: 0;
    left: 0;
  }

  .glass-card-ds {
    max-width: 200px;
    font-size: 14px;
    display: none;
    top: -6%;
    left: -59%;
  }

  .spaced-text-gp-copy, .spaced-text-w, .spacedtext {
    margin-left: 7px;
  }

  .experience-header {
    margin: 7px;
    font-size: 32px;
    font-weight: 600;
  }

  .hero-p-waves {
    margin-bottom: 0;
  }

  .hero-section-new {
    height: 525px;
  }

  .hero-p-11m {
    margin-bottom: 0;
  }

  ._11miami-herocontent-copy {
    padding-top: 10%;
  }

  .hero-section-gp {
    height: 525px;
  }

  .waves-herocontent-copy {
    padding-top: 10%;
  }

  .heading_55px-5 {
    font-size: 32px;
  }

  .experience-section-2 {
    padding: 64px 20px;
  }

  .experience-block-2 {
    padding-right: 0;
  }

  .heading_55px-bottom {
    font-size: 32px;
  }

  .interest_image {
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    font-size: 20px;
  }

  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin-left: 0;
  }

  .subtitle {
    text-shadow: none;
    padding-bottom: 36px;
    font-size: 22px;
    line-height: 26px;
  }

  .field {
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .sign-up-form {
    width: 100%;
    margin-top: 22px;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 221px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright {
    text-align: center;
    margin-bottom: 16px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }

  .social-section {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .social-btn {
    margin-right: 17px;
  }

  .logo {
    text-shadow: none;
    font-size: 43px;
  }

  .join {
    letter-spacing: 4px;
    text-shadow: none;
    width: 75%;
    font-size: 19px;
    line-height: 22px;
  }

  .beta-line {
    width: 12%;
  }

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

  .hero-text-block {
    padding-bottom: 48px;
  }

  .paragraph_18px.dark-grey {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .paragraph_18px.light-grey {
    font-size: 16px;
  }

  .heading_24px {
    text-align: left;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 20px;
  }

  .heading_55px.black._24px-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mid_left-block {
    height: 550px;
    margin-bottom: 106px;
  }

  .logo-bar-section {
    margin-top: 0;
  }

  .logo-grid {
    flex-direction: column;
  }

  .wrapper-v2.forms-grid {
    width: 100%;
  }

  .testimonial-text {
    padding: 24px;
  }

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

  .image-2 {
    margin-top: -105px;
  }

  .hero-image-box-2 {
    background-image: url('../images/web_image_profile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-attachment: scroll;
    height: 25vh;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .anthony-image-grid {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slide {
    width: 100%;
    min-width: 275px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 30px;
  }

  .testimonial-info-two {
    font-size: 16px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .heading-2.mfpro {
    width: 275px;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.3em;
  }

  .text-block-5 {
    align-self: auto;
  }

  .image-column {
    margin-bottom: 0;
  }

  .text-column {
    margin-top: 0;
    padding-top: 40px;
  }

  .container-1280 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-main-image {
    min-width: 275px;
    min-height: 275px;
  }

  .about-us-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  ._2-col-grid-4-6 {
    object-fit: fill;
    justify-content: center;
    min-width: 275px;
  }

  .case-study-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2.challenge {
    font-size: 1.3em;
    display: block;
  }

  .heading-5.mfpro {
    font-size: 1.5em;
  }

  .heading-5.challenge {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .stats-wrapper {
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button-3 {
    margin-right: 12px;
  }

  .logo-3 {
    padding-top: 20px;
  }

  .hero-p {
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .hero-p._11miami {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .heading-7 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .hero-section-4 {
    height: 600px;
    max-height: 750px;
  }

  .gp-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .spaced-text-gp {
    font-size: 12px;
  }

  .globalpro-herocontent {
    padding-top: 0%;
    padding-bottom: 60px;
  }

  .button-4 {
    margin-right: 12px;
  }

  .heading-8 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .text-block-11 {
    align-self: auto;
  }

  .glass-card-2.why-us-card {
    max-width: 150px;
    left: 0;
  }

  .glass-card-2.why-us-card.why-us-card-2 {
    padding-right: 10px;
  }

  .glass-card-2.why-us-card.gpglass-card2 {
    border-radius: 20px;
    max-width: 225px;
    height: 70px;
    padding-right: 10px;
    display: none;
    top: 161px;
    bottom: -3%;
  }

  .glass-card-2.gp-glasscard1 {
    border-radius: 20px;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 200px;
    max-height: 50px;
    padding: 4px 10px 50px;
    position: relative;
    inset: -9px 0% 0% auto;
  }

  .glass-card-2.gp-glasscard1.why-us-card-2 {
    padding-right: 10px;
  }

  .heading-9 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  ._2-col-grid-4-6-2 {
    justify-items: center;
  }

  .text-block-23 {
    align-self: auto;
  }

  .button-5 {
    margin-right: 12px;
  }

  .small-text {
    display: block;
  }

  .small-text.gp {
    display: none;
  }

  .why-us-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-size: auto;
    width: 100%;
    position: relative;
    left: 0;
    box-shadow: 0 2px 5px #0003, 0 0 12px 8px #00000042;
  }

  .container-1280-4 {
    padding-top: 20px;
  }

  .about-gp-section.vertical-spacing-copy {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .huge-text-section-2.vertical-spacing {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .huge-text-one {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 50px;
  }

  .case-study-header-mfpro {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .text-column-mfpro {
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
    width: 275px;
    min-width: 275px;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .strat-text-mfpro {
    font-size: 16px;
  }

  .image-cards-section-gp.vertical-spacing {
    margin-top: 0;
    margin-bottom: 10px;
  }

  ._3-col-grid--gp.grid-with-bg {
    align-items: center;
  }

  .card1-gp.card-size {
    align-items: center;
    width: 275px;
    height: 275px;
    padding-left: 40px;
  }

  .card2-gp.card-size, .card3-gp, .card4-gp, .card5-gp, .card6-gp {
    width: 275px;
    height: 275px;
  }

  .video {
    width: 275px;
    top: -27px;
  }

  .projects-section-port, .footer-home-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-section-waves {
    background-image: url('../images/banner_02.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .waves-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .spaced-text-waves {
    margin-left: 0;
  }

  .about-section-waves.vertical-spacing-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .container-1280-waves {
    justify-content: center;
    padding-top: 40px;
    display: flex;
  }

  .text-column-waves {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .why-us-waves-img {
    padding-left: 0;
    position: relative;
    left: 0;
  }

  .hero-p-gp {
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .values-image {
    position: relative;
    left: -20px;
  }

  .passions-header._24px-bottom {
    text-align: left;
  }

  .passions-paragraph.dark-grey {
    font-size: 16px;
  }

  .passions-paragraph.light-grey {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }

  .card---flowbase {
    padding-left: 24px;
    padding-right: 24px;
  }

  .before-image-div-inner-2 {
    flex-direction: column;
    display: flex;
  }

  .slidersection {
    flex-direction: column;
    height: 200px;
    padding-top: 0;
    display: flex;
    overflow: hidden;
  }

  .sliderheader.mobile {
    font-size: 18px;
  }

  .slider-header-section {
    overflow: hidden;
  }

  ._11miami-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .text-column-11miami {
    padding-left: 0;
    padding-right: 0;
  }

  .image-cards-section-11miami.vertical-spacing {
    padding-bottom: 60px;
  }

  ._11miami-deliverables-header {
    padding-left: 0;
  }

  ._11miami-dheader {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  ._11miami-dheader._11miamistyle {
    margin-left: auto;
  }

  .gp-header-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .spaced-text-ds {
    font-size: 12px;
  }

  .hero-p-ds {
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .ds-herocontent {
    padding-top: 20%;
  }

  .ds-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .ds-header.ds-style {
    font-size: 1.7em;
  }

  .heading_55px-4._24px-bottom {
    text-align: center;
    padding-left: 0;
    font-size: 26px;
    display: block;
  }

  .normal-wrapper-2 {
    width: auto;
  }

  .normal-wrapper-2.contactpage {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .paragraph_18px-2.light-grey {
    min-width: auto;
    padding-right: 0;
    font-size: 15px;
  }

  .forms-section-2 {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .image-9 {
    max-width: 50%;
  }

  .heading-style-p2 {
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .linkblockheader {
    font-size: 24px;
  }

  .card-heading-2 {
    margin-top: -37px;
    padding-top: 0;
  }

  .button-6 {
    margin-right: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-6.pc-orange {
    margin-top: 41px;
    margin-bottom: 2px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
  }

  .link-block-3 {
    min-width: 275px;
  }

  .white-card-2.t-pad-card, .white-card-2.lp-card, .white-card-2.g-pad, .white-card-2.ac-pad-card, .white-card-2.mfpro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 275px;
    max-width: 100%;
    height: 275px;
    min-height: 100%;
    max-height: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .pillars-wrapper-copy.grid-3_col {
    grid-row-gap: 33px;
    flex-direction: column;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: stretch;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .link-paragraph {
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: 400;
  }

  .products-section {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .faux-button-wrapper {
    margin-top: 6px;
    margin-left: 33px;
    margin-right: 33px;
  }

  .link-faux-button-text {
    min-width: 150px;
    padding-top: 0;
    font-weight: 400;
  }

  .white-card-2-copy.t-pad-card, .white-card-2-copy.lp-card, .white-card-2-copy.g-pad, .white-card-2-copy.ac-pad-card, .white-card-2-copy.mfpro, .display-card.t-pad-card, .display-card.lp-card, .display-card.g-pad, .display-card.ac-pad-card, .display-card.mfpro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 275px;
    max-width: 100%;
    height: 275px;
    min-height: 100%;
    max-height: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .display-card.mfpro.card-1 {
    height: 225px;
  }

  .display-card.mfpro.card-1:hover {
    background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, auto;
  }

  .display-card.mfpro.card-2 {
    background-image: url('../images/ds-p7.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.mfpro.card-2:hover {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.mfpro.card-3 {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.mfpro.card-3:hover {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card.mfpro.card-5 {
    background-image: url('../images/ds-p8.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.mfpro.card-5:hover {
    background-image: url('../images/ds-p8.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.mfpro.card-6 {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.mfpro.card-6:hover {
    background-image: url('../images/ds-p6.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.waves {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 275px;
    max-width: 100%;
    height: 275px;
    min-height: 100%;
    max-height: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .display-card.waves.card-1 {
    height: 225px;
  }

  .display-card.waves.card-1:hover {
    background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, auto;
  }

  .display-card.waves.card-2 {
    background-image: url('../images/ds-p7.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.waves.card-2:hover {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.waves.card-3 {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.waves.card-3:hover {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card.waves.card-5 {
    background-image: url('../images/ds-p8.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.waves.card-5:hover {
    background-image: url('../images/ds-p8.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.waves.card-6 {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.waves.card-6:hover {
    background-image: url('../images/ds-p6.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.waves.card-1w, .display-card.waves.card-2w, .display-card.waves.card-3w, .display-card.waves.card-4w, .display-card.waves.card-5w, .display-card.waves.card-6w {
    height: 275px;
  }

  .display-card.waves.card-6w:hover {
    background-image: url('../images/Waves_Product_800x800.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card.mfpro-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 275px;
    max-width: 100%;
    height: 275px;
    min-height: 100%;
    max-height: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .display-card.mfpro-copy.card-1 {
    height: 225px;
  }

  .display-card.mfpro-copy.card-1:hover {
    background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, auto;
  }

  .display-card.mfpro-copy.card-2 {
    background-image: url('../images/ds-p7.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.mfpro-copy.card-2:hover {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.mfpro-copy.card-3 {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.mfpro-copy.card-3:hover {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card.mfpro-copy.card-5 {
    background-image: url('../images/ds-p8.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.mfpro-copy.card-5:hover {
    background-image: url('../images/ds-p8.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.mfpro-copy.card-6 {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.mfpro-copy.card-6:hover {
    background-image: url('../images/ds-p6.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card._11m {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 275px;
    max-width: 100%;
    height: 275px;
    min-height: 100%;
    max-height: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .display-card._11m.card-1 {
    height: 225px;
  }

  .display-card._11m.card-1:hover {
    background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, auto;
  }

  .display-card._11m.card-2 {
    background-image: url('../images/ds-p7.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card._11m.card-2:hover {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card._11m.card-3 {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card._11m.card-3:hover {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card._11m.card-5 {
    background-image: url('../images/ds-p8.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card._11m.card-5:hover {
    background-image: url('../images/ds-p8.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card._11m.card-6 {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card._11m.card-6:hover {
    background-image: url('../images/ds-p6.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.dstrat {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#747272, #747272);
    min-width: 275px;
    max-width: 100%;
    height: 275px;
    min-height: 100%;
    max-height: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .display-card.dstrat:hover {
    background-color: #8a8989;
  }

  .display-card.dstrat.card-1 {
    height: 225px;
  }

  .display-card.dstrat.card-1:hover {
    background-image: url('../images/ds-p1.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, auto;
  }

  .display-card.dstrat.card-2 {
    background-image: url('../images/ds-p7.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.dstrat.card-2:hover {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .display-card.dstrat.card-3 {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.dstrat.card-3:hover {
    background-image: url('../images/ds-p2.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card.dstrat.card-5 {
    background-image: url('../images/ds-p8.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.dstrat.card-5:hover {
    background-image: url('../images/ds-p8.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.dstrat.card-6 {
    background-image: url('../images/ds-p6.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: 225px;
  }

  .display-card.dstrat.card-6:hover {
    background-image: url('../images/ds-p6.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.dstrat.card-6w:hover {
    background-image: url('../images/Waves_Product_800x800.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .display-card.dstrat.card-1ds, .display-card.dstrat.card-1ds:hover {
    background-image: url('../images/ds-p1.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .display-card.dstrat.card-2ds {
    background-image: url('../images/ds-p7.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .display-card.dstrat.card-3ds {
    background-image: url('../images/ds-p2.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .display-card.dstrat.card-4ds {
    background-image: url('../images/ds-p4.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .display-card.dstrat.card-5ds {
    background-image: url('../images/ds-p8.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .display-card.dstrat.card-6ds {
    background-image: url('../images/ds-p6.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .display-card-copy.t-pad-card, .display-card-copy.lp-card, .display-card-copy.g-pad, .display-card-copy.ac-pad-card, .display-card-copy.mfpro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 275px;
    max-width: 100%;
    height: 275px;
    min-height: 100%;
    max-height: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .display-card-copy.mfpro.card-4 {
    background-image: url('../images/ds-p4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 225px;
  }

  .display-card-copy.mfpro.card-4:hover {
    background-image: url('../images/ds-p4.png'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, auto;
  }

  .cards-section {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .cards-section.waves {
    padding-top: 60px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .link-block-5 {
    min-width: 275px;
  }

  .resultsparagraph.challenge {
    display: block;
  }

  .resultsparagraph.results {
    padding: 20px;
    display: block;
  }

  .stats-container {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-image-content {
    width: auto;
  }

  .hero-image-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .image-10 {
    width: 250px;
    min-width: 150px;
    margin-top: 40px;
    top: 0;
    left: 0;
  }

  .container-1280-casestudy {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    min-width: 275px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    width: 275px;
    min-width: 200px;
    min-height: auto;
    font-size: 16px;
  }

  .paragraph-7 {
    width: 275px;
    font-size: 16px;
  }

  .container-1280-gp {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
  }

  .paragraph-8 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .body-8 {
    padding-top: 20px;
  }

  .spaced-text-gp-copy, .spaced-text-w, .spacedtext {
    font-size: 12px;
  }

  .spacedtext.waves, .spacedtext._11m {
    color: var(--white-smoke);
  }

  .experience-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .hero-p-waves {
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .hero-section-new {
    height: 600px;
    max-height: 750px;
  }

  .hero-section-new.waves {
    background-image: url('../images/banner_02.png'), linear-gradient(47deg, #110f0bb3 47%, #36476b82);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    overflow: hidden;
  }

  .hero-section-new._11mstyle {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/11bg2.png'), linear-gradient(47deg, #110f0bb3 47%, #36476b82);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
    height: auto;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .body-9 {
    padding-top: 0;
  }

  .body-9.waves {
    overflow: visible;
  }

  .body-10 {
    padding-top: 0;
  }

  .body-11 {
    padding-top: 10px;
  }

  .hero-p-11m {
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  ._11miami-herocontent-copy {
    padding-top: 20%;
    padding-bottom: 60px;
  }

  .linkblock-dstrat {
    min-width: 275px;
  }

  .hero-section-gp {
    height: 600px;
    max-height: 750px;
  }

  .waves-herocontent-copy {
    padding-top: 20%;
    padding-bottom: 60px;
  }

  .container-1280-waves-header {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .body-12 {
    padding-top: 0;
  }

  .link-block-waves {
    min-width: 275px;
  }

  .values-img-home {
    background-image: none;
    background-size: auto;
    width: 280px;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 0;
  }

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

  .container-viewmore {
    padding-bottom: 0;
  }

  .flex-vertical_left_bottom {
    padding-top: 0;
  }

  .heading_55px-bottom.black._24px-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading_55px-bottom.ds-style, .heading_55px-bottom._11style {
    padding-bottom: 40px;
  }

  .vmw-section {
    overflow: hidden;
  }
}

#w-node-bfb7950f-f156-674f-2436-0be453a2f694-1aab8195, #w-node-bfb7950f-f156-674f-2436-0be453a2f695-1aab8195 {
  align-self: center;
}

#w-node-_1fffa878-3e69-8784-7b62-19e698470d77-1aab8195 {
  place-self: auto baseline;
}

#w-node-_014695d2-2735-3e00-8897-7dbc9d909741-1aab8195, #w-node-_41f6c68e-7b33-8acf-63a8-a8549621d91a-1aab8195 {
  place-self: auto;
}

#w-node-f6fab3a2-a632-70f6-03ac-f57d90f22b41-90f22b40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68678d1a-9d40-752b-6a6d-233b26d5f9e0-6174d80b, #w-node-_68678d1a-9d40-752b-6a6d-233b26d5f9da-6174d80b, #w-node-aaf25e62-905c-85bd-8c5b-330443f633ab-6174d80b, #w-node-aaf25e62-905c-85bd-8c5b-330443f633b2-6174d80b, #w-node-_2a3cf608-9cd6-16ca-d4be-c634c7cb1dfa-e33169b8, #w-node-_2a3cf608-9cd6-16ca-d4be-c634c7cb1e0c-e33169b8, #w-node-_9d7ec9d4-bd2c-c539-9b0d-974ff7c30005-e33169b8, #w-node-_9d7ec9d4-bd2c-c539-9b0d-974ff7c30006-e33169b8, #w-node-_9d7ec9d4-bd2c-c539-9b0d-974ff7c30007-e33169b8, #w-node-_9d7ec9d4-bd2c-c539-9b0d-974ff7c30008-e33169b8, #w-node-_9d7ec9d4-bd2c-c539-9b0d-974ff7c30009-e33169b8, #w-node-_9d7ec9d4-bd2c-c539-9b0d-974ff7c3000b-e33169b8, #w-node-_9d7ec9d4-bd2c-c539-9b0d-974ff7c3000c-e33169b8, #w-node-_4be6e66b-0d60-f8d3-120f-7caf8fad405f-e6e60972, #w-node-_4be6e66b-0d60-f8d3-120f-7caf8fad4071-e6e60972, #w-node-_3bcaf2a8-c579-7890-602c-bfe0d26a4851-8d6de877, #w-node-_3bcaf2a8-c579-7890-602c-bfe0d26a4854-8d6de877 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_351752c5-a5a8-0a5c-0094-dc667a93e80c-1d92861a, #w-node-_351752c5-a5a8-0a5c-0094-dc667a93e821-1d92861a {
  place-self: auto;
}

#w-node-e747b1e3-293d-8e59-3ee4-a4796294d5c7-1d92861a {
  place-self: auto baseline;
}

@media screen and (max-width: 991px) {
  #w-node-_68678d1a-9d40-752b-6a6d-233b26d5f9e0-6174d80b, #w-node-aaf25e62-905c-85bd-8c5b-330443f633ab-6174d80b {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6fab3a2-a632-70f6-03ac-f57d90f22b41-90f22b40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68678d1a-9d40-752b-6a6d-233b26d5f9e0-6174d80b {
    justify-self: center;
  }

  #w-node-e21ebe25-fe6a-b913-e8b4-ba4defd54738-cd033170 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


