:root {
  --gray: #f8f4f0;
  --dark: #1e3a2b;
  --primary: #eff87a;
  --white: white;
  --secondary: #cfdcff;
  --footercolor: #161548;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --walsh--black: #2c2c2c;
  --white-2: white;
  --black: black;
  --color: white;
}

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

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

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

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

body {
  background-color: var(--gray);
  color: var(--dark);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

h1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3em;
}

h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
}

a {
  color: var(--dark);
  text-transform: capitalize;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: var(--primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

blockquote {
  background-color: var(--primary);
  text-align: center;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 40px;
  font-size: 22px;
  font-style: italic;
  line-height: 2.2;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  opacity: .2;
  background-color: #1d1916;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  background-color: var(--dark);
  opacity: 1;
  position: relative;
  bottom: -80px;
}

.paragraph {
  margin-bottom: 10px;
}

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

.paragraph.small {
  opacity: .75;
  font-size: 14px;
}

.silde-bar-nav {
  width: 240px;
  height: 100vh;
  background-color: var(--white);
}

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

.style-guide-label-title {
  border-bottom: 1px solid #021527;
  padding-bottom: 10px;
  font-size: 18px;
}

.style-guide-label-title.last {
  margin-bottom: 30px;
}

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

.style-guide-content {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 240px;
  display: flex;
}

.text-primary {
  color: var(--primary);
}

.header-logo {
  width: 200px;
}

.rich-text-block {
  font-size: 14px;
}

.style-guide-section-header {
  margin-bottom: 40px;
}

.style-guide-section {
  z-index: 0;
  padding: 60px 80px 60px 60px;
}

.white-link {
  color: var(--white);
  text-transform: lowercase;
  font-weight: 400;
  text-decoration: none;
}

.white-link:hover {
  color: var(--primary);
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.style-guide-label {
  font-size: 20px;
  line-height: 28px;
}

.style-guide-label.text-secondary, .style-guide-label.text-grey, .style-guide-label.text-primary, .style-guide-label.text-dark {
  margin-top: 0;
}

.color-block {
  height: 130px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 10px;
}

.button-primary {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--dark);
  border-radius: 900px;
  padding: 15px 35px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.button-primary:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--dark);
  text-decoration: none;
}

.button-primary.primary {
  background-color: var(--primary);
}

.button-primary.primary:hover {
  background-color: var(--secondary);
}

.button-primary.outline {
  border: 1px solid var(--dark);
  background-color: var(--gray);
}

.button-primary.outline:hover, .button-primary.dark {
  background-color: var(--dark);
  color: var(--white);
}

.button-primary.dark:hover {
  background-color: var(--secondary);
  color: var(--dark);
}

.text-white {
  color: #fff;
}

.style-guide-block {
  margin-bottom: 32px;
}

.column {
  min-height: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-4 {
  min-height: auto;
  flex: 0 auto;
  padding-bottom: 20px;
  display: block;
}

.style-guide-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 20px;
  padding-left: 0;
}

.style-guide-nav {
  width: 240px;
  height: 0;
  border-right: 1px solid #ced5db;
  position: fixed;
  top: 0%;
  bottom: 0;
  left: 0;
  right: auto;
}

.menu-link {
  width: 100%;
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  transition: background-color .2s, color .2s;
}

.menu-link:hover {
  color: #021527;
  text-decoration: none;
}

.menu-link.w--current {
  border-left-style: solid;
  border-left-color: var(--dark);
  background-color: var(--primary);
  color: var(--dark);
  padding-right: 0;
}

.style-guide-menu {
  width: 100%;
}

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

.bg-primary {
  background-color: var(--primary);
  color: var(--white);
}

.bg-dark {
  background-color: var(--dark);
}

.bg-secondary {
  background-color: var(--secondary);
}

.bg-grey {
  background-color: var(--gray);
}

.bg-white {
  background-color: var(--white);
}

.text-secondary {
  color: var(--secondary);
}

.text-dark {
  color: var(--dark);
}

.text-grey {
  color: var(--gray);
}

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

.section {
  /* padding-top: 120px; */
  padding-bottom: 120px;
}

.section.hero-section {
  /* background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--secondary), white); */
  position: relative;
}

.section.service-section {
  position: relative;
}

.section.process-section {
  background-color: var(--footercolor);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.section.about-v2-section {
  position: relative;
}

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

.section.team-section {
  background-color: var(--primary);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.section.faq-section {
  position: relative;
}

.section.testimonial-section {
  overflow: hidden;
}

.section.footer-section {
  padding-top: 0;
  padding-bottom: 15px;
}

.section.team-single-section {
  position: relative;
}

.section.team-info-section {
  padding-top: 40px;
  position: relative;
}

.section.service-v3-section {
  background-color: var(--primary);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.section.service-v4-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.award-section {
  background-color: var(--dark);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.section.team-v2-section {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.service-two-section {
  background-color: var(--dark);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.project-two-section {
  background-color: var(--dark);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.section.service-v5-section {
  padding-bottom: 0;
}

.section.about-counter-section {
  background-color: var(--dark);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.section.breadcrumb-section {
  background-color: #efe6dc;
  padding-bottom: 0;
}

.container {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-title-main-block {
  text-align: center;
}

.hero-heading {
  margin-bottom: 25px;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 78px;
}

.hero-paragraph {
  margin-bottom: 0;
  padding-left: 25%;
  padding-right: 25%;
}

.hero-button-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.hero-image-block {
  z-index: 9;
  margin-top: 60px;
  position: relative;
}

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.hero-lottie-animation {
  z-index: -1;
  width: 60%;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-title-block.text-center {
  padding-left: 15%;
  padding-right: 15%;
}

.section-title {
  font-size: 68px;
}

.section-title.text-white {
  font-size: 50px;
}

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

.service-title-block {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.service-arrow-lottie {
  z-index: -1;
  width: 280px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.service-bottom-main-block {
  margin-top: 100px;
}

.container-small {
  padding-left: 15px;
  padding-right: 15px;
}

.service-item-block {
  margin-right: 40px;
}

.service-item-block.two {
  margin-top: 80px;
  position: relative;
}

.service-item-block.three {
  margin-left: 40px;
  position: relative;
}

.service-item-block.four {
  margin-right: 0;
}

.service-item-block.six {
  margin-top: 20px;
  position: relative;
}

.service-item-block.seven, .service-item-block.ten {
  position: relative;
}

.service-item-block.nine {
  margin-left: -130px;
  margin-right: 120px;
}

.service-item-title {
  margin-bottom: 0;
  font-size: 38px;
}

.service-item-title.one {
  transform: rotate(-15deg);
}

.service-item-title.three {
  transform: rotate(25deg);
}

.service-item-title.four {
  transform: rotate(45deg);
}

.service-item-title.five {
  transform: rotate(15deg);
}

.service-item-title.seven {
  transform: rotate(-15deg);
}

.service-item-title.eight {
  transform: rotate(10deg);
}

.service-item-title.nine {
  transform: rotate(-5deg);
}

.service-one-line {
  text-align: center;
  font-size: 22px;
}

.service-item-lottie {
  width: 140px;
}

.service-item-lottie.two {
  z-index: -1;
  width: 280px;
  position: absolute;
  top: -60%;
  bottom: auto;
  left: auto;
  right: -30%;
}

.service-item-lottie.three {
  position: absolute;
  top: -40%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.service-item-lottie.six {
  width: 180px;
}

.service-item-lottie.nine {
  width: 210px;
}

.service-item-lottie.ten {
  z-index: -1;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: auto;
  right: -30%;
}

.service-bottom-block {
  display: flex;
}

.service-bottom-block.center {
  margin-top: 40px;
}

.service-bottom-block.last {
  transform: translate(2px);
}

.process-main-block {
  margin-top: 40px;
}

.process-block {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.process-block.last {
  margin-bottom: 0;
}

.process-number-block {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.process-lottie {
  width: 60px;
  position: absolute;
}

.process-number {
  color: var(--white);
  padding-top: 10px;
  font-size: 28px;
  font-weight: 700;
}

.process-title {
  color: var(--white);
  margin-top: 20px;
  font-size: 32px;
}

.process-paragraph {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.process-one-lottie {
  width: 180px;
  position: absolute;
  top: auto;
  bottom: -60%;
  left: auto;
  right: 0%;
}

.process-two-lottie {
  width: 160px;
  position: absolute;
  top: 120px;
  left: -90px;
}

.process-three-lottie {
  width: 160px;
  position: absolute;
  top: auto;
  bottom: -70%;
  left: auto;
  right: 0%;
}

.about-v2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

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

.about-v2-list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.about-v2-lottie {
  width: 160px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 25%;
}

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

.skill-main-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 45px;
  position: relative;
}

.skill-image {
  width: 80px;
}

.skill-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
}

.margin-top-60 {
  margin-top: 60px;
}

.skill-lottie {
  width: 120px;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 30%;
}

.team-main-block {
  border-top: 1px solid rgba(30, 58, 43, .1);
  margin-top: 60px;
}

.testimonial-section-title-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 80px;
}

.testimonial-main-title-block {
  margin-bottom: 20px;
}

.faq-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.accordion-wrapper {
  margin-bottom: 15px;
}

.accordion-left-side-block {
  margin-top: 20px;
}

.accordion-content {
  padding-top: 10px;
  overflow: hidden;
}

.accordion-heading {
  cursor: pointer;
  background-color: #efe6dc;
  border-bottom: 1px rgba(4, 26, 23, .11);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
  font-size: 20px;
}

.accordion-icon-block {
  background-color: #fff;
  border-radius: 100%;
  padding: 8px 10px;
  line-height: 15px;
}

.accordion-paragraph {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-icon {
  width: 15px;
  line-height: 15px;
}

.faq-lottie {
  width: 160px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 20%;
}

.team-list-item-link {
  border-bottom: 1px solid rgba(30, 58, 43, .1);
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: relative;
}

.team-list-item-link:hover {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 10px;
}

.team-image-block {
  z-index: 1;
  position: absolute;
  top: -60%;
  bottom: 0%;
  left: auto;
  right: 15%;
}

.team-image-inner-block {
  width: 30vh;
  height: 30vh;
}

.team-image {
  object-fit: cover;
  border-radius: 10px;
}

.team-detail-block {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.team-title {
  margin-bottom: 0;
  font-size: 38px;
}

.team-icon {
  width: 30px;
  text-align: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 28px;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  position: static;
}

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

.testimonial-mask {
  width: 596px;
  position: static;
  overflow: visible;
}

.testimonial-slide {
  margin-right: 30px;
}

.testimonial-info-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.testimonial-paragraph {
  margin-top: 30px;
  margin-bottom: 0;
  font-style: italic;
}

.testimonial-member-name {
  margin-bottom: 0;
  font-size: 28px;
}

.testimonial-block {
  border-radius: 10px;
  padding: 30px;
}

.testimonial-block.first {
  background-color: var(--white);
}

.testimonial-block.second {
  background-color: var(--primary);
}

.testimonial-block.three {
  background-color: var(--secondary);
}

.testimonial-position {
  text-transform: uppercase;
  font-weight: 500;
}

.testimonial-image-inner {
  width: 100px;
  border-radius: 100%;
}

.testimonial-left-arrow {
  width: 58px;
  height: 58px;
  background-color: var(--white);
  border-radius: 100%;
  line-height: 58px;
  transition: all .2s;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.testimonial-left-arrow:hover {
  background-color: var(--secondary);
}

.testimonial-right-arrow {
  width: 58px;
  height: 58px;
  background-color: var(--white);
  border-radius: 100%;
  line-height: 58px;
  transition: all .2s;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.testimonial-right-arrow:hover {
  background-color: var(--secondary);
}

.testimonial-icon {
  color: var(--dark);
  font-size: 24px;
}

.testimonial-bottom-block {
  position: relative;
}

.footer {
  background-color: var(--footercolor);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 90px;
  padding-bottom: 0;
}

.footer-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.footer-title {
  margin-bottom: 20px;
  font-size: 28px;
}

.footer-link-block {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  color: var(--white);
}

.footer-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.footer-list-item {
  margin-bottom: 5px;
}

.footer-list-item.last {
  margin-bottom: 0;
}

.footer-link {
  color: var(--white);
  font-weight: 500;
}

.footer-link:hover {
  color: var(--dark);
  text-decoration: underline;
}

.footer-link.w--current {
  text-decoration: underline;
}

.footer-link-main-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo {
  width: 260px;
}

.footer-paragraph {
  color: var(--white);
  margin-top: 30px;
}

.footer-social-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--secondary);
  margin-top: 20px;
  display: flex;
}

.footer-social-link {
  color: var(--white);
  font-weight: 500;
}

.footer-social-link:hover {
  color: var(--dark);
  text-decoration: underline;
}

.footer-bottom {
  color: var(--white);
  border-top: 1px solid rgba(30, 58, 43, .1);
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-cpoyright-link {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  text-transform: capitalize;
  font-weight: 400;
}

.footer-cpoyright-link:hover {
  color: var(--dark);
  text-decoration: underline;
}

.footer-logo-main-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 4.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar {
  background-color: var(--gray);
  border-bottom: 1px solid rgba(30, 58, 43, .1);
  padding-top: 10px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.nav-link {
  text-transform: capitalize;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dark);
  text-decoration: underline;
}

.dropdown {
  font-weight: 500;
}

.dropdown-list {
  width: 200px;
  background-color: var(--gray);
  box-shadow: 0 0 20px rgba(30, 58, 43, .1);
}

.dropdown-link {
  text-transform: capitalize;
  font-size: 16px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--dark);
  text-decoration: underline;
}

.team-single-block {
  background-color: var(--dark);
  border-radius: 10px;
  padding: 60px;
}

.team-single-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.team-single-image {
  border-radius: 10px;
}

.team-single-image-block {
  margin-bottom: -120px;
}

.team-single-title {
  color: var(--white);
}

.team-paragraph {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
}

.team-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.team-details-social-link {
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  text-align: center;
  border-radius: 100%;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  transition: background-color .3s;
  display: inline-block;
}

.team-details-social-link:hover {
  background-color: var(--secondary);
  color: var(--dark);
  text-decoration: none;
}

.team-single-lottie {
  width: 160px;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: 25%;
}

.team-single-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.button {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--dark);
  border-radius: 900px;
  padding: 15px 35px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--dark);
  text-decoration: none;
}

.text-input {
  height: 62px;
  background-color: rgba(239, 230, 220, .3);
  border: 1px solid rgba(239, 230, 220, 0);
  border-radius: 10px;
  font-weight: 400;
}

.text-input:hover {
  border-style: solid;
  border-color: var(--primary);
}

.text-input:focus-visible {
  border-style: solid;
  border-color: var(--primary);
  color: var(--dark);
}

.text-input[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--primary);
  color: var(--dark);
}

.text-input.form {
  min-height: 150px;
}

.not-found-404 {
  color: var(--primary);
  margin-bottom: 40px;
  font-size: 17rem;
  line-height: 14rem;
}

.hero-v2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  align-items: center;
}

.hero-v2-left-image {
  border-radius: 10px;
  margin-top: 40px;
}

.hero-v2-center {
  text-align: center;
  position: relative;
}

.hero-v2-heading {
  margin-bottom: 25px;
  font-size: 78px;
}

.hero-v2-lottie-block {
  justify-content: center;
  display: flex;
}

.hero-v2-subtitle {
  text-transform: capitalize;
  margin-top: 15px;
}

.hero-right-side {
  text-align: center;
}

.hero-right-image {
  border-radius: 10px;
  margin-bottom: 40px;
}

.hero-right-title {
  font-size: 28px;
}

.hero-right-info {
  text-align: center;
  margin-top: 20px;
}

.hero-v2-right-image {
  width: 220px;
}

.hero-v2-right-image-block {
  position: relative;
}

.hero-v2-heading-lottie {
  width: 220px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 20%;
  right: auto;
}

.hero-v2-right-in-text {
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  top: 45%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-v3-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.about-v3-right-info.one {
  margin-top: 20px;
  margin-bottom: 40px;
}

.about-v3-right-heading {
  border-bottom: 1px solid rgba(30, 58, 43, .1);
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.about-v3-right-lottie {
  width: 240px;
}

.about-v3-inner-right-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-v3-right-number {
  opacity: .2;
  margin-bottom: 0;
}

.service-v3-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 60px;
}

.service-v4-top-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  align-items: center;
}

.service-v4-top-lottie {
  width: 210px;
}

.service-collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
}

.service-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-collection-item-block {
  text-align: center;
  border: 1px solid rgba(30, 58, 43, .2);
  border-radius: 10px;
  padding: 35px;
}

.service-image-item-block {
  background-color: var(--secondary);
  border-radius: 10px;
  padding: 45px;
}

.service-info-item-block {
  margin-top: 30px;
}

.service-info-title-link:hover {
  color: var(--dark);
}

.service-info-title {
  font-size: 28px;
}

.service-image-item {
  height: 160px;
}

.service-info-sub-title {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.service-info-arrow {
  width: 40px;
  font-family: "Fa Solid 900", sans-serif;
}

.service-info-arrow:hover {
  color: var(--dark);
}

.service-v3-left-side {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.service-v3-left-side-info {
  border-bottom: 1px solid rgba(30, 58, 43, .15);
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.service-v3-left-side-info.bg-white {
  padding-top: 30px;
}

.service-v3-title {
  font-size: 32px;
}

.award-v4-top-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.award-v4-top-lottie {
  width: 210px;
}

.award-paragraph {
  color: var(--gray);
  margin-bottom: 40px;
}

.award-list-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(248, 244, 240, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.award-list-block.first {
  border-top: 1px solid rgba(248, 244, 240, .1);
}

.award-list-name, .award-list-sub-name, .award-list-number {
  color: var(--gray);
}

.award-big-text-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: -80px;
  margin-bottom: 0;
  font-size: 120px;
  transform: rotate(-20deg);
}

.award-big-text-title-outline {
  color: var(--dark);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, .1);
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 0;
  margin-left: 60px;
  font-size: 120px;
  transform: rotate(-20deg);
}

.counter-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.counter-right-side {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.counter-paragraph {
  margin-bottom: 0;
}

.counter-block {
  text-align: center;
  border-radius: 10px;
  padding: 60px 40px;
}

.counter-block.bg-white.three {
  margin-top: 40px;
}

.counter-block.bg-secondary.two {
  margin-top: 40px;
  margin-bottom: 40px;
}

.counter-block-lottie {
  width: 200px;
}

.counter-left-lottie {
  width: 320px;
}

.counter-left-lottie-block {
  justify-content: flex-end;
  display: flex;
}

.container-fluid {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.team-v2-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-v2-item {
  border: 1px solid rgba(30, 58, 43, .2);
  border-radius: 10px;
}

.team-v2-image-block {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.team-v2-image-link {
  padding: 15px;
}

.team-v2-info {
  text-align: center;
  border-top: 1px solid rgba(30, 58, 43, .5);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px;
}

.team-v2-title {
  margin-bottom: 0;
  font-size: 24px;
}

.team-v2-title-link:hover {
  color: var(--dark);
  text-decoration: underline;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.blog-lottie {
  width: 180px;
}

.blog-lottie-block {
  justify-content: flex-end;
  display: flex;
}

.blog-right-side {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-meta-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 10px;
  display: flex;
}

.blog-title-link-block {
  margin-bottom: 20px;
}

.blog-title-link-block:hover {
  color: var(--dark);
}

.blog-title {
  margin-bottom: 0;
  font-size: 24px;
}

.blog-link-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-link-button:hover {
  color: var(--dark);
}

.blog-button-icon {
  width: 25px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.project-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
}

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

.project-collection-list-wrapper.center {
  margin-top: 120px;
}

.project-image-link-block {
  border-radius: 10px;
  overflow: hidden;
}

.project-image-link-block.left {
  transform: rotate(-15deg);
}

.project-image-link-block.center {
  transform: rotate(-10deg);
}

.project-image {
  border-radius: 10px;
}

.project-left-lottie {
  width: 280px;
  margin-top: 80px;
}

.hero-v2-image-center {
  width: 60px;
}

.blog-single-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image-link-block {
  overflow: hidden;
}

.blog-image-block {
  margin-bottom: 15px;
}

.blog-single-title {
  margin-bottom: 0;
}

.blog-author-main-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid rgba(30, 58, 43, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  display: grid;
}

.blog-author-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-author-image {
  width: 90px;
}

.blog-author-title {
  margin-bottom: 0;
  font-size: 26px;
}

.blog-date-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  display: flex;
}

.two-blog {
  margin-top: 30px;
  margin-bottom: 30px;
}

.three-blog {
  margin-top: 30px;
}

.sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.blog-single-v2-title {
  margin-bottom: 0;
  font-size: 32px;
}

.project-single-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-title {
  margin-bottom: 0;
  font-size: 28px;
}

.project-title-link:hover {
  color: var(--dark);
}

.project-info {
  text-align: center;
  margin-top: 15px;
}

.sticky-v2-block {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.contact-box-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.contact-box {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.contact-icon-block {
  width: 80px;
  height: 80px;
  background-color: var(--dark);
  border-radius: 100%;
  margin-bottom: 20px;
  line-height: 80px;
}

.contact-icon {
  width: 40px;
}

.contact-title {
  font-size: 28px;
}

.contact-link:hover {
  color: var(--dark);
  text-decoration: underline;
}

.from-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 10px;
  grid-template-rows: auto;
  align-items: center;
  padding: 60px;
}

.form-vector-block {
  text-align: right;
  margin-top: 10px;
}

.contact-form-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-block {
  color: #000;
  font-weight: 600;
}

.google-map {
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 0;
}

.service-single-paragraph {
  margin-bottom: 0;
  padding-right: 20%;
}

.service-single-image {
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-two-detail {
  color: var(--white);
}

.project-single-top-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.project-single-top-left-blog {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.project-single-top-inner {
  background-color: rgba(207, 220, 255, .4);
  border-radius: 10px;
  padding: 20px;
}

.project-single-top-inner-title {
  font-size: 32px;
}

.project-single-top-right-image {
  width: 100%;
  border-radius: 10px;
}

.project-two-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.project-single-image {
  border-radius: 10px;
}

.project-right-side-detail {
  color: var(--white);
}

.about-tab-list-item-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.about-tab-icon {
  color: var(--dark);
  font-family: "Fa Solid 900", sans-serif;
}

.info-ad-block-video {
  margin-left: 15px;
  margin-right: 15px;
}

.background-video {
  height: 650px;
  border-radius: 10px;
}

.service-v2-collection-item-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.service-icon-block {
  width: 80px;
  height: 80px;
  background-color: var(--dark);
  border-radius: 100%;
  line-height: 80px;
}

.service-v2-block {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  display: flex;
}

.about-counter-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

.about-counter-paragraph {
  color: var(--white);
  font-size: 14px;
}

.about-counter-bottom-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  display: flex;
}

.about-counter-block {
  text-align: center;
}

.about-counter-icon {
  height: 80px;
  margin-bottom: 40px;
}

.about-counter-icon-block {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.about-counter-info-block {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.about-counter-info-title {
  color: var(--primary);
}

.about-counter-info-paragraph {
  color: var(--white);
  margin-bottom: 0;
}

.licenses-content-wrapper {
  background-color: #f9f8f1;
  margin-bottom: 40px;
  padding: 32px 20px;
}

.licenses-content-wrapper.last-child {
  margin-bottom: 0;
}

.licenses-title {
  font-size: 40px;
}

.dark-link {
  text-transform: capitalize;
  display: inline-block;
}

.licenses-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.licenses-content-wrapper {
  background-color: var(--white);
  border-radius: 10px;
}

.dark-v2-link {
  text-transform: capitalize;
  display: inline-block;
}

.dark-v2-link:hover {
  color: var(--dark);
  text-decoration: underline;
}

.changelog-content-wrapper {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.changelog-number-wrap {
  width: 80px;
  height: 50px;
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
}

.changelog-date-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.changelog-title {
  margin-bottom: 10px;
  font-size: 32px;
}

.changelog-paragraph {
  text-transform: capitalize;
  margin-bottom: 0;
}

.breadcrumb-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  align-items: center;
}

.breadcrumb-left-lottie {
  height: 180px;
  flex-direction: column;
  align-items: flex-end;
}

.breadcrumb-left-lottie-block {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

.breadcrumb-center-lottie {
  width: 360px;
  flex-direction: column;
  align-items: center;
}

.breadcrumb-right-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.breadcrumb-right-image-side {
  width: 100%;
}

.breadcrumb-right-lottie-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq-v2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.menu-button-mob {
  display: none;
}

.cf-button {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple) 2%, var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 82%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.cf-button:hover {
  background-color: #0d0e10;
}

.cf-button.navigation-button {
  background-color: #0d0e10;
  flex: none;
}

.cf-button.navigation-button:hover {
  background-color: #1ebd53;
}

.cf-button.navigation-button.mobile {
  display: none;
}

.cf-nav-3-link {
  color: #04121f;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.cf-nav-3-link:hover {
  color: var(--conversion-flow-library--light-coral);
  font-weight: 500;
}

.cf-nav-3-link.w--current {
  color: #2cae76;
  font-weight: 500;
}

.cf-nav-3-link.login {
  flex: none;
  font-weight: 500;
}

.cf-nav-3-link.login.desktop {
  padding-left: 15px;
  padding-right: 15px;
}

.cf-nav-3-link.login-mob {
  display: none;
}

.cf-navigation-right-2 {
  width: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-navigation-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.cf-navigation-heading.more {
  color: var(--conversion-flow-library--medium-purple);
  margin-bottom: 0;
  font-size: 20px;
}

.cf-navigation-heading.more:hover {
  color: var(--conversion-flow-library--light-coral);
}

.cf-more-link {
  text-decoration: none;
}

.cf-divider-nav {
  width: 100%;
  height: 2px;
  background-color: #f1f3f6;
  margin-top: 38px;
  margin-bottom: 28px;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-item.navbar.right-link {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 16px;
}

.cf-visual-features-item.navbar.right-link:hover {
  color: var(--conversion-flow-library--light-coral);
  background-color: rgba(0, 0, 0, 0);
}

.cf-visual-features-item.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 21px;
}

.cf-visual-features-item.navbar.blog {
  padding-left: 20px;
  padding-right: 20px;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-right-side-links {
  width: 20%;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.cf-nav-link-summary {
  font-family: Montserrat, sans-serif;
}

.cf-navigation-item-heading {
  width: 200px;
  aspect-ratio: auto;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: block;
}

.cf-heading-and-text-contain {
  margin-left: 20px;
}

.cf-logo-image-3 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cf-visual-features-item-image-2 {
  width: 100%;
  margin-bottom: 28px;
}

.cf-visual-features-item-image-2.pages {
  max-width: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.cf-visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
}

.cf-visual-features-items-container.nav.pages {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid #f1f3f6;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0;
  line-height: 1em;
  display: grid;
}

.cf-visual-features-items-container.nav.blogs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
}

.cf-navigation-drop-container-2 {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.cf-navigation-drop-container-2.features {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.cf-navigation-drop-container-2.features.pages {
  padding-right: 40px;
}

.cf-dropdown-list-full-wrapper-2 {
  width: 100%;
  max-width: 1160px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px rgba(64, 69, 79, .1);
}

.cf-dropdown-list-full-wrapper-2.blog {
  max-width: 1160px;
}

.cf-dropdown-list--nav-3 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.cf-dropdown-list--nav-3.w--open {
  width: 80%;
  box-shadow: none;
  padding-top: 25px;
  top: 70px;
  overflow: visible;
}

.cf-dropdown-list--nav-3.blog.w--open {
  width: 80%;
}

.cf-dropdown-arrow---nav-3 {
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.cf-dropdown-toggle---nav-3 {
  grid-column-gap: 6px;
  color: #04121f;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.cf-dropdown-toggle---nav-3:hover {
  color: var(--conversion-flow-library--light-coral);
  font-weight: 500;
}

.cf-dropdown-nav-3 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.cf-navigation-3-menu {
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.cf-navigation-3-center {
  width: auto;
  display: flex;
}

.cf-navigation-logo {
  object-fit: contain;
}

.cf-navigation-left-2 {
  width: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-navigation-3-container {
  width: 90%;
  max-width: 1340px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-navigation-3 {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-udesly-text-semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.udesly-udesly-text-semibold.big {
  font-size: 48px;
  line-height: 1.2;
}

.udesly-icon-block-medium {
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-stats-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px rgba(16, 24, 40, .1), 0 1px 3px rgba(16, 24, 40, .25);
}

.udesly-stats-card.udesly-flex-top {
  align-items: flex-start;
}

.udesly-stats-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.udesly-stats-grid.udesly-mt-32 {
  grid-template-rows: auto auto;
  margin-top: 32px;
}

.udesly-stats-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.udesly-button {
  min-height: 48px;
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-column {
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.udesly-grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

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

.udesly-social-link {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.udesly-inline-block {
  display: inline-block;
}

.udesly-inline-block.udesly-mt-32 {
  margin-top: 32px;
}

.udesly-paragraph-medium {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.body {
  background-color: var(--white);
  padding-left: 0;
}

.cf-review-text---18px---italic {
  color: rgba(13, 14, 16, .9);
  letter-spacing: -.16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 167%;
}

.cf-reviewer-image-3 {
  max-width: 52px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: -20px;
}

.cf-reviewer-image-2 {
  height: 52px;
  max-width: 52px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: -20px;
}

.cf-reviewer-image-1 {
  max-width: 52px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.cf-bottom-right-container {
  max-width: 240px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-view-more-line {
  height: 1px;
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-mail-icon {
  margin-left: 0;
  margin-right: 10px;
}

.cf-hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-bio-text {
  color: rgba(13, 14, 16, .9);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-top-right-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-right-info-wrapper {
  width: 29%;
  height: 100%;
  max-width: 290px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-hero-main-image {
  width: 45%;
  max-width: 581px;
}

.cf-hero-image-contain {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-review-text {
  color: rgba(13, 14, 16, .9);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-review-stars-image {
  width: 100%;
  max-width: 152px;
  object-fit: contain;
  margin-bottom: 16px;
}

.cf-review-logo {
  width: 100%;
  max-width: 110px;
  object-fit: contain;
  margin-bottom: 20px;
}

.cf-bottom-left-contain {
  max-width: 175px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  width: 32px;
  height: 32px;
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  width: 40px;
  height: 40px;
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-58px-heading {
  color: #000;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
}

.cf-top-left-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-left-info-wrapper {
  width: 32%;
  height: 100%;
  max-width: 400px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cf-1140px-wrapper {
  width: 90%;
  max-width: 1140px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-1 {
  background-color: #f3f3f3;
  overflow: hidden;
}

.cf-service-paragraph {
  color: rgba(13, 14, 16, .9);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: left;
  letter-spacing: -.16px;
  align-self: auto;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.cf-features-section-2-grid-cell {
  width: 100%;
  max-width: 353px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cf-features-section-2-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-3-grid-cell {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-features-section-2-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  max-width: 700px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-3-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-18px-paragraph {
  max-width: 510px;
  color: rgba(0, 0, 0, .9);
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-32px-heading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-14px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.cf-flex-1---text-contain {
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-flex-1---image-2 {
  width: 80%;
  max-width: 435px;
  object-fit: fill;
  border-radius: 16px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: -10%;
  box-shadow: 0 24px 94px rgba(0, 0, 0, .08);
}

.cf-flex-1---image-1 {
  width: 100%;
  max-width: 480px;
  object-fit: contain;
  border-radius: 16px;
}

.cf-flex-1---image-contain {
  width: 45%;
  align-items: stretch;
  display: flex;
  position: relative;
}

.cf-flex-1---container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cf-flex-1---wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-section-placeholder {
  margin-top: -100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cf-section-placeholder.testimonial {
  margin-top: -50px;
}

.hide {
  display: none;
}

.cf-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.cf-testimonial-slider-arrow-image-wrapper {
  width: 14px;
  height: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-testimonial-slider-right-arrow {
  width: 35px;
  height: 35px;
  background-color: #0f072c;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -25%;
  right: 10%;
}

.cf-testimonial-slider-left-arrow {
  width: 35px;
  height: 35px;
  background-color: #200e32;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -25%;
  left: 10%;
}

.cf-testimonial-person-designation-text {
  color: #6f6a80;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.cf-testimonial-person-designation-text.slide-current-author {
  width: 200%;
  display: block;
}

.cf-testimonial-person-name-text {
  color: #0f072c;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.cf-testimonial-person-name-text.slide-current-author {
  width: 150%;
  margin-top: 10px;
  font-weight: 600;
  display: block;
}

.cf-testimonial-person-image {
  width: 38px;
  height: 38px;
  transform-origin: 50%;
  background-image: url('../images/autumn-goodman-242825-unsplash-1-min_1autumn-goodman-242825-unsplash-1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.cf-testimonial-person-image.slide-author1 {
  width: 38px;
  height: 38px;
  background-image: url('../images/pexels-photo-2463236-1-min.jpg');
}

.cf-testimonial-person-image.slide-author1.current {
  width: 80px;
  height: 80px;
  background-image: url('../images/julian-wan-WNoLnJo7tS8-unsplash-1.jpg');
}

.cf-testimonial-person-image.slide-author5 {
  background-image: url('../images/imansyah-muhamad-putera-KchIV_GDy6U-unsplash.jpg');
}

.cf-testimonial-person-image.slide-author5.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.cf-slide-author {
  background-image: url('../images/joanna-nix-walkup-h2pnXHMz8YM-unsplash.jpg');
}

.cf-testimonial-person-image.cf-slide-author.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author3 {
  background-image: url('../images/Image-15.png');
}

.cf-testimonial-person-image.slide-author3.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author2 {
  background-image: url('../images/Image-min-3.png');
}

.cf-testimonial-person-image.slide-author2.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
}

.cf-testimonial-person.slide-current-author {
  max-width: 100px;
  justify-content: center;
}

.testimonial-person-images-container {
  max-width: 650px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-testimonial-arrow {
  z-index: 80;
  width: 30px;
  height: 40px;
  background-color: #fff;
  margin-bottom: -18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-45deg);
}

.cf-text-block {
  color: #6f6a80;
  font-family: Montserrat, sans-serif;
}

.cf-text-block._24-px {
  color: #0f072c;
  font-size: 24px;
  line-height: 150%;
}

.cf-testimonial-text-wrapper {
  margin-top: 25px;
}

.cf-quotation-image {
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-testimonial-slider-content-wrapper {
  width: 100%;
  height: 100%;
  max-width: 650px;
  min-height: 350px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 10% 60px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 15px 30px rgba(177, 182, 201, .25);
}

.cf-testimonial-slide {
  height: auto;
  text-align: center;
  border-radius: 18px;
  padding-left: 0;
  padding-right: 0;
}

.cf-testimonial-slider-mask {
  height: auto;
  padding-top: 70px;
}

.cf-testimonial-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.cf-testimonial-container {
  width: 100%;
  max-width: 850.844px;
  background-image: url('../images/g10-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-testimonial-top-heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.cf-testimonial-heading-wrapper {
  max-width: 700px;
}

.cf-nav-wrapper {
  width: 85%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-nav-wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100px;
  position: relative;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8, .body-9 {
  background-color: var(--white);
}

.udesly-paragraph-medium-2 {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium-2.udesly-text-color-neutral-500 {
  font-weight: 500;
}

.udesly-udesly-text-semibold-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.udesly-icon-block-medium-2 {
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-title-wrapper-centered {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.container-2 {
  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: grid;
}

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

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.gallery-image {
  width: 100%;
}

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

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

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

.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 {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

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

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

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

.walsh-image-logo-medium {
  max-height: 3.5em;
  max-width: 11em;
  min-height: 3.5em;
  object-fit: contain;
}

.walsh-logo-wrapper-transparent {
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 2.5em 2em;
  display: flex;
}

.walsh-main-grid-no-gap {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-heading-large-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-label-tag {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-tag-light {
  color: #fff;
  background-color: rgba(172, 255, 207, .45);
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.wash-medium-wrapper {
  max-width: 60em;
  grid-row-gap: 3em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6em;
  display: flex;
}

.walsh-container-padding-large {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 4.5em;
  position: relative;
}

.walsh-logo-grey-dark-wrapper {
  background-color: #2e3333;
}

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

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

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

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 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-black {
  color: var(--walsh--black);
  border-radius: 8px;
  padding: 15px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-black:hover {
  background-color: rgba(219, 219, 219, .35);
}

.walsh-nav-link-black.w--current {
  color: #6d6d6d;
  background-color: rgba(219, 219, 219, .35);
}

.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 rgba(0, 0, 0, .05);
}

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

.walsh-toggle-black {
  color: var(--walsh--black);
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-black:hover {
  background-color: rgba(219, 219, 219, .35);
}

.walsh-dropdown {
  color: #fff;
}

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

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

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

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

.walsh-inner-container-nav-float {
  max-width: 1480px;
}

.walsh-main-nav {
  background-color: rgba(0, 0, 0, 0);
}

.walsh-float-menu {
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 20px;
}

.walsh-nav-wrapper-green-padding {
  z-index: 10;
  background-color: #204f58;
  padding: 20px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.menu-button-mob-2 {
  display: none;
}

.cf-button-2 {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple) 2%, var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 82%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.cf-button-2:hover {
  background-color: #0d0e10;
}

.cf-button-2.navigation-button {
  background-color: #0d0e10;
  flex: none;
}

.cf-button-2.navigation-button:hover {
  background-color: #1ebd53;
}

.cf-button-2.navigation-button.mobile {
  display: none;
}

.cf-nav-3-link-2 {
  color: #04121f;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.cf-nav-3-link-2:hover {
  color: var(--conversion-flow-library--light-coral);
  font-weight: 500;
}

.cf-nav-3-link-2.w--current {
  color: #2cae76;
  font-weight: 500;
}

.cf-nav-3-link-2.login {
  flex: none;
  font-weight: 500;
}

.cf-nav-3-link-2.login.desktop {
  padding-left: 15px;
  padding-right: 15px;
}

.cf-nav-3-link-2.login-mob {
  display: none;
}

.cf-navigation-right-3 {
  width: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-navigation-heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.cf-navigation-heading-2.more {
  color: var(--conversion-flow-library--medium-purple);
  margin-bottom: 0;
  font-size: 20px;
}

.cf-navigation-heading-2.more:hover {
  color: var(--conversion-flow-library--light-coral);
}

.cf-more-link-2 {
  text-decoration: none;
}

.cf-divider-nav-2 {
  width: 100%;
  height: 2px;
  background-color: #f1f3f6;
  margin-top: 38px;
  margin-bottom: 28px;
}

.cf-visual-features-item-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item-2.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item-2.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-item-2.navbar.right-link {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 16px;
}

.cf-visual-features-item-2.navbar.right-link:hover {
  color: var(--conversion-flow-library--light-coral);
  background-color: rgba(0, 0, 0, 0);
}

.cf-visual-features-item-2.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cf-visual-features-item-2.navbar.blog {
  padding-left: 20px;
  padding-right: 20px;
}

.cf-visual-features-item-2.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item-2.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-item-2.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item-2.navbar:hover {
  background-color: #fafafa;
}

.cf-right-side-links-2 {
  width: 20%;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.cf-nav-link-summary-2 {
  font-family: Montserrat, sans-serif;
}

.cf-navigation-item-heading-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.cf-heading-and-text-contain-2 {
  margin-left: 20px;
}

.cf-logo-image-4 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cf-visual-features-item-image-3 {
  width: 100%;
  margin-bottom: 28px;
}

.cf-visual-features-item-image-3.pages {
  max-width: 56px;
  margin-bottom: 0;
}

.cf-visual-features-items-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-visual-features-items-container-2.nav {
  grid-column-gap: 0px;
}

.cf-visual-features-items-container-2.nav.pages {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid #f1f3f6;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0 20px;
}

.cf-visual-features-items-container-2.nav.blogs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.cf-visual-features-items-container-2.nav {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.cf-navigation-drop-container-3 {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.cf-navigation-drop-container-3.features {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.cf-navigation-drop-container-3.features.pages {
  padding-right: 40px;
}

.cf-dropdown-list-full-wrapper-3 {
  width: 100%;
  max-width: 1160px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px rgba(64, 69, 79, .1);
}

.cf-dropdown-list-full-wrapper-3.blog {
  max-width: 1160px;
}

.cf-dropdown-list--nav-4 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.cf-dropdown-list--nav-4.w--open {
  width: 80%;
  box-shadow: none;
  padding-top: 25px;
  top: 70px;
  overflow: visible;
}

.cf-dropdown-list--nav-4.blog.w--open {
  width: 80%;
}

.cf-dropdown-arrow---nav-4 {
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.cf-dropdown-toggle---nav-4 {
  grid-column-gap: 6px;
  color: #04121f;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.cf-dropdown-toggle---nav-4:hover {
  color: var(--conversion-flow-library--light-coral);
  font-weight: 500;
}

.cf-dropdown-nav-4 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.cf-navigation-3-menu-2 {
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.cf-navigation-3-center-2 {
  width: auto;
  display: flex;
}

.cf-navigation-logo-2 {
  object-fit: contain;
}

.cf-navigation-left-3 {
  width: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-navigation-3-container-2 {
  width: 90%;
  max-width: 1340px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-navigation-4 {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.walsh-footer-link-center {
  color: rgba(0, 0, 0, .54);
  font-size: 16px;
  text-decoration: none;
}

.walsh-footer-link-center:hover {
  color: #000;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.walsh-icon-social {
  max-height: 18px;
}

.walsh-footer-link-social {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
}

.walsh-logo-footer {
  max-height: 32px;
  margin-bottom: 0;
}

.walsh-center-h-wrapper {
  width: 100%;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.walsh-footer-legal-text-2 {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
}

.walsh-footer-line-divider {
  width: 100%;
  height: 1px;
  background-color: #cacaca;
}

.walsh-footer-link {
  color: rgba(0, 0, 0, .54);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-list {
  grid-row-gap: .8em;
  flex-direction: column;
  display: flex;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-footer-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-main-grid-no-gap-2 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-button-circle-small {
  width: 65px;
  height: 65px;
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small:hover {
  background-color: #ffdd79;
}

.walsh-button-circle-wrapper-grey {
  background-color: #eee;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-text-field-single-grey {
  width: 100%;
  height: auto;
  min-height: 65px;
  min-width: auto;
  background-color: #eee;
  border: 1px solid #eee;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
}

.walsh-form-single {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-full-form {
  width: 100%;
  margin-bottom: 0;
}

.walsh-form-wrapper {
  width: 100%;
}

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-logo-footer-2 {
  max-height: 100px;
  margin-bottom: 0;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
  position: relative;
}

.walsh-content-wrapper-white-2 {
  background-color: #fff;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.section-2 {
  width: 100%;
  height: 500px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

@media screen and (min-width: 1280px) {
  .silde-bar-nav {
    width: 280px;
  }

  .style-guide-content {
    margin-left: 280px;
  }

  .style-guide-nav {
    width: 280px;
  }

  .cf-testimonial-container {
    position: relative;
  }

  .walsh-main-paragraph {
    text-align: center;
  }

  .walsh-logo-footer-2 {
    max-height: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .walsh-main-paragraph {
    text-align: center;
  }

  .walsh-logo-footer-2 {
    max-height: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .section.process-section {
    background-color: var(--footercolor);
  }

  .section.breadcrumb-section {
    width: 100%;
    object-fit: fill;
  }

  .section-title.text-white {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 55px;
    font-weight: 700;
  }

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

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

  .footer {
    background-color: var(--gray);
  }

  .footer-title {
    color: var(--gray);
  }

  .footer-list-item {
    background-color: var(--footercolor);
    color: var(--gray);
  }

  .footer-link {
    color: var(--gray);
  }

  .footer-paragraph {
    color: var(--gray);
    -webkit-text-stroke-color: var(--footercolor);
    border: 1px solid #212529;
  }

  .footer-social-block, .footer-social-link, .footer-copyright, .footer-cpoyright-link {
    color: var(--gray);
  }

  .hero-v2-heading-lottie {
    left: 7%;
  }

  .contact-link {
    text-transform: none;
  }

  .about-counter-paragraph {
    font-size: 18px;
  }

  .about-counter-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    justify-content: center;
    font-size: 25px;
  }

  .cf-navigation-3-center {
    align-items: flex-start;
  }

  .udesly-column {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 40px;
    padding-right: 60px;
  }

  .udesly-grid-two-column {
    width: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    object-fit: cover;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .udesly-paragraph-medium {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
  }

  .cf-hero-section-1 {
    margin-top: 60px;
  }

  .cf-service-heading {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    display: block;
  }

  .cf-features-section-3-grid-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-features-section-3 {
    width: 100%;
    max-width: 100%;
  }

  .udesly-udesly-text-semibold-2 {
    font-size: 20px;
  }

  .udesly-container-2 {
    margin-top: 62px;
  }

  .bold-text {
    font-size: 20px;
  }

  .gallery-slide-image {
    text-align: center;
  }

  .gallery-image {
    width: 50%;
    text-align: left;
  }

  .walsh-image-logo-medium {
    font-size: 20px;
  }

  .walsh-heading-large-white {
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: var(--gray);
    font-size: 3.8em;
    line-height: 1.5;
  }

  .walsh-container-padding-large {
    -webkit-text-stroke-color: var(--white);
    padding: 4em 0 0;
  }

  .walsh-logo-grey-dark-wrapper {
    background-color: var(--walsh--black);
    -webkit-text-stroke-color: var(--gray);
  }

  .bold-text-2 {
    transform: skew(20deg);
  }

  .walsh-footer-link-center, .walsh-footer-link-center.w--current, .walsh-footer-legal-text {
    font-size: 24px;
  }

  .walsh-logo-footer {
    height: 150px;
    max-height: 200px;
    object-fit: contain;
  }

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

  .walsh-content-wrapper-white {
    background-color: #b6b1b1;
  }

  .walsh-main-paragraph {
    text-align: center;
    justify-content: center;
    align-self: auto;
    display: block;
  }

  .walsh-logo-footer-2 {
    max-height: 150px;
    text-align: left;
    order: 0;
    align-self: auto;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 54px;
  }

  h3 {
    font-size: 48px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  blockquote {
    padding: 20px;
  }

  .silde-bar-nav {
    width: auto;
    height: auto;
    background-color: var(--gray);
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .style-guide-content {
    width: 100%;
    border-left-style: none;
    margin-left: 0;
    position: static;
  }

  .header-logo {
    width: 180px;
  }

  .style-guide-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-menu-icon {
    font-size: 32px;
  }

  .style-guide-block {
    margin-bottom: 40px;
  }

  .column {
    width: 50%;
  }

  .style-guide-menu-brand {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
  }

  .style-guide-menu-button {
    background-color: var(--dark);
    color: #fff;
    border-radius: 10px;
    margin-right: 15px;
    padding: 10px;
  }

  .style-guide-menu-button.w--open {
    color: #fff;
    background-color: #f47e20;
  }

  .style-guide-nav {
    z-index: 10;
    width: 100%;
    height: 75px;
    background-color: #f8f8f8;
    border-right-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .style-guide-menu {
    z-index: 500;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    top: 80px;
    bottom: auto;
    left: 0%;
    right: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
  }

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

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.team-info-section {
    padding-top: 0;
  }

  .section.breadcrumb-section {
    padding-top: 60px;
  }

  .hero-heading {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 68px;
  }

  .hero-paragraph {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .section-title-block.text-center {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-title {
    font-size: 54px;
  }

  .service-item-title {
    font-size: 24px;
  }

  .service-item-lottie {
    width: 80px;
  }

  .service-item-lottie.two {
    width: 170px;
  }

  .service-item-lottie.three {
    width: 90px;
  }

  .service-item-lottie.six {
    width: 110px;
  }

  .service-item-lottie.eight {
    width: 90px;
  }

  .service-item-lottie.nine {
    width: 140px;
  }

  .service-item-lottie.ten {
    top: -10%;
  }

  .process-two-lottie {
    left: -20px;
  }

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

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

  .skill-main-block.margin-top-60 {
    margin-top: 0;
  }

  .testimonial-section-title-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-image {
    width: 60px;
  }

  .testimonial-section-title {
    font-size: 38px;
  }

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

  .accordion-right-side-block {
    text-align: center;
  }

  .team-image-block {
    right: 10%;
  }

  .team-image-inner-block {
    width: 20vh;
    height: 20vh;
  }

  .team-title {
    font-size: 28px;
  }

  .team-icon {
    font-size: 24px;
  }

  .testimonial-mask {
    width: 100%;
  }

  .testimonial-member-name {
    font-size: 20px;
  }

  .testimonial-position {
    font-size: 16px;
  }

  .testimonial-image-inner {
    width: 70px;
  }

  .testimonial-left-arrow {
    top: 18%;
    right: 10%;
  }

  .testimonial-right-arrow {
    top: 18%;
  }

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

  .footer-list {
    grid-column-gap: 20px;
  }

  .footer-list-item {
    font-size: 18px;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .dropdown {
    display: block;
  }

  .nav-button-block {
    display: none;
  }

  .menu-button {
    background-color: var(--dark);
    color: var(--white);
    border-radius: 10px;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--primary);
    color: var(--dark);
  }

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

  .team-single-image-block {
    margin-bottom: 0;
  }

  .team-single-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-v2-left-lottie {
    width: 220px;
  }

  .hero-v2-heading {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 68px;
  }

  .about-v3-grid, .service-v3-grid {
    grid-template-columns: 1fr;
  }

  .service-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-info-title {
    font-size: 22px;
  }

  .award-v4-top-grid, .counter-grid {
    grid-template-columns: 1fr;
  }

  .team-v2-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-v2-title {
    font-size: 28px;
  }

  .blog-grid, .project-grid {
    grid-template-columns: 1fr;
  }

  .project-image-link-block.left, .project-image-link-block.center {
    transform: rotate(0);
  }

  .blog-single-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-single-v2-title {
    font-size: 26px;
  }

  .project-single-collection-list, .contact-box-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .form-vector-block {
    text-align: left;
  }

  .field-block {
    color: #000;
  }

  .service-single-paragraph {
    padding-right: 0%;
  }

  .project-single-top-grid, .project-two-grid {
    grid-template-columns: 1fr;
  }

  .about-tab-icon {
    font-size: 20px;
  }

  .about-tab-feature {
    font-size: 18px;
  }

  .background-video {
    height: 550px;
  }

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

  .about-counter-bottom-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .breadcrumb-heading {
    font-size: 48px;
  }

  .breadcrumb-center-lottie {
    width: 220px;
  }

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

  .menu-button-mob {
    width: 45px;
    color: #6b6768;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 11px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button-mob.w--open {
    color: #6b6768;
    background-color: rgba(0, 0, 0, 0);
  }

  .cf-button.navigation-button {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: none;
  }

  .cf-button.navigation-button.mobile {
    max-width: 150px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 5%;
    display: flex;
  }

  .cf-nav-3-link {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .cf-nav-3-link.login {
    padding: 15px 10px;
  }

  .cf-nav-3-link.login.desktop {
    display: none;
  }

  .cf-nav-3-link.login-mob {
    display: block;
  }

  .cf-navigation-right-2 {
    width: 50%;
    margin-right: 0;
  }

  .cf-divider-nav {
    margin-top: 18px;
  }

  .cf-visual-features-item.navbar.horizontal {
    justify-content: flex-start;
    font-size: 16px;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-right-side-links {
    width: 100%;
  }

  .cf-navigation-item-heading {
    font-size: 20px;
  }

  .cf-visual-features-item-image-2.pages {
    width: 100%;
    max-width: 56px;
  }

  .cf-visual-features-items-container {
    max-width: 500px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-visual-features-items-container.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cf-visual-features-items-container.nav.pages {
    width: 100%;
    max-width: none;
    border-right-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-visual-features-items-container.nav.blogs {
    grid-template-columns: 1fr 1fr;
  }

  .cf-visual-features-items-container.nav {
    width: 100%;
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
  }

  .cf-navigation-drop-container-2 {
    flex-direction: column;
  }

  .cf-navigation-drop-container-2.features.pages {
    align-items: flex-start;
    padding-right: 0;
  }

  .cf-dropdown-list-full-wrapper-2 {
    box-shadow: none;
    padding: 0;
  }

  .cf-dropdown-list--nav-3.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-dropdown-list--nav-3.blog.w--open {
    width: 90%;
  }

  .cf-dropdown-arrow---nav-3 {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .cf-dropdown-toggle---nav-3 {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: flex;
  }

  .cf-dropdown-nav-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-navigation-3-menu {
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 50px 30px rgba(0, 0, 0, .06);
  }

  .cf-navigation-3-center {
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .cf-navbar-3-brand {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .cf-navigation-left-2 {
    width: 20%;
  }

  .cf-navigation-3-container {
    display: flex;
  }

  .cf-navigation-3 {
    display: block;
  }

  .udesly-udesly-text-semibold {
    font-size: 14px;
  }

  .udesly-grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-right-info-wrapper {
    width: 100%;
    max-width: none;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 60px;
    position: static;
  }

  .cf-review-text {
    margin-bottom: 0;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-left-info-wrapper {
    width: 100%;
    max-width: none;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-features-section-2-grid {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-flex-1---wrapper {
    padding-top: 140px;
  }

  .cf-section-placeholder {
    margin-top: -60px;
  }

  .cf-testimonial-slider-right-arrow {
    margin-top: 26%;
    top: 0%;
    right: 3%;
  }

  .cf-testimonial-slider-left-arrow {
    margin-top: 26%;
    top: 0%;
    left: 3%;
  }

  .testimonial-person-images-container {
    max-width: 620px;
  }

  .cf-text-block._24-px {
    font-size: 22px;
    line-height: 140%;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 90%;
    max-width: 620px;
  }

  .cf-testimonial-slider {
    max-width: 700px;
  }

  .cf-testimonial-container {
    margin-top: 0;
  }

  .cf-nav-wrapper {
    flex-direction: column;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    width: 90%;
    padding-bottom: 60px;
  }

  .udesly-udesly-text-semibold-2 {
    font-size: 14px;
  }

  .udesly-grid-three-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .container-2 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .walsh-image-logo-medium {
    max-height: 9em;
  }

  .walsh-logo-wrapper-transparent {
    width: auto;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .wash-medium-wrapper {
    max-width: 100%;
  }

  .walsh-container-padding-large {
    width: auto;
    flex: 0 auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .walsh-menu-button-black {
    order: 1;
  }

  .walsh-menu-button-black.w--open {
    color: var(--walsh--black);
    background-color: rgba(0, 0, 0, 0);
  }

  .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-black {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-black:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-toggle-black {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-black:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-menu-white {
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-inner-container-nav-float {
    padding-left: 25px;
    padding-right: 0;
  }

  .walsh-float-menu {
    padding: 10px 0;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 10px;
  }

  .menu-button-mob-2 {
    width: 45px;
    color: #6b6768;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 11px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button-mob-2.w--open {
    color: #6b6768;
    background-color: rgba(0, 0, 0, 0);
  }

  .cf-button-2.navigation-button {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: none;
  }

  .cf-button-2.navigation-button.mobile {
    max-width: 150px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 5%;
    display: flex;
  }

  .cf-nav-3-link-2 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .cf-nav-3-link-2.login {
    padding: 15px 10px;
  }

  .cf-nav-3-link-2.login.desktop {
    display: none;
  }

  .cf-nav-3-link-2.login-mob {
    display: block;
  }

  .cf-navigation-right-3 {
    width: 50%;
    margin-right: 0;
  }

  .cf-divider-nav-2 {
    margin-top: 18px;
  }

  .cf-visual-features-item-2.navbar.horizontal {
    justify-content: flex-start;
    font-size: 16px;
  }

  .cf-visual-features-item-2.navbar {
    padding: 25px;
  }

  .cf-right-side-links-2 {
    width: 100%;
  }

  .cf-navigation-item-heading-2 {
    font-size: 20px;
  }

  .cf-visual-features-item-image-3.pages {
    width: 100%;
    max-width: 56px;
  }

  .cf-visual-features-items-container-2 {
    max-width: 500px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-visual-features-items-container-2.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cf-visual-features-items-container-2.nav.pages {
    width: 100%;
    max-width: none;
    border-right-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-visual-features-items-container-2.nav.blogs {
    grid-template-columns: 1fr 1fr;
  }

  .cf-visual-features-items-container-2.nav {
    width: 100%;
    max-width: none;
    width: 100%;
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
  }

  .cf-navigation-drop-container-3 {
    flex-direction: column;
  }

  .cf-navigation-drop-container-3.features.pages {
    align-items: flex-start;
    padding-right: 0;
  }

  .cf-dropdown-list-full-wrapper-3 {
    box-shadow: none;
    padding: 0;
  }

  .cf-dropdown-list--nav-4.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-dropdown-list--nav-4.blog.w--open {
    width: 90%;
  }

  .cf-dropdown-arrow---nav-4 {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .cf-dropdown-toggle---nav-4 {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: flex;
  }

  .cf-dropdown-nav-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-navigation-3-menu-2 {
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 50px 30px rgba(0, 0, 0, .06);
  }

  .cf-navigation-3-center-2 {
    display: block;
  }

  .cf-navbar-3-brand-2 {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .cf-navigation-left-3 {
    width: 20%;
  }

  .cf-navigation-4 {
    display: block;
  }

  .walsh-footer-link-center {
    text-align: center;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

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

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .walsh-footer-line-divider {
    margin-bottom: 20px;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 42px;
  }

  .paragraph {
    font-size: 15px;
  }

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

  ._12-columns {
    flex-wrap: wrap;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .header-logo {
    width: 160px;
  }

  .column.desk-4 {
    width: 100%;
  }

  .style-guide-menu-brand.w--current {
    margin-top: 14px;
  }

  .style-guide-menu-button {
    padding: 8px;
  }

  .style-guide-nav {
    height: 70px;
  }

  .style-guide-menu {
    background-color: #fff;
  }

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

  .section.breadcrumb-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .hero-heading {
    font-size: 54px;
  }

  .section-title {
    font-size: 40px;
  }

  .service-item-lottie {
    display: none;
  }

  .service-bottom-block.last {
    margin-top: 20px;
  }

  .process-title {
    font-size: 28px;
  }

  .process-paragraph {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial-section-title-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial-image {
    width: 40px;
  }

  .testimonial-section-title {
    font-size: 28px;
  }

  .accordion-title {
    font-size: 20px;
  }

  .accordion-paragraph {
    width: 100%;
  }

  .team-image-block {
    display: none;
  }

  .team-title {
    font-size: 24px;
  }

  .testimonial-block {
    padding: 20px;
  }

  .testimonial-left-arrow {
    top: 12%;
    right: 15%;
  }

  .testimonial-right-arrow {
    top: 12%;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .footer-link-block {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo {
    width: 240px;
  }

  .footer-logo-main-block {
    grid-template-columns: 1fr;
  }

  .footer-lottie {
    display: none;
  }

  .menu-button {
    padding: 10px;
  }

  .team-single-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-single-list {
    grid-template-columns: 1fr;
  }

  .not-found-404 {
    font-size: 14rem;
    line-height: 11rem;
  }

  .hero-v2-left-lottie {
    display: none;
  }

  .hero-v2-left-image {
    margin-top: 0;
  }

  .hero-v2-heading {
    font-size: 54px;
  }

  .service-v4-top-grid {
    grid-template-columns: 1fr;
  }

  .service-v4-top-lottie {
    display: none;
  }

  .service-collection-list, .counter-right-side {
    grid-template-columns: 1fr;
  }

  .counter-number {
    font-size: 32px;
  }

  .counter-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .counter-block.bg-secondary.two {
    margin-top: 0;
  }

  .counter-left-lottie {
    display: none;
  }

  .team-v2-collection-list {
    grid-template-columns: 1fr;
  }

  .team-v2-title {
    font-size: 24px;
  }

  .blog-lottie {
    display: none;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .project-collection-list-wrapper.center {
    margin-top: 40px;
  }

  .project-left-lottie {
    display: none;
  }

  .blog-single-collection-list, .blog-author-main-block {
    grid-template-columns: 1fr;
  }

  .blog-date-block {
    justify-content: flex-start;
  }

  .project-single-collection-list, .contact-box-grid {
    grid-template-columns: 1fr;
  }

  .from-grid {
    padding: 40px;
  }

  .contact-form {
    grid-column-gap: 20px;
  }

  .google-map {
    margin-top: 10px;
    margin-left: 0;
  }

  .project-single-top-inner-title {
    font-size: 24px;
  }

  .about-tab-list-item-block {
    padding-bottom: 20px;
  }

  .background-video {
    height: 480px;
  }

  .about-counter-bottom-grid {
    grid-template-columns: 1fr;
  }

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

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

  .breadcrumb-left-lottie-block {
    display: none;
  }

  .breadcrumb-right-side {
    grid-template-columns: 1fr;
  }

  .breadcrumb-right-image-side {
    width: 60%;
  }

  .breadcrumb-right-lottie-block, .breadcrumb-right-lottie {
    display: none;
  }

  .menu-button-mob {
    width: 40px;
    padding-right: 10px;
  }

  .cf-button.navigation-button {
    margin-left: 0%;
  }

  .cf-button.navigation-button.mobile {
    justify-content: center;
  }

  .cf-navigation-right-2 {
    width: 60%;
  }

  .cf-divider-nav {
    margin-top: 18px;
  }

  .cf-visual-features-item.navbar.horizontal {
    align-items: center;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-navigation-item-heading {
    font-size: 18px;
  }

  .cf-visual-features-items-container {
    width: 100%;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav {
    max-width: 400px;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav.pages, .cf-visual-features-items-container.nav.blogs {
    grid-template-columns: 1fr;
  }

  .cf-dropdown-list--nav-3.w--open {
    width: 90%;
  }

  .cf-navbar-3-brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-navigation-left-2 {
    width: 26%;
  }

  .cf-navigation-3-container {
    display: flex;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-stats-wrapper {
    flex-direction: column;
  }

  .cf-bottom-right-container {
    max-width: none;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-top-left-contain {
    max-width: none;
  }

  .cf-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .cf-testimonial-slider-right-arrow, .cf-testimonial-slider-left-arrow {
    width: 28px;
    height: 28px;
    margin-top: 0%;
    top: 33%;
  }

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

  .cf-testimonial-slider-content-wrapper {
    padding: 40px 7%;
  }

  .cf-testimonial-slider-mask {
    padding-top: 20px;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-nav-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    padding-bottom: 60px;
  }

  .cf-testimonial-section-4 {
    overflow: hidden;
  }

  .udesly-grid-three-column {
    grid-template-columns: 1fr;
  }

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

  .walsh-image-logo-medium {
    max-height: 9em;
    max-width: 9em;
  }

  .walsh-heading-large-white {
    font-size: 2.4em;
  }

  .wash-medium-wrapper {
    grid-row-gap: 2em;
    padding-bottom: 4em;
  }

  .walsh-container-padding-large {
    padding: 6em 3.5em;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .menu-button-mob-2 {
    width: 40px;
    padding-right: 10px;
  }

  .cf-button-2.navigation-button {
    margin-left: 0%;
  }

  .cf-button-2.navigation-button.mobile {
    justify-content: center;
  }

  .cf-navigation-right-3 {
    width: 60%;
  }

  .cf-divider-nav-2 {
    margin-top: 18px;
  }

  .cf-visual-features-item-2.navbar.horizontal {
    align-items: center;
  }

  .cf-visual-features-item-2.navbar.w--current {
    padding: 14px;
  }

  .cf-navigation-item-heading-2 {
    font-size: 18px;
  }

  .cf-visual-features-items-container-2 {
    width: 100%;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container-2.nav {
    max-width: 400px;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container-2.nav.pages, .cf-visual-features-items-container-2.nav.blogs {
    grid-template-columns: 1fr;
  }

  .cf-dropdown-list--nav-4.w--open {
    width: 90%;
  }

  .cf-navbar-3-brand-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-navigation-left-3 {
    width: 26%;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-text-field-single-grey {
    text-align: left;
  }

  .walsh-form-single {
    flex-direction: row;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  blockquote {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .header-logo {
    width: 140px;
  }

  .style-guide-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column {
    margin-bottom: 0;
  }

  .style-guide-menu-brand {
    margin-left: 16px;
  }

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

  .hero-heading {
    font-size: 40px;
  }

  .hero-button-block {
    flex-direction: column;
  }

  .section-title {
    font-size: 30px;
  }

  .service-title-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .process-title {
    font-size: 24px;
  }

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

  .accordion-left-side-block {
    margin-top: 40px;
  }

  .accordion-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-title {
    font-size: 18px;
  }

  .team-detail-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .testimonial-paragraph {
    font-size: 16px;
  }

  .testimonial-left-arrow {
    right: 25%;
  }

  .footer-link-block {
    border-top-style: none;
    border-bottom-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-list {
    display: block;
  }

  .footer-list-item {
    padding-top: 10px;
  }

  .footer-link-main-block {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    width: 180px;
  }

  .footer-social-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .team-details-social-link {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .not-found-404 {
    font-size: 9rem;
    line-height: 8rem;
  }

  .hero-v2-heading {
    font-size: 40px;
  }

  .about-v3-inner-right-block {
    display: block;
  }

  .service-v3-left-side-info {
    padding-left: 0;
    padding-right: 0;
  }

  .service-v3-left-side-info.bg-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-v3-title {
    font-size: 22px;
  }

  .award-v4-top-lottie {
    display: none;
  }

  .award-right-side {
    margin-top: 20px;
  }

  .award-big-text-title {
    margin-top: -30px;
    font-size: 40px;
  }

  .award-big-text-title-outline {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 40px;
  }

  .contact-box {
    padding-left: 0;
    padding-right: 0;
  }

  .from-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    display: block;
  }

  .project-single-top-left-blog {
    grid-template-columns: 1fr;
  }

  .background-video {
    height: 420px;
  }

  .about-counter-info-block {
    padding-left: 0;
    padding-right: 0;
  }

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

  .breadcrumb-right-image-side {
    width: 100%;
  }

  .menu-button-mob {
    flex: none;
    margin-left: 0;
  }

  .cf-button {
    padding: 16px;
    font-size: 16px;
  }

  .cf-button.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .cf-button.navigation-button.mobile {
    text-align: left;
    justify-content: center;
    font-size: 16px;
  }

  .cf-nav-3-link {
    font-size: 16px;
  }

  .cf-nav-3-link.login {
    display: none;
  }

  .cf-navigation-right-2 {
    width: 50%;
  }

  .cf-visual-features-item.navbar {
    padding: 20px;
    font-size: 16px;
  }

  .cf-visual-features-item.navbar.right-link {
    font-size: 16px;
  }

  .cf-visual-features-item.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .cf-visual-features-items-container.nav {
    max-width: none;
  }

  .cf-visual-features-items-container.nav.pages {
    padding-right: 0;
  }

  .cf-visual-features-items-container.nav {
    max-width: 230px;
  }

  .cf-navigation-drop-container-2.features {
    padding: 0;
  }

  .cf-navigation-drop-container-2.features.pages {
    padding-right: 0;
  }

  .cf-dropdown-toggle---nav-3 {
    font-size: 16px;
  }

  .cf-dropdown-nav-3 {
    flex-direction: row;
    display: block;
  }

  .cf-navbar-3-brand {
    width: 120px;
    height: 30px;
  }

  .cf-navigation-left-2 {
    width: 40%;
  }

  .cf-navigation-3-container {
    flex-direction: row;
    display: flex;
  }

  .cf-navigation-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .udesly-udesly-text-semibold.big {
    font-size: 32px;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-58px-heading {
    font-size: 40px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-flex-1---text-contain {
    margin-top: 60px;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-testimonial-slider-right-arrow {
    top: 30%;
    right: -4%;
  }

  .cf-testimonial-slider-left-arrow {
    top: 30%;
    left: -4%;
  }

  .cf-testimonial-person-designation-text.slide-current-author {
    width: 220%;
  }

  .cf-testimonial-person {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cf-testimonial-person.slide-current-author {
    max-width: 80px;
  }

  .cf-text-block._24-px {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .cf-testimonial-slider-mask {
    overflow: visible;
  }

  .cf-testimonial-slider {
    width: 100%;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .udesly-container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container-2 {
    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;
  }

  .walsh-image-logo-medium {
    max-height: 7em;
    max-width: 7em;
    min-height: 1.5em;
  }

  .walsh-logo-wrapper-transparent {
    flex: 0 50%;
    order: 1;
    padding: 35px 10px;
  }

  .walsh-heading-large-white {
    font-size: 2em;
    line-height: 1.2;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-tag-light {
    text-align: left;
  }

  .wash-medium-wrapper {
    padding-bottom: 3em;
  }

  .walsh-container-padding-large {
    width: 100%;
    flex: 0 auto;
    padding: 4em 2.5em;
  }

  .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-black {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle-black {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .menu-button-mob-2 {
    flex: none;
    margin-left: 0;
  }

  .cf-button-2 {
    padding: 16px;
    font-size: 16px;
  }

  .cf-button-2.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .cf-button-2.navigation-button.mobile {
    text-align: left;
    justify-content: center;
    font-size: 16px;
  }

  .cf-nav-3-link-2 {
    font-size: 16px;
  }

  .cf-nav-3-link-2.login {
    display: none;
  }

  .cf-navigation-right-3 {
    width: 50%;
  }

  .cf-visual-features-item-2.navbar {
    padding: 20px;
    font-size: 16px;
  }

  .cf-visual-features-item-2.navbar.right-link {
    font-size: 16px;
  }

  .cf-visual-features-item-2.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .cf-visual-features-items-container-2.nav {
    max-width: none;
  }

  .cf-visual-features-items-container-2.nav.pages {
    padding-right: 0;
  }

  .cf-visual-features-items-container-2.nav {
    max-width: 230px;
    max-width: 230px;
  }

  .cf-navigation-drop-container-3.features {
    padding: 0;
  }

  .cf-navigation-drop-container-3.features.pages {
    padding-right: 0;
  }

  .cf-dropdown-toggle---nav-4 {
    font-size: 16px;
  }

  .cf-navbar-3-brand-2 {
    width: 120px;
    height: 30px;
  }

  .cf-navigation-left-3 {
    width: 40%;
  }

  .walsh-footer-grid-social {
    width: 100%;
    justify-content: center;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: 24px;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-footer-legal-text-2 {
    font-size: 11px;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-text-field-single-grey {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .walsh-form-single {
    align-items: center;
  }

  .walsh-form-wrapper {
    width: 100%;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-logo-footer-2 {
    max-height: 24px;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-content-wrapper-white-2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

#w-node-_6dca1903-aa9a-9769-f398-f7face429f7d-a847882e, #w-node-b93ce9bd-e582-26a2-df8d-a382f62a9b1a-a847882e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0d0f89f-cc75-079a-cd5d-84210228c356-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c358-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c35a-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c35c-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c35e-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c360-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c362-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c364-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c366-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c368-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c36a-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c36c-a847882e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-c2415a2a-07ee-cd2b-1a95-a6f0ac3623a1-a847882e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82b8d943-24ea-a174-749a-bca4f35c078a-21e5f78d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-bb3fc56b-e0bb-920f-72dd-296b949e703e-21e5f78d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-bb3fc56b-e0bb-920f-72dd-296b949e704e-21e5f78d {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-bb3fc56b-e0bb-920f-72dd-296b949e704f-21e5f78d, #w-node-bb3fc56b-e0bb-920f-72dd-296b949e705f-21e5f78d, #w-node-bb3fc56b-e0bb-920f-72dd-296b949e706f-21e5f78d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bb3fc56b-e0bb-920f-72dd-296b949e707f-21e5f78d {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-bb3fc56b-e0bb-920f-72dd-296b949e7080-21e5f78d {
  grid-area: 3 / 1 / 4 / 7;
  align-self: center;
  justify-self: start;
}

#w-node-bb3fc56b-e0bb-920f-72dd-296b949e7083-21e5f78d {
  grid-area: 3 / 7 / 4 / 13;
  justify-self: end;
}

#w-node-bb3fc56b-e0bb-920f-72dd-296b949e7085-21e5f78d {
  justify-self: center;
}

#w-node-c0d99adb-3889-124d-6941-9527cdb843c9-a8478836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85bc694e-a04d-7dea-57ac-957474405ed6-a8478836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-eb9bb591-0ac8-7a9b-2cdb-2bb6a322b6f5-a8478836 {
  align-self: end;
}

#w-node-_0864ec2b-c6f6-d400-0f0c-d238ce6817da-a8478836, #w-node-_0864ec2b-c6f6-d400-0f0c-d238ce6817d2-a8478836, #w-node-_8a69a8a7-ec95-a326-1e77-67e1c46df526-a8478836, #w-node-_0bdf8589-510f-9d71-6dae-acdb17bd055b-a8478836, #w-node-_7c1e0e65-f3b8-b905-5a60-50fcf50405cd-a8478836, #w-node-f4d61e1a-71f4-2d0a-af13-b39dd20fed6a-a8478836, #w-node-_0b88a990-93ba-2f74-c5fc-19dab0e80788-a8478836, #w-node-_127ce357-069a-54e1-b074-3f4469279db4-a8478836, #w-node-_127ce357-069a-54e1-b074-3f4469279dbb-a8478836, #w-node-_127ce357-069a-54e1-b074-3f4469279dc2-a8478836, #w-node-_127ce357-069a-54e1-b074-3f4469279dc9-a8478836, #w-node-_127ce357-069a-54e1-b074-3f4469279dd0-a8478836, #w-node-_127ce357-069a-54e1-b074-3f4469279dd7-a8478836, #w-node-_0af7fe8a-0066-0a17-4074-5ca3860ec657-a8478836, #w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204dd-a8478837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e1-a8478837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e5-a8478837 {
  align-self: end;
}

#w-node-_048c2023-bd1d-9241-65e3-23d8de5d72fe-a8478839 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_048c2023-bd1d-9241-65e3-23d8de5d7302-a8478839 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_048c2023-bd1d-9241-65e3-23d8de5d7306-a8478839 {
  align-self: end;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204dd-a847883a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e1-a847883a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e5-a847883a {
  align-self: end;
}

#w-node-_172c9719-5aa2-7b88-e2f9-277e2d04a91d-a847883b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_172c9719-5aa2-7b88-e2f9-277e2d04a921-a847883b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_172c9719-5aa2-7b88-e2f9-277e2d04a925-a847883b {
  align-self: end;
}

#w-node-a8f40f4a-5f8c-f883-2512-881d073cf447-a847883b, #w-node-b9b12f80-ffcb-f5ed-99fc-a2287eac4444-a847883b, #w-node-d5fbfa67-9f2b-1a63-610c-d41c41856498-a847883b, #w-node-_101a6d83-fafa-2327-6df3-f22a893610b7-a847883b, #w-node-a47dad81-53ac-faf4-0d3d-b3dcc6ab70a5-a847883b, #w-node-cfedbacb-4987-d16f-0fd3-63a5a4d91888-a847883b, #w-node-cfedbacb-4987-d16f-0fd3-63a5a4d9188a-a847883b, #w-node-cfedbacb-4987-d16f-0fd3-63a5a4d9188c-a847883b, #w-node-cfedbacb-4987-d16f-0fd3-63a5a4d9188e-a847883b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfedbacb-4987-d16f-0fd3-63a5a4d91890-a847883b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfedbacb-4987-d16f-0fd3-63a5a4d91892-a847883b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_683a79f1-d829-a1ef-c22a-9ade81826d4d-a847883c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_683a79f1-d829-a1ef-c22a-9ade81826d51-a847883c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_683a79f1-d829-a1ef-c22a-9ade81826d55-a847883c {
  align-self: end;
}

#w-node-_890b2fe7-f4cb-d055-d98b-0a0c3bfa33df-a847883c, #w-node-f6e3cdb4-c6ac-ff39-d93f-ab0d40cb88a5-a847883c, #w-node-ba567d24-1861-3b92-b219-346fe7bc45e4-a847883c, #w-node-_736b937e-3581-9810-99b7-fd10932a31d2-a847883d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_736b937e-3581-9810-99b7-fd10932a31d6-a847883d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_736b937e-3581-9810-99b7-fd10932a31da-a847883d {
  align-self: end;
}

#w-node-d0ba1d4e-9587-61fd-9fad-eee9c4bfdf4c-a847883d, #w-node-d62cdc8c-a68b-45a1-5c11-75dafa55d1fe-a847883d, #w-node-_7a2b9d03-b811-73a9-a230-3fe096817980-a847883d, #w-node-_52872029-d380-8a2a-a77d-4f80961fc86c-a847883d, #w-node-_8a4fb5d6-03b0-db79-8da4-be2a5cfa35d5-a847883d, #w-node-cffcaabc-81ef-9b6d-a034-700afa999965-a847883d, #w-node-db3525ea-d8e4-04a2-b164-00fb9bb5631e-a847883d, #w-node-_70a2dc8a-a5b5-ee3a-a941-894d4146548c-a847883d, #w-node-_6e6ab720-2936-fa85-4b6d-4f9784415e71-a847883e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e6ab720-2936-fa85-4b6d-4f9784415e75-a847883e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6e6ab720-2936-fa85-4b6d-4f9784415e79-a847883e {
  align-self: end;
}

#w-node-_68bbab45-da21-d445-52e5-ec420ee77393-a847883f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68bbab45-da21-d445-52e5-ec420ee77397-a847883f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_68bbab45-da21-d445-52e5-ec420ee7739b-a847883f {
  align-self: end;
}

#w-node-d2c12fc7-3ef5-1cf1-af2e-3d33882b4da4-a847883f, #w-node-_386f656e-d665-a5bf-bce4-f591ad8fbbb9-a847883f, #w-node-_0d7788dd-21ba-563e-b269-45a363d5d8c4-a847883f, #w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204dd-a8478840 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e1-a8478840 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e5-a8478840 {
  align-self: end;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204dd-a8478841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e1-a8478841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e5-a8478841 {
  align-self: end;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204dd-a8478842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e1-a8478842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e5-a8478842 {
  align-self: end;
}

#w-node-b4ce1998-f8e6-469c-3a1f-2ec41147b280-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05e25ae9-1b50-ae69-a758-c2e904a99730-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b6409a7f-f9fa-01b6-aec1-a493b11fc7d5-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57b12106-712e-590d-7579-45110ffe2776-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_17d55335-2e62-cc8b-e334-1a4468d12e70-a8478843, #w-node-_33cc2138-c79c-6e3b-b5f5-a95180408707-a8478843, #w-node-bb1eaf50-17c6-4840-2bb2-919fcd2eabb1-a8478843, #w-node-_18f76718-8641-65ff-6c29-b7e1ae7ecb74-a8478843, #w-node-c062e82b-87bc-1c20-53fb-350b472601aa-a8478843, #w-node-_9c121b79-112d-819b-bd3a-9e6f3c496f9b-a8478843, #w-node-b0c67527-7839-8fa3-f87f-998c8ca9354a-a8478843, #w-node-_7093dda6-12d7-e01d-77f5-63f457abb441-a8478843, #w-node-_90f18e1c-4828-d73e-f9f2-2d0ccb776bec-a8478843, #w-node-be161980-837c-26d4-d639-a038cedf4ed6-a8478843, #w-node-cc3a0c1d-1109-e21d-7ed4-69afc6979f54-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8be7734-a547-2f82-dd77-d09becc5ca02-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_49d72301-ddde-6174-b013-22ad800c449b-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a8f849c7-7a4f-306d-876c-b0fd5c502f17-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8f849c7-7a4f-306d-876c-b0fd5c502f19-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a8f849c7-7a4f-306d-876c-b0fd5c502f1b-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5aeb813d-28a1-9098-0ec7-6e2d67f0a612-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5aeb813d-28a1-9098-0ec7-6e2d67f0a614-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5aeb813d-28a1-9098-0ec7-6e2d67f0a616-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_23ac1be7-0fdb-e45c-2c4b-345e3ca6baac-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23ac1be7-0fdb-e45c-2c4b-345e3ca6baae-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_23ac1be7-0fdb-e45c-2c4b-345e3ca6bab0-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_53ac841e-3623-4573-3d84-8d53f5e8c740-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53ac841e-3623-4573-3d84-8d53f5e8c742-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_53ac841e-3623-4573-3d84-8d53f5e8c744-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f33c5902-c846-2a2d-235a-bda0f9d7b48e-a8478843, #w-node-e4bcdd1a-69f6-4c9a-d9a5-004bb4d58acc-a8478843, #w-node-dbb567e6-70ca-db98-6cb0-1b8f7c4f2d47-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f97c3ae-7662-05f0-f746-1100a91f9543-a8478843, #w-node-_75e12592-8c6f-11fb-8331-aca846e515ee-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2ea09ae-5af1-3695-38cf-7387e85e2578-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2feb3cf-c272-22e2-b1c1-c7ddafbb0400-a8478843, #w-node-_3f64daab-38bd-22fa-51ba-555471469795-a8478843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8eba41c4-f4bb-c5fd-dbe6-f8922fc1d223-a8478843, #w-node-bc162d97-e28c-7200-55a1-a353d61eb80d-a8478843, #w-node-_04c6b3e5-7129-3561-93b4-625a1c9e8298-a8478845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04c6b3e5-7129-3561-93b4-625a1c9e829c-a8478845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_04c6b3e5-7129-3561-93b4-625a1c9e82a0-a8478845 {
  align-self: end;
}

#w-node-_65f32ab3-a569-cc0d-a136-f01ac399ee75-a8478845, #w-node-_65f32ab3-a569-cc0d-a136-f01ac399ee73-a8478845, #w-node-_65f32ab3-a569-cc0d-a136-f01ac399ee74-a8478845, #w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204dd-a8478846 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e1-a8478846 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e5-a8478846 {
  align-self: end;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204dd-a8478847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e1-a8478847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e5-a8478847 {
  align-self: end;
}

#w-node-_7b895782-cf9c-903a-a3e3-07b89174f335-a8478848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b895782-cf9c-903a-a3e3-07b89174f339-a8478848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b895782-cf9c-903a-a3e3-07b89174f33d-a8478848 {
  align-self: end;
}

#w-node-e0e64783-dfd6-b2bb-420d-383471e1fd13-a8478849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0e64783-dfd6-b2bb-420d-383471e1fd17-a8478849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e0e64783-dfd6-b2bb-420d-383471e1fd1b-a8478849 {
  align-self: end;
}

#w-node-_815c7867-e757-38cd-048f-3cdcb0669ed2-a847884a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_815c7867-e757-38cd-048f-3cdcb0669ed6-a847884a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_815c7867-e757-38cd-048f-3cdcb0669eda-a847884a {
  align-self: end;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204dd-a847884b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e1-a847884b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e5-a847884b {
  align-self: end;
}

#w-node-_22082ddb-fc99-061f-76d0-67e80051461e-a847884c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22082ddb-fc99-061f-76d0-67e800514622-a847884c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_22082ddb-fc99-061f-76d0-67e800514626-a847884c {
  align-self: end;
}

#w-node-edc49724-43b0-64c8-7ca7-6e8f1506fa89-a847884d, #w-node-f856c0a4-c703-3e2a-e4c0-d08a9d571325-a847884d, #w-node-edc49724-43b0-64c8-7ca7-6e8f1506fa8d-a847884d, #w-node-edc49724-43b0-64c8-7ca7-6e8f1506fa95-a847884d, #w-node-edc49724-43b0-64c8-7ca7-6e8f1506fa91-a847884d, #w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204dd-a847884e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e1-a847884e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e5-a847884e {
  align-self: end;
}

#w-node-e3a0c39c-5e59-42b6-a31e-1d1c6f135f45-a847884f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3a0c39c-5e59-42b6-a31e-1d1c6f135f49-a847884f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e3a0c39c-5e59-42b6-a31e-1d1c6f135f4d-a847884f {
  align-self: end;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204dd-a6654424 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e1-a6654424 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e5-a6654424 {
  align-self: end;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204dd-a1763cf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e1-a1763cf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426c3e6a-d0d2-3ddb-c660-26bafb4204e5-a1763cf8 {
  align-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-c0d0f89f-cc75-079a-cd5d-84210228c360-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c364-a847882e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }

  #w-node-_82b8d943-24ea-a174-749a-bca4f35c078a-21e5f78d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-bb3fc56b-e0bb-920f-72dd-296b949e706f-21e5f78d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0864ec2b-c6f6-d400-0f0c-d238ce6817d2-a8478836, #w-node-_8a69a8a7-ec95-a326-1e77-67e1c46df526-a8478836, #w-node-_127ce357-069a-54e1-b074-3f4469279db4-a8478836, #w-node-_127ce357-069a-54e1-b074-3f4469279dbb-a8478836 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c0d0f89f-cc75-079a-cd5d-84210228c356-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c358-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c35a-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c35c-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c35e-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c360-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c362-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c364-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c366-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c368-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c36a-a847882e, #w-node-c0d0f89f-cc75-079a-cd5d-84210228c36c-a847882e {
    grid-column: span 1 / span 1;
  }

  #w-node-_82b8d943-24ea-a174-749a-bca4f35c078a-21e5f78d {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-bb3fc56b-e0bb-920f-72dd-296b949e703e-21e5f78d {
    grid-column-end: 3;
  }

  #w-node-bb3fc56b-e0bb-920f-72dd-296b949e704e-21e5f78d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bb3fc56b-e0bb-920f-72dd-296b949e704f-21e5f78d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb3fc56b-e0bb-920f-72dd-296b949e705f-21e5f78d {
    grid-column: span 1 / span 1;
  }

  #w-node-bb3fc56b-e0bb-920f-72dd-296b949e706f-21e5f78d {
    grid-column: span 2 / span 2;
  }

  #w-node-bb3fc56b-e0bb-920f-72dd-296b949e707f-21e5f78d {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-bb3fc56b-e0bb-920f-72dd-296b949e7080-21e5f78d {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-bb3fc56b-e0bb-920f-72dd-296b949e7083-21e5f78d {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-b4ce1998-f8e6-469c-3a1f-2ec41147b280-a8478843 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb3fc56b-e0bb-920f-72dd-296b949e703e-21e5f78d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bb3fc56b-e0bb-920f-72dd-296b949e704e-21e5f78d {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype');
  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'), url('../fonts/fa-brands-400.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}