@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --yellow: white;
  --lynx-white: white;
  --lynx-black: #1f2022;
  --lynx-medium-purple: #8979ec;
  --walsh-walsh-dark-green: #2c5c5d;
  --lynx--grey: #797c83;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.aboutus-hero {
  margin-left: 30px;
  margin-right: 30px;
}

.aboutus-hero.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.aboutus-hero.cc-home-wrap {
  background-color: #fede00;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.conte {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  color: var(--black);
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  color: var(--black);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: relative;
}

.navigation-new {
  color: var(--black);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 3px 0 10px;
  display: none;
}

.navigation-item {
  opacity: 1;
  color: var(--yellow);
  letter-spacing: -.45px;
  -webkit-text-stroke-color: var(--black);
  text-transform: capitalize;
  text-shadow: 0 1px 1px #0003;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  background-color: var(--black);
  opacity: .8;
  color: var(--yellow);
  border-radius: 7px;
  padding: 5px;
}

.navigation-item.w--current {
  background-color: var(--black);
  opacity: 1;
  color: var(--yellow);
  border-radius: 7px;
  padding: 3px 5px;
  font-size: 19px;
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  background-color: var(--black);
  opacity: 1;
  color: var(--yellow);
  -webkit-text-stroke-color: var(--yellow);
  text-shadow: none;
  padding: 3px 5px;
}

.navigation-item.extra-padding {
  padding-left: 40px;
  font-weight: 600;
}

.navigation-item.aboutus-navigation {
  color: var(--black);
}

.navigation-item.aboutus-navigation.current {
  background-color: var(--black);
  color: var(--yellow);
}

.navigation-item.custom {
  color: var(--black);
}

.logo-image {
  width: 180px;
  max-width: 100%;
  margin-left: 0;
  padding: 10px;
  display: block;
}

.navigation-items {
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.hero-section {
  background-color: #005cef;
  border-radius: 0;
  max-width: none;
  height: auto;
  min-height: 100vh;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-section.abotus-hero1 {
  background-color: #fede00;
}

.hero-section.our-service-hero {
  background-color: #bcd8ff;
}

.hero-section.our-service-hero.ads-hero-section {
  background-color: #0b1460;
}

.hero-style {
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block {
  width: 50%;
}

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

.heading {
  color: var(--yellow);
  margin-top: -15px;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.15em;
}

.heading.heading-new {
  font-size: 50px;
}

.paragraph {
  color: var(--yellow);
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 1em;
}

.paragraph.paragraph-new {
  font-size: 20px;
  line-height: 1.5em;
}

.home-button {
  z-index: 99;
  background-color: var(--yellow);
  color: var(--black);
  text-align: left;
  border: 2px solid #ffde00;
  border-radius: 5px;
  margin-right: 20px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
  transition: transform .3ms, opacity .2s;
  position: relative;
}

.home-button.home-highlight {
  background-color: #fff;
  padding-left: 26px;
  padding-right: 26px;
  text-decoration: none;
  display: flex;
}

.home-button.home-highlight.about-us-button {
  color: var(--yellow);
  background-color: #005cef;
  border-radius: 10px;
  font-size: 16px;
}

.home-button.home-highlight.button-highlight {
  background-color: #ffde00;
  justify-content: center;
  align-items: center;
}

.home-button.home-highlight.button-highlight:hover, .home-button.home-highlight.about-us {
  background-color: #ffde00;
}

.home-button.aboutus-button-container {
  color: var(--yellow);
  background-color: #005cef;
  border-radius: 10px;
  font-size: 16px;
}

.home-button.hero-button:hover {
  background-color: var(--yellow);
}

.home-button.link-button {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  text-decoration: none;
  display: flex;
}

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

.link {
  margin-right: 10px;
}

.fa-icon {
  color: #000;
  -webkit-text-stroke-color: var(--yellow);
  border: 1px #000;
  padding-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.fa-icon.width {
  width: 18px;
  height: 20px;
  padding-right: 0;
}

.text-span {
  border: 0px solid var(--yellow);
  color: var(--yellow);
  object-fit: fill;
  margin-right: 10px;
  padding-right: 0;
  font-family: "Fa Solid 900", sans-serif;
}

.image {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.slide {
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.mask {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 601px;
  display: flex;
}

.slider {
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: 601px;
}

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

.slide-2 {
  height: auto;
}

.image-2 {
  height: auto;
  overflow: visible;
}

.mask-2 {
  width: 100%;
  height: 601px;
}

.slide-3 {
  text-align: left;
  background-color: #0000;
}

.slider-2 {
  background-color: #0000;
  margin-top: 0;
}

.mask-4 {
  text-align: left;
  width: auto;
  height: auto;
  left: auto;
}

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

.image-3 {
  text-align: center;
  align-self: flex-start;
  padding-top: 0;
}

.image-4 {
  transition: opacity .2s, transform .125s;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

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

.brand-scrolll-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#fff, #fff);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 20px;
  display: none;
  overflow: hidden;
}

.image-5 {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  width: 100%;
  margin-right: 0;
  padding: 5px 15px;
}

.brands-scroll {
  display: block;
}

.service-information {
  padding-top: 60px;
  padding-bottom: 30px;
  display: block;
  position: relative;
}

.reach-us {
  background-color: #005cef;
  background-image: url('../images/dot-1.png');
  background-size: auto;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.reach-us.extra {
  background-size: auto;
  background-attachment: fixed;
}

.our-feature {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.our-feature.custom {
  background-color: #e7f1ff;
  padding-top: 50px;
  padding-bottom: 0;
}

.heading-2 {
  font-family: Inter, sans-serif;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.head-span {
  color: #098eea;
}

.heading-4 {
  color: #404141;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 34px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

.body {
  margin-top: 0;
  font-family: Inter, sans-serif;
  box-shadow: 10px 0 #0b1460;
}

.service-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-2 {
  color: #404141;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 32px;
}

.heading-5 {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2em;
}

.container-5 {
  width: 90%;
  max-width: 1600px;
}

.paragraph-3 {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
}

.aboutus-button-container {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.aboutus-button-container.aboutus-new {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aboutus-button-container.center-button {
  justify-content: center;
}

.aboutus-button-container.hide-button {
  margin-top: 20px;
  display: flex;
}

.heading-font {
  text-align: center;
  width: 100%;
  max-width: 767px;
  height: auto;
  margin: 0 auto 20px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2em;
}

.text-block {
  color: #404141;
  text-align: center;
  width: auto;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.5em;
}

.text-block.test-padding {
  max-width: 800px;
}

.h1-wrapper-style {
  text-align: center;
  max-width: 600px;
  margin-bottom: 0;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--yellow);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 220px;
  margin-right: 30px;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  box-shadow: 0 0 5px .1px #0000001a;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-wrapper-style {
  margin-bottom: 20px;
}

.container-9 {
  width: 90%;
  max-width: 1600px;
}

.section-7, .testimonial {
  background-color: #ffde00;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  justify-items: center;
  display: grid;
}

.heading-7 {
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1em;
}

.paragraph-4 {
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.column {
  text-align: center;
}

.slide-4 {
  box-shadow: 10px 0 0 10px var(--black);
  width: 668px;
}

.columns {
  width: 90%;
  max-width: 1600px;
}

.slider-4 {
  background-color: #005cef;
  padding: 25px;
  box-shadow: 10px 0 #f5cdc400;
}

.page-padding {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  overflow: visible;
}

.page-padding.hero-image-style {
  width: 100%;
  max-width: 1230px;
  height: 100vh;
  margin-bottom: 0;
}

.page-padding.aboutus-page {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 0;
}

.how-help {
  background-color: #fff0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 80px;
}

.how-help-wrapper {
  max-width: none;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px 10px;
  display: grid;
}

.card-container {
  border: 2px solid var(--yellow);
  background-color: var(--yellow);
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 20.5px;
  padding-right: 20.5px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.card-container.resize-card-container {
  padding-left: 10px;
  padding-right: 10px;
}

.card-heading {
  color: #005cef;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2em;
}

.card-para {
  font-size: 19px;
}

.card-para.marketing-agency-card-para {
  text-align: center;
}

.card-para.marketing-agency-card-para.resizing-card-para {
  color: #5d5d5d;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.card-para.ads-card {
  color: #404141;
  text-align: center;
  font-size: 16px;
}

.benifite-section {
  margin-bottom: 80px;
}

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

.benifit-advantage-grid-color {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e3f1fb;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.benifit-heading {
  font-size: 25px;
  font-weight: 700;
}

.benifit-sub-heading {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5em;
}

.wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 15px;
  display: flex;
}

.benifit-advantage-grid-transperent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benifit-icons {
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-right: 10px;
}

.benifit-column-text {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

.benifit-row-color {
  background-color: #e3f1fb;
}

.benifit-advantage-grid-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-wrapper {
  display: none;
}

.homepage-contact {
  background-image: linear-gradient(45deg, #0b1460, #005cef);
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.heading-8 {
  color: var(--yellow);
  -webkit-text-stroke-color: #fff0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 900;
  line-height: 44px;
}

.text-block-3 {
  font-size: 20px;
}

.div-block-10 {
  display: flex;
}

.div-block-11 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.paragraph-5 {
  color: var(--yellow);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.link-2 {
  color: var(--yellow);
  text-align: center;
  margin-left: 60px;
  padding: 7px 12px;
  font-size: 21px;
}

.paragraph-6 {
  text-align: left;
  margin-right: 41px;
}

.slider-6 {
  background-color: #0000;
  width: 90%;
  height: 100vh;
}

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

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 40px;
  display: flex;
  overflow: hidden;
}

.logo-img._50-r-m {
  margin-right: 50px;
}

.div-block-12 {
  text-align: center;
}

.heading-9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.3em;
}

.text-highlight {
  color: #1e6fa7;
}

.contetnt {
  padding-bottom: 14.5px;
}

.card-image1 {
  width: 82%;
  max-width: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-2, .bold-text-3, .bold-text-7 {
  line-height: 1.5em;
}

.bold-text-8 {
  color: var(--yellow);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.button-2 {
  background-color: #5748c5;
  border-radius: 4px;
  margin-left: 0;
  padding: 16px 25px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

.button-2:hover {
  background-color: #4e41b4;
  border: 1px #fff;
}

.button-2.button-d {
  color: #4f5e78;
  background-color: #f5f6f8;
  font-weight: 500;
  transition-timing-function: linear;
}

.button-2.button-d:hover {
  background-color: #e2e4e7;
  border-style: none;
}

.form-widget-wrap {
  background-color: var(--yellow);
  border: 6px solid #c1c1c1;
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 40px auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.form-widget-wrap.our-service-form {
  border-width: 4px;
  border-color: #005cef;
  border-radius: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 28px 30px 20px;
}

.form-widget-wrap.our-service-form.ads-form {
  border-color: #ffde00;
}

.form-widget-wrap.client {
  border-width: 4px;
  border-color: #ffde00;
}

.heading-10 {
  -webkit-text-stroke-color: #1a1b1f00;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1em;
}

.div-block-13 {
  align-self: center;
  line-height: 1em;
}

.form-content-wrap {
  color: #575757;
  align-self: center;
  padding-bottom: 4.4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-14 {
  align-self: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.columns-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-4 {
  padding: 20px;
}

.text-block-4 {
  width: 92%;
  padding-bottom: 20px;
}

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

.column-1 {
  padding: 0 20px;
}

.column-2 {
  box-shadow: none;
}

.section-devider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.columns-3 {
  margin-right: -10px;
  padding-right: 0;
}

.text-block-5 {
  text-align: left;
  align-self: flex-start;
  max-width: 400px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1em;
}

.text-block-6 {
  align-self: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.section-9 {
  background-color: #ffde00;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-9.clients {
  background-image: url('../images/dot-1.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
}

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

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 125px;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 0;
  display: block;
}

.column-7 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
  margin-top: 70px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-17 {
  width: 100%;
  max-width: 450px;
}

.banner-vector {
  z-index: 1;
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 200px;
  display: block;
  position: absolute;
  inset: auto 0%;
}

.columns-4 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  overflow: hidden;
}

.image-13 {
  position: absolute;
  inset: -30px auto auto -80px;
}

.image-vector2 {
  max-width: 100%;
  position: absolute;
  top: -35px;
  left: -80px;
  overflow: hidden;
}

.image-vector3 {
  text-align: left;
  max-width: 100%;
  position: absolute;
  bottom: -75px;
  right: -50px;
  overflow: hidden;
}

.image-vector3.image-vector_3 {
  bottom: -85px;
  right: -80px;
}

.shape-rotation {
  position: absolute;
  bottom: -100px;
  left: 255px;
}

.shape-rotation.call-to-action-block {
  width: auto;
  max-width: 100%;
  bottom: -100px;
  left: 100px;
}

.section-10 {
  display: none;
  overflow: hidden;
}

.gallery {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.brand-corousel {
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.shape3 {
  width: 80px;
  position: absolute;
  top: 40px;
  right: 60px;
}

.shape4 {
  width: 200px;
  position: absolute;
}

.card-wrapper1 {
  display: none;
}

.card-wrapper1.gallery1 {
  max-width: 1600px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 20px;
}

.link-3 {
  margin-right: 25px;
  text-decoration: none;
}

.bold-text-9 {
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.link-4 {
  margin-right: 10px;
  text-decoration: none;
}

.bold-text-10 {
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.div-block-18 {
  margin-bottom: 0;
  display: flex;
}

.image-14, .image-15 {
  align-self: center;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  margin-right: 10px;
}

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

.column-9 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-9.padding {
  padding: 10px 20px 10px 10px;
}

.image-16 {
  flex: 0 auto;
  align-self: center;
}

.image-17 {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

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

.div-block-19 {
  border: 1px solid #efefef;
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.div-block-20 {
  border: 1px solid #efefef;
  border-radius: 8px;
  align-self: center;
  height: 100%;
  padding: 10px;
}

.image-18 {
  border: 1px #efefef;
  border-radius: 5px;
  width: 100px;
  padding: 0;
}

.image-19 {
  border: 1px #efefef;
  border-radius: 5px;
  width: 120px;
  padding: 20px 10px;
}

.div-block-21 {
  display: flex;
}

.div-block-22 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-5 {
  margin-left: 0;
  margin-right: 0;
}

.text-block-7 {
  color: #6f6f6f;
  font-size: 15px;
}

.container-11 {
  width: 92%;
  max-width: 1600px;
}

.text-block-8 {
  font-size: 50px;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.text-block-9 {
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 27px 0 0;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.25em;
}

.text-block-9.client {
  color: var(--yellow);
  font-size: 34px;
  line-height: 44px;
}

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

.text-span-2 {
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.list-item, .div-block-23 {
  font-size: 18px;
}

.text-span-3 {
  margin-right: 10px;
}

.text-block-10 {
  max-width: 90%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

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

.text-span-5 {
  align-items: flex-start;
  margin-left: 0;
  display: inline;
}

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

.text-block-11 {
  margin-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-11.ads-li {
  color: #fff;
}

.image-20 {
  object-fit: fill;
  flex: 0 auto;
  width: 100%;
  max-width: 600px;
  padding-top: 20px;
}

.column-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 160px;
}

.columns-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.column-13 {
  align-self: auto;
  padding-top: 10px;
  padding-left: 11px;
  padding-right: 23px;
}

.speak-us {
  background-color: #fede00;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.widget-wrapper {
  background-color: var(--yellow);
  text-align: left;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 20px 30px;
  display: inline-block;
  box-shadow: 3px 3px #c1c1c1;
}

.widget-wrapper.firstcard-element {
  color: #000;
  margin-top: 100px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 18px;
  padding-right: 18px;
}

.widget-wrapper.second-column-firstelement {
  margin-top: 10px;
}

.text-block-12 {
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 600;
}

.flex-block {
  border-radius: 8px;
  padding-top: 0;
}

.column-14 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.column-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-13 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 20px;
  padding-right: 52px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2em;
}

.text-block-14 {
  color: #000;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 19px;
  line-height: 1.5em;
}

.column-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 75px;
  padding: 20px;
  display: flex;
}

.div-block-24 {
  color: #000;
  text-align: left;
  flex-direction: column;
  align-self: auto;
  margin-top: 207px;
  padding-right: 28px;
  display: flex;
}

.text-block-15 {
  color: #404141;
  letter-spacing: 1px;
  overflow-wrap: normal;
  line-height: 1.5em;
}

.text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24 {
  line-height: 1.5em;
}

.get-in-touch {
  background-color: #005cef;
  background-image: url('../images/dot-1.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.text-block-25 {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3em;
}

.div-block-25 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.image-22 {
  position: absolute;
  top: -30px;
  left: -80px;
}

.image-vector12 {
  position: absolute;
  top: auto;
  bottom: -60px;
  right: -50px;
}

.shape-rotation12 {
  position: absolute;
  top: auto;
  bottom: -100px;
  left: 255px;
}

.image-vector13 {
  position: absolute;
  top: -30px;
  left: -80px;
}

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

.text-block-26 {
  align-self: center;
  margin-right: 15px;
  font-family: "Fa Solid 900", sans-serif;
}

.section-11 {
  background-color: #bcd8ff;
  height: auto;
  padding-top: 100px;
}

.text-block-27 {
  font-size: 13px;
}

.text-block-27.ads-title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

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

.html-embed {
  padding-bottom: 60px;
  display: block;
}

.container-12 {
  width: 92%;
  max-width: 1600px;
}

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

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

.container-13 {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-13.hero-container {
  width: 92%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}

.container-13.hero-container.about-us-hero {
  margin-left: 0;
  margin-right: 0;
}

.container-13.hero-container.clients {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  position: relative;
}

.container-13.hero-container.clients.thankyou-page {
  justify-content: center;
}

.container-13.hero-container.alternate {
  justify-content: flex-start;
}

.columns-7 {
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-18 {
  text-align: left;
  flex: 1;
  order: 0;
  align-self: auto;
}

.column-19 {
  align-self: auto;
}

.container-14 {
  max-width: 1200px;
}

.div-block-28 {
  width: 80%;
}

.container-15 {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.container-16 {
  max-width: 1200px;
}

.container-17 {
  width: 92%;
  max-width: 1600px;
  position: static;
}

.container-18 {
  width: 90%;
  max-width: 1600px;
  display: block;
}

.container-19 {
  width: 92%;
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-19.padding-remove {
  padding-left: 0;
  padding-right: 0;
}

.container-19.padding-remove.new-design {
  width: 92%;
}

.container-20 {
  width: 90%;
  max-width: 1600px;
  margin-bottom: 20px;
}

.column-20 {
  padding-left: 20px;
}

.text-span-6 {
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.container-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  padding-top: 0;
  display: flex;
}

.image-23 {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  padding-right: 0;
}

.container-22 {
  width: 92%;
  max-width: 1600px;
}

.container-23 {
  max-width: 1200px;
}

.container-24 {
  max-width: 1200px;
  overflow: visible;
}

.container-25 {
  width: 98.5%;
  max-width: 1600px;
}

.container-26, .container-27, .div-block-30 {
  max-width: 1200px;
}

.container-28 {
  width: 92%;
  max-width: 1600px;
}

.container-29 {
  max-width: 1200px;
  display: none;
}

.container-30 {
  max-width: 1200px;
  height: 100vh;
}

.container-31 {
  width: 92%;
  max-width: 1600px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
}

.text-block-28 {
  color: #404141;
  font-size: 19px;
  line-height: 1.6em;
}

.text-block-28.margin-top {
  margin-top: 10px;
}

.container-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  display: block;
}

.container-32.our-process-container {
  width: 920px;
}

.container-32.media-platform {
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.lottie-animation {
  max-width: 400px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-2, .lottie-animation-3, .lottie-animation-4 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-5 {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.column-21 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

.columns-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.section-12 {
  background-color: #e7f1ff;
}

.section-12.ads-client-section {
  background-color: #ffde00;
}

.text-block-29 {
  font-weight: 700;
}

.text-block-30 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

.container-33 {
  flex-direction: column;
  max-width: 1200px;
  height: 100vh;
  padding: 10px;
  display: flex;
}

.section-13 {
  background-color: #0b1460;
  background-image: url('../images/map-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}

.section-13.page-thankyou {
  background-image: none;
  min-height: 450px;
}

.section-13.page-thankyou.page-bookameeting {
  height: auto;
  min-height: 100vh;
  max-height: none;
}

.body-4 {
  font-family: Inter, sans-serif;
}

.bold-text-11 {
  text-align: center;
  font-size: 50px;
  line-height: 1.2em;
}

.paragraph-7 {
  color: var(--yellow);
  text-align: center;
  align-self: center;
  max-width: 750px;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.5em;
}

.heading-11 {
  color: var(--yellow);
  text-align: center;
  align-self: center;
  margin-bottom: 15px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  overflow: auto;
}

.heading-12 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 50px;
  font-weight: 900;
}

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

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.div-block-34 {
  margin-top: 50px;
}

.image-24 {
  width: 100%;
  padding: 24px;
}

.container-34 {
  width: 92%;
  max-width: 1600px;
}

.link-block {
  background-color: #f9f9f9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-25 {
  text-align: center;
  padding: 24px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.container-35 {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  margin-top: -285px;
  margin-bottom: 0;
  display: block;
  position: static;
}

.section-14 {
  background-color: #005cef;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: none;
  display: flex;
  position: relative;
}

.container-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch stretch;
  max-width: 400px;
  display: grid;
}

.slider-7 {
  background-color: #0000;
}

.body-5 {
  font-family: Inter, sans-serif;
}

.heading-13 {
  color: #f3f3f3;
  text-align: center;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.2em;
  position: absolute;
  inset: auto 0% 0%;
}

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

.heading-14 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

.paragraph-8 {
  color: #fff;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  font-size: 19px;
  line-height: 1.5em;
}

.slide-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.container-38 {
  width: 90.5%;
  max-width: 1600px;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-15 {
  color: #0b1460;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-37 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.column-22 {
  object-fit: fill;
  background-color: #e7f1ff;
  border: 1px solid #fff;
  border-radius: 16px;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  padding: 36px;
  display: inline-block;
  position: relative;
}

.columns-9 {
  border-radius: 16px;
  padding: 6px;
  display: flex;
}

.text-field-2 {
  border: 1px solid #0b1460;
  border-bottom-style: none;
}

.form {
  text-align: center;
  border-right: 1px #0b1460;
}

.text-field-3 {
  border: 1px #efefef;
  border-bottom-style: solid;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-field-3.font-change {
  border-style: none none solid;
  border-color: #efefef;
  line-height: 1.5em;
}

.text-field-4, .text-field-5 {
  border: 1px #000;
}

.textarea {
  border: 1px #efefef;
  border-bottom-style: solid;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-weight: 500;
}

.textarea.contact-us-message {
  line-height: 28px;
}

.columns-10 {
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-38 {
  margin-left: 0;
  margin-right: 0;
}

.columns-11 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-23 {
  padding-top: 10px;
}

.container-39 {
  max-width: 1200px;
  overflow: visible;
}

.container-40 {
  width: 92%;
  max-width: 1600px;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.image-26 {
  max-width: 100%;
  position: absolute;
  top: -100px;
  right: 255px;
}

.image-26.vector-shape-1.shape-rotation {
  position: absolute;
  left: auto;
  right: 100px;
}

.container-41 {
  width: 92%;
  max-width: 1600px;
  font-size: 20px;
  display: none;
}

.section-15 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.section-15.header-navigation {
  display: block;
}

.lynx-nav-button {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: var(--lynx-medium-purple);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-link {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--lynx-medium-purple);
}

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

.lynx-logo {
  width: 86px;
  height: 42px;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.lynx-navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.container {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

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

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

.nav-link.w--current {
  background-color: #000;
  border-radius: 8px;
}

.nav-link.alternative {
  color: #000;
  border-radius: 8px;
}

.nav-link.alternative.w--current {
  color: #fff;
  background-color: #1e1e1e;
}

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

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  color: var(--yellow);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

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

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

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

.image-27 {
  width: 160px;
  padding: 10px 0;
}

.list-item-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.list-item-3, .list-item-4, .list-item-5 {
  margin-bottom: 0;
}

.list-item-6 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.container-42 {
  width: 90%;
  max-width: 1600px;
}

.header-navigation.section-15 {
  display: block;
}

.header-navigation.section-15.black.hide, .header-navigation.section-15.hide {
  display: none;
}

.section-16 {
  position: static;
}

.container-43, .container-44 {
  width: 92%;
  max-width: 1600px;
}

.image-28 {
  border: 0 solid #fff;
  width: 22px;
  height: 100%;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-white {
  color: #fff;
  border-radius: 8px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: #00000059;
}

.walsh-nav-link-white.w--current {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
}

.walsh-nav-link-white.nav-phone-number {
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.walsh-nav-link-white.nav-phone-number.walsh-nav-link-black.no-padding {
  margin-left: 0;
  margin-right: 0;
}

.walsh-nav-link-white.nav-phone-number.black {
  color: #000;
}

.walsh-nav-link-white.walsh-nav-link-black {
  color: #000;
  margin-left: 22.5px;
  margin-right: 22.5px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  transition: none;
}

.walsh-nav-link-white.walsh-nav-link-black:hover {
  background-color: #0000;
}

.walsh-nav-link-white.walsh-nav-link-black.w--current {
  background-color: #000;
  margin-left: 22.5px;
  margin-right: 22.5px;
}

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

.walsh-nav-link-white.margin-right {
  margin-left: 22.5px;
  margin-right: 22.5px;
  font-size: 20px;
  line-height: 24px;
}

.walsh-nav-link-white.margin-right:hover {
  background-color: #0000;
}

.walsh-nav-link-white.margin-right.no-left-margin {
  margin-right: 0;
}

.walsh-nav-link-white.margin-right.blak {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
}

.walsh-nav-link-white.margin-right.blak.w--current {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: #00000059;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-nav-menu-green {
  grid-column-gap: 0px;
  background-color: #0000;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  width: 180px;
  height: 100%;
  padding: 12px 10px;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-inner-nav.black {
  justify-content: space-between;
}

.walsh-container-nav {
  width: 92%;
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #0000;
  position: sticky;
  top: 0;
}

.image-29 {
  width: 22px;
}

.image-29.mobile-hide.our-service-1 {
  display: none;
}

.image-29.desktop-hide.our-service-2 {
  display: block;
}

.image-29.desktop-hide.not-black {
  color: #fff;
}

.div-block-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.div-block-39.phone-nav {
  padding-left: 57px;
}

.walsh-menu-button-2 {
  color: #fff;
}

.walsh-button-hover-fill-2 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-arrow-wrapper-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-flex-nav-buttons-2 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-white-2 {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white-2:hover {
  background-color: #00000059;
}

.walsh-dropdown-link-2 {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link-2:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-icon-dropdown-2 {
  margin-right: 12px;
}

.walsh-toggle-2 {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-2:hover {
  background-color: #00000059;
}

.walsh-dropdown-2 {
  color: #fff;
}

.walsh-nav-menu-green-2 {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo-2 {
  height: 32px;
}

.walsh-brand-block-2 {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-inner-nav-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-container-nav-2 {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav-2 {
  background-color: #0000;
}

.walsh-nav-wrapper-green-2 {
  z-index: 10;
  background-color: #204f58;
  position: sticky;
  top: 0;
}

.container-45 {
  width: 92%;
  max-width: 1600px;
}

.form-2 {
  text-align: center;
  width: 100%;
}

.text-field-6, .text-field-7, .text-field-8 {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.textarea-2 {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #146ff6;
  border-radius: 8px;
  min-width: 190px;
  min-height: 46px;
  padding: 6px 30px;
  font-size: 17px;
  font-weight: 600;
}

.container-46 {
  width: 92%;
  max-width: 1600px;
  height: 100vh;
  padding-top: 80px;
}

.section-17 {
  display: none;
}

.column-24 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  max-height: none;
  display: flex;
}

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

.div-block-40 {
  border: 2px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 25px;
  height: 40px;
  display: flex;
  position: static;
  bottom: 30px;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-41 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.scroller {
  color: #fff;
  background-color: #fff;
  border: 1px #000;
  border-radius: 50px;
  width: 5px;
  height: 10px;
  padding-top: 2px;
  display: flex;
}

.section-18 {
  background-image: linear-gradient(45deg, #0b1460, #005cef 99%);
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-31 {
  color: var(--yellow);
  font-size: 20px;
  line-height: 1.5em;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 30px;
}

.div-block-43 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  max-height: none;
  display: flex;
}

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

.paragraph-10, .paragraph-11 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph-12 {
  color: #fff;
  background-color: #cfcfd1;
  border-radius: 0;
  width: 40px;
  height: 40px;
  font-family: "Fa Brands 400", sans-serif;
  position: relative;
}

.div-block-44 {
  background-color: #0b1460;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  position: relative;
}

.paragraph-13 {
  color: #0b1460;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-family: "Fa V 4 Compatibility", sans-serif;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.paragraph-13.twitter-logo {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 19px;
}

.paragraph-13.linkedin-logo {
  color: #fff;
  background-color: #fff0;
  margin-bottom: 0;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 19px;
  bottom: 13px;
  right: 10px;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 19px;
  position: absolute;
  bottom: 6px;
  left: auto;
  right: 11px;
}

.text-span-7 {
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 21px;
}

.text-span-8 {
  margin-right: 12px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 21px;
}

.image-31 {
  padding-top: 30px;
}

.column-25 {
  padding: 36px;
}

.heading-16 {
  margin-top: 0;
  font-size: 37px;
  font-weight: 900;
  line-height: 1em;
}

.paragraph-15 {
  color: #404141;
  font-size: 19px;
  line-height: 1.6em;
}

.submit-button-2 {
  background-color: #0b1460;
  border-radius: 8px;
  width: 140px;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 17px;
}

.container-48 {
  border: 2px solid #0b1460;
  border-radius: 10px;
  width: 92%;
  max-width: 1600px;
  margin-bottom: 15px;
  padding: 8px 8px 0;
}

.html-embed-4 {
  border: 1px solid #fff;
  border-radius: 11px;
  width: 100%;
}

.section-20 {
  border-radius: 10px;
}

.div-block-46 {
  padding-right: 0;
  position: absolute;
  bottom: 30px;
  right: auto;
}

.div-block-47 {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.vertical-scrolable {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.section {
  background-color: #fede00;
  background-image: url('../images/dot-1.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #aaa;
}

.container-49 {
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.header-container {
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 30px;
  bottom: auto;
}

.section-header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.content-container {
  width: 50%;
  max-width: none;
  padding: 20px;
  display: flex;
}

.text-span-9 {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-radius: 5px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

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

.image-33 {
  width: 50px;
  height: 50px;
}

.column-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.section-21 {
  margin-top: 60px;
  margin-bottom: 90px;
}

.section-21.link-next-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 90px;
}

.nav-phone-number {
  color: #fff;
}

.nav-phone-number:hover {
  color: #ffb900;
}

.div-block-48 {
  text-align: center;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  display: flex;
  position: absolute;
  bottom: 30px;
}

.container-50 {
  width: 92%;
  max-width: 1600px;
}

.section-22 {
  background-color: #0b1460;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-17 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 900;
  line-height: 1em;
}

.heading-18 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 400;
}

.div-block-50 {
  border: 2px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.button-3 {
  color: #000;
  background-color: #ffde00;
  border: 2px solid #ffde00;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 19px;
  line-height: 1em;
}

.button-3:hover {
  color: #ffde00;
  background-color: #0000;
}

.text-block-32 {
  z-index: 0;
  color: #fff;
  height: auto;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  position: static;
  top: auto;
  bottom: 30px;
  right: 30px;
}

.link-block-3 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-51 {
  z-index: 999;
  text-align: center;
  background-color: #6e6e6e;
  border: 1px solid #6e6e6e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.div-block-51.gotop, .navpage, .new-menu {
  display: none;
}

.nav-menu {
  margin-top: 5px;
  margin-right: 50px;
  padding-right: 0;
  display: flex;
}

.nav-menu.black {
  margin-right: 50px;
  padding-right: 0;
}

.bottom-banner {
  display: none;
}

.link-5, .link-6 {
  text-decoration: none;
}

.phone-wrapper {
  z-index: 1;
  position: fixed;
  bottom: 160px;
  right: 30px;
}

.email-wrapper {
  z-index: 1;
  position: fixed;
  bottom: 100px;
  right: 30px;
}

.whatsapp-wrapper {
  z-index: 1;
  position: fixed;
  bottom: 220px;
  right: 30px;
}

.div-block-57 {
  background-color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  box-shadow: 0 2px 5px 2px #0003;
}

.div-block-57:hover {
  background-color: #ff0;
}

.div-block-58 {
  background-color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: static;
  bottom: 120px;
  right: 30px;
  box-shadow: 0 2px 5px 2px #0003;
}

.div-block-58:hover {
  background-color: #ff0;
}

.div-block-59 {
  background-color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-decoration: none;
  box-shadow: 0 2px 5px 2px #0003;
}

.div-block-59:hover {
  background-color: #ff0;
}

.text-block-38 {
  text-align: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 26px;
  line-height: 45px;
  text-decoration: none;
}

.link-block-12, .link-block-13 {
  text-decoration: none;
}

.text-block-39 {
  text-align: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 45px;
}

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

.text-block-40 {
  text-align: center;
  font-family: "Fa 400", sans-serif;
  font-size: 20px;
  line-height: 45px;
}

.body-6 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.heading-19 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
}

.div-block-60 {
  margin-bottom: 40px;
}

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

.paragraph-16 {
  text-align: center;
  margin-bottom: 14.4px;
  font-size: 19px;
  line-height: 1.5em;
}

.paragraph-17 {
  text-align: center;
  margin-bottom: 14.4px;
  font-size: 19px;
  line-height: 1.4em;
}

.div-block-62 {
  margin-bottom: 20px;
}

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

.text-span-14, .text-span-15 {
  color: #ff0;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.paragraph-18 {
  font-size: 18px;
  font-weight: 500;
}

.paragraph-19 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.body-7 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.container-51 {
  width: 92%;
  max-width: 1600px;
}

.div-block-64 {
  height: 760px;
  padding: 66px 5% 30px;
}

.html-embed-5 {
  height: 100%;
}

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

.form-block {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 28px;
  padding-right: 28px;
}

.body-8 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.section-23 {
  background-color: #0b1460;
}

.container-52 {
  width: 92%;
  max-width: 1600px;
  min-height: 650px;
}

.div-block-67 {
  width: 100%;
  padding: 10px;
}

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

.div-block-69 {
  width: 90%;
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.image-35 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding-right: 0;
}

.lottie-animation-6 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

.gallery-image {
  width: 100%;
}

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

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

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

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

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

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

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

.brand-gallery-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-copy {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.home-button-copy.home-highlight.button-highlight:hover {
  background-color: #fff;
}

.home-button-copy.home-highlight.about-us {
  background-color: #ffde00;
}

.image-36 {
  width: 50px;
}

.link-block-15 {
  color: #000;
  background-color: #fff;
  border: 2px solid #ffde00;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  transition: transform .3ms, opacity .2s;
  display: flex;
}

.text-block-41 {
  text-transform: none;
  padding-left: 5px;
  padding-right: 0;
  text-decoration: none;
}

.home-button-copy.home-highlight.button-highlight, .home-button-copy.home-highlight.button-highlight:hover, .home-button-copy.home-highlight.about-us {
  background-color: #ffde00;
}

.home-button-copy.link-button.aboutus-button-container {
  background-color: #005cef;
  padding-left: 26px;
  padding-right: 26px;
}

.home-button-copy {
  z-index: 99;
  background-color: var(--yellow);
  color: var(--black);
  text-align: left;
  border: 2px solid #ffde00;
  border-radius: 5px;
  margin-right: 20px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
  transition: transform .3ms, opacity .2s;
  position: relative;
}

.home-button-copy.home-highlight {
  background-color: #fff;
  padding-left: 26px;
  padding-right: 26px;
}

.home-button-copy.home-highlight.about-us-button {
  color: var(--yellow);
  background-color: #005cef;
  border-radius: 10px;
  font-size: 16px;
}

.home-button-copy.home-highlight.button-highlight, .home-button-copy.home-highlight.button-highlight:hover, .home-button-copy.home-highlight.about-us {
  background-color: #ffde00;
}

.home-button-copy.aboutus-button-container {
  color: var(--yellow);
  background-color: #005cef;
  border-radius: 10px;
  font-size: 16px;
}

.home-button-copy.hero-button:hover {
  background-color: var(--yellow);
}

.home-button-copy.link-button {
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-button-copy.link-button.aboutus-button-container {
  justify-content: center;
  align-self: auto;
}

.home-button-copy-copy {
  z-index: 99;
  background-color: var(--yellow);
  color: var(--black);
  text-align: left;
  border: 2px solid #ffde00;
  border-radius: 5px;
  margin-right: 20px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
  transition: transform .3ms, opacity .2s;
  position: relative;
}

.home-button-copy-copy.home-highlight {
  background-color: #fff;
  padding-left: 26px;
  padding-right: 26px;
}

.home-button-copy-copy.home-highlight.about-us-button {
  color: var(--yellow);
  background-color: #005cef;
  border-radius: 10px;
  font-size: 16px;
}

.home-button-copy-copy.home-highlight.button-highlight, .home-button-copy-copy.home-highlight.button-highlight:hover, .home-button-copy-copy.home-highlight.about-us {
  background-color: #ffde00;
}

.home-button-copy-copy.aboutus-button-container {
  color: var(--yellow);
  background-color: #005cef;
  border-radius: 10px;
  font-size: 16px;
}

.home-button-copy-copy.hero-button:hover {
  background-color: var(--yellow);
}

.home-button-copy-copy.link-button {
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-button-copy-copy.link-button.aboutus-button-container {
  background-color: #005cef;
}

.home-button-copy-copy.link-button-copy {
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-button-copy-copy.link-button-copy.aboutus-button-container {
  background-color: #005cef;
}

.home-button-copy-copy.link-button-copy.aboutus-button-container-copy {
  background-color: #ffde00;
}

.text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  font-size: 20px;
}

.text-span-20 {
  font-size: 20px;
  font-weight: 500;
}

.text-span-21 {
  font-size: 20px;
}

.text-span-22, .text-span-23 {
  font-size: 20px;
  font-weight: 500;
}

.heading-20 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-21 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.25em;
}

.heading-21.ads-heading {
  color: #fff;
  font-size: 34px;
}

.form-block-2, .form-block-3, .form-block-4 {
  margin-bottom: 0;
}

.heading-22 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 20px;
  padding-right: 52px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2em;
}

.heading-23 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3em;
}

.heading-24 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 27px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.25em;
}

.heading-25 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

.heading-26 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 27px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.25em;
}

.heading-27 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 27px;
}

.heading-28 {
  max-width: 400px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1em;
}

.heading-29 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 27px;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.25em;
}

.heading-30 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

.image-38 {
  width: 21px;
  height: 21px;
  margin-top: 6px;
}

.link-block-16 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-16.address-link {
  padding-top: 10px;
  padding-bottom: 20px;
}

.image-39 {
  width: 21px;
  height: 21px;
}

.link-block-17 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-20 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.paragraph-21 {
  margin-bottom: 0;
  font-size: 14px;
}

.lynx-paragraph-accordion {
  color: var(--lynx--grey);
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow {
  background-color: #005cef;
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
}

.lynx-heading-accordion {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 132%;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 30px;
}

.lynx-accordion-item {
  background-color: var(--lynx-white);
  box-shadow: none;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  display: block;
}

.lynx-block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-paragraph {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 30px auto;
  display: flex;
}

.text-container-copy {
  margin-bottom: 10px;
}

.text-container-copy.hide-text-container {
  display: none;
}

.heading-31 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
}

.we-help-section {
  padding-top: 60px;
  padding-bottom: 30px;
}

.section-24 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
}

.heading-32 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1em;
}

.div-block-70 {
  width: 85%;
  margin-bottom: 20px;
}

.container-54 {
  width: 92%;
  max-width: 1600px;
}

.lynx-paragraph-accordion-2 {
  color: #797c83;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-accordion-content-2 {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow-2 {
  background-color: #005cef;
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 24px;
  height: 24px;
}

.lynx-icon-arrow-2.hide-arrow {
  display: none;
}

.lynx-heading-accordion-small {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 132%;
}

.lynx-accordion-header-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header-2:hover {
  padding-left: 35px;
}

.lynx-accordion-item-border {
  border: 1px solid #dfdad2;
  border-radius: 20px;
}

.lynx-block-faq-2 {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-grid-faq {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 14px;
}

.lynx-heading-2 {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.how-help-copy {
  background-color: #fff0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 80px;
}

.we-help-section-copy {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

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

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

.lynx-accordion-header-2-copy {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header-2-copy:hover {
  padding-left: 35px;
}

.lynx-accordion-item-border-copy {
  border: 1px solid #dfdad2;
  border-radius: 20px;
  height: 245px;
  min-height: 160px;
}

.lynx-paragraph-accordion-3 {
  color: var(--lynx--grey);
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-accordion-content-3 {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow-3 {
  background-color: var(--lynx-black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-heading-accordion-small-2 {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 132%;
}

.lynx-accordion-header-3 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header-3:hover {
  padding-left: 35px;
}

.lynx-accordion-item-border-2 {
  border: 1px solid #dfdad2;
  border-radius: 20px;
}

.lynx-block-faq-3 {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-grid-faq-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 14px;
}

.lynx-heading-3 {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-3 {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.accordian-wrapper {
  display: block;
}

.accordian {
  border: 1px solid #dfdad2;
  border-radius: 20px;
  width: 100%;
  height: 165px;
  margin-bottom: 20px;
}

.accordian-toggle {
  width: 100%;
  height: 75px;
}

.accordian-icon {
  color: #fff;
  background-color: #005cef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block-42 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.acoordian-list {
  background-color: #ddd0;
  display: none;
}

.acoordian-list.ccordian-list-first {
  display: block;
}

.paragraph-22 {
  color: #797c83;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
}

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

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  background-color: #fffefe00;
  border: 1px solid #dfdad2;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.dropdown-list-2 {
  background-color: #ddd0;
  position: static;
}

.icon-3 {
  color: #fff;
  background-color: #005cef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  transform: none;
}

.icon-3:active {
  transform: rotate(0);
}

.text-block-43 {
  transform: translate(0);
}

.div-block-74, .div-block-75, .faq-wrapper {
  display: none;
}

.dropdown-2 {
  border: 1px solid #dfdad2;
  border-radius: 20px;
  width: 100%;
}

.dropdown-toggle-2 {
  width: 100%;
}

.faq {
  border: 1px solid #dfdad2;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.faq-toggle {
  width: 100%;
}

.faq-list {
  background-color: #ddd0;
  display: none;
  position: static;
}

.paragraph-24 {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.icon-4 {
  color: #fff;
  background-color: #005cef;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block-44 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-3 {
  border: 1px solid #dfdad2;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  transition: transform 20s;
}

.dropdown-toggle-3 {
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
}

.dropdown-list-3 {
  position: static;
}

.dropdown-list-3.w--open {
  background-color: #ddd0;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-5 {
  color: #fff;
  background-color: #20f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block-45, .text-block-46, .text-block-47 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-25 {
  color: #797c83;
  background-color: #797c8300;
}

.paragraph-26, .paragraph-27 {
  color: #797c83;
}

.lynx-paragraph-accordion-4 {
  color: var(--lynx--grey);
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-accordion-content-4 {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow-4 {
  background-color: var(--lynx-black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-heading-accordion-2 {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-accordion-header-4 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header-4:hover {
  padding-left: 35px;
}

.lynx-accordion-item-2 {
  background-color: var(--lynx-white);
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-faq-4 {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-paragraph-2 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-4 {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-4 {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.image-40 {
  text-align: center;
  width: 99%;
}

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

.column-33-copy {
  justify-content: center;
  align-items: center;
  display: block;
}

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

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr 1.25fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-77 {
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 800px;
  padding: 0 35px 0 8px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-77.facebook {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-17 {
  color: #404141;
  width: auto;
  min-width: 0;
  max-width: 104.271px;
  font-size: 19px;
  font-weight: 500;
}

.heading-33 {
  margin-left: 8px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-34 {
  margin-right: -18px;
}

.heading-35 {
  margin-right: -11px;
}

.heading-36 {
  margin-right: -21px;
}

.heading-37 {
  margin-right: -17px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr 2.25fr 1.25fr 1.25fr .75fr;
  margin-top: 30px;
}

.div-block-76-copy.flex-enf {
  justify-content: flex-end;
}

.heading-38 {
  margin-right: -14px;
}

.heading-39 {
  margin-left: 8px;
  margin-right: 0;
}

.div-block-78 {
  margin-right: -5px;
}

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

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

.heading-40 {
  font-size: 28px;
  font-weight: 900;
}

.paragraph-29 {
  color: #404141;
  font-size: 19px;
}

.div-block-80 {
  max-width: 800px;
  margin-bottom: 30px;
}

.div-block-81 {
  flex-flow: wrap;
  grid-template-columns: 1fr 1.25fr 2.25fr 1.25fr 1.25fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-41 {
  margin-left: 8px;
  margin-right: 0;
}

.div-block-82.mobile-responsive {
  display: none;
}

.div-block-77-copy {
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 35px 8px 8px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-77-copy.facebook {
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

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

.aboutus-button-container-copy {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.aboutus-button-container-copy.aboutus-new {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aboutus-button-container-copy.center-button {
  justify-content: center;
}

.div-block-85 {
  width: 75%;
  max-width: 660%;
}

.section-26 {
  color: #0b1460;
  background-color: #fede00;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
}

.heading-43 {
  text-align: center;
  font-size: 33px;
  font-weight: 900;
}

.heading-44 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.paragraph-30 {
  color: #000;
  text-align: center;
  font-size: 19px;
}

.heading-45 {
  margin-left: 8px;
}

.aboutus-button-container-copy-copy {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.aboutus-button-container-copy-copy.aboutus-new {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.container-32-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  display: block;
}

.container-32-copy.our-process-container {
  width: 920px;
  display: flex;
}

.div-block-76-copy {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-6-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px 10px;
  display: grid;
}

.div-block-89 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-block-18 {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-19 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.image-42 {
  width: 80px;
}

.walsh-brand-block-copy.mobile-view.w--current, .walsh-brand-block-copy.mobile-view.hide-desktop.w--current {
  display: none;
}

.walsh-brand-block-copy {
  z-index: 2;
  z-index: 2;
  z-index: 2;
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-brand-block-copy-copy {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-brand-block-copy-copy.mobile-view.w--current, .walsh-brand-block-copy-copy.mobile-view.hide-desktop.w--current {
  display: none;
}

.walsh-brand-block-copy-copy-copy {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-brand-block-copy-copy-copy.mobile-view.w--current, .walsh-brand-block-copy-copy-copy.mobile-view.hide-desktop.w--current {
  display: none;
}

.walsh-brand-block-copy.hide-desktop.w--current {
  display: none;
}

.walsh-brand-white-hide {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-brand-white-hide.hide-desktop, .walsh-brand-white-hide.hide-desktop.w--current {
  display: none;
}

.walsh-brand-block-copy, .walsh-brand-block-copy-copy, .our-services-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.our-services-block.w--current {
  display: none;
}

.heading-new {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
}

.container-55 {
  width: 92%;
  max-width: 1600px;
}

.lynx-paragraph-accordion-5 {
  color: #1a1b1f;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-accordion-content-5 {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow-5 {
  background-color: #005cef;
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #005cef;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-heading-accordion-3 {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}

.lynx-accordion-header-5 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header-5:hover {
  padding-left: 35px;
}

.lynx-accordion-item-3 {
  background-color: var(--lynx-white);
  border: 1px solid #eaeaea;
  border-radius: 20px;
}

.lynx-block-faq-5 {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.lynx-paragraph-3 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-5 {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-5 {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.italic-text {
  color: #1a1b1f;
  font-size: 19px;
  font-style: normal;
}

.italic-text-2 {
  color: #1a1b1f;
  font-style: normal;
}

.italic-text-3 {
  color: #1a1b1f;
  font-size: 19px;
  font-style: normal;
}

.italic-text-4 {
  color: #1f2022;
  font-size: 19px;
  font-style: normal;
  line-height: 1.6em;
}

.container-56 {
  width: 92%;
  max-width: 1600px;
}

.footer-heading {
  font-size: 16px;
  line-height: 24px;
}

.footer-heading.footer-heading-sub {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.footer-heading.footer-heading-sub.footer-list-head {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.footer-heading.footer-heading-sub.footer-heading-services {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-31 {
  font-size: 13px;
  line-height: 24px;
}

.bold-text-18 {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 700;
}

.bold-text-18.bold-sub {
  font-size: 14px;
  font-weight: 600;
}

.footer-list-item {
  width: 96%;
  max-width: 1600px;
  padding-left: 0;
}

.container-57 {
  width: 98%;
  max-width: 1600px;
}

.hide {
  display: none;
}

.address-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.address-para {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5em;
}

.link-block-20, .link-block-21 {
  margin-bottom: 10px;
}

@media screen and (min-width: 1440px) {
  .paragraph {
    font-size: 33px;
  }

  .heading-3 {
    margin-bottom: 40px;
  }

  .heading-5 {
    font-weight: 900;
  }

  .heading-font {
    text-align: center;
    font-weight: 900;
  }

  .heading-8, .heading-9 {
    font-weight: 900;
  }

  .brand-corousel {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-28 {
    font-weight: 900;
  }
}

@media screen and (max-width: 991px) {
  .aboutus-hero.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .aboutus-hero.cc-home-wrap {
    display: block;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
  }

  .navigation-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #0000;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 0 0 25px;
    display: flex;
  }

  .navigation-item {
    color: var(--black);
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    width: 130px;
  }

  .navigation-items {
    color: #0000;
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .hero-section {
    height: 745px;
  }

  .hero-section.our-service-hero {
    height: auto;
  }

  .hero-style {
    max-width: none;
    min-height: 570px;
    display: block;
  }

  .div-block {
    text-align: center;
    width: auto;
    min-height: 0;
    padding: 10px;
  }

  .div-block-2 {
    object-fit: fill;
    width: 100%;
    height: auto;
  }

  .heading {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 42px;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .home-button {
    padding: 9px;
    font-size: 14px;
  }

  .home-button.home-highlight {
    padding: 9px;
  }

  .home-button.home-highlight.about-us-button {
    margin-right: 0;
    font-size: 14px;
  }

  .home-button.aboutus-button-container {
    font-size: 14px;
  }

  .div-block-3 {
    margin-bottom: 0;
    padding-bottom: 10px;
    display: block;
  }

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

  .slide-3 {
    text-align: center;
    object-fit: fill;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .mask-4 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 100%;
    height: auto;
    display: flex;
    left: auto;
    overflow: visible;
  }

  .image-3 {
    text-align: center;
    width: 100%;
    max-width: 320px;
  }

  .image-4 {
    display: none;
  }

  .brand-scrolll-container, .service-information {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .reach-us, .our-feature {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-feature.custom {
    padding: 20px 0;
  }

  .heading-3 {
    color: var(--black);
    padding-top: 0;
    font-size: 30px;
    line-height: 1.25em;
  }

  .heading-4 {
    color: #404141;
    font-size: 20px;
    line-height: 1.3em;
  }

  .service-wrapper {
    padding: 10px;
  }

  .paragraph-2 {
    color: #404141;
    font-size: 16px;
    line-height: 1.6em;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 1.25em;
  }

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

  .aboutus-button-container {
    text-align: center;
  }

  .heading-font {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 1.25em;
  }

  .text-block {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .text-block.test-padding {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-7 {
    object-fit: contain;
    flex-wrap: nowrap;
    width: auto;
    max-width: none;
    display: flex;
    overflow: visible;
  }

  .page-padding {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: none;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0 30px;
  }

  .card-container {
    padding-left: 0;
    padding-right: 0;
  }

  .card-heading {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.25em;
  }

  .card-para {
    display: none;
  }

  .benifit-advantage-grid-color {
    object-fit: cover;
    grid-template-columns: .75fr 1fr 1fr;
  }

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

  .benifit-sub-heading {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 30px;
    display: flex;
  }

  .benifit-advantage-grid-transperent {
    grid-template-columns: .75fr 1fr 1fr;
  }

  .benifit-icons {
    align-self: flex-start;
    margin-top: 15px;
  }

  .benifit-column-text {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .table-wrapper {
    object-fit: none;
  }

  .heading-8 {
    font-size: 30px;
  }

  .div-block-10 {
    text-align: center;
  }

  .div-block-11 {
    object-fit: fill;
    align-items: center;
    width: 100%;
    max-width: 368px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6, .image-7, .image-8 {
    display: block;
  }

  .link-2 {
    margin-left: 15px;
    font-size: 17px;
  }

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

  .slider-5 {
    background-color: #0000;
  }

  .image-9, .image-10 {
    width: 90%;
  }

  .slide-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .item {
    height: auto;
    padding-right: 10px;
  }

  .slide-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-9 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25em;
  }

  .bold-text {
    text-align: left;
    font-size: 15px;
    line-height: 1.5em;
  }

  .content, .contetnt {
    display: block;
  }

  .card-image1 {
    margin-top: 0;
  }

  .bold-text-2 {
    padding: 15px;
    font-size: 14px;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    text-align: left;
  }

  .form-widget-wrap {
    margin-top: 10px;
  }

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

  .column-4 {
    align-self: auto;
  }

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

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

  .column-1 {
    text-align: center;
    align-self: center;
    padding-bottom: 0;
  }

  .section-devider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-new {
    background-color: #005cef;
    padding: 25px;
  }

  .testimonial-text {
    color: var(--yellow);
    font-size: 20px;
  }

  .testimonial-footer {
    display: flex;
  }

  .image-12 {
    background-color: var(--yellow);
    border-radius: 4px;
    width: 60px;
    height: 100px;
  }

  .text-block-5 {
    text-align: center;
    align-self: center;
    font-size: 30px;
    line-height: 1.25em;
  }

  .text-block-6 {
    font-size: 21px;
    line-height: 1em;
  }

  .columns-4 {
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .shape3, .shape4 {
    display: none;
  }

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

  .div-block-18 {
    display: block;
  }

  .column-9, .div-block-21 {
    justify-content: center;
    margin-top: 20px;
  }

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

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

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

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

  .text-block-9 {
    text-align: center;
    align-self: center;
    font-size: 26px;
  }

  .text-span-2 {
    font-size: 16px;
  }

  .text-block-10 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .text-span-4, .text-block-11 {
    font-size: 16px;
  }

  .image-20 {
    margin-top: 20px;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-6 {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .column-13 {
    text-align: center;
    align-self: center;
    padding-top: 0;
  }

  .speak-us {
    padding: 20px 7px;
  }

  .widget-wrapper.firstcard-element {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-13 {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .text-block-14 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .column-16 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 0 8px;
    display: flex;
  }

  .div-block-24 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-15 {
    letter-spacing: 0;
  }

  .get-in-touch {
    padding: 20px 7px;
    overflow: hidden;
  }

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

  .div-block-26 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5em;
  }

  .html-embed {
    padding-bottom: 0;
  }

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

  .container-13.hero-container {
    width: 96%;
    max-width: none;
    margin-top: 0;
  }

  .columns-7 {
    flex-direction: column;
  }

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

  .container-17 {
    padding-bottom: 40px;
  }

  .container-18 {
    width: 100%;
  }

  .container-20 {
    margin-bottom: 0;
    padding: 10px 10px 20px;
  }

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

  .div-block-29 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-23 {
    padding: 10px;
  }

  .container-26 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .container-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-31 {
    width: 96%;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .text-block-28 {
    font-size: 16px;
  }

  .container-32 {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .column-21, .columns-8 {
    flex-direction: column;
  }

  .bold-text-11 {
    font-size: 50px;
  }

  .paragraph-7 {
    font-size: 19px;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 1.2em;
  }

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

  .heading-12 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .text-wrapper-new {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-11 {
    flex-direction: column;
  }

  .container-40 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lynx-menu-button {
    background-color: var(--lynx-white);
    color: var(--lynx-black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx-black);
    color: var(--lynx-white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx-white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link:hover {
    color: #002e77;
  }

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

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .header-navigation.section-15 {
    background-color: #0000;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

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

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-menu-green {
    background-color: var(--walsh-walsh-dark-green);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-menu-button-2 {
    color: #fff;
    order: 1;
  }

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

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons-2 {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-nav-link-white-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white-2:hover {
    background-color: #0000;
  }

  .walsh-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-2:hover {
    background-color: #0000;
  }

  .walsh-dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-menu-green-2 {
    background-color: var(--walsh-walsh-dark-green);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-container-nav-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .image-30 {
    width: 45px;
    height: 45px;
  }

  .container-46 {
    width: 100%;
    padding-top: 80px;
  }

  .container-47 {
    width: 92%;
  }

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

  .columns-12 {
    flex-direction: column;
  }

  .image-33 {
    width: 45px;
    height: 45px;
  }

  .column-1 {
    padding-top: 10px;
  }

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

  .div-block-51.gotop {
    display: none;
    bottom: 70px;
    right: 30px;
  }

  .div-block-52 {
    position: absolute;
  }

  .navpage {
    background-color: #f9f9f9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0;
  }

  .new-menu {
    z-index: 1;
    padding-top: 10px;
    display: block;
    position: relative;
  }

  .image-34 {
    width: 45px;
    height: 45px;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .button-4 {
    background-color: #0000;
    padding: 10px 15px;
    font-family: "Fa Solid 900", sans-serif;
    font-size: 27px;
  }

  .text-block-33 {
    color: #0b1460;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
  }

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

  .text-span-11 {
    padding-right: 10px;
    font-family: "Fa Solid 900", sans-serif;
  }

  .text-span-12 {
    padding-right: 10px;
    font-family: "Fa Solid 900", sans-serif;
    font-weight: 400;
  }

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

  .text-span-13 {
    color: #000;
    background-color: #0000;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 25px;
    display: none;
  }

  .text-span-13.black {
    color: #000;
    background-color: #0000;
    display: none;
  }

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

  .div-block-54 {
    width: 100vw;
  }

  .list-3 {
    z-index: 999;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    position: static;
  }

  .list-item-7, .list-item-8 {
    text-align: center;
    flex: 1;
    align-self: center;
  }

  .list-item-9 {
    z-index: 1001;
    position: fixed;
  }

  .div-block-55 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .text-block-35 {
    color: #fff;
    text-align: center;
    background-color: #0b1460;
    flex: 1;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500;
  }

  .text-block-36 {
    color: #000;
    text-align: center;
    background-color: #ffde00;
    flex: 1;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 600;
  }

  .div-block-56 {
    opacity: 1;
    outline-offset: 0px;
    text-align: center;
    background-color: #fff;
    border: 4px #fff;
    border-radius: 50px;
    outline: 7px solid #edeef25c;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
  }

  .text-block-37 {
    outline-offset: 0px;
    background-color: #0000;
    border: 0 #000;
    border-radius: 50px;
    outline: 3px #1a1b1f;
    font-size: 13px;
  }

  .link-block-10, .link-block-11 {
    flex: 1;
    text-decoration: none;
  }

  .bottom-banner {
    z-index: 999;
    width: 100vw;
    display: none;
    position: fixed;
    bottom: 0;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .brand-gallery-container {
    max-width: 728px;
  }

  .home-button-copy {
    padding: 9px;
    font-size: 14px;
  }

  .home-button-copy.home-highlight {
    padding: 9px;
  }

  .home-button-copy.home-highlight.about-us-button {
    margin-right: 0;
    font-size: 14px;
  }

  .home-button-copy.aboutus-button-container {
    font-size: 14px;
  }

  .home-button-copy-copy {
    padding: 9px;
    font-size: 14px;
  }

  .home-button-copy-copy.home-highlight {
    padding: 9px;
  }

  .home-button-copy-copy.home-highlight.about-us-button {
    margin-right: 0;
    font-size: 14px;
  }

  .home-button-copy-copy.aboutus-button-container {
    font-size: 14px;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

  .lynx-heading, .lynx-heading-2, .lynx-heading-3 {
    font-size: 38px;
  }

  .lynx-heading-accordion-2 {
    font-size: 19px;
  }

  .lynx-heading-4 {
    font-size: 38px;
  }

  .aboutus-button-container-copy, .aboutus-button-container-copy-copy {
    text-align: center;
  }

  .container-32-copy {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .div-block-6-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0 30px;
  }

  .lynx-heading-accordion-3 {
    font-size: 19px;
  }

  .lynx-heading-5 {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .aboutus-hero {
    margin-left: 15px;
    margin-right: 15px;
  }

  .aboutus-hero.cc-cta {
    padding: 15px;
  }

  .aboutus-hero.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .aboutus-hero.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .conte {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu-icon {
    margin-right: 30px;
  }

  .navigation-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navigation-new {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 0 0 20px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero-section.abotus-hero1 {
    object-fit: contain;
    height: auto;
  }

  .paragraph {
    font-size: 22px;
  }

  .home-button {
    padding: 9px;
    font-size: 14px;
  }

  .home-button.home-highlight.about-us-button {
    margin-right: 0;
  }

  .home-button.aboutus-button-container {
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

  .our-feature.custom {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-font {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    padding-bottom: 30px;
  }

  .how-help {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .benifite-section {
    margin-bottom: 0;
  }

  .column-3 {
    display: flex;
  }

  .column-7 {
    flex-direction: column;
    margin-top: 0;
  }

  .footer {
    flex-flow: column;
    padding-top: 10px;
  }

  .div-block-22 {
    flex-direction: column;
  }

  .text-block-9 {
    padding-top: 10px;
    font-size: 28px;
  }

  .text-block-11 {
    text-align: left;
  }

  .image-20 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .image-21 {
    margin-left: 10px;
  }

  .columns-6 {
    margin-top: 10px;
  }

  .column-13 {
    padding-right: 2px;
  }

  .widget-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-13, .text-block-14 {
    text-align: center;
    padding-right: 0;
  }

  .text-block-27 {
    text-align: left;
  }

  .container-12 {
    padding-bottom: 60px;
  }

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

  .container-13.hero-container {
    padding-top: 0;
    padding-left: 0;
  }

  .container-13.hero-container.clients {
    justify-content: center;
    padding-top: 0;
  }

  .columns-7 {
    flex-direction: column;
  }

  .container-20 {
    padding-top: 0;
  }

  .container-31 {
    padding-bottom: 40px;
  }

  .container-32 {
    width: 96%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-13 {
    position: relative;
  }

  .bold-text-11 {
    font-size: 30px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .heading-11 {
    margin-top: 0;
  }

  .div-block-33 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: center;
  }

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

  .section-14 {
    padding-top: 150px;
  }

  .container-36 {
    align-items: center;
    max-height: 130px;
    display: block;
  }

  .heading-13 {
    margin-bottom: 0;
    font-size: 50px;
    display: inline-block;
    inset: 0% 0% auto;
  }

  .heading-14 {
    font-size: 30px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .heading-15 {
    font-size: 20px;
  }

  .column-22 {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 18px;
  }

  .columns-9 {
    flex-direction: column;
  }

  .text-wrapper-new {
    padding-bottom: 8px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-menu-button-2 {
    color: #000;
    padding-right: 0;
  }

  .walsh-brand-block-2 {
    padding-left: 0;
  }

  .columns-12 {
    flex-direction: column;
  }

  .div-block-40 {
    border-width: 1px;
    position: absolute;
    bottom: 50px;
  }

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

  .paragraph-10, .paragraph-11 {
    font-size: 16px;
  }

  .text-span-7, .text-span-8 {
    font-size: 18px;
  }

  .column-25 {
    padding: 18px 18px 0;
  }

  .submit-button-2 {
    padding-bottom: 8px;
  }

  .div-block-45 {
    position: static;
  }

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

  .div-block-47 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-49 {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .header-container {
    position: static;
  }

  .content-container {
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
  }

  .image-32, .image-33 {
    width: 50px;
    height: 50px;
  }

  .container-50 {
    width: 96%;
  }

  .section-22 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-17 {
    font-size: 30px;
  }

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

  .text-block-33 {
    color: #0b1460;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
  }

  .text-block-34 {
    text-decoration: none;
  }

  .link-block-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
    text-decoration: none;
  }

  .text-span-11, .text-span-12 {
    padding-right: 10px;
    font-family: "Fa Solid 900", sans-serif;
  }

  .text-block-35 {
    font-size: 15px;
    font-weight: 400;
  }

  .text-block-36 {
    font-size: 15px;
    font-weight: 500;
  }

  .phone-wrapper, .email-wrapper, .whatsapp-wrapper {
    display: none;
  }

  .div-block-64 {
    height: 1060px;
    margin-top: 40px;
  }

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

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .home-button-copy {
    padding: 9px;
    font-size: 14px;
  }

  .home-button-copy.home-highlight.about-us-button {
    margin-right: 0;
  }

  .home-button-copy.aboutus-button-container {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .home-button-copy-copy {
    padding: 9px;
    font-size: 14px;
  }

  .home-button-copy-copy.home-highlight.about-us-button {
    margin-right: 0;
  }

  .home-button-copy-copy.aboutus-button-container {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-faq {
    grid-template-columns: 1fr;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .how-help-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .lynx-heading-3, .lynx-heading-4 {
    max-width: 540px;
    font-size: 34px;
  }

  .container-32-copy {
    width: 96%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .walsh-brand-block-copy, .walsh-brand-block-copy-copy, .walsh-brand-block-copy-copy, .walsh-brand-block-copy-copy-copy, .walsh-brand-block-copy, .walsh-brand-white-hide, .walsh-brand-block-copy, .walsh-brand-block-copy-copy, .our-services-block {
    padding-left: 0;
  }

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

  .lynx-heading-5 {
    max-width: 540px;
    font-size: 34px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-icon {
    color: #fff;
    margin-right: 20px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    color: #0000;
    background-color: #0000;
  }

  .navigation-new {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-item {
    color: #0a0a0a;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    background-color: var(--yellow);
    flex-direction: row;
    flex: 1;
    align-self: center;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .hero-section.abotus-hero1 {
    object-fit: contain;
    height: auto;
    padding-top: 80px;
    padding-bottom: 0;
    overflow: visible;
  }

  .hero-section.our-service-hero {
    height: auto;
  }

  .hero-style {
    display: block;
  }

  .div-block {
    text-align: center;
    width: auto;
    display: block;
  }

  .heading {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 42px;
  }

  .home-button {
    margin-right: 0;
    padding: 9px;
    font-size: 14px;
  }

  .home-button.home-highlight {
    margin-right: 10px;
  }

  .home-button.home-highlight.about-us-button {
    margin-right: 0;
  }

  .home-button.aboutus-button-container {
    margin-left: 10px;
  }

  .home-button.link-button {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-left: 9px;
    padding-right: 9px;
  }

  .div-block-3 {
    margin-bottom: -30px;
  }

  .fa-icon {
    font-size: 14px;
  }

  .fa-icon.width {
    height: 18px;
    padding-right: 5px;
  }

  .slide-3 {
    align-self: auto;
    width: 100%;
    max-width: 368px;
  }

  .slider-2 {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .mask-4 {
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    height: auto;
    display: flex;
    left: auto;
  }

  .brand-scrolll-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-5 {
    width: 100%;
  }

  .reach-us.extra {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-feature {
    padding-top: 0;
  }

  .our-feature.custom {
    padding-left: 0;
  }

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

  .heading-4 {
    margin-bottom: 20px;
  }

  .service-wrapper {
    width: 100%;
  }

  .heading-5 {
    margin-top: 0;
  }

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

  .aboutus-button-container {
    justify-content: center;
  }

  .aboutus-button-container.hide-button {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-font {
    max-width: 800px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .text-block {
    margin-bottom: 0;
    padding: 0 5px 30px;
  }

  .text-block.test-padding {
    padding-top: 0;
  }

  .div-block-5 {
    flex: none;
    width: auto;
  }

  .page-padding {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-padding.hero-image-style, .page-padding.aboutus-page {
    width: 100%;
  }

  .how-help {
    text-align: center;
    padding-top: 20px;
  }

  .card-para.ads-card {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .heading-9 {
    margin-bottom: 20px;
  }

  .form-widget-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-widget-wrap.our-service-form {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .form-content-wrap {
    text-align: center;
  }

  .text-block-4 {
    width: 100%;
  }

  .column-1, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-6 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 1.3em;
  }

  .section-9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand-corousel {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .footer {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .link-3 {
    margin-right: 0;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .text-block-9 {
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 1.3em;
  }

  .text-block-9.client {
    padding-right: 0;
    font-size: 30px;
  }

  .text-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-container {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-11 {
    color: #000;
  }

  .image-21 {
    padding-right: 20px;
  }

  .columns-6 {
    justify-content: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-27.ads-title {
    text-align: center;
    font-weight: 400;
  }

  .html-embed {
    width: 100%;
  }

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

  .html-embed-2 {
    max-width: 100%;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .container-13.hero-container {
    align-items: center;
    width: 96%;
    margin-top: 0;
    padding: 10px 0 20px;
  }

  .container-13.hero-container.clients {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .container-13.hero-container.aboutus {
    padding-top: 80px;
  }

  .columns-7 {
    flex-direction: column;
  }

  .column-18 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-19 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-19.padding-remove.new-design {
    width: 96%;
  }

  .container-20 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-29 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .html-embed-3 {
    margin-top: 20px;
  }

  .container-22 {
    width: 96%;
  }

  .container-25 {
    width: 100%;
  }

  .container-31 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .text-block-28 {
    text-align: center;
    padding-bottom: 14.4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-32 {
    padding-bottom: 20px;
  }

  .container-32.our-process-container {
    width: 100%;
  }

  .text-block-30 {
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
  }

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

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .image-25 {
    padding: 10px 5px;
  }

  .div-block-35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-35 {
    width: 96%;
  }

  .heading-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-11 {
    flex-direction: column;
  }

  .container-40 {
    width: 100%;
    padding: 0 12px;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .container {
    max-width: none;
  }

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

  .menu-button-2 {
    padding: 5px;
  }

  .icon-2 {
    color: #fff;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .walsh-brand-block.w--current {
    display: none;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons-2 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-white-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle-2 {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-logo-2 {
    height: 24px;
  }

  .image-30 {
    width: 50px;
  }

  .div-block-40 {
    justify-content: center;
    align-self: center;
    align-items: stretch;
    display: block;
    bottom: 45px;
  }

  .link-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-41 {
    border: 2px solid #fff;
    border-radius: 25px;
    width: 25px;
    height: 40px;
  }

  .section-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-31 {
    margin-bottom: 15px;
  }

  .column-1 {
    padding-bottom: 10px;
  }

  .div-block-48 {
    width: 96%;
    bottom: 10%;
  }

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

  .column-26 {
    padding-bottom: 10px;
  }

  .column-27 {
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-28 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-29, .column-30, .column-31, .column-32 {
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-17 {
    line-height: 1.4em;
  }

  .navpage, .navpage.black {
    display: none;
  }

  .div-block-55 {
    display: flex;
  }

  .link-block-10 {
    background-color: #0b1460;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .bottom-banner {
    display: block;
  }

  .div-block-66 {
    padding-left: 10px;
  }

  .div-block-69 {
    width: 100%;
    margin-top: 0;
    padding-top: 50px;
  }

  .div-block-69.ads-main-section {
    padding-top: 10px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .brand-gallery-container {
    max-width: none;
  }

  .text-block-41 {
    padding-left: 0;
  }

  .home-button-copy.link-button.aboutus-button-container {
    padding: 10px 14px;
    display: flex;
  }

  .home-button-copy {
    margin-right: 0;
    padding: 9px;
    font-size: 14px;
  }

  .home-button-copy.home-highlight {
    margin-right: 10px;
  }

  .home-button-copy.home-highlight.about-us-button {
    margin-right: 0;
  }

  .home-button-copy.aboutus-button-container {
    margin-left: 10px;
  }

  .home-button-copy-copy {
    margin-right: 0;
    padding: 9px;
    font-size: 14px;
  }

  .home-button-copy-copy.home-highlight {
    margin-right: 10px;
  }

  .home-button-copy-copy.home-highlight.about-us-button {
    margin-right: 0;
  }

  .home-button-copy-copy.aboutus-button-container {
    margin-left: 10px;
  }

  .heading-21 {
    font-size: 28px;
  }

  .heading-22 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-23 {
    font-size: 30px;
  }

  .heading-24 {
    padding-right: 0;
    font-size: 28px;
  }

  .heading-25 {
    text-align: center;
    font-size: 20px;
  }

  .heading-26 {
    text-align: center;
    padding-right: 0;
    font-size: 26px;
  }

  .heading-28 {
    font-size: 30px;
    line-height: 1.25em;
  }

  .heading-29 {
    text-align: center;
    font-size: 30px;
  }

  .image-37 {
    width: 24px;
  }

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

  .heading-30 {
    text-align: center;
    font-size: 30px;
  }

  .lynx-accordion-content {
    width: 100%;
    max-width: 100%;
  }

  .lynx-icon-arrow {
    color: #fff;
  }

  .lynx-heading-accordion {
    font-size: 17px;
  }

  .lynx-accordion-item {
    display: block;
  }

  .lynx-block-faq {
    max-width: 395px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .text-container-copy {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-24 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .heading-32 {
    font-size: 30px;
    line-height: 1.25em;
  }

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

  .lynx-block-faq-2 {
    width: 100%;
    max-width: 386px;
  }

  .lynx-heading-2 {
    font-size: 29px;
  }

  .lynx-content-2 {
    display: none;
  }

  .how-help-copy {
    text-align: center;
    padding-top: 20px;
  }

  .html-responsive-none {
    display: none;
  }

  .lynx-icon-arrow-3 {
    background-color: #005cef;
    width: 24px;
    height: 24px;
  }

  .lynx-heading-accordion-small-2 {
    font-size: 16px;
  }

  .lynx-accordion-header-3 {
    height: 60px;
  }

  .lynx-heading-3 {
    font-size: 29px;
  }

  .lynx-content-3 {
    display: none;
  }

  .accordian-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
    display: block;
  }

  .accordian {
    border: 1px solid #dfdad2;
    border-radius: 20px;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .accordian-toggle {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 10px 15px 15px 0;
    display: flex;
  }

  .accordian-icon {
    color: #fff;
    background-color: #005cef;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-family: Inter, sans-serif;
    font-weight: 300;
    display: flex;
  }

  .text-block-42 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: block;
    overflow: visible;
  }

  .dropdown-list {
    display: block;
  }

  .acoordian-list {
    background-color: #dddddd05;
    display: block;
    position: static;
  }

  .paragraph-22 {
    color: #797c83;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inter, sans-serif;
  }

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

  .dropdown-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

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

  .dropdown {
    border: 1px solid #dfdad2;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: transform 1s;
  }

  .dropdown-toggle {
    border-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .dropdown-list-2 {
    background-color: #fffefe;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .icon-3 {
    transform: rotate(-90deg);
  }

  .icon-3:focus {
    transform: none;
  }

  .text-block-43 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

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

  .paragraph-23 {
    color: #797c83;
    font-family: Inter, sans-serif;
    font-size: 17px;
  }

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

  .div-block-74, .faq-wrapper {
    display: none;
  }

  .icon-4 {
    color: #fff;
    background-color: #005cef;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .text-block-44 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .icon-5 {
    width: 24px;
    height: 24px;
  }

  .text-block-45 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
    font-weight: 600;
  }

  .text-block-46, .text-block-47 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .lynx-icon-arrow-4 {
    background-color: #0957f3;
  }

  .lynx-heading-accordion-2 {
    font-size: 18px;
  }

  .lynx-heading-4 {
    font-size: 29px;
  }

  .image-40 {
    width: 100%;
  }

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

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

  .div-block-77 {
    width: 100%;
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 24px;
  }

  .div-block-77.microsoft-block {
    width: 275px;
  }

  .div-block-76-copy {
    flex-direction: column;
  }

  .our-process-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-40 {
    text-align: center;
    font-size: 24px;
  }

  .paragraph-29 {
    text-align: center;
    font-size: 16px;
  }

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

  .heading-41 {
    margin-left: 8px;
    margin-right: 0;
  }

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

  .div-block-82.mobile-responsive {
    display: block;
  }

  .image-41 {
    width: 50px;
  }

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

  .grid-5 {
    grid-column-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2"
                         ". .";
  }

  .div-block-77-copy {
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 24px;
  }

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

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

  .heading-42 {
    margin-left: 8px;
    margin-right: 0;
  }

  .aboutus-button-container-copy {
    justify-content: center;
    margin-bottom: 30px;
  }

  .div-block-85 {
    padding-left: 82px;
    padding-right: 82px;
  }

  .section-26.service-ads {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-44 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .paragraph-30 {
    width: 270px;
    font-size: 18px;
  }

  .container-32-copy {
    padding-bottom: 20px;
  }

  .container-32-copy.our-process-container {
    width: 100%;
  }

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

  .div-block-6-copy.ads-div-agency-grid {
    grid-template-columns: 1fr;
  }

  .div-block-90 {
    padding-bottom: 20px;
  }

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

  .div-block-91 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .walsh-brand-block-copy.mobile-view.w--current {
    display: block;
  }

  .walsh-brand-block-copy.black.w--current {
    display: block;
  }

  .walsh-brand-block-copy.w--current, .walsh-brand-block-copy-copy.w--current {
    display: none;
  }

  .walsh-brand-block-copy-copy.w--current {
    display: none;
  }

  .walsh-brand-block-copy-copy.mobile-view.w--current {
    display: block;
  }

  .walsh-brand-block-copy-copy-copy.w--current {
    display: none;
  }

  .walsh-brand-block-copy-copy-copy.mobile-view.w--current {
    display: block;
  }

  .walsh-brand-block-copy.w--current, .walsh-brand-white-hide.w--current {
    display: none;
  }

  .walsh-brand-white-hide.hide-desktop.w--current {
    display: block;
  }

  .walsh-brand-block-copy.w--current, .walsh-brand-block-copy-copy.w--current {
    display: none;
  }

  .our-services-block.w--current {
    display: block;
  }

  .lynx-heading-accordion-3 {
    font-size: 18px;
  }

  .lynx-heading-5 {
    font-size: 29px;
  }

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

#w-node-d11d5b82-7bee-1631-630f-f7d61fb5ea7c-2e6ea11c, #w-node-_94ef485c-9df3-1533-db05-aa1b8301074d-2e6ea11c, #w-node-_7108cf37-eebe-7789-97a1-d5088096ee90-2e6ea11c, #w-node-_3ac0f6ac-a0c6-8206-3152-b93ed54eb7e9-2e6ea11c, #w-node-d8440c2b-b693-0c5a-3ab3-8db30c9f2de9-2e6ea11c, #w-node-bf88f5b9-185d-9300-9fd9-82e34f1c9197-2e6ea11c, #w-node-ebed2742-517a-d435-949c-3e0c84de706e-2e6ea11c, #w-node-_1260e70d-28f3-fab4-335d-d527e90acdac-2e6ea11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef8d39a2-1916-06f5-33c0-31863562ab6c-2e6ea11c {
  place-self: center;
}

#w-node-ea5d0b74-e1cf-edf5-e35f-81b0b7539261-2e6ea128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1e68747c-8648-8476-5645-8eba088bc5e6-2e6ea128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12168eed-fc90-2ece-9d09-371069d2496b-2e6ea128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_17f7b0ab-60f9-8003-470e-60fe75b89e31-2e6ea128, #w-node-_91b1bae5-397a-71d1-3f92-15608f565a8d-2e6ea128, #w-node-_8da94ed2-3a45-a441-9241-95d0344f4f28-2e6ea128, #w-node-_5ba768a2-d242-b83a-dc8e-ee2344407961-2e6ea128, #w-node-da1f7f77-acb8-6a45-9ef4-89480dcf11b8-2e6ea128, #w-node-da748b57-5b01-5515-dea4-7147541782e1-2e6ea128, #w-node-da748b57-5b01-5515-dea4-7147541782e2-2e6ea128, #w-node-_402a1dc2-9d41-64c6-fc6d-132ff3e9e776-2e6ea128, #w-node-_4291b2ea-8afb-9517-51e9-c8c309ea268d-2e6ea128, #w-node-_402a1dc2-9d41-64c6-fc6d-132ff3e9e778-2e6ea128, #w-node-_402a1dc2-9d41-64c6-fc6d-132ff3e9e77a-2e6ea128, #w-node-_402a1dc2-9d41-64c6-fc6d-132ff3e9e77c-2e6ea128, #w-node-_402a1dc2-9d41-64c6-fc6d-132ff3e9e780-2e6ea128, #w-node-_822e051c-61b9-72ac-45a5-9b7c09cba0d6-2e6ea128, #w-node-_7148e32f-c72b-8e35-b888-eb850fc24e59-2e6ea128, #w-node-_7148e32f-c72b-8e35-b888-eb850fc24e5a-2e6ea128, #w-node-_7148e32f-c72b-8e35-b888-eb850fc24e5b-2e6ea128, #w-node-_7148e32f-c72b-8e35-b888-eb850fc24e5c-2e6ea128, #w-node-_7148e32f-c72b-8e35-b888-eb850fc24e5d-2e6ea128, #w-node-_7148e32f-c72b-8e35-b888-eb850fc24e5f-2e6ea128, #w-node-_7148e32f-c72b-8e35-b888-eb850fc24e61-2e6ea128, #w-node-_7148e32f-c72b-8e35-b888-eb850fc24e63-2e6ea128, #w-node-e2b4b834-8040-2299-ced8-fbd1cd75334a-2e6ea128, #w-node-e2b4b834-8040-2299-ced8-fbd1cd75334b-2e6ea128, #w-node-e2b4b834-8040-2299-ced8-fbd1cd75334c-2e6ea128, #w-node-e2b4b834-8040-2299-ced8-fbd1cd75334d-2e6ea128, #w-node-e2b4b834-8040-2299-ced8-fbd1cd75334e-2e6ea128, #w-node-e2b4b834-8040-2299-ced8-fbd1cd753350-2e6ea128, #w-node-e2b4b834-8040-2299-ced8-fbd1cd753352-2e6ea128, #w-node-e2b4b834-8040-2299-ced8-fbd1cd753354-2e6ea128, #w-node-_4f78df00-bbcd-da52-9a34-9f060299f0fa-2e6ea128, #w-node-_4f78df00-bbcd-da52-9a34-9f060299f0fb-2e6ea128, #w-node-_4f78df00-bbcd-da52-9a34-9f060299f0fc-2e6ea128, #w-node-_4f78df00-bbcd-da52-9a34-9f060299f0fd-2e6ea128, #w-node-_4f78df00-bbcd-da52-9a34-9f060299f0fe-2e6ea128, #w-node-_4f78df00-bbcd-da52-9a34-9f060299f100-2e6ea128, #w-node-_4f78df00-bbcd-da52-9a34-9f060299f102-2e6ea128, #w-node-_4f78df00-bbcd-da52-9a34-9f060299f104-2e6ea128, #w-node-_7d07e9f2-96de-b44e-4520-21352c74eca9-2e6ea128, #w-node-_7d07e9f2-96de-b44e-4520-21352c74ecaa-2e6ea128, #w-node-_7d07e9f2-96de-b44e-4520-21352c74ecab-2e6ea128, #w-node-_7d07e9f2-96de-b44e-4520-21352c74ecac-2e6ea128, #w-node-_7d07e9f2-96de-b44e-4520-21352c74ecad-2e6ea128, #w-node-_7d07e9f2-96de-b44e-4520-21352c74ecaf-2e6ea128, #w-node-_7d07e9f2-96de-b44e-4520-21352c74ecb1-2e6ea128, #w-node-_7d07e9f2-96de-b44e-4520-21352c74ecb3-2e6ea128, #w-node-c645faf1-e16b-c545-4603-404d5a57c967-2e6ea128, #w-node-c645faf1-e16b-c545-4603-404d5a57c968-2e6ea128, #w-node-c645faf1-e16b-c545-4603-404d5a57c969-2e6ea128, #w-node-c645faf1-e16b-c545-4603-404d5a57c96a-2e6ea128, #w-node-c645faf1-e16b-c545-4603-404d5a57c96b-2e6ea128, #w-node-c645faf1-e16b-c545-4603-404d5a57c96d-2e6ea128, #w-node-c645faf1-e16b-c545-4603-404d5a57c96f-2e6ea128, #w-node-c645faf1-e16b-c545-4603-404d5a57c971-2e6ea128, #w-node-_3d629d6e-d128-0422-62d1-6dca534ae948-2e6ea128, #w-node-_3d629d6e-d128-0422-62d1-6dca534ae949-2e6ea128, #w-node-_3d629d6e-d128-0422-62d1-6dca534ae94a-2e6ea128, #w-node-_3d629d6e-d128-0422-62d1-6dca534ae94b-2e6ea128, #w-node-_3d629d6e-d128-0422-62d1-6dca534ae94c-2e6ea128, #w-node-_3d629d6e-d128-0422-62d1-6dca534ae94e-2e6ea128, #w-node-_3d629d6e-d128-0422-62d1-6dca534ae950-2e6ea128, #w-node-_3d629d6e-d128-0422-62d1-6dca534ae952-2e6ea128, #w-node-cfecefa7-f650-67a6-952c-85e487e4e668-2e6ea128, #w-node-cfecefa7-f650-67a6-952c-85e487e4e669-2e6ea128, #w-node-cfecefa7-f650-67a6-952c-85e487e4e66a-2e6ea128, #w-node-cfecefa7-f650-67a6-952c-85e487e4e66b-2e6ea128, #w-node-cfecefa7-f650-67a6-952c-85e487e4e66c-2e6ea128, #w-node-cfecefa7-f650-67a6-952c-85e487e4e66e-2e6ea128, #w-node-cfecefa7-f650-67a6-952c-85e487e4e670-2e6ea128, #w-node-cfecefa7-f650-67a6-952c-85e487e4e672-2e6ea128, #w-node-e9227518-4ed3-34d4-9daa-aa7e1d890308-2e6ea128, #w-node-e9227518-4ed3-34d4-9daa-aa7e1d890309-2e6ea128, #w-node-e9227518-4ed3-34d4-9daa-aa7e1d89030a-2e6ea128, #w-node-e9227518-4ed3-34d4-9daa-aa7e1d89030b-2e6ea128, #w-node-e9227518-4ed3-34d4-9daa-aa7e1d89030c-2e6ea128, #w-node-e9227518-4ed3-34d4-9daa-aa7e1d89030e-2e6ea128, #w-node-e9227518-4ed3-34d4-9daa-aa7e1d890310-2e6ea128, #w-node-e9227518-4ed3-34d4-9daa-aa7e1d890312-2e6ea128, #w-node-e063bd99-bb78-f91e-9172-c52e2c56dfbb-2e6ea128, #w-node-e063bd99-bb78-f91e-9172-c52e2c56dfbc-2e6ea128, #w-node-e063bd99-bb78-f91e-9172-c52e2c56dfbd-2e6ea128, #w-node-e063bd99-bb78-f91e-9172-c52e2c56dfbe-2e6ea128, #w-node-e063bd99-bb78-f91e-9172-c52e2c56dfbf-2e6ea128, #w-node-e063bd99-bb78-f91e-9172-c52e2c56dfc1-2e6ea128, #w-node-e063bd99-bb78-f91e-9172-c52e2c56dfc3-2e6ea128, #w-node-e063bd99-bb78-f91e-9172-c52e2c56dfc5-2e6ea128, #w-node-_67530fa2-a000-da7a-6df5-98b4acdfcb6b-2e6ea128, #w-node-_67530fa2-a000-da7a-6df5-98b4acdfcb6c-2e6ea128, #w-node-_67530fa2-a000-da7a-6df5-98b4acdfcb6d-2e6ea128, #w-node-_67530fa2-a000-da7a-6df5-98b4acdfcb6e-2e6ea128, #w-node-_67530fa2-a000-da7a-6df5-98b4acdfcb6f-2e6ea128, #w-node-_67530fa2-a000-da7a-6df5-98b4acdfcb71-2e6ea128, #w-node-_67530fa2-a000-da7a-6df5-98b4acdfcb73-2e6ea128, #w-node-_67530fa2-a000-da7a-6df5-98b4acdfcb75-2e6ea128, #w-node-_48e1594a-2858-ddd8-cb34-f64eff483d11-2e6ea128, #w-node-_48e1594a-2858-ddd8-cb34-f64eff483d12-2e6ea128, #w-node-_48e1594a-2858-ddd8-cb34-f64eff483d13-2e6ea128, #w-node-_48e1594a-2858-ddd8-cb34-f64eff483d14-2e6ea128, #w-node-_48e1594a-2858-ddd8-cb34-f64eff483d15-2e6ea128, #w-node-_48e1594a-2858-ddd8-cb34-f64eff483d17-2e6ea128, #w-node-_48e1594a-2858-ddd8-cb34-f64eff483d19-2e6ea128, #w-node-_48e1594a-2858-ddd8-cb34-f64eff483d1b-2e6ea128, #w-node-ef25ebf3-d900-7c1c-e306-35dec344f64d-2e6ea128, #w-node-ef25ebf3-d900-7c1c-e306-35dec344f64e-2e6ea128, #w-node-ef25ebf3-d900-7c1c-e306-35dec344f64f-2e6ea128, #w-node-ef25ebf3-d900-7c1c-e306-35dec344f650-2e6ea128, #w-node-ef25ebf3-d900-7c1c-e306-35dec344f651-2e6ea128, #w-node-ef25ebf3-d900-7c1c-e306-35dec344f653-2e6ea128, #w-node-ef25ebf3-d900-7c1c-e306-35dec344f655-2e6ea128, #w-node-ef25ebf3-d900-7c1c-e306-35dec344f657-2e6ea128, #w-node-_7cc9c993-0054-c085-b3f5-52182fe49fe9-2e6ea128, #w-node-_7cc9c993-0054-c085-b3f5-52182fe49fea-2e6ea128, #w-node-_7cc9c993-0054-c085-b3f5-52182fe49feb-2e6ea128, #w-node-_7cc9c993-0054-c085-b3f5-52182fe49fec-2e6ea128, #w-node-_7cc9c993-0054-c085-b3f5-52182fe49fed-2e6ea128, #w-node-_503fc0fd-0bfb-3fe9-c9d7-1875472395f4-2e6ea128, #w-node-b6c7f6e0-1611-7597-09b4-44c33450670a-2e6ea128, #w-node-_57983479-d891-bbcd-8941-a87c8de59426-2e6ea128, #w-node-_7870881c-6c7e-96c2-c678-adf2aa516263-2e6ea128, #w-node-_0906de2f-6a38-6d86-55f2-4e6e098459bf-2e6ea128, #w-node-_0906de2f-6a38-6d86-55f2-4e6e098459c0-2e6ea128, #w-node-_0906de2f-6a38-6d86-55f2-4e6e098459c1-2e6ea128, #w-node-_5534e307-9798-1c2a-db6c-99a2658dc949-2e6ea128, #w-node-_132d70fd-d654-d8a7-5731-11b287236348-2e6ea128, #w-node-_0906de2f-6a38-6d86-55f2-4e6e098459c6-2e6ea128, #w-node-_0906de2f-6a38-6d86-55f2-4e6e098459c8-2e6ea128, #w-node-_1072cbcc-f1a2-7dbc-41d0-f3e94c2a665c-2e6ea128, #w-node-_35f6bcf7-ddc5-e1c2-7e48-0e5c63529d2a-2e6ea128, #w-node-f5a1e224-5b51-65d9-9ad1-733f6907982a-2e6ea128, #w-node-_35f6bcf7-ddc5-e1c2-7e48-0e5c63529d2c-2e6ea128, #w-node-_35f6bcf7-ddc5-e1c2-7e48-0e5c63529d2d-2e6ea128, #w-node-_35f6bcf7-ddc5-e1c2-7e48-0e5c63529d2f-2e6ea128, #w-node-_8f8ae24c-5309-d4d8-d4fe-bf3609a685db-2e6ea128, #w-node-_35f6bcf7-ddc5-e1c2-7e48-0e5c63529d33-2e6ea128, #w-node-eff31310-c58d-8f0f-2d26-4d9831ef87f0-2e6ea128, #w-node-_4b00ef22-8871-d710-d6fe-68ba2733e281-2e6ea128, #w-node-_4b00ef22-8871-d710-d6fe-68ba2733e282-2e6ea128, #w-node-_4b00ef22-8871-d710-d6fe-68ba2733e283-2e6ea128, #w-node-_4b00ef22-8871-d710-d6fe-68ba2733e285-2e6ea128, #w-node-_4b00ef22-8871-d710-d6fe-68ba2733e287-2e6ea128, #w-node-_4b00ef22-8871-d710-d6fe-68ba2733e289-2e6ea128, #w-node-cd92eb2f-2b49-be05-6970-24673376531c-2e6ea128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf401ef-e79e-54ed-e7c2-0c9b0e5d8d27-2e6ea12a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e0c42ab1-b11c-4d35-6a17-b32e0dacad99-2e6ea12b, #w-node-e0c42ab1-b11c-4d35-6a17-b32e0dacad9a-2e6ea12b, #w-node-e0c42ab1-b11c-4d35-6a17-b32e0dacada1-2e6ea12b, #w-node-e0c42ab1-b11c-4d35-6a17-b32e0dacada8-2e6ea12b, #w-node-e0c42ab1-b11c-4d35-6a17-b32e0dacadb6-2e6ea12b, #w-node-e0c42ab1-b11c-4d35-6a17-b32e0dacadaf-2e6ea12b, #w-node-e0c42ab1-b11c-4d35-6a17-b32e0dacadbc-2e6ea12b, #w-node-e0c42ab1-b11c-4d35-6a17-b32e0dacadbd-2e6ea12b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f8559ff-ff6d-63ad-297b-0854532aeb2e-2e6ea12b {
  place-self: center;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-2e6ea130 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-2e6ea130 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-2e6ea131 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-2e6ea131 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a319dab5-227e-c11b-e48d-efeabb793760-3467d579, #w-node-a319dab5-227e-c11b-e48d-efeabb793761-3467d579, #w-node-a319dab5-227e-c11b-e48d-efeabb793768-3467d579, #w-node-a319dab5-227e-c11b-e48d-efeabb79376f-3467d579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bafee0c2-4632-1654-da49-8150915fcafd-3467d579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a72dfc0a-caea-44f1-1f70-077dcd5d0891-3467d579, #w-node-e71de5ff-005f-7905-a41f-e6d867656114-3467d579, #w-node-_37da5074-0725-ee90-b9eb-02be4b3295d6-3467d579, #w-node-b9f3a012-e9e9-4cfa-55c0-f16d546da185-3467d579, #w-node-e31b1c12-8261-a36e-c126-5e180e2c13d9-3467d579, #w-node-_70ebe338-f1cd-42d0-170e-c51da3950be0-3467d579, #w-node-_91d59b30-f41f-a31e-a5cc-c15df8369048-3467d579, #w-node-_1ab4187d-019c-f6ad-362c-1bcd22adab3d-3467d579, #w-node-_64563c8e-7e46-4f5a-f2a7-1c9a6a703854-3467d579, #w-node-b389e332-6170-1a02-a427-58a1fb180a30-3467d579, #w-node-_1870c33c-2da8-8e49-51a2-eb748bf57bad-3467d579, #w-node-_71ba55da-e776-f8ae-65e9-73ce56f38123-3467d579, #w-node-d11d5b82-7bee-1631-630f-f7d61fb5ea7c-db0a4515, #w-node-_94ef485c-9df3-1533-db05-aa1b8301074d-db0a4515, #w-node-_7108cf37-eebe-7789-97a1-d5088096ee90-db0a4515, #w-node-_3ac0f6ac-a0c6-8206-3152-b93ed54eb7e9-db0a4515, #w-node-d8440c2b-b693-0c5a-3ab3-8db30c9f2de9-db0a4515, #w-node-bf88f5b9-185d-9300-9fd9-82e34f1c9197-db0a4515, #w-node-ebed2742-517a-d435-949c-3e0c84de706e-db0a4515, #w-node-_1260e70d-28f3-fab4-335d-d527e90acdac-db0a4515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef8d39a2-1916-06f5-33c0-31863562ab6c-db0a4515 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_421df62a-c217-12af-eee8-27f88a387928-2e6ea130, #w-node-_421df62a-c217-12af-eee8-27f88a387928-2e6ea131 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6997aa60-6054-70ca-ed1b-fc58d05e4e32-3467d579 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-_2273ebad-32a1-b5a8-a827-822bc1779279-3467d579 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_71ba55da-e776-f8ae-65e9-73ce56f38123-3467d579 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}