:root {
  --midnight-blue: #00427a;
  --light-blue: #aad0e3;
  --slate-gray: #58769a;
  --light-steel-blue: #b6c2d1;
  --light-steel-blue-2: #9abccd;
  --dark-gray: #87a5b4;
  --dark-slate-gray: #3c5667;
  --light-slate-gray: #7d9dad;
  --dark-slate-gray-2: #43474b;
  --midnight-blue-2: #003563;
  --facebook-blue: #3b5998;
  --twitter-color: #00aced;
  --google-color: #dd4b39;
  --linked: #007bb6;
  --youtube-color: #b00;
  --white-smoke: whitesmoke;
  --teal: #0a5c84;
}

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

body {
  color: #fff;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  color: #58769a;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #58769a;
  text-align: right;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  position: static;
  top: -30px;
  left: -146px;
}

h3:hover {
  color: #00427a;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #555;
  border-radius: 4px;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.button.download {
  color: #fffc;
  background-color: #00000017;
  border: 1px solid #ffffff4a;
  margin-top: 7px;
  margin-left: 14px;
  padding: 12px 28px 12px 29px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .5s, color .5s, transform .5s, opacity .5s;
}

.button.download:hover {
  color: #f0f0f0;
  background-color: #00427a;
  transform: scale(1.05);
}

.button.download.blue-button {
  background-color: #0a5c84;
}

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

.nav-link {
  color: #fffc;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: color .5s;
  display: inline-block;
}

.nav-link:hover {
  color: #fff;
  transform: none;
}

.nav-link.w--current {
  font-size: 16px;
  font-weight: 600;
}

.nav-link.blue-text {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 300;
}

.nav-link.blue-text:hover {
  color: #fdc974;
  transform: none;
}

.nav-link.blue-text.w--current {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
}

.nav-link.blue-text.w--current:hover {
  color: #f0b30f;
}

.navbar {
  background-color: #232323;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero-devider {
  background-color: #fff3;
  height: 1px;
}

.content-section {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-section.testibg {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.bg-how-it-work {
  background-color: #f5f5f5;
  height: 900px;
}

.content-section.ourmerchant-bg {
  background-color: #e7e7e7;
  padding: 3px 5% 20px;
}

.content-section.section-contact-us {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 110px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.content-section.download-app {
  background-image: linear-gradient(#001b33, #0009), url('../images/notebook-336634_1280-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 500px;
}

.content-section.chnaged {
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
}

.content-section.chnaged.asdas {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 110px;
  display: flex;
}

.content-wrapper {
  text-align: center;
  height: 100%;
}

.sub-heading {
  color: #6ec1e4;
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.sub-heading.cha {
  color: #7a7a7a;
  padding-left: 0;
  padding-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 39px;
}

.sub-heading.cha.sadasd {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  text-align: center;
  white-space: normal;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.tabs-content {
  text-align: center;
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0 0 0 -46px;
}

.tabs-menu {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 17px;
  left: 24%;
  overflow: visible;
}

.tab-link {
  border-radius: 40px;
  width: 80px;
  height: 80px;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .5s;
}

.tab-link:hover {
  background-color: #c4c4c4;
}

.tab-link.w--current {
  transition: background-color .5s;
}

.tab-link.w--current:hover {
  background-color: #c4c4c4;
}

.tab-link.right {
  float: none;
  transition: background-color .5s;
  top: -455px;
  left: 500%;
  right: -87px;
}

.font-thin {
  color: #7a7a7a;
  font-family: Roboto, sans-serif;
  font-size: 59px;
  font-weight: 600;
}

.tab-desk {
  color: #999;
  text-align: right;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  position: static;
  top: 24px;
  left: -220px;
  right: 98px;
}

.tab-desk.desk-how-it-work {
  color: #7d9dad;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}

.tab-desk.desk-how-it-work.left {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.tab-link-block {
  position: absolute;
  top: -10px;
  left: -273%;
  right: 120%;
}

.tab-link-block.right {
  text-align: left;
  top: -10px;
  left: 120%;
  right: -282%;
}

.tab-image-icon {
  opacity: .8;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .5s;
  display: block;
}

.tab-image-icon:hover {
  opacity: 1;
}

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

.right-text {
  text-align: right;
  line-height: 20px;
}

.testimonial {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  display: block;
}

.testi-slide1 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/10011.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 50px;
}

.testi-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.testi-writer {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.tab-link-how-it-work {
  color: #fff;
  background-color: #525252;
  border-radius: 6px;
  width: 160px;
  height: 54px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 16px;
  display: inline-block;
}

.tab-link-how-it-work.w--current {
  background-color: #0a5c84;
  border-radius: 8px;
}

.tab-link-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.div-block-tab-link {
  background-color: #0000;
  display: block;
}

.tabs-menu-2 {
  height: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-des {
  float: left;
  width: 50%;
  padding-top: 30px;
  padding-right: 20px;
}

.div-block-des.right {
  float: right;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 0;
}

.div-block-des.login {
  padding-top: 94px;
}

.div-block-img {
  float: right;
  width: 50%;
  padding-top: 40px;
}

.div-block-img.left {
  float: left;
  padding-top: 58px;
}

.h2-how-it-work {
  text-align: right;
  border-bottom: 1px solid #aad0e3;
  width: 100%;
  height: 50px;
  margin-bottom: 9px;
  font-size: 34px;
}

.h2-how-it-work.left {
  text-align: left;
}

.light {
  font-weight: 300;
}

.sub-how-it-work {
  color: #58769a;
  text-align: right;
  width: 100%;
  font-size: 16px;
  font-style: italic;
}

.sub-how-it-work.left {
  text-align: left;
}

.btn-download {
  float: right;
  background-color: #0000;
  border: 1px solid #9abccd;
  border-radius: 4px;
  width: 49%;
  height: 60px;
  margin-left: 4px;
  transition: background-color .5s;
}

.btn-download:hover {
  background-color: #ffffff7d;
}

.btn-download.left {
  float: left;
  margin-left: 0;
}

.btn-download.left.white {
  border-color: #fff;
  transition: background-color .5s, height .5s;
}

.btn-download.left.white:hover {
  transition: background-color .5s, transform .5s, width .5s, height .5s;
  transform: scale(1.06);
}

.btn-download.right {
  margin-left: 0;
}

.btn-download.right.white {
  opacity: .9;
  border-color: #fff;
  transition: background-color .5s, transform .5s;
}

.btn-download.right.white:hover {
  opacity: 1;
  transition: background-color .5s, width .5s, height .5s, transform .5s;
  transform: scale(1.06);
}

.btn-icon {
  float: left;
  width: 18%;
  height: auto;
  margin-top: 8px;
  margin-left: 6px;
}

.btn-text {
  float: right;
  width: 75%;
  margin-top: 10px;
}

.txt-download-app {
  color: #58769a;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
}

.txt-download-app.white {
  color: #fff;
}

.download-from {
  color: #58769a;
  text-align: left;
  text-transform: uppercase;
}

.download-from.white {
  color: #fff;
}

.div-block-merchant {
  background-color: #fff;
  border-radius: 4px;
  height: auto;
  padding: 20px;
  box-shadow: 0 2px 13px #3c566766;
}

.our-merchant {
  color: #43474b;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.our-merchant.download-app {
  color: #fff;
}

.gallery-logo {
  opacity: .5;
  text-align: center;
  width: 130px;
  height: 110px;
  margin: 20px 25px;
  transition: transform .5s, opacity .5s;
  display: inline-block;
}

.gallery-logo:hover {
  opacity: 1;
  transform: scale(1.1);
}

.divide-contact-us {
  background-color: #dedede;
  height: 8px;
  margin-bottom: 120px;
  position: relative;
}

.circle {
  background-color: #dedede;
  background-image: url('../images/icon_envelope.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  border-radius: 40px;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
}

.footer {
  background-color: #333;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  display: flex;
}

.block-download {
  width: 60%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-download.block-cta-dw {
  width: 100%;
  margin-top: 0;
}

.social-media-block {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  color: #ccc;
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.social-media-block.how-it-work {
  float: right;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bg-social-icon {
  background-color: #7d9dad;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  margin: 10px;
  transition: transform .5s, background-color .5s;
  display: inline-block;
}

.bg-social-icon:hover {
  transform: scale(1.1);
}

.bg-social-icon.facebook:hover {
  opacity: 1;
  background-color: #3b5998;
}

.bg-social-icon.twitter:hover {
  background-color: #00aced;
}

.bg-social-icon.google-plus:hover {
  background-color: #dd4b39;
}

.bg-social-icon.linked:hover {
  background-color: #007bb6;
}

.bg-social-icon.youtube:hover {
  background-color: #b00;
}

.social-icon {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.copyright {
  color: #aaa;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.btn-app-store {
  float: left;
  border: 1px solid #9abccd;
  border-radius: 4px;
  width: 49%;
  height: 60px;
  transition: background-color .5s;
}

.btn-app-store:hover {
  background-color: #ffffff7d;
  transform: none;
}

.white-logo {
  opacity: .8;
  margin-top: 16px;
  transition: transform .5s, opacity .5s;
}

.white-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}

.white-logo.w--current {
  opacity: .9;
  margin-top: 16px;
  transition: transform .5s, opacity .5s;
}

.white-logo.w--current:hover {
  opacity: 1;
  transform: scale(1.04);
}

.white-logo.color-logo:hover {
  transform: scale(1.04);
}

.nav-menu-open {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  transform: translate(50%, 10%);
}

.block-download-btn {
  padding-left: 14px;
  display: inline;
}

.slider {
  height: 100%;
  position: relative;
  inset: 0;
}

.slide-1 {
  background-image: url('../images/bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-container {
  height: 100%;
  position: relative;
}

.div-hero-image {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 140px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.div-cta {
  float: right;
  width: 50%;
  height: 100%;
  padding-top: 260px;
  padding-left: 20px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sub-headline {
  color: #fff;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.slide-2 {
  background-image: url('../images/bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-container {
  height: 100%;
  display: block;
  position: relative;
}

.div-block-left {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 360px;
}

.hero-2 {
  width: 600px;
  position: absolute;
  top: 182px;
  left: 47%;
  overflow: hidden;
}

.blok-img-slide-2 {
  float: right;
  width: 50%;
  height: 100%;
}

.slide-3 {
  background-image: url('../images/bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-container {
  height: 100%;
}

.div-block-des-slide-3 {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 315px;
  display: inline-block;
  position: relative;
}

.div-block-hero-3 {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.hero-3 {
  display: inline-block;
  position: absolute;
  top: 244px;
  overflow: hidden;
}

.container-nav-bar {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.tabsmenu {
  height: 60px;
}

.fixed-navbar {
  background-color: #232323db;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.text-filed {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  width: 70%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .5s;
  display: block;
}

.text-filed:hover {
  background-color: #f0f0f0;
}

.text-area {
  float: none;
  width: 70%;
  max-width: 70%;
  min-height: 160px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .5s;
  display: block;
  overflow: hidden;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.succsess-message {
  background-color: #51ad3e;
  border-radius: 6px;
  width: 70%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.error-message {
  background-color: #d66363;
  border-radius: 6px;
  width: 70%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 19px;
}

.button-submit {
  background-color: #0a5c84;
  border-radius: 6px;
  width: 70%;
  height: 60px;
  transition: background-color .5s;
}

.button-submit:hover {
  background-color: #00427a;
}

.brand {
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.brand.w--current {
  text-decoration: none;
}

.icon-logo {
  margin-top: -2px;
  margin-right: 6px;
  display: inline-block;
}

.logo-text {
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}

.line-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 395px;
  box-shadow: 0 18px #0003;
}

.section_logo {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 40px;
}

.image_newlink {
  opacity: .61;
  width: 100%;
  max-width: 14px;
  display: block;
}

.image_wrppaer1 {
  width: 100%;
  max-width: 45px;
  transform: translate(0, 10px);
}

.container {
  border: 0 #000;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: #fff;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 14px;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #61ce70;
  border-radius: 6px;
  width: 100%;
  padding: .75rem 1.5rem;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.button-2:hover {
  color: #000;
}

.button-2.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-2.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  background-color: #000;
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: #232323;
  align-items: center;
  width: 100%;
  height: 51px;
  min-height: 2.7rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 224px;
  display: flex;
}

.navbar2_container.free {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10%;
}

.navbar2_link {
  color: #fff;
  padding: .5rem 1rem;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.navbar2_link:hover, .navbar2_link.w--current {
  color: #f0b30f;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  color: #fff;
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

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

.search {
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  background-color: #333;
  border: 1px #000;
  margin-bottom: 0;
  font-size: 12px;
}

.section_imae-printing {
  width: 100%;
  max-width: 200px;
}

.heading {
  color: #000;
  font-size: 25px;
  font-weight: 300;
}

.image_printing {
  width: 100%;
  max-width: 200px;
}

.image_printing.chnaged {
  max-width: 150px;
}

.card-printing-wrapper {
  grid-column-gap: 114px;
  grid-row-gap: 114px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.card-printing-heading {
  color: #7a7a7a;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10012.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 50px;
}

.slide-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10013.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 50px;
}

.slide-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10014.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 50px;
}

.slide-7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10015.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 50px;
}

.slide-8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10016.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 50px;
}

.slide-9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10010.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 50px;
}

.slide-10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10009.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 50px;
}

.test1 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-3 {
  background-color: #3898ec00;
  border: 3px solid #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.prefootrer-wpapper {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.heading-2 {
  color: #1e1e1e;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 459px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  display: flex;
}

.image-3d-modile-h {
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  max-width: 265px;
  height: 265px;
}

.line-dic {
  background-color: #000;
  width: 100%;
  max-width: 50px;
  height: 4px;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._3d-home-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 261px;
  display: flex;
}

._3d-home-card-wrapper {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.button-wra-er {
  grid-column-gap: 105px;
  grid-row-gap: 105px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 45px 5% 0;
  display: flex;
}

.button_wrapper-home {
  color: #bdbdbd;
  text-align: center;
  background-color: #eee;
  width: 100%;
  max-width: 145px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .425s;
}

.button_wrapper-home:hover {
  color: #fff;
  background-color: #f0b30f;
}

._2-lis0home-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.links-same-footer {
  color: #ffba00;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image_prelofeter {
  width: 100%;
  max-width: 80px;
}

.card-preloderter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prleofer-heading {
  color: #7a7a7a;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
}

.italic-text {
  text-transform: capitalize;
  font-weight: 400;
}

.italic-text-2 {
  color: #7a7a7a;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.italic-text-3 {
  color: #7a7a7a;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
}

.buttonndowlaod {
  text-indent: 0;
  background-color: #61ce70;
  padding: 15px 25px;
  font-weight: 600;
}

.section_cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.1rem 5% 5.625rem;
  display: flex;
}

.cta_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e6e9ec;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 80rem;
  height: 101px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

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

.h1_cta {
  color: #7a7a7a;
  font-family: Raleway, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 42px;
}

.h2_cta {
  color: #54595f;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.image_lgog {
  width: 100%;
  max-width: 30px;
}

.link-block {
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-4 {
  line-height: 12px;
}

.div_line-cta {
  border-top: 2px dashed #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 5px;
  padding-top: 0;
  padding-bottom: 25px;
  display: flex;
}

.title-wrapper {
  background-color: #3a3835;
  width: 100%;
  padding: 30px 5%;
  display: flex;
}

.title-wrapper._123 {
  background-color: #3a3835;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.title-wrapper._123.cvq {
  height: 104px;
}

.h1_free {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12%;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.h1_free.smm {
  font-size: 14px;
}

.h1_free.smm._12312r5w {
  color: #777;
}

.h1_free._1 {
  color: #fff;
  padding-left: 0%;
  font-weight: 600;
  text-decoration: none;
}

.h1_free._1.faqss {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wifth-free {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100px;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.blog44_list-wrapper {
  padding-top: 0;
}

.blog44_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog44_list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: start center;
  padding-top: 50px;
  display: grid;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xxsmall.da {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
}

.margin-bottom.margin-xxsmall._12412 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.margin-bottom.margin-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  display: flex;
}

.text-size-medium {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.text-size-medium.text-weight-bold {
  color: #6ec1e5;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.text-size-medium._1312 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: #7a7a7a;
  text-align: center;
  padding-top: 0;
  padding-bottom: 80px;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
}

.blog44_image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 100%;
  max-width: 184px;
  height: 251px;
  overflow: hidden;
}

.blog44_image.big {
  height: 251px;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.blog44_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 7rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #059e00;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.blog44_item-link {
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-size-regular {
  font-size: 1rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.fqas {
  color: #7a7a7a;
  font-family: Roboto, sans-serif;
  font-size: 8.125rem;
  font-weight: 400;
  text-decoration: underline;
}

.blog44_item {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 184px;
  height: 353px;
  overflow: hidden;
  box-shadow: 0 2px 5px 6px #0003;
}

.text-size-small {
  font-size: .875rem;
}

.blog44_title-wrapper {
  margin-bottom: .5rem;
}

.heading-style-h5 {
  color: #777;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.section_blog44._121 {
  background-color: #fff;
}

.blog44_heading {
  flex: 1;
}

.padding-global {
  background-color: #f3f3f3;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global._12 {
  background-color: #fff;
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global.padding-section-large {
  padding-top: 4rem;
}

.padding-global.padding-section-large.sadsa {
  background-color: #fff;
}

.blog44_item-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem 1.5rem;
  display: flex;
}

.margin-top, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  color: #61ce70;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.show-mobile-landscape {
  display: block;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-1\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.blog44_image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bold-text {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}

.image_dic9vder {
  border-radius: 20px;
  width: 100%;
  max-width: 30px;
  margin-top: -24px;
  position: relative;
}

.top-abs {
  color: #fff;
  text-align: center;
  background-color: #61ce70b8;
  border-radius: 20px;
  width: 100%;
  max-width: 100px;
  padding: 5px;
  font-size: 13px;
  line-height: 10px;
  position: absolute;
  inset: 1% 1% auto auto;
}

.bold-text-2 {
  color: #fff;
}

.b1 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.b1._2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-top: 0;
}

.heading-5 {
  color: #000;
  text-align: left;
  flex-flow: column;
  width: 100%;
}

.heading-5.tut {
  max-width: 60rem;
  padding-top: 50px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.heading-5.tut1 {
  color: #1e1e1e;
  text-align: left;
  width: auto;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.tuy-wrpaper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 5% 7rem;
  font-weight: 400;
  display: flex;
}

.dic-tut-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  padding-bottom: 50px;
  display: flex;
}

.image_tut {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  border-radius: 9px;
  width: 100%;
  max-width: 100px;
}

.rich-text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 10%;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  display: flex;
}

.link, .link-2, .link-3 {
  color: #ddaf4d;
  font-size: 16px;
}

.heading-6 {
  color: #000;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  font-size: 28px;
  font-weight: 400;
  display: flex;
}

.link-4 {
  color: #ddaf4d;
  text-decoration-color: #ddaf4d;
}

.link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14 {
  color: #ddaf4d;
}

.link-15 {
  color: #ddaf4d;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

.link-16, .link-17 {
  color: #ddaf4d;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.heading-7 {
  color: #1d1313;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.image_3d-p {
  width: 100%;
  max-width: 150px;
}

.image_3d-h {
  color: #7a7a7a;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.c1_wrapper-cards {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.blog44_list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog44_image-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding-section-large-2 {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-right {
  justify-content: flex-end;
  align-items: center;
}

.blog44_item-link-2 {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog44_item-2 {
  background-color: #fff;
  border: 1px solid #fafafa;
  width: 100%;
  max-width: 245px;
  overflow: hidden;
  box-shadow: 0 0 5px #0003;
}

.blog44_item-2.b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog44_item-2.dq {
  height: 450px;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog44_item-content-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.blog44_image-wrapper-2 {
  width: 100%;
  overflow: hidden;
}

.button-4 {
  color: gray;
  background-color: #333;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.search-button {
  background-color: #333;
  height: 35px;
  font-size: 14px;
  display: none;
}

.left-flexs {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #ddaf4d;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 400;
}

.shop_para {
  color: #77a464;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.shop-h1 {
  color: #1e1e1e;
  text-align: center;
  border-bottom: 1px solid #cccaca;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.shop1_image {
  object-fit: cover;
  width: 100%;
  max-width: 245%;
  height: 245px;
}

.shop1_image.cl {
  background-color: #fff;
  max-width: 245px;
  height: 245px;
}

.shop-wrpaper {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
}

.button-5 {
  color: #aaa;
  text-align: center;
  background-color: #eee;
  padding: 10px 20px 11px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  transition: all .375s;
}

.button-5:hover {
  color: #fff;
  background-color: #61ce70;
}

.f-imahe-hero {
  width: 100%;
  max-width: 251px;
  height: 80px;
}

.section_gallery21 {
  overflow: hidden;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_mask {
  width: 100%;
  overflow: visible;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto 0% 0%;
}

.padding-section-large-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: 20px;
  display: flex;
}

.slider-arrow {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 16px;
  display: flex;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.gallery21_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.gallery21_slide {
  z-index: 1;
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/10012.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 525px;
  padding: 7rem 5rem;
}

.gallery21_slide._1 {
  z-index: 1;
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/10011.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gallery21_slide._3 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/10013.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gallery21_slide._4 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/10014.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gallery21_slide._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10015.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gallery21_slide._6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10016.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gallery21_slide._7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10009.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gallery21_slide._8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10010.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gallery21_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 525px;
  padding-bottom: 0;
  position: relative;
}

.gallery21_lightbox-link {
  width: 100%;
}

.gallery21_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 525px;
  display: none;
}

.padding-global-2 {
  padding-left: 0%;
  padding-right: 0%;
}

.dsa {
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.contet-wtrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px;
  display: flex;
}

.p1_h {
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.p1_pwss {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button-6 {
  background-color: #94cbfc00;
  border: 3px solid #fff;
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.sa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 200px;
  height: 40px;
  margin-bottom: 0;
  display: flex;
}

.seatch-bar {
  justify-content: center;
  align-items: center;
  padding: 26px 5%;
}

.sdfasd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.search-input-2 {
  color: #fff;
  margin-bottom: 0;
}

.searchbar {
  padding-left: 80px;
}

.wrapper {
  width: 100%;
}

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

.text-block {
  color: #777;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.dropdown-toggle {
  border: 1px solid #ddd;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 276px;
  max-width: 296px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.icon {
  color: #919191;
}

.dropdown-list {
  background-color: #db9d9d;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 0 12px -1px #0003;
}

.dd {
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.dd:hover {
  color: #fff;
  background-color: #3a3835;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.dd.w--current {
  color: #000;
  text-decoration: none;
}

.main-apge {
  overflow: hidden;
}

.h_shop {
  color: #fff;
  text-align: right;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.text-span {
  color: #ddaf4d;
}

.wrapper-shop {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #3a3835;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 73px;
  padding-right: 454px;
  display: flex;
}

.dolwoad-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 45px;
  display: flex;
}

.text-span-2 {
  font-size: 13px;
  font-weight: 400;
}

.text-span-3 {
  color: #ddaf4d;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.le-image {
  width: 100%;
  max-width: 724px;
  height: 1024px;
}

.le_image-wrpaper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 140px;
  display: flex;
}

.contet-wrtapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6.875rem 5% 2rem;
  display: flex;
}

.contet-wrtapper.chaer {
  padding-top: 2rem;
}

.hq_nous {
  color: #7a7a7a;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.hq_nous._123 {
  font-size: 13px;
}

.hq_nous._1 {
  padding-top: 20px;
  padding-bottom: 0;
}

.hq_nous.biiger {
  text-transform: lowercase;
  font-family: Roboto, sans-serif;
  font-size: 48px;
}

.section_feautre {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #d8d8d8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 199px;
  padding: 10px;
  display: grid;
}

.h1_f {
  color: #7a7a7a;
  text-align: center;
  width: 100%;
  max-width: 500px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.l1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.l2_1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.qui-heaidng {
  color: #7a7a7a;
  text-align: center;
  width: 100%;
  max-width: 80rem;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.qui-content-wrapper {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 145px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.image_qui-logo {
  width: 100%;
  max-width: 500px;
}

.heaidng_quier {
  color: #7a7a7a;
  border-top: 6px dashed #000;
  padding-top: 47px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.qui_pra {
  color: #7a7a7a;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.diver {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  width: 100%;
  max-width: 80rem;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

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

.section_about {
  background-color: #fff;
}

.about-h1 {
  color: #7a7a7a;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 39.6px;
}

.about_para {
  color: #7a7a7a;
  padding-top: 82px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.text-span-4, .text-span-5 {
  font-weight: 600;
  text-decoration: underline;
}

.image {
  max-width: 100%;
}

.about-imgeer {
  width: 100%;
  max-width: 550px;
  height: 465px;
}

.about-wrpper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-rwapperabout {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about_div-wepper {
  color: #777;
  text-transform: capitalize;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.liner-about-div {
  border-top: 3px dotted #000;
  width: 100%;
  max-width: 50rem;
  height: 5px;
}

.text-rwapperabout-copy {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  width: 1005px;
}

.field-label, .field-label-2 {
  color: #000;
}

.contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  padding-top: 22px;
  display: flex;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_field-label {
  color: #7a7a7a;
  margin-bottom: .5rem;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 7rem;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center {
  max-width: none;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-style-link {
  text-decoration: underline;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.error-text {
  color: #e23939;
}

.form_input {
  border: 1px solid #000;
  border-radius: 3px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.contact1_component {
  width: 100%;
}

.success-text {
  font-weight: 600;
}

.section_contact1 {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  background-color: #1b1515;
  width: 1005px;
}

.padding-global-3 {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.form_field-wrapper {
  width: 100%;
  padding-top: 0;
  position: relative;
}

.contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.section_former {
  width: 100%;
}

.textarea {
  text-indent: 0;
  border: 1px solid #000;
  border-radius: 3px;
  min-height: 100px;
}

.textarea::placeholder {
  text-indent: 0;
}

.richer {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  color: #777;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 30px 30px;
  font-size: 14px;
  display: flex;
}

.richer.biggeer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #929292;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.b {
  color: #1e1e1e;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-9 {
  color: #000;
}

.faq1_question {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  cursor: pointer;
  border-bottom: 1px solid #cfcfcf;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.button-7 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-3.is-center {
  justify-content: center;
}

.faq1_component {
  text-align: left;
}

.faq1_answer {
  overflow: hidden;
}

.icon-embed-small {
  color: #6ec1e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.section_faq1 {
  color: #000;
}

.padding-global-4 {
  padding: 0 5% 8rem;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.oadiier {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.conter-wrpper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.safd {
  color: #1e1e1e;
  font-family: Raleway, sans-serif;
  font-size: 28px;
}

.p091sc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #7a7a7a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 21px;
  line-height: 48px;
  display: flex;
}

.pp {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.text-span-6 {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.text-span-7 {
  color: #ddaf4d;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 47px;
}

.bold-text-3 {
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.link-18 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.text-block-2:hover {
  color: #ffba00;
}

.icon-2 {
  color: #fff;
  display: flex;
  top: 24px;
}

.icon-2._1232 {
  font-size: 14px;
  display: block;
  top: 0;
}

.icon-2._1 {
  top: 0;
}

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

.dropdown-toggle-2:hover {
  color: #ffba00;
}

.dropdown-toggle-2._213 {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 0;
  display: flex;
}

.dropdown-link {
  color: #fff;
  background-color: #232323;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.dropdown-link:hover {
  color: #ffba00;
}

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

.dropdown-link-2 {
  color: #fff;
  background-color: #232323;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.dropdown-link-2:hover {
  color: #ffba00;
}

.dropdown-link-2.w--current {
  color: #fff;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.h1_321 {
  color: #7a7a7a;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.imager_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 80px;
  display: grid;
}

.image_lesa {
  width: 100%;
  max-width: 360px;
}

.image_wrapper-map {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 80px;
  display: grid;
}

.image_map {
  width: 100%;
  max-width: 550px;
}

.image_map.uppp {
  transform: translate(0, 4px);
}

.text-span-8, .text-span-9 {
  color: #ddaf4d;
}

html.w-mod-js [data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js [data-ix="fade-down"], html.w-mod-js [data-ix="fade-down-2"], html.w-mod-js [data-ix="fade-down-3"], html.w-mod-js [data-ix="fade-down-4"] {
  opacity: 0;
  transform: translate(0, -35px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(-200px);
}

html.w-mod-js [data-ix="scroll-from-left"], html.w-mod-js [data-ix="scroll-from-left-2"], html.w-mod-js [data-ix="scroll-from-left-3"], html.w-mod-js [data-ix="scroll-from-left-4"], html.w-mod-js [data-ix="scroll-from-left-5"] {
  opacity: .02;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="scroll-from-right"], html.w-mod-js [data-ix="scroll-from-right-2"], html.w-mod-js [data-ix="scroll-from-right-3"], html.w-mod-js [data-ix="scroll-from-right-4"], html.w-mod-js [data-ix="scroll-from-right-5"], html.w-mod-js [data-ix="scroll-from-right-6"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="appaer-and-show"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="scroll-from-left-6"] {
  opacity: .02;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="scroll-from-right-7"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="appaer-and-show-2"], html.w-mod-js [data-ix="appaer-and-show-3"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="fade-down-scroll"], html.w-mod-js [data-ix="fade-down-scroll-2"] {
  opacity: 0;
  transform: translate(0, -35px);
}

html.w-mod-js [data-ix="appaer-and-show-4"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="fade-down-scroll-3"], html.w-mod-js [data-ix="fade-down-scroll-4"], html.w-mod-js [data-ix="fade-down-scroll-5"], html.w-mod-js [data-ix="fade-down-scroll-6"], html.w-mod-js [data-ix="fade-down-scroll-7"], html.w-mod-js [data-ix="fade-down-scroll-8"], html.w-mod-js [data-ix="fade-down-scroll-9"], html.w-mod-js [data-ix="fade-down-scroll-10"] {
  opacity: 0;
  transform: translate(0, -35px);
}

html.w-mod-js [data-ix="appaer-and-show-5"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="bottom-up"] {
  opacity: 0;
  transform: translate(0, 516px);
}

@media screen and (max-width: 991px) {
  h1 {
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    display: block;
  }

  .button.download {
    color: #edf9ff;
    background-color: #00427abd;
    border-color: #7d9dad7d;
    width: 40%;
    height: 60px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
    display: block;
  }

  .button.download:hover {
    background-color: #00427a;
  }

  .nav-link {
    color: #7d9dad;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition: color .5s, opacity .5s, transform .5s;
    display: block;
  }

  .nav-link:hover {
    color: #00427a;
    background-color: #ebebeb;
    width: 100%;
    font-size: 20px;
  }

  .nav-link.w--current {
    text-align: center;
  }

  .navbar {
    background-color: #0000;
  }

  .menu-button {
    background-color: #0000;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    transition: background-color .5s;
    display: block;
  }

  .menu-button:hover {
    background-color: #ffffff17;
  }

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

  .i-icon {
    font-size: 38px;
    display: inline-block;
    position: absolute;
    inset: 13px 0 0;
  }

  .i-icon.fix-nav {
    color: #0a5c84;
    inset: 13px auto auto 11px;
  }

  .content-section {
    padding-bottom: 155px;
  }

  .content-section.testibg {
    padding-bottom: 80px;
  }

  .content-section.bg-how-it-work {
    height: auto;
    padding-bottom: 80px;
  }

  .content-section.section-contact-us, .content-section.download-app {
    padding-bottom: 80px;
  }

  .content-wrapper {
    height: 100%;
  }

  .tabs-menu {
    top: -45px;
    left: 18%;
  }

  .tab-link, .tab-link.w--current {
    margin-bottom: 100px;
  }

  .tab-link.right {
    top: -648px;
    left: 478%;
    right: -56px;
  }

  .tab-desk.desk-how-it-work {
    float: right;
    width: 98%;
    margin-bottom: 20px;
  }

  .tab-desk.desk-how-it-work.left {
    float: left;
  }

  .tab-link-block {
    top: 88px;
    left: -144%;
    right: 6%;
  }

  .tab-link-block.right {
    top: 88px;
    left: 6%;
    right: -160%;
  }

  .left-text {
    line-height: 22px;
  }

  .testimonial {
    margin-top: 30px;
  }

  .testi-slide1 {
    height: 259px;
    display: inline-block;
  }

  .tab-link-how-it-work {
    width: 80%;
    height: 60px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: block;
  }

  .div-block-des {
    width: 50%;
    padding-right: 2%;
  }

  .div-block-img {
    margin-top: 11%;
  }

  .div-block-img.left {
    margin-top: 8%;
  }

  .h2-how-it-work {
    float: right;
    width: 90%;
    font-size: 28px;
  }

  .h2-how-it-work.left {
    float: left;
  }

  .sub-how-it-work {
    float: right;
    width: 90%;
  }

  .sub-how-it-work.left {
    float: left;
  }

  .btn-download {
    float: right;
    width: 70%;
    margin-top: 6px;
    margin-right: 0;
    display: block;
  }

  .btn-download.left.white {
    float: left;
    width: 49%;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-download.right {
    float: right;
  }

  .btn-download.right.white {
    float: right;
    text-align: center;
    width: 49%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn-download.cta-app-store {
    float: left;
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    transition: background-color .5s, transform .5s;
  }

  .btn-download.cta-app-store:hover {
    transform: scale(1.08);
  }

  .btn-download.cta-android-store {
    float: left;
    width: 80%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    transition: background-color .5s, transform .5s;
  }

  .btn-download.cta-android-store:hover {
    transform: scale(1.05);
  }

  .our-merchant, .block-download {
    width: 80%;
  }

  .block-download.the-app-download {
    width: 80%;
    margin-top: auto;
  }

  .btn-app-store {
    float: right;
    width: 70%;
  }

  .white-logo {
    margin-top: 10px;
  }

  .white-logo.w--current {
    transform: scale(.98);
  }

  .white-logo.w--current:hover {
    transform: scale(1.02);
  }

  .white-logo.color-logo:hover {
    transform: scale(1.03);
  }

  .white-logo.color-logo.w--current {
    transform: scale(.98);
  }

  .white-logo.color-logo.w--current:hover {
    transform: scale(1.02);
  }

  .nav-menu-open {
    background-color: #f5f5f5;
    height: auto;
    display: inline-block;
  }

  .block-download-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
  }

  .block-download-btn:hover {
    background-color: #ebebeb;
  }

  .div-hero-image {
    padding-top: 204px;
  }

  .hero-image {
    bottom: 79px;
  }

  .div-cta {
    padding-top: 200px;
    padding-left: 30px;
    display: inline-block;
  }

  .sub-headline {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 35px;
  }

  .div-block-left {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 145px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .hero-2 {
    width: 600px;
    inset: 318px 40px 1px 12%;
  }

  .div-block-des-slide-3 {
    float: none;
    text-align: center;
    width: 90%;
    height: 36%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 155px;
    display: block;
    position: relative;
  }

  .div-block-hero-3 {
    width: 90%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-3 {
    top: 51px;
    left: 149px;
  }

  .container-nav-bar {
    height: 100%;
  }

  .tabcontent {
    height: 100%;
    margin-top: 300px;
  }

  .tabsmenu {
    height: auto;
  }

  .fixed-navbar {
    position: fixed;
  }

  .text-filed {
    width: 80%;
  }

  .text-area {
    width: 80%;
    max-width: 80%;
  }

  .succsess-message, .error-message, .button-submit {
    width: 80%;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blog44_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog44_list {
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .blog44_heading {
    margin-right: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog44_list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large-2, .padding-section-large-3, .padding-section-large-4, .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
  }

  .button.download {
    width: 50%;
  }

  .content-section {
    padding-bottom: 0;
  }

  .content-wrapper {
    height: 100%;
  }

  .sub-heading {
    margin-bottom: 49px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .tabs-content {
    width: 320px;
    height: 600px;
    margin-top: 60px;
    display: block;
    position: static;
  }

  .tabs-menu {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .tab-link {
    border-radius: 6px;
    width: 100%;
    height: 90px;
    margin-top: 4px;
    margin-bottom: auto;
    display: block;
  }

  .tab-link.w--current {
    border-radius: 4px;
    margin-bottom: 4px;
    display: block;
  }

  .tab-link.right {
    position: static;
  }

  .tab-desk.desk-how-it-work {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tab-desk.desk-how-it-work.left {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-block {
    float: left;
    width: 80%;
    display: inline-block;
    position: static;
  }

  .tab-link-block.right {
    text-align: left;
  }

  .tab-image-icon {
    width: 20%;
    height: 60px;
    margin-top: 10px;
  }

  .left-text {
    text-align: right;
  }

  .right-text {
    display: block;
  }

  .testimonial {
    margin-top: 26px;
    font-size: 22px;
  }

  .testi-slide1 {
    height: 100%;
  }

  .testi-writer {
    margin-top: 30px;
    font-size: 16px;
  }

  .tab-link-how-it-work {
    width: 80%;
  }

  .div-block-des {
    float: none;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-des.right {
    float: none;
    padding-top: 30px;
  }

  .div-block-des.login {
    padding-top: 30px;
  }

  .div-block-img {
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .div-block-img.left {
    margin-top: auto;
  }

  .h2-how-it-work, .h2-how-it-work.left, .sub-how-it-work, .sub-how-it-work.left {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn-download {
    float: none;
    clear: none;
    width: 60%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .btn-download.left {
    float: left;
  }

  .btn-download.left.white {
    width: 100%;
    margin-bottom: 8px;
    display: inline-block;
  }

  .btn-download.right {
    float: right;
  }

  .btn-download.right.white, .btn-download.cta-app-store, .btn-download.cta-android-store {
    width: 100%;
  }

  .btn-icon {
    width: 14%;
  }

  .btn-text {
    width: 80%;
  }

  .gallery-logo {
    width: 22%;
    margin-left: 28px;
    margin-right: 28px;
  }

  .block-download.block-cta-dw {
    text-align: center;
    width: 60%;
    display: block;
  }

  .social-media-block.how-it-work {
    float: none;
  }

  .btn-app-store {
    float: none;
    width: 60%;
  }

  .white-logo {
    transform: scale(.96);
  }

  .white-logo.w--current {
    margin-top: 18px;
    transform: scale(.94);
  }

  .white-logo.w--current:hover {
    transform: scale(.98);
  }

  .white-logo.color-logo {
    margin-top: 18px;
    transform: translate(0, -5px)scale(.9);
  }

  .white-logo.color-logo:hover, .white-logo.color-logo.w--current {
    transform: scale(.94);
  }

  .white-logo.color-logo.w--current:hover {
    transform: scale(.98);
  }

  .slider {
    height: 900px;
    min-height: 900px;
  }

  .slide-1-container {
    height: 100%;
    overflow: hidden;
  }

  .div-hero-image {
    float: right;
    width: 100%;
    padding-top: 487px;
    padding-left: 31px;
    display: block;
    position: static;
    inset: 0 0 auto auto;
  }

  .hero-image {
    position: static;
  }

  .div-cta {
    float: none;
    clear: both;
    text-align: center;
    width: 80%;
    height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 160px;
    padding-left: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

  .div-block-left {
    float: none;
    width: 90%;
    margin-top: 30%;
    display: block;
  }

  .hero-2 {
    top: 360px;
    left: 0%;
  }

  .div-block-des-slide-3 {
    float: none;
    width: 80%;
    height: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 173px;
    padding-left: 0;
    display: block;
  }

  .div-block-hero-3 {
    width: 80%;
  }

  .hero-3 {
    top: 26px;
    left: 40px;
  }

  .succsess-message {
    width: 80%;
  }

  .button-2.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_container {
    padding-left: 0;
  }

  .navbar2_link, .navbar2_link.w--current {
    font-size: .8125rem;
  }

  .navbar2_menu.is-page-height-tablet {
    border-bottom-style: none;
    height: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog44_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog44_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .blog44_heading {
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-mobile-landscape {
    display: block;
  }

  .blog44_list-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .shop-wrpaper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .gallery21_mask {
    width: 100%;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .sdfasd.ddser {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .searchbar {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .wrapper-shop {
    padding-right: 20px;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: center;
    font-size: 41px;
    line-height: 48px;
    overflow: visible;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    margin-top: 8px;
  }

  .button.download {
    width: 70%;
  }

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

  .nav-link.blue-text:hover {
    color: #000;
    background-color: #232323;
    font-size: 14px;
  }

  .navbar {
    background-color: #232323;
  }

  .menu-button {
    position: absolute;
    top: -29px;
    left: 263px;
  }

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

  .i-icon {
    color: #fff;
  }

  .i-icon:focus {
    color: #00427a;
  }

  .i-icon.fix-nav {
    filter: brightness(200%) grayscale();
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-section.testibg {
    height: 300px;
    padding-bottom: 30px;
  }

  .content-section.ourmerchant-bg {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .content-section.download-app {
    height: 540px;
  }

  .content-section.chnaged.asdas {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    padding-bottom: 10px;
  }

  .content-wrapper {
    height: 100%;
  }

  .sub-heading {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .sub-heading.cha {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 34px;
  }

  .tabs-content {
    width: 300px;
    height: auto;
    margin-top: 30px;
  }

  .tabs-menu {
    clear: both;
    display: inline-block;
    position: static;
    inset: 0 18%;
  }

  .tab-link {
    height: 60px;
    margin-top: 4px;
  }

  .font-thin {
    font-size: 20px;
  }

  .tab-desk {
    display: none;
  }

  .tab-desk.desk-how-it-work {
    width: 100%;
    margin-top: 3px;
    display: block;
  }

  .tab-image-icon {
    float: right;
    width: 16%;
    height: 39px;
    margin-top: 2px;
  }

  .right-text {
    display: none;
  }

  .testimonial {
    width: 90%;
    margin-top: 20px;
    font-size: 18px;
  }

  .testi-slider {
    height: 100%;
  }

  .testi-writer {
    width: 90%;
  }

  .testi-slide-nav {
    padding-top: 11px;
  }

  .tab-link-how-it-work {
    color: #fff;
    width: 90%;
    margin-bottom: 4px;
  }

  .tab-link-how-it-work.w--current {
    border-style: none;
    border-width: 0;
    margin-bottom: 4px;
  }

  .div-block-tab-link {
    width: 100%;
    height: auto;
    position: static;
  }

  .tabs-menu-2 {
    display: block;
  }

  .div-block-des {
    margin-top: 0%;
  }

  .div-block-img {
    width: 100%;
    margin-top: 8%;
  }

  .h2-how-it-work {
    float: none;
    width: 100%;
    font-size: 23px;
  }

  .h2-how-it-work.left {
    float: left;
    display: inline;
  }

  .sub-how-it-work {
    float: none;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .sub-how-it-work.left {
    display: block;
  }

  .btn-download {
    float: left;
    width: 100%;
    margin-bottom: 4px;
  }

  .btn-download.right {
    float: left;
  }

  .btn-icon {
    width: 20%;
  }

  .btn-text {
    width: 75%;
  }

  .div-block-merchant {
    margin: 18px;
    padding: 0;
  }

  .our-merchant {
    width: 90%;
    margin-bottom: 30px;
    line-height: 20px;
  }

  .our-merchant.download-app {
    margin-bottom: 30px;
  }

  .gallery-logo {
    width: 30%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .divide-contact-us {
    margin-bottom: 70px;
  }

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

  .block-download {
    width: 80%;
    margin-top: 65px;
  }

  .block-download.block-cta-dw {
    width: 80%;
  }

  .block-download.the-app-download {
    margin-top: 58px;
  }

  .social-media-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .social-media-block.how-it-work {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bg-social-icon, .bg-social-icon.facebook {
    margin-left: 4px;
    margin-right: 4px;
  }

  .copyright {
    font-size: 13px;
    line-height: 24px;
  }

  .btn-app-store {
    width: 100%;
  }

  .white-logo.w--current {
    margin-top: 20px;
    transform: scale(.9);
  }

  .white-logo.w--current:hover {
    transform: scale(.92);
  }

  .white-logo.color-logo.w--current {
    margin-top: 20px;
    transform: scale(.9);
  }

  .white-logo.color-logo.w--current:hover {
    transform: scale(.92);
  }

  .nav-menu-open {
    background-color: #333;
  }

  .slide-1 {
    overflow: hidden;
  }

  .div-hero-image {
    float: none;
    clear: both;
    width: 200%;
    height: 200%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 500px;
    padding-left: 0;
  }

  .hero-image {
    position: relative;
    inset: 42px 42px auto -93px;
  }

  .div-cta {
    width: 90%;
    padding-top: 140px;
  }

  .sub-headline {
    font-size: 23px;
    line-height: 30px;
  }

  .slide-2 {
    overflow: hidden;
  }

  .div-block-left {
    width: 90%;
    height: auto;
    margin-top: 140px;
    position: relative;
    top: 0;
    left: 0;
  }

  .hero-2 {
    width: auto;
    inset: 57px auto auto 23%;
    overflow: hidden;
  }

  .blok-img-slide-2 {
    width: 200%;
    height: 90%;
    display: block;
    position: relative;
  }

  .slide-3 {
    overflow: hidden;
  }

  .div-block-des-slide-3 {
    width: 90%;
    height: auto;
    padding-top: 165px;
  }

  .div-block-hero-3 {
    width: 200%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -61px;
    left: -54px;
    overflow: hidden;
  }

  .hero-3 {
    display: inline-block;
    position: absolute;
    inset: 93px auto auto 54px;
    overflow: hidden;
  }

  .container-nav-bar {
    height: 95%;
  }

  .fixed-navbar {
    height: 37px;
    display: block;
  }

  .text-filed {
    width: 90%;
  }

  .text-area {
    width: 90%;
    max-width: 90%;
  }

  .succsess-message, .error-message {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-submit {
    width: 90%;
  }

  .background-video {
    z-index: 1;
    height: 198px;
    overflow: visible;
  }

  .l9ink-swreapper {
    z-index: 100000000;
    background-color: #333;
  }

  .menu-icon2_line-bottom {
    border: 1px solid #000;
  }

  .navbar2_component {
    z-index: 0;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    height: 80px;
    display: flex;
    position: relative;
  }

  .menu-icon2_line-top {
    border: 1px solid #000;
  }

  .navbar2_container {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-left: 0;
  }

  .menu-icon2 {
    background-color: #fff;
  }

  .navbar2_link {
    white-space: nowrap;
    font-size: .6rem;
  }

  .navbar2_menu.is-page-height-tablet {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: height .5s;
    display: flex;
    position: static;
    overflow: visible;
  }

  .menu-icon2_line-middle {
    border: 1px solid #000;
  }

  .image_printing.chnaged {
    max-width: 100px;
  }

  .card-printing-wrapper {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-printing-heading {
    font-size: 15px;
    line-height: 25px;
  }

  .test1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-2 {
    margin-left: 0;
  }

  .image-3d-modile-h {
    object-fit: fill;
    height: 150px;
  }

  .line-dic {
    max-width: 30px;
    height: 2px;
  }

  .button-wra-er {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: hidden;
  }

  ._2-lis0home-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .links-same-footer {
    white-space: nowrap;
    font-size: 9px;
  }

  .div-block-2 {
    flex-flow: row;
    font-size: 15px;
  }

  .prleofer-heading, .italic-text, .italic-text-2, .italic-text-3 {
    font-size: 14px;
  }

  .section_cta {
    padding-top: 5.2rem;
  }

  .cta_wrapper {
    height: 150px;
  }

  .h1_cta {
    font-size: 13px;
  }

  .image_lgog {
    max-width: 21px;
  }

  .div_line-cta {
    border-top-width: 2px;
    padding-top: 30px;
  }

  .title-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
  }

  .title-wrapper._123 {
    justify-content: center;
    align-items: center;
    height: 75px;
    padding: 20px;
    display: flex;
  }

  .h1_free {
    font-size: 16px;
  }

  .h1_free.smm {
    padding-left: 0%;
    font-size: 10px;
  }

  .h1_free.smm._12312r5w {
    line-height: 10px;
  }

  .h1_free._1 {
    text-align: center;
    padding-left: 0%;
    font-size: 11px;
    line-height: 18px;
  }

  .wifth-free {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxsmall {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-size-medium._1312 {
    padding-bottom: 50px;
    font-size: .8rem;
  }

  .heading-style-h2.fqas {
    font-size: 4rem;
  }

  .heading-style-h5 {
    font-size: .9rem;
  }

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-5.tut {
    padding-top: 20px;
    font-size: 13px;
    line-height: 28px;
  }

  .heading-5.tut1 {
    font-size: 14px;
    line-height: 20px;
  }

  .image_tut {
    border-radius: 8px;
    overflow: hidden;
  }

  .rich-text-block {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0%;
  }

  .heading-6 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    font-size: 16px;
    transform: translate(-92px);
  }

  .link-15, .link-16, .link-17 {
    font-size: 16px;
  }

  .image_3d-p {
    max-width: 100px;
  }

  .image_3d-h {
    font-size: 14px;
  }

  .c1_wrapper-cards {
    flex-flow: column;
    display: flex;
  }

  .blog44_item-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-flexs {
    flex-flow: row;
  }

  .paragraph {
    font-size: 20px;
  }

  .section_shop {
    overflow: hidden;
  }

  .shop-wrpaper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .f-imahe-hero {
    max-width: 180px;
    height: 52px;
  }

  .m {
    display: none;
  }

  .gallery21_slide, .gallery21_slide._1, .gallery21_slide._8 {
    height: 278px;
    padding: 2rem 0 0;
  }

  .gallery21_slider {
    height: 278px;
  }

  .contet-wtrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 15px;
  }

  .p1_h {
    font-size: 15px;
    line-height: 41px;
  }

  .p1_pwss {
    font-size: 13px;
  }

  .button-6 {
    border-width: 2px;
    padding: 5px 10px;
    font-size: 13px;
  }

  .heading-8 {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sdfasd {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .sdfasd.ddser {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: flex-start;
  }

  .searchbar {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block {
    font-size: 13px;
  }

  .dropdown-toggle {
    max-width: 100px;
  }

  .h_shop {
    font-size: 12px;
  }

  .wrapper-shop {
    height: 50px;
    padding-right: 20px;
  }

  .dolwoad-wrapper {
    padding-top: 0;
  }

  .ime_wrapper {
    width: 100%;
    max-width: 200px;
  }

  .text-span-2, .text-span-3 {
    font-size: 10px;
  }

  .le-image {
    height: auto;
  }

  .contet-wrtapper {
    padding-top: 4.875rem;
  }

  .hq_nous {
    font-size: 15px;
  }

  .hq_nous.biiger {
    font-size: 20px;
  }

  .section_feautre {
    height: auto;
  }

  .h1_f {
    font-size: 15px;
    line-height: 24px;
  }

  .l1, .l2_1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .qui-heaidng {
    font-size: 16px;
  }

  .heaidng_quier {
    font-size: 20px;
  }

  .qui_pra {
    font-size: 16px;
  }

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

  .about_content-wrpaper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about_para {
    text-align: center;
  }

  .about-imgeer {
    height: auto;
  }

  .contact1_form {
    grid-row-gap: 1.5rem;
  }

  .contact1_component {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .padding-global-4 {
    padding-bottom: 4rem;
  }

  .oadiier {
    flex-flow: column;
    display: flex;
  }

  .conter-wrpper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .p091sc {
    line-height: 29px;
  }

  .bold-text-3 {
    font-size: .8rem;
  }

  .text-block-2 {
    font-size: .625rem;
  }

  .icon-2 {
    display: none;
  }

  .icon-2._1232 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    display: flex;
    top: 25px;
  }

  .icon-2._1 {
    display: flex;
    top: 22px;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-link {
    font-size: 10px;
  }

  .dropdown-link-2 {
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }

  .h1_321 {
    font-size: 35px;
  }

  .imager_wrapper {
    grid-template-columns: 1fr;
  }

  .image_wrapper-map {
    grid-column-gap: 78px;
    grid-row-gap: 78px;
    flex-flow: column;
    display: flex;
  }

  .dropdown {
    z-index: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-list-2 {
    right: -80.7656px;
  }

  .dropdown-list-2.w--open {
    right: -36.7656px;
  }

  .dropdown-list-3 {
    top: -12px;
  }

  .dropdown-list-3.w--open {
    z-index: 1;
    top: 0;
  }
}

#w-node-f38cb45e-74a3-ed6c-105f-b4fc88394f5f-1dbd9d5f {
  justify-self: center;
}

#w-node-f38cb45e-74a3-ed6c-105f-b4fc88394f72-1dbd9d5f {
  justify-self: end;
}

#w-node-ef9f15fa-9068-6a5d-d5ab-fe32ecbd8c55-fb0e3c98 {
  justify-self: center;
}

#w-node-ef9f15fa-9068-6a5d-d5ab-fe32ecbd8c6b-fb0e3c98 {
  justify-self: end;
}

#w-node-_2b89ad13-2285-dee1-b20a-6405bfe4a9b8-7d7e9892 {
  justify-self: center;
}

#w-node-_2b89ad13-2285-dee1-b20a-6405bfe4a9ce-7d7e9892 {
  justify-self: end;
}

#w-node-_78beb9cf-8559-d29a-5d2e-21ad7a489dd8-50966187 {
  justify-self: center;
}

#w-node-_78beb9cf-8559-d29a-5d2e-21ad7a489dee-50966187 {
  justify-self: end;
}

#w-node-_6ce6033c-6ff2-4647-676f-40877f0112ad-a0e6ac9a {
  justify-self: center;
}

#w-node-_6ce6033c-6ff2-4647-676f-40877f0112c3-a0e6ac9a {
  justify-self: end;
}

#w-node-_7fafdfc9-2285-5aad-2016-d1f3b471245c-2b528e93 {
  justify-self: center;
}

#w-node-_7fafdfc9-2285-5aad-2016-d1f3b4712472-2b528e93 {
  justify-self: end;
}

#w-node-_319fff33-1b0d-c05f-335e-23e0e1ea3a3b-d0977467 {
  justify-self: center;
}

#w-node-_319fff33-1b0d-c05f-335e-23e0e1ea3a51-d0977467 {
  justify-self: end;
}

#w-node-_42f80e70-197d-f39b-fdfc-5deb80a8555c-dd5725b5 {
  justify-self: center;
}

#w-node-_42f80e70-197d-f39b-fdfc-5deb80a85572-dd5725b5 {
  justify-self: end;
}

#w-node-fe9e152b-f5d7-51ba-624f-6b425068b91e-1bfc1da2 {
  justify-self: center;
}

#w-node-fe9e152b-f5d7-51ba-624f-6b425068b934-1bfc1da2 {
  justify-self: end;
}

#w-node-_61b28540-a735-2831-b8cc-59198ba9734c-921b9d4f {
  justify-self: center;
}

#w-node-_61b28540-a735-2831-b8cc-59198ba97362-921b9d4f {
  justify-self: end;
}

#w-node-cd183be7-5cb1-0c78-14d3-3dfb85127c13-c847ce90 {
  justify-self: center;
}

#w-node-cd183be7-5cb1-0c78-14d3-3dfb85127c29-c847ce90 {
  justify-self: end;
}

#w-node-_13070342-2e2d-f3da-0fcf-da2c99e906c1-f76c8d3b {
  justify-self: center;
}

#w-node-_13070342-2e2d-f3da-0fcf-da2c99e906d7-f76c8d3b {
  justify-self: end;
}

#w-node-df8c3f5d-ada2-d050-1ad4-86e5e21cabd3-85e1316e {
  justify-self: center;
}

#w-node-df8c3f5d-ada2-d050-1ad4-86e5e21cabe9-85e1316e {
  justify-self: end;
}

#w-node-d5e47627-854c-5d90-a577-6e8e10052f74-85e1316e, #w-node-df38ef77-ee9f-fe9b-d010-d0915026d92d-85e1316e, #w-node-_52d4ca49-6e5d-0d09-7049-3247f5000342-85e1316e, #w-node-_971260f0-3b95-e1cb-8b6d-9f7556efdb4c-85e1316e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e933344e-cf76-4d88-29d8-f1f7f12c920d-750119fc {
  justify-self: center;
}

#w-node-e933344e-cf76-4d88-29d8-f1f7f12c9223-750119fc {
  justify-self: end;
}

#w-node-f3f451bc-d02a-91e3-c0cc-eead68c02082-750119fc, #w-node-_0924e87c-1966-d817-1086-4de0c9f3aff5-18e840bf {
  justify-self: center;
}

#w-node-_0924e87c-1966-d817-1086-4de0c9f3b00b-18e840bf {
  justify-self: end;
}

#w-node-df1028e9-bfb1-41e5-5924-c0770af82551-310c949f {
  justify-self: center;
}

#w-node-df1028e9-bfb1-41e5-5924-c0770af82567-310c949f {
  justify-self: end;
}

#w-node-afa2ec2f-f9f6-7bf6-abd3-27b440bf0b82-1d563f67 {
  justify-self: center;
}

#w-node-afa2ec2f-f9f6-7bf6-abd3-27b440bf0b98-1d563f67 {
  justify-self: end;
}

#w-node-f38cb45e-74a3-ed6c-105f-b4fc88394f5f-1aa8dce7 {
  justify-self: center;
}

#w-node-f38cb45e-74a3-ed6c-105f-b4fc88394f72-1aa8dce7 {
  justify-self: end;
}


