:root {
  --yellow-accent: #dbb52b;
  --white\<deleted\|variable-793b5599-ada1-41e0-0592-8fc4d3540d34\>: white;
  --purple: #6262d3;
  --white: white;
}

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

a {
  font-family: Varela, sans-serif;
  text-decoration: underline;
}

.navbar-logo-left {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0px none var(--yellow-accent);
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  wdith: 100%;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

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

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

.container {
  background-color: #fff;
  width: auto;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-margin-top-10 {
  margin-left: 10px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #66b2b2;
  border-radius: 5px;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.order-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #4c727e;
  border-radius: 5px;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  max-width: 375px
}

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

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

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 960px;
  display: flex;
}

.hero-split {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  max-width: none;
  margin-left: 50px;
  display: flex;
}

.margin-bottom-24px {
  white-space: normal;
  overflow-wrap: normal;
  margin-bottom: 24px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.shadow-two {
  clear: none;
  mix-blend-mode: normal;
  background-color: #fff0;
  border-radius: 20px;
  align-self: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 60px 30px 40px;
  position: relative;
}

.hero-heading-left {
  background-color: #fff;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 60px 30px 40px;
  position: relative;
}

.gallery-slider {
  border-bottom: 0px solid var(--yellow-accent);
  background-color: var(--white\<deleted\|variable-793b5599-ada1-41e0-0592-8fc4d3540d34\>);
  margin-bottom: 0;
  padding: 40px 30px 0;
  position: relative;
}

.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 {
  background-color: #f8f8f800;
  border-radius: 0 20px 20px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding: 10px;
  display: block;
}

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

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

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

.gallery-image {
  border-radius: 20px;
  width: 100%;
}

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

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

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

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

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

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

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

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  justify-content: flex-start;
  align-self: auto;
  margin-left: 0;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  margin-left: 0;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.landing-slider {
  margin-bottom: 20px;
}

.slider {
  border-radius: 20px;
  height: 600px;
}

.paragraph {
  color: #000;
  text-align: left;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  border: 1px #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

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

.heading {
  color: #333;
  text-align: center;
  align-self: center;
  font-family: Varela, sans-serif;
  font-size: 36px;
}

.bigheading {
  align-self: center;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 56px;
}

.list-item {
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  list-style-type: none;
}

.section {
  background-color: #6262d3;
}

.colour-breakup {
  background-color: #66b2b2;
  border-bottom: 35px solid #dbb52b;
  border-right: 0 #d3b73ee6;
  min-height: 100px;
  margin-top: 40px;
  width: 100%;
}

.colour-breakup-accent {
  background-color: #ecc259;
  max-height: 5px;
}

.bold-text {
  font-size: 30px;
  font-weight: 400;
}

.heading-2 {
  text-align: center;
  white-space: normal;
  font-size: 30px;
  line-height: 40px;
}

.bold-text-2 {
  text-align: center;
  font-family: Varela, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.colour-breakup-small {
  background-color: #66b2b2;
  border-bottom: 5px solid #dbb52b;
  border-radius: 6px;
  max-width: 1080px;
  min-height: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}

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

.author-slider {
  margin-bottom: 20px;
  padding: 40px 30px;
}

.image {
  background-color: #fff0;
}

.list-item-2, .list-item-3, .list-item-4 {
  margin-left: 10px;
  margin-right: 10px;
}

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

.italic-text {
  mix-blend-mode: normal;
}

.heading-4 {
  clear: none;
  color: #333;
  text-align: center;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 128px;
  font-weight: 400;
}

.more-nav-link {
  color: #1a1b1f;
  white-space: normal;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

.container-2 {
  float: left;
  max-width: 540px;
}

.container3 {
  float: none;
  max-width: 540px;
  margin-left: 0;
  margin-right: 0;
}

.container4 {
  float: none;
  clear: none;
  max-width: 540px;
  margin-left: 0;
  margin-right: 0;
}

.div-block {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  min-width: 0;
  max-width: 477px;
  min-height: 20px;
  margin-left: 50px;
  margin-right: 0;
}

.div-block-3 {
  width: auto;
  max-width: 430px;
  margin-left: 60px;
  padding-left: 45px;
}

.paragraph-2 {
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.more-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.about-us-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
}

.strange-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-1 {
  border-radius: 20px;
  max-width: 100%;
}

.image-2 {
  max-width: 150%;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.books-drop {
  -webkit-text-fill-color: inherit;
  background-color: #38717e;
  background-image: radial-gradient(circle farthest-side at 0 100%, #39747f 27%, #fff);
  background-clip: border-box;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-paragraph {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.author-section {
  margin-top: 40px;
}

.inclusive-heading {
  text-align: center;
  align-self: center;
  margin-top: 20px;
}

.bold-text-3 {
  text-align: center;
  font-family: Varela, sans-serif;
  font-size: 36px;
}

.image-3 {
  order: -1;
  align-self: center;
}

.image-4 {
  border-radius: 20px;
}

.image2 {
  border-radius: 20px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading3 {
  text-align: center;
}

.bold-text-5 {
  color: #aa7a22;
  font-family: Varela, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.heading5 {
  color: #e9a934;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph5 {
  text-align: center;
  padding-left: 10px;
}

.bold-text-6 {
  text-align: left;
  font-family: Varela, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph6 {
  color: #111;
  text-align: left;
  padding-top: 20px;
  padding-left: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.spacer {
  margin-bottom: 140px;
}

.show-me-more-button {
  background-color: var(--purple);
  border-radius: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  transition: opacity .2s;
  display: flex;
}

.footer-social-2 {
  justify-content: flex-start;
  display: flex;
}

.image-5 {
  vertical-align: baseline;
  display: block;
}

.reviews {
  margin-top: 40px;
}

.slide {
  background-color: #0000;
  border-radius: 20px;
  height: auto;
}

.slider-2 {
  background-color: #66b2b2bf;
  border-radius: 20px;
  height: auto;
  padding-top: 10px;
}

.silde-paragraph {
  text-align: center;
  width: 720px;
  margin: 0 auto;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.slide-name {
  color: #141414;
  text-align: center;
  width: 720px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 32px;
}

.slide-nav {
  background-color: #d3b73e;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.divider-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin: 0 auto 5px;
}

.divider-3 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin: 5px auto;
}

.divider-4 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.container-3 {
  width: auto;
  max-width: 720px;
  margin-top: 10px;
}

.container-4, .container-5 {
  width: 720px;
  max-width: 720px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.review-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 44px;
}

.bullet-list {
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
  list-style-type: disc;
}

.slide-paragraph-2 {
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.slide-paragraph-3 {
  font-size: 23px;
  line-height: 32px;
}

.footer-text {
  margin-top: 12px;
  margin-bottom: 0;
}

.footer-email-link {
  color: #333;
  margin-top: 6px;
  text-decoration: none;
}

.footer-email-link.w--current {
  color: #2e2e2e;
}

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

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

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

.review-heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.footer-image1 {
  border-radius: 13px;
}

.footer-image2 {
  margin-left: 10px;
}

.container-6 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center, .hero-heading-right, .hero-heading-left, .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;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .slider-2 {
    height: 300px;
  }

  .silde-paragraph, .slide-name {
    width: auto;
    max-width: 720px;
  }

  .container-3 {
    text-overflow: clip;
  }

  .slide-paragraph-2 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }
}

#w-node-_69c26959-7b43-44d1-aee3-e9428d3d8eb5-c489bf25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e39d45b8-4c0b-09d4-a9e7-ef1ff62b0007-c489bf25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b587f6d7-05e5-8f83-4081-fdc98f6a949a-c489bf25, #w-node-b587f6d7-05e5-8f83-4081-fdc98f6a94a3-c489bf25, #w-node-b587f6d7-05e5-8f83-4081-fdc98f6a94ae-c489bf25, #w-node-dc4883a4-defd-5c44-397c-fb5b64323b30-1dfa6b32, #w-node-dc4883a4-defd-5c44-397c-fb5b64323b39-1dfa6b32, #w-node-dc4883a4-defd-5c44-397c-fb5b64323b3e-1dfa6b32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e39d45b8-4c0b-09d4-a9e7-ef1ff62b0007-c489bf25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e39d45b8-4c0b-09d4-a9e7-ef1ff62b0007-c489bf25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
