.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: pink;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.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 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  width: 100vw;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: -1px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.nav-menu-two.hover {
  color: #0a0909;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 26px 5px 10px;
  font-size: 14px;
  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 57px 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;
}

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

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

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

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

.heading {
  color: #fff;
  text-align: center;
  padding-top: 2px;
  padding-right: 0;
  font-family: Great Vibes, cursive;
}

.bold-text {
  margin-left: -199px;
  margin-right: -332px;
  font-size: 88px;
  text-decoration: none;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 356px 30px 80px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.main-page {
  background-color: pink;
  height: 100vh;
}

.pricing-comparison-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.footer-light {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

.footer-wrapper-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 1px;
  background-color: pink;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -9px;
  padding-top: 19px;
  padding-left: 10px;
  display: grid;
}

.footer-block-two {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  padding-left: 0;
  padding-right: 134px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  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-container {
  margin-top: -19px;
  padding-left: 167px;
}

.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 {
  margin-left: 12px;
}

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

.background-video {
  height: 100vh;
}

.what-we-do-page {
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa00;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  margin-top: 0;
  padding: 80px 30px 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: relative;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-wrapper-two {
  text-align: center;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 5px #0003;
}

.margin-bottom-24px {
  color: #494545;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: -133px;
  transform: scale(.7);
}

.heading-2 {
  color: pink;
  letter-spacing: -1px;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000;
  text-overflow: clip;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: 46px;
}

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

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

.hero-split {
  color: #dd516a;
  background-color: pink;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
  font-family: PT Sans, sans-serif;
}

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

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

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

.shadow-two {
  border-radius: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.margin-bottom-24px-3 {
  color: #000;
  margin-bottom: 24px;
  font-family: PT Sans, sans-serif;
}

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

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

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

.image {
  border: 2px #000;
  border-radius: 20px;
}

.heading-3 {
  color: #000;
  text-align: center;
}

.heading-4 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.bold-text-2 {
  font-family: PT Sans, sans-serif;
}

.paragraph {
  color: #000;
}

.heading-5 {
  color: #000;
  font-family: PT Sans, sans-serif;
}

.section-3 {
  background-color: #fff;
  height: 80vh;
}

.section-4 {
  height: 100vh;
}

.gallery-overview {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  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 {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.gallery-features-block {
  margin-top: 39px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: pink;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  margin-top: 0;
  display: grid;
}

.image-2 {
  border-radius: 0;
  margin-top: -1px;
  margin-left: -22px;
  margin-right: 0;
  padding-left: 3px;
  padding-right: 152px;
}

.heading-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: capitalize;
  text-shadow: 0 1px 1px #000;
  border-top: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 16px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 36px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 16px;
  font-family: Great Vibes, cursive;
  font-size: 24px;
  line-height: 28px;
}

.container-4 {
  background-color: pink;
  max-width: none;
  height: 100vh;
}

.slide, .slider {
  height: 100vh;
}

.heading-7 {
  font-size: 38px;
}

.heading-8 {
  font-size: 38px;
  font-weight: 700;
}

.paragraph-3, .paragraph-4 {
  font-size: 18px;
}

.paragraph-5 {
  margin-top: -4px;
}

.background-video-2 {
  margin-top: 0;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 60vh;
  margin-top: 31px;
  display: grid;
}

.gallery {
  background-color: pink;
  background-image: linear-gradient(pink, #fff);
  height: 80vh;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Great Vibes, cursive;
  font-size: 70px;
}

.paragraph-6 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.mask {
  height: 100vh;
}

.column {
  height: 60vh;
}

.columns {
  margin-top: 62px;
}

.image-3 {
  z-index: 0;
  max-width: 100%;
  margin-top: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.image-3.style {
  position: fixed;
  top: 442px;
}

.image-4 {
  margin-left: 944px;
  padding-left: 0;
}

.image-5 {
  margin-top: 0;
}

.how-we-do-page {
  padding-bottom: 80px;
}

.video, .video-2, .video-3 {
  height: 45vh;
}

.slide-2 {
  background-image: url('../images/Screenshot-2025-06-17-150352.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(.2);
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: static;
}

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

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-8.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  padding-bottom: 14px;
  display: flex;
}

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

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

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

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

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.right-arrow {
  display: block;
}

.text-block {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.bold-text-3 {
  margin-left: 29px;
}

.bold-text-4 {
  margin-left: 47px;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-9.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three-2 {
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.instagram-link {
  margin-left: 32px;
}

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

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

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

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

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.paragraph-8 {
  color: #000;
}

.paragraph-9 {
  color: #000;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 24px;
  font-size: 24px;
  line-height: 28px;
}

.bold-text-5, .bold-text-6 {
  font-size: 24px;
  line-height: 28px;
}

.div-block-3 {
  height: 100vh;
}

.image-6 {
  width: 50vw;
  max-width: none;
  height: 100vh;
}

.image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13 {
  width: 50vw;
  height: 100vh;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Great Vibes, cursive;
  font-size: 24px;
  line-height: 28px;
}

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

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

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

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

  .container-2 {
    max-width: 728px;
  }

  .margin-bottom-24px {
    margin-top: 5px;
    padding-left: 0;
  }

  .heading-2 {
    margin-top: 22px;
    padding-top: 0;
    padding-left: 5px;
  }

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

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

  .container-3 {
    max-width: 728px;
  }

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

  .column {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .image-3 {
    opacity: 1;
    pointer-events: auto;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    padding-left: 0;
    padding-right: 0;
    display: block;
    inset: auto auto -4% -7%;
    transform: scale(.7);
  }

  .video {
    height: 45vh;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

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

  .container-7 {
    max-width: 728px;
  }

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

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

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

  .container {
    width: auto;
    max-width: 728px;
    height: 100px;
  }

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

  .heading {
    margin-left: 12px;
    font-size: 12vw;
    line-height: 12vh;
  }

  .bold-text {
    text-align: center;
    margin-left: -183px;
    margin-right: -303px;
    padding-right: 193px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .footer-light {
    background-color: #fff;
    margin-top: 892px;
    padding-top: 34px;
    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;
  }

  .what-we-do-page {
    margin-top: 8px;
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    max-width: 400px;
    margin-top: 7px;
    padding-top: 0;
    font-size: 18px;
  }

  .button-primary-4 {
    margin-top: 1px;
  }

  .hero-image.shadow-two {
    margin-top: -100px;
  }

  .hero-heading-left, .hero-heading-right, .gallery-overview {
    padding: 60px 15px;
  }

  .div-block-2 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .heading-6 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 141px;
    padding-right: 129px;
  }

  .paragraph-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin-top: -6px;
    display: flex;
  }

  .container-4 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding-top: 17px;
    padding-bottom: 20px;
    display: flex;
  }

  .gallery {
    margin-top: 509px;
  }

  .image-3 {
    display: none;
  }

  .video-3 {
    margin-top: 99px;
  }

  .paragraph-7 {
    align-self: center;
    margin-top: 8px;
  }

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

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

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

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

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

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-wrapper-three-2 {
    border: 1px solid #000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

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

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

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .paragraph-9 {
    max-width: 400px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-6, .image-8, .image-9, .image-10, .image-11, .image-12 {
    width: 100vw;
  }
}

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

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

  .bold-text {
    margin-left: -48px;
    margin-right: -284px;
    padding-right: 271px;
    font-size: 70px;
    position: relative;
    top: -119px;
  }

  .footer-light {
    color: #000;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    margin-top: 700px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    position: relative;
  }

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

  .what-we-do-page {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .margin-bottom-24px {
    -webkit-text-stroke-width: 0px;
    text-indent: 1px;
    min-width: 0;
    max-width: 250px;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-image.shadow-two {
    margin-top: 32px;
    transform: scale(1);
  }

  .heading-2 {
    text-align: center;
    text-indent: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 24px;
    line-height: 50px;
    display: flex;
  }

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

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

  .heading-6 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    border-top-style: none;
    border-bottom: 1px #000;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin: 0 10px -33px 9px;
    padding: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    display: flex;
  }

  .paragraph-2 {
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin-top: 16px;
    padding-top: 46px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .container-4 {
    height: 80vh;
    padding-top: 8px;
  }

  .slide {
    padding-top: 1px;
  }

  .slider {
    height: 80vh;
  }

  .gallery {
    margin-top: 406px;
  }

  .mask {
    height: 80vh;
  }

  .column, .video {
    margin-top: 2px;
  }

  .video-2 {
    margin-top: -72px;
  }

  .video-3 {
    margin-top: -145px;
  }

  .paragraph-7 {
    text-align: center;
    margin-top: 14px;
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-8.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .footer-subscribe-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-7 {
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .footer-form-two-2 {
    padding: 20px;
  }

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

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-9.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three-2 {
    margin-top: -16px;
  }

  .footer-block-three-2 {
    justify-content: center;
    align-items: center;
  }

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

  .paragraph-8 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .paragraph-9 {
    padding-top: 24px;
    font-weight: 400;
  }

  .paragraph-10 {
    padding-top: 36px;
  }
}

#w-node-_714d435f-5b8b-ca77-8ff5-24f6a2ceace9-466db1be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


