:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

form {
  color: #fff;
}

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

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

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

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

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

.section {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.testimonials {
  background-color: #f4f5f0;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 10%;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  padding-top: 0;
}

.section.herosection {
  margin-left: 5%;
  margin-right: 5%;
}

.section.footer {
  color: #fff;
  background-color: #2c496a;
  padding: 20px 10%;
}

.section.aboutmmsection {
  padding: 0 10% 40px;
}

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

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.paragraph-tiny {
  flex-flow: wrap;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

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

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

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

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

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

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

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: #53c0a2;
  border-radius: 10px;
  padding: 10px 40px;
  font-size: 16px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
}

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

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

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

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

.paragraph-small {
  margin-bottom: auto;
  padding-top: 10px;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-small.paragraph-s.utility-margin-bottom-0 {
  margin-bottom: auto;
  padding-top: 0;
}

.paragraph-small.paragraph-s.utility-text-secondary.utility-margin-bottom-0.aboutmmpara {
  color: #2c496a;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}

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

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

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

.menu {
  z-index: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  background-color: #2c496a;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.navigation {
  color: #fff;
  background-color: #2c496a;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  width: auto;
  height: 70px;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.3em;
  display: block;
}

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

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

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

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

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.serifheading {
  color: #2c496a;
  text-align: center;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Domainedisp, Palatino Linotype, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.serifheading.eyebrow.utility-margin-bottom-1rem {
  color: #2c496a;
  text-transform: none;
  margin-bottom: 10px;
  font-family: "Gilroy 2", Verdana, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
}

.serifheading.serifsubheading {
  margin-top: 20px;
}

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

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

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

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

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.text-block {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
}

.nav-cta {
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
}

.nav-address {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}

.div-block {
  flex-flow: wrap;
  display: block;
}

.div-block.nav-stars {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  place-items: center stretch;
  padding-left: 81px;
  display: grid;
}

.nav-logostars {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.body {
  font-family: Gilroy, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.stars-text {
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: inline-flex;
}

.code-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.eyebrow {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}

.utility-margin-bottom-1rem, .paragraph-l {
  margin-bottom: 1rem;
}

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

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-layout.tablet-1-column.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-flow: row;
  justify-content: center;
  place-items: start center;
  margin-left: auto;
  margin-right: auto;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-3-column.tablet-2-column.mobile-landscape-1-column.grid-gap-xs.utility-margin-bottom-4rem {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  margin-bottom: 20px;
}

.grid-layout.desktop-3-column.tablet-2-column.mobile-landscape-1-column.grid-gap-xs.utility-margin-bottom-4rem.testimonialsgrid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grid-layout.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-xs.utility-margin-bottom-4rem.aboutmmgrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f4f5f1;
  border-radius: 15px;
  margin-bottom: auto;
  padding: 20px;
  box-shadow: 0 0 10px #0000006e;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.utility-image-cover.utility-aspect-1x1 {
  border-radius: 25px;
  width: 100%;
  max-width: 700px;
}

.utility-aspect-1x1 {
  aspect-ratio: 1;
  position: relative;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical {
  flex-direction: column;
}

.flex-layout.flex-vertical.y-space-between {
  justify-content: space-between;
}

.flex-layout.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-layout.y-center {
  align-items: center;
}

.flex-layout.y-center.flex-gap-xs.utility-margin-bottom-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: auto;
}

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.icon-large {
  width: 3rem;
  height: 3rem;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.heading-5.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.text-link {
  text-decoration: underline;
  display: inline;
}

.form {
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #517d85;
  background-clip: border-box;
  border-radius: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #53c0a2;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.field-label {
  color: #fff;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  width: 350px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 25px;
  line-height: 1em;
}

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

.text-field-2 {
  text-transform: uppercase;
}

.text-field-3 {
  color: red;
  text-transform: uppercase;
  font-weight: 700;
}

.text-field-4, .text-field-5 {
  color: #7f7f7f;
  text-transform: uppercase;
}

.contactform-fieldtext {
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1em;
}

.cell {
  justify-content: center;
  align-items: center;
}

.text-block-3 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  font-size: 12px;
  line-height: 1.2em;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-4 {
  text-align: center;
  flex-flow: wrap;
  line-height: 1.2em;
  display: block;
}

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

.text-span-2 {
  font-size: 15px;
  line-height: 1.2em;
}

.footer-mousetext {
  padding-top: 0;
  font-size: 10px;
  line-height: 1em;
}

.footer-compname {
  font-size: 23px;
}

.footer-add {
  font-size: 15px;
}

.footer-phone {
  font-size: 23px;
}

._3-col-reviewbar {
  background-color: #f4f5f0;
}

.heading-6 {
  color: #2c496a;
  text-align: center;
  font-family: Domainedisp, Palatino Linotype, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.container-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-3 {
  background-color: #fff;
}

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

.utility-text-align-center.utility-margin-bottom-4rem {
  margin-bottom: 20px;
}

.card {
  background-color: #0000;
  border: 1px #0000001a;
  border-radius: 1.1rem;
  padding-left: 10px;
  list-style-type: none;
}

.card-body.testimonials-cardbody {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.avatar {
  background-color: #f0f0f0;
  border-radius: 100rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.paragraph-s {
  margin-bottom: 1rem;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.align-center {
  justify-content: center;
}

.testimonial-clientname {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-date {
  color: #767676;
  padding-top: 0;
  font-size: 12px;
  font-weight: 400;
}

.image {
  border-radius: 10px;
}

.examplephotos {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.exampleimg {
  border-radius: 10px;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.aboutmm-paragraph {
  color: #2c496a;
  margin-bottom: auto;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1rem;
}

.aboutmm-subtitle {
  color: #2c496a;
  -webkit-text-stroke-color: #2c496a;
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
}

.aboutmm-title {
  color: #2c496a;
  margin-bottom: 0;
  font-family: Domainedisp, Palatino Linotype, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
}

.text-span-3 {
  color: #517d85;
}

.heroctablock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  place-content: center;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.herocontainer {
  max-width: 1400px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.columns-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.herosubheader {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 1.25em;
}

.columns-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  display: flex;
}

.column {
  height: 0;
}

.heroimg {
  float: left;
  border-radius: 25px;
  width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.column-2 {
  justify-content: center;
  align-items: center;
}

.column-3 {
  display: block;
}

.text-block-6 {
  text-align: center;
  padding-bottom: 10px;
}

.herocolumns {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-4, .container-5, .container-6 {
  max-width: 1300px;
}

.sansserifheading {
  color: #2c496a;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Gilroy 2", Verdana, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
}

.sansserifheading.eyebrow.utility-margin-bottom-1rem {
  color: #2c496a;
  text-transform: none;
  margin-bottom: 10px;
  font-family: "Gilroy 2", Verdana, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
}

.success-message {
  background-color: #ddf1d0;
}

.text-block-7 {
  color: #355a27;
}

.text-block-8 {
  color: #8b4040;
}

.column-4, .column-5, .column-6 {
  padding-left: 0;
  padding-right: 0;
}

.mobileonlyherotext {
  text-align: center;
}

.mobileonlyherodiv {
  border: 1px red;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.aboutmm-carddiv {
  padding: 10px;
}

.testimonialslidercard {
  width: 33.33%;
}

.testimonialblock {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

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

.slider {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.mask {
  width: 100%;
  height: auto;
}

.icon, .icon-2 {
  display: none;
}

.slidercontainer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.testimonialssection {
  background-color: #f4f5f0;
  margin-top: 0;
  margin-right: auto;
  padding: 20px 10%;
}

.testimonialssection.testimonials {
  background-color: #f4f5f0;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 10%;
}

.testimonialssection.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.testimonialssection.cc-store-home-wrap {
  padding-top: 0;
}

.testimonialssection.herosection {
  margin-left: 5%;
  margin-right: 5%;
}

.testimonialssection.footer {
  color: #fff;
  background-color: #2c496a;
  padding: 20px 10%;
}

.testimonialssection.aboutmmsection {
  padding: 0 10% 40px;
}

@media screen and (max-width: 991px) {
  .section.testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .section.herosection {
    display: block;
  }

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

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: block;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #2c496a;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-image {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .div-block.nav-stars {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.tablet-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-xs.utility-margin-bottom-4rem.aboutmmgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .card-body {
    padding: 10px 20px;
  }

  .examplephotos {
    margin-left: 5%;
    margin-right: 5%;
  }

  .columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .herocolumns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
  }

  .herocolumnleft {
    padding-bottom: 40px;
  }

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

  .testimonialslidercard {
    width: 33%;
  }

  .slide-nav {
    display: block;
  }

  .right-arrow {
    display: none;
  }

  .testimonialssection.testimonials {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.testimonials {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.footer {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

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

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .serifheading {
    font-size: 26px;
  }

  .nav-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: flex;
  }

  .nav-logostars {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed.testimonial1stars {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .grid-layout.grid-gap-l {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .flex-layout.y-center.flex-gap-xs.utility-margin-bottom-1rem {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .text-block-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .card-body {
    padding: 1.5rem;
  }

  .sansserifheading {
    font-size: 49px;
  }

  .slidercontainer {
    text-align: center;
  }

  .testimonialssection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonialssection.testimonials {
    padding: 15px;
  }

  .testimonialssection.cc-home-wrap, .testimonialssection.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15%;
    padding-right: 15%;
  }

  .section.testimonials {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.herosection {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10%;
  }

  .section.aboutmmsection {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .primary-button.cc-contact-us {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #2c496a;
    flex-flow: wrap;
    order: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .navigation {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5%;
    display: block;
    position: sticky;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .serifheading {
    padding: 10px 10%;
    font-size: 30px;
    line-height: 32px;
  }

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

  .nav-cta {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
  }

  .nav-address {
    font-size: 13px;
  }

  .div-block.nav-stars {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .nav-logostars {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    font-size: 16px;
  }

  .stars-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    display: inline-block;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
  }

  .grid-layout.desktop-3-column.tablet-2-column.mobile-landscape-1-column.grid-gap-xs.utility-margin-bottom-4rem.testimonialsgrid {
    padding-bottom: 40px;
  }

  .grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-xs.utility-margin-bottom-4rem.aboutmmgrid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .flex-layout.y-center.flex-gap-xs.utility-margin-bottom-1rem {
    justify-content: center;
    align-items: center;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

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

  .submit-button {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-3 {
    width: auto;
    padding-top: 10px;
  }

  .footer-mousetext {
    padding-top: 0;
  }

  .footer-compname, .footer-add, .footer-phone {
    display: none;
  }

  .card {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-body {
    padding: .5rem;
  }

  .card-body.testimonials-cardbody {
    padding: 1rem;
  }

  .avatar {
    margin-bottom: 16px;
  }

  .examplephotos {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5% 0;
  }

  .columns {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
    place-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

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

  .heroctablock {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

  .herocontainer {
    margin-bottom: 0;
    padding-top: 0;
  }

  .herosubheader {
    text-align: center;
    padding-bottom: 0;
    font-size: 18px;
  }

  .heroimg {
    float: none;
    border-radius: 15px;
    width: 100%;
    height: auto;
  }

  .herocolumns {
    margin-top: 10px;
  }

  .herocolumnleft {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sansserifheading {
    text-align: center;
    margin-bottom: auto;
    font-size: 36px;
    font-weight: 300;
  }

  .div-block-5 {
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-8 {
    text-align: center;
    font-size: 18px;
  }

  .column-4, .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .mobileonlyherotext {
    color: #2c496a;
    font-size: 15px;
  }

  .mobileonlyherodiv {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .text-span-4 {
    color: #2c496a;
    font-size: 19px;
  }

  .testimonialslidercard {
    width: 60%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .mask {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .icon, .icon-2 {
    display: block;
  }

  .slidercontainer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .testimonialssection {
    background-color: #f4f5f0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonialssection.testimonials {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonialssection.herosection {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10%;
  }

  .testimonialssection.aboutmmsection {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ef9a47c1-6451-4e2e-dbac-1ca52827dc64-0652872f1.w-node-_14e00ecf-d2bb-ee94-7179-24c2ae929da4-ae929d9e, #w-node-ef9a47c1-6451-4e2e-dbac-1ca52827dc64-0652872f2.w-node-_14e00ecf-d2bb-ee94-7179-24c2ae929dae-ae929d9e, #w-node-ef9a47c1-6451-4e2e-dbac-1ca52827dc64-0652872f3.w-node-_14e00ecf-d2bb-ee94-7179-24c2ae929db8-ae929d9e, #w-node-ef9a47c1-6451-4e2e-dbac-1ca52827dc64-0652872f4.w-node-_14e00ecf-d2bb-ee94-7179-24c2ae929dc2-ae929d9e {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-ExtraBoldItalic-2.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-Heavy-2.otf') format('opentype'), url('../fonts/Gilroy-Black-2.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.otf') format('opentype'), url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-BlackItalic-2.otf') format('opentype'), url('../fonts/Gilroy-HeavyItalic-2.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-Medium-2.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-Light-2.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-Thin-2.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-SemiBoldItalic-2.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-SemiBold-2.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-ThinItalic-2.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-UltraLightItalic-2.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-LightItalic-2.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Domainedisp';
  src: url('../fonts/DomaineDisp-Bold.otf') format('opentype'), url('../fonts/DomaineDispExtrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Domainedisp';
  src: url('../fonts/DomaineDispBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Domainedisp';
  src: url('../fonts/DomaineDisp-BoldItalic.otf') format('opentype'), url('../fonts/DomaineDispExtrabold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Domainedisp';
  src: url('../fonts/DomaineDisp-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Domainedisp';
  src: url('../fonts/DomaineDispSemibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Domainedisp';
  src: url('../fonts/DomaineDispBlack-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Domainedisp';
  src: url('../fonts/DomaineDispSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Domainedisp';
  src: url('../fonts/DomaineDispMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Domainedisp';
  src: url('../fonts/DomaineDispMedium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Domainedisp';
  src: url('../fonts/DomaineDisp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}