:root {
  --beige: #dacdbd;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-color: #992433;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #dacdbd;
  text-align: center;
  letter-spacing: -4px;
  max-width: 900px;
  margin: 0 auto 10px;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 82px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.section-1 {
  background-color: #992433;
}

.my-contain {
  max-width: 1360px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}

.my-contain.nav {
  background-color: rgba(153, 36, 51, 0);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.my-contain.footer {
  padding-bottom: 40px;
}

.my-contain.o {
  margin-left: 0;
}

.wrapper-home-hero {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.wrapper-home-hero.yo {
  padding-top: 30px;
}

.heading {
  color: #dacdbd;
  text-align: center;
  letter-spacing: -4px;
  -webkit-text-stroke-color: var(--beige);
  max-width: 900px;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 72px;
  line-height: 80px;
}

.heading.h2 {
  text-align: left;
  font-weight: 500;
}

.heading.l {
  max-width: 920px;
}

.text-span {
  font-family: Arizonia, sans-serif;
  font-size: 120px;
}

.para {
  color: #dacdbd;
  text-align: center;
  letter-spacing: -.28px;
  max-width: 640px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.para.lol {
  color: #dacdbd;
  text-align: center;
  max-width: 610px;
  margin-top: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.para.red {
  color: #992433;
  max-width: 690px;
  margin-top: 100px;
  margin-bottom: 150px;
  font-weight: 400;
}

.button {
  color: #992433;
  text-align: center;
  letter-spacing: -.28px;
  -webkit-text-stroke-color: #992433;
  object-fit: fill;
  background-color: #dacdbd;
  border-radius: 20px;
  margin: 50px auto 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button.secondary {
  color: #dacdbd;
  background-color: #992433;
  margin-bottom: 120px;
}

.image {
  text-align: center;
  max-width: 100%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.image.warehouse {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.contain-image {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  position: static;
}

.grid_wrapper_services {
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  max-height: 460px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.number_stroke {
  border: 1px solid #fff;
  border-radius: 60px;
  margin-top: 40px;
  margin-left: 40px;
}

.text-block {
  color: #fff;
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: static;
}

.text-block-2 {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 40px;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.div-block {
  position: relative;
}

.section-2 {
  color: #dacdbd;
  -webkit-text-stroke-color: #992433;
  background-color: #dacdbd;
  padding-top: 120px;
}

.section-2.about {
  padding-top: 0;
}

.section-2.services {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.text-span-2 {
  font-family: Arizonia, sans-serif;
  font-size: 120px;
}

.image-3 {
  margin-top: 210px;
}

.div-block-2 {
  background-color: #992433;
  height: 1px;
  max-height: 1px;
  margin-top: 120px;
  line-height: 1px;
}

.section-3 {
  background-color: #dacdbd;
}

.heading-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-wrapper.about {
  padding-top: 120px;
}

.heading-2 {
  color: #992433;
  letter-spacing: -4px;
  max-width: 900px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 74px;
  line-height: 80px;
}

.heading-2.spam {
  font-family: Arizonia, sans-serif;
  font-size: 120px;
}

.heading-2.lol {
  text-align: left;
  margin-left: 0;
}

.text-span-3, .text-span-4, .text-span-5 {
  font-family: Arizonia, sans-serif;
  font-size: 120px;
}

.div-block-3 {
  background-color: rgba(237, 230, 222, .5);
}

.testimonials {
  color: #992433;
  letter-spacing: -.28px;
  padding: 40px 35px 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.testimonials.name {
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.testimonials.name.lol.s {
  padding-bottom: 35px;
  font-weight: 400;
}

.testimonials.name._1 {
  padding-top: 100px;
}

.testimonials.name._3 {
  padding-top: 160px;
}

.image-4 {
  max-width: 40%;
  margin-top: 50px;
  margin-left: 35px;
}

.company_title_text {
  color: #992433;
  margin-bottom: 35px;
  margin-left: 35px;
  font-size: 20px;
  line-height: 26px;
}

.quick-stack {
  padding-top: 90px;
}

.about_para {
  color: #992433;
  max-width: 540px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.quick-stack-2 {
  margin-top: 100px;
}

.section-4 {
  background-color: #992433;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.h5_text {
  color: #fff;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text_234 {
  color: #dacdbd;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.heading-4 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin: 0 auto 60px 0;
  padding-top: 140px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.footer {
  background-color: #992433;
  padding-top: 40px;
}

.bub, .text-span-6 {
  font-family: Arizonia, sans-serif;
  font-size: 120px;
}

.final_button_wrapper {
  text-align: center;
  border: 1px solid #dacdbd;
  border-radius: 80px;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 24px;
}

.final-cta-text {
  color: #dacdbd;
  text-align: center;
  letter-spacing: -.28px;
  max-width: 264px;
  font-size: 28px;
}

.content-story1 {
  color: #992433;
  margin-left: auto;
  margin-right: auto;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #992433;
  border: 0 dashed #992433;
  border-width: 0 0 1px 1px;
  border-radius: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 140%;
  display: flex;
}

.cell.a {
  border-bottom-width: 0;
  border-left-width: 0;
}

.story-text {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 392px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.story-text.white {
  color: #dacdbd;
}

.story-text.ipo {
  color: rgba(218, 205, 189, .7);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 100px;
  font-size: 18px;
}

.story-text.ipo.t {
  color: #992433;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  padding: 0;
}

.cell-2 {
  color: #992433;
}

.grid-2 {
  grid-column-gap: 0px;
  padding: 0;
}

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

.text-block-3 {
  color: #992433;
  text-align: center;
  letter-spacing: -4px;
  margin-top: 100px;
  font-family: Lato, sans-serif;
  font-size: 140px;
  line-height: 200px;
}

.text-block-3.head {
  margin-top: 100px;
}

.text-block-3.head.another {
  color: #dacdbd;
  letter-spacing: -.28px;
  -webkit-text-stroke-color: #dacdbd;
  margin-top: 25px;
  font-size: 28px;
  line-height: 38px;
}

.cell-4 {
  border-bottom: 1px dashed #992433;
}

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

.arizonia {
  font-family: Arizonia, sans-serif;
  font-size: 120px;
}

.grid-services {
  margin-top: 90px;
}

.number {
  color: #992433;
  letter-spacing: 4px;
  max-width: 440px;
  padding-bottom: 40px;
  padding-right: 340px;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 38px;
  line-height: 40px;
}

.ari {
  font-family: Arizonia, sans-serif;
}

.div-block-4, .whole-wrapper {
  max-width: 440px;
}

.number-wrapper {
  border-bottom: 1px dashed #992433;
  border-radius: 1px;
  max-width: 440px;
}

.quick-stack-4 {
  margin-top: 60px;
}

.quick-stack-5 {
  grid-row-gap: 79px;
  margin-top: 69px;
}

.bloop {
  width: 440px;
  max-width: 470px;
}

.text-block-4 {
  color: #992433;
  margin-bottom: 20px;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 38px;
}

.the_line {
  background-color: #992433;
  height: 1px;
  max-height: 1px;
}

.heading-5 {
  color: #992433;
  letter-spacing: -1px;
  margin-top: 20px;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.paragraph {
  color: #992433;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.section-3-service {
  background-color: #dacdbd;
  padding-top: 220px;
}

.service-bigbox {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-5 {
  color: #992433;
  font-family: Arizonia, sans-serif;
  font-size: 38px;
  line-height: 46px;
}

.heading-6 {
  color: #992433;
  margin-left: 10px;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.syne {
  font-family: Syne Variablefont Wght, sans-serif;
}

.para-service-div {
  max-width: 325px;
}

.paragraph-2 {
  color: #992433;
  margin-left: 50px;
  font-size: 20px;
  line-height: 28px;
}

.big-wrapper-service {
  margin-top: 180px;
}

.image-style {
  max-width: 555px;
  max-height: 660px;
}

.button-wrapper {
  border: 2.5px solid #dacdbd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.button-wrapper:hover {
  border-color: #fff;
  box-shadow: 3px 5px 19px 2px rgba(0, 0, 0, .2);
}

.button-wrapper.socials {
  border-width: 1.5px;
  margin-top: 0;
  margin-right: 8px;
  padding: 3px 18px;
}

.button-wrapper.navigation {
  color: #dacdbd;
  border-width: 2px;
  border-color: #dacdbd;
  margin-top: 0;
  margin-right: 0;
  padding: 2px 16px;
}

.button-wrapper.navigation.main {
  background-color: #dacdbd;
  border-style: none;
  max-width: 250px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.button-wrapper.navigation.main.props {
  max-width: 216px;
  text-decoration: none;
}

.button-wrapper.navigation.main.props.about {
  background-color: #992433;
  margin-left: 0;
}

.button-wrapper.navigation.main.talk {
  text-decoration: none;
}

.button-wrapper.navigation.main.talk.caravan {
  background-color: #2b4b38;
  font-family: Lato, sans-serif;
}

.button-wrapper.navigation.stroke {
  border-color: #dacdbd;
}

.text-block-6 {
  color: #dacdbd;
  letter-spacing: -.28px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.text-block-6.socials {
  font-size: 16px;
}

.text-block-6.navbar {
  color: #dacdbd;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-6.navbar.mod {
  color: #dacdbd;
  -webkit-text-stroke-color: #dacdbd;
  background-color: #992433;
  padding-top: 0;
}

.text-block-6.navbar.mod.gallery {
  color: #dacdbd;
  background-color: rgba(153, 36, 51, 0);
}

.text-block-6.navbar.red {
  color: #992433;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #dacdbd;
  background-color: rgba(43, 75, 56, 0);
  border: 0 solid #000;
  border-radius: 0;
  padding-top: 0;
  font-style: normal;
  text-decoration: none;
}

.text-block-6.more {
  font-size: 18px;
}

.image-5 {
  width: 54px;
  padding-right: 16px;
}

.footer-grid {
  margin-top: 220px;
}

.text-block-7 {
  color: #fff;
  letter-spacing: -.28px;
  margin-top: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-7.high.chnage {
  color: #dacdbd;
}

.text-block-7.high.chnage.more {
  margin-top: 40px;
}

.social-button-wrappers {
  margin-top: 40px;
  font-family: Lato, sans-serif;
  display: flex;
}

.logo-wrapper {
  margin-top: 140px;
}

.footer-ending-grid {
  margin-top: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  max-height: 24px;
}

.text-block-8 {
  color: #dacdbd;
  margin-right: 6px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

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

.image-7 {
  max-height: 15px;
}

.cell-7 {
  justify-content: flex-start;
  align-items: flex-end;
}

.logo {
  max-height: 32px;
}

.navbar {
  background-color: #dacdbd;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.navbar.nav {
  background-color: rgba(153, 36, 51, 0);
}

.navbar.gallery {
  background-color: rgba(218, 205, 189, .13);
}

.nav-wrapper {
  background-color: rgba(153, 36, 51, 0);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-wrapper.gallery {
  background-color: rgba(218, 205, 189, 0);
  padding-top: 10px;
}

.nav-link {
  color: #dacdbd;
  letter-spacing: -.28px;
  border: 0 solid #000;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  transition: opacity .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: rgba(218, 205, 189, .5);
}

.nav-link.w--current:hover {
  color: #dacdbd;
}

.nav-link.gallery {
  color: #dacdbd;
  background-color: rgba(218, 205, 189, 0);
}

.nav-link.gallery:hover {
  color: rgba(153, 36, 51, .5);
}

.nav-link.gallery.w--current {
  color: rgba(218, 205, 189, .5);
}

.nav-link.contact {
  color: #992433;
  background-color: #dacdbd;
  border-width: 0 1px;
  border-color: #dacdbd;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
}

.nav-link.contact:hover {
  color: #dacdbd;
  background-color: #992433;
}

.nav-menu {
  margin-left: 80px;
  font-family: Lato, sans-serif;
}

.quick-stack-6 {
  margin-top: 100px;
}

.cell-8 {
  padding-top: 0;
}

.section_1 {
  margin-top: 220px;
}

.heading_contact {
  text-align: left;
  max-width: 644px;
  margin-left: 0;
  padding-bottom: 80px;
}

.let-s-talk-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._6 {
  color: #dacdbd;
  font-size: 28px;
  line-height: 120%;
}

.arrow {
  max-height: 15px;
  margin-left: 14px;
}

.contact_wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.whatsapp_icon {
  max-height: 38px;
  margin-right: 8px;
}

.text-block-9 {
  color: #dacdbd;
  font-size: 28px;
  line-height: 130%;
}

.w_wrap {
  display: flex;
}

.dot {
  max-height: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.gallery {
  color: #992433;
  background-color: #dacdbd;
}

.section-5 {
  background-color: #dacdbd;
}

.heading_wrt {
  padding-top: 220px;
}

._7 {
  color: #992433;
  max-width: 800px;
}

.section-2_gallery {
  background-color: #dacdbd;
}

.grid_gallery {
  grid-row-gap: 110px;
}

.cell-13, .cell-14, .cell-15 {
  justify-content: center;
  align-items: center;
}

.sectionc_1 {
  background-image: url('../images/a.png');
  background-position: 0 0;
  background-size: cover;
  max-height: 900px;
}

.title_contain {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 220px;
}

.heading-7 {
  color: #fff;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.image_bg2 {
  background-image: url('../images/Frame-394.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  position: static;
}

.paragraph-3 {
  color: #f5f2ed;
  text-align: center;
  letter-spacing: -.5px;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.sectionc_3 {
  background-color: #d1cbc0;
}

.image_block {
  padding: 20px;
}

.image_block.no {
  padding-top: 0;
}

.content_box {
  background-color: #fff;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.h5c {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 130%;
}

.image-8 {
  position: static;
}

.image_wrapper {
  position: relative;
}

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

.image-9 {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sectionc_4, .sectionc_5 {
  background-color: #d1cbc0;
}

.profile-grid {
  padding-top: 120px;
  padding-bottom: 120px;
}

._1stwrap {
  background-image: url('../images/Frame-393-min.png');
  background-position: 0 0;
  background-size: auto;
  max-width: 325px;
  max-height: 31px;
}

.sectionc_6 {
  background-color: #989081;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-5 {
  border-radius: 20px;
  max-height: 900px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-5.img {
  border-radius: 20px;
}

.image-10 {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.quick-stack-10, .quick-stack-11 {
  padding-top: 0;
}

.link {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .my-contain {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 80px;
  }

  .heading {
    margin-top: 90px;
    font-size: 62px;
    line-height: 70px;
  }

  .para {
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .image {
    margin-bottom: 90px;
  }

  .text-block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .text-block-2 {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 52px;
    line-height: 72px;
  }

  .heading-2.spam {
    font-size: 86px;
    line-height: 60px;
  }

  .heading-2.lol {
    font-size: 52px;
    line-height: 56px;
  }

  .text-span-3, .text-span-4, .text-span-5 {
    font-size: 90px;
  }

  .testimonials {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .testimonials.name {
    margin-top: 26px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .testimonials.name._1 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .testimonials.name.different {
    margin-top: 87px;
  }

  .company_title_text {
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: Lato, sans-serif;
  }

  .quick-stack {
    grid-column-gap: 3px;
  }

  .about_para {
    font-size: 20px;
    line-height: 28px;
  }

  .h5_text {
    font-size: 16px;
  }

  .text_234 {
    font-size: 14px;
  }

  .navbar.nav {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack-7 {
    grid-column-gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .image-3 {
    margin-top: 74px;
  }

  .testimonials.name._3 {
    padding-top: 20px;
  }

  .testimonials.name.different {
    margin-top: 20px;
  }

  .cell-9, .cell-10, .cell-11 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .my-contain {
    padding-bottom: 10px;
  }

  .heading {
    letter-spacing: -2px;
    margin-top: 60px;
    font-size: 38px;
    line-height: 50px;
  }

  .heading.about {
    font-size: 30px;
  }

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

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

  .para.lol {
    font-size: 16px;
    line-height: 24px;
  }

  .para.red {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .image {
    margin-bottom: 40px;
  }

  .image.warehouse {
    text-align: center;
    max-width: 117%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .number_stroke {
    margin-top: 15px;
    margin-left: 15px;
  }

  .text-block-2 {
    margin-bottom: 15px;
    margin-left: 15px;
  }

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

  .wrapper-24years {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-2 {
    margin-top: 60px;
  }

  .heading-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-wrapper.about {
    padding-top: 60px;
  }

  .heading-2 {
    text-align: left;
    letter-spacing: -2px;
    margin-left: 0;
    font-size: 37px;
    line-height: 44px;
  }

  .heading-2.spam {
    font-size: 70px;
    line-height: 40px;
  }

  .heading-2.lol {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 130%;
  }

  .text-span-3, .text-span-4, .text-span-5 {
    font-size: 60px;
  }

  .testimonials {
    font-size: 18px;
  }

  .testimonials.name._1 {
    padding-top: 30px;
    font-size: 20px;
  }

  .company_title_text {
    font-size: 18px;
  }

  .quick-stack {
    padding: 40px 0 0;
  }

  .about_para {
    margin-top: 10px;
    font-size: 18px;
  }

  .quick-stack-2 {
    grid-row-gap: 9px;
    margin-top: 60px;
    padding: 0;
  }

  .heading-4 {
    padding-top: 60px;
    font-size: 20px;
  }

  .image-story1 {
    max-height: 100vh;
  }

  .content-story1 {
    max-height: 100vh;
    margin-top: 0;
  }

  .story-text {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .story-text.white {
    max-height: 100vh;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .story-text.ipo {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .cell-3 {
    padding-top: 0;
  }

  .text-block-3.head.another {
    font-size: 24px;
  }

  .arizonia {
    font-size: 60px;
  }

  .quick-stack-5 {
    grid-row-gap: 17px;
    padding-left: 0;
    padding-right: 0;
  }

  .bloop {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 20px;
    line-height: 130%;
  }

  .section-3-service {
    padding-top: 60px;
  }

  .service-bigbox {
    flex-flow: column;
  }

  .text-block-5 {
    font-size: 30px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 130%;
  }

  .syne {
    font-size: 30px;
  }

  .paragraph-2 {
    font-family: Lato, sans-serif;
    font-size: 18px;
  }

  .big-wrapper-service {
    margin-top: 40px;
  }

  .button-wrapper {
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-wrapper.navigation.main.props {
    margin-top: 30px;
  }

  .button-wrapper.navigation.main.props.about {
    justify-content: center;
    align-items: center;
    margin-left: 15px;
  }

  .button-wrapper.navigation.main.l {
    border-width: 0;
    position: static;
  }

  .button-wrapper.navigation.main.talk {
    margin-top: 20px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .text-block-6.navbar.mod.gallery {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-6.navbar.red {
    border-style: none;
    font-size: 16px;
  }

  .footer-grid {
    grid-row-gap: 27px;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-7 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .nav-link {
    color: #992433;
    padding-left: 15px;
  }

  .nav-link.gallery {
    background-color: #3f3f3f;
  }

  .nav-menu {
    color: #992433;
    background-color: #dacdbd;
  }

  .quick-stack-6 {
    grid-row-gap: 9px;
    margin-top: 60px;
    padding: 0;
  }

  .section_1 {
    margin-top: 60px;
  }

  .heading_contact {
    padding-bottom: 40px;
    font-size: 60px;
    line-height: 130%;
  }

  .let-s-talk-wrapper {
    margin-bottom: 20px;
  }

  ._6 {
    font-size: 17px;
  }

  .contact_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-9 {
    font-size: 22px;
  }

  .w_wrap.pad {
    padding-top: 10px;
  }

  .heading_wrt {
    padding-top: 60px;
  }

  ._7 {
    font-size: 60px;
    line-height: 130%;
  }

  .cell-9, .cell-10, .cell-11 {
    padding-top: 20px;
  }

  .quick-stack-8 {
    padding: 0;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-12 {
    font-family: Lato, sans-serif;
  }

  .quick-stack-9 {
    padding-top: 0;
  }

  .menu_icon, .menu-button, .menu-button.w--open {
    background-color: #992433;
  }

  .learn_link {
    border: 1px #000;
  }

  .title_contain {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .text-block-10 {
    font-size: 18px;
  }

  .paragraph-3 {
    font-size: 26px;
  }

  .image_block {
    padding: 10px;
  }

  .profile-grid {
    grid-row-gap: 9px;
    padding: 40px 10px;
  }

  .quick-stack-10, .quick-stack-11 {
    grid-row-gap: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-12 {
    grid-row-gap: 10px;
    padding: 10px;
  }

  .icon, .icon-2, .icon-3, .icon-4, .icon-5, .icon-6 {
    color: #dacdbd;
  }
}

#w-node-_4ba7f942-abe6-e491-98dd-102da220d429-f734ee68 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e8f04deb-0a2c-93ce-5009-f0428744ba74-f734ee68, #w-node-_2021da2f-50e8-dfaf-6905-2e64b5949939-f734ee68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e0faec2b-98c8-a4a2-c625-28fc0d1ae832-f734ee68 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6b9fe0da-2c4a-111d-5e95-c6c2d41a0de6-f734ee68, #w-node-_9d54ec72-07a2-7416-8ae5-46f7159c26fc-159c26ed, #w-node-_9d54ec72-07a2-7416-8ae5-46f7159c272e-159c26ed {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_58fe7c9b-4d69-2a23-f97f-dd27c7b1b33a-149a2018, #w-node-a572e4e0-dfbb-f421-5f25-105420565eb7-149a2018, #w-node-a98bbc74-4cdd-e21c-6ff6-6111a3878f0a-149a2018, #w-node-d57e5898-b66f-68e3-ec3c-192e698390eb-149a2018, #w-node-ce6f9ee5-382b-6496-0182-38792f9d4fd4-149a2018, #w-node-_0043913c-7077-ae66-01bf-89d698cfdbdf-149a2018, #w-node-_25979ea8-0e64-f705-54c6-6d1b6eba9596-149a2018, #w-node-_19be77cd-1b2d-ffb4-0d19-63635baa6cb9-149a2018 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7670bdd3-a5ac-b7a0-21bb-37b9d865c5fe-149a2018, #w-node-_8c2697f1-b4f2-d8e6-afbb-98534b69f004-3d65e466 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_913ce52e-4db9-a854-3e1c-ae16dc3f3fe3-3d65e466 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bd38ed10-0087-2961-f0e3-3b85cf47a57e-3d65e466 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d57441ae-00df-5343-36a0-08403b0601b8-1a341c41 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cc57b4c2-24ed-8a6c-c60b-b7a5e53370e4-1a14bfd6, #w-node-ded87959-6935-6671-341c-41738f0d7ef6-1a14bfd6, #w-node-_523f1e81-b9d7-ee70-aff7-692a44147073-1a14bfd6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f61e1522-aad1-3748-601f-0e03fb15d7f2-1a14bfd6 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-e0faec2b-98c8-a4a2-c625-28fc0d1ae832-f734ee68 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6b9fe0da-2c4a-111d-5e95-c6c2d41a0de6-f734ee68, #w-node-_9d54ec72-07a2-7416-8ae5-46f7159c26fc-159c26ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ba7f942-abe6-e491-98dd-102da220d429-f734ee68 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e8f04deb-0a2c-93ce-5009-f0428744ba74-f734ee68, #w-node-_2021da2f-50e8-dfaf-6905-2e64b5949939-f734ee68, #w-node-_9d54ec72-07a2-7416-8ae5-46f7159c272e-159c26ed, #w-node-_58fe7c9b-4d69-2a23-f97f-dd27c7b1b33a-149a2018, #w-node-a572e4e0-dfbb-f421-5f25-105420565eb7-149a2018, #w-node-a98bbc74-4cdd-e21c-6ff6-6111a3878f0a-149a2018, #w-node-d57e5898-b66f-68e3-ec3c-192e698390eb-149a2018, #w-node-ce6f9ee5-382b-6496-0182-38792f9d4fd4-149a2018, #w-node-_0043913c-7077-ae66-01bf-89d698cfdbdf-149a2018, #w-node-_25979ea8-0e64-f705-54c6-6d1b6eba9596-149a2018, #w-node-_19be77cd-1b2d-ffb4-0d19-63635baa6cb9-149a2018, #w-node-_7670bdd3-a5ac-b7a0-21bb-37b9d865c5fe-149a2018, #w-node-_8c2697f1-b4f2-d8e6-afbb-98534b69f004-3d65e466 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_913ce52e-4db9-a854-3e1c-ae16dc3f3fe3-3d65e466 {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
  }

  #w-node-bd38ed10-0087-2961-f0e3-3b85cf47a57e-3d65e466 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d57441ae-00df-5343-36a0-08403b0601b8-1a341c41 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cc57b4c2-24ed-8a6c-c60b-b7a5e53370e4-1a14bfd6, #w-node-ded87959-6935-6671-341c-41738f0d7ef6-1a14bfd6, #w-node-_523f1e81-b9d7-ee70-aff7-692a44147073-1a14bfd6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f61e1522-aad1-3748-601f-0e03fb15d7f2-1a14bfd6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Arizonia';
  src: url('../fonts/Arizonia-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne Variablefont Wght';
  src: url('../fonts/Syne-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}