:root {
  --sub: #f39d15;
  --base: #14203b;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

body {
  color: #333;
  letter-spacing: 0;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

h1 {
  letter-spacing: -1.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
}

h2 {
  letter-spacing: -.9px;
  font-size: 45px;
  line-height: 55px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  letter-spacing: -.06px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

p {
  letter-spacing: 0;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

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

.text-marquee-wrapper {
  width: 100%;
}

.text-marquee-wrapper.overflow-hidden {
  overflow: hidden;
}

.border-radius-ten {
  border-radius: 6px;
}

.border-radius-ten.overflow-hidden.video-image {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #6d6d75;
}

.link:hover {
  color: #b29063;
}

.slider-text {
  color: #d0d4db;
  max-width: 543px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.testimonial-user-image {
  border-radius: 100%;
}

.new-video {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.footer-bottom-text {
  color: #6d6d75;
}

.footer-icon {
  margin-top: 9px;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-bottom-twenty-five {
  margin-bottom: 25px;
}

.images-marquee-train-two {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.home-hero-counter-columns {
  background-color: #fff7f2;
  border-right: 1px solid #d2d2d2;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.solution-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff3;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.solution-wrapper.margin-bottom-thirty.border-zero {
  border-bottom-style: none;
  padding-bottom: 0;
}

.solution-wrapper.margin-bottom-thirty.border-zero.margin-top {
  margin-top: 18px;
}

.solution-wrapper.box-one {
  padding-top: 8px;
  padding-bottom: 25px;
}

.footer-column-box {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.footer-column-box.two {
  margin-top: 23px;
}

.home-one-creative-agency-tag-line-mark {
  background-color: var(--sub);
  color: #fff;
  letter-spacing: -.16px;
  border-radius: 27px;
  padding: 3px 24px 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
}

.home-three-hero-slider-contain-main-wrap {
  z-index: 5;
  align-items: center;
  display: flex;
  position: relative;
}

.creative-caption-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 555px;
  display: flex;
}

.header-one-call-and-cart {
  z-index: 999;
  grid-column-gap: 23px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.header-one-call-and-cart.header-two {
  width: auto;
  position: static;
}

.footer-two-bottom-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #d8d8d8;
  border-top: 1px solid #1217224d;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-two-creative-agency-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-video-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.menu-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

.footer-information-text {
  color: #1f2227;
  letter-spacing: .16px;
}

.footer-information-text.bold {
  font-weight: 700;
}

.logo-home-two {
  z-index: 999;
  text-align: center;
  align-items: center;
  margin-left: 140px;
  position: relative;
}

.logo-home-two.w--current {
  flex: 0 auto;
  margin-left: 100px;
}

.counter-design-image {
  position: absolute;
  inset: -4% 4% auto auto;
}

.menu-hover-background-one {
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #b29063;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.menu-line {
  background-color: #fff;
  width: 80px;
  height: 1.5px;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-line.bottom {
  width: 27px;
  margin-top: 24px;
}

.menu-line.top {
  width: 31px;
  margin-bottom: 10px;
}

.menu-line.middle {
  width: 23px;
  margin-top: 6px;
}

.talk-text {
  color: #1f2227;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2rem;
}

.talk-text.text-white {
  color: #fff;
}

.nav-logo {
  flex: none;
  padding-left: 0;
}

.home-two-video-main-title {
  max-width: 480px;
}

.navbar-one-flex-block {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.absolute-image-wrapper-one {
  border-radius: 6px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.marquee-box {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-two-service {
  background-color: #201f21;
  background-image: url('../images/image-293-2_1image 293 (2).avif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 90px;
  padding-bottom: 513px;
  position: relative;
}

.home-two-service.nodown {
  padding-bottom: 90px;
}

.nav-header-text {
  z-index: 99;
  color: #fff;
  letter-spacing: -.6px;
  font-size: 50px;
  line-height: 60px;
  position: relative;
}

.nav-header-text:hover {
  color: #4aae76;
}

.flex-block-five {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.dropdown-toggle {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 15px;
  display: flex;
}

.header-one {
  z-index: 999;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-two-column-one {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 325px;
}

.logo-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-marquee-container {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  flex: none;
  align-items: center;
}

.text-marquee-container.text-marquee-three {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.right-arrow {
  display: none;
}

.nav-head-wrap {
  z-index: 10;
  width: 100%;
  padding-top: 62px;
  padding-bottom: 100px;
  position: relative;
}

.nav-head-wrap.header-two {
  padding-bottom: 50px;
  display: none;
}

.change-weight-medium {
  color: #6d6d75;
}

.change-weight-medium:hover {
  color: #b29063;
}

.change-weight-medium.location, .change-weight-medium.location:hover {
  color: #6d6d75;
}

.change-weight-medium.call-link {
  color: var(--sub);
}

.advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 612px;
  display: flex;
}

.absolute-image-one {
  border-radius: 6px;
}

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

.home-two-logo-marquee {
  background-color: #cccccc57;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 33px;
  position: relative;
  overflow: hidden;
}

.agenz-footer-two {
  padding-left: 0;
  overflow: hidden;
}

.agenz-footer-two.w--current {
  margin-bottom: 0;
}

.header-one-nav-menu {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-three {
  color: #1f2227;
  letter-spacing: -.7px;
  font-family: Urbanist, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.nav-social-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  transition: transform .2s;
}

.nav-social-text:hover {
  transform: translate(0, -5px);
}

.navbar {
  background-color: #ddd0;
  overflow: hidden;
}

.navbar.nav-border {
  border-bottom: 1px solid #fff3;
}

.full-screen-menu-inner-wrapper {
  justify-content: flex-end;
  height: 100%;
  padding-top: 104px;
  display: flex;
}

.nav-menu {
  z-index: 999;
  background-color: #14151a;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  transform: none;
}

.full-menu {
  z-index: 9999;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.creative-scroll-container {
  width: 100%;
  max-width: 1290px;
}

.creative-scroll-container.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.counter-train {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.dotted-line {
  border: 1px dashed #4a546466;
  flex: 1;
  width: 1px;
  height: 100%;
}

.testtimonial-marquee {
  display: flex;
  position: relative;
}

.heading-six {
  color: #1f2227;
  letter-spacing: 0;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.heading-six.margin-bottom-five {
  margin-bottom: 5px;
}

.right-nav-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-three-team-member-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.logo-marquee-train {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.footer-quick-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6d6d75;
  align-items: center;
}

.home-two-text-marquee {
  padding-top: 137px;
  padding-bottom: 143px;
}

.home-two-text-marquee.padding-top-zero {
  padding-top: 0;
}

.nav-contacts-address {
  grid-row-gap: 20px;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.advertise-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.video-image-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-three-slider-image-overlay {
  background-image: linear-gradient(252deg, #ff910094, #1b1000b0 53%, #000000f7);
  position: absolute;
  inset: 0%;
}

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

.absolute-image-wrapper-three {
  position: relative;
  top: 30px;
}

.counter-box {
  justify-content: center;
  align-items: flex-start;
  height: 150px;
  overflow: hidden;
}

.counter-box.heading-two-box {
  height: 60px;
}

.text-marquee-flex-block {
  grid-column-gap: 40px;
  justify-content: flex-end;
  align-items: flex-end;
}

.home-two-service-slider {
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-two-service-slider.marquee {
  justify-content: center;
  align-items: stretch;
}

.home-two-creative-agency-heading {
  text-align: center;
  max-width: 589px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.advertise-heading-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}

.advertise-heading-wrapper.margin-botttom-fourty {
  margin-bottom: 40px;
}

.nav-contacts-social {
  grid-row-gap: 10px;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.future-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}

.business-coaching-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #b29063;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.counter {
  color: #14151a;
  letter-spacing: -1.2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  display: flex;
}

.nav-links-wrap {
  z-index: 99;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  padding-left: 10vw;
  display: flex;
  position: absolute;
  inset: 0;
}

.overflow-none {
  overflow: hidden;
}

.nav-menu-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brad-8IdCSaTg_Vg-unsplash_1brad-8IdCSaTg_Vg-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: fixed;
  inset: 0;
}

.nav-menu-image.about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Img.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.nav-menu-image.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Analysis-image-2.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.nav-menu-image.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Video-Image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.nav-menu-image.portfolio {
  background-image: linear-gradient(#00000085, #00000085), url('../images/Banner-img.webp');
}

.nav-menu-image.blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-img-.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  position: fixed;
}

.overlay {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #0f0726;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay.light-grey {
  background-color: #0f0726;
}

.creative-flex-two {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.creative-flex-two.solution {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
}

.full-screen-menu-right-wrapper {
  border-left: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 960px;
  display: flex;
  overflow: hidden;
}

.sub-text {
  color: #1f2227;
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.image-width {
  width: 100%;
}

.header-one-mega-menu-right-side {
  border-left: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 40px;
}

.full-screen-menu-border-wrapper {
  border-top: 1px solid #ffffff26;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.flex-block-two {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  position: relative;
}

.full-menu-text-one {
  z-index: 3;
  color: #c3c3c3;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
  position: relative;
}

.home-three-team-member {
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-footer-text {
  color: #fff;
  text-align: center;
}

.nav-contacts-option {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.home-two-testimonial-slider {
  background-color: #14203b;
  padding-top: 140px;
  padding-bottom: 150px;
  position: relative;
}

.home-two-testimonial-slider.overflow-hidden {
  background-color: #201f21;
}

.home-two-testimonial-slider.overflow-hidden.section-hidden {
  display: none;
}

.advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.home-two-creative-agency-point-icon {
  border-radius: 6px;
  flex: none;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}

.home-two-image-overlay {
  background-color: #242424f2;
  position: absolute;
  inset: 0%;
}

.menu-trigger {
  z-index: 999;
  cursor: pointer;
  width: 35px;
  height: 50px;
  margin-top: -3px;
  display: none;
  position: relative;
  overflow: hidden;
}

.menu-trigger.home-two-icon {
  justify-content: flex-start;
  align-items: center;
}

.home-two-video-overlay {
  background-color: #14151a0d;
  position: absolute;
  inset: 0%;
}

.container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.header-one-dropdown-list {
  background-color: #27272e;
  border-top: 1px solid #b29063;
  border-radius: 6px;
  min-width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
  top: 90px;
  overflow: hidden;
}

.header-one-dropdown-list.new-menu-box {
  padding-left: 40px;
  left: -80px;
}

.position-relative {
  position: relative;
}

.position-relative.marquee-two {
  margin-top: 24px;
}

.testimonial-user-rating {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.navbar-footer-wrapper {
  border-top: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}

.home-one-service-btn-block {
  justify-content: center;
  padding-top: 50px;
  display: flex;
}

.home-two-service-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.new-text-one {
  color: #fff;
}

.home-two-team {
  background-color: #fff7f2;
  padding: 512px 15px 113px;
}

.home-two-team.notup {
  padding-top: 90px;
}

.button {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: baseline;
  padding: 14px 37px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.button.button-yellow-color {
  background-color: var(--sub);
  color: #1f2227;
  border-style: none;
}

.button.submit-button {
  color: #1f2227;
  border-color: #1f2227;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-block-one {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding-top: 7px;
}

.home-two-creative-agency {
  padding: 60px 15px 90px;
}

.talk-text-block {
  height: 30px;
  position: relative;
  overflow: hidden;
}

.our-information {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: url('../images/freepik__homme-qui-peinture-la-maison-img1-sur-une-chelle-s__81991.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 763px;
  padding: 50px 50px 44px;
  display: flex;
  position: absolute;
  inset: -133px 0% auto auto;
}

.counter-items-name {
  text-align: center;
  text-transform: none;
  max-width: 158px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.home-two-team-heading {
  text-align: center;
  max-width: 452px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.heading-four {
  color: #1f2227;
  letter-spacing: -.6px;
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.heading-four.color-yellow {
  color: var(--sub);
  -webkit-text-stroke-color: var(--sub);
}

.overlay-link {
  z-index: -1;
  background-image: linear-gradient(90deg, #fbf9f9, #fbf9f938);
  position: absolute;
  inset: 0%;
}

.video-button {
  width: 164.5px;
  height: 164.5px;
  position: absolute;
}

.advertise-content-text-wrapper {
  max-width: 495px;
}

.social-icon-one {
  background-color: #545f781f;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: all .25s;
  display: flex;
}

.social-icon-one:hover {
  background-color: var(--sub);
  transform: translate(0, -5px);
}

.menu-button-line {
  background-color: #fff;
  width: 25px;
  height: 1px;
}

.menu-button-line.middle-line {
  perspective-origin: 0%;
  transform-origin: 0%;
  margin-bottom: 5px;
}

.menu-button-line.top-line {
  margin-bottom: 5px;
}

.full-screeen-menu-left-wrapper {
  flex: 1;
  justify-content: center;
  max-width: 607px;
}

.header-one-navbar {
  background-color: #ddd0;
}

.heading-five {
  color: #1f2227;
  letter-spacing: 0;
  font-family: Urbanist, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.home-three-hero {
  background-color: #202020;
  position: relative;
}

.nav-social-wrap {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-two-slider-content-wrapper {
  flex: none;
  max-width: 410px;
}

.home-two-slider-content-wrapper.marquee {
  padding-left: 15px;
  padding-right: 15px;
}

.margin-top-five {
  margin-top: 5px;
}

.banner-position-relative {
  position: relative;
}

.social-icons {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.say-hello {
  color: #fff;
  font-weight: 500;
}

.menu-image-overlay {
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  position: absolute;
  inset: 0%;
  transform: scale3d(0, 1, 1);
}

.home-two-creative-agency-point {
  grid-column-gap: 40px;
  border-top: 1px solid #aeb2b9;
  justify-content: flex-start;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-two-creative-agency-point.left-side {
  border-right: 1px solid #aeb2b9;
  padding-right: 30px;
}

.home-two-creative-agency-point.left-side.border-bottom {
  border-bottom: 1px solid #aeb2b9;
}

.home-two-creative-agency-point.right-side {
  padding-left: 30px;
}

.home-two-creative-agency-point.right-side.border-bottom {
  border-bottom: 1px solid #aeb2b9;
}

.border-radius-six, .abaolute-image-two {
  border-radius: 6px;
}

.counter-items-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.counter-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #d2d2d233;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

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

.home-three-hero-slider-contain-image-block {
  z-index: 4;
  object-fit: fill;
  background-image: url('../images/freepik__homme-qui-peinture-la-maison-img1-sur-une-chelle-s__81991.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-three-hero-slider-contain-image-block.home-three-slider-three {
  background-image: url('../images/Slider-Three-Image.webp');
}

.home-three-hero-slider-contain-image-block.home-three-slider-two {
  background-image: url('../images/Girl-Image.webp');
}

.slide-nav {
  grid-row-gap: 5px;
  color: #c3c3c300;
  letter-spacing: 0;
  flex-direction: column;
  align-items: stretch;
  font-size: 5px;
  line-height: 6px;
  display: flex;
  inset: auto auto 63px 37px;
  transform: rotate(90deg);
}

.home-two-video {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-two {
  padding-top: 144px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-three-wrap {
  width: 100%;
  height: 100%;
}

.nav-contacts {
  z-index: 99;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  padding-right: 11vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar-menu-button.navbar-one-menu-button {
  z-index: 999;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sub-heading {
  color: #1f2227;
  letter-spacing: .48px;
  text-transform: uppercase;
  background-color: #b29063;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.header-two {
  z-index: 999;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-two._1, .left-arrow {
  display: none;
}

.image-full-width {
  width: 100%;
}

.full-screen-menu-wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #14203b;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.margin-bottom-thirty.menu-image-overlay-wrapper {
  position: relative;
}

.home-two-testimonial-content {
  background-color: #ffffff0d;
  border-radius: 10px;
  width: 100%;
  max-width: 410px;
  height: 100%;
  padding: 50px 46px 35px 47px;
}

.page-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.team-member-details {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 8%;
}

.home-two-team-container {
  max-width: 1290px;
}

.home-two-advertise-main-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.blue-background {
  background-color: #1f1f20;
  position: absolute;
  inset: 0%;
}

.text-marquee-font {
  color: #fff;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 800;
  line-height: 80px;
}

.text-marquee-font.color-change {
  color: #fff3;
}

.business-marquee-train {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-dark-font {
  color: #6d6d75;
}

.body-dark-font.font-color {
  color: #fff;
}

.home-one-creative-agency-tag-line {
  grid-column-gap: 15px;
  color: #12203e;
  background-color: #12203e1a;
  border-radius: 50px;
  align-items: center;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px 10px 15px;
  font-weight: 600;
  display: flex;
}

.text-block {
  color: #b29063;
}

.home-two-advertise-section {
  padding: 120px 15px 140px;
}

.menu-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  padding: 10px 10px 10px 30px;
  position: relative;
}

.home-two-video-main {
  z-index: 2;
  grid-row-gap: 10px;
  text-align: center;
  background-image: url('../images/Video-Overlay-Image.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.quick-link {
  color: #c3c3c3;
  display: block;
}

.quick-link:hover {
  color: #4aae76;
}

.margin-bottom-twenty {
  margin-bottom: 20px;
}

.full-screen-menu-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 1690px;
  margin-left: 15px;
  display: flex;
}

.menu-left-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-bottom: 50px;
  overflow: hidden;
}

.menu-icon {
  z-index: 2;
  position: relative;
}

.talk-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.talk-link.decoration-none {
  justify-content: center;
  text-decoration: none;
}

.absolute-image-three {
  border-radius: 6px;
  width: 100%;
}

.button-hover-out {
  letter-spacing: 0;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.information-text {
  color: #fff;
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.description {
  color: #6d6d75;
}

.description.text-width {
  color: #aeb2b9;
  max-width: 497px;
}

.text-marquee-arrow {
  color: #fff;
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}

.absolute-image-wrapper-two {
  position: absolute;
  inset: -5% 0% auto auto;
}

.advertise-icon-wrapper {
  color: #1f2227;
  border: 1px solid #6d6d75;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  position: relative;
}

.text-italic {
  color: #b29063;
  font-style: italic;
  font-weight: 600;
}

.footer-two-column-two {
  max-width: 260px;
}

.button-main {
  height: 26px;
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
}

.business-marquee-text {
  color: #1f2227;
  letter-spacing: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.nav-menu-underline {
  background-color: #fff;
  height: 3px;
  margin-top: 10px;
}

.no-margin {
  margin: 0;
}

.home-two-creative-agency-main {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1px;
  padding-bottom: 1px;
  display: grid;
}

.home-two-slider-overlay {
  background-image: linear-gradient(267deg, #12203e00, #12203e);
  width: 395px;
  height: 100%;
  position: absolute;
}

.home-two-slider-overlay.right {
  z-index: 2;
  background-image: linear-gradient(90deg, #12203e00, #12203e);
  inset: 0% 0% 0% auto;
}

.home-two-slider-overlay.left {
  z-index: 1;
  inset: 0% auto 0% 0%;
}

.menu-icon-hover {
  position: absolute;
}

.text-white {
  color: #fff;
}

.image-overlay {
  z-index: 1;
  background-color: var(--sub);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.home-two-team-counter-wrapper {
  max-width: 1090px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
}

.nav-text-link {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: none;
}

.footer-two-column-three {
  max-width: 216px;
}

.dropdown-link {
  color: #fff;
  margin-bottom: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s;
}

.dropdown-link:hover {
  color: #b29063;
  transform: translate(6px);
}

.dropdown-link.w--current {
  color: #b29063;
}

.footer-two-top-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  max-width: 1250px;
  margin-bottom: 100px;
}

.home-three-hero-heading {
  color: #fff;
}

.about-one-hero-wrap-one {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.team-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000 10%, #c79554c2);
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.menu-heading-tag {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.home-three-hero-slider-contain-text-block {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-left: 15px;
  padding-top: 304px;
  padding-bottom: 340px;
  display: flex;
  overflow: hidden;
}

.home-three-hero-slider-contain-text-block.slider-width {
  max-width: 850px;
}

.nav-link {
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: letter-spacing .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: static;
}

.nav-link:hover {
  letter-spacing: .15rem;
}

.menu-arrow-wrapper {
  z-index: 3;
  position: relative;
}

.contact-image {
  position: relative;
}

.header-one-mega-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
}

.home-three-main-wrap.overflow-hidden {
  z-index: 1;
  position: relative;
}

.nav-and-logo-flex-block {
  grid-column-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  display: flex;
  position: relative;
}

.future-image-container {
  border-radius: 6px;
  max-width: 500px;
}

.text-marquee-main-block {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  align-items: center;
  width: auto;
}

.text-marquee-main-block.text-marquee-three {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.nav-container {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.team-box {
  justify-content: center;
  align-items: center;
}

.flex-block {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}

.home-two-testimonial-slider-heading {
  max-width: 540px;
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-two-advertise-container {
  max-width: 1290px;
}

.header-one-call-icon-div {
  background-color: var(--sub);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.header-one-call-icon-div.header-two {
  background-color: #14151a00;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  position: static;
}

.button-text-hover-in {
  letter-spacing: 0;
}

.menu-description {
  color: #c3c3c3;
  max-width: 380px;
  margin-bottom: 0;
}

.menu-logo-wrap {
  z-index: 999;
}

.images-marquee-main-two {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.sub-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.text-marquee-font-two {
  color: #1f2227;
  letter-spacing: -.32px;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 800;
  line-height: 80px;
}

.text-marquee-font-two.color-change {
  color: #1f222733;
}

.project-icons {
  object-fit: contain;
  position: relative;
}

.project-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.project-flex.no-margin {
  margin-bottom: 0;
}

.project-flex.no-margin.upp44 {
  margin-top: 224px;
}

.text-marquee-arrow-one {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}

.project {
  padding-top: 143px;
  padding-bottom: 150px;
}

.heading-two-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 575px;
  margin-bottom: 60px;
  display: flex;
}

.project-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-image-block.padding-bottom-twenty-two {
  width: 100px;
  height: 90px;
  padding-bottom: 0;
  position: relative;
}

.sub-title-wrapper {
  background-color: #f29c13;
  border-radius: 27px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

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

.project-col {
  background-color: #f2f2f20d;
  border: 1px solid #ffb137;
  border-radius: 6px;
  flex: 1;
  max-width: 410px;
  padding: 60px 34px 40px;
  position: relative;
  box-shadow: 0 12px 42.8px #e5ebf1cc;
}

.project-col.text-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-col.contact-card {
  background-color: #ffa913;
}

.project-col.contact-card.center-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-col.contact-card.center-text.gab40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.project-icons-shape {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
}

.home-tag-three {
  color: #fff;
  letter-spacing: -.13px;
  text-transform: uppercase;
  background-color: #4aae76;
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.home-tag-three.change {
  background-color: #12203e;
  width: 74px;
  height: 24px;
  padding-top: 2px;
  line-height: 26px;
  position: absolute;
  inset: 20px 30px auto auto;
}

.main-block {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-block.project-block {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-three-text-marquee {
  padding-bottom: 147px;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #686868;
  justify-content: flex-start;
  align-items: center;
}

.white-icon {
  filter: invert() brightness(0%) grayscale();
}

.block-right-side {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-one-banner {
  padding-top: 332px;
  padding-bottom: 200px;
  position: relative;
}

.about-banner-image {
  background-image: linear-gradient(#000, #00000070), url('../images/ChatGPT-Image-8-janv.-2026-13-h-08-min-30-s.png');
  background-position: 0 0, 50% 68%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.section-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.circle-text-arrow-icon {
  position: absolute;
}

.about-one-banner-text {
  color: #fff;
  max-width: 700px;
}

.rotate-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 9% auto auto -13%;
}

.rotate-block.rotate-wrapper {
  inset: auto 0% 30% auto;
}

.about-one-hero {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.contact-one-contact-form {
  padding: 150px 15px;
}

.contact-one-contact-form-text {
  max-width: 465px;
  margin-top: 10px;
}

.star {
  color: red;
}

.contact-one-user-rating {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.contact-one-user-rating.hidden-aspect {
  display: none;
}

.contact-three-error-message {
  color: #c3c3c3;
  background-color: #14151a;
  border-radius: 6px;
}

.user-rating-image-border {
  border: 5px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}

.contact-one-form {
  margin-bottom: 0;
}

.contact-one-hero-contact-details {
  grid-column-gap: 118px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 30px;
  display: grid;
}

.contact-one-form-wrapper {
  background-color: #ffffff0d;
  border: 1px solid #d2d5de;
  border-radius: 6px;
  flex: 1;
  max-width: 596px;
  padding: 53px 60px 60px;
  box-shadow: 0 12px 42.8px #e5ebf1cc;
}

.contact-one-address-max-width {
  max-width: 201px;
}

.padding-top-twenty {
  padding-top: 20px;
}

.contact-form-label {
  color: #1f2227;
  font-weight: 500;
}

.contact-one-user-rating-image {
  border-radius: 100%;
  overflow: hidden;
}

.contact-one-user-rating-image.two {
  margin-left: -12px;
}

.contact-one-user-rating-image.three {
  margin-left: -20px;
}

.margin-top-zero {
  margin-top: 0;
}

.contact-one-success-message {
  color: #4aae76;
  background-color: #14151a;
  border-radius: 6px;
}

.contact-review {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.hero-social-media-icon {
  flex: none;
}

.review-text {
  color: #1f2227;
}

.contact-one-contact-form-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-social-media {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.contact-hero-links {
  display: inline-block;
}

.contact-hero-links.home-one-creative-agency-tag-line-mark.bigger {
  font-size: 17px;
}

.contact-hero-links.orange {
  color: var(--sub);
}

.contact-one-contact-form-heading {
  max-width: 350px;
}

.contact-one-user-rating-image-wrapper {
  align-items: center;
  display: flex;
}

.contact-form-field {
  color: #1f2227;
  border: 1px solid #7c819233;
  border-radius: 6px;
  margin-bottom: 20px;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 25px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form-field::placeholder {
  color: #6d6d75;
}

.contact-form-field.message {
  padding-top: 17px;
  padding-bottom: 60px;
}

.pinkbranding {
  color: #756d72;
  transition: all .4s;
}

.pinkbranding:hover {
  color: #eb129b;
}

.max {
  max-width: 201px;
}

.mbg {
  padding-bottom: 20px;
}

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

@media screen and (min-width: 1280px) {
  .home-hero-counter-columns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-one-call-and-cart {
    flex: 1;
  }

  .header-one-call-and-cart.header-two {
    flex: 0 auto;
  }

  .logo-home-two {
    text-align: center;
  }

  .navbar-one-flex-block {
    grid-column-gap: 150px;
  }

  .home-two-service {
    padding-top: 150px;
  }

  .header-one-nav-menu {
    grid-column-gap: 13px;
  }

  .home-two-creative-agency {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .our-information {
    justify-content: flex-start;
    align-items: center;
  }

  .home-two-slider-content-wrapper.marquee {
    min-width: 408px;
  }

  .home-two-creative-agency-point.left-side {
    padding-right: 70px;
  }

  .slide-nav {
    left: 3%;
  }

  .about-one-hero-wrap-one {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
  }

  .nav-and-logo-flex-block {
    grid-column-gap: 200px;
  }

  .future-image-container {
    max-width: 700px;
  }
}

@media screen and (min-width: 1440px) {
  .video-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .creative-flex-two.solution {
    grid-column-gap: 125px;
    grid-row-gap: 125px;
  }

  .our-information {
    width: 100%;
    padding-left: 144px;
  }

  .slide-nav {
    left: 100px;
  }

  .nav-contacts {
    padding-right: 15vw;
  }

  .menu-links-wrapper {
    padding-left: 80px;
  }

  .menu-left-text-wrapper {
    margin-bottom: 100px;
  }

  .home-three-hero-slider-contain-text-block {
    margin-left: 0;
    left: -25%;
  }

  .rotate-block {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .creative-caption-wrapper {
    margin-bottom: 10px;
  }

  .logo-home-two {
    margin-left: 70px;
  }

  .absolute-image-wrapper-one {
    top: 0%;
  }

  .nav-head-wrap {
    border-bottom-width: 2px;
  }

  .advertise-image-wrapper {
    border-radius: 6px;
  }

  .absolute-image-wrapper-three {
    top: 70px;
  }

  .nav-links-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: 15vw;
  }

  .full-screen-menu-right-wrapper {
    max-width: 50%;
  }

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

  .home-two-service-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .video-button {
    left: 41%;
  }

  .full-screeen-menu-left-wrapper {
    max-width: 50%;
    padding-left: 7vw;
    padding-right: 10vw;
  }

  .home-three-hero {
    background-color: #1f2227;
  }

  .slide-nav {
    left: 17.5%;
  }

  .nav-contacts {
    padding-right: 20vw;
  }

  .blue-background {
    position: absolute;
    inset: 0%;
  }

  .home-two-advertise-section {
    padding-bottom: 180px;
  }

  .menu-links-wrapper {
    padding-left: 220px;
  }

  .full-screen-menu-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
  }

  .talk-link {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .div-block {
    overflow: hidden;
  }

  .absolute-image-wrapper-two {
    top: -6%;
  }

  .home-three-hero-heading.text-three {
    max-width: 800px;
  }

  .home-three-hero-slider-contain-text-block {
    margin-left: 0;
  }

  .section-three {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rotate-block.rotate-wrapper {
    margin-right: 60px;
  }

  .contact-one-contact-form-text {
    margin-top: 0;
  }
}

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

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

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

  .new-video {
    position: static;
  }

  .overflow-hidden.service-image-wrapper {
    height: 100%;
  }

  .home-hero-counter-columns {
    padding: 25px 30px;
  }

  .creative-caption-wrapper {
    width: 100%;
    max-width: none;
  }

  .header-one-call-and-cart {
    grid-column-gap: 30px;
    padding-right: 15px;
  }

  .header-one-call-and-cart.header-two {
    flex: none;
  }

  .footer-two-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo-home-two {
    text-align: center;
    margin-left: 0;
  }

  .logo-home-two.w--current {
    margin-left: 0;
  }

  .navbar-one-flex-block {
    grid-column-gap: 40px;
  }

  .absolute-image-wrapper-one {
    top: -4%;
  }

  .home-two-service {
    padding-top: 62px;
    padding-bottom: 72px;
  }

  .nav-header-text {
    font-size: 35px;
    line-height: 45px;
  }

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

  .header-one {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-head-wrap {
    padding-top: 39px;
  }

  .advertise-image-wrapper.position-relative {
    width: 100%;
  }

  .agenz-footer-two {
    margin-bottom: 40px;
  }

  .header-one-nav-menu {
    background-color: #000;
    height: 100vh;
    padding: 20px 15px;
  }

  .heading-three {
    font-size: 30px;
    line-height: 40px;
  }

  .navbar {
    overflow: visible;
  }

  .testtimonial-marquee {
    grid-column-gap: 0px;
    align-items: flex-start;
  }

  .heading-six {
    font-size: 18px;
    line-height: 28px;
  }

  .right-nav-wrapper {
    flex: none;
  }

  .home-three-team-member-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-two-text-marquee {
    padding-top: 37px;
    padding-bottom: 62px;
  }

  .advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
  }

  .play-video {
    width: 100px;
    height: 100px;
  }

  .counter-box {
    height: 100px;
  }

  .counter-box.heading-two-box {
    height: 45px;
  }

  .text-marquee-flex-block {
    grid-column-gap: 30px;
    justify-content: flex-end;
    align-items: center;
  }

  .home-two-service-slider {
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .home-two-service-slider.marquee {
    flex: none;
    display: flex;
  }

  .home-two-creative-agency-heading {
    margin-bottom: 40px;
  }

  .future-image.responsive-image-height-auto {
    width: 100%;
  }

  .counter {
    font-size: 45px;
    line-height: 45px;
  }

  .nav-links-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    width: 50%;
  }

  .creative-flex-two.solution {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .full-screen-menu-right-wrapper {
    border-left-style: none;
  }

  .header-one-mega-menu-right-side {
    border-left-width: 0;
    padding-left: 0;
  }

  .full-menu-text-one {
    font-size: 60px;
    line-height: 70px;
  }

  .home-two-testimonial-slider {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .header-one-dropdown-list.new-menu-box {
    padding-left: 20px;
  }

  .navbar-footer-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-one-service-btn-block {
    padding-top: 40px;
  }

  .home-two-team {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .button {
    padding: 15px;
    font-size: 17px;
    line-height: 27px;
  }

  .home-two-creative-agency {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .our-information {
    display: none;
  }

  .counter-items-name {
    max-width: none;
    font-size: 14px;
    line-height: 24px;
  }

  .home-two-team-heading {
    margin-bottom: 50px;
  }

  .heading-four {
    font-size: 25px;
    line-height: 35px;
  }

  .overlay-link {
    display: none;
  }

  .video-button {
    width: 100px;
    height: 100px;
  }

  .advertise-content-text-wrapper {
    max-width: none;
  }

  .menu-button-line {
    background-color: #fff;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.bottom-line {
    margin-bottom: 0;
  }

  .full-screeen-menu-left-wrapper {
    display: none;
  }

  .header-one-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-five.tab-text-center {
    text-align: center;
  }

  .home-two-slider-content-wrapper {
    max-width: none;
  }

  .home-two-slider-content-wrapper.marquee {
    max-width: 410px;
  }

  .home-two-creative-agency-point {
    padding-bottom: 20px;
  }

  .home-two-creative-agency-point.left-side {
    grid-row-gap: 30px;
    flex-flow: column;
    padding-right: 30px;
  }

  .home-two-creative-agency-point.right-side {
    grid-row-gap: 30px;
    flex-flow: column;
    padding-left: 30px;
  }

  .counter-grid {
    margin-top: 50px;
  }

  .slide-nav {
    display: none;
  }

  .footer-two {
    padding-top: 65px;
  }

  .nav-contacts {
    padding-right: 10vw;
  }

  .navbar-menu-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .navbar-menu-button.navbar-one-menu-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-full-width {
    height: auto;
  }

  .home-two-testimonial-content {
    height: 100%;
  }

  .text-marquee-font {
    font-size: 50px;
    line-height: 50px;
  }

  .body-dark-font.margin-top-ten.tab-text-center {
    text-align: center;
  }

  .home-two-advertise-section {
    padding-top: 40px;
    padding-bottom: 63px;
  }

  .home-two-video-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .talk-link {
    display: none;
  }

  .description.text-width {
    max-width: none;
  }

  .text-marquee-arrow {
    width: 16px;
    height: 16px;
  }

  .absolute-image-wrapper-two {
    top: -16%;
  }

  .footer-two-column-two {
    flex-flow: wrap;
  }

  .home-two-slider-overlay {
    display: none;
  }

  .home-two-team-counter-wrapper {
    margin-bottom: 0;
  }

  .dropdown-link {
    margin-bottom: 4px;
  }

  .footer-two-top-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-bottom: 50px;
    display: grid;
  }

  .home-three-hero-heading {
    font-size: 60px;
  }

  .about-one-hero-wrap-one {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-three-hero-slider-contain-text-block {
    padding-top: 210px;
    padding-bottom: 150px;
  }

  .header-one-mega-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .nav-and-logo-flex-block {
    padding-left: 15px;
  }

  .future-image-container {
    width: auto;
    max-width: none;
  }

  .nav-container {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .home-two-testimonial-slider-heading {
    margin-bottom: 25px;
  }

  .text-marquee-font-two {
    font-size: 50px;
    line-height: 50px;
  }

  .project-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .text-marquee-arrow-one {
    width: 16px;
    height: 16px;
  }

  .project {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .heading-two-block {
    margin-bottom: 40px;
  }

  .project-col {
    width: 100%;
  }

  .project-col.text-center {
    max-width: none;
  }

  .home-three-text-marquee {
    padding-top: 13px;
    padding-bottom: 63px;
  }

  .about-one-banner {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .about-one-banner-text {
    max-width: 500px;
  }

  .rotate-block.rotate-wrapper {
    bottom: 27%;
  }

  .contact-one-contact-form {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .contact-one-contact-form-text {
    flex: 1;
  }

  .contact-one-form-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-one-contact-form-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  body, .slider-text {
    font-size: 16px;
    line-height: 26px;
  }

  .home-hero-counter-columns {
    border-bottom: 1px solid #d2d2d2;
  }

  .home-hero-counter-columns.left-counter-border {
    border-bottom-style: none;
  }

  .home-hero-counter-columns.left-counter-border.right-counter-border, .home-hero-counter-columns.right-counter-off {
    border-right-style: none;
  }

  .home-one-creative-agency-tag-line-mark {
    display: none;
  }

  .home-three-hero-slider-contain-main-wrap {
    height: auto;
  }

  .header-one-call-and-cart {
    grid-column-gap: 15px;
  }

  .footer-two-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .counter-design-image {
    display: none;
  }

  .nav-header-text {
    font-size: 26px;
    line-height: 36px;
  }

  .text-marquee-container.text-marquee-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .agenz-footer-two {
    margin-bottom: 20px;
  }

  .heading-three {
    font-size: 26px;
    line-height: 36px;
  }

  .nav-social-text {
    font-size: 12px;
  }

  .full-screen-menu-inner-wrapper {
    padding-top: 90px;
  }

  .heading-six {
    font-size: 17px;
    line-height: 27px;
  }

  .footer-quick-link {
    flex-wrap: wrap;
    justify-content: center;
  }

  .advertise-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .counter-box {
    height: 70px;
  }

  .counter-box.heading-two-box {
    height: 45px;
  }

  .text-marquee-flex-block {
    grid-column-gap: 15px;
  }

  .home-two-service-slider {
    grid-template-columns: 1fr;
  }

  .counter {
    font-size: 45px;
    line-height: 45px;
  }

  .nav-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 6vw;
  }

  .full-menu-text-one {
    font-size: 45px;
    line-height: 55px;
  }

  .home-one-service-btn-block {
    padding-top: 50px;
  }

  .home-two-service-main-wrapper {
    grid-template-columns: auto 1fr;
  }

  .button {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .home-two-creative-agency {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .heading-four {
    font-size: 22px;
    line-height: 32px;
  }

  .header-one-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-five {
    font-size: 18px;
    line-height: 28px;
  }

  .home-three-hero {
    position: static;
  }

  .nav-social-wrap {
    flex-direction: column;
  }

  .home-two-creative-agency-point {
    grid-column-gap: 20px;
  }

  .home-two-creative-agency-point.left-side {
    padding-right: 20px;
  }

  .home-two-creative-agency-point.right-side {
    padding-left: 20px;
  }

  .counter-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .slide-nav {
    display: none;
  }

  .home-three-wrap {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .nav-contacts {
    padding-right: 6vw;
  }

  .text-marquee-font {
    font-size: 35px;
    line-height: 35px;
  }

  .home-one-creative-agency-tag-line {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
  }

  .menu-links-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-video-main {
    height: 450px;
  }

  .logo {
    width: 167px;
    height: 37px;
  }

  .text-marquee-arrow {
    width: 12px;
    height: 12px;
  }

  .absolute-image-wrapper-two {
    top: -9%;
  }

  .nav-text-link {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .footer-two-top-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .home-three-hero-heading {
    max-width: 500px;
    font-size: 48px;
    line-height: 120%;
  }

  .home-three-hero-slider-contain-text-block {
    max-width: 500px;
    margin-right: 15px;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .text-marquee-main-block.text-marquee-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-logo-wrap {
    font-size: 18px;
  }

  .text-marquee-font-two {
    font-size: 35px;
    line-height: 35px;
  }

  .text-marquee-arrow-one {
    width: 12px;
    height: 12px;
  }

  .about-one-banner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 90px;
    display: flex;
  }

  .about-one-banner-text {
    text-align: center;
  }

  .rotate-block.rotate-wrapper {
    display: none;
  }

  .contact-one-form-wrapper {
    width: 100%;
    max-width: none;
  }

  .contact-one-contact-form-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-user-image {
    flex: none;
  }

  .home-hero-counter-columns {
    border-right-style: none;
    padding: 20px 15px;
  }

  .home-hero-counter-columns.left-counter-border {
    border-bottom-style: solid;
  }

  .text-size-small {
    font-size: 30px;
    line-height: 35px;
  }

  .header-one-call-and-cart {
    flex: 0 auto;
  }

  .absolute-image-wrapper-one {
    display: none;
  }

  .nav-header-text {
    font-size: 22px;
    line-height: 32px;
  }

  .nav-head-wrap {
    padding-bottom: 50px;
  }

  .dotted-line {
    display: none;
  }

  .right-nav-wrapper {
    flex: 0 auto;
  }

  .check {
    min-width: 20px;
  }

  .home-three-team-member-wrapper {
    grid-template-columns: 1fr;
  }

  .advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .advertise-content-wrapper.responsive-reduce-gap {
    margin-top: 40px;
  }

  .play-video {
    width: 80px;
    height: 80px;
  }

  .absolute-image-wrapper-three {
    width: 100%;
    position: static;
  }

  .nav-links-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .advertise-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-button {
    width: 80px;
    height: 80px;
  }

  .heading-five.margin-bottom-twenty.mobile-text-center {
    text-align: center;
  }

  .nav-social-wrap {
    flex-direction: column;
  }

  .home-two-slider-content-wrapper.marquee {
    max-width: 290px;
  }

  .home-two-creative-agency-point {
    grid-column-gap: 20px;
  }

  .home-two-creative-agency-point.left-side {
    border-right-width: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .home-two-creative-agency-point.left-side.border-bottom {
    border-bottom-width: 0;
  }

  .home-two-creative-agency-point.right-side {
    padding-left: 0;
  }

  .home-two-creative-agency-point.right-side.border-bottom {
    padding-bottom: 10px;
  }

  .counter-items-wrapper {
    justify-content: center;
    align-items: center;
  }

  .counter-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-top: 20px;
  }

  .home-three-hero-slider-contain-image-block {
    opacity: .4;
  }

  .home-three-wrap {
    padding-bottom: 80px;
  }

  .nav-contacts {
    display: none;
  }

  .home-two-testimonial-content {
    padding-left: 28px;
    padding-right: 18px;
  }

  .text-marquee-font {
    font-size: 24px;
    line-height: 24px;
  }

  .body-dark-font.mobile-text-center {
    text-align: center;
  }

  .home-two-video-main {
    height: 380px;
  }

  .margin-bottom-twenty.body-dark-font.mobile-text-center {
    text-align: center;
  }

  .absolute-image-three {
    height: auto;
  }

  .text-marquee-arrow {
    width: 8px;
    height: 8px;
  }

  .absolute-image-wrapper-two {
    display: none;
  }

  .home-two-creative-agency-main {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-white.no-margin-top.mobile-text-center {
    text-align: center;
  }

  .nav-text-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-two-top-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-three-hero-heading {
    max-width: 400px;
    font-size: 50px;
  }

  .home-three-hero-slider-contain-text-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .text-marquee-font-two {
    font-size: 24px;
    line-height: 24px;
  }

  .text-marquee-arrow-one {
    width: 8px;
    height: 8px;
  }

  .contact-one-user-rating {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .contact-one-hero-contact-details {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .contact-one-form-wrapper {
    width: 100%;
    max-width: none;
    padding: 23px 20px 30px;
  }

  .contact-one-user-rating-image {
    flex: none;
  }

  .contact-one-contact-form-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

#w-node-_3c6239c9-a494-6c2d-865d-93708e7d7793-6a3d0c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_131e20b7-45ce-3a9e-551b-88b82367e32f-6a3d0c06 {
  align-self: end;
}

#w-node-_3c6239c9-a494-6c2d-865d-93708e7d7793-7ebf5db5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_131e20b7-45ce-3a9e-551b-88b82367e32f-336e7f16 {
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_3c6239c9-a494-6c2d-865d-93708e7d7ac0-6a3d0c06, #w-node-_3c6239c9-a494-6c2d-865d-93708e7d7ac0-7ebf5db5, #w-node-_3c6239c9-a494-6c2d-865d-93708e7d7ac0-336e7f16 {
    align-self: auto;
  }
}


