:root {
  --steel-blue: #347df0;
  --ghost-white: #f7f8fd;
  --black-60: #0009;
}

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

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

@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 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--steel-blue);
}

figure {
  margin-bottom: 10px;
}

.navbar {
  background-color: #02284b;
  height: 80px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.hero-wrapper {
  background-image: linear-gradient(#0000, #0000), url('../images/EDS_Hero2.jpg');
  background-position: 0 0, 27%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 0;
}

.hero-wrapper.new {
  background-image: linear-gradient(#0000, #0000), url('../images/hero-h0me.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  padding-top: 205px;
  padding-bottom: 100px;
  position: relative;
}

.hero-wrapper.hide {
  display: none;
}

.nav-link {
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 0 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: all .2s;
}

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

.nav-link:active {
  color: #3eb1c8;
}

.nav-link.w--current {
  color: #3eb1c8;
  padding-top: 25px;
}

.nav-link.black {
  color: #fff;
}

.nav-link.black.w--current {
  color: var(--steel-blue);
}

.nav-link.im-mtt {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 6px;
}

.nav-button {
  color: #fff;
  text-align: center;
  background-color: #0091b3;
  border: 1px solid #0091b3;
  border-radius: 60px;
  margin-left: 15px;
  padding: 10px 25px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: all .2s;
}

.nav-button:hover {
  color: #0091b3;
  background-color: #fff;
  border: 1px solid #0091b3;
}

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

.nav-button.w--current:hover {
  color: var(--steel-blue);
  background-color: #fff;
}

.container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.navbar {
  background-color: #003a5d;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}

.container.navbar.home {
  background-color: #003a5d;
}

.container.testimonial-maxx {
  max-width: 960px;
}

.container.about {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.container.clients {
  width: 830px;
}

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

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

.nav-menu {
  margin-top: 3px;
}

.nav-menu.homeblack {
  position: absolute;
  inset: auto 0% 8% auto;
}

.hero-content-wrapper {
  height: 100%;
  padding-top: 55vh;
  padding-bottom: 20vh;
}

.hero-content-wrapper.new {
  max-width: 1270px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
}

.hero-heading {
  color: #fff;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.hero-heading.center {
  text-align: center;
  margin-top: -65px;
  font-size: 36px;
  line-height: 48px;
}

.hero-heading.center.homeright {
  text-align: right;
  padding-right: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 60px;
}

.hero-heading.center.homeright.new {
  text-align: left;
  font-size: 55px;
  line-height: 60px;
}

.hero-heading.center.secondblog {
  margin-top: -12px;
  font-size: 24px;
  font-weight: 500;
}

.hero-heading.center.secondblog.tablet.horizontal.mobile {
  font-family: Mulish, sans-serif;
  font-weight: 600;
}

.hpme-hero-paragraph {
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.hpme-hero-paragraph.centre {
  text-align: right;
  font-size: 28px;
  line-height: 38px;
}

.hpme-hero-paragraph.centre.homeright {
  text-align: right;
  font-size: 23px;
  line-height: 0;
}

.hpme-hero-paragraph.centre.homeright.new {
  text-align: left;
  font-size: 19.5px;
}

.hero-sub-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 811px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  display: flex;
}

.hero-sub-wrapper.homehero {
  text-align: center;
  align-items: flex-end;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 10px 50px 50px;
}

.hero-sub-wrapper.homehero.new {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 0;
}

.hero-cta-gap-40 {
  height: 40px;
}

.button {
  color: #fff;
  text-align: left;
  background-color: #0091b3;
  border: 1px solid #0091b3;
  border-radius: 60px;
  margin-left: 0;
  padding: 14px 39px 13px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.33px;
  transition: all .2s;
}

.button:hover {
  color: #0091b3;
  background-color: #fff;
  border: 1px solid #0091b3;
}

.button.form {
  width: 100%;
}

.button.products-cta {
  margin-top: 30px;
}

.button.linkedin {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/linkedinlogo_1linkedinlogo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  background-attachment: scroll;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-top: 15px;
  padding: 10px 78px 10px 10px;
  display: flex;
}

.button.linkedin.linkedinfooter {
  background-size: 90px;
  width: 135px;
  height: 35px;
}

.button.homebtn {
  background-color: #a8ad00;
  border-color: #a8ad00;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.button.homebtn:hover {
  color: #a8ad00;
  background-color: #0000;
}

.section {
  padding: 0 60px 30px;
}

.section.ghost-white-bg {
  background-color: var(--ghost-white);
  display: none;
}

.section.footer {
  background-color: #aaa99f59;
  padding-top: 60px;
  padding-bottom: 30px;
}

.section.columns-section {
  margin-top: 150px;
  display: none;
}

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

.section.im.less {
  padding-top: 0;
}

.section.form-section {
  padding-top: 50px;
  padding-bottom: 300px;
  position: relative;
}

.section.homeslider {
  padding-top: 0;
}

.section.testimonialsection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  display: block;
}

.section.about {
  padding-top: 0;
}

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

.section.home {
  padding-top: 80px;
}

.section.clients {
  padding-top: 50px;
  padding-bottom: 45px;
}

.section.hide {
  display: none;
}

.section.career-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.shadow-div {
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  box-shadow: 1px 1px 12.58px #00146d26;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-2.clients.left._45 {
  margin-bottom: 45px;
}

.h1 {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.h1.centre {
  text-align: center;
  letter-spacing: 1px;
}

.h1.centre.printh {
  color: #ea5811;
}

.h1.centre.prodh {
  color: #a8ad00;
}

.h1.centre.proh {
  color: #ea5811;
}

.h1.cta {
  color: #a8ad00;
  letter-spacing: 1px;
}

.h1.tablet-centre {
  color: #a8ad00;
  text-align: center;
}

.partner-logos-wrapper {
  margin-top: 30px;
}

.logos-flexbox {
  justify-content: space-between;
  max-width: 763px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/lpzlogo_1lpzlogo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 128px;
  background-attachment: scroll;
  background-clip: border-box;
  width: 168px;
  height: 64px;
  margin-right: 30px;
}

.logo.last {
  margin-right: 0;
}

.logo.last._4 {
  background-image: url('../images/nyulogo_1nyulogo.webp');
  background-size: 160px;
}

.logo.last._8 {
  background-image: url('../images/natgeologo_1natgeologo.webp');
  background-size: 160px;
}

.logo._2 {
  background-image: url('../images/harvardlawlogo_1harvardlawlogo.webp');
  background-size: 165px;
}

.logo._3 {
  background-image: url('../images/ucsdlogo_1ucsdlogo.webp');
  background-size: 137px;
}

.logo._5 {
  background-image: url('../images/bgclublogo_1b&gclublogo.webp');
  background-size: 108px;
}

.logo._6 {
  background-image: url('../images/newfieldslogo_2newfieldslogo.webp');
  background-size: 83px;
}

.logo._7 {
  background-image: url('../images/iuflogo_1iuflogo.webp');
  background-size: 164px;
}

.logos-gap {
  height: 40px;
}

.flexbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flexbox.cta-section {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--ghost-white);
  object-fit: fill;
  align-items: flex-start;
  height: auto;
  padding: 30px 70px 0;
}

.left-column {
  max-width: 466px;
}

.paragraph {
  color: #000;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

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

.paragraph.tablet-popup {
  display: block;
}

.paragraph.product-page {
  color: #0009;
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph.product-page._50 {
  margin-left: 0;
  padding-left: 5px;
  font-weight: 600;
  display: block;
}

.paragraph.about-box-para {
  text-align: center;
}

.paragraph.bullet {
  color: #0009;
  margin-bottom: 0;
  padding-left: 4px;
  font-weight: 600;
}

.paragraph.bullet._50 {
  width: 50%;
  margin-left: 0;
  padding-left: 10px;
}

.paragraph.bullet.about {
  color: #000;
  text-align: center;
  flex: 1;
  font-weight: 400;
}

.paragraph.p-text {
  pointer-events: auto;
  color: #0009;
  word-break: normal;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 5px;
  font-style: normal;
  font-weight: 600;
  display: block;
  position: static;
}

.paragraph.p-text._50 {
  margin-left: 0;
  padding-left: 10px;
}

.paragraph.left {
  font-size: 18px;
}

.paragraph.para-list.numbered {
  list-style-type: decimal;
}

._30px-height {
  height: 30px;
}

.team-profile {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 6000000000000px;
  padding: 10px;
}

.profile {
  outline-color: var(--steel-blue);
  outline-offset: 4px;
  cursor: pointer;
  background-image: url('../images/kim_Circle_500px_1kim_Circle_500px.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  border-radius: 240px;
  outline-width: 2px;
  outline-style: solid;
  width: 250px;
  height: 250px;
}

.profile._2.amyhs {
  filter: grayscale();
  outline-color: var(--steel-blue);
  outline-offset: 2px;
  background-image: url('../images/amy_Circle_500px_1amy_Circle_500px.webp');
  outline-width: 2px;
  outline-style: none;
}

.profile._2.amyhs:hover {
  filter: grayscale(0%);
}

.profile._3.derekhs {
  filter: grayscale();
  outline-color: var(--steel-blue);
  outline-offset: 2px;
  background-image: url('../images/Derek_Circle_500px_1Derek_Circle_500px.webp');
  outline-width: 2px;
  outline-style: none;
}

.profile._3.derekhs:hover {
  filter: grayscale(0%);
}

.profile.kimhs {
  opacity: 1;
  filter: grayscale();
  outline-color: var(--steel-blue);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: none;
}

.profile.kimhs:hover {
  filter: grayscale(0%);
}

.profile.chrishs {
  filter: grayscale();
  outline-color: var(--steel-blue);
  outline-offset: 2px;
  background-image: url('../images/chris_Circle_500px_1chris_Circle_500px.webp');
  outline-width: 2px;
  outline-style: none;
  display: flex;
}

.profile.chrishs:hover {
  filter: grayscale(0%);
}

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

.profile-wrapper.last {
  margin-right: 0;
}

.profile-name {
  color: #000;
  margin-top: 7px;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.profile-flexbox {
  grid-column-gap: 40px;
  justify-content: space-between;
  margin-bottom: 34px;
  display: flex;
}

.profile-flexbox.last {
  margin-bottom: 0;
}

.text-1 {
  color: var(--black-60);
  letter-spacing: 2px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-block {
  background-color: #fff;
  width: auto;
  height: auto;
  padding: 5px;
}

.field-label {
  color: #000;
  margin-bottom: 6px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 44px;
}

.text-field.message {
  height: 92px;
}

.field-wrapper {
  margin-bottom: 18px;
}

.field-wrapper.last {
  margin-bottom: 30px;
}

.red {
  color: red;
}

.email-text {
  color: #000;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.email-text._2 {
  margin-left: 4px;
}

.email-text._1 {
  color: #0091b3;
}

.email-text.edisclaimer {
  color: #000000bf;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

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

.div-block.newslink {
  color: #0091b3;
}

.footer-column-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-column.mobile-first-2 {
  margin-right: 20px;
}

.footer-head {
  color: #000;
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.link {
  color: #000;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.link.phone {
  color: #000;
  margin-top: 10px;
}

.address-text {
  color: #000;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.text-field-2 {
  background-color: #fff3;
  border: 1px solid #fff3;
  border-radius: 4px;
  width: 263px;
}

.form-2 {
  position: relative;
}

.submit-button {
  background-color: #0000;
  background-image: url('../images/arrow_forward_24px_1arrow_forward_24px.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
  width: 73.5807px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link-2 {
  color: #000;
  text-align: center;
  margin-top: 35px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.left-column-cta {
  max-width: 466px;
}

.black-wave-section {
  background-image: linear-gradient(#003a5d, #003a5d);
  height: 20px;
  margin-top: 80px;
  padding-top: 25px;
}

.black-wave-section.auto-height {
  height: auto;
}

.wave-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 920px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-a3 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  list-style-type: disc;
}

.paragraph-a3.aboutbullet {
  text-align: left;
}

.paragraph-a3.support {
  text-align: center;
}

.paragraph-a3.abouttop {
  text-align: left;
  font-weight: 400;
}

.columns-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.column-about-us {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 280px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 1px 1px 13px #00146d26;
}

.icon {
  background-image: url('../images/check-square_1check-square.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.cta-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.cta-wrapper.short {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

.ctas-gap {
  width: 60px;
}

.number {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 410px;
  height: auto;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-box {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  position: static;
  overflow: visible;
}

.image-im-flexbox {
  background-image: url('../images/Group-63_1Group 63.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 470px;
  height: 504px;
}

.image-im-flexbox._2im {
  background-image: url('../images/eds_integrated_print2_1eds_integrated_print2.webp');
  background-size: 50%;
}

.image-im-flexbox._3im {
  background-image: url('../images/eds_integrated_digital_1eds_integrated_digital.webp');
  background-size: 50%;
}

.image-im-flexbox._4im {
  background-image: url('../images/eds_integrated_websites_1eds_integrated_websites.webp');
  background-size: 50%;
}

.image-im-flexbox._5im {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: url('../images/shutterstock_6545424822.jpg');
  background-position: 50%;
  background-size: contain;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 300px;
  margin-top: -70px;
  padding-right: 10px;
  display: block;
  overflow: visible;
}

.right-box {
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.right-box.alternate-left {
  margin-left: 0;
  margin-right: 60px;
}

.print-image {
  background-image: url('../images/Group-63_1Group 63.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 503px;
  height: 504px;
}

.link-3 {
  color: #0091b3;
  margin-top: 15px;
  margin-right: 5px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
}

.arrow-link-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.digital-image {
  background-image: url('../images/Group-63_1Group 63.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 503px;
  height: 504px;
}

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template: "."
                 "."
                 "."
                 "." minmax(0, 1fr)
                 / 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  justify-items: center;
  display: grid;
}

.team-grid.memorium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.profile-1 {
  filter: saturate(0%);
  cursor: pointer;
  background-image: url('../images/Ellipse-95_1Ellipse 95.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 220px;
  width: 100%;
  height: 180px;
}

.profile-1:hover {
  filter: saturate();
}

.profile-1._3 {
  background-image: url('../images/1_11.webp');
  background-size: cover;
}

.profile-1._1 {
  filter: grayscale();
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Group-79.png');
  background-clip: border-box;
}

.profile-1._1:hover {
  filter: saturate();
}

.profile-1.gheorghec {
  filter: grayscale();
  background-image: url('../images/gheorghe_Circle_360px_1gheorghe_Circle_360px.webp');
  background-size: 180px;
  width: 100%;
  height: 180px;
  font-size: 14px;
}

.profile-1.gheorghec:hover {
  filter: grayscale(0%);
}

.profile-1.nancyc {
  filter: grayscale();
  background-image: url('../images/nancy_Circle-360px_1nancy_Circle-360px.webp');
  background-size: 180px;
}

.profile-1.nancyc:hover {
  filter: grayscale(0%);
}

.profile-1.marinac {
  background-image: url('../images/Marina_Circle_360px_1Marina_Circle_360px.webp');
  background-size: 180px;
}

.profile-1.connorc {
  background-image: url('../images/download.png');
  background-size: 180px;
}

.profile-1.jamesc {
  background-image: url('../images/JamesJett_Circle_360px_1JamesJett_Circle_360px.webp');
  background-size: 180px;
}

.profile-1.patc {
  filter: grayscale();
  background-image: url('../images/pat_Circle_360px_1pat_Circle_360px.webp');
  background-size: 180px;
}

.profile-1.patc:hover {
  filter: grayscale(0%);
}

.profile-1.amyc {
  filter: grayscale();
  background-image: url('../images/amy_Circle_360px_1amy_Circle_360px.webp');
  background-size: 180px;
}

.profile-1.amyc:hover {
  filter: grayscale(0%);
}

.profile-1.terryc {
  filter: grayscale();
  background-image: url('../images/terry_Circle_360px_1terry_Circle_360px.webp');
  background-size: 180px;
}

.profile-1.terryc:hover {
  filter: grayscale(0%);
}

.profile-1.chrisc {
  filter: grayscale();
  -webkit-text-fill-color: inherit;
  background-image: url('../images/chris_Circle_360px_1chris_Circle_360px.webp');
  background-size: 180px;
  background-clip: border-box;
}

.profile-1.chrisc:hover {
  filter: grayscale(0%);
}

.profile-1.kimc {
  filter: grayscale();
  background-image: url('../images/kim_Circle_360px_1kim_Circle_360px.webp');
  background-size: 180px;
}

.profile-1.kimc:hover {
  filter: grayscale(0%);
}

.profile-1.garyc {
  filter: grayscale();
  background-image: url('../images/gary_Circle_360px_1gary_Circle_360px.webp');
  background-size: 180px;
}

.profile-1.garyc:hover {
  filter: grayscale(0%);
}

.profile-1.janetc {
  filter: grayscale();
  background-image: url('../images/Janet_Circle_360px.png');
  background-size: 180px;
}

.profile-1.janetc:hover {
  filter: grayscale(0%);
}

.profile-1.markc {
  filter: grayscale();
  background-image: url('../images/mark_Circle_360px_1mark_Circle_360px.webp');
  background-size: 180px;
}

.profile-1.markc:hover {
  filter: grayscale(0%);
}

.profile-1.derekc {
  filter: grayscale();
  background-image: url('../images/Derek_Circle_360px_1Derek_Circle_360px.webp');
  background-size: 180px;
}

.profile-1.derekc:hover {
  filter: grayscale(0%);
}

.profile-1.rebecca {
  background-image: url('../images/Becky_Circle_360px_1Becky_Circle_360px.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px;
  background-attachment: scroll;
}

.profile-1.marytrittinc {
  background-image: url('../images/mary_Circle_360.png');
  background-size: 180px;
}

.profile-1.jodanbll {
  background-image: url('../images/Jordan_circle_360px.png');
  background-size: 180px;
}

.profile-1.nath {
  background-image: url('../images/Nathaniel_circle_360x.png');
  background-size: 180px;
}

.profile-1.jimjett {
  height: auto;
}

.profile-1.oni {
  background-image: url('../images/Oni_Circle_360px.png');
  background-size: 180px;
}

.profile-1.kassy {
  background-image: url('../images/Kassie_Circle_360px-1.png');
  background-size: 180px;
}

.profile-1.jessica {
  background-image: url('../images/Jessica_Berg1-modified.png');
  background-size: 180px;
}

.profile-1.test {
  background-image: none;
}

.profile-1.aaron {
  background-image: url('../images/Aaron_circle_360px.png');
  background-size: 180px;
}

.profile-1.bryan {
  background-image: url('../images/Bryan_Circle_360px.png');
  background-size: 180px;
}

.team-profile-wrapper {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: 230.456px;
  position: static;
}

.team-person-name {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 31px;
}

.team-person-name.left-align {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

.popup-wrapper {
  z-index: 1001;
  cursor: auto;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.popup-wrapper.amypop, .popup-wrapper.terrypop, .popup-wrapper.jamespop {
  display: none;
}

.popup-wrapper.jamespop.show {
  display: flex;
}

.popup-wrapper.kimpop {
  cursor: auto;
  display: none;
}

.popup-wrapper.nancypop, .popup-wrapper.derekpop, .popup-wrapper.markpop, .popup-wrapper.garypop, .popup-wrapper.connorpop, .popup-wrapper._1 {
  display: none;
}

.popup-wrapper.gheorghepop {
  cursor: auto;
  display: none;
}

.popup-wrapper.marinapop, .popup-wrapper.janetpop, .popup-wrapper.patpop, .popup-wrapper.chrispop, .popup-wrapper.beckypop {
  display: none;
}

.popup-wrapper.beckypop.show {
  display: flex;
}

.popup-wrapper.marytrittinpo, .popup-wrapper.jimjett {
  display: none;
}

.popup-wrapper.jimjett.show {
  display: flex;
}

.popup-wrapper.aaronpop-copy, .popup-wrapper.bryanpop {
  display: none;
}

.popup-wrapper.bryanpop.show {
  display: flex;
}

.popup-container {
  z-index: 5;
  background-color: #f7f8fd;
  align-items: center;
  max-width: 1160px;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
  display: block;
  position: relative;
  overflow: auto;
}

.popup-flexbox {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.p-right-box {
  padding-top: 20px;
  display: block;
}

.p-profile-1 {
  width: 400px;
  height: 400px;
}

.p-profile-1.terrys {
  background-image: url('../images/terry_Square_800px_1terry_Square_800px.webp');
  background-size: 400px;
}

.p-profile-1.amys {
  background-image: url('../images/amy_Square_800px_1amy_Square_800px.webp');
  background-size: 400px;
}

.p-profile-1.jamess {
  background-image: url('../images/Jordan.jpg');
  background-size: 400px;
}

.p-profile-1.kims {
  background-image: url('../images/kim_Square_800px_1kim_Square_800px.webp');
  background-size: 400px;
}

.p-profile-1.dereks {
  background-image: url('../images/Derek_Square_800px_1Derek_Square_800px.webp');
  background-size: 400px;
}

.p-profile-1.marks {
  background-image: url('../images/mark_Square_800px_1mark_Square_800px.webp');
  background-size: 400px;
}

.p-profile-1.garys {
  background-image: url('../images/gary_Square_800px_1gary_Square_800px.webp');
  background-size: 400px;
}

.p-profile-1.marinas {
  background-image: url('../images/gheorghe_Square_800px_1gheorghe_Square_800px.webp');
  background-size: 400px;
}

.p-profile-1.nancys {
  background-image: url('../images/nancy_Square-800px_1nancy_Square-800px.webp');
  background-size: 400px;
}

.p-profile-1.pats {
  background-image: url('../images/pat_Square_800px_1pat_Square_800px.webp');
  background-size: 400px;
}

.p-profile-1.chriss {
  background-image: url('../images/chris_Square_800px_1chris_Square_800px.webp');
  background-size: 400px;
}

.p-profile-1.janets {
  background-image: url('../images/Janet_Strader1.jpg');
  background-size: 400px;
}

.p-profile-1.connnors {
  background-image: url('../images/con-icon.jpg');
  background-size: 400px;
}

.p-profile-1.marinas {
  background-image: url('../images/Marina_Square_800px_1Marina_Square_800px.webp');
}

.p-profile-1.gheorghes {
  background-image: url('../images/gheorghe_Square_800px_1gheorghe_Square_800px.webp');
  background-size: 400px;
}

.p-profile-1.beckyw {
  background-image: url('../images/Becky_Square_800px_1Becky_Square_800px.webp');
  background-position: 0 0;
  background-size: cover;
}

.p-profile-1.marytrittin {
  background-image: url('../images/mary_Square_800.png');
  background-size: 400px;
}

.p-profile-1.nath {
  background-image: url('../images/Nathaniel.jpg');
  background-size: 400px;
}

.p-profile-1.kassy {
  background-image: url('../images/Kassie_Jones1-1.jpeg');
  background-size: 400px;
}

.p-profile-1.oni {
  background-image: url('../images/OniHarton202505.jpeg');
  background-size: 400px;
}

.p-profile-1.jessica-inner {
  background-image: url('../images/Jessica_Berg1.jpg');
  background-position: 50%;
  background-size: cover;
}

.p-profile-1.aaron {
  background-image: url('../images/Aaron.jpg');
  background-position: 50%;
  background-size: 400px;
}

.p-profile-1.bryan {
  background-image: url('../images/Bryan.jpg');
  background-size: 400px;
}

.cross-mark {
  opacity: .7;
  cursor: pointer;
  background-image: url('../images/x_1x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  transition: all .1s;
  position: absolute;
  inset: 30px 30px auto auto;
}

.cross-mark:hover {
  opacity: 1;
}

.home-profile-animation {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 2200px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: none;
}

.home-profile-animation:hover {
  background-color: #00000080;
  display: flex;
}

.text-2 {
  color: #0009;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 5px;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.light-bg-body {
  background-color: #fff;
}

._40px-height-p {
  height: 40px;
}

.products-flexbox {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  letter-spacing: 1px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.text-block.top-20 {
  margin-top: 20px;
}

.more-wrapper-1 {
  background-color: #aaa99f59;
  align-items: flex-start;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 5px;
  display: none;
}

.more-wrapper-1.block {
  display: block;
}

.arrow-link-wrapper-sl {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
}

.sl-1 {
  color: #0091b3;
  margin-top: 15px;
  margin-right: 5px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: none;
}

.more-wrapper-2 {
  display: none;
}

.sm-1 {
  color: #0091b3;
  margin-top: 15px;
  margin-right: 5px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
}

.dark-black {
  color: #0009;
  font-weight: 900;
  display: inline;
}

.dropdown-toggle {
  color: var(--ghost-white);
  margin-right: 10px;
  padding: 0;
}

.dropdown-toggle:focus {
  display: inline-block;
}

.dropdown-toggle.w--open {
  color: var(--ghost-white);
}

.dropdown-list {
  background-color: #604343;
}

.dropdown-list.w--open {
  background-color: #000;
  padding-bottom: 10px;
}

.icon-2 {
  margin-top: 33px;
  margin-right: 0;
}

.profile-link-block {
  text-decoration: none;
}

.brand {
  width: 210px;
  margin-left: -35px;
}

.brand.w--current {
  width: 210px;
  margin-top: 15px;
  margin-left: -35px;
}

.testimonial-flexbox {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.testimonial-flexbox.last {
  margin-bottom: 0;
}

.testimonial-image-wrapper {
  width: 220px;
  height: 110px;
}

.testimonial-text-wrapper {
  width: 70%;
  margin-left: 40px;
  display: block;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.testi-quote {
  color: var(--black-60);
  font-family: Mulish, sans-serif;
  font-weight: 500;
  display: block;
}

.testi-quote.underclients {
  font-size: 16px;
  line-height: 21px;
}

.testimonial-image-wrapper-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 110px;
  display: flex;
}

.testimonial-image-wrapper-2, .testimonial-image-wrapper-3, .testimonial-image-wrapper-4, .testimonial-image-wrapper-5, .testimonial-image-wrapper-6 {
  background-image: url('../images/bd-logo_2bd-logo_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 220px;
  height: 110px;
}

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

.typedjs {
  color: var(--steel-blue);
  margin-left: 8px;
  margin-right: 8px;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.counter {
  color: #02284b;
  font-family: Oswald, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 40px;
}

.counter.red {
  color: #bc070a;
}

.counter.orange {
  color: #ea5811;
}

.plus {
  color: #a8ad00;
  text-align: right;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 27px;
}

.plus.red {
  color: #bc070a;
}

.plus.orange {
  color: #ea5811;
}

.plus.medblue {
  color: #0d4870;
}

.plus.textright {
  color: #02284b;
  text-align: left;
  width: 310px;
  padding-left: 14px;
  font-size: 33px;
  font-weight: 300;
  line-height: 27px;
}

.plus.left, .plus.left.medblue {
  color: #a8ad00;
  line-height: 27px;
}

.plus.left.orange {
  color: #ea5811;
}

.testimonials-wrapper-t6 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.slider-t6 {
  background-color: #0000;
  height: 345px;
}

.user-picture-t6 {
  width: 160px;
  padding: 3px;
}

.user-picture-t6._1, .user-picture-t6._2, .user-picture-t6._3 {
  width: 170px;
}

.user-picture-t6._4 {
  width: 150px;
}

.user-picture-t6._6 {
  width: 240px;
}

.user-picture-t6.prov, .user-picture-t6.aspen {
  width: 170px;
}

.user-picture-t6.new {
  width: 140px;
}

.user-picture-t6._7 {
  width: 170px;
}

.user-picture-t6._8 {
  width: 190px;
}

.user-picture-t6._9 {
  width: 210px;
}

.testimonials-wrapper {
  border-radius: 20px;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 1px 12.58px #00146d26;
}

.user-name-t6 {
  text-align: center;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.user-picture-subwrapper-t6 {
  box-shadow: 1px 1px 10px #cfcfcf;
}

.user-picture-subwrapper-t6.in {
  background-color: #00000040;
}

.user-picture-wrapper-t6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-t6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.testimonials-t6 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.left-arrow-t6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.slide-nav-t6 {
  text-align: center;
  padding-top: 35px;
  display: block;
}

.arrow-wrapper-t6 {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 1px 1px 1px #dfdfdf;
}

.arrow-wrapper-t6:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 2px #ddd;
}

.company-name-t6 {
  text-align: center;
  margin-top: 11px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.quote-t6 {
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

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

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

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-team-2 {
  color: #0091b3;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
}

.text-team-2.centre {
  text-align: center;
  letter-spacing: 1px;
}

.text-team-2.cta {
  letter-spacing: 1px;
}

.normal-head {
  text-align: right;
  font-weight: 300;
  display: inline;
}

.div-block-6 {
  height: 40px;
}

.hidden-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 250px;
  margin-top: 10px;
  margin-left: 50px;
}

.hidden-image.w1 {
  background-image: url('../images/eds_print_donoradvisor_visions_1eds_print_donoradvisor_visions.webp');
}

.hidden-image.w3 {
  background-image: url('../images/eds_print_techniques_1eds_print_techniques.webp');
}

.hidden-image.w4 {
  background-image: url('../images/eds_print_targetmailers_1eds_print_targetmailers.webp');
}

.hidden-image.w5 {
  background-image: url('../images/eds_print_brochures_1eds_print_brochures.webp');
}

.hidden-image.w6 {
  background-image: url('../images/eds_print_postcards_1eds_print_postcards.webp');
}

.hidden-image.d1 {
  background-image: url('../images/eds_digital_ebooklets_1eds_digital_ebooklets.webp');
}

.hidden-image.d2 {
  background-image: url('../images/eds_digital_convstarters_1eds_digital_convstarters.webp');
}

.hidden-image.d3 {
  background-image: url('../images/eds_digital_epockettaxtable_1eds_digital_epockettaxtable.webp');
}

.hidden-image.d4 {
  background-image: url('../images/eds_digital_willguide_1eds_digital_willguide.webp');
}

.hidden-image.d5 {
  background-image: url('../images/SpiritOfGivingImage.jpg');
}

.hidden-image.d7 {
  background-image: url('../images/eds_digital_eblasts_1eds_digital_eblasts.webp');
}

.hidden-image.d9 {
  background-image: url('../images/eds_digital_plannedgivinganswers_1eds_digital_plannedgivinganswers.webp');
}

.hidden-image.d6 {
  background-image: url('../images/eds_digital_etechniques_1eds_digital_etechniques.webp');
}

.div-block-7 {
  background-color: #000;
  border-radius: 100000px;
  flex: none;
  width: 6px;
  height: 6px;
  margin-top: 12px;
  margin-left: 10px;
  margin-right: 5px;
}

.bullet-flexbox {
  align-items: flex-start;
  padding-left: 5px;
  display: flex;
}

._50-content {
  width: 50%;
  display: block;
}

._50-content.wider {
  width: 100%;
  display: block;
}

.slide {
  overflow: visible;
}

.link-block, .link-block-2, .link-block-3 {
  width: 168px;
  height: 64px;
}

.link-block-4 {
  width: 168px;
}

.link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  width: 168px;
  height: 64px;
}

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

.aboutusbullet {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: none;
}

.list {
  text-align: left;
  display: block;
}

.text-span-2 {
  font-weight: 400;
}

.dropdown-2 {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
}

.dropdown-toggle-2 {
  color: #fff;
  border-bottom: 1px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.dropdown-toggle-2:hover {
  border-bottom-color: #fff;
}

.icon-3 {
  margin-top: 12px;
  margin-right: -11px;
}

.text-block-2 {
  text-align: center;
  margin-right: 10px;
}

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

.dropdown-list-2.w--open {
  background-color: #003a5d;
  padding-bottom: 5px;
  padding-left: 5px;
}

.nav-link-2 {
  color: #fff;
  border: 1px solid #0000;
  margin-left: 5px;
  margin-right: 15px;
  padding: 10px 0 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: all .2s;
}

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

.nav-link-2:active, .nav-link-2.w--current {
  color: #347df0;
}

.nav-link-2.black {
  color: #fff;
}

.nav-link-2.black.w--current {
  color: #3eb1c8;
}

.linkedinlogo {
  width: 100px;
  max-width: none;
}

.text-span-3, .text-span-4 {
  color: #000;
}

.close-area {
  cursor: pointer;
  position: fixed;
  inset: 0%;
}

.onegoalslider {
  background-color: #ffffff36;
  border-radius: 8px;
  width: 90%;
  height: 440px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 6px -1px #5a5a5a;
}

.slide-2 {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 10px;
  outline: 3px #333;
}

.slide-3 {
  background-image: url('../images/AdobeStock_390504972_Preview_1AdobeStock_390504972_Preview.webp');
  background-position: 0 0;
  background-size: auto;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.onegoalpara {
  color: #000;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px;
  font-family: Mulish, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
}

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

.onegoalpara.product-page {
  color: #0009;
  margin-top: 10px;
  margin-bottom: 0;
}

.onegoalpara.product-page._50 {
  margin-left: 0;
  padding-left: 5px;
}

.onegoalpara.about-box-para {
  text-align: center;
}

.onegoalpara.bullet {
  color: #0009;
  margin-bottom: 0;
}

.onegoalpara.bullet._50 {
  width: 50%;
  margin-left: 0;
  padding-left: 10px;
}

.onegoalpara.bullet.about {
  color: #000;
  text-align: center;
  flex: 1;
  font-weight: 400;
}

.onegoalpara.p-text {
  color: #0009;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 5px;
}

.onegoalpara.p-text._50 {
  margin-left: 0;
  padding-left: 10px;
}

.onegoalpara.oneghead {
  color: #0d4870;
  letter-spacing: 2px;
  flex-direction: column;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: block;
}

.onegoalpara.oneghead.maximize {
  display: flex;
}

.onegoalpara.pad {
  margin-top: 20px;
}

.onegoalpara.projects {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  display: flex;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.icon-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 15vw;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.icon-container.yellow {
  background-image: linear-gradient(#fff3cc, #fff3cc);
  height: 14vw;
}

.icon-container.green {
  background-color: #e1efd9;
  height: 14vw;
}

.icon-container.blue {
  background-image: linear-gradient(#d9e2f3, #d9e2f3);
  height: 14vw;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix.down, .flex-vertical.marquee-fix.first-one-pull-up {
  margin-top: 0;
}

.header-secondary {
  max-width: 100%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  line-height: 120%;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
  height: 7px;
  line-height: 20px;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.container-3 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-3.flex-vertical {
  display: flex;
}

.paragraph-3 {
  text-align: center;
  white-space: normal;
  object-fit: fill;
  position: static;
}

.paragraph-3.logopara {
  white-space: normal;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.paragraph-large {
  font-size: 20px;
}

.paragraph-large.centered-svp {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  flex: none;
  width: 41%;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 1000px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.marquee-cover.auto {
  position: relative;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flip-svp {
  display: block;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical.first {
  margin-top: 930px;
}

.sliderclients {
  font-family: Rubik, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 39px;
}

.sliderclients.testimonialshead {
  text-align: center;
  padding-bottom: 21px;
}

.italic-text {
  display: inline;
}

.navbar-home-black {
  background-color: #003a5d;
  height: 80px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.container-4 {
  background-color: #3f5163;
}

.navbar-2 {
  background-color: #003a5d;
}

.dropdown-list-2-hb {
  background-color: #865f5f;
}

.dropdown-list-2-hb.w--open {
  background-color: #003a5d;
  padding-bottom: 5px;
  padding-left: 5px;
}

.img-section {
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.scroll-section {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translate(0);
}

.header-wrapper {
  width: 100%;
  height: 100vh;
}

.header-wrapper.fixed {
  z-index: 5;
  object-fit: fill;
  flex-direction: column;
  width: 80%;
  height: 400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  bottom: auto;
  right: auto;
  overflow: visible;
  transform: translate(0);
}

.paragraph-4 {
  color: #000;
  text-align: left;
  width: 700px;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 2vw;
  font-style: normal;
  line-height: 21px;
  text-decoration: none;
  position: static;
}

.white-section {
  background-color: #fff;
  width: 80%;
  height: 400px;
  padding: 0 60px 80px;
  overflow: hidden;
}

.scroll-content {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}

.wrap {
  height: 100%;
  position: relative;
}

.wrap.img-1 {
  height: 20%;
}

.white-section-2 {
  padding: 0 60px 80px;
}

.white-section-2.ghost-white-bg {
  object-fit: fill;
  background-color: #f7f8fd;
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-right: 0;
  display: block;
  position: sticky;
  overflow: hidden;
}

.scroll-section-2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0);
}

.c {
  background-image: linear-gradient(#0d68db, #0d68db);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 40px;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.c._5 {
  background-image: linear-gradient(#bc070a, #bc070a);
}

.c._1 {
  margin-top: 0;
}

.c._1.realfirst {
  flex-direction: row;
  display: flex;
}

.c._6 {
  background-image: linear-gradient(#ea5811, #ea5811);
}

.c._2 {
  background-image: linear-gradient(#0093b2, #0093b2);
}

.c._1 {
  background-image: linear-gradient(#003b5c, #003b5c);
  margin-top: 0;
}

.c._4 {
  background-image: linear-gradient(#c5b783, #c5b783);
}

.c._3 {
  background-image: linear-gradient(#a8ad00, #a8ad00);
}

.c._4-copy {
  background-image: linear-gradient(#c5b783, #c5b783);
}

.marquee-2 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.companytext {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

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

.flex-horizontal-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
}

.flex-horizontal-3.noheight, .flex-horizontal-3.auto {
  height: auto;
}

.marquee-copy {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.marquee-copy-2 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-vertical-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 6905px;
  display: flex;
  position: static;
}

.loop-container {
  flex-direction: column;
  align-items: center;
  height: 69050px;
  display: flex;
}

.text-block-3 {
  color: #16191d;
  text-align: left;
  min-width: 320px;
  padding-left: 20px;
  font-family: Oswald, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 23px;
}

.text-block-3._1g {
  color: #0d68db;
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
}

.text-block-3._1g.max {
  color: #22313b;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  border: 2px solid #0d68db;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 450px;
  display: flex;
}

.text-span-5 {
  color: #16191d;
  letter-spacing: 1px;
  padding-left: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 23px;
}

.text-span-5.goal {
  padding-left: 10px;
  font-size: 40px;
}

.image {
  width: 480px;
}

.text-span-6 {
  color: #a8ad00;
  text-transform: none;
  white-space: normal;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.text-span-7 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.plusspacer {
  width: 97px;
  height: 4px;
}

.text-span-8 {
  color: #a8ad00;
  line-height: 27px;
}

.text-span-9, .medblue, .text-span-10 {
  color: #a8ad00;
}

.track-vertical-3 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 5880px;
  display: flex;
  position: static;
}

.image-2 {
  width: auto;
  margin-top: 15px;
  margin-bottom: auto;
  margin-left: 0;
}

.image-3 {
  width: 100%;
  margin-top: 0;
}

.image-4 {
  width: auto;
  height: 180px;
  padding-left: 8px;
}

.form-3 {
  display: none;
}

.html-embed {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: row;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: auto;
  overflow: visible;
}

.link-4, .link-5 {
  color: #0091b3;
}

.marquee-copy-3 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: none;
  position: relative;
  overflow: hidden;
}

.linkedinlogocompany {
  margin-top: 0;
  margin-right: 7px;
}

.link-block-9 {
  color: #0091b3;
}

.track-vertical-4 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-4.first {
  margin-top: 930px;
}

.track-vertical-5 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-5.first {
  margin-top: 930px;
}

.track-vertical-6 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-6.first {
  margin-top: 930px;
}

.track-vertical-7 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-7.first {
  margin-top: 930px;
}

.track-vertical-8 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-8.first {
  margin-top: 930px;
}

.track-vertical-9 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-9.first {
  margin-top: 930px;
}

.track-vertical-10 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-10.first {
  margin-top: 930px;
}

.track-vertical-11 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-11.first {
  margin-top: 930px;
}

.track-vertical-12 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-12.first {
  margin-top: 930px;
}

.track-vertical-13 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-13.first {
  margin-top: 930px;
}

.track-vertical-14 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-14.first {
  margin-top: 930px;
}

.track-vertical-15 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-15.first {
  margin-top: 930px;
}

.track-vertical-16 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-16.first {
  margin-top: 930px;
}

.companytext-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.track-vertical-17 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-17.first {
  margin-top: 930px;
}

.companytext-3 {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.track-vertical-18 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-18.first {
  margin-top: 930px;
}

.companytext-4 {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.track-vertical-19 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-19.first {
  margin-top: 930px;
}

.companytext-5 {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.track-vertical-20 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-20.first {
  margin-top: 930px;
}

.link-block-10 {
  width: 14px;
  height: 20px;
}

.image-5 {
  width: 20px;
}

.track-vertical-21 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-21.first {
  margin-top: 930px;
}

.track-vertical-22 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-22.first {
  margin-top: 930px;
}

.div-block-12 {
  height: 45px;
}

.div-block-13 {
  width: 1000px;
}

.div-block-14 {
  width: 100px;
}

.div-block-15, .div-block-16 {
  width: 105px;
}

.div-block-17 {
  height: 50px;
}

.div-block-18 {
  min-height: 50px;
}

.div-block-19 {
  min-height: 5px;
}

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

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

.track-vertical-23 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-23.first {
  margin-top: 930px;
}

.track-vertical-24 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-24.first {
  margin-top: 930px;
}

.track-vertical-25 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-25.first {
  margin-top: 930px;
}

.track-vertical-26 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.track-vertical-26.first {
  margin-top: 0;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

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

.site-faq {
  display: block;
}

.heading {
  color: #0093b2;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.heading.faq-header {
  color: #0091b3;
  cursor: pointer;
  border: 1px solid #0091b3;
  padding: 15px 40px 15px 20px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.faq-hidden {
  border: 1px solid #0091b3;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 20px;
  font-family: Mulish, sans-serif;
}

.para-item {
  margin-bottom: 10px;
}

.faq-box {
  border-bottom: 0 solid #000;
  margin-top: 20px;
  padding-bottom: 0;
}

.lets-talkcta {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.lets-talkcta.hide {
  display: none;
}

.home-hero-overlay {
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.career-row {
  align-items: flex-start;
  display: flex;
}

.career-intro {
  width: 50%;
  margin-top: -7px;
  padding-right: 20px;
}

.career-video {
  width: 50%;
}

.video-wrapper-main {
  padding-bottom: 56.25%;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.html-embed-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.website-hero-section {
  color: #fff;
  text-align: center;
  background-image: url('../images/AdobeStock_666049676-min-p-3200.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  min-height: 75vh;
  padding: 100px 0 50px;
  font-family: Rubik, sans-serif;
  display: flex;
}

.wh-inner {
  width: 100%;
}

.green-bar {
  background-color: #a8ad009c;
  padding: 15px 20px;
}

.wh-tite {
  max-width: 1160px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Rubik, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.4;
}

.wh-bold {
  font-weight: 700;
}

.wh-btn {
  text-align: center;
  margin-top: 25px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.blue-btn-square {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #0091b3;
  border: 1px solid #0091b3;
  border-radius: 0;
  padding: 13px 40px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: all .2s;
  display: inline-block;
}

.blue-btn-square:hover {
  background-color: #a8ad00;
  border-color: #a8ad00;
}

.blurbs-section {
  color: #fff;
  text-align: center;
  background-color: #003a5d;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.blurbs-row {
  display: flex;
}

.blurbs-column {
  border-right: 3px solid #fff;
  width: 33.33%;
  padding: 35px 20px;
}

.blurbs-column.last {
  border-right-width: 0;
}

.web-content-section {
  color: #000;
  text-align: center;
  padding: 100px 20px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.wc-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-heading {
  color: #a8ad00;
  text-align: center;
  max-width: 870px;
  margin: 0 auto 30px;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.content-text {
  margin-bottom: 10px;
}

.content-lists {
  text-align: left;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.content-list-item {
  position: relative;
}

.list-2 {
  list-style-type: none;
}

.content-listmain {
  padding-left: 0;
  list-style-type: none;
}

.content-tem {
  background-image: url('../images/iconn_1iconn.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 5px 0 5px 40px;
  line-height: 1.2;
  position: relative;
}

.content-btn {
  margin-top: 50px;
}

.web-work-section {
  color: #000;
  padding: 80px 20px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.work-row {
  align-items: center;
  display: flex;
}

.work-right {
  width: 60%;
  padding-left: 40px;
}

.work-left {
  width: 40%;
}

.work-img {
  background-image: url('../images/AdobeStock_463868082-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding-bottom: 100%;
}

.wr-wrap {
  max-width: 550px;
}

.work-heading {
  color: #a8ad00;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.work-btn {
  margin-top: 40px;
}

.web-feature-section {
  color: #000;
  padding: 40px 20px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.feature-row {
  flex-flow: wrap;
  display: flex;
}

.feature-column {
  width: 32%;
  margin-top: 20px;
  margin-right: 2%;
}

.feature-column.last {
  margin-right: 0%;
}

.feature-wrap {
  max-width: 310px;
}

.feature-img {
  background-image: url('../images/shutterstock_5216298402.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  padding-bottom: 48.75%;
}

.feature-img.gain {
  background-image: url('../images/shutterstock_24211907632.jpg');
  padding-bottom: 48.75%;
}

.feature-img.cyw {
  background-image: url('../images/shutterstock_14926142062.jpg');
  background-size: contain;
  padding-bottom: 48.57%;
}

.feature-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.feature-text.short {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.feature-heading {
  color: #a8ad00;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 10px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.feature-content {
  margin-top: 20px;
}

.web-plan-section {
  color: #000;
  text-align: center;
  background-color: #f0f7fd;
  border-top: 1px solid #a0a6ab;
  border-bottom: 1px solid #a0a6ab;
  padding: 120px 20px 150px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.plan-heading {
  color: #a8ad00;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.plan-heading.center {
  text-align: center;
  margin-bottom: 40px;
}

.plan-row {
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.plan-column {
  width: 32%;
  margin-right: 2%;
}

.plan-column.last {
  margin-right: 0%;
}

.pla-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.plan-list-item {
  background-image: url('../images/iconn_1iconn.png');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin-bottom: 7px;
  padding-left: 35px;
}

.plan-paragraph {
  margin-top: 10px;
  margin-bottom: 0;
}

.plan-paragraph.bold {
  font-weight: 700;
}

.web-get-start-section {
  color: #000;
  text-align: center;
  padding: 130px 20px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.wgs-row {
  flex-flow: wrap;
  margin-top: 20px;
  display: flex;
}

.wgs-column {
  width: 32%;
  margin-right: 2%;
}

.wgs-column.last {
  margin-right: 0%;
}

.wgs-img {
  min-height: 100px;
}

.wgs-content {
  margin-top: 15px;
}

.wgs-btn {
  margin-top: 45px;
}

.web-owner-section {
  color: #000;
  padding: 70px 20px 155px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.web-owner-section.hide {
  display: none;
}

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

.owner-image {
  background-image: url('../images/nancy_Square-800px_1nancy_Square-800px.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 150px;
  min-width: 150px;
  height: 150px;
  min-height: 150px;
}

.owner-details {
  padding-left: 45px;
}

.testimonial-written {
  max-width: 550px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.testimonial-writter {
  color: #a8ad00;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.testimonial-wrap {
  max-width: 590px;
}

.web-donar-section {
  background-color: #f0f7fd;
  border-top: 1px solid #a0a6ab;
  border-bottom: 1px solid #a0a6ab;
  align-items: stretch;
  display: flex;
}

.donner-left {
  background-image: url('../images/shutterstock181046156-min.jpg');
  background-position: 11%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}

.donner-right {
  width: 60%;
  padding: 130px 20px;
}

.donner-wrap {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.donner-btn {
  margin-top: 30px;
}

.donnor-span {
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.logos-without-title {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #0000;
  border: 1px #000;
  outline: 3px #333;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.tabs {
  align-self: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  display: grid;
}

.tab-link-arts-cultural {
  background-color: #003a5d;
  font-size: 18px;
  display: inline-block;
}

.tab-link-arts-cultural.w--current {
  background-color: #003a5db3;
}

.text-block-9 {
  color: #f7f8fd;
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.tab-link-environmental-animal-care {
  color: #003a5d;
  background-color: #acaf37;
}

.tab-link-environmental-animal-care.w--current {
  background-color: #adb038b3;
}

.text-block-14 {
  color: #f7f8fd;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tab-link-foundations-fraternities {
  background-color: #0091b3;
}

.tab-link-foundations-fraternities.w--current {
  background-color: #0091b3b3;
}

.text-block-15 {
  color: #f7f8fd;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tab-link-healthcare {
  background-color: #003a5d;
}

.tab-link-healthcare.w--current {
  background-color: #003a5db3;
}

.text-block-11 {
  color: #f7f8fd;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tab-link-education {
  background-color: #adb038;
}

.tab-link-education.w--current {
  background-color: #adb038b3;
}

.text-block-10 {
  color: #f7f8fd;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tab-link-k-12-education {
  background-color: #0291b4;
}

.tab-link-k-12-education.w--current {
  background-color: #0291b4b3;
}

.text-block-16 {
  color: #f7f8fd;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tab-link-religious {
  background-color: #003a5d;
}

.tab-link-religious.w--current {
  background-color: #003a5db3;
}

.text-block-12 {
  color: #f7f8fd;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tab-link-environmental-social {
  background-color: #aeb137;
}

.tab-link-environmental-social.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #abae36b3;
  background-clip: border-box;
}

.tabs-content {
  aspect-ratio: auto;
  object-fit: cover;
  flex: none;
  order: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.nds {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template: "Area-2 Area-3 Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9 Area-10 Area-11"
                 "Area-12 Area-13 Area-14 Area-15 Area-16"
                 "Area-18 Area-21 Area-19 Area-20 Area-17"
                 "Area-22 Area-23 Area-24 Area-25 Area-26"
                 "Area-27 Area-28 Area-29 Area-30 Area-31"
                 "Area-32 Area-33 Area-34 Area-35 Area-36"
                 "Area-37 Area-38 Area-39 Area-40 Area-41"
                 "Area-42 Area-43 Area-44 Area-45 Area-46"
                 "Area . . . ."
                 / 1fr 1fr 1fr 1fr;
  height: auto;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-13 {
  text-align: center;
  object-fit: contain;
  border: 1px #5a5a5a;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  width: 175px;
  height: 100px;
  margin-bottom: 12px;
  padding-top: 0;
  padding-left: 0;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  overflow: auto;
  box-shadow: 0 2px 4px #003a5db3;
}

.client-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.client-logo-wrap {
  color: #333;
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.client-logo {
  object-fit: contain;
  height: 5rem;
}

.client-testimonail-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.video-testimonials_video-testimonial-item {
  border: .5px solid #ffffff80;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 1px 1px 77px #f5ffe81a;
}

.video-testimonials_lightbox {
  border-bottom: .5px solid #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.video-testimonials_lightbox-image {
  object-fit: contain;
  width: 100%;
  height: 15rem;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  display: none;
  position: absolute;
  inset: 0%;
}

.video-testimonials_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.video-testimonials_title-wrapper {
  margin-bottom: .5rem;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-weight-light {
  font-weight: 300;
}

.video-testimonials_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.video-testimonials_author-image-wrapper {
  margin-right: 1rem;
}

.video-testimonials_author-image {
  height: 3rem;
  min-height: 3rem;
}

.client-logo-wrapper {
  cursor: pointer;
  border: 1px solid #00000026;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo-wrapper.is-button-row-center {
  justify-content: center;
}

.client-logo-wrapper.in {
  background-color: #0000;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: #4e37ff;
  border: 1px #4e37ff;
  border-radius: 10px;
  width: 100%;
  padding: .85rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 7px 7px 0 1px #fff;
}

.button-secondary:hover {
  box-shadow: none;
}

.contact-modal5_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal5_component.show {
  display: flex;
}

.contact-modal5_content-wrapper {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  max-width: 80%;
  height: auto;
  min-height: 50%;
  max-height: 80%;
  padding: 5rem 5%;
  display: flex;
  position: absolute;
  overflow: scroll;
}

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

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

.margin-bottom.margin-large {
  margin-bottom: 4rem;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.contact-modal5_form-block {
  flex-direction: column;
  align-items: stretch;
}

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

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

.form-input {
  color: #000;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label-2 {
  margin-bottom: 0;
}

.text-style-link {
  text-decoration: underline;
}

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

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

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

.error-text {
  color: #e23939;
}

.contact-modal5_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal5_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonail-serbsite-section {
  color: #fff;
  text-align: center;
  background-color: #003a5d;
  padding: 6rem 20px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.website-testimonial-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 75%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.website-testimonial-card {
  width: 100%;
}

.testimonial28_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  border: 1px #000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: grid;
}

.testimonial28_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial28_rating-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial28_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial28_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial28_customer-image {
  color: #fff;
  object-fit: contain;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 3px;
  width: 30rem;
  padding: 5px 10px;
}

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

.website-testimonial-name {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.in-memory-section {
  padding-bottom: 112px;
  padding-left: 60px;
  padding-right: 60px;
}

.container-5 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-profile-wrapper-2 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: 230.456px;
  display: block;
  position: static;
}

.in-mem-image-wrap {
  position: relative;
}

.in-mem-text-wrap {
  color: #f7f8fd;
  background-color: #000000bf;
  padding: .5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.in-mem-text {
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.delete, .card-front, .card-back, .card-wrapper, .cardback {
  transform-style: preserve-3d;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-2 ."
                 ". Area"
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-items: center;
  display: grid;
}

.text-block-17 {
  letter-spacing: 1px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.more-wrapper-3 {
  background-color: #aaa99f59;
  align-items: flex-start;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 5px;
  display: none;
}

.bold-text {
  font-weight: 400;
}

.image-7 {
  vertical-align: baseline;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: static;
  overflow: clip;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .bold-text-7 {
  font-weight: 900;
}

.integratedmarketingh1 {
  color: #fff;
  text-align: center;
  background-image: url('../images/IntegratedMarking_BlueBackdropBlocks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  min-height: 75vh;
  padding: 100px 0 50px;
  font-family: Rubik, sans-serif;
  display: flex;
}

.feature-imgwebsite {
  background-image: url('../images/RpXTSfOQ-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  padding-bottom: 48.75%;
}

.feature-imgwebsite.gain {
  background-image: url('../images/Picture4.jpg');
  padding-bottom: 48.75%;
}

.feature-imgwebsite.cyw {
  background-image: url('../images/WebsiteImage.jpg');
  background-size: contain;
  padding-bottom: 48.57%;
}

.feature-imgwebsite2 {
  background-image: url('../images/Picture3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  padding-bottom: 48.75%;
}

.feature-imgwebsite2.gain {
  background-image: url('../images/AdobeStock_84471735-min.jpeg');
  padding-bottom: 48.75%;
}

.feature-imgwebsite2.cyw {
  background-image: url('../images/WebsiteImage.jpg');
  background-size: contain;
  padding-bottom: 48.57%;
}

.feature-imgwebsite3 {
  background-image: url('../images/Picture3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  padding-bottom: 48.75%;
}

.feature-imgwebsite3.gain {
  background-image: url('../images/Picture4.jpg');
  padding-bottom: 48.75%;
}

.feature-imgwebsite3.cyw {
  background-image: url('../images/shutterstock_526578088-min.jpg');
  background-size: contain;
  padding-bottom: 48.57%;
}

.italic-text-7 {
  font-weight: 900;
}

.bold-text-8 {
  font-weight: 600;
}

.bold-text-8.italic-text-5, .bold-text-9 {
  font-weight: 900;
}

.italic-text-8, .italic-text-9 {
  color: #0009;
  font-weight: 900;
}

.italic-text-10 {
  font-weight: 900;
}

.link-10 {
  text-align: center;
  font-weight: 400;
  display: inline;
}

.link-11, .link-12 {
  text-align: center;
  display: inline;
}

.link-10-copy {
  text-align: center;
  font-weight: 400;
  display: inline;
}

.flexbox-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.flexbox-copy.cta-section {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--ghost-white);
  object-fit: fill;
  align-items: flex-start;
  height: auto;
  padding: 30px 70px 0;
}

.testimonial28_customer-image-foster {
  color: #fff;
  object-fit: contain;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 3px;
  width: 30rem;
  min-height: 50px;
  padding: 5px 10px;
}

.team-profile-wrapper-darcy {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: 230.456px;
  position: static;
}

.button-marketing {
  color: #fff;
  text-align: left;
  background-color: #0091b3;
  border: 1px solid #0091b3;
  border-radius: 60px;
  margin-left: 0;
  padding: 14px 39px 13px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.33px;
  transition: all .2s;
}

.button-marketing:hover {
  color: #0091b3;
  background-color: #fff;
  border: 1px solid #0091b3;
}

.button-marketing.form {
  width: 100%;
}

.button-marketing.products-cta {
  margin-top: 30px;
}

.button-marketing.linkedin {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/linkedinlogo_1linkedinlogo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  background-attachment: scroll;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-top: 15px;
  padding: 10px 78px 10px 10px;
  display: flex;
}

.button-marketing.linkedin.linkedinfooter {
  background-size: 90px;
  width: 135px;
  height: 35px;
}

.button-marketing.homebtn {
  background-color: #a8ad00;
  border-color: #a8ad00;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.button-marketing.homebtn:hover {
  color: #a8ad00;
  background-color: #0000;
}

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

@media screen and (min-width: 1920px) {
  .hero-wrapper.new {
    position: relative;
  }

  .nav-menu.homeblack {
    font-size: 14px;
  }

  .hero-content-wrapper.new {
    position: relative;
  }

  .hero-heading.center.homeright {
    font-size: 100px;
    line-height: 95px;
  }

  .hpme-hero-paragraph.centre.homeright {
    font-size: 36px;
  }

  .hero-sub-wrapper.homehero {
    margin-right: 100px;
    padding-top: 100px;
  }

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

  .section.ghost-white-bg {
    display: none;
  }

  .profile-1.connorc {
    background-image: url('../images/download.png');
  }

  .p-profile-1.connnors {
    background-image: url('../images/con-icon.jpg');
  }

  .brand {
    width: 223px;
    margin-left: -20px;
  }

  .white-section-2.ghost-white-bg {
    display: none;
  }

  .image-2 {
    width: auto;
  }

  .home-hero-overlay {
    background-color: #0000001a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .wh-bold {
    font-weight: 500;
  }

  .donner-left {
    background-position: 0%;
  }

  .logos-without-title {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 0;
  }

  .tabs {
    align-self: center;
    margin-right: -56px;
    padding-right: 0;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
    align-self: flex-start;
    margin-top: 20px;
  }

  .nds {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "Area-2 Area-3 Area-4 Area-5 Area-6"
                   "Area-7 Area-8 Area-9 Area-10 Area-11"
                   "Area-12 Area-13 Area-14 Area-15 Area-16"
                   "Area-18 Area-21 Area-19 Area-20 Area-17"
                   "Area-22 Area-23 Area-24 Area-25 Area-26"
                   "Area-27 Area-28 Area-29 Area-30 Area-31"
                   "Area-32 Area-33 Area-34 Area-35 Area-36"
                   "Area-37 Area-38 Area-39 Area-40 Area-41"
                   "Area-42 Area-43 Area-44 Area-45 Area-46"
                   "Area . . . ."
                   / .4fr .4fr .4fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    width: auto;
    margin-bottom: 5px;
    margin-left: -5px;
    margin-right: 5px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 0;
    display: inline-grid;
  }

  .text-block-13 {
    margin: 12px 2px -12px;
    padding-bottom: 0;
    box-shadow: 0 2px 4px #0009;
  }

  .client-grid {
    grid-auto-rows: 1.25fr;
  }

  .client-logo-wrapper {
    place-content: stretch center;
    align-items: center;
  }

  .delete {
    mix-blend-mode: normal;
    margin-left: 0;
    margin-right: 0;
    transition: transform 1s;
    display: block;
  }

  .delete:hover {
    display: none;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-front, .card-back {
    backface-visibility: hidden;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .section-2 {
    perspective: 1234px;
    transform: translate(0);
  }

  .image-6 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-6.card-front {
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

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

  .cards-back {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% auto;
  }

  .card-wrapper {
    pointer-events: auto;
    transition: transform 1s;
    position: static;
    inset: 0% 0% auto;
  }

  .card-wrapper:hover {
    display: block;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .cardfront {
    backface-visibility: hidden;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .cardback {
    box-sizing: border-box;
    backface-visibility: hidden;
    object-fit: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .section-3 {
    perspective: 1234px;
  }

  .container-6 {
    box-sizing: border-box;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    aspect-ratio: auto;
    object-fit: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: grid;
    position: static;
    overflow: visible;
  }

  .image-7 {
    display: block;
  }

  .button-marketing.homebtn {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 80px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-wrapper {
    background-image: linear-gradient(#0000, #0000), url('../images/EDS_Hero2.jpg');
    background-position: 0 0, 37%;
    background-size: auto, cover;
    margin-top: 0;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .nav-button {
    width: 190px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .container.clients {
    width: 90%;
    max-width: 900px;
    font-size: 10px;
  }

  .nav-menu {
    background-color: #003a5d;
    flex-direction: column;
    align-items: center;
    margin-top: -1px;
    padding: 20px 40px;
    display: flex;
  }

  .nav-menu.homeblack {
    object-fit: fill;
    background-color: #003a5d;
    flex-flow: column;
    padding-top: 20px;
    position: relative;
    bottom: auto;
    overflow: visible;
  }

  .hero-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-heading.center.secondblog {
    margin-top: 72px;
    font-size: 20px;
  }

  .hero-heading.center.secondblog.tablet {
    margin-top: 40px;
    font-size: 23px;
  }

  .hero-sub-wrapper.homehero {
    padding-top: 100px;
    padding-right: 0;
  }

  .button {
    text-align: center;
    width: 221px;
  }

  .button.linkedin.linkedinfooter {
    background-size: 77px;
    width: 113px;
    height: 30px;
  }

  .button.homebtn {
    width: auto;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.form-section {
    padding-bottom: 650px;
  }

  .paragraph-2.clients.left._45 {
    margin-bottom: 30px;
  }

  .h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .h1.cta, .h1.tablet-centre {
    text-align: center;
  }

  .logo {
    margin-right: 20px;
  }

  .flexbox {
    flex-direction: column;
  }

  .flexbox.cta-section {
    height: 480px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .left-column.tablet-last {
    flex-direction: column;
    order: 1;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .paragraph, .paragraph.tablet-popup, .paragraph.product-page, .paragraph.bullet, .paragraph.p-text, .paragraph.left, .paragraph.rich-text {
    text-align: left;
  }

  .team-profile {
    background-size: 180px;
  }

  .profile {
    background-size: 180px;
    border-radius: 600000000000px;
    width: 180px;
    height: 180px;
  }

  .profile-flexbox {
    grid-column-gap: 30px;
  }

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

  .form-block {
    margin-bottom: 0;
  }

  .div-block.clients-wrapper-two {
    text-align: center;
  }

  .footer-column {
    width: 25%;
    margin-right: 10px;
  }

  .text-field-2 {
    width: auto;
  }

  .submit-button {
    width: 50px;
  }

  .menu-button {
    color: #fff;
    padding: 15px 15px 25px;
    font-size: 32px;
    position: relative;
  }

  .menu-button.w--open {
    background-color: #02284b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 25px;
  }

  .left-column-cta {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .black-wave-section {
    height: 250px;
    margin-top: 80px;
    padding-top: 20px;
  }

  .wave-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .column-about-us {
    width: 100%;
  }

  .cta-wrapper.short {
    justify-content: center;
    margin-top: 30px;
  }

  .left-box {
    max-width: none;
  }

  .left-box.first {
    order: -1;
  }

  .image-im-flexbox._2im, .image-im-flexbox._3im, .image-im-flexbox._4im {
    background-size: contain;
    width: 200px;
    height: 200px;
  }

  .image-im-flexbox._5im {
    object-fit: fill;
    background-position: 50%;
    background-size: cover;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 200px;
    max-height: none;
    margin-top: 0;
    overflow: visible;
  }

  .right-box {
    margin-top: 60px;
    margin-left: 0;
  }

  .right-box.alternate-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .arrow-link-wrapper.tab-centre {
    justify-content: center;
  }

  .team-grid {
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .profile-1.jodanbll {
    background-size: 180px;
  }

  .profile-1.nath, .profile-1.bryan {
    background-image: url('../images/Nathaniel_circle_360x.png');
  }

  .team-profile-wrapper {
    width: 210px;
  }

  .team-person-name {
    font-size: 28px;
  }

  .popup-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .popup-wrapper.nancypop, .popup-wrapper.connorpop, .popup-wrapper.gheorghepop, .popup-wrapper.marinapop, .popup-wrapper.patpop, .popup-wrapper.aaronpop-copy {
    display: none;
  }

  .popup-container {
    padding: 20px 30px;
  }

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

  .p-profile-1 {
    background-size: 270px;
    width: 270px;
    height: 270px;
  }

  .p-profile-1.terrys, .p-profile-1.amys, .p-profile-1.jamess, .p-profile-1.kims, .p-profile-1.dereks, .p-profile-1.marks, .p-profile-1.garys, .p-profile-1.nancys, .p-profile-1.pats, .p-profile-1.chriss, .p-profile-1.janets, .p-profile-1.connnors, .p-profile-1.marinas, .p-profile-1.gheorghes, .p-profile-1.nath, .p-profile-1.oni, .p-profile-1.aaron, .p-profile-1.bryan {
    background-size: 270px;
  }

  .cross-mark {
    top: 10px;
    right: 10px;
  }

  .home-profile-animation {
    display: none;
  }

  .dropdown-list.w--open {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 202.982px;
    display: flex;
  }

  .brand, .brand.w--current {
    width: 250px;
  }

  .testimonial-text-wrapper {
    margin-left: 20px;
  }

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

  .testimonial-image-wrapper-1, .testimonial-image-wrapper-2, .testimonial-image-wrapper-3, .testimonial-image-wrapper-4, .testimonial-image-wrapper-5, .testimonial-image-wrapper-6 {
    width: 180px;
  }

  .slider-t6 {
    height: auto;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow-t6 {
    inset: auto 0% 0% auto;
  }

  .left-arrow-t6 {
    inset: auto auto 0% 0%;
  }

  .dropdown {
    width: auto;
  }

  .div-block-5 {
    margin-bottom: 30px;
  }

  .text-team-2 {
    font-size: 36px;
    line-height: 48px;
  }

  .text-team-2.cta, .text-team-2.tablet-centre {
    text-align: center;
  }

  .dropdown-2 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
  }

  .dropdown-toggle-2 {
    width: 112.891px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-list-2.w--open {
    background-color: #003a5d;
  }

  .nav-link-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .onegoalslider {
    height: 480px;
  }

  .onegoalpara {
    text-align: center;
  }

  .onegoalpara.tablet-popup, .onegoalpara.product-page, .onegoalpara.bullet, .onegoalpara.p-text {
    text-align: left;
  }

  .icon-container {
    height: 20vw;
  }

  .container-3 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-3.logopara {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
    line-height: 20px;
  }

  .navbar-home-black {
    height: 80px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button-hb {
    color: #fff;
    padding: 15px 15px 25px;
    font-size: 32px;
  }

  .menu-button-hb.w--open {
    background-color: #003a5d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 25px;
  }

  .menu-button-hb.homeblack {
    float: right;
    clear: none;
    position: relative;
  }

  .dropdown-list-2-hb.w--open {
    background-color: #003a5d;
  }

  .img-section {
    min-height: 41vh;
  }

  .scroll-section {
    position: fixed;
  }

  .white-section, .white-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .scroll-section-2 {
    position: fixed;
  }

  .c {
    height: 40px;
  }

  .text-block-3._1g.max {
    font-size: 35px;
    line-height: 40px;
  }

  .text-span-6 {
    color: #a8ad00;
  }

  .image-4 {
    height: 150px;
    padding-left: 19px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .heading.faq-header {
    font-size: 20px;
    line-height: 1.2;
  }

  .career-row {
    flex-direction: column;
  }

  .career-intro {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .career-video {
    width: 100%;
  }

  .website-hero-section {
    min-height: 32vh;
  }

  .wh-tite {
    font-size: 28px;
  }

  .content-heading {
    max-width: 610px;
    font-size: 28px;
  }

  .work-heading {
    font-size: 28px;
  }

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

  .plan-heading {
    font-size: 28px;
  }

  .donner-left {
    background-position: 19%;
  }

  .donner-right {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: block;
  }

  .tabs-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .text-block-13 {
    width: 135px;
  }

  .client-grid {
    width: 100%;
  }

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

  .contact-modal5_content-wrapper {
    padding: 4rem 5%;
  }

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

  .team-profile-wrapper-2 {
    width: 33.33%;
  }

  .integratedmarketingh1 {
    min-height: 32vh;
  }

  .flexbox-copy {
    flex-direction: column;
  }

  .flexbox-copy.cta-section {
    height: 480px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .team-profile-wrapper-darcy {
    width: 210px;
  }

  .button-marketing {
    text-align: center;
    width: 221px;
  }

  .button-marketing.linkedin.linkedinfooter {
    background-size: 77px;
    width: 113px;
    height: 30px;
  }

  .button-marketing.homebtn {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper {
    background-image: linear-gradient(#0000, #0000), url('../images/EDS_Hero2.jpg');
    background-position: 0 0, 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-wrapper.new {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 100vh;
    display: flex;
  }

  .nav-menu.homeblack {
    background-color: #003a5d;
  }

  .hero-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-wrapper.new {
    width: 100%;
    max-width: 100%;
  }

  .hero-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-heading.center.homeright {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 42px;
  }

  .hero-heading.center.homeright.new {
    margin-top: 0;
    font-size: 37px;
    line-height: 41px;
  }

  .hero-heading.center.secondblog.tablet.horizontal {
    margin-top: 19px;
    font-size: 19px;
    line-height: 40px;
  }

  .hpme-hero-paragraph {
    font-size: 22px;
    line-height: 32px;
  }

  .hpme-hero-paragraph.centre.homeright {
    font-size: 16px;
    line-height: 0;
    display: flex;
  }

  .hero-sub-wrapper.homehero.new {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-cta-gap-40 {
    height: 40px;
  }

  .button.career-btn {
    width: auto;
    max-width: 221px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section.im {
    padding-top: 60px;
  }

  .section.form-section {
    padding-bottom: 620px;
  }

  .shadow-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2.clients.left._45 {
    margin-bottom: 30px;
  }

  .logos-flexbox {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .logo {
    margin-right: 0;
  }

  .logos-gap {
    height: 16px;
  }

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

  .flexbox.cta-section {
    align-items: center;
    height: 420px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-column.tablet-last {
    margin-top: 20px;
  }

  .paragraph.product-page._50, .paragraph.bullet._50, .paragraph.p-text._50 {
    width: 100%;
  }

  .profile-wrapper {
    margin-right: 0;
  }

  .profile-name {
    margin-top: 15px;
  }

  .profile-flexbox {
    margin-bottom: 40px;
  }

  .footer-column-wrapper {
    flex-direction: column;
  }

  .footer-column {
    width: auto;
    margin-bottom: 30px;
  }

  .footer-column.mobile-first {
    order: -1;
  }

  .footer-column.mobile-first-2 {
    flex-direction: row;
    order: -1;
    align-self: auto;
  }

  .footer-head {
    margin-bottom: 20px;
  }

  .link {
    margin-bottom: 10px;
  }

  .text-field-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .menu-button.w--open {
    background-color: #003a5d;
  }

  .left-column-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .black-wave-section {
    height: 210px;
  }

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

  .column-about-us {
    width: 100%;
  }

  .cta-wrapper {
    flex-direction: column;
    margin-top: 60px;
  }

  .cta-wrapper.short {
    justify-content: center;
  }

  .ctas-gap {
    height: 30px;
  }

  .left-box {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    overflow: visible;
  }

  .image-im-flexbox {
    width: 400px;
    height: 400px;
  }

  .image-im-flexbox._5im {
    box-sizing: border-box;
    object-fit: fill;
    background-size: cover;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 250px;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .right-box {
    margin-top: auto;
  }

  .print-image, .digital-image {
    width: 400px;
    height: 400px;
  }

  .team-grid {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .popup-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-wrapper.nancypop, .popup-wrapper.derekpop, .popup-wrapper.connorpop, .popup-wrapper.gheorghepop, .popup-wrapper.marinapop, .popup-wrapper.patpop, .popup-wrapper.beckypop, .popup-wrapper.jimjett, .popup-wrapper.aaronpop-copy, .popup-wrapper.bryanpop {
    display: none;
  }

  .popup-container {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-flexbox {
    grid-column-gap: 0px;
    justify-content: flex-start;
  }

  .p-left-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .p-profile-1 {
    width: 200px;
    height: 200px;
  }

  .p-profile-1.terrys, .p-profile-1.amys, .p-profile-1.jamess, .p-profile-1.kims, .p-profile-1.dereks, .p-profile-1.marks, .p-profile-1.garys {
    background-size: 200px;
  }

  .p-profile-1.nancys {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-size: 200px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: block;
  }

  .p-profile-1.pats, .p-profile-1.chriss, .p-profile-1.janets, .p-profile-1.connnors, .p-profile-1.marinas {
    background-size: 200px;
  }

  .p-profile-1.gheorghes {
    text-align: left;
    background-size: 200px;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .p-profile-1.beckyw {
    background-size: contain;
  }

  .p-profile-1.marytrittin, .p-profile-1.nath, .p-profile-1.oni, .p-profile-1.aaron, .p-profile-1.bryan {
    background-size: 200px;
  }

  .cross-mark {
    top: 10px;
    right: 10px;
  }

  ._40px-height-p.phone-zero {
    height: 0;
  }

  .products-flexbox {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .more-wrapper-1 {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: 250px;
  }

  .testimonial-flexbox {
    flex-direction: column;
  }

  .testimonial-text-wrapper {
    width: 100%;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .testimonial-image-wrapper-1, .testimonial-image-wrapper-2, .testimonial-image-wrapper-3, .testimonial-image-wrapper-4, .testimonial-image-wrapper-5, .testimonial-image-wrapper-6 {
    margin-bottom: 10px;
  }

  .typedjs {
    font-size: 36px;
    line-height: 48px;
  }

  .counter {
    line-height: 40px;
  }

  .plus {
    font-size: 25px;
    line-height: 40px;
  }

  .slider-t6 {
    height: auto;
  }

  .testimonials-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-t6 {
    padding: 40px 10px;
  }

  .slide-nav-t6 {
    margin-top: 0;
    padding-top: 0;
  }

  .hidden-image {
    order: -1;
    width: 60%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .hidden-image.w1 {
    width: 60%;
  }

  ._50-content, .onegoalpara.product-page._50, .onegoalpara.bullet._50, .onegoalpara.p-text._50 {
    width: 100%;
  }

  .spacer-60 {
    height: 40px;
  }

  .icon-container {
    height: 25vw;
  }

  .icon-container.yellow, .icon-container.green, .icon-container.blue {
    height: 17vw;
  }

  .header-secondary {
    font-size: 24px;
  }

  .container-3 {
    width: 100%;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .marquee {
    height: 70vw;
  }

  .marquee-cover {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .track-vertical {
    align-items: center;
  }

  .navbar-home-black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-hb.w--open, .dropdown-list-2-hb.w--open {
    background-color: #003a5d;
  }

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

  .c {
    width: 80%;
    height: 40px;
  }

  .marquee-2 {
    height: 70vw;
  }

  .companytext {
    font-size: 18px;
  }

  .flex-horizontal-2.flip-svp {
    flex-direction: column;
  }

  .marquee-copy {
    height: auto;
  }

  .marquee-copy-2 {
    height: 70vw;
  }

  .track-vertical-2 {
    align-items: center;
  }

  .text-block-3 {
    min-width: 240px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 26px;
  }

  .text-block-3._1g.max {
    font-size: 31px;
  }

  .image {
    width: 330px;
  }

  .track-vertical-3 {
    align-items: center;
  }

  .marquee-copy-3 {
    height: 70vw;
  }

  .track-vertical-4, .track-vertical-5, .track-vertical-6, .track-vertical-7, .track-vertical-8, .track-vertical-9, .track-vertical-10, .track-vertical-11, .track-vertical-12, .track-vertical-13, .track-vertical-14, .track-vertical-15, .track-vertical-16 {
    align-items: center;
  }

  .companytext-2 {
    font-size: 18px;
  }

  .track-vertical-17 {
    align-items: center;
  }

  .companytext-3 {
    font-size: 18px;
  }

  .track-vertical-18 {
    align-items: center;
  }

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

  .track-vertical-19 {
    align-items: center;
  }

  .companytext-5 {
    font-size: 18px;
  }

  .track-vertical-20, .track-vertical-21, .track-vertical-22 {
    align-items: center;
  }

  .html-embed-2 {
    margin-top: 70px;
    margin-left: 25px;
    display: none;
  }

  .html-embed-2.mobile {
    margin-top: 100px;
    margin-left: 10px;
    display: flex;
  }

  .track-vertical-23, .track-vertical-24, .track-vertical-25, .track-vertical-26 {
    align-items: center;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .heading.faq-header {
    padding-left: 15px;
  }

  .faq-hidden {
    padding-left: 15px;
    padding-right: 15px;
  }

  .website-hero-section {
    min-height: 70vh;
  }

  .blurbs-row {
    display: block;
  }

  .blurbs-column {
    border-bottom: 1px solid #fff;
    border-right-width: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blurbs-column.last {
    border-bottom-width: 0;
  }

  .web-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-heading {
    max-width: 100%;
  }

  .content-tem {
    margin-top: 10px;
  }

  .content-btn {
    margin-top: 30px;
  }

  .web-work-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-row {
    display: block;
  }

  .work-right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .work-left {
    width: 100%;
  }

  .work-heading {
    max-width: 100%;
  }

  .work-btn {
    margin-top: 30px;
  }

  .web-feature-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .feature-column {
    width: 100%;
    margin-top: 30px;
  }

  .feature-wrap {
    max-width: 100%;
  }

  .web-plan-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .plan-heading.center {
    margin-bottom: 30px;
  }

  .plan-row {
    margin-top: 0;
  }

  .plan-column {
    width: 100%;
    margin-top: 20px;
  }

  .plan-list-item {
    width: auto;
  }

  .web-get-start-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wgs-row {
    margin-top: 0;
  }

  .wgs-column {
    width: 100%;
    margin-top: 30px;
  }

  .wgs-btn {
    margin-top: 30px;
  }

  .web-owner-section {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .owner-row {
    display: block;
  }

  .owner-image {
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .owner-details {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .web-donar-section {
    display: block;
  }

  .donner-left {
    background-position: 50%;
    width: 100%;
    padding-bottom: 65.25%;
  }

  .donner-right {
    text-align: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .donnor-span {
    display: inline-block;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-13 {
    overflow-wrap: break-word;
    object-fit: scale-down;
    width: 100%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

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

  .client-logo-wrap {
    padding: .5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .contact-modal5_content-wrapper {
    padding-bottom: 7rem;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .testimonail-serbsite-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .website-testimonial-wrap {
    width: 100%;
  }

  .testimonial28_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial28_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .team-profile-wrapper-2 {
    width: 50%;
  }

  .more-wrapper-3 {
    flex-direction: column;
  }

  .integratedmarketingh1 {
    min-height: 70vh;
  }

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

  .flexbox-copy.cta-section {
    align-items: center;
    height: 420px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-marketing.career-btn {
    width: auto;
    max-width: 221px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrapper {
    background-image: linear-gradient(#0000, #0000), url('../images/EDS_Hero2.jpg');
    background-position: 0 0, 33%;
    background-size: auto, cover;
    padding-top: 0;
  }

  .hero-wrapper.new {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 100vh;
    padding-top: 150px;
    display: flex;
  }

  .nav-link, .nav-link.im-mtt {
    padding-top: 5px;
  }

  .nav-button {
    margin-top: 20px;
  }

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

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

  .nav-menu.homeblack {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .hero-content-wrapper {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .hero-heading.center.homeright {
    text-align: left;
    align-self: auto;
    font-size: 37px;
    line-height: 41px;
    display: block;
  }

  .hero-heading.center.homeright.new {
    margin-top: 0;
  }

  .hero-heading.center.secondblog {
    margin-top: -15px;
    font-size: 17px;
    line-height: 25px;
  }

  .hero-heading.center.secondblog.tablet.horizontal.mobile {
    margin-top: -10px;
    line-height: 30px;
  }

  .hpme-hero-paragraph.centre.homeright {
    text-align: left;
    background-color: #fff0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 25px;
  }

  .hero-sub-wrapper.homehero {
    margin-top: 150px;
    padding-top: 195px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-sub-wrapper.homehero.new {
    align-items: center;
    margin-top: 0;
  }

  .hero-cta-gap-40 {
    height: 30px;
  }

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

  .shadow-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .paragraph-2.clients {
    font-size: 18px;
    line-height: 26px;
  }

  .logos-flexbox {
    width: 100%;
  }

  .logo {
    background-size: 100px;
    width: 100%;
  }

  .logo.last._4, .logo.last._8, .logo._2, .logo._3, .logo._5 {
    background-size: 100px;
  }

  .logo._6 {
    background-size: 80px;
  }

  .logo._7 {
    background-size: 100px;
  }

  .flexbox.cta-section {
    height: 470px;
  }

  .right-column {
    width: 100%;
  }

  .paragraph.tablet-popup {
    font-weight: 500;
  }

  .paragraph.about-box-para {
    font-size: 14px;
    line-height: 20px;
  }

  .team-profile {
    background-size: contain;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .profile {
    outline-color: var(--steel-blue);
    outline-offset: 4px;
    background-size: contain;
    outline-width: 2px;
    outline-style: solid;
    width: 110px;
    max-width: none;
    height: 110px;
  }

  .profile._1 {
    width: 110px;
    height: 110px;
  }

  .profile._2.amyhs, .profile._3.derekhs, .profile.kimhs, .profile.chrishs {
    background-size: 110px;
  }

  .profile-name {
    margin-top: 5px;
    font-size: 14px;
  }

  .profile-flexbox {
    grid-column-gap: 0px;
    justify-content: center;
  }

  .form-block {
    width: 100%;
    padding: 30px 0;
  }

  .form-block-2 {
    width: 90%;
  }

  .black-wave-section {
    padding-top: 15px;
  }

  .wave-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-a3 {
    font-size: 18px;
  }

  .columns-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto 1fr;
  }

  .column-about-us {
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    background-size: contain;
    width: 40px;
    height: 40px;
  }

  .number {
    flex-direction: row;
    align-items: flex-start;
    height: 40px;
    margin-top: 0;
  }

  .left-box {
    width: 100%;
    max-width: none;
  }

  .image-im-flexbox {
    width: 100%;
    height: 350px;
  }

  .image-im-flexbox._2im, .image-im-flexbox._3im, .image-im-flexbox._4im {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-im-flexbox._5im {
    width: auto;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-box {
    margin-top: 40px;
  }

  .right-box.alternate-left {
    margin-bottom: 0;
  }

  .print-image, .digital-image {
    width: 100%;
    height: 350px;
  }

  .team-grid {
    grid-row-gap: 40px;
  }

  .profile-1 {
    height: 190px;
  }

  .profile-1.gheorghec, .profile-1.nancyc {
    background-size: 130px;
    height: 130px;
  }

  .profile-1.marinac, .profile-1.connorc {
    filter: grayscale();
    background-size: 130px;
    height: 130px;
  }

  .profile-1.jamesc, .profile-1.patc, .profile-1.amyc, .profile-1.terryc, .profile-1.chrisc, .profile-1.kimc, .profile-1.garyc, .profile-1.janetc, .profile-1.markc, .profile-1.derekc, .profile-1.rebecca, .profile-1.marytrittinc, .profile-1.jodanbll, .profile-1.nath, .profile-1.oni, .profile-1.kassy, .profile-1.jessica {
    background-size: 130px;
    height: 130px;
  }

  .profile-1.aaron {
    filter: grayscale();
    background-size: 130px;
    height: 130px;
  }

  .profile-1.bryan {
    background-size: 130px;
    height: 130px;
  }

  .team-profile-wrapper {
    width: 100%;
  }

  .team-person-name {
    margin-top: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .team-person-name.left-align {
    margin-bottom: 10px;
    font-weight: 500;
  }

  .popup-wrapper.marinapop, .popup-wrapper.patpop, .popup-wrapper.aaronpop-copy {
    display: none;
  }

  .p-profile-1.nath {
    background-image: url('../images/Nathaniel.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 200px;
  }

  .p-profile-1.kassy, .p-profile-1.oni {
    background-position: 50% 25%;
  }

  .p-profile-1.bryan {
    background-image: url('../images/Nathaniel.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 200px;
  }

  .cross-mark {
    position: fixed;
    top: 20px;
  }

  .text-block {
    font-size: 21px;
    font-weight: 600;
  }

  .dropdown-list {
    width: 202.982px;
  }

  .profile-link-block {
    flex-direction: column;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .brand {
    width: 210px;
  }

  .brand.w--current {
    width: 210px;
    margin-top: 20px;
  }

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

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .typedjs {
    margin-top: -20px;
  }

  .counter {
    font-size: 30px;
  }

  .plus {
    padding-left: 0;
    font-size: 19px;
    line-height: 20px;
  }

  .plus.medblue {
    font-size: 21px;
  }

  .plus.textright {
    padding-left: 5px;
    font-size: 19px;
    line-height: 20px;
  }

  .plus.left {
    font-size: 19px;
    line-height: 20px;
  }

  .plus.left.medblue {
    padding-left: 0;
    font-size: 19px;
    line-height: 20px;
  }

  .slider-t6 {
    padding-bottom: 60px;
  }

  .testimonials-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonials-t6 {
    width: 100%;
  }

  .dropdown {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .normal-head.homepage {
    text-align: left;
  }

  .hidden-image, .hidden-image.w1 {
    width: 100%;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
    width: 100px;
  }

  .text-span {
    font-size: 10px;
  }

  .dropdown-2 {
    text-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    display: block;
  }

  .nav-link-2.black {
    float: none;
    display: block;
    position: relative;
  }

  .right-arrow, .slide-nav {
    display: none;
  }

  .onegoalpara.tablet-popup {
    font-weight: 500;
  }

  .onegoalpara.about-box-para {
    font-size: 14px;
    line-height: 20px;
  }

  .onegoalpara.oneghead {
    font-size: 25px;
  }

  .onegoalpara.oneghead.lastslide {
    letter-spacing: 1px;
    font-size: 25px;
  }

  .icon-container.yellow, .icon-container.green, .icon-container.blue {
    height: 20vw;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-3.logopara {
    font-size: 11px;
    line-height: 12px;
  }

  .dropdown-list-2-hb {
    padding-top: 0;
    display: none;
    overflow: clip;
  }

  .scroll-section {
    height: 100%;
  }

  .white-section, .white-section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-section-2 {
    height: 100%;
  }

  .c._3, .c._1, .c._2, .c._4 {
    width: 100%;
  }

  .marquee-2 {
    height: 70vw;
  }

  .companytext {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    font-size: 15px;
    display: block;
  }

  .text-block-3 {
    padding-left: 9px;
    font-size: 19px;
  }

  .text-block-3._1g.max {
    margin-top: 30px;
    font-size: 29px;
    line-height: 32px;
  }

  .div-block-9 {
    justify-content: flex-start;
    height: 150px;
  }

  .image {
    width: 230px;
    margin-top: 110px;
  }

  .text-span-8 {
    line-height: 20px;
  }

  .image-2 {
    margin-top: 20px;
  }

  .image-4 {
    object-fit: contain;
    min-height: 150px;
    display: inline-block;
  }

  .companytext-2, .companytext-3, .companytext-4, .companytext-5 {
    font-size: 15px;
  }

  .div-block-11 {
    background-color: #0000;
    padding-top: 64px;
  }

  .div-block-11.new {
    padding-top: 0;
  }

  .html-embed-2 {
    margin-left: 10px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .website-hero-section {
    min-height: 60vh;
  }

  .donnor-span {
    display: inline-block;
  }

  .logos-without-title {
    justify-content: center;
    align-items: center;
  }

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

  .tabs-content {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .nds {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-13 {
    aspect-ratio: auto;
    object-fit: scale-down;
    width: 55px;
    min-width: auto;
    max-width: none;
    height: 100px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    display: flex;
    overflow: hidden;
  }

  .tab-pane-higher-ed {
    object-fit: fill;
    width: 100%;
  }

  .video-testimonials_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .testimonial28_client-image-wrapper {
    padding-left: 0;
  }

  .testimonial28_customer-image {
    margin-left: 0;
    padding-left: 0;
  }

  .team-profile-wrapper-2 {
    width: 100%;
  }

  .text-block-17 {
    font-size: 21px;
    font-weight: 600;
  }

  .image-7 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    min-width: 0%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: clip;
  }

  .integratedmarketingh1 {
    min-height: 60vh;
  }

  .flexbox-copy.cta-section {
    height: 470px;
  }

  .testimonial28_customer-image-foster {
    margin-left: 0;
    padding-left: 0;
  }

  .team-profile-wrapper-darcy {
    width: 100%;
  }
}

#w-node-cc017a5d-0ea1-f7e2-26b8-a47b96376955-9637685c, #w-node-ceb8610c-45fa-de8f-bb5f-0f86a978f8db-f7e1aac9, #w-node-_91dfc985-be47-ac13-c85c-576031e80af4-f7e1aac9, #w-node-eeab0a75-db1c-c7b2-cc0e-94ea4e470333-f7e1aac9, #w-node-_9501dc21-63cf-a4ce-aa2b-592ad74f12ab-f7e1aac9, #w-node-_12ac17b1-3ace-1e37-77da-957b844cc2f8-f7e1aac9, #w-node-_5e920507-9c0f-ffb5-7926-b947b03e0aac-f7e1aac9, #w-node-dffe3f7f-4beb-b6e6-e4fe-e51ea9b9b072-f7e1aac9, #w-node-_99d086ed-0121-8850-c991-cba34b5a7ed3-f7e1aac9, #w-node-cabbe1a3-3d31-4183-4ddc-31e11fbb61f1-f7e1aac9, #w-node-_4149cfae-8329-9b8f-8b48-c4f94f7819a4-f7e1aac9, #chris-sizemore.w-node-_2cb80de4-5e3d-3288-a151-879787c5be14-f7e1aac9, #w-node-cb25bdfe-eb36-9984-a763-2d17da61330d-f7e1aac9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18a1a62b-23dc-b56f-36f4-25bd6020376a-f7e1aac9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_0d771f12-d352-d3ce-f557-a4daa5d50168-f7e1aac9, #w-node-a2e3db38-5ea0-be48-88c3-d34d4c86bb03-f7e1aac9, #w-node-_8287a32d-806b-ce4e-836a-2c2da5113a04-f7e1aac9, #w-node-_3f80622b-9386-1d28-1f22-b8c8d2dbae80-f7e1aac9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5f4a872-bfdd-ca6f-44c9-8fb3a476226c-f7e1aaca, #w-node-e5f4a872-bfdd-ca6f-44c9-8fb3a476228c-f7e1aaca {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-e5f4a872-bfdd-ca6f-44c9-8fb3a476229e-f7e1aaca {
  justify-self: auto;
}

#w-node-_476f7689-9773-bc80-c75c-b54c3a8c7721-f7e1aaca {
  grid-area: Area-6;
}

#w-node-_62b38c16-f593-b127-1d7e-fdcbedbe313d-f7e1aaca {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-e5f4a872-bfdd-ca6f-44c9-8fb3a4762373-f7e1aaca {
  grid-area: Area-20;
}

#w-node-e5f4a872-bfdd-ca6f-44c9-8fb3a47623b9-f7e1aaca, #w-node-e5f4a872-bfdd-ca6f-44c9-8fb3a47623b7-f7e1aaca, #w-node-ee6c3130-bde9-8901-f6ca-51bff4437fc1-f7e1aaca, #w-node-e5f4a872-bfdd-ca6f-44c9-8fb3a47623bb-f7e1aaca, #w-node-_7d3426f0-d34e-578a-adef-2182827c1efb-f7e1aaca {
  justify-self: auto;
}

#w-node-_34300ce3-4bb7-7afe-9872-08b4a494470f-f7e1aaca {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-_0778b528-7e00-641d-5db5-04ae80a85c92-f7e1aaca {
  justify-self: auto;
}

#w-node-e5f4a872-bfdd-ca6f-44c9-8fb3a47623bf-f7e1aaca {
  grid-area: Area-2;
  justify-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-cc017a5d-0ea1-f7e2-26b8-a47b96376955-9637685c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_62b38c16-f593-b127-1d7e-fdcbedbe313d-f7e1aaca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-e5f4a872-bfdd-ca6f-44c9-8fb3a47623ab-f7e1aaca, #w-node-e5f4a872-bfdd-ca6f-44c9-8fb3a47623b9-f7e1aaca, #w-node-ee6c3130-bde9-8901-f6ca-51bff4437fc1-f7e1aaca, #w-node-e5f4a872-bfdd-ca6f-44c9-8fb3a47623bb-f7e1aaca, #w-node-_7d3426f0-d34e-578a-adef-2182827c1efb-f7e1aaca, #w-node-_34300ce3-4bb7-7afe-9872-08b4a494470f-f7e1aaca, #w-node-_0778b528-7e00-641d-5db5-04ae80a85c92-f7e1aaca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_18a1a62b-23dc-b56f-36f4-25bd6020376a-f7e1aac9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ceb8610c-45fa-de8f-bb5f-0f86a978f8db-f7e1aac9, #w-node-_12ac17b1-3ace-1e37-77da-957b844cc2f8-f7e1aac9, #w-node-dffe3f7f-4beb-b6e6-e4fe-e51ea9b9b072-f7e1aac9, #w-node-a2e3db38-5ea0-be48-88c3-d34d4c86bb03-f7e1aac9, #w-node-_8287a32d-806b-ce4e-836a-2c2da5113a04-f7e1aac9, #w-node-_3f80622b-9386-1d28-1f22-b8c8d2dbae80-f7e1aac9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ceb8610c-45fa-de8f-bb5f-0f86a978f8db-f7e1aac9, #w-node-_12ac17b1-3ace-1e37-77da-957b844cc2f8-f7e1aac9, #w-node-dffe3f7f-4beb-b6e6-e4fe-e51ea9b9b072-f7e1aac9, #w-node-_8287a32d-806b-ce4e-836a-2c2da5113a04-f7e1aac9, #w-node-_3f80622b-9386-1d28-1f22-b8c8d2dbae80-f7e1aac9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


