@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-ExtraBold.ttf') format("truetype"), url('../fonts/HelveticaNowText-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext extltita;
  src: url('../fonts/HelveticaNowText-ExtLtIta.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext regita;
  src: url('../fonts/HelveticaNowText-RegIta.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zonapro;
  src: url('../fonts/ZonaPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zonapro;
  src: url('../fonts/ZonaPro-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --tomato: #ff6f4c;
  --2dark-khaki: #c4b357;
  --white-smoke: whitesmoke;
  --medium-blue: #271abd;
  --medium-sea-green: #00aa4d;
  --slate-blue: #4454fe;
  --dark-navy-black: #141520;
  --silver: #c2c2c2;
  --brown: #693834;
  --midnight-blue: #282c67;
  --black-grey: #2c2d37;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}

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

p {
  color: #e2e2e2;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  color: var(--tomato);
}

strong {
  font-weight: 600;
}

.body-1 {
  background-color: #0000;
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-3 {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(93deg, #212121, #13131359 54%, #13131300);
  width: 100%;
  height: 85vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section-wrapper.glow-2 {
  color: silver;
  background-color: #212121;
  background-image: radial-gradient(circle closest-corner at 0%, #8b242426, #4454fe00);
  flex-flow: column;
  align-items: center;
  width: 85%;
  height: auto;
  padding: 49px 0;
}

.section-container {
  flex: 1;
  max-width: 1400px;
}

.section-container.hero {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-container.service {
  flex: 0 auto;
  width: 85%;
  max-width: none;
  padding-top: 50px;
}

.section-container.process {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 93%;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.section-container.process.guiding {
  width: 100%;
}

.section-container.faqs {
  padding-top: 0;
}

.section-container.faqs._56 {
  max-width: none;
}

.section-container.contact {
  background-color: #0000;
  flex: 0 auto;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.hero-content-conatiner {
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 560px;
  padding-top: 0;
  display: flex;
}

.hero-title {
  color: #fff;
  white-space: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.hero-paragraph {
  text-align: right;
  width: 46.3163%;
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-1 {
  background-image: linear-gradient(113deg, #2c1dc9, #4b3af7);
  border-radius: 17px;
  margin-left: 4px;
  padding: 1px;
  text-decoration: none;
  transition-duration: .4s;
}

.button-1:hover {
  transform: scale(1.05);
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  outline-offset: 0px;
  color: #fff;
  background-image: linear-gradient(120deg, #212121, #000);
  border: 1px #000;
  border-radius: 17px;
  outline: 3px #fff;
  align-items: center;
  margin-left: 1px;
  margin-right: 1px;
  padding: 20px 25px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button-content:hover {
  color: #fff;
  background-image: linear-gradient(298deg, #212121, #000);
}

.button-content._4545 {
  margin-left: 0;
  margin-right: 0;
}

.button-content._4545._885 {
  outline-offset: 0px;
  outline: 3px #fff;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.webflow-partner-badge {
  width: 200px;
  height: 200px;
  padding: 35px;
  position: relative;
}

.webflow-partner-text {
  position: absolute;
  inset: 0%;
}

.webflow-icon {
  mix-blend-mode: normal;
}

.section-tag-container {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 27px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.service-cards-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.service-card {
  border-bottom: 3px none var(--2dark-khaki);
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #c4b35754, #c4b35700);
  border-radius: 17px;
  align-self: auto;
  width: 30%;
  padding: 33px 14px 0;
  transition: all .4s;
}

.service-card:hover {
  mix-blend-mode: lighten;
  background-color: #0000;
  background-image: linear-gradient(144deg, #c4b357, #c4b35700);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  box-shadow: 0 6px 20px 9px #c4b357;
}

.service-card-paragraph {
  margin-bottom: 15px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
}

.service-card-list {
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
}

.service-card-list.bbb {
  font-weight: 200;
}

.section-title-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  padding-bottom: 44px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.section-title {
  color: #fff;
  width: 99.9998%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-weight: 700;
}

.section-title.sdfsdfsd {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  font-size: 26px;
  display: flex;
}

.section-title.sdfsdfsd.right {
  justify-content: flex-end;
  align-items: center;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.process-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-content-container._2 {
  flex-direction: column;
}

.process-card-container {
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.process-card {
  grid-row-gap: 20px;
  background-color: #ffffff1a;
  border-radius: 17px;
  flex-direction: column;
  width: 23%;
  padding: 32px 11px 18px;
  display: flex;
}

.process-card:hover {
  outline-offset: 0px;
  outline: 1px solid silver;
}

.process-card-title {
  color: #fff;
  text-align: left;
  font-family: Zonapro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.process-card-paragraph {
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.faq-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  padding-right: 28px;
}

.faq-card {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-answer {
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.faq-toggle {
  color: #fff;
  white-space: break-spaces;
  background-color: #ffffff1a;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 0 11px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.faq-toggle.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-container {
  flex-direction: column;
  display: flex;
}

.toggle-text {
  z-index: 2;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
  position: relative;
}

.faq-answer-container {
  background-color: #ffffff0d;
  padding: 30px 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.contact-content-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.projects-wrapper {
  background-color: #212121;
  padding-bottom: 39px;
  position: relative;
  overflow: hidden;
}

.projects-marquee-container {
  width: 300vw;
  display: flex;
  transform: translate(0);
}

.project-thumbnail-container {
  width: 100%;
  height: auto;
  margin-left: 2px;
  margin-right: 2px;
}

.project-marquee {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.project-marquee.left {
  display: flex;
}

.explore-button-copntainer {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.explore-button-copntainer._4888.sdfsdf {
  padding-bottom: 0;
}

.explore-button-copntainer.tttop {
  justify-content: flex-end;
  align-items: center;
}

.explore-button-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-tag-line {
  background-image: linear-gradient(to right, #fff0, #fffc);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.slide-nav {
  display: none;
}

.project-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  overflow: visible;
}

.project-info-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  max-width: 520px;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.6em;
  display: flex;
}

.project-image-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 17px;
  flex: none;
  width: 50%;
  height: auto;
  overflow: hidden;
}

.project-slider {
  background-color: #0000;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.project-sldier-mask {
  width: auto;
  height: auto;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.left-arrow {
  background-color: #212232;
  background-image: linear-gradient(285deg, #000, #212121);
  border: 1px solid #fff;
  border-radius: 17px;
  width: 80px;
  height: 80px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 50%;
}

.left-arrow:hover {
  background-color: #2d2e3a;
}

.right-arrow {
  background-color: #212232;
  background-image: linear-gradient(271deg, #000, #212121);
  border: 1px solid #fff;
  border-radius: 17px;
  width: 80px;
  height: 80px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  background-color: #2d2e3c;
}

.project-tag {
  color: #fff;
  white-space: nowrap;
  background-color: #ffffff1a;
  align-items: center;
  padding: 10px 12px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.project-tag-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  line-height: 1em;
  display: flex;
}

.project-description {
  margin-bottom: 30px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
  display: block;
}

.project-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Zonapro, sans-serif;
  font-weight: 700;
}

.project-link {
  grid-column-gap: 10px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-left: -10px;
  padding: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.project-link:hover {
  color: #fff;
}

.link-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.project-image {
  object-fit: cover;
  min-height: 450px;
}

.slider-section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.slider-section-wrapper.glow-1 {
  background-color: #212121;
  background-image: radial-gradient(circle closest-corner at 0%, #c4b3571a, #ff6f4c00 95%);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider-section-wrapper.glow-1._55 {
  background-image: radial-gradient(circle closest-corner at 0%, #4535e91a, #ff6f4c00 95%);
  padding-top: 13px;
  padding-left: 0;
  padding-right: 0;
}

.slider-section-wrapper.glow-1.mm {
  background-image: radial-gradient(circle closest-corner at 0%, #009d481a, #ff6f4c00 95%);
}

.slider-section-wrapper.glow-1-copy {
  background-color: #212121;
  background-image: radial-gradient(circle closest-corner at 0%, #d116161a, #ff6f4c00 95%);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider-section-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 85%;
  max-width: none;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.magnetic-element {
  padding-right: 30px;
}

.button-text {
  align-items: center;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
  display: flex;
}

.work-start-a-project-button {
  display: flex;
}

.section {
  background-image: url('../images/Native-Texture.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  width: 100%;
  display: flex;
}

.section-2 {
  background-color: #212121;
  padding-bottom: 0;
}

.section-3 {
  background-color: #212121;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-links {
  color: #fff;
  text-shadow: none;
  padding-bottom: 20px;
  font-family: Zonapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  position: static;
}

._4row-div {
  justify-content: center;
  width: 100%;
  padding-top: 62px;
  padding-bottom: 62px;
  display: flex;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #000;
  width: 99.9999%;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 9px;
  font-weight: 200;
}

.work-footer {
  color: #8b8b8b;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  text-decoration: none;
}

.work-footer.hovi {
  text-shadow: none;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.work-footer.hovi:hover {
  color: #fff;
}

.google-maps {
  color: #fff;
  text-shadow: none;
  padding-bottom: 20px;
  font-family: Zonapro, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.chin {
  width: 100%;
}

.empty-space {
  height: 3vh;
}

.top-row-footer {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 0 auto;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.contacrt {
  color: #8b8b8b;
  text-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: none;
}

.contacrt:hover {
  color: #fff;
}

.get-in-touch {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 19px;
  display: flex;
}

.get-in-touch.maps {
  flex: 0 auto;
  width: 100%;
}

.get-in-touch.quick-links-s {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.get-in-touch.ddddd:hover {
  background-image: none;
}

.link-2 {
  color: #8b8b8b;
  text-shadow: none;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.link-2:hover {
  color: #fff;
}

.link-2.hovi {
  text-shadow: none;
  margin-top: 0;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.home-footer {
  color: #8b8b8b;
  text-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.home-footer:hover {
  color: #fff;
}

.home-footer.w--current {
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.div-block-3 {
  flex-direction: column;
  display: none;
}

.second-row-footer {
  justify-content: flex-end;
  width: 50%;
  padding-right: 0;
  display: none;
}

.html-embed {
  border-radius: 17px;
  height: 25vh;
  overflow: hidden;
}

.link-3 {
  color: #8b8b8b;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
  text-decoration: none;
}

.responsive-square {
  justify-content: center;
  width: 85%;
  display: flex;
}

.services {
  color: #8b8b8b;
  text-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.services:hover {
  color: #fff;
}

.maps {
  flex: 1;
  height: auto;
  min-height: auto;
}

.text-block-8 {
  color: #fff;
  text-shadow: none;
  padding-bottom: 7px;
  font-family: Zonapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-8.tesendi {
  padding-bottom: 20px;
  font-size: 22px;
}

.reelweb-hero {
  text-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
}

.get-a-quote {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.get-a-quote:hover {
  color: #d51515;
}

.services-heading {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.services-heading.webi {
  width: 89%;
}

.reel-web-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.reel-web-heading.reel {
  padding-left: 27px;
}

.rw-get-a-quote-button {
  outline-offset: 0px;
  color: #fff;
  cursor: pointer;
  background-color: #212121;
  border: 1.8px solid #fff;
  border-radius: 7px;
  outline: 3px #fff;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.rw-get-a-quote-button:hover {
  color: var(--white-smoke);
  background-color: #e53827;
  outline-color: #fff;
}

.responsive-hero {
  flex-direction: column;
  justify-content: flex-end;
  width: 89%;
  height: auto;
  display: flex;
}

.responsive-hero.graphic-design {
  justify-content: center;
  width: 77%;
  padding-top: 128px;
}

.responsive-hero.graphic-design.howe-d {
  flex-flow: row;
  justify-content: flex-end;
  width: auto;
  padding: 0 71px 27px;
}

.responsive-hero.graphic-design.howe-d.fee {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.responsive-hero.pp {
  width: 90%;
  padding-left: 0;
}

.text-span-2 {
  color: #fff;
  font-size: 35px;
}

.reel-web-hypper-button-links {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 11px;
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.reel-web-hypper-button-links._556 {
  justify-content: flex-end;
  align-items: center;
}

.superscript-2 {
  padding-left: 5px;
  font-size: 23px;
  font-weight: 400;
}

.heading-3 {
  color: #fff;
  margin-top: 19px;
  margin-bottom: 3px;
  font-family: Zonapro, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.pricing-bl {
  color: #fff;
  font-family: Helveticanowtext, sans-serif;
  font-size: 37px;
  font-weight: 700;
}

.main-h-card-heading {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 15px 24px;
  display: flex;
}

.bl-sign-up-now {
  z-index: 85;
  outline-offset: 0px;
  color: #fff;
  text-shadow: none;
  object-fit: fill;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: 3px #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
  position: relative;
}

.bl-sign-up-now:hover {
  color: var(--medium-blue);
  background-color: #fff;
  font-weight: 700;
}

.bl-sign-up-now.uber {
  margin-top: 30px;
}

.bl-sign-up-now.uber:hover {
  border-color: #00a34a;
}

.bl-sign-up-now.des {
  border-radius: 17px;
}

.bl-sign-up-now.des:hover {
  color: #c4b357;
}

.bl-sign-up-now.green-but {
  border-radius: 17px;
}

.bl-sign-up-now.green-but:hover {
  color: var(--medium-sea-green);
}

.bl-sign-up-now.mo {
  border-width: 1px;
  border-radius: 17px;
  justify-content: center;
  width: auto;
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
  overflow: hidden;
}

.real-designs-services-d {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.real-designs-services-d.ss {
  text-align: left;
  background-color: #0000;
  padding-left: 10px;
}

.real-designs-services-d.sdf6, .real-designs-services-d.sdfs, .real-designs-services-d.sded {
  background-color: var(--white-smoke);
  text-align: left;
  padding-left: 10px;
}

.rw-one-pager {
  color: #5140ff;
  padding-top: 19px;
  padding-bottom: 10px;
  font-family: Zonapro, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.rw-one-pager.rwdsub {
  color: #000;
  padding-top: 2px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.rw-one-pager._3b {
  color: var(--medium-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
}

.main-glass-div {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  outline-offset: 0px;
  background-color: #21212170;
  border: 1px solid #fff;
  border-radius: 17px;
  outline: 3px #333;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.main-glass-div.am-glass-pannel:hover {
  border-color: var(--medium-sea-green);
}

.main-glass-div.website-glass:hover {
  border-color: var(--slate-blue);
}

.rw-dynamic-website-d {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #0000;
  padding: 25px;
}

.tab-link-tab-1.w--current {
  background-color: #5140ff;
  padding: 25px;
}

.tab-link-tab-1.host {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  font-size: 24px;
}

.tab-link-tab-1.host:hover {
  color: #fff;
}

.tab-link-tab-1.host.w--current {
  background-image: linear-gradient(170deg, var(--slate-blue), var(--medium-blue));
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  font-family: Zonapro, sans-serif;
  font-weight: 700;
}

.tab-link-tab-1.host.am-digital.w--current {
  background-color: #00aa4d;
  background-image: linear-gradient(276deg, #00aa4d, #007032);
}

.rd {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.rd.awaw {
  text-align: left;
  background-color: #f5f5f5;
  padding-left: 10px;
}

.rw-design-heading {
  color: #fff;
  width: 100%;
  margin-bottom: 6px;
  padding-right: 26px;
  font-family: Zonapro, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.rw-design-heading._222.sigi {
  margin-bottom: 0;
}

.rw-design-heading.mobid {
  padding-bottom: 16px;
}

.rw-design {
  color: #fff;
  padding-top: 28px;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 300;
}

.rw-design.rwd {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.rw-design.rwd._87 {
  padding-bottom: 11px;
  font-family: Helveticanowtext, sans-serif;
}

.rw-design.rwd-copy {
  padding-top: 14px;
}

.rw-design.rwd-copy.ud-sub {
  padding-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
}

.rw-multi-pager-d {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
}

.business-lite-card-hero {
  border: 6px solid var(--medium-blue);
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 17px;
  outline: 3px #333;
  flex-flow: column;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.pb-heading {
  color: var(--medium-blue);
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.pb-heading.rw-utility-web, .pb-heading.muti-pager-rw {
  color: var(--medium-blue);
  padding-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 22px;
}

.pb-heading.muti-pager-rw-copy, .pb-heading.rw-utility-web-copy {
  color: var(--medium-blue);
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 28px;
}

.bl-services-b-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bl-services-b-copy.see {
  text-align: left;
  padding-bottom: 15px;
  padding-left: 10px;
}

.bl-services-b-copy.see.shocked {
  background-color: var(--white-smoke);
}

.bl-services-b-copy.awawe {
  text-align: left;
  background-color: #f5f5f5;
  padding-left: 10px;
}

.div-block-7 {
  background-color: #271abd;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.responsive-reel-glass-div {
  justify-content: center;
  align-items: center;
  width: 89%;
  height: auto;
  margin-top: 16px;
  display: flex;
}

.rw-hosting-heading {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.tabs-content {
  border-top: 3px solid var(--medium-blue);
  outline-color: var(--medium-blue);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
}

.tabs-content.adhere-marketing-tab-line {
  outline-offset: 0px;
  border-top-color: #00aa4d;
  outline: 3px #00aa4d;
}

.tabs-content._7410 {
  display: block;
}

.text-block-15 {
  color: var(--medium-blue);
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Zonapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.left-hosting-colu {
  flex: 1;
  justify-content: flex-end;
  height: 30vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.text-span-3 {
  font-size: 20px;
}

.pricing-bp {
  color: #fff;
  font-family: Helveticanowtext, sans-serif;
  font-size: 37px;
  font-weight: 700;
}

.rd-services-b {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.rd-services-b.sdfd, .rd-services-b.dsaf, .rd-services-b.sdfe {
  background-color: var(--white-smoke);
  text-align: left;
  padding-left: 10px;
}

.bl-pricing {
  border: 1px #5140ff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.text-block-13 {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 3px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.rd-services-b-copy {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.rw-sub-glass-heading {
  color: #fff;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  position: static;
}

.rw-sub-glass-heading.design-rw {
  font-size: 16px;
}

.rw-sub-glass-heading.design-rw._22 {
  padding-top: 6px;
}

.rw-sub-glass-heading.ud-sub {
  text-align: center;
}

.rw-sub-glass-heading.ud-sub.uptake-sub-how {
  text-align: left;
  width: 85%;
  padding: 31px 0;
  font-size: 16px;
  line-height: 26px;
}

.rw-sub-glass-heading.ud-sub.uptake-sub-how.pap {
  width: 65%;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
}

.rw-sub-glass-heading.ud-sub.uptake-sub-how.pap.opoo {
  padding-bottom: 20px;
}

.rw-sub-glass-heading.ud-sub.uptake-sub-how.design {
  text-align: left;
  width: 100%;
  padding-top: 0;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.rw-sub-glass-heading.ud-sub.uptake-sub-how.design.how-d {
  width: 100%;
  padding-left: 0;
}

.rw-sub-glass-heading.ud-sub.uptake-sub-how._48152063 {
  padding-bottom: 62px;
}

.rw-sub-glass-heading.ud-sub.uptake-sub-how._48152063.makrket {
  width: 50%;
  padding-bottom: 57px;
}

.rw-sub-glass-heading.am-sub-traditional-heading {
  line-height: 24px;
}

.rw-sub-glass-heading.hostingd {
  padding-bottom: 15px;
}

.rd-services-a {
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.rd-services-a.ss {
  background-color: #f5f5f5;
}

.rd-services-a.ss.aww {
  padding-top: 10px;
}

.rw-business-lite {
  z-index: 0;
  outline-offset: 0px;
  outline: 3px #333;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.rw-business-lite.unique {
  outline-offset: 0px;
  border-right: 1px #686868;
  outline: 0 #0000;
  justify-content: flex-start;
}

.rw-business-lite._5689878 {
  align-items: flex-start;
}

.rw-business-lite.janajana {
  flex: 1;
  align-items: flex-start;
}

.rw-business-lite.gggd, .rw-business-lite._88887 {
  align-items: flex-end;
}

.rw-business-lite.dceww {
  align-items: center;
}

.rw-business-lite.janajana {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.rw-business-lite.janajana.dds {
  width: 66%;
  height: auto;
}

.business-pro-card-hero-copy {
  border: 6px solid var(--medium-blue);
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 17px;
  outline: 3px #333;
  flex-direction: column;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.real-designs-services-e {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.real-designs-services-e.rte {
  background-color: var(--white-smoke);
}

.right-rw-design-colu {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 106px;
  display: flex;
}

.right-rw-design-colu.web-soloute, .right-rw-design-colu.james-made-iut {
  padding-left: 0;
}

.orbs {
  z-index: -2;
  mix-blend-mode: normal;
  width: 100%;
  height: 65vh;
  display: none;
  position: absolute;
}

.rw-d-onpager-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #5140ff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.rw-services-a {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rw-services-a._87 {
  padding-bottom: 11px;
  font-family: Helveticanowtext, sans-serif;
}

.bp-services-b-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bp-services-b-copy.ss {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.bp-services-b-copy.sdf.sss {
  background-color: var(--white-smoke);
  text-align: left;
  padding-left: 10px;
}

.bp-services-b-copy.asd {
  text-align: left;
  background-color: #f5f5f5;
  padding-left: 10px;
}

.sign-up-now {
  z-index: -1;
  background-color: var(--medium-blue);
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 85%;
  padding-top: 34px;
  padding-bottom: 18px;
  display: flex;
  position: relative;
  bottom: 22px;
}

.sign-up-now.am-get-a-quote {
  background-color: #00aa4d;
}

.design {
  color: #fff;
  font-family: Zonapro, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.rw-services-c-copy {
  color: #fff;
  padding-top: 28px;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 300;
}

.rw-services-c-copy.rwd {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.rw-services-c-copy.rwd.ud-sub-heading {
  padding-top: 14px;
}

.rw-services-c-copy.rwd._87 {
  padding-bottom: 11px;
  font-family: Helveticanowtext, sans-serif;
}

.bl-features {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 6px;
  padding: 6px 0;
  display: flex;
}

.right-hosting-colu {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.right-hosting-colu.opu._485623 {
  padding-left: 0;
}

.rw-multi-pager-p {
  border: 1px #5140ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.bl-services-a {
  padding-top: 0;
  padding-bottom: 2px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bl-services-a.df74 {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.real-designs-services-c {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.real-designs-services-c.sfec {
  background-color: var(--white-smoke);
}

.hosting-intro {
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.hosting-intro.idugneo {
  margin-top: 35px;
  padding-bottom: 0;
}

.rw-dynamic-website-p {
  border: 1px #5140ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.design-intro {
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
}

.design-intro.coming {
  display: flex;
}

.design-intro.coming.dgf {
  display: none;
}

.design-intro._4565 {
  align-items: flex-start;
}

.hosting-packages-main-div {
  flex-direction: column;
  justify-content: center;
  height: 60.6914%;
  margin-top: 11px;
  display: flex;
}

.reel-glass-services-hero {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 45px;
  display: flex;
}

.reel-glass-services-hero._569999 {
  z-index: 500;
  position: static;
}

.reel-web-services-d {
  color: #fff;
  padding-top: 28px;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 300;
}

.reel-web-services-d.rwd {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.reel-web-services-d.rwd._87 {
  font-family: Helveticanowtext, sans-serif;
}

.reel-web-services-d.rwd-copy {
  padding-top: 14px;
  padding-bottom: 0;
  font-size: 16px;
}

.tab-pane-tab-1 {
  border-top: 1px #5140ff;
  height: auto;
}

.tabs {
  border-right: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 30px 30px 14px;
  display: flex;
}

.hosting {
  font-family: Zonapro, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.one-pager-rw {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 37px;
  font-weight: 700;
}

.rw-business-gold {
  z-index: 0;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.rw-business-gold.ggggg {
  align-items: flex-end;
}

.rw-business-gold.janajana {
  flex: none;
  align-items: flex-end;
}

.design-packages-main-div-copy {
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.tab-link-tab-2 {
  padding: 25px;
}

.tab-link-tab-2.w--current {
  background-color: #5140ff;
  background-image: linear-gradient(265deg, #5140ff, #2315bd);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.tab-link-tab-2.tabcms {
  background-color: #0000;
  display: none;
}

.tab-link-tab-2.tabcms.w--current {
  background-image: linear-gradient(265deg, #00aa4d, #007032 92% 98%);
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  display: inline-block;
}

.tab-link-tab-2.tabcms-copy {
  background-color: #0000;
}

.tab-link-tab-2.tabcms-copy:hover {
  color: #fff;
}

.tab-link-tab-2.tabcms-copy.w--current {
  background-image: linear-gradient(265deg, #2517bf, #4e3dfb);
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.pick-a-package-h1 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 57px;
  padding-left: 66px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
  display: flex;
}

.pick-a-package-h1._8546 {
  padding-bottom: 0;
  padding-left: 0;
}

.pick-a-package-h1._4568 {
  padding-bottom: 35px;
  padding-left: 0;
}

.pick-a-package-h1.sdfsdf {
  padding-bottom: 38px;
  padding-left: 0;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-14._2 {
  text-shadow: none;
  font-weight: 200;
}

.text-block-14._2._2mob {
  text-align: left;
  padding-bottom: 23px;
  padding-left: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-14.mobi9le {
  padding-left: 0;
  font-size: 32px;
}

.hosting-features-hero {
  width: 100%;
}

.bp-services-a-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bp-services-a-copy.see {
  text-align: left;
  padding-top: 15px;
  padding-left: 10px;
}

.bp-services-a-copy.awew, .bp-services-a-copy.se22 {
  text-align: left;
  background-color: #f5f5f5;
  padding-left: 10px;
}

.bp-services-a-copy.sdfg, .bp-services-a-copy.sdf {
  text-align: left;
  padding-top: 15px;
  padding-left: 10px;
}

.rw-business-pro {
  z-index: 0;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.left-rw-design-icon {
  background-image: url('../images/RW-Design-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-attachment: scroll;
  flex: 1;
  height: 30vh;
  margin-top: 53px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.left-rw-design-icon.traditional {
  background-image: url('../images/AdHere-Marketing-Logo.svg');
  background-position: 0%;
  background-size: contain;
  margin-left: 48px;
}

.left-rw-design-icon._4578njihid3 {
  background-image: none;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
}

.bl-services-b {
  text-align: left;
  text-shadow: none;
  background-color: #f5f5f5;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bl-services-b.ss {
  background-color: #f5f5f5;
}

.bl-services-b.ss._5656 {
  background-color: #0000;
  padding-bottom: 10px;
}

.bl-services-b.aww {
  padding-bottom: 15px;
}

.bl-services-b.aww.tyre {
  background-color: #fff;
}

.bl-services-b.aww.tyre.sad {
  background-color: var(--white-smoke);
}

.bl-services-b._565, .bl-services-b.awe56, .bl-services-b.dfg56 {
  background-color: #f5f5f5;
}

.bl-services-b.sdf {
  background-color: var(--white-smoke);
  padding-bottom: 15px;
}

.bl-services-b.sdf._515641 {
  background-color: #0000;
}

.bl-services-b.sdf._515641.rte {
  background-color: var(--white-smoke);
}

.bl-services-b.sdf._45784512 {
  margin-bottom: 0;
}

.bl-services-b.dasf, .bl-services-b.asd {
  background-color: #f5f5f5;
}

.bl-services-b.asd3 {
  background-color: var(--white-smoke);
}

.bl-services-b.sddd {
  background-color: #f5f5f5;
}

.bl-services-b.dsf.asw, .bl-services-b.ddeds {
  background-color: var(--white-smoke);
}

.bl-services-b.sdfe, .bl-services-b.serfg {
  background-color: var(--white-smoke);
  margin-bottom: 6px;
}

.bl-services-b.rgrg {
  background-color: var(--white-smoke);
  padding-top: 10px;
  padding-bottom: 10px;
}

.bl-services-b.drgr {
  background-color: #fff;
}

.bl-services-b.fer {
  background-color: var(--white-smoke);
}

.bl-services-b.fer.dfdf, .bl-services-b.fer.feefef {
  background-color: #fff;
}

.bl-services-b.dfefer {
  background-color: var(--white-smoke);
}

.bl-services-b.dfefer.sdfsd.sdfsdf.yutete {
  background-color: #0000;
}

.bl-services-b.iejdi56 {
  background-color: #fff;
}

.bl-services-b.iejdi56.jake {
  background-color: var(--white-smoke);
}

.bl-services-b.pline, .bl-services-b.bngke {
  background-color: #fff;
}

.bl-services-b.bngke.big-g {
  background-color: var(--white-smoke);
}

.bl-services-b.monthly-reach {
  background-color: #fff;
}

.bl-services-b.monthly-reach.ert {
  background-color: var(--white-smoke);
}

.bl-services-b._45685, .bl-services-b._8546, .bl-services-b.tyurt, .bl-services-b.james._78io, .bl-services-b._45op.euid, .bl-services-b.edx56._78yu, .bl-services-b._852.sdv, .bl-services-b._7845.sdie, .bl-services-b.uie.deid {
  background-color: #fff;
}

.bl-services-b._4587878 {
  margin-bottom: 6px;
}

.business-gold {
  border: 6px solid var(--medium-blue);
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 17px;
  outline: 3px #333;
  flex-direction: column;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.rw-h3-pillar-container {
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.rd-sa {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.small-text-below-package-s {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.body-2 {
  mix-blend-mode: normal;
  background-color: #212121;
  background-image: url('../images/Website-icon.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.left-colu-ud {
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: block;
}

.left-colu-ud.print {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.upptake-design-sdubheading {
  color: #fff;
  text-shadow: none;
  padding-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.upptake-design-sdubheading._26n {
  padding-bottom: 0;
  font-weight: 300;
}

.uptake-design-heading {
  color: var(--2dark-khaki);
  text-shadow: none;
  margin-bottom: 6px;
  padding-bottom: 20px;
  font-family: Zonapro, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.uptake-design-heading.pricing-plan {
  color: #c4b357;
  text-align: left;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Zonapro, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.uptake-design-heading.am-heading {
  color: #00aa4d;
  padding-bottom: 0;
}

.uptake-design-heading.net-printing {
  color: #f31717;
}

.right-colu {
  background-image: url('../images/Graphic-Design-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 250px;
  width: 100%;
}

.right-colu.am-ic9on {
  background-image: url('../images/Marketingd.svg');
  background-position: 100%;
  background-size: contain;
}

.right-colu.net-printing-icon {
  background-image: url('../images/Shopfront.svg');
  background-size: contain;
}

.right-colu.net-printing-icon.m32 {
  flex-flow: column;
  height: 35vh;
  display: block;
}

.right-colu.design {
  background-position: 100% 0;
  background-size: contain;
  width: 25%;
}

.right-colu.design.ttrs {
  background-image: url('../images/Graphic-Design-icon.svg');
  background-position: 100%;
  height: 33vh;
}

.right-colu.design {
  background-image: url('../images/Proof.png');
  background-position: 0%;
  background-size: contain;
  flex: 0 auto;
  width: 70%;
  height: 15vh;
}

.ud-main-hero {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ud-main-hero.grahpics {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0;
}

.ud-main-hero.f {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding-bottom: 0;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  text-shadow: none;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-21.campaign-ends {
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
}

.uptake-orbs-background {
  text-shadow: none;
  mix-blend-mode: lighten;
  background-color: #0000;
  height: auto;
}

.order-form-icon {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.slg-subtext-c {
  text-align: left;
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.uptake-glass-services-hero-copy {
  text-shadow: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
}

.startup-logo-package-features {
  width: 90%;
  padding-top: 6px;
  padding-bottom: 22px;
}

.consultation {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.slg-subtext-f {
  text-align: left;
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.slg-subtext-f._458 {
  background-color: var(--white-smoke);
}

.slg-subtext-f.erew {
  background-color: var(--white-smoke);
  line-height: 25px;
}

.ud-how-heading {
  color: #fff;
  text-align: left;
  margin-bottom: 6px;
  padding-left: 0;
  font-family: Zonapro, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.ud-how-heading.howe-d {
  color: var(--2dark-khaki);
  margin-top: 0;
  padding-left: 0;
  font-size: 32px;
}

.sub-text {
  padding-top: 6px;
}

.how-it-works-icon {
  text-shadow: none;
  background-image: url('../images/Select-Step-1-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
}

.how-it-works-icon.assessment {
  background-image: url('../images/Assesment--Changes-icon.svg');
}

.how-it-works-icon.assessment.am-how-it-works.deslign-assesment {
  background-image: url('../images/Ass.svg');
}

.how-it-works-icon.assessment.am-how-it-works.deslign-assesment.meta-page-role {
  background-image: url('../images/Recuring-ad-design.svg');
}

.how-it-works-icon.assessment.am-how-it-works.deslign-assesment.meta-page-role.vehicle-wrap {
  background-image: url('../images/Vehicle-Vinyl-wrap.svg');
}

.how-it-works-icon.consultation {
  text-shadow: none;
  background-image: url('../images/Consultation.svg');
  width: 100%;
}

.how-it-works-icon.consultation.am-how-it-works.am-consultation {
  background-image: url('../images/Marketing-Consultation.svg');
  width: 100%;
}

.how-it-works-icon.consultation.am-how-it-works.am-consultation.match-driver {
  background-image: url('../images/Match-Driver.svg');
  background-size: contain;
}

.how-it-works-icon.presentation {
  background-image: url('../images/Handover-ZIP-.svg');
}

.how-it-works-icon.presentation.am-how-it-works.am-presentation {
  background-image: url('../images/Reporting-Icon.svg');
}

.how-it-works-icon.presentation.am-how-it-works.am-presentation.cam-ends {
  background-image: url('../images/Camapaign-ends.svg');
}

.how-it-works-icon.am-how-it-works {
  background-image: url('../images/Select-Package.svg');
  background-position: 50%;
  width: auto;
}

.how-it-works-icon.am-how-it-works.am-icon-a {
  background-image: url('../images/Submit-Icon.svg');
}

.slg-subtext-b {
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.slg-subtext-b.sdee {
  padding-top: 10px;
  padding-bottom: 10px;
}

.slg-subtext-b.sdee.dre, .slg-subtext-b.sdfe {
  background-color: var(--white-smoke);
  text-align: left;
  padding-left: 10px;
  line-height: 25px;
}

.established-graphics-manual {
  z-index: auto;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uptake-design-hide {
  color: #fff;
  background-color: #0000;
  padding: 25px;
}

.uptake-design-hide.w--current {
  background-color: #5140ff;
  padding: 25px;
}

.uptake-design-hide.host {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.uptake-design-hide.host.w--current {
  display: none;
}

.ud-colu-copy {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 95%;
  padding-top: 27px;
  display: flex;
}

.main-glass-div-copy {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  outline-offset: 0px;
  background-color: #21212170;
  border: 1px solid #fff;
  border-radius: 17px;
  outline: 3px #333;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 63px;
  display: flex;
}

.main-glass-div-copy:hover {
  border-color: var(--2dark-khaki);
}

.starup-pricing-text {
  color: #fff;
  text-shadow: none;
  font-family: Helveticanowtext, sans-serif;
  font-size: 37px;
  font-weight: 700;
}

.sign-up-now-startup-logo-graphics {
  z-index: 2;
  background-color: #c4b357;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 85%;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  position: relative;
  bottom: 22px;
}

.slg-subtext-a-copy {
  text-align: left;
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.slg-subtext-a-copy.df {
  background-color: var(--white-smoke);
}

.responsive-uptake-glass-div-copy {
  justify-content: center;
  align-items: center;
  width: 89%;
  height: auto;
  margin-top: 16px;
  display: flex;
}

.responsive-uptake-glass-div-copy:hover {
  border: 1px #000;
}

.startup-card {
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  border: 6px solid #c4b357;
  border-radius: 17px;
  outline: 3px #333;
  flex-direction: column;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.presentatiuon {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.slg-subtext-d {
  text-align: left;
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.slg-subtext-d.dfve {
  padding-top: 10px;
  padding-bottom: 10px;
}

.slg-subtext-d.wesw {
  background-color: var(--white-smoke);
}

.slg-subtext-d.ere {
  background-color: var(--white-smoke);
  line-height: 25px;
}

.slg-subtext-d.sertg {
  background-color: var(--white-smoke);
}

.slg-subtext-d.ser {
  background-color: var(--white-smoke);
  line-height: 25px;
}

.slg-subtext-d.werg {
  background-color: var(--white-smoke);
}

.startup-logo-text {
  color: #212121;
  text-shadow: none;
  font-family: Zonapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.uptake-body {
  background-color: #c4b357;
  border: 1px #000;
  justify-content: center;
  width: 101%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.ud-tabs-content {
  outline-offset: 0px;
  border-top: 3px #5140ff;
  outline: 3px #3b3434;
}

.startup-pricing {
  border: 1px #5140ff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 5vh;
  display: flex;
}

.uptake-orbs {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
}

.how-it-works-icons {
  justify-content: space-between;
  width: auto;
  height: 25vh;
  display: flex;
}

.how-it-works-icons.comi {
  display: none;
}

.starup {
  height: auto;
  padding: 32px 24px 19px;
}

.design-assessment {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.ud-how-it-works {
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
}

.body-3 {
  color: #212121;
  background-color: #212121;
  background-image: url('../images/Uptake-Design.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.adhere-marketing-main {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 65vh;
  padding-bottom: 41px;
  display: flex;
}

.am-traditional {
  color: #fff;
  font-family: Zonapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.am-digital {
  font-family: Zonapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.digital-marketing-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  height: auto;
  margin-top: 53px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.additional-credit {
  width: 100%;
  height: auto;
}

.submit-f {
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.a-m-startup-package-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: static;
}

.a-m-startup-package-text.rg {
  background-color: var(--white-smoke);
  text-align: left;
  padding-left: 10px;
}

.a-m-startup-package-text.dfefer.fer {
  text-align: left;
  background-color: #fff;
  padding-left: 10px;
}

.a-m-startup-package-text.ferfer.fefe {
  text-align: left;
  background-color: #0000;
  padding-left: 10px;
}

.am-startup-package-text {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.am-startup-package-text.fefeef {
  background-color: var(--white-smoke);
}

.rw-hosting-heading-copy {
  color: #fff;
  margin-bottom: 6px;
  font-size: 35px;
}

.rw-hosting-heading-copy.am-digital-marketing {
  font-family: Zonapro, sans-serif;
  font-weight: 700;
}

.rw-hosting-heading-copy.am-digital-marketing.how-it-works {
  text-align: center;
}

.rw-hosting-heading-copy.am-digital-marketing.how-it-works.pricing-plans-for-you {
  text-align: left;
  padding-left: 0;
}

.startup-logo-graphics {
  color: #5140ff;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.startup-logo-graphics.am-startutup-text, .startup-logo-graphics.retain-meta-lite {
  color: #00aa4d;
  padding-bottom: 5px;
  font-family: Zonapro, sans-serif;
  font-size: 22px;
}

.starting-from-am-price {
  color: #fff;
  font-family: Helveticanowtext, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.am-startup-package-3text {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.am-startup-package-3text.dfdfdf.iouyy, .am-startup-package-3text.tyuio {
  background-color: var(--white-smoke);
}

.text-block-23 {
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.adhere-traditional-marketing-how-it-works {
  width: auto;
}

.bl-pricing-2-copy {
  border: 1px #5140ff;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6vh;
  display: flex;
}

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

.traditional-marketing-heading {
  color: #fff;
  margin-bottom: 6px;
  font-family: Zonapro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  position: static;
}

.traditional-marketing-heading.ud-adhere-on-uber-headingh {
  width: 100%;
}

.am-starting-from {
  background-color: #00aa4d;
  border: 1px #000;
  justify-content: center;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.am-card-startup {
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  border: 6px solid #00aa4d;
  border-radius: 17px;
  outline: 3px #333;
  flex-direction: column;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.match-driver {
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.vehicle-wrap {
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
}

.vehicle-wrap.campaign-ends {
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
}

.body-4 {
  background-color: #212121;
  background-image: url('../images/A-Icon.svg');
  background-position: 50% 350%;
  background-repeat: no-repeat;
  background-size: cover;
}

.netprinting {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 130px;
  padding-bottom: 34px;
  display: flex;
}

.text-span-5 {
  color: #e03726;
  font-family: Zonapro, sans-serif;
  font-weight: 700;
}

.net-3main-cards-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.main-contain-net-print {
  flex-direction: row;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-block {
  background-color: #0000;
  background-image: url('../images/Net-Print-Indoor-Card.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 300px;
  border: 3px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-left: 37px;
  margin-right: 37px;
  padding-top: 23px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.link-block._8547 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #212121d6;
  border-width: 1px;
  border-radius: 17px;
  margin-left: 0;
  margin-right: 36px;
}

.link-block._8547:hover {
  border-color: #a8171a;
}

.indoor-printing {
  background-color: #0000;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 25px 10px 14px 15px;
  display: flex;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Zonapro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.body-5 {
  background-color: #212121;
  background-image: url('../images/N-Logog.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.yellow-circle-hero {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.yellow-circle {
  transform-style: preserve-3d;
  background-image: url('../images/Yellow-Circle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: block;
  transform: translate(-600px, -650px)scale(1.6);
}

.reel-web-logo {
  border-bottom: 6px none var(--slate-blue);
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #291ac554, #c4b35700);
  border-radius: 17px;
  width: 30%;
  padding: 33px 14px;
  transition: all .4s;
}

.reel-web-logo:hover {
  box-shadow: 0 0 20px 9px var(--slate-blue);
  mix-blend-mode: screen;
  background-color: #4454fe1a;
  background-image: repeating-linear-gradient(144deg, #2719c2, #c4b35700);
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

.reel-web-logo.web {
  outline-color: var(--slate-blue);
  outline-offset: 0px;
  background-image: none;
  outline-width: 1px;
  outline-style: solid;
  text-decoration: none;
}

.reel-web-logo.web:hover {
  box-shadow: 0 0 50px 20px var(--slate-blue);
  background-image: linear-gradient(#3425d6, #3425d6);
}

.printing-signage {
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #a9141454, #c4b35700);
  border-bottom: 3px #a8171a;
  border-radius: 17px;
  width: 30%;
  padding: 33px 14px 0;
  transition: all .4s;
}

.printing-signage:hover {
  mix-blend-mode: lighten;
  background-color: #0000;
  background-image: linear-gradient(144deg, #a91414, #c4b35700);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  box-shadow: 0 6px 20px 9px #962004;
}

.printing-signage.ef {
  border-bottom: 3px none var(--medium-sea-green);
  background-image: linear-gradient(144deg, #00aa4d54, #c4b35700);
  padding: 33px 14px 0;
}

.printing-signage.ef:hover {
  background-image: linear-gradient(144deg, #00aa4d, #c4b35700);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  box-shadow: 0 6px 20px 9px #00aa4d;
}

.printing-signage.ef-copy {
  border-bottom: 3px none var(--medium-sea-green);
  outline-offset: 0px;
  background-image: none;
  outline: 1px solid #00aa4d;
  padding: 33px 14px 0;
  text-decoration: none;
}

.printing-signage.ef-copy:hover {
  background-image: linear-gradient(#00aa4d, #00aa4d);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  box-shadow: 0 6px 50px 20px #00aa4d;
}

.printing-signage.er3d333 {
  outline-offset: 0px;
  background-image: none;
  outline: 1px solid #a91414;
  text-decoration: none;
}

.printing-signage.er3d333:hover {
  background-image: linear-gradient(#a91414, #a91414);
  box-shadow: 0 6px 50px 20px #962004;
}

.reel-web-logo-copy {
  background-color: #0000;
  background-image: url('../images/Working-Logo.svg');
  background-size: contain;
  width: 25%;
  height: 5vh;
  margin-bottom: 8px;
  padding: 11px 11px 50px;
  transition: all .4s;
  display: none;
}

.reel-web-logo-copy:hover {
  background-color: #4454fe1a;
  background-image: url('../images/Working-Logo.svg'), repeating-linear-gradient(144deg, #2719c2, #c4b35700);
  background-position: 50%, 0 0;
  background-size: contain, auto;
}

.left-div-social {
  width: 100%;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.instagram-icon {
  height: auto;
  padding: 15px;
}

.right-div-social {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.text-block-32 {
  color: #fff;
  padding-left: 19px;
  padding-right: 19px;
}

.text-block-32.contact-space {
  border-right: 1px solid #fff;
  width: 100%;
  padding-left: 40px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
}

.email-link {
  color: #fff;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.facbook-link-block {
  background-image: url('../images/Facebook-Icon-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  display: block;
}

.facbook-link-block:hover {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.cellphone-link {
  color: #fff;
  text-align: center;
  border-left: 1px solid #fff;
  flex: none;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.contact-social {
  justify-content: space-between;
  padding: 20px 40px;
  display: flex;
}

.contact-social.desktop {
  align-items: center;
  height: 18vh;
  padding-top: 20px;
  padding-right: 40px;
}

.contact-social.mobile {
  display: none;
}

.cellphone-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.facebook-icon {
  z-index: 99999;
  flex: 0 auto;
  height: auto;
  padding: 13px;
  position: relative;
}

.instagram-link-block {
  background-image: url('../images/Insta-White.svg');
  background-position: 50%;
  background-size: cover;
}

.instagram-link-block:hover {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.email-div {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.email-div.contact-space {
  justify-content: center;
}

.email-div.location-f {
  padding-top: 0;
  padding-bottom: 0;
}

.clock-number {
  font-size: 80px;
  line-height: 70px;
}

.js-clock {
  justify-content: center;
  align-items: center;
  height: 30vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.contact-button {
  display: none;
}

.text-block-33 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-container {
  background-image: url('../images/Ruan-Designs-cc.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0;
  display: flex;
}

.logo-2 {
  background-image: url('../images/Ruan-designs-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 95px;
  flex: none;
  width: 30%;
  height: auto;
  padding: 93px 0 59px;
}

.paragraph-16 {
  color: #c4b357;
  text-align: center;
  padding-top: 9px;
  font-size: 20px;
  display: none;
}

.box {
  color: #c4b357;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Lato, sans-serif;
}

.heading-34 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  display: none;
}

.services-div {
  justify-content: center;
  height: 15%;
  padding: 20px 40px 111px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.custom-website-solutions {
  color: #fff;
  padding-left: 19px;
  padding-right: 19px;
}

.custom-website-solutions.contact-space {
  text-align: center;
  border-right: 1px solid #fff;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}

.custom-website-solutions.contact-space.header {
  color: #c4b357;
}

.custom-website-solutions.contact-space.subtext-services-below {
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 300;
}

.custom-website-solutions.contact-space.subtext-services-below.signline, .custom-website-solutions.contact-space.header.signline {
  border-right-style: none;
}

.body-6 {
  background-color: #000;
  background-image: linear-gradient(#000, #212121);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.responsive-columns {
  width: 100%;
  display: flex;
}

.hero-main-text-div {
  width: auto;
  height: auto;
  padding-top: 56px;
  padding-bottom: 56px;
}

.bowel {
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #212121;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 50px;
  height: auto;
  display: flex;
}

.reel-web-logo-2 {
  background-image: url('../images/Reel-Web-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 35vh;
}

.uptake-design-logo {
  background-image: url('../images/Uptake-Design-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vh;
  height: 35vh;
  padding-right: 19px;
}

.uptake-design-v-heading {
  color: #fff;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.adhere-marketing {
  flex: 0 auto;
  width: 0%;
  height: 65vh;
  display: flex;
  position: static;
}

.link {
  outline-offset: 0px;
  color: #fff;
  border-radius: 20px;
  outline: 3px solid #fff;
  padding: 9px 17px;
  font-size: 25px;
  text-decoration: none;
  display: block;
}

.ribbon-text {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80%;
  padding: 0;
  display: flex;
}

.heading-text-b {
  color: #fff;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.adhere-marketing-color {
  background-color: #00aa4d;
  border-radius: 20px;
  flex: 1;
  width: 65%;
  height: 40px;
}

.adhere-marketing-color.nifty {
  background-color: #e03726;
}

.graphic-design-solutions {
  background-color: #c05757;
  background-image: linear-gradient(68deg, #212121, #404040);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  position: static;
}

.vweb {
  color: #fff;
  border-radius: 20px;
  padding: 9px 17px;
  font-size: 25px;
  text-decoration: none;
  display: block;
}

.responsive-dynamic-column-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.responsive-dynamic-column-div.reel-web {
  width: 90%;
}

.adhere-sub-text {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.bowel-color-icon {
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  display: flex;
}

.nifty-print-v-text, .graphic-design-solutions-verical {
  color: #3f3f3f;
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  transform: rotate(-90deg);
}

.dynamic-columns {
  background-color: #696969;
  width: 100%;
  height: 65vh;
  display: none;
  overflow: hidden;
}

.view-my-work {
  padding-left: 0;
}

.nifty-print-logo {
  background-color: #0000;
  background-image: url('../images/Nifty-Print-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 185px;
  height: 35vh;
}

.markting-solutions {
  background-color: #c05757;
  background-image: linear-gradient(68deg, #212121, #404040);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.markting-solutions.adhere {
  background-image: linear-gradient(68deg, #00aa4d, #007a37);
  flex: 1;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.adhere-marketing-heading {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.nifty-prints, .uptake-design-v {
  flex: 0 auto;
  width: 0%;
  height: 65vh;
  display: flex;
  position: static;
}

.website-solutions-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #5140ff;
  border-radius: 20px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 65vw;
  height: 40px;
  display: flex;
}

.website-solutions-bovel-text {
  color: #3f3f3f;
  flex: none;
  width: auto;
  font-size: 25px;
  transform: rotate(-90deg);
}

.reel-web-solutions-v {
  flex: 0 auto;
  width: 100%;
  height: 65vh;
  display: flex;
  position: static;
}

.nifty-printing-solutions {
  background-color: #e53827;
  background-image: linear-gradient(75deg, #e53827, #8c1b11);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.ad-herelogo {
  background-color: #0000;
  background-image: url('../images/AdHere-Marketing-Logo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vh;
  height: 35vh;
}

.grapic-design-solutions {
  background-color: #c4b357;
  border-radius: 20px;
  flex: 1;
  width: 65%;
  height: 40px;
}

.reel-web-solutions {
  background-image: linear-gradient(129deg, #5140ff, #30c);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-sub-text {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 20px;
  line-height: 25px;
}

.view-or-start-div {
  justify-content: flex-start;
  margin-top: 35px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.adhere-marketing-v-text {
  color: #3f3f3f;
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  transform: rotate(-90deg);
}

.text-block-6 {
  color: #fff;
  padding-left: 16px;
  padding-right: 0;
  font-size: 20px;
  text-decoration: none;
}

.group-center-display {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.display-heading-div {
  background-color: #212121;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12%;
  display: flex;
  transform: translate(0);
}

.display-heading-div.small {
  height: 24%;
}

.display-heading-div.small.dhb, .display-heading-div.small.dhe {
  transform: translate(0, 75px);
}

.display-heading-div.small.dhd {
  transform: translate(0, 80px);
}

.display-heading-div.small.dhc {
  transform: translate(0, 75px);
}

.display-heading-div.dha {
  transform: translate(0, 6em);
}

.display-c {
  background-image: url('../images/FRW-Training.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 11px;
  align-items: flex-end;
  width: auto;
  height: 100%;
  padding: 0;
  transition: all .45s;
  display: flex;
  overflow: hidden;
}

.display-c:hover {
  transform: translate(0, -12px);
  box-shadow: 0 1px 11px -5px #000;
}

.adhere-c {
  background-color: #00aa4d;
  border-radius: 9999px;
  flex: none;
  width: 2.5vh;
  height: 2.5vh;
}

.display-a-link {
  text-decoration: none;
}

.display-b {
  background-image: url('../images/Nature-Squash-Logo-Design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 11px;
  align-items: flex-end;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  transition: all .45s;
  display: flex;
  overflow: hidden;
}

.display-b:hover {
  transform: translate(0, -12px);
  box-shadow: 0 1px 11px -5px #000;
}

.display-a {
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: 118px;
  background-image: url('../images/pB-sOLUTIONS.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  outline: 1.5px #c4b357;
  flex: 0 auto;
  align-items: flex-end;
  width: 45vw;
  height: 100%;
  margin-right: 15px;
  transition: all .45s;
  display: flex;
  overflow: hidden;
  transform: none;
}

.display-a:hover {
  transform: translate(0, -12px);
  box-shadow: 0 1px 11px -5px #212121;
}

.display-c-link {
  height: 50%;
  margin-right: 15px;
  text-decoration: none;
}

.group-right-display {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-2 {
  background-color: #5140ff;
  border-radius: 9999px;
  flex: none;
  width: 2.5vh;
  height: 2.5vh;
}

.netprint-c {
  background-color: #e03726;
  border-radius: 9999px;
  flex: none;
  width: 2.5vh;
  height: 2.5vh;
}

.featured-work {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 62px;
  padding-top: 11px;
  padding-bottom: 56px;
  display: none;
}

.featured-first-row {
  height: 75vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.display-e-d {
  background-image: url('../images/Lecka-Foods-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.display-e-d.dhe {
  border-radius: 11px;
  transition: all .45s;
  overflow: hidden;
}

.display-e-d.dhe:hover {
  transform: translate(0, -12px);
  box-shadow: 0 1px 11px -5px #000;
}

.responsive-featured-div {
  width: 85%;
}

.display-b-copy {
  background-image: url('../images/NanoSkin-Adverts.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 11px;
  align-items: flex-end;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  transition: all .45s;
  display: flex;
  overflow: hidden;
}

.display-b-copy:hover {
  transform: translate(0, -12px);
  box-shadow: 0 1px 11px -5px #000;
}

.uptake-design-c {
  background-color: #c4b357;
  border-radius: 9999px;
  flex: none;
  width: 2.5vh;
  height: 2.5vh;
}

.display-d-link {
  height: 100%;
  padding-right: 15px;
  text-decoration: none;
}

.view-full-portfolio {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0;
}

.featured-work-heading {
  height: auto;
  padding-bottom: 15px;
  display: flex;
}

.display-e-link {
  height: 100%;
  margin-top: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.display-b-link {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 50%;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 0;
  text-decoration: none;
  display: block;
}

.heading-2 {
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 51px;
  font-size: 45px;
}

.view-full-portfolio-button {
  color: #fff;
  background-color: #212121;
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.text-block-5 {
  padding-top: 51px;
  font-size: 20px;
}

.responsive-heading-div {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.dropdown-list-2 {
  z-index: 99999;
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  width: auto;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dropdown-list-2.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.logo-link {
  background-image: url('../images/Ruan-Designs-logo-.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  height: 7vh;
}

.logo-link.w--current {
  background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
  background-position: 0%;
  background-size: contain;
  background-attachment: scroll;
}

.navigation-text {
  color: #ccc;
  width: 100%;
  font-family: Helveticanowtext, sans-serif;
  text-decoration: none;
}

.navigation-text:hover, .navigation-text.current:hover {
  color: #fff;
}

.dropdown-mobile {
  display: none;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.navigation-link {
  color: #546681;
  text-shadow: none;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  padding: 7px 10px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: #c5b458;
}

.navigation-link.w--current {
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #363636;
  border-radius: 20px;
  outline: 1.2px #4b4b4b;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

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

.feature-icon {
  mix-blend-mode: screen;
  width: 26px;
  margin-right: 16px;
}

.mobile-button-link {
  display: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-dropdown {
  display: flex;
}

.arrow-down {
  color: #fff;
  mix-blend-mode: normal;
  background-image: url('../images/Triangle-Upside-Down.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 3vh;
  margin-left: 0;
  margin-right: 0;
}

.navigation {
  z-index: 9999;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #212121e0;
  border-bottom: 1px solid #ffffff14;
  min-height: auto;
  padding: 3px 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.phone-text {
  color: #ccc;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #a1a1a11a;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: none;
}

.navigation-block-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  align-items: center;
  width: 50%;
  display: flex;
}

.paragraph-small {
  color: #fff;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.short-title {
  color: #fff;
  margin-bottom: 2px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.phone-image {
  text-align: center;
  margin-right: 8px;
  display: block;
}

.phone-wrap {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  display: none;
}

.container-navigation {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.dropdown-list-wrap {
  z-index: 9;
  outline-offset: 0px;
  background-color: #212121;
  border-radius: 15px;
  outline: 1px solid #8d8d8d;
  flex: none;
  width: 130%;
  margin-right: 86px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.section-wrapper-copy.glow-1 {
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  width: 50%;
  padding-left: 5vw;
  padding-right: 0;
  display: flex;
}

.section-wrapper-copy.glow-1 {
  background-color: #212121;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding-bottom: 49px;
  padding-left: 0;
  padding-right: 0;
}

.section-wrapper-copy.glow-2 {
  background-color: #212121;
  background-image: radial-gradient(circle closest-corner at 100%, #4454fe1a, #4454fe00);
}

.section-21 {
  background-color: #212121;
  position: relative;
}

.section-wrapper-copy {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper-copy.glow-1 {
  background-color: #0000;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
}

.section-wrapper-copy.glow-2 {
  background-color: #212121;
  background-image: radial-gradient(circle closest-corner at 100%, #4454fe30, #271abd00);
  padding-bottom: 43px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: none;
}

.top-row-copy {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 35vh;
  margin-right: 4px;
  padding-top: 13px;
  padding-right: 0;
  display: flex;
}

.mobile-nav-main {
  display: none;
}

.logo-placeholder {
  background-image: url('../images/Reelweb-svg-.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 12vh;
  margin-bottom: 3px;
  padding-bottom: 0;
}

.logo-placeholder.xssc {
  margin-left: 27px;
}

.tab-link-tab-3-copy {
  background-color: #0000;
  padding: 25px;
}

.tab-link-tab-3-copy.tabcms.w--current {
  background-color: #281e8b;
  background-image: linear-gradient(88deg, #5140ff, #2315bd);
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.tab-link-tab-3-copy.tabcms.w--current:hover {
  color: #fff;
}

.text-block-36 {
  color: #fff;
  font-family: Zonapro, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.tabs-menu {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.bold-text {
  text-shadow: none;
  margin-right: 7px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.bold-text.dewsign:hover {
  color: var(--2dark-khaki);
}

.main-h-card-heading-copy {
  height: auto;
  padding: 0 24px 2px;
}

.h1-work {
  background-color: #0000;
  background-image: linear-gradient(91deg, #212121, #fff0 33%), url('../images/Native-Texture.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  display: none;
}

.portfolio {
  width: 85%;
  padding-left: 0;
  padding-right: 0;
}

._4-main-tabs {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #212121;
  border-top: 2px solid #404043;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 48px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.responsive-tabs {
  flex-direction: row;
  flex: 0 auto;
  width: 85%;
  height: 35vh;
  display: flex;
}

.top-row {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  margin-right: 10px;
  display: flex;
}

.bottom-row {
  width: 100%;
  height: 100%;
  margin-left: 10px;
  display: flex;
}

.websites {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.websites.reel-web-logo {
  cursor: pointer;
  background-image: linear-gradient(144deg, #291ac5e0, #c4b35700);
  border-radius: 10px;
  flex-direction: column-reverse;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition-duration: .6s;
}

.websites.reel-web-logo:hover {
  background-image: linear-gradient(326deg, #291ac54f, #4454fef2), url('../images/Website-design--development-.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.graphic-design {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.graphic-design.service-card {
  background-image: linear-gradient(144deg, #c4b357e0, #c4b35700);
  border-radius: 7px;
  flex-direction: column-reverse;
  padding-top: 0;
  text-decoration: none;
  transition: all .6s, all .6s;
}

.graphic-design.service-card:hover {
  background-image: linear-gradient(144deg, #c4b357, #d0b8387d), url('../images/Image-scroll-B.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.marketing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  font-size: 24px;
  display: flex;
}

.printing-signage-copy {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.printing-signage-copy.printing-signage {
  background-image: linear-gradient(144deg, #a91414e0, #c4b35700);
  border-radius: 7px;
  flex-direction: column-reverse;
  width: 100%;
  margin-right: 0;
  padding-top: 0;
  text-decoration: none;
  transition-duration: .6s;
}

.printing-signage-copy.printing-signage:hover {
  background-image: linear-gradient(144deg, #a91414, #cc1d1d73), url('../images/Image-scroll-D.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.text-block-37, .text-block-38 {
  color: #fff;
  margin-top: 20px;
  font-family: Zonapro, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.section-22 {
  display: none;
}

.heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  min-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.responsive-div-web-mail {
  flex: 0 auto;
  width: 90%;
  height: auto;
  margin-top: 0;
  overflow: auto;
}

.client-main-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  padding: 30px 0;
  display: grid;
  overflow: visible;
}

.client-main-block.hair-2-dye-4-desk {
  grid-template-columns: 1fr 1fr;
}

.div-block-11-copy {
  background-color: #f0f0f0;
  background-image: url('../images/Ruwermarine.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 30vh;
  display: flex;
}

.text-block-40 {
  color: #a5a5a5;
}

.close-button {
  z-index: 9999;
  cursor: pointer;
  background-image: url('../images/White-Cross-Svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  justify-content: flex-end;
  width: 3%;
  height: 5vh;
  display: flex;
  position: relative;
}

.marketing-copy {
  background-image: linear-gradient(143deg, #006f32db 17%, #fff0);
  border-radius: 7px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  font-size: 24px;
  text-decoration: none;
  transition-duration: .6s;
  display: flex;
}

.marketing-copy:hover {
  box-shadow: 0 0 20px 9px var(--medium-sea-green);
  background-image: linear-gradient(144deg, #12804354, #007635 0%, #002a13a8), url('../images/Image-scroll-C.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.text-block-41, .text-block-42 {
  color: #fff;
  margin-top: 20px;
  font-family: Zonapro, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.project-main {
  object-fit: fill;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.ruwermarine {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 70vh;
  min-height: auto;
  position: relative;
  bottom: 66px;
}

.ruwermarine.vvd-services {
  cursor: pointer;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 17px;
  height: 60vh;
  bottom: 0;
}

.ruwermarine.braingain {
  outline-offset: 0px;
  cursor: pointer;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 17px;
  outline: 1px #e0e0e0;
  height: 60vh;
  bottom: 0;
}

.ruwermarine.braingain.hair-2-dye-im, .ruwermarine.braingain._4877777, .ruwermarine.braingain._455454566565, .ruwermarine.braingain._48488478 {
  height: 60vh;
}

.ruwermarine.sfdsd {
  bottom: 0;
}

.go2services, .pb-solutions-s {
  object-fit: cover;
  height: 70vh;
  min-height: auto;
}

.body-7:hover {
  color: #f0f0f0;
}

.usfab-logo {
  object-fit: cover;
  height: 70vh;
  min-height: auto;
  margin-top: 0;
  overflow: visible;
}

.project-image-container-copy {
  border-top-left-radius: 10px;
  width: 50%;
  height: auto;
}

.ruwer {
  flex: none;
  width: 100%;
  display: block;
}

.we-sure {
  z-index: 99999;
  background-color: #000000d1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.we-sure.second-slide-design {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  overflow: visible;
}

.we-sure.phepa-chem {
  justify-content: center;
  align-items: center;
  display: none;
}

.we-sure.phepa-chem.sos-maintenance, .we-sure.phepa-chem.sos-maintenance.nirox.golden-wolf, .we-sure.phepa-chem.sos-maintenance-copy, .we-sure.phepa-chem.sos-maintenance-copy.nirox {
  display: none;
}

.div-block-11-copy {
  background-color: #0000;
  background-image: none;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.libellium {
  overflow: visible;
}

.image {
  outline-offset: 0px;
  border-radius: 17px;
  outline: 1px solid #e0e0e0;
  width: 100%;
  box-shadow: 2px 2px 10px #00000021;
}

.tab-image {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 84.34%;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
}

.text-block-45 {
  color: #b8b8b8;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.braingain {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 1px solid #e0e0e0;
  width: 100%;
  box-shadow: 2px 2px 10px #00000021;
}

.braingain.autos {
  outline-offset: 0px;
  outline: 1px #e0e0e0;
}

.braingain2, .braingain3 {
  outline-offset: 0px;
  border-radius: 17px;
  outline: 1px solid #e0e0e0;
  width: 100%;
  overflow: hidden;
  box-shadow: 2px 2px 10px #00000021;
}

.braingain3.autos {
  border-radius: 0;
}

.braingain4 {
  outline-offset: 0px;
  border-radius: 17px;
  outline: 1px solid #e0e0e0;
  width: 100%;
  box-shadow: 2px 2px 10px #00000021;
}

.braingain-i {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #000000ed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.nanoskin {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #000000ed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.background-video-5 {
  z-index: 55;
  border-radius: 10px;
  width: 100%;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.hearing-centre {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #000000ed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.tab-vedio, .tab-vedio-new {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 9.22483%;
  padding: 19px;
  display: flex;
  position: relative;
  top: 0;
}

.braing {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 8px;
  display: flex;
  position: relative;
  top: 0;
}

.usfabi {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #000000ed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.close-button-copy {
  background-image: url('../images/Work.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 7%;
  height: 85%;
}

.imex {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #000000ed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.background-video-6 {
  z-index: 55;
  flex: 0 auto;
  width: 95%;
  height: auto;
  padding-top: 185px;
  padding-bottom: 185px;
  display: block;
  overflow: visible;
}

.kwikspar {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #000000ed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.kwikspar._56-copy {
  display: none;
}

.dieseltrac, .usfab-branding {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #000000ed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

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

.right-side {
  background-color: #212121;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 10px;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
  overflow: visible;
}

.right-side.logog {
  background-color: #212121;
}

.right-side.marketing-d, .right-side.add {
  background-color: var(--medium-sea-green);
}

.right-side.xdcvxvv, .right-side.yesko, .right-side.sdfdsfiu, .right-side.udftdff, .right-side.sdfsdes, .right-side.sdfefv, .right-side.eerert, .right-side.dfe, .right-side.ferer {
  background-color: var(--medium-blue);
}

.right-side.sdfsdes {
  background-color: #271abd;
  background-image: linear-gradient(#5140ff, #2315bd);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: scroll;
}

.div-block-5-copy {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 95vh;
  padding-top: 19px;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.responsive-get-strarted-form {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.responsive-get-strarted-form.oneioe {
  flex-direction: row;
}

.left-side {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.heading-16 {
  opacity: 1;
  color: #fff;
  background-color: #ffffff26;
  height: auto;
  padding: 10px 26px;
  font-family: Zonapro, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.heading-16.regi {
  color: #fff;
  text-align: right;
  background-color: #0000;
  width: 100%;
}

.heading-16.regi.white {
  background-color: #0009;
}

.heading-16.regi.white-copy {
  background-color: #212121;
}

.heading-16.regi.host {
  padding-left: 0;
  padding-right: 0;
}

.d {
  background-image: url('../images/B_2.jpg');
  background-position: 50%;
  background-size: contain;
}

.get-started-page {
  z-index: 50;
  background-color: #421b1b;
  background-image: linear-gradient(360deg, #000, #212121);
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.get-started-close {
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/White-Cross-Svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 15%;
  height: 3vh;
}

.heading-17 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 7px;
  font-family: Zonapro, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.heading-and-close {
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.pick-a-package-h1-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.t-c-message {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vh;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.div-block-16-copy5-copy {
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 8px 0 20px -1px #000;
}

.div-block-16-copy5-copy-copy {
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-5-copy-2-copy {
  background-image: url('../images/Performance.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-5-copy-2-copsy-copy {
  background-image: url('../images/Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.ddopy-copy {
  background-image: url('../images/Domain-Reg..svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.saasqf {
  background-image: url('../images/Ad-design-picture.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.saasqf.sub-foerm {
  background-image: url('../images/Left-image-online-form.svg');
}

.div-block-16-copy5-copy-89copy {
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

._456 {
  background-image: url('../images/Left-image-online-form.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

._456._789 {
  background-image: url('../images/Image-scroll-B.jpg');
  background-position: 100%;
  background-size: cover;
}

._456._789.bbbbb {
  background-image: url('../images/Brand-manual.jpg');
}

.start-a-project-popup {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #212121;
  border: .5px solid #5f5f5f;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  display: none;
  position: absolute;
  bottom: 143px;
  left: 80.9489px;
}

.start-a-project-popup:hover {
  box-shadow: 0 7px 15px -11px #999;
}

.start-a-project-popup:active {
  box-shadow: 2px 2px 8px 4px #000;
}

.website-design {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-50 {
  outline-offset: 0px;
  color: #fff;
  background-color: #0000;
  border-radius: 15px;
  outline: 1px solid #525252;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 18px 0 18px 15px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.text-block-50:hover {
  outline-color: var(--slate-blue);
  transform: translate(0, -3px);
  box-shadow: 0 7px 20px #4454fe80;
}

.text-block-50._2:hover {
  outline-color: #c4b357;
  box-shadow: 0 7px 20px #c4b35780;
}

.text-block-50._3:hover {
  outline-color: #00aa4d;
  box-shadow: 0 7px 20px #00aa4d80;
}

.text-block-50._4:hover {
  outline-color: #a91414;
  box-shadow: 0 7px 20px #a9141480;
}

.select-and-close {
  justify-content: space-between;
  align-items: center;
  padding: 0 11px;
  display: flex;
}

.heading-35 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Zonapro, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.div-block-17 {
  color: #c4b357;
  align-items: center;
  display: flex;
}

.close-button-copyd {
  cursor: pointer;
  mix-blend-mode: screen;
  background-image: url('../images/White-Cross-Svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 8%;
  height: 4vh;
}

.button {
  text-decoration: none;
}

.text-block-51 {
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.text-block-53 {
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
}

.ud-colu-copy-copy._566 {
  width: 100%;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
}

.text-block-54 {
  color: #fff;
  text-align: left;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 13px;
  font-family: Zonapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.ghost-block {
  height: 5%;
}

.text-block-55 {
  color: #fff;
  padding-bottom: 12px;
  padding-left: 13px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.printing-services-card {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  mix-blend-mode: normal;
  background-color: #e53827b3;
  border: 3px solid #e53827;
  border-radius: 20px;
  flex-direction: column;
  width: 85%;
  height: auto;
  display: none;
}

.printing-services-card._2b {
  height: auto;
  display: none;
}

.printing-services-card._3b {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  display: none;
}

.link-block-copy-copy._2 {
  background-image: url('../images/Net-Printing--Vehicle-2-Branding.svg');
}

.link-block-copy-copy._2.link-block {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #212121d6;
  border-width: 1px;
  border-radius: 17px;
  margin-right: 0;
}

.link-block-copy-copy._2.link-block:hover {
  border-color: #a8171a;
}

.link-block-copy-copy, .link-block-copy-copy-copy {
  background-color: #0000;
  background-image: url('../images/Net-print-outdoor-card.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 300px;
  border: 3px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-left: 37px;
  margin-right: 37px;
  padding-top: 23px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.link-block-copy-copy-copy._8547.link-block {
  margin-left: 1px;
  margin-right: 1px;
}

.html-embed-2 {
  height: 90vh;
}

.get-started-page-printing {
  z-index: 50;
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.saasqf-copy {
  background-image: url('../images/Left-image-online-form.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.saasqf-copy._56 {
  background-image: url('../images/Indoor-printing-Photo-form.jpg');
}

.saasqf-copy._56-copy {
  background-image: url('../images/Outdoor-Printing.jpg');
}

.div-block-16-copy5-copy-copy-out {
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 8px 0 17px #000;
}

.div-block-16-copy5-copy-copy-out-copy {
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 11px 0 15px #000;
}

.saasqf-copy-copy {
  background-image: url('../images/Left-image-online-form.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.saasqf-copy-copy._56-copy {
  background-image: url('../images/Vehicle-Branding_1.jpg');
}

.form-03-outer-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 85%;
  max-width: none;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.heading-2 {
  margin-top: 0;
  padding-bottom: 8px;
  font-family: Zonapro, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.content-wrap-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 64px;
  display: flex;
}

.paragraph {
  opacity: .75;
  color: #fff;
  padding-top: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.contact-text {
  margin-bottom: 1px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.contact-method {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.form-section-03 {
  background-color: #212121;
  border-bottom: 1px #dbdbdb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.contact-icon {
  color: #181635;
  background-color: #212121;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.body-8 {
  background-color: #212121;
}

.text-block-56 {
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.link-2-copy {
  color: #8b8b8b;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.link-2-copy.hovi {
  text-shadow: none;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.link-2-copy.hovi:hover {
  color: #fff;
}

.link-2-copy.cancell {
  color: #9b0000;
  text-shadow: none;
  font-family: Helveticanowtext, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.link-2-copy.cancell:hover {
  color: #fff;
}

.button-1-copy-copy {
  clear: left;
  background-image: linear-gradient(113deg, #c4b357, #72693a);
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

.button-1-copy-copy:hover {
  transform: scale(1.05);
}

.button-1-copy-copy._2ds {
  background-image: linear-gradient(0deg, #fff, #656565);
  border-radius: 17px;
  padding: 1px;
}

.button-1-copy-copy._2ds.reddd {
  background-image: linear-gradient(0deg, #f90703, #b90000);
}

.button-1-copy-dcopy {
  background-image: linear-gradient(113deg, #c4b357, #72693a);
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

.button-1-copy-dcopy:hover {
  transform: scale(1.05);
}

.button-1-copy-dcopy.d {
  background-image: linear-gradient(158deg, #c4b357, #686868);
  border-radius: 17px;
  margin-left: 4px;
  padding: 1px;
}

.button-1-copy-dcopy.d.starttte {
  background-image: linear-gradient(158deg, #fff, #686868);
  margin-left: 0;
}

.main-h-card-heading-copy {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 15px 24px;
  display: flex;
}

.main-h-cdard-heading-copy {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 9px 24px;
  display: flex;
}

.main-h-card-heading-copy-copy {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 15px 24px;
  display: flex;
}

.main-h-card-headding-copy-copy-copy, .main-h-card-heading-copy-copy {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 9px 24px;
  display: flex;
}

.ud-colu-copy-copy {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 95%;
  padding-top: 0;
  display: flex;
}

.ud-colu-copy-copy._22.dsffffffff {
  flex-direction: column;
  align-items: stretch;
  padding-top: 30px;
}

.tabs-copy {
  width: 100%;
  height: auto;
  padding: 0 30px 30px;
}

.ddddd {
  background-image: linear-gradient(113deg, #c4b357, #72693a);
  border-radius: 17px;
  margin-top: 26px;
  padding: 1px;
  text-decoration: none;
  transition-duration: .4s;
}

.ddddd:hover {
  transform: scale(1.05);
}

.div-block-7-copy-iv, .div-block-7-ivv, .ivvvv {
  background-color: var(--medium-blue);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.bold-text-2 {
  margin-left: 6px;
}

.ddddd-copy {
  background-image: linear-gradient(113deg, #007434, #00a44b);
  border-radius: 17px;
  margin-bottom: 2px;
  margin-left: 4px;
  padding: 1px;
  text-decoration: none;
  transition-duration: .4s;
}

.ddddd-copy:hover {
  transform: scale(1.05);
}

.text-block-14-copy.text-16 {
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.ddddd-copy-copy {
  background-image: linear-gradient(153deg, #e03726, #6b170f);
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

.ddddd-copy-copy:hover {
  transform: scale(1.05);
}

.ddddd-copy-copy._2459 {
  border-radius: 17px;
  margin-left: 4px;
  padding: 1px;
}

.slider-3 {
  width: 100%;
  height: 64.5vh;
}

.slide-2 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: url('../images/Mockup-A.jpg');
  background-position: 50% 100%;
  background-size: cover;
  outline: 3px #555;
}

.slide-3 {
  text-align: left;
  background-image: url('../images/H2D4.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-36 {
  color: #fff;
  margin-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-weight: 700;
  position: static;
}

.paragraph-17 {
  margin-bottom: 20px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.slide-4 {
  background-image: url('../images/Business-Card-Mockup-design-p-3200.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/My-Hobbies.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-10.sdf {
  background-image: url('../images/Kraal-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10.sdf.sdfe3 {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50%;
}

.slide-10.sdf._4587787878._458p {
  background-image: url('../images/FRW-Logo-Design.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
}

.slide-10.sdf._4587787878._78ooo.sdfsd {
  background-image: url('../images/Universal-Diesel.jpg');
  background-position: 50% 100%;
}

.slide-10.sdf._4587787878._78ooo.sdfsd.uinmi {
  background-image: url('../images/Universal-Diesel-min.jpg');
  background-position: 50% 110%;
  background-size: cover;
  height: 100vh;
}

.slide-10.sdf._4587787878._78ooo.sdfsd.uinmi.sdlide {
  background-image: url('../images/Hoshii.jpg');
  background-position: 50%;
}

.slide-10.sdf._4587787878.uiiuui.sdfsdf {
  background-image: url('../images/Apero-Logo-2-min.jpg');
  background-position: 50% 100%;
}

.slide-10.sdf._4587787878.sdfdsf {
  background-image: url('../images/Gensurgeon.jpg');
  background-position: 50% 40%;
}

.slide-10.sdf.dsfsdf5 {
  background-image: url('../images/Hive-Branding.jpg');
  background-position: 50% 100%;
}

.slide-10._7845lll.sdfsdf {
  background-image: url('../images/My-Hobbies-min.jpg');
}

.heading-37 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-weight: 700;
  overflow: hidden;
}

.paragraph-18 {
  width: 100%;
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  overflow: visible;
}

.h1-work-copy {
  background-color: #0000;
  background-image: linear-gradient(95deg, #212121, #fff0 57%), url('../images/Native-Texture.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  height: 55vh;
  min-height: 0;
  padding-bottom: 28px;
  padding-left: 0;
  display: flex;
}

.text-span-8 {
  color: #fff;
  margin-left: 12px;
  padding-right: 12px;
}

.text-span-11 {
  color: #fff;
  padding-right: 12px;
  font-size: 18px;
}

.text-span-12, .text-span-14 {
  color: #fff;
  padding-right: 12px;
}

.ddddd-copy-copy-copy {
  background-image: linear-gradient(153deg, #e03726, #6b170f);
  border-radius: 17px;
  padding: 1px;
  text-decoration: none;
  transition-duration: .4s;
}

.ddddd-copy-copy-copy:hover {
  transform: scale(1.05);
}

.please-rotate-phone {
  display: none;
}

.reelweb-hero-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 65vh;
  padding-top: 0;
  padding-bottom: 22px;
  display: flex;
}

.main-h-card-heading-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 7px 24px;
  display: flex;
}

.business-pro-card-hero-copy-copy {
  border: 6px solid var(--medium-blue);
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  outline: 3px #333;
  flex-direction: column;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.text-block-14-copy {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.ud-main-hero-copy {
  flex-direction: row;
  justify-content: center;
  height: auto;
  display: flex;
}

.contact-method-wrap-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.pick-a-package-h1-copy {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 13px;
  display: flex;
}

.pick-a-package-h1-copy.web {
  align-items: flex-start;
  padding-top: 24px;
  padding-left: 28px;
}

.pick-a-package-h1-copy.web._068 {
  padding-top: 0;
  padding-bottom: 42px;
  padding-left: 0;
}

.pick-a-package-h1-copy.web.hju {
  padding-top: 30px;
  padding-bottom: 42px;
  padding-left: 0;
}

.pick-a-package-h1-copy.web._45kdkd {
  padding-bottom: 42px;
  padding-left: 0;
}

.left-colu-ud-copy {
  flex: 0 auto;
  width: 50%;
}

.button-content-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  outline-offset: 0px;
  color: #fff;
  background-image: linear-gradient(120deg, #212121, #000);
  border: 1px #000;
  border-radius: 17px;
  outline: 3px #fff;
  align-items: center;
  padding: 20px 28px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button-content-copy:hover {
  color: #fff;
}

.dynamic-footer-copy {
  background-color: #212121;
  border-top: 1px solid #383838;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6px;
  display: flex;
}

.body-9 {
  background-color: #212121;
}

.portfolio-copy {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #3c3c3c1f;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.navigation-link-copy {
  color: #546681;
  text-shadow: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 7px;
  margin-right: 7px;
  padding: 17px 0 17px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link-copy:hover {
  color: #c5b458;
}

.navigation-link-copy.w--current {
  outline-offset: 0px;
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  outline: 1.2px solid #c4b357;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 700;
}

.background-video-8d-copy {
  height: 100%;
  display: flex;
}

.background-456video-4-copy {
  z-index: auto;
  mix-blend-mode: lighten;
  background-color: #212121;
  height: 110vh;
}

.body-10 {
  background-color: #212121;
}

.body-11 {
  background-color: #686868;
  background-image: linear-gradient(360deg, #000, #212121);
}

.body-12, .body-13 {
  background-image: linear-gradient(360deg, #000, #212121);
}

.whatsapp-icon {
  width: 3%;
  height: auto;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 0;
  position: fixed;
  inset: auto 0% 0% auto;
}

.whatsapp-icon._5 {
  width: 4%;
  display: flex;
}

.whatsapp-icon._5.what-tr {
  z-index: 5;
  display: flex;
}

.heading-38, .printing-signage-heading {
  margin-top: 0;
  font-family: Zonapro, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-58.ffe {
  color: #fff;
  font-family: Helveticanowtext, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.foll {
  display: flex;
}

.image-2 {
  margin-right: 0;
  padding-right: 0;
}

.text-span-15 {
  color: var(--slate-blue);
  font-family: Helveticanowtext, sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.text-span-16 {
  color: #c4b357;
  font-size: 10px;
  font-weight: 900;
}

.text-span-17 {
  color: #00aa4d;
  font-size: 10px;
  font-weight: 900;
}

.text-span-18 {
  color: #a91414;
  font-weight: 900;
}

.text-span-19, .text-span-20, .text-span-21 {
  font-weight: 300;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: 0;
  background-color: #0a0a0a;
  background-image: linear-gradient(to top, #000, #212121);
  position: relative;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(gold, #c4b357 59%, #fff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-lightgrey {
  color: #ffffffc9;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 200;
  display: flex;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.margin-bottom-medium._2652 {
  margin-top: 37px;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 13px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_right {
  flex-direction: column-reverse;
  display: flex;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 14px;
}

.margin-bottom-xlarge.assd.sdf {
  display: none;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: none;
}

.inline-block {
  display: inline-block;
}

.timeline_image-wrapper {
  border-radius: 12px;
  padding-right: 200px;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  padding-right: 200px;
}

.timeline_text {
  color: #fff;
  margin-top: 21px;
  padding-top: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.timeline_text.me {
  margin-top: 0;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  padding-top: 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_link._2.sdf {
  display: none;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Zonapro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  width: 54%;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.navbar_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-transform: none;
  border-right: 1px solid #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 10rem;
  max-height: 65vh;
  padding: 12rem 2rem 0;
  text-decoration: none;
  display: grid;
  overflow: auto;
}

.clip {
  position: relative;
  overflow: hidden;
}

.home-about-top {
  width: 93%;
}

.home-about-intro {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.6rem;
  padding-bottom: 2rem;
  display: flex;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-medium {
  color: #0a0a0a;
  justify-content: center;
  display: flex;
}

.padding-horizontal.padding-medium._23 {
  background-color: #212121;
}

.padding-horizontal.padding-small {
  background-color: #212121;
  justify-content: center;
  display: flex;
}

.home-hero {
  z-index: 10;
  background-color: #000;
  position: relative;
  overflow: visible;
}

.button-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e313a;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.curve-block-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: absolute;
  inset: .5px 0% auto;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.curve-arrow {
  border: 1px solid #e7eeee;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  position: absolute;
  top: .5rem;
}

.icon {
  color: #0b0c0f;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
  overflow: hidden;
}

.page-wrapper-2 {
  background-color: #0b0c0f;
}

.hero-rotate-base {
  z-index: 50;
  perspective: 200vw;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: absolute;
}

.hover-arrow.top {
  position: absolute;
  inset: -100% 0% auto;
}

.hero-rotate-item {
  z-index: 25;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-rotate-item.radius-regular {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.about-hero_navbar {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.image-fill {
  object-fit: cover;
  border-radius: 17px;
  flex: 0 auto;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 60vh;
  position: absolute;
  inset: 24% 0% 0% 13%;
}

.hero-rotate-image {
  z-index: 25;
  perspective: 200vw;
  border-radius: .875rem;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
  overflow: visible;
  transform: perspective(200vw);
}

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

.padding-vertical.padding-xlarge {
  padding-left: 0;
  display: flex;
}

.home-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ddd0;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.home-about {
  z-index: 25;
  background-color: #000;
  position: relative;
}

.home-about-block {
  background-color: #fff;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  display: flex;
  position: relative;
}

.home-hero-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 94vh;
  padding-top: 6rem;
  padding-bottom: 9rem;
  display: flex;
  position: relative;
}

.grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  width: 85%;
  display: flex;
}

.grid-large._5 {
  display: block;
}

.hero-rotate-height {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 180%;
  display: flex;
}

.hero-rotate-height._2 {
  width: 100%;
  padding-top: 197%;
}

.text-size-xlarge {
  font-size: 3.2rem;
  line-height: 1.3;
}

.text-size-xlarge.text-align-center {
  justify-content: center;
  align-items: center;
  padding-bottom: 17px;
  font-family: Zonapro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.section-footer1 {
  z-index: 5;
  background-color: #212121;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 23px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.curve-link {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-20 {
  width: 100%;
}

.paragraph-19 {
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}

.mask {
  width: auto;
  height: 100vh;
}

.heading-39 {
  padding-bottom: 15px;
  font-family: Zonapro, sans-serif;
  font-weight: 700;
}

.image-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-59 {
  line-height: 20px;
}

.div-block-21 {
  height: auto;
}

.text-block-60 {
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
}

.left-quotation {
  border-radius: 20px;
}

.left-quotation.ffff {
  width: 100%;
}

.email-adres {
  color: #fff;
  background-color: #383738;
  border: 1px #000;
  border-radius: 10px;
}

.right-contain {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.contact-form-copy {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-field-4 {
  color: #fff;
  background-color: #383738;
  border: 1px #000;
  border-radius: 10px;
}

.select-field-2 {
  color: #d6d6d6;
  background-color: #383738;
  border: 0 solid #000;
  border-radius: 8px;
  margin-bottom: 0;
}

.text-span-4 {
  color: #e9ebea;
}

.form-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 95%;
  display: inline-block;
}

.field-label-6 {
  color: #fff;
  font-family: Helveticanowtext, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-span-26 {
  color: #e9ebea;
}

.form-title-cf1 {
  color: #4975d7;
}

.form-title-cf1.cibd-2 {
  color: #08143d;
  -webkit-text-stroke-color: #08143d;
  font-size: 35px;
}

.form-title-cf1.cibd-2.sfs {
  display: none;
}

.contact-and-eamil-adress {
  flex-direction: row;
  display: flex;
}

.contact-and-serviuce-group {
  display: flex;
}

.contact-number-2 {
  background-color: #0000;
  width: 100%;
  padding-right: 30px;
  display: block;
}

.contact-number-2._4 {
  border-style: none;
  border-color: #000;
}

.lets-talk {
  padding-top: 35px;
  padding-bottom: 0;
}

.lets-talk.contact {
  color: #fff;
  display: none;
}

.textarea {
  color: #fff;
  background-color: #383738;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 26px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-span-7 {
  color: #e9ebea;
}

.text-field-6-copy {
  outline-offset: 0px;
  background-color: #28adff12;
  border: 1px #000;
  border-radius: 10px;
  outline: 3px #000;
}

.text-field-6-copy.cc {
  color: #fff;
  background-color: #383738;
}

.emaiol {
  flex-direction: column-reverse;
  flex: 0 auto;
  width: 100%;
  display: block;
}

.contact-form-4 {
  width: 96.0648%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "."
                 "."
                 "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

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

.text-span-27 {
  color: #e9ebea;
}

.select-servcie {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-top: 7px;
  display: block;
}

.contact-form-3 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.your-name-3 {
  flex-direction: column;
  width: 100%;
  padding-right: 30px;
  display: block;
}

.section-title-copy {
  color: #fff;
  width: 99.9998%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-weight: 700;
}

.submit-button-3 {
  outline-offset: 0px;
  background-color: #0000;
  border: 1px #000;
  border-radius: 7px;
  outline: 1.5px solid #fff;
  padding-left: 31px;
  padding-right: 31px;
}

.submit-button-3:hover {
  background-color: #363636;
}

.text-span-28 {
  font-style: italic;
  font-weight: 500;
}

.shape-8 {
  background-color: #75757599;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-2 {
  background-color: #505050;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.main-shapes-wrapper {
  filter: blur(120px);
  background-color: #363636;
  width: auto;
  height: 85vh;
}

.shape-5 {
  background-color: #909090;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.ultra-gradient-wrapper {
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-9 {
  background-color: #000000e3;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
  flex-direction: row;
  display: block;
}

.shape-1 {
  background-color: #202020;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: -2;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  position: absolute;
}

.section-ultra-gradients.is-first.cc {
  height: 33vh;
  min-height: auto;
}

.shape-7 {
  background-color: #fff;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.shape-3 {
  background-color: #353535;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.mobile-steps {
  display: none;
}

.stats-left-sec {
  width: 100%;
  height: auto;
  display: flex;
}

.websites-main-div {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-4 {
  padding-right: 0;
}

.image-5 {
  border-radius: 17px;
  margin-bottom: 13px;
}

.website-main {
  flex: 0 auto;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.website-main-card {
  width: 22%;
  height: 47vw;
  padding-right: 0;
}

.website-main-card._2 {
  height: 47vw;
}

.website-main-card._6 {
  height: auto;
}

.expertise-icon-design {
  height: 50%;
}

.expertise-icon-design.reelweb-icon-about {
  background-image: url('../images/Reel-Web-Logo-Icon-.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30%;
  margin-bottom: 26px;
}

.expertise-icon-design.reelweb-icon-about.gd {
  background-image: url('../images/Graphic-Design-icon.svg');
}

.expertise-icon-design.reelweb-icon-about.mark {
  background-image: url('../images/adad.svg');
}

.expertise-icon-design.reelweb-icon-about.p-s {
  background-image: url('../images/Shopfront.svg');
  overflow: hidden;
}

.heading-40 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-40.head {
  margin-top: 10px;
}

.icons-dis-main {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.icon-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 16px;
  font-family: Helveticanowtext, sans-serif;
  display: flex;
}

.skill-main-div {
  background-image: url('../images/Figma-Logo-.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 5vh;
}

.skill-main-div.cistp.custom {
  background-image: url('../images/Custom-Developemt.svg');
}

.skill-main-div.cistp.custom.corel {
  background-image: url('../images/Corel-Draw-icon.svg');
}

.skill-main-div.cistp.custom.my {
  background-image: url('../images/Gmy-Business.svg');
}

.skill-main-div.cistp.custom.indoor {
  background-image: url('../images/Indoor.svg');
  width: 30%;
}

.skill-main-div.php {
  background-image: url('../images/PHP-Forms.svg');
}

.skill-main-div.php.ps {
  background-image: url('../images/Photoshop-icon.svg');
}

.skill-main-div.php.metaa {
  background-image: url('../images/Meta-Business.svg');
}

.skill-main-div.php.outdoor {
  background-image: url('../images/Outdoor.svg');
  display: flex;
}

.skill-main-div.cm {
  background-image: url('../images/E-Commerce-icon.svg');
}

.skill-main-div.cm.aew {
  background-image: url('../images/AE-Logo.svg');
}

.skill-main-div.cm._3d-sign {
  background-image: url('../images/3D-Signage.svg');
}

.skill-main-div.cp {
  background-image: url('../images/C-pannel-hosting-icon.svg');
}

.skill-main-div.cp._3d {
  background-image: url('../images/3D-Animation.svg');
}

.skill-main-div.cp.vehicle-branding {
  background-image: url('../images/Vehicle-Branding-icon.svg');
}

.skill-main-div.ai {
  background-image: url('../images/AI-Logo.svg');
}

.skill-main-div.google {
  background-image: url('../images/Google-Adsense.svg');
  background-size: contain;
}

.skill-main-div.large {
  background-image: url('../images/Large.svg');
}

.text-block-61 {
  font-family: Helveticanowtext, sans-serif;
}

.main-skill-div {
  background-color: #f3f3f3;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  display: flex;
}

.main-graphic-div, .main-marketing-skill, .main-printing-skill {
  background-color: #f3f3f3;
  border-radius: 17px;
  padding: 16px;
}

.paragraph-20 {
  color: #000;
  text-align: center;
  width: 77%;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.header-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-responsive-story {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 85%;
  display: flex;
}

.heading-41 {
  font-family: Zonapro, sans-serif;
  font-weight: 700;
}

.paragraph-21 {
  width: 65%;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-22 {
  justify-content: flex-end;
  width: 50%;
  height: 30vh;
  display: flex;
}

.bold-text-3 {
  font-weight: 300;
}

.html-embed-3 {
  outline-offset: 0px;
  color: #0000;
  border: 1px #000;
  border-radius: 17px;
  outline: 2px solid #fff;
  padding: 9px 25px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.html-embed-3:hover {
  color: #fff;
  background-color: #0000;
}

.land-r-stat {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.land-r-stat.janajana {
  align-items: flex-start;
}

.services-page {
  flex-direction: column;
  display: none;
}

.html-embed-4 {
  border: 2px solid #fff;
  border-radius: 17px;
  flex: none;
  padding: 9px 25px;
  font-family: Helveticanowtext, sans-serif;
}

.text-block-66 {
  color: #fff;
}

.div-block-23 {
  background-color: #fff;
  width: .1%;
  height: auto;
  margin-top: 23px;
  margin-bottom: 141px;
}

.text-span-29, .text-span-30, .text-span-31, .text-span-32 {
  color: var(--2dark-khaki);
}

.text-span-33, .text-span-34, .text-span-35, .text-span-36 {
  font-weight: 500;
}

.hair-2-dye-4 {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #000000ed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.h2d2356, .braingain4-copy-23f, .braingain4-brr {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 1px solid #e0e0e0;
  width: 100%;
  box-shadow: 2px 2px 10px #00000021;
}

.usfab-logo-copy {
  object-fit: cover;
  height: 70vh;
  min-height: auto;
  margin-top: 0;
  overflow: visible;
}

.website-logo {
  background-image: url('../images/Reelweb-svg-.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 7vh;
  margin-bottom: 15px;
}

.website-logo.graphic-design-ll {
  background-image: url('../images/Graphic-Design-icon.svg');
  background-size: contain;
}

.website-logo.graphic-design-ll.marketing {
  background-image: url('../images/adad.svg');
  width: 100%;
}

.website-logo.graphic-design-ll.marketing.printing-signage-copy.ppstyo {
  background-image: url('../images/Shopfront.svg');
}

.website-logo.mobule {
  background-image: url('../images/Reel-Web-Logo-Icon-.svg');
  width: 20%;
  margin-bottom: 0;
  margin-right: 14px;
}

.website-logo.mobule.rrd {
  width: 5vw;
  display: none;
}

.image-6 {
  margin-top: 5px;
}

.html-embed-5 {
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

.div-block-24 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  width: 17%;
  padding-top: 10px;
  display: flex;
}

.heading-42 {
  display: none;
}

.slide-3-copy, .slide-3-copssy-copy {
  text-align: left;
  background-image: url('../images/H2D4.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-3, .icon-4 {
  color: #ffffff80;
}

.respondo {
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
}

.llll {
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.rrrrrr {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.purchase-site {
  padding-bottom: 10px;
}

.purchase-site.ssaa {
  width: 100%;
}

.text-block-68 {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 0;
}

.tusted-paymnet-method {
  background-image: url('../images/Payment-mobile-.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 6vh;
  display: block;
}

.buy-now-t {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-block-69 {
  color: #fff;
  padding-top: 16px;
  font-family: Zonapro, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.text-span-37 {
  font-size: 22px;
}

.html-embed-6 {
  border-radius: 7px;
}

.amout-and-pay-copy {
  width: 100%;
}

.request-to-pay-now {
  width: 40%;
}

.text-block-70 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.div-block-26 {
  background-color: var(--medium-blue);
  height: 15vh;
  position: relative;
  bottom: 50px;
}

.div-block-26.loog-design {
  background-color: #212121;
}

.div-block-26.add.advert {
  background-color: var(--medium-sea-green);
}

.div-block-26.add.advert.red {
  background-color: #212121;
}

.div-block-26.asdas {
  background-color: var(--medium-blue);
}

.text-block-71 {
  color: #fff;
}

.heading-43 {
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  min-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.close-form {
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  min-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.close-form.deski {
  justify-content: flex-end;
  width: 100%;
  height: 8vh;
  margin-top: 8px;
  padding-right: 26px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-span-38 {
  text-align: center;
  font-size: 18px;
}

.text-block-72 {
  color: #fff;
}

.total-and-amount {
  flex-direction: column-reverse;
  display: flex;
}

.text-block-73 {
  color: #fff;
}

.domain-reg {
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.domain-reg.uidd, .domain-reg._4587999 {
  align-items: center;
}

.domain-reg.hostt {
  justify-content: space-around;
  align-items: center;
}

.ddopy-copy-copy-domain-reg {
  background-image: url('../images/Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.ddopy-copy-copy-domain-reg.logo-deisgn-package {
  background-color: #000;
  background-image: none;
  background-size: auto;
}

.ddopy-copy-copy-domain-reg.logo-deisgn-package.bidp {
  background-image: url('../images/Graphic-Design-icon.svg');
  background-position: 50%;
  background-size: 333px;
}

.ddopy-copy-copy-domain-reg.logo-deisgn-package.website {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  height: auto;
}

.ddopy-copy-copy-domain-reg.logo-deisgn-package.website.adss {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.ddopy-copy-copy-domain-reg.advert {
  background-image: url('../images/Ad-design-picture.svg');
}

.ddopy-copy-copy-domain-reg.advert.stratic {
  background-image: url('../images/Left-image-online-form.svg');
}

.ddopy-copy-copy-domain-reg.logo-deisgn-package-copy {
  background-color: #fff;
  background-image: none;
  background-size: auto;
}

.ddopy-copy-copy-domain-reg.logo-deisgn-package-copy.bidp {
  background-image: url('../images/Graphic-Design-icon.svg');
  background-position: 50%;
  background-size: 333px;
}

.strat {
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-16-copy {
  opacity: 1;
  color: #fff;
  background-color: #0000008c;
  height: auto;
  padding: 10px 26px;
  font-family: Zonapro, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.heading-16-copy.regi {
  text-align: right;
}

.div-block-26-copy {
  background-color: var(--medium-blue);
  height: 15vh;
  position: relative;
  bottom: 50px;
}

.div-block-26-copy.loog-design, .div-block-26-copy.add.advert {
  background-color: #212121;
}

.div-block-26-copy.just0 {
  background-color: var(--medium-blue);
}

.close-button-copy {
  background-image: url('../images/White-Cross-Svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  justify-content: flex-end;
  width: 3%;
  height: 5vh;
  display: flex;
}

.div-block-5-copy-copy458 {
  flex-direction: column;
  justify-content: flex-start;
  width: 85%;
  height: 95vh;
  padding-bottom: 20px;
  display: flex;
  position: static;
  overflow: visible;
}

.lottie-animation {
  height: 100%;
  display: flex;
}

.lottie-animation-2, .lottie-animation-3 {
  height: 100%;
}

.lottie-animation-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lottie-animation-4.website, .lottie-animation-4.website._4587d {
  width: 75%;
}

.lottie-animation-4.website.util {
  width: 85%;
}

.lottie-animation-4.website.host {
  width: 65%;
}

.lottie-animation-4.website.host.co-za.as {
  width: 85%;
}

.lottie-animation-4.website.host.co-za.as.pm-ads {
  width: 100%;
}

.lottie-animation-4.website.host.co-za.as.pm-ads.st-mas.stratr {
  width: 85%;
}

.lottie-animation-4.website.host.co-za {
  width: 90%;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.responsive-get-strarted-form-bp {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.lottie-animation-4-copy.sdf {
  width: 100%;
}

.fedf {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.lottie-animation-4-copy-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.domain-reg-copy {
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.get-started-page-copy {
  z-index: 50;
  background-color: #421b1b;
  background-image: linear-gradient(360deg, #000, #212121);
  flex-direction: column;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fedf-copy {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.heading-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  min-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 42px;
  display: flex;
}

.lottie-animation-4-copy {
  object-fit: cover;
  width: 75%;
  height: 100%;
}

.lottie-animation-4-copy.website, .lottie-animation-4-copy.website._4587d {
  width: 75%;
}

.lottie-animation-4-copy.website.util {
  width: 85%;
}

.lottie-animation-4-copy.website.host {
  width: 65%;
}

.lottie-animation-4-copy.website.host.co-za.as.pm-ads {
  width: 100%;
}

.lottie-animation-4-copy.website.host.co-za.as.pm-ads.st-mas.stratr {
  width: 85%;
}

.lottie-animation-5 {
  justify-content: center;
  width: 55%;
  display: flex;
}

.service-card-copy {
  border-bottom: 3px none var(--2dark-khaki);
  outline-offset: 0px;
  background-color: #4454fe00;
  background-image: none;
  border-radius: 17px;
  outline: 1px solid #c4b357;
  align-self: auto;
  width: 30%;
  padding: 33px 14px 0;
  text-decoration: none;
  transition: all .4s;
}

.service-card-copy:hover {
  mix-blend-mode: lighten;
  background-color: #0000;
  background-image: linear-gradient(144deg, #c4b357, #c4b357);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  box-shadow: 0 6px 50px 20px #c4b357;
}

.text-span-39, .text-span-40 {
  color: var(--medium-sea-green);
  font-weight: 700;
}

.blog-main-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 70vh;
  display: flex;
}

.left-col, .re {
  width: 100%;
}

.right-coil {
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-44 {
  color: #000;
}

.logo-div-block {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  height: auto;
  display: flex;
  position: relative;
}

.logo-showcase-responsive-div {
  width: 89%;
  display: flex;
}

.heading-45 {
  color: #000;
}

.logo-l-div {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.logo-r-div {
  width: 50%;
}

.heading-46 {
  color: #000;
  font-family: Helveticanowtext, sans-serif;
  font-size: 25px;
}

.paragraph-22 {
  color: #3f3f3f;
  margin-right: 0;
  padding-right: 51px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
  line-height: 1.3em;
}

.div-block-27 {
  background-image: url('../images/Apero-Logo-.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.slider-4 {
  background-color: #fff;
}

.icon-5, .icon-6 {
  color: #999;
}

.div-block-28 {
  background-image: url('../images/Gensurg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.div-block-29 {
  background-image: url('../images/hair-.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.div-block-30, .div-block-31, .div-block-32 {
  background-image: url('../images/Apero-Logo-.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.background-video-7 {
  height: 100%;
  display: block;
}

.link-block-5 {
  background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  height: 5.5vh;
}

.logo-div {
  flex: none;
}

.div-block-33 {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: 15vh;
  display: flex;
}

.hero-paragraph-copy {
  text-align: left;
  width: 85%;
  margin-bottom: 30px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.slide-11 {
  width: auto;
}

.schenk-industries {
  overflow: hidden;
}

.go2services-copy, .schenk-induerst {
  object-fit: cover;
  height: 70vh;
  min-height: auto;
}

.combat-skips {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #000000ed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.combat-skips.brain-gain.seane-mille {
  justify-content: center;
  align-items: center;
  display: none;
}

.combat-skips.brain-gain.sd {
  display: none;
}

.background-video-8 {
  width: 100%;
}

.background-video-10-copy {
  flex: none;
  width: 100%;
  overflow: hidden;
}

.background-video-11 {
  border-radius: 8px;
  flex: none;
  width: 100%;
}

.div-block-34 {
  width: 90%;
  height: auto;
  margin-top: 10px;
}

.background-video-10-copy-copy {
  flex: none;
  width: 100%;
  overflow: hidden;
}

.div-block-11-copy-copy {
  background-color: #0000;
  background-image: none;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.accessories {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.heading-15 {
  color: #fff;
  font-weight: 400;
}

.hoodies {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.product-disription {
  flex-direction: column;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 10px;
  display: flex;
}

.dog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: none;
}

.heading-14 {
  color: #e0bb50;
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}

.bold-text-4 {
  font-weight: 400;
}

.indoor {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.caps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.sarong-s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.tab-cat {
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  outline: 2px #e6e6e6;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tab-cat:hover {
  border: 2px solid #e0bb3e;
}

.tab-cat._56 {
  display: flex;
}

.outdoor {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.advert-special {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-top: 29px;
  display: none;
  box-shadow: 5px 5px 17px -6px #00000026;
}

.text-block-74 {
  color: #9f9f9f;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.women-caps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.t-shirts-and-shorts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: grid;
}

.cat-main {
  width: 100%;
}

.cat-main.men {
  outline-offset: 0px;
  cursor: pointer;
  background-color: #333;
  border-bottom: 2px solid #fff3e2;
  outline: 3px #333;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 0;
  display: flex;
}

.cat-main.women {
  cursor: pointer;
  background-color: #333;
  border-bottom: 2px solid #fff3e2;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 0;
  display: flex;
}

.image-9 {
  opacity: 1;
  outline-offset: 0px;
  color: #e9e8e600;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px #000;
  outline: 3px #ff6f4c;
  width: 100%;
  height: auto;
  overflow: visible;
}

.lightbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

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

.portable-waterbottle {
  width: 100%;
  height: auto;
  overflow: clip;
}

.featured-category-filter-main {
  background-color: #000;
  border: 2px solid #e6e6e6;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.left-div-cat {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: block;
}

.large-dog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.small-dog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: grid;
}

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

.responsive-item-cat {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.heading-13 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.wall-display {
  width: 100%;
}

.wall-display.women {
  cursor: pointer;
  background-color: #333;
  border-bottom: 2px solid #fff3e2;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 0;
  display: none;
}

.medium-dog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.leggings {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.right-main-cat-copy {
  width: 100%;
  overflow: auto;
}

.right-div-cat {
  width: 50%;
  display: block;
}

.filter-arrow-up {
  color: #fff;
  background-image: url('../images/Arrow-down_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  width: 15%;
  height: 5vh;
}

.featured-product-main {
  opacity: 1;
  outline-offset: 0px;
  color: #e9e8e6;
  background-color: #fff;
  border-radius: 8px;
  outline: 2px #e6e6e6;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-right: 0;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.featured-product-main:hover {
  outline-offset: 0px;
  border: 2px solid #ea0c00;
  outline: 2px #e74646;
}

.featured-product-main.home.uiui, .featured-product-main.uiui {
  display: none;
}

.t-shirts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  margin-bottom: 16px;
  display: grid;
  overflow: visible;
}

.dog-collar {
  width: 100%;
  height: auto;
}

.sub-catagory {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  height: auto;
  display: flex;
}

.women-acces-o {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.responsive-product-div {
  border-radius: 22px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

.responsive-cat-div {
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
  position: relative;
  overflow: visible;
}

.responsive-cat-div.shop {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.responsive-cat-div.shop.hope-shop {
  width: 93%;
}

.responsive-cat-div.shop-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.responsive-cat-div.shop-copy.ttt {
  padding-top: 50px;
  display: none;
}

.paragraph-6 {
  color: #272727;
  text-align: center;
  margin-top: 10px;
  font-family: Helveticanowtext regita, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.rclose-filert {
  color: #fff;
  margin-top: -20px;
  margin-bottom: -20px;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.joggers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.wall-displays {
  justify-content: center;
  display: none;
}

.close-fiilter-heading {
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s cubic-bezier(.755, .05, .855, .06);
}

.close-fiilter-heading:hover {
  background-color: #630000;
  width: 99.9999%;
}

.open-and-close-filter {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.main-heading {
  width: 100%;
  padding-left: 12px;
  display: none;
}

.product-image {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
  overflow: visible;
}

.product-image:hover {
  border: 1px #fff;
}

.left-main-cat {
  object-fit: fill;
  width: 25%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Georgia, Times, Times New Roman, serif;
  position: sticky;
  inset: 10% auto 0% 0%;
}

.close-filer {
  cursor: pointer;
  background-color: #6f0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px 5px 6px 12px;
  display: none;
}

.close {
  color: #fff;
  background-image: url('../images/X.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  width: 15%;
  height: 5vh;
}

.womens-catagory {
  justify-content: center;
  align-items: center;
  display: flex;
}

.indoor-display {
  width: 100%;
  display: flex;
}

.landing-product-section {
  width: 0%;
  height: 75vh;
}

.landing-product-section.product {
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.left-pro-div {
  background-color: #c2c2c2;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 113px;
  padding-bottom: 43px;
  display: flex;
}

.main-imag-e {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 60vh;
  display: flex;
}

.main-imag-e.collar-bg {
  background-color: #c2c2c2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  height: auto;
}

.arm-candy {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.navigation-block-left-2 {
  align-items: center;
  width: 40%;
  display: flex;
}

.container-navigation-2 {
  flex: 0 auto;
  justify-content: space-between;
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-2 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #212121e0;
  border-bottom: 1px solid #ffffff14;
  min-height: auto;
  padding: 2px 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-link-copy-2 {
  color: #546681;
  text-shadow: none;
  flex-direction: row;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  padding: 17px 10px 17px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: none;
}

.navigation-link-copy-2:hover {
  color: #c5b458;
}

.navigation-link-copy-2.w--current {
  outline-offset: 0px;
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  outline: 1.2px solid #c4b357;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 700;
}

.logo-link-2 {
  background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 7vh;
  margin-top: 7px;
  margin-bottom: 7px;
}

.logo-link-2.w--current {
  background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
  background-position: 0%;
  background-size: contain;
  background-attachment: scroll;
  width: 45%;
}

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

.navigation-dropdown-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-10 {
  margin-right: 0;
  padding-right: 0;
}

.responsive-shop-div {
  background-color: #212121;
}

.responsive-shop-div.hope {
  justify-content: center;
  align-items: center;
  padding-bottom: 37px;
  display: none;
}

.show-all.on._4884 {
  width: 100%;
}

.code-embed, .code-embed-2, .code-embed-3 {
  display: none;
}

.golden-wolf-d {
  overflow: hidden;
}

.heading-47 {
  color: #f30004;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 14px 0 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.upload-artwork {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-4 {
  color: #005eff;
}

.text-block-82 {
  width: auto;
  font-family: Helveticanowtext, sans-serif;
}

.upload {
  justify-content: center;
  align-items: center;
  width: 83%;
  display: flex;
}

.bold-text-5 {
  font-weight: 300;
}

.code-embed-4 {
  width: 5vw;
  height: 5vh;
  margin-top: 0;
  margin-left: 37px;
  position: relative;
  top: 0;
  right: 0;
}

.text-span-46 {
  color: #a52013;
}

.code-embed-5 {
  display: none;
}

.sszwane {
  object-fit: cover;
  height: 70vh;
  min-height: auto;
  margin-top: 0;
  overflow: visible;
}

.bold-text-6 {
  font-size: 10px;
}

.menu-icon4_line-bottom {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

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

.button-group.is-course {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-global {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.nav_logo-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.background_image-gradient {
  background-image: linear-gradient(to top, #0a0a0a, #000000d1 32%, #0000);
  height: 9rem;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-section-large {
  justify-content: center;
  align-items: flex-end;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.max-width-xsmall {
  width: 100%;
  max-width: 14.7rem;
}

.button-7 {
  color: #0a0a0a;
  text-align: center;
  background-color: #fff;
  padding: 1.5rem;
  font-weight: 600;
  line-height: .9;
  text-decoration: none;
  position: relative;
}

.button-7.is-black {
  color: #fff;
  background-color: #191a1a;
}

.nav_logo {
  height: 1.3rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

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

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

.nav_logo-pic {
  width: 2.25rem;
}

.background_gradient {
  background-image: radial-gradient(circle, #0000, #0a0a0a 65%);
  width: 200%;
  height: 200%;
}

.menu-icon4_line-top {
  background-color: #fff;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.nav_title {
  color: #ffffff80;
  letter-spacing: -.019em;
  font-size: .75rem;
}

.nav_component {
  background-color: #fff0;
}

.button_bg {
  pointer-events: none;
  background-color: #1ff990;
  width: 0%;
  transition: width 1s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.button_bg.is-white {
  background-color: #fff;
}

.message_image {
  width: 100%;
  height: 100%;
}

.text-weight-medium {
  font-weight: 500;
}

.course_content {
  width: 100%;
}

.hide {
  display: none;
}

.text-size-small {
  letter-spacing: -.005em;
  font-size: .9rem;
}

.background_image {
  z-index: -1;
  opacity: .9;
  object-fit: cover;
  object-position: 50% 50%;
  width: 115%;
  max-width: none;
  height: 115%;
  margin-left: auto;
  margin-right: auto;
  transition: transform .4s linear;
  display: block;
  position: relative;
}

.menu-icon_line-middle-base {
  background-color: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background_gradient-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.message_block {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.mobile-nav {
  display: none;
}

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

.background_image-wrappe {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.background_image-container {
  width: 100%;
  max-width: 87rem;
  height: 100vh;
  max-height: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.message_bottom {
  color: #191a1a;
  background-color: #1ff990;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

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

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

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

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

.course_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: grid;
}

.button_text {
  z-index: 2;
  color: #0a0a0a;
  position: relative;
}

.button_text.is-message {
  color: #fff;
  mix-blend-mode: difference;
}

.nav_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

.nav_menu-button {
  padding: 0;
}

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

.background_component {
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.nav_logo-wrapper {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-direction: column;
  display: flex;
}

.nav_link {
  color: #fff;
  letter-spacing: -.019em;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: .875rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s;
}

.nav_link:hover {
  opacity: .5;
  transform: translate(0, -1.5px);
}

.nav_link.w--current {
  color: #1ff990;
}

.nav_link.is-muted {
  color: #ffffff80;
  flex: 0 auto;
  text-decoration: line-through;
  transition: none;
}

.nav_link.is-muted:hover {
  opacity: 1;
  transform: none;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-middle {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.background_edge-gradient {
  z-index: 1;
  background-image: linear-gradient(to right, #0a0a0a, #0a0a0a00 38% 62%, #0a0a0a);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-37 {
  width: 100%;
  display: flex;
}

.body-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: linear-gradient(#212121 49%, #fff0);
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100vh;
  padding: 62px 0 0;
  display: flex;
  position: relative;
}

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

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-image-two.shadow-two, .pricing-image-two.seanemille-logo, .pricing-image-two.universal-diesel-logo, .pricing-image-two.gm-waterproofing-logo, .pricing-image-two.montagu-snacks, .pricing-image-two.herballife, .pricing-image-two.carla-herbalife {
  border-radius: 0;
  align-self: center;
  width: 30%;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-right: 0;
  overflow: hidden;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  color: #000;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
}

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

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

.logo-link-3 {
  background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  height: 7vh;
}

.logo-link-3.w--current {
  background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
  background-position: 0%;
  background-size: contain;
  background-attachment: scroll;
  width: 45%;
}

.pricing-wrapper-two-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  display: block;
}

.pricing-card-two-2 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  outline-offset: 0px;
  background-color: #f5f7fa0f;
  border: 1px #000;
  border-radius: 8px;
  outline: 1px solid #858585;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  height: 50vh;
  margin-bottom: 0;
  padding: 40px 32px;
  display: flex;
}

.pricing-details-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.invoice-number-h1 {
  color: #000;
  margin-bottom: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}

.pricing-info-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.pricing-block-main {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.h1-heading-c {
  color: #fff;
  margin-bottom: 10px;
  font-family: Zonapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 16px;
}

.client-name {
  color: #171661;
  margin-bottom: 10px;
  font-family: Zonapro, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 16px;
}

.h1-client-headin {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 46px;
  padding-right: 46px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.h1-client-headin.under-class {
  margin-bottom: 18px;
}

.container-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-block-left-3 {
  align-items: center;
  width: 50%;
  display: flex;
}

.pay-now-div {
  justify-content: space-between;
  align-items: center;
  height: 5vh;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.bl-sign-up-now-2 {
  z-index: 85;
  outline-offset: 0px;
  color: #fff;
  text-shadow: none;
  object-fit: fill;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: 3px #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
  position: relative;
}

.bl-sign-up-now-2:hover {
  color: #271abd;
  background-color: #fff;
  font-weight: 700;
}

.bl-sign-up-now-2.mo {
  background-color: #4454fe;
  border-style: none;
  border-width: 1px;
  border-radius: 17px;
  justify-content: center;
  width: auto;
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
  overflow: hidden;
}

.bl-sign-up-now-2.mo:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #4454fe00;
  border-style: none;
  outline: 1.1px solid #fff;
}

.bl-sign-up-now-2.mo {
  background-color: #4454fe00;
  border-style: solid;
  border-width: 1px;
  border-radius: 17px;
  justify-content: center;
  width: 66.6%;
  padding: 16px 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  overflow: hidden;
}

.bl-sign-up-now-2.mo:hover {
  outline-offset: 0px;
  mix-blend-mode: lighten;
  background-color: #4454fe;
  background-image: linear-gradient(#271abd, #4131ff);
  outline: 1.1px solid #fff;
  font-weight: 500;
  box-shadow: 2px 7px 20px #fff3;
}

.pricing-block-2 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  display: flex;
}

.navigation-3 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #212121e0;
  border-bottom: 1px solid #423ff2;
  min-height: auto;
  padding: 2px 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.pricing-content-2 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding: 26px 23px;
  display: flex;
  overflow: auto;
}

.div-block-39 {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.service-details {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3em;
  display: flex;
}

.pricing-items-2 {
  background-color: #8880;
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.bold-text-7 {
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
  line-height: 1.3em;
  display: flex;
}

.price-str {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  margin-bottom: 0;
  font-family: Helveticanowtext extltita, sans-serif;
  line-height: 15px;
  display: flex;
}

.price-final {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.heading-service-charge {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-48 {
  color: #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: flex;
}

.background-video-7-client {
  z-index: -1;
  height: 130vh;
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.heading-49 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Zonapro, sans-serif;
  font-size: 8px;
}

.heading-50 {
  color: #a52013;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 18px;
  display: none;
}

.h1-heading-c-p {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.text-span-47 {
  margin-left: 4px;
  font-weight: 200;
}

.welcome-back {
  color: #fff;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
}

.welcome-back.invoie {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 8px;
  display: flex;
}

.text-span-48 {
  font-size: 15px;
}

.button-8 {
  outline-offset: 0px;
  color: #3641eb;
  text-align: center;
  background-color: #343fe30d;
  border-radius: 20px;
  outline: 1px solid #3641eb;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-left: 14px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-8:hover {
  color: #fff;
  background-color: #343fe3;
}

.button-8.hovi {
  color: #000;
  background-color: #0000000d;
  outline-color: #000;
}

.button-8.hovi:hover {
  color: #fff;
  background-color: #1e1e1e;
}

.client-zone-main-div {
  flex: 0 auto;
  line-height: 20%;
  display: flex;
}

.reelweb {
  background-color: #fafafa00;
  background-image: linear-gradient(-90deg, #e4e4e400 28%, #f0f0f0 85%);
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  display: flex;
}

.name-and-details {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.client-logo-div {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.client-manager-main {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.client-manager-main.t-tims, .client-manager-main.gm {
  display: none;
}

.client-manager-main.ch-show {
  display: flex;
}

.left {
  outline-offset: 0px;
  border-radius: 8px;
  outline: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.left.hovi {
  background-color: #ffffff0d;
  border-radius: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.right {
  background-color: #ffffff0d;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-83 {
  color: #fff;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.company-logo-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.row-1 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex: 1;
  display: flex;
}

.text-block-84 {
  color: #fff;
  text-align: center;
  padding-left: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.bottom-right-row {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-block-85, .text-block-86 {
  color: #fff;
}

.bold-text-7-copy {
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
}

.text-span-49 {
  color: #3641eb;
}

.text-span-49.gddot {
  color: #c4b357;
}

.div-block-41 {
  background-image: url('../images/Attention.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5vw;
  min-height: 100%;
  margin-left: 16px;
}

.sla-button.hovi {
  outline-offset: 0px;
  color: #fff;
  border-radius: 20px;
  outline: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.sla-button.hovi:hover {
  color: #000;
  background-color: #fff;
}

.sla-button.hovi.cs {
  color: #ffffff40;
  background-color: #393939;
  outline-color: #630000;
}

.div-block-42 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  padding: 3px 12px 12px 0;
  display: flex;
}

.acount-needs-attention {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Attention.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 5vw;
  min-height: 100%;
  margin-left: 16px;
  display: none;
}

.good-standing-icon {
  background-image: url('../images/Good-Order-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5vw;
  min-height: 100%;
  margin-left: 16px;
  display: flex;
}

.acount-is-in-good-standing {
  color: #2da857;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 18px;
  display: flex;
}

.payment-required {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Zonapro, sans-serif;
  font-size: 9px;
  display: none;
}

.in-good-standing {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Zonapro, sans-serif;
  font-size: 8px;
  display: flex;
}

.sub-button {
  outline-offset: 0px;
  color: #3641eb;
  text-align: center;
  background-color: #343fe30d;
  border-radius: 20px;
  outline: 1px solid #3641eb;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-left: 14px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
  display: flex;
}

.sub-button:hover {
  color: #fff;
  background-color: #343fe3;
}

.sub-button.hovi {
  color: #000;
  background-color: #0000000d;
  outline-color: #000;
}

.sub-button.hovi:hover {
  color: #fff;
  background-color: #1e1e1e;
}

.sub-button.hovi.subscribe {
  outline-offset: 0px;
  color: #fff;
  background-color: #a22813;
  outline: 1px #a22813;
}

.sub-button.hovi.subscribe:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #00aa4d;
  border: 1px #000;
  outline: 1px #a22813;
}

.sub-button.hovi.subscribe.ud-sub {
  display: flex;
}

.sub-button.hovi.subscribe.ud-sub.subsi {
  background-color: var(--medium-sea-green);
  flex: none;
  display: flex;
}

.sub-button.hovi.subscribe.ud-sub.subsi.basiceweb {
  display: flex;
}

.sub-button.hovi.graphic-design-subscribe {
  outline-offset: 0px;
  color: #fff;
  background-color: #a22813;
  outline: 1px #a22813;
  display: none;
}

.sub-button.hovi.graphic-design-subscribe:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #00aa4d;
  border: 1px #000;
  outline: 1px #a22813;
}

.sub-button.hovi.pay-now {
  outline-offset: 0px;
  color: #fff;
  background-color: #a22813;
  outline: 1px #a22813;
  flex: none;
}

.sub-button.hovi.pay-now:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #00aa4d;
  border: 1px #000;
  outline: 1px #a22813;
}

.sub-button.hovi.pay-now.ud-sub {
  display: flex;
}

.sub-button.hovi.pay-now.ud-sub.subsi {
  flex: none;
  display: flex;
}

.sub-button.hovi.pay-now.ud-sub.subsi.basiceweb {
  display: flex;
}

.utility-tool-div {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-43, .ghost-div {
  height: 4vh;
}

.link-5 {
  color: #ffffffa8;
  text-align: center;
  width: auto;
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  text-decoration: none;
}

.link-5:hover {
  color: #4454fe;
}

.website {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 24px;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
}

.div-block-44 {
  background-image: url('../images/Ruan-Logo-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5vw;
  height: 7vh;
  margin-right: 12px;
}

.reelweb-registration, .reelweb-tips-trims {
  background-color: #fafafa00;
  background-image: linear-gradient(-90deg, #e4e4e400 28%, #f0f0f0 85%);
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  display: none;
}

.account {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.lottie-animation-6 {
  display: block;
}

.rw-one-pager-2 {
  color: #5140ff;
  padding-top: 19px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

.rw-one-pager-2.rwdsub {
  color: #000;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 500;
}

.div-block-7-copy-iv-2 {
  background-color: #271abd;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.reel-web-heading-2 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  width: 70%;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.real-designs-services-e-2 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.real-designs-services-e-2.rte {
  background-color: #f5f5f5;
}

.business-lite-card-hero-2 {
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  border: 6px solid #271abd;
  border-radius: 17px;
  outline: 3px #333;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.main-business-account {
  background-color: #1a1a1a;
  background-image: url('../images/Image-Background.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.uptake-design-heading-2 {
  color: #c4b357;
  text-shadow: none;
  margin-bottom: 6px;
  padding-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
}

.uptake-design-heading-2.cds {
  color: #f5f5f5;
  padding-top: 13px;
  padding-bottom: 8px;
  font-family: Zonapro, sans-serif;
}

.real-designs-services-d-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.real-designs-services-d-2.ss {
  text-align: left;
  background-color: #0000;
  padding-left: 10px;
}

.rd-services-a-2 {
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.one-pager-rw-2 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 37px;
  font-weight: 700;
}

.sign-up-now-2 {
  z-index: -1;
  background-color: #271abd;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 18px;
  display: flex;
  position: relative;
  bottom: 22px;
}

.pb-heading-2 {
  color: #271abd;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.pb-heading-2.muti-pager-rw {
  color: #271abd;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 28px;
}

.pb-heading-2.open {
  color: #271abd;
  padding-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.left-colu-ud-copy-2 {
  flex: 0 auto;
  width: 100%;
}

.bl-services-b-2 {
  text-align: left;
  text-shadow: none;
  background-color: #f5f5f5;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.bl-services-b-2.sdf {
  background-color: #f5f5f5;
  padding-bottom: 15px;
}

.bl-services-b-2.sdf._515641 {
  background-color: #0000;
}

.bl-services-b-2.sdf._515641.rte, .bl-services-b-2.ss {
  background-color: #f5f5f5;
}

.bl-services-b-2.ss._5656 {
  background-color: #0000;
  padding-bottom: 10px;
}

.upptake-design-sdubheading-2 {
  color: #fff;
  text-shadow: none;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.upptake-design-sdubheading-2._26n {
  padding-bottom: 0;
  font-weight: 300;
}

.real-designs-services-c-2 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.real-designs-services-c-2.sfec {
  background-color: #f5f5f5;
}

.business-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-shadow: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 65vh;
  display: flex;
}

.reel-web-heading-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 77%;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.real-designs-services-e-3 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.real-designs-services-e-3.rte {
  background-color: #f5f5f5;
  font-family: Helveticanowtext, sans-serif;
}

.real-designs-services-d-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.real-designs-services-d-3.ss {
  text-align: left;
  background-color: #0000;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
}

.rd-services-a-3 {
  color: #3f3f3f;
  text-align: left;
  width: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.one-pager-rw-3 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.sign-up-now-3 {
  z-index: -1;
  background-color: #271abd;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 34px 14px 18px;
  display: flex;
  position: relative;
  bottom: 22px;
}

.left-colu-ud-copy-3 {
  flex: 0 auto;
  width: 100%;
}

.bl-services-b-3 {
  text-align: left;
  text-shadow: none;
  background-color: #f5f5f5;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.bl-services-b-3.sdf {
  background-color: #f5f5f5;
  padding-bottom: 15px;
}

.bl-services-b-3.sdf._515641 {
  background-color: #0000;
}

.bl-services-b-3.sdf._515641.rte {
  background-color: #f5f5f5;
  font-family: Helveticanowtext, sans-serif;
}

.bl-services-b-3.ss {
  background-color: #f5f5f5;
}

.bl-services-b-3.ss._5656 {
  background-color: #0000;
  padding-bottom: 10px;
  font-family: Helveticanowtext, sans-serif;
}

.upptake-design-sdubheading-3 {
  color: #fff;
  text-shadow: none;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.upptake-design-sdubheading-3._26n {
  padding-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.real-designs-services-c-3 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.real-designs-services-c-3.sfec {
  background-color: #f5f5f5;
  font-family: Helveticanowtext, sans-serif;
}

.text-span-50 {
  text-align: center;
  font-size: 18px;
}

.div-block-45 {
  background-color: #271abd;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 15vh;
  display: flex;
  position: relative;
  bottom: 50px;
}

.div-block-45.dfdf {
  height: auto;
  top: 14px;
  bottom: 0;
}

.text-block-87 {
  color: #fff;
}

.heading-51 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Zonapro, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.text-block-88 {
  color: #fff;
}

.heading-52 {
  opacity: 1;
  color: #fff;
  background-color: #ffffff26;
  height: auto;
  padding: 10px 26px;
  font-size: 32px;
  font-weight: 700;
}

.heading-52.regi {
  color: #fff;
  text-align: right;
  background-color: #0000;
  width: 100%;
}

.heading-52.regi.host {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Zonapro, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  display: flex;
}

.html-embed-7 {
  border-radius: 7px;
}

.field-label-7, .field-label-8 {
  color: #fff;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.name, .email-adress {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.email-and-phone {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.phone-number {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.form-3 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
}

.text-field-5, .text-field-6, .text-field-7, .text-field-8 {
  color: #fff;
  background-color: #ffffff26;
  border-radius: 20px;
}

.textarea-2 {
  color: #fff;
  background-color: #ffffff26;
  border-radius: 20px;
  padding-bottom: 62px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.more-about {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.submit-button-4 {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 700;
}

.submit-button-4:hover {
  color: var(--medium-blue);
  background-color: #ffffffc2;
}

.company-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.email-and-dame {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-89 {
  color: #ffffffab;
  font-size: 10px;
  line-height: 15px;
}

.business-lite-card-hero-2-x {
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  border: 6px solid #271abd;
  border-radius: 17px;
  outline: 3px #333;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.only {
  margin-top: 10px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 11px;
  font-weight: 300;
  transform: rotate(-90deg);
}

.link-7 {
  color: #fff;
  text-align: right;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.link-7:hover {
  color: var(--2dark-khaki);
  font-weight: 300;
}

.submit-button-4-copy {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 700;
}

.submit-button-4-copy:hover {
  color: var(--medium-blue);
  background-color: #ffffffc2;
}

.submit-button-4-copy.buttom {
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.submit-button-4-copy.buttom:hover {
  color: var(--white-smoke);
  mix-blend-mode: lighten;
  background-image: linear-gradient(176deg, #271abd, #4131ff);
  font-weight: 500;
  box-shadow: 2px 7px 20px #fff3;
}

.link-8 {
  font-family: Helveticanowtext, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.get-started {
  color: #000;
  background-color: #ffffff80;
  border: 1px solid #000;
  border-radius: 8px;
  margin-left: 16px;
  padding: 14px 9px;
  text-decoration: none;
  box-shadow: inset 7px -2px 20px #ffffffa8;
}

.get-started:hover {
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
}

.text-block-90 {
  color: #fff;
}

.open-b {
  color: #000;
  font-family: Zonapro, sans-serif;
  font-weight: 700;
}

.t-c-s {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 108px;
  padding-bottom: 108px;
  display: flex;
}

.responsive-t {
  width: 85%;
  height: auto;
}

.heading-143 {
  color: #003362;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.heading-143.terms-conditions {
  color: #000;
  font-family: Zonapro, sans-serif;
  font-weight: 700;
}

.paragraph-23, .paragraph-24 {
  color: #000;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 300;
}

.bold-text-8 {
  color: #000;
}

.bold-text-9 {
  font-weight: 300;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36 {
  font-weight: 500;
}

.bold-text-37 {
  color: #000;
  font-weight: 500;
}

.div-block-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.available-seats {
  color: #9e9e9e;
  text-align: right;
  width: 100%;
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.available-seats.sshho {
  display: none;
}

.terms {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-51 {
  color: #b6b6b6;
  font-size: 8px;
  font-weight: 300;
}

.div-block-49 {
  flex-flow: column;
  display: flex;
}

.bold-text-38 {
  font-weight: 500;
}

.success {
  text-align: left;
  background-color: #f4f4f4;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.div-block-16 {
  align-self: center;
  width: 85%;
  height: auto;
}

.sucess-mark {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  mix-blend-mode: normal;
  background-color: #00000078;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.text-block-91 {
  text-align: center;
  width: 50%;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.form-sucessfull {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-image: url('../images/Native-Texture.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-22 {
  color: #000;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: Zonapro, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.div-block-50 {
  padding-top: 58px;
}

.div-block-51 {
  background-image: url('../images/Good-Order-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 20px;
  width: 50%;
  height: 55%;
}

.go-back-home {
  color: #000;
  background-color: #f3f3f3;
  border: 2px solid #003362;
  border-radius: 20px;
  padding: 22px;
  text-decoration: none;
}

.text-block-92 {
  color: #000;
  font-family: Zonapro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.body-15 {
  background-color: #000;
}

.bold-text-39 {
  font-weight: 300;
}

.business-hero-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-shadow: none;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  height: auto;
  padding-top: 56px;
  display: flex;
}

.website-security {
  opacity: .59;
  margin-top: 5px;
}

.website-security:hover {
  opacity: 100;
}

.sa {
  justify-content: space-between;
  padding: 0 12px;
  display: flex;
}

.text-block-93 {
  color: #271abd;
  background-color: #fff;
  border: 1px solid #271abd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: flex;
}

.text-block-93:hover {
  color: #fff;
  background-color: #271abd;
}

.sb {
  background-color: #f5f5f5;
  justify-content: space-between;
  padding: 5px 12px;
  display: flex;
}

.sc {
  justify-content: space-between;
  padding: 0 12px;
  display: flex;
}

.sd {
  background-color: #f5f5f5;
  justify-content: space-between;
  padding: 5px 12px;
  display: flex;
}

.se {
  justify-content: space-between;
  padding: 0 12px;
  display: flex;
}

.sf {
  background-color: #f5f5f5;
  justify-content: space-between;
  padding: 5px 12px;
  display: flex;
}

.sg {
  justify-content: space-between;
  padding: 0 12px 5px;
  display: flex;
}

.italic-text {
  font-style: normal;
  font-weight: 300;
}

.div-block-5-reel {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 95vh;
  padding-top: 19px;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.get-started-mobile {
  color: #000;
  background-color: #ffffff80;
  border: 1px solid #000;
  border-radius: 8px;
  margin-left: 16px;
  padding: 14px 9px;
  text-decoration: none;
  box-shadow: inset 7px -2px 20px #ffffffa8;
}

.get-started-mobile:hover {
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
}

.open-b-copy {
  color: #000;
  font-family: Zonapro, sans-serif;
  font-weight: 700;
}

.bold-text-40 {
  font-weight: 300;
}

.bold-text-41 {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .section-wrapper.glow-3 {
    background-image: linear-gradient(79deg, #212121, #212121 19%, #13131359 59%, #0000);
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section-wrapper.glow-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-container.hero {
    width: 100%;
  }

  .section-container.service {
    width: 85%;
    padding-top: 0;
  }

  .hero-content-conatiner {
    padding-top: 48px;
  }

  .button-content {
    border-style: none;
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 1px;
  }

  .service-card {
    padding: 22px 20px;
  }

  .projects-wrapper {
    background-color: #212121;
    padding-bottom: 81px;
  }

  .rw-get-a-quote-button {
    border-width: 1px;
  }

  .website-portfolio-b {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rw-dynamic-website-d, .rw-multi-pager-d {
    font-family: Zonapro, sans-serif;
  }

  .rw-business-lite.janajana {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .rw-business-lite.janajana.dds {
    width: 35%;
  }

  .one-pager-rw {
    font-family: Zonapro, sans-serif;
  }

  .rw-business-gold.janajana {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .rw-business-pro {
    flex: 1;
  }

  .yellow-circle {
    background-position: -90%;
    background-size: contain;
    transform: translate(-600px)scale(2);
  }

  .reel-web-logo, .printing-signage {
    padding: 22px 20px;
  }

  .printing-signage.ef, .printing-signage.ef-copy {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .reel-web-logo-copy {
    padding: 55px;
    display: none;
  }

  .section-wrapper-copy.glow-1 {
    background-color: #212121;
    padding-top: 37px;
    position: relative;
  }

  .section-21 {
    background-color: #0000;
  }

  .text-block-40 {
    color: #fff;
  }

  .we-sure {
    display: none;
  }

  .div-block-11-copy {
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }

  .right-side.sdfsdes {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
  }

  .div-block-5-copy {
    padding-top: 0;
  }

  .start-a-project-popup {
    left: 286.949px;
  }

  .paragraph {
    width: 66%;
  }

  .button-1-copy-copy._2ds {
    margin-bottom: 35px;
  }

  .ddddd-copy-copy-copy {
    padding: 1px;
  }

  .service-card-copy {
    padding: 22px 20px;
  }

  .background-video-7 {
    display: flex;
  }

  .image-7 {
    width: 44%;
  }

  .div-block-11-copy-copy {
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }

  .background-video-7-client {
    display: flex;
  }

  .name, .email-adress {
    width: 50%;
  }

  .email-and-phone {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .phone-number, .company-name {
    width: 50%;
  }

  .div-block-5-reel {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }
}

@media screen and (min-width: 1440px) {
  .section-container.hero {
    padding-top: 195px;
    padding-bottom: 76px;
  }

  .hero-content-conatiner {
    max-width: 620px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .button-content {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 17px;
  }

  .button-content._4545 {
    margin-bottom: 0;
  }

  .webflow-partner-badge {
    width: 250px;
    height: 250px;
  }

  .webflow-icon {
    position: static;
  }

  .section-tag-container {
    margin-bottom: 0;
  }

  .service-cards-wrapper {
    padding-top: 33px;
  }

  .service-card, .service-card-paragraph {
    font-size: 15px;
  }

  .process-content-container {
    padding-top: 0;
  }

  .process-content-container._2 {
    padding-top: 20px;
  }

  .process-content-container.pcpcpc {
    padding-top: 24px;
  }

  .process-card-title {
    font-size: 22px;
  }

  .process-card-paragraph {
    font-size: 15px;
  }

  .explore-button-copntainer {
    padding-bottom: 0;
  }

  .projects-slider-wrapper {
    flex-direction: row;
    align-items: center;
    height: 94%;
    display: flex;
  }

  .project-container {
    flex-direction: row;
    align-items: center;
    height: auto;
    display: flex;
  }

  .project-image-container {
    justify-content: center;
    display: flex;
  }

  .project-slider {
    flex-direction: row;
    height: auto;
    display: flex;
  }

  .project-sldier-mask {
    height: 55vh;
  }

  .project-tag-container {
    font-size: 17px;
  }

  .project-description {
    font-size: 15px;
  }

  .slider-section-wrapper.glow-1, .slider-section-wrapper.glow-1-copy {
    flex: 1;
    width: 100%;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .slider-section-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .yellow-circle {
    background-position: 0 0;
    background-size: 1000px;
    transform: translate(-228px)scale(1.6);
  }

  .reel-web-logo {
    background-image: linear-gradient(144deg, #2315bd24, #5140ff12);
    font-size: 15px;
  }

  .printing-signage {
    background-image: linear-gradient(144deg, #84080821, #e8181808);
    font-size: 15px;
  }

  .printing-signage.ef, .printing-signage.ef-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reel-web-logo-copy {
    background-image: url('../images/Working-Logo.svg');
    background-position: 50%;
    background-size: cover;
    font-size: 15px;
    display: none;
  }

  .section-wrapper-copy.glow-1 {
    background-color: #212121;
    padding-top: 49px;
  }

  .h1-work {
    justify-content: flex-start;
    height: 73vh;
  }

  .responsive-tabs {
    width: 85%;
  }

  .responsive-div-web-mail {
    padding-top: 163px;
  }

  .project-main {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .ruwermarine {
    height: 550px;
  }

  .slide {
    height: auto;
  }

  .body-7 {
    flex-direction: row;
    display: flex;
  }

  .project-image-container-copy {
    justify-content: center;
    display: flex;
  }

  .ruwer {
    flex-direction: row;
    align-items: center;
    height: 94%;
    display: flex;
  }

  .we-sure {
    display: none;
  }

  .libellium {
    height: auto;
  }

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

  .text-block-45 {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .wesure-u, .giant-panda-records {
    height: auto;
  }

  .tab-vedio, .tab-vedio-new, .braing {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .start-a-project-popup {
    bottom: 161px;
    left: 70.9489px;
  }

  .printing-services-card {
    display: none;
  }

  .form-03-outer-div {
    justify-content: space-between;
    width: 87%;
    max-width: none;
  }

  .button-1-copy-copy._2ds {
    margin-bottom: 54px;
  }

  .slide-2 {
    background-image: url('../images/WhatsApp-Image-2023-08-20-at-15.57.53.jpeg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .paragraph-17 {
    font-family: Helveticanowtext, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .slide-10.sdf.sdfe3.cvdvd {
    background-position: 50%;
  }

  .slide-10.sdf._4587787878._78ooo.sdfsd.uinmi {
    background-position: 50% 73%;
    background-repeat: no-repeat;
  }

  .slide-10.sdf._4587787878.sdfdsf.sdfdsfs {
    background-position: 50% 43%;
    background-size: cover;
  }

  .slide-10.sdf.dsfsdf5 {
    background-position: 50% 83%;
  }

  .button-content-copy {
    font-size: 17px;
  }

  .timeline_text {
    font-size: 22px;
  }

  .timeline_date-text {
    font-size: 32px;
  }

  .service-card-copy {
    font-size: 15px;
  }

  .div-block-33 {
    width: 85%;
  }

  .hero-paragraph-copy {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .section-wrapper.glow-3 {
    mix-blend-mode: normal;
    background-image: linear-gradient(79deg, #212121, #212121 25%, #1d1d1db5 62%, #13131359 100%, #0000);
  }

  .section-wrapper.glow-2 {
    background-image: radial-gradient(circle closest-corner at 0%, #fe44441a, #4454fe00);
    flex: 1;
    height: 65vh;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-container.hero {
    flex: 1;
    align-items: center;
    max-width: 85%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-container.service, .section-container.process {
    flex: 0 auto;
    width: 77%;
    max-width: none;
  }

  .section-container.process.guiding.the {
    width: 77%;
  }

  .section-container.faqs {
    padding-top: 0;
  }

  .section-container.faqs._56 {
    flex: 0 auto;
    width: 77%;
    max-width: none;
  }

  .section-container.contact {
    flex: 0 auto;
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content-conatiner {
    justify-content: center;
    align-self: auto;
    padding-top: 0;
  }

  .hero-paragraph {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
    width: 35%;
    display: flex;
  }

  .button-1 {
    background-image: linear-gradient(113deg, #2418ac, #4b3af6);
    margin-left: 4px;
  }

  .button-content {
    border-style: solid;
    border-color: #000;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .button-content.nn0 {
    flex-direction: row-reverse;
    padding: 17px 14px;
  }

  .button-content._4545 {
    margin: 1px;
  }

  .section-tag-container {
    margin-bottom: 54px;
  }

  .service-card {
    padding: 30px 29px 60px;
  }

  .service-card:hover {
    box-shadow: 0 6px 20px 9px #c4b357;
  }

  .section-title-container {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    padding-bottom: 44px;
  }

  .section-title {
    width: 65%;
    font-size: 40px;
  }

  .section-title._2 {
    width: 100%;
  }

  .section-title.sdfsdfsd {
    font-size: 28px;
  }

  .process-content-container {
    align-items: flex-start;
  }

  .process-card-container {
    grid-row-gap: 5px;
    flex-direction: row;
  }

  .process-card {
    border-radius: 17px;
    margin-bottom: 6px;
    padding-top: 25px;
  }

  .process-card:hover {
    outline-offset: 0px;
    outline: 1px solid silver;
  }

  .faq-wrapper {
    grid-row-gap: 5px;
    background-color: #0000;
    flex-direction: column;
    width: 45%;
  }

  .faq-toggle {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .faq-answer-container {
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
  }

  .contact-content-container {
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
  }

  .projects-wrapper {
    padding-bottom: 54px;
  }

  .projects-marquee-container {
    width: 200vw;
  }

  .explore-button-copntainer {
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 22px;
  }

  .explore-button-copntainer._4888.sdfsdf {
    padding-right: 0;
  }

  .section-tag-line {
    position: relative;
  }

  .projects-slider-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .project-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .project-info-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 33px;
    padding-left: 0;
    overflow: visible;
  }

  .project-image-container {
    background-position: 50% 0;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 50%;
    max-width: none;
    height: 60vh;
    display: flex;
    overflow: hidden;
  }

  .project-slider {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
  }

  .project-sldier-mask {
    flex: 0 auto;
    order: 0;
    align-self: center;
    height: auto;
    overflow: visible;
  }

  .left-arrow {
    justify-content: space-between;
    align-items: center;
    position: absolute;
  }

  .left-arrow.rdr {
    position: absolute;
  }

  .project-description {
    margin-bottom: 0;
  }

  .project-title {
    font-size: 40px;
  }

  .project-link {
    position: relative;
  }

  .slider-section-wrapper.glow-1 {
    background-image: radial-gradient(circle closest-corner at 0%, #c4b35721, #ff6f4c00 95%);
    flex: none;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .slider-section-wrapper.glow-1._55 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-section-wrapper.glow-1-copy {
    background-image: radial-gradient(circle closest-corner at 0%, #c4b35721, #ff6f4c00 95%);
    height: 100vh;
    display: flex;
  }

  .slider-section-container {
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 77%;
    max-width: none;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .section {
    mix-blend-mode: normal;
    background-color: #0000;
    background-image: url('../images/Native-Texture.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-3 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .quick-links {
    color: #fff;
  }

  ._4row-div {
    flex: 0 auto;
    justify-content: center;
    width: 77%;
    max-width: none;
  }

  .google-maps {
    color: #fff;
  }

  .empty-space {
    height: 3vh;
  }

  .top-row-footer {
    justify-content: space-between;
    width: 100%;
  }

  .get-in-touch, .get-in-touch.quick-links-s {
    width: 50%;
  }

  .second-row-footer {
    justify-content: space-between;
    width: 50%;
  }

  .html-embed {
    border-radius: 17px;
    overflow: hidden;
  }

  .responsive-square {
    justify-content: center;
    width: 100%;
  }

  .text-block-8 {
    color: #fff;
  }

  .reelweb-hero {
    text-shadow: none;
    width: auto;
    height: 85vh;
  }

  .services-heading {
    width: 75%;
  }

  .services-heading.webi {
    width: 77%;
  }

  .reel-web-heading {
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 0;
    display: flex;
  }

  .rw-get-a-quote-button:hover {
    color: #fff;
    background-color: #e03726;
  }

  .responsive-hero {
    width: 77%;
  }

  .responsive-hero.graphic-design {
    justify-content: center;
    width: 70%;
    padding-top: 113px;
  }

  .responsive-hero.graphic-design.howe-d {
    width: 78.5%;
    padding-left: 0;
    padding-right: 0;
  }

  .responsive-hero.pp {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .reel-web-hypper-button-links {
    width: 77%;
  }

  .main-h-card-heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bl-sign-up-now {
    z-index: 50;
    margin-top: 0;
    font-family: Zonapro, sans-serif;
    font-weight: 200;
    position: relative;
  }

  .bl-sign-up-now.uber {
    font-family: Helveticanowtext, sans-serif;
    font-weight: 500;
  }

  .bl-sign-up-now.uber:hover {
    border-color: #009e48;
    outline-color: #06853f;
  }

  .bl-sign-up-now.green-but {
    font-family: Helveticanowtext, sans-serif;
    font-weight: 500;
  }

  .bl-sign-up-now.mo {
    width: auto;
  }

  .real-designs-services-d {
    font-family: Helveticanowtext, sans-serif;
  }

  .rw-one-pager {
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .main-glass-div {
    padding-bottom: 25px;
  }

  .tab-link-tab-1.host.w--current {
    background-color: var(--medium-blue);
    background-image: linear-gradient(63deg, var(--medium-blue), var(--slate-blue));
  }

  .rw-design-heading {
    padding-right: 5px;
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .rw-design.rwd._87 {
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .rw-design.rwd-copy.ud-sub {
    padding-bottom: 0;
    font-size: 16px;
  }

  .business-lite-card-hero {
    border-color: var(--medium-blue);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .pb-heading {
    color: var(--medium-blue);
  }

  .pb-heading.rw-utility-web, .pb-heading.muti-pager-rw {
    font-size: 28px;
  }

  .responsive-reel-glass-div {
    width: 77%;
  }

  .rw-hosting-heading {
    padding-bottom: 0;
  }

  .tabs-content {
    border-top-color: var(--medium-blue);
  }

  .tabs-content.adhere-marketing-tab-line {
    width: 100%;
  }

  .text-block-15 {
    color: var(--medium-blue);
  }

  .left-hosting-colu {
    height: 25vh;
  }

  .rd-services-b {
    font-family: Helveticanowtext, sans-serif;
  }

  .text-block-13 {
    font-weight: 300;
  }

  .rw-sub-glass-heading.design-rw {
    font-family: Helveticanowtext, sans-serif;
  }

  .rw-sub-glass-heading.ud-sub.uptake-sub-how {
    width: 50%;
    padding-bottom: 35px;
    font-weight: 300;
  }

  .rw-sub-glass-heading.ud-sub.uptake-sub-how.pap {
    width: 50%;
  }

  .rw-sub-glass-heading.ud-sub.uptake-sub-how.pap.opoo {
    padding-bottom: 0;
  }

  .rw-sub-glass-heading.ud-sub.uptake-sub-how.design.how-d {
    width: 100%;
  }

  .rw-sub-glass-heading.am-sub-traditional-heading {
    font-family: Helveticanowtext, sans-serif;
  }

  .rw-sub-glass-heading.hostingd {
    padding-bottom: 17px;
  }

  .rd-services-a {
    font-family: Helveticanowtext, sans-serif;
  }

  .rw-business-lite {
    align-items: flex-start;
  }

  .rw-business-lite.gggd {
    align-items: flex-end;
  }

  .business-pro-card-hero-copy {
    border-style: solid;
    border-color: var(--medium-blue);
    outline-offset: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    outline: 3px #333;
  }

  .real-designs-services-e {
    font-family: Helveticanowtext, sans-serif;
  }

  .right-rw-design-colu {
    padding-left: 147px;
  }

  .right-rw-design-colu.james-made-iut {
    padding-left: 0;
  }

  .orbs {
    z-index: -1;
    mix-blend-mode: normal;
    height: 80vh;
  }

  .rw-d-onpager-pricing {
    outline-offset: 0px;
    border-style: none;
    outline: 3px #333;
  }

  .rw-services-a._87 {
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .sign-up-now {
    z-index: auto;
    background-color: var(--medium-blue);
    padding-top: 12px;
    padding-bottom: 12px;
    bottom: 0;
  }

  .sign-up-now.am-get-a-quote {
    outline-offset: 0px;
    outline: 3px #333;
  }

  .rw-services-c-copy.rwd.ud-sub-heading {
    padding-top: 14px;
    padding-bottom: 0;
  }

  .real-designs-services-c {
    font-family: Helveticanowtext, sans-serif;
  }

  .hosting-intro {
    align-items: flex-start;
    margin-top: 30px;
    padding-bottom: 10px;
  }

  .hosting-intro.idugneo {
    margin-top: 0;
    padding-bottom: 0;
  }

  .design-intro {
    flex-direction: row-reverse;
  }

  .hosting-packages-main-div {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .hosting-packages-main-div._45sd54d {
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin-top: 0;
    display: block;
  }

  .reel-glass-services-hero {
    margin-bottom: 0;
  }

  .reel-web-services-d.rwd-copy {
    padding-top: 14px;
  }

  .tabs {
    margin-bottom: 7px;
    padding-bottom: 0;
  }

  .one-pager-rw {
    font-family: Helveticanowtext, sans-serif;
  }

  .rw-business-gold {
    align-items: flex-end;
  }

  .design-packages-main-div-copy {
    align-items: center;
    height: auto;
  }

  .tab-link-tab-2.tabcms {
    display: none;
  }

  .tab-link-tab-2.tabcms-copy.w--current {
    background-image: linear-gradient(265deg, #2517bf, #4e3dfb);
  }

  .pick-a-package-h1 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .pick-a-package-h1._4568 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .pick-a-package-h1.sdfsdf {
    text-align: center;
    justify-content: center;
  }

  .text-block-14 {
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .text-block-14._2._2mob {
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 300;
  }

  .text-block-14.mobi9le {
    font-family: Zonapro, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .left-rw-design-icon {
    background-image: url('../images/RW-Design-icon.svg');
    background-size: contain;
    height: 25vh;
  }

  .bl-services-b {
    font-family: Helveticanowtext, sans-serif;
  }

  .bl-services-b.fer.dfdf, .bl-services-b.dfefer.sdfsd.sdfsdf {
    background-color: #fff;
  }

  .bl-services-b.iejdi56, .bl-services-b.bngke {
    background-color: var(--white-smoke);
  }

  .bl-services-b.james {
    background-color: #0000;
  }

  .bl-services-b._45op, .bl-services-b.edx56, .bl-services-b._852, .bl-services-b._7845, .bl-services-b.uie {
    background-color: #fff;
  }

  .business-gold {
    border-color: var(--medium-blue);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .rw-h3-pillar-container {
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .small-text-below-package-s {
    margin-top: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .body-2 {
    background-position: 50% 100%;
  }

  .left-colu-ud {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .left-colu-ud.print {
    justify-content: center;
    align-items: flex-start;
  }

  .upptake-design-sdubheading {
    width: 60%;
    padding-top: 8px;
    font-family: Helveticanowtext, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .uptake-design-heading {
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .uptake-design-heading.pricing-plan {
    padding-bottom: 0;
  }

  .uptake-design-heading.am-heading {
    padding-bottom: 24px;
  }

  .right-colu {
    background-image: url('../images/Graphic-Design-icon.svg');
    background-position: 100%;
    background-size: contain;
  }

  .right-colu.am-ic9on {
    background-image: url('../images/Marketingd.svg');
  }

  .right-colu.net-printing-icon {
    background-image: url('../images/Shopfront.svg');
    background-size: contain;
  }

  .ud-main-hero {
    width: 85%;
    height: 40vh;
  }

  .ud-main-hero.grahpics, .ud-main-hero.f {
    width: auto;
  }

  .text-block-21 {
    font-family: Helveticanowtext, sans-serif;
    font-weight: 500;
  }

  .uptake-orbs-background {
    height: 100vh;
  }

  .order-form-icon {
    width: 77%;
  }

  .order-form-icon.mark {
    width: 20%;
  }

  .slg-subtext-c {
    font-family: Helveticanowtext, sans-serif;
  }

  .uptake-glass-services-hero-copy {
    text-shadow: none;
    align-items: flex-end;
  }

  .startup-logo-package-features {
    width: 90%;
  }

  .consultation {
    align-items: center;
    width: 77%;
  }

  .consultation.mark {
    width: 20%;
  }

  .slg-subtext-f {
    font-family: Helveticanowtext, sans-serif;
  }

  .ud-how-heading {
    color: var(--medium-sea-green);
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .ud-how-heading.howe-d, .ud-how-heading.c0ope {
    margin-top: 0;
  }

  .how-it-works-icon.consultation.am-how-it-works.am-consultation {
    width: 100%;
  }

  .how-it-works-icon.am-how-it-works {
    display: flex;
  }

  .slg-subtext-b {
    font-family: Helveticanowtext, sans-serif;
  }

  .slg-subtext-b.sdee.dre {
    padding-right: 74px;
  }

  .ud-colu-copy {
    padding-top: 0;
  }

  .main-glass-div-copy {
    border-width: 1px;
  }

  .starup-pricing-text {
    font-family: Helveticanowtext, sans-serif;
  }

  .sign-up-now-startup-logo-graphics {
    background-color: #c4b357;
  }

  .slg-subtext-a-copy {
    font-family: Helveticanowtext, sans-serif;
  }

  .responsive-uptake-glass-div-copy {
    flex: none;
    width: 78.5%;
  }

  .presentatiuon {
    width: 77%;
  }

  .presentatiuon.mark {
    width: 20%;
  }

  .slg-subtext-d {
    font-family: Helveticanowtext, sans-serif;
    position: static;
  }

  .startup-logo-text {
    color: #212121;
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .uptake-orbs {
    height: auto;
  }

  .how-it-works-icons {
    justify-content: space-between;
    margin-bottom: 32px;
  }

  .design-assessment {
    width: 77%;
  }

  .design-assessment.mark {
    width: 20%;
  }

  .adhere-marketing-main {
    height: 85vh;
  }

  .digital-marketing-icon {
    background-image: none;
    justify-content: flex-end;
    height: 30vh;
  }

  .a-m-startup-package-text {
    font-family: Helveticanowtext, sans-serif;
  }

  .a-m-startup-package-text.rg, .a-m-startup-package-text.dfefer.fer {
    text-align: left;
    padding-left: 10px;
  }

  .a-m-startup-package-text.ferfer.fefe {
    text-align: left;
    background-color: #fff;
    padding-left: 10px;
  }

  .am-startup-package-text {
    text-align: left;
    padding-left: 10px;
    font-family: Helveticanowtext, sans-serif;
  }

  .rw-hosting-heading-copy.am-digital-marketing {
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .rw-hosting-heading-copy.am-digital-marketing.how-it-works.pricing-plans-for-you {
    text-align: center;
    margin-top: 0;
  }

  .rw-hosting-heading-copy.am-digital-marketing._22 {
    color: var(--medium-sea-green);
  }

  .starting-from-am-price {
    font-family: Helveticanowtext, sans-serif;
  }

  .am-startup-package-3text {
    text-align: left;
    padding-left: 10px;
    font-family: Helveticanowtext, sans-serif;
  }

  .am-startup-package-3text.dfdfdf {
    background-color: var(--white-smoke);
  }

  .am-tabs {
    justify-content: center;
    display: flex;
  }

  .traditional-marketing-heading {
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .am-card-startup {
    border-style: solid;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .body-4 {
    background-position: 100%;
  }

  .netprinting {
    height: auto;
    padding-bottom: 0;
  }

  .net-3main-cards-holder {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 42px 0;
  }

  .main-contain-net-print {
    align-items: center;
    width: 77%;
    padding-top: 0;
    padding-bottom: 3px;
  }

  .link-block {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #212121d4;
    margin-left: 0;
    margin-right: 0;
  }

  .body-5 {
    background-position: 50%;
  }

  .yellow-circle-hero {
    width: 100%;
    height: 85vh;
  }

  .yellow-circle {
    background-position: 0%;
    background-size: contain;
    background-attachment: scroll;
    height: 100vh;
    display: none;
    transform: translate(-114px)scale(2);
  }

  .reel-web-logo {
    padding: 30px 29px 60px;
  }

  .reel-web-logo:hover {
    box-shadow: 0 6px 20px 9px var(--slate-blue);
  }

  .printing-signage {
    padding: 30px 29px 60px;
  }

  .printing-signage:hover {
    box-shadow: 0 6px 20px 9px #962004;
  }

  .printing-signage.ef {
    padding-top: 30px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .printing-signage.ef:hover {
    box-shadow: 0 6px 20px 9px #00aa4d;
  }

  .printing-signage.ef-copy {
    padding-top: 30px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .printing-signage.ef-copy:hover {
    box-shadow: 0 6px 300px 20px #00aa4d;
  }

  .printing-signage.er3d333:hover {
    box-shadow: 0 6px 300px 20px #d30101;
  }

  .reel-web-logo-copy {
    background-image: url('../images/Working-Logo.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10%;
    height: 3vh;
    padding: 27px;
    display: none;
  }

  .dropdown-list-2 {
    flex-direction: row;
    width: auto;
    display: none;
  }

  .logo-link {
    width: 25%;
  }

  .logo-link.w--current {
    background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
  }

  .navigation-dropdown {
    justify-content: center;
  }

  .navigation {
    min-height: 66px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-navigation {
    flex: 0 auto;
    width: 77%;
    max-width: none;
    display: flex;
  }

  .dropdown-list-wrap {
    flex-wrap: nowrap;
    width: 122%;
    display: flex;
  }

  .section-20 {
    background-color: #212121;
  }

  .section-wrapper-copy.glow-1 {
    background-color: #0000;
    background-image: none;
    align-items: flex-start;
    height: 22vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section-wrapper-copy.glow-1 {
    background-color: #212121;
    background-image: none;
    height: auto;
    padding: 56px 0;
  }

  .section-wrapper-copy.glow-2 {
    padding-bottom: 75px;
  }

  .section-wrapper-copy.glow-1 {
    background-color: #212121;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section-wrapper-copy.glow-2 {
    background-image: radial-gradient(circle closest-corner at 100%, #4454fe1a, #4454fe00);
    padding-bottom: 75px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-row-copy {
    width: 100%;
    padding-right: 3px;
  }

  .logo-placeholder {
    margin-bottom: 36px;
    padding-bottom: 0;
  }

  .h1-work {
    mix-blend-mode: normal;
    background-image: linear-gradient(91deg, #212121, #fff0 38%), url('../images/Native-Texture.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
    margin-top: 74px;
    padding-left: 0;
    display: flex;
  }

  .portfolio {
    width: 77%;
    padding-left: 0;
    padding-right: 0;
  }

  ._4-main-tabs {
    border-top-style: none;
    height: 100vh;
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .responsive-tabs {
    flex-direction: row;
    width: 77%;
    height: 35vh;
    display: flex;
  }

  .top-row, .bottom-row {
    width: 100%;
  }

  .websites.reel-web-logo:hover {
    border-bottom-style: none;
  }

  .graphic-design.service-card {
    padding-bottom: 0;
  }

  .graphic-design.service-card:hover {
    border-bottom-style: none;
  }

  .printing-signage-copy.printing-signage {
    padding-bottom: 0;
  }

  .printing-signage-copy.printing-signage:hover {
    border-bottom-style: none;
  }

  .heading {
    z-index: 9999;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #000;
    width: 100%;
    height: 6vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 79px;
    padding-right: 79px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .heading.pp {
    justify-content: space-between;
  }

  .heading.tft {
    z-index: auto;
    background-color: #0000;
    height: 8vh;
  }

  .responsive-div-web-mail {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: flex;
    overflow: visible;
  }

  .client-main-block {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 93%;
    height: auto;
    margin-top: 0;
  }

  .client-main-block.hair-2-dye-4-desk {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-40 {
    width: auto;
  }

  .close-button {
    z-index: auto;
    cursor: pointer;
    background-position: 50%;
    width: 3%;
    height: 5vh;
    position: relative;
  }

  .close-button.pp {
    cursor: pointer;
    position: relative;
  }

  .close-button.pp:hover {
    transform: rotate(360deg);
  }

  .marketing-copy {
    background-image: linear-gradient(144deg, #00763554, #12804354 0%, #fff0);
    margin-left: 0;
  }

  .marketing-copy:hover {
    box-shadow: 0 0 20px 9px var(--medium-sea-green);
    color: #0000;
    background-image: linear-gradient(144deg, #007635, #002a13a8), url('../images/Image-scroll-C.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    border-bottom: 1px #000;
  }

  .project-main {
    align-items: center;
    width: auto;
    overflow: visible;
  }

  .ruwermarine {
    height: auto;
    min-height: auto;
    display: block;
    bottom: 0;
  }

  .ruwermarine.vvd-services, .ruwermarine.braingain {
    height: 60vh;
  }

  .ruwermarine.sfdsd.ruwie {
    background-position: 50%;
    height: 85vh;
    overflow: hidden;
  }

  .go2services {
    align-self: auto;
    height: 77vh;
    min-height: auto;
    overflow: hidden;
  }

  .pb-solutions-s {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: auto;
    width: 100%;
    max-width: none;
    height: auto;
    overflow: visible;
  }

  .usfab-logo {
    height: 85vh;
    margin-top: 0;
    overflow: clip;
  }

  .project-image-container-copy {
    border-radius: 17px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
    overflow: hidden;
  }

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

  .we-sure {
    z-index: 2147483647;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    padding-top: 60px;
    display: none;
    position: fixed;
    overflow: auto;
  }

  .we-sure.second-slide-design {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    overflow: auto;
  }

  .we-sure.phepa-chem {
    align-items: center;
    display: none;
  }

  .we-sure.phepa-chem.sos-maintenance, .we-sure.phepa-chem.sos-maintenance.nirox, .we-sure.phepa-chem.sos-maintenance.nirox.golden-wolf, .we-sure.phepa-chem.sos-maintenance-copy, .we-sure.phepa-chem.sos-maintenance-copy.nirox, .we-sure.phepa-chem.sos-maintenance-copy.nirox.golden-wolf {
    display: none;
  }

  .div-block-11-copy {
    background-color: #ffffff26;
    background-image: none;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5px 6px;
    display: flex;
  }

  .image {
    outline-offset: 0px;
    outline: 1px #d1d1d1;
    flex: 1;
    box-shadow: 4px 4px 11px -8px #00000091;
  }

  .tab-image {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    top: 2px;
  }

  .text-block-45 {
    padding-top: 34px;
    padding-bottom: 0;
  }

  .braingain {
    outline-offset: 0px;
    outline: 1px solid #d1d1d1;
    flex: 1;
    box-shadow: 4px 4px 11px -8px #00000091;
  }

  .braingain.autos {
    outline-offset: 0px;
    outline: 1px #d1d1d1;
  }

  .braingain2, .braingain3, .braingain4 {
    outline-offset: 0px;
    outline: 1px #d1d1d1;
    flex: 1;
    box-shadow: 4px 4px 11px -8px #00000091;
  }

  .braingain-i {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    display: none;
    overflow: visible;
  }

  .nanoskin {
    padding-top: 60px;
    display: none;
  }

  .background-video-5 {
    border-radius: 17px;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .hearing-centre {
    padding-top: 60px;
    display: none;
  }

  .tab-vedio, .tab-vedio-new {
    height: 100%;
    padding: 7px;
    top: 2px;
  }

  .braing {
    flex: none;
    height: 100%;
    padding: 0;
    top: 2px;
  }

  .usfabi {
    padding-top: 60px;
    display: none;
  }

  .close-button-copy {
    background-image: url('../images/White-Cross-Svg.svg');
    background-position: 100%;
  }

  .imex {
    padding-top: 60px;
    display: none;
  }

  .background-video-6 {
    border-radius: 17px;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .kwikspar, .dieseltrac, .usfab-branding {
    padding-top: 60px;
    display: none;
  }

  .right-side {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 27px;
    padding-left: 49px;
    padding-right: 49px;
  }

  .div-block-5-copy {
    justify-content: flex-start;
    width: 85%;
    height: auto;
  }

  .responsive-get-strarted-form {
    background-color: #212121;
    width: 100%;
    height: 100vh;
  }

  .left-side {
    height: auto;
  }

  .heading-16 {
    background-color: #ffffff1f;
  }

  .heading-16.regi {
    text-align: left;
  }

  .heading-16.regi.white-copy {
    color: #000;
    background-color: #0000;
  }

  .heading-16.regi.host {
    justify-content: flex-start;
    display: flex;
  }

  .get-started-page {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .get-started-close {
    background-color: #0000;
    background-image: url('../images/White-Cross-Svg.svg');
    background-position: 50%;
    background-size: contain;
    width: 6%;
    height: 3vh;
  }

  .heading-and-close {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pick-a-package-h1-copy {
    width: 95%;
  }

  .t-c-message {
    height: 10vh;
  }

  .div-block-16-copy5-copy {
    height: 100vh;
  }

  .div-block-16-copy5-copy-copy {
    height: 100vh;
  }

  .div-block-5-copy-2-copy, .div-block-5-copy-2-copsy-copy, .ddopy-copy {
    height: auto;
  }

  .saasqf {
    height: auto;
    line-height: 100vh;
  }

  .div-block-16-copy5-copy-89copy {
    height: 100vh;
  }

  ._456 {
    height: auto;
    line-height: 100vh;
  }

  .start-a-project-popup {
    border-style: none;
    width: 20%;
    height: auto;
    display: none;
    position: absolute;
    bottom: 219.997px;
    left: 954.597px;
  }

  .website-design {
    border: 1px solid #878787;
    border-radius: 18px;
    padding-left: 0;
  }

  .text-block-50 {
    margin-right: 0;
  }

  .select-and-close {
    padding-left: 34px;
    padding-right: 34px;
  }

  .close-button-copyd {
    width: 8%;
    height: 4vh;
  }

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

  .ud-colu-copy-copy {
    width: 100%;
    padding-top: 0;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
  }

  .printing-services-card, .printing-services-card._2b, .printing-services-card._3b {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .link-block-copy-copy-copy._8547.link-block {
    margin-left: 38px;
    margin-right: 38px;
  }

  .get-started-page-printing {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .saasqf-copy {
    height: auto;
    line-height: 100vh;
  }

  .saasqf-copy._56 {
    background-image: url('../images/Indoor-printing-Photo-form.jpg');
  }

  .saasqf-copy._56-copy {
    background-image: url('../images/Outdoor-Printing.jpg');
  }

  .div-block-16-copy5-copy-copy-out, .div-block-16-copy5-copy-copy-out-copy {
    height: 100vh;
  }

  .saasqf-copy-copy {
    height: auto;
    line-height: 100vh;
  }

  .saasqf-copy-copy._56-copy {
    background-image: url('../images/Vehicle-Branding_1.jpg');
    background-position: 50%;
  }

  .form-03-outer-div {
    justify-content: center;
    align-self: stretch;
    width: 77%;
    max-width: none;
    padding-bottom: 33px;
  }

  .content-wrap-left {
    width: 100%;
    padding-right: 0;
  }

  .paragraph {
    width: 65%;
    padding-top: 0;
  }

  .form-section-03 {
    border-bottom-style: none;
    flex-direction: row;
    justify-content: center;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-block-56 {
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .button-1-copy-copy {
    background-image: linear-gradient(113deg, #2418ac, #4b3af6);
  }

  .button-1-copy-copy._2ds {
    background-image: linear-gradient(256deg, #fff, #888);
    width: 18%;
    margin-bottom: 0;
    padding: 1px 0 0;
  }

  .button-1-copy-dcopy {
    background-image: linear-gradient(113deg, #2418ac, #4b3af6);
  }

  .button-1-copy-dcopy.d {
    background-image: linear-gradient(195deg, #c4b357, #646464);
    width: auto;
  }

  .button-1-copy-dcopy.d.starttte {
    padding-right: 2px;
  }

  .main-h-card-heading-copy, .main-h-cdard-heading-copy, .main-h-card-heading-copy-copy, .main-h-card-headding-copy-copy-copy, .main-h-card-heading-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ud-colu-copy-copy, .ud-colu-copy-copy._22.dsffffffff {
    padding-top: 0;
  }

  .tabs-copy {
    margin-bottom: 7px;
    padding-bottom: 0;
  }

  .ddddd {
    background-image: linear-gradient(113deg, #c5b358, #72693a);
    width: auto;
  }

  .div-block-7-copy-iv, .div-block-7-ivv, .ivvvv {
    background-color: var(--medium-blue);
  }

  .ddddd-copy {
    background-image: linear-gradient(113deg, #007534, #00a44b);
    width: auto;
    margin-bottom: 1px;
  }

  .ddddd-copy-copy {
    background-image: linear-gradient(113deg, #007534, #00a44b);
    width: auto;
  }

  .ddddd-copy-copy._2459 {
    background-image: linear-gradient(113deg, #dd1212, #3f0000);
  }

  .slider-3 {
    height: 100vh;
  }

  .slide-2 {
    background-image: url('../images/My-Hobbies-min.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/H2D4.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-36 {
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .paragraph-17 {
    font-family: Helveticanowtext, sans-serif;
    font-size: 16px;
  }

  .slide-4 {
    background-image: url('../images/Kenmare-Testing-Station-ad-min.jpg');
    background-position: 50% 83%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-10 {
    background-image: url('../images/Image-scroll-A.jpg');
    background-size: cover;
  }

  .slide-10.sdf._4587787878._458p {
    background-position: 50% 72%;
  }

  .slide-10.sdf._4587787878._78ooo.sdfsd.uinmi {
    background-position: 50% 67%;
  }

  .slide-10.sdf._4587787878._78ooo.sdfsd.uinmi.sdlide {
    background-image: url('../images/glo.jpg');
    background-position: 100% 100%;
    background-size: cover;
  }

  .slide-10.sdf._4587787878.sdfdsf.sdfdsfs {
    background-image: url('../images/Gensurgeon-min-1.jpg');
    background-position: 50% 40%;
  }

  .slide-10.sdf.dsfsdf5 {
    background-image: url('../images/Crypto-B-min.jpg');
    background-position: 50% 80%;
  }

  .slide-10._7845lll {
    background-image: url('../images/My-Hobbies.jpg');
  }

  .slide-10._7845lll.sdfsdf {
    background-image: url('../images/S2.jpg');
    background-position: 50% 32%;
  }

  .heading-37 {
    color: #fff;
    text-shadow: none;
  }

  .h1-work-copy {
    mix-blend-mode: normal;
    background-image: linear-gradient(102deg, #212121 14%, #131313c4 50%, #0000), url('../images/Native-Texture.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: center;
    align-items: flex-end;
    height: 65vh;
    padding-bottom: 50px;
    display: flex;
  }

  .ddddd-copy-copy-copy {
    background-image: linear-gradient(113deg, #e03726, #551d18);
    width: auto;
  }

  .please-rotate-phone {
    display: none;
  }

  .main-h-card-heading-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .business-pro-card-hero-copy-copy {
    border-color: var(--medium-blue);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .text-block-14-copy {
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .ud-main-hero-copy {
    height: 45vh;
  }

  .pick-a-package-h1-copy {
    margin-bottom: 36px;
    padding-top: 0;
    padding-bottom: 11px;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .pick-a-package-h1-copy.web {
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .pick-a-package-h1-copy.web._068 {
    padding-left: 0;
  }

  .pick-a-package-h1-copy.web.hju {
    width: 100%;
    padding-top: 14px;
  }

  .left-colu-ud-copy {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .button-content-copy {
    justify-content: center;
    width: 100%;
    padding-left: 27px;
    padding-right: 27px;
  }

  .dynamic-footer-copy {
    border-top: 1px solid #000;
  }

  .portfolio-copy {
    z-index: 50;
    background-color: #00000026;
    width: 100%;
    padding: 8px 120px 0;
    position: absolute;
  }

  .background-video-8d-copy {
    height: 100vh;
  }

  .background-456video-4-copy {
    z-index: 0;
    height: 110vh;
  }

  .whatsapp-icon {
    background-image: none;
    width: 3%;
    display: flex;
  }

  .whatsapp-icon._5 {
    display: none;
  }

  .text-span-19 {
    font-weight: 300;
  }

  .section-timeline {
    background-image: linear-gradient(#212121, #000);
  }

  .text-colour-lightgrey {
    color: #fff;
  }

  .text-colour-lightgrey.reel {
    margin-top: 19px;
    padding-top: 14px;
  }

  .timeline_item {
    margin-top: 71px;
  }

  .timeline_image-wrapper {
    background-image: none;
  }

  .timeline_text {
    margin-top: 0;
    padding-top: 33px;
  }

  .timeline_link {
    display: none;
  }

  .timeline_date-text {
    font-size: 38px;
  }

  .timeline_milestone-badge {
    margin-top: 19px;
  }

  .home-about-intro {
    padding-bottom: 0;
  }

  .padding-horizontal.padding-medium {
    justify-content: center;
    display: flex;
  }

  .padding-horizontal.padding-medium._23, .padding-horizontal.padding-small {
    background-color: #202020;
  }

  .home-hero, .page-wrapper-2 {
    background-color: #212121;
  }

  .hero-rotate-base {
    flex: 1;
    width: 85%;
    display: flex;
  }

  .hero-rotate-item.radius-regular {
    flex: 0 auto;
    justify-content: flex-end;
    width: 100%;
  }

  .image-fill {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-size: auto;
    width: 75%;
    height: 100%;
    top: 0%;
    left: 22%;
  }

  .hero-rotate-image {
    flex-direction: row-reverse;
    flex: none;
    align-items: center;
    height: 85%;
  }

  .home-about {
    background-color: #212121;
  }

  .home-hero-block {
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    padding-top: .3rem;
    padding-bottom: 0;
    display: flex;
  }

  .grid-large {
    flex: 0 auto;
  }

  .hero-rotate-height {
    padding-top: 108%;
  }

  .hero-rotate-height._2 {
    flex: 0 auto;
    justify-content: center;
    width: auto;
    height: 65vh;
    padding-top: 0%;
  }

  .text-size-xlarge.text-align-center {
    text-align: center;
    font-size: 38px;
  }

  .section-footer1 {
    background-color: #0000;
    background-image: linear-gradient(#202020 71%, #0000);
    height: auto;
    padding-top: 26px;
    padding-bottom: 80px;
  }

  .div-block-19 {
    width: 45%;
  }

  .paragraph-19 {
    width: 77%;
    padding-top: 10px;
  }

  .mask {
    height: 100vh;
  }

  .div-block-21 {
    align-items: center;
    height: auto;
    display: block;
  }

  .left-quotation.ffff {
    flex: 1;
  }

  .right-contain {
    height: 100%;
  }

  .contact-form-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-title-cf1.cibd-2 {
    text-align: left;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    font-size: 38px;
    display: flex;
  }

  .contact-form-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-2 {
    padding-right: 0;
  }

  .contact-form-3 {
    height: auto;
  }

  .section-title-copy {
    font-size: 40px;
  }

  .submit-button-3:hover {
    background-color: #383738;
  }

  .text-span-28 {
    font-size: 22px;
    font-weight: 500;
  }

  .shape-8 {
    background-color: #a7a7a7;
  }

  .shape-2 {
    background-color: #ebebeb;
  }

  .shape-5, .shape-9 {
    background-color: #000;
  }

  .shape-1 {
    background-color: #dfdfdf;
  }

  .section-ultra-gradients.is-first {
    z-index: -2;
    position: absolute;
  }

  .section-ultra-gradients.is-first.cc {
    height: 65vh;
  }

  .shape-7 {
    background-color: #000;
  }

  .shape-3 {
    background-color: #fff;
  }

  .websites-main-div {
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .website-main {
    width: 100%;
    height: auto;
  }

  .website-main-card, .website-main-card._2 {
    height: 35vw;
  }

  .expertise-icon-design.reelweb-icon-about {
    background-position: 50%;
    height: 25%;
    margin-bottom: 26px;
  }

  .heading-40 {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
  }

  .heading-40.head {
    color: #000;
    font-size: 22px;
  }

  .icon-main {
    padding-left: 0;
  }

  .skill-main-div {
    background-position: 0%;
    width: 23%;
    height: 5vh;
  }

  .text-block-61 {
    color: #000;
  }

  .main-skill-div {
    outline-offset: 0px;
    background-color: #f3f3f3;
    border-radius: 17px;
    outline: 1px #d3d3d3;
    padding: 17px;
  }

  .text-block-62, .text-block-63, .text-block-64, .text-block-65 {
    color: #000;
  }

  .main-graphic-div, .main-marketing-skill, .main-printing-skill {
    background-color: #f3f3f3;
    border-radius: 17px;
    padding: 17px;
  }

  .paragraph-20 {
    text-align: center;
    width: 65%;
    padding-top: 9px;
    font-family: Helveticanowtext, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .header-div {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .about-responsive-story {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .paragraph-21 {
    width: 65%;
    padding-top: 8px;
  }

  .div-block-22 {
    height: 25vh;
  }

  .html-embed-3 {
    font-family: Helveticanowtext, sans-serif;
  }

  .land-r-stat {
    flex-direction: row;
  }

  .land-r-stat.janajana.sdfe {
    padding-bottom: 22px;
  }

  .text-span-33, .text-span-34, .text-span-35, .text-span-36 {
    color: var(--medium-sea-green);
  }

  .hair-2-dye-4 {
    padding-top: 60px;
    display: none;
  }

  .h2d2356 {
    outline-offset: 0px;
    outline: 1px #d1d1d1;
    flex: 1;
    box-shadow: 4px 4px 11px -8px #00000091;
  }

  .braingain4-copy-23f {
    outline-offset: 0px;
    outline: 1px solid #d1d1d1;
    flex: 1;
    box-shadow: 4px 4px 11px -8px #00000091;
  }

  .braingain4-copy-23f._4523-copy {
    outline-offset: 0px;
    outline: 1px #d1d1d1;
  }

  .braingain4-brr {
    outline-offset: 0px;
    outline: 1px #d1d1d1;
    flex: 1;
    box-shadow: 4px 4px 11px -8px #00000091;
  }

  .usfab-logo-copy {
    height: 85vh;
    overflow: hidden;
  }

  .website-logo {
    margin-bottom: 15px;
  }

  .website-logo.graphic-design-ll {
    background-position: 0%;
    background-size: contain;
  }

  .website-logo.graphic-design-ll.marketing {
    background-image: url('../images/Marketingd.svg');
  }

  .website-logo.graphic-design-ll.marketing.printing-signage-copy {
    background-image: url('../images/Shopfront.svg');
  }

  .slide-3-copy {
    background-image: url('../images/H2D4.jpg');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-3-copy.dgefe {
    background-position: 50%;
    background-size: cover;
  }

  .slide-3-copssy-copy {
    background-image: url('../images/H2D4.jpg');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-3-copssy-copy.dgefe {
    background-position: 50%;
    background-size: cover;
  }

  .respondo {
    flex-direction: row-reverse;
    padding-top: 29px;
    padding-bottom: 29px;
    display: flex;
  }

  .llll {
    flex-direction: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .rrrrrr {
    width: 100%;
  }

  .purchase-site {
    justify-content: flex-start;
    display: flex;
  }

  .text-block-68 {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tusted-paymnet-method {
    background-position: 100%;
    display: flex;
  }

  .text-block-69 {
    color: #fff;
    padding-top: 30px;
    font-family: Zonapro, sans-serif;
    font-size: 38px;
    font-weight: 700;
  }

  .text-span-37 {
    font-size: 20px;
  }

  .amout-and-pay-copy {
    width: 100%;
    position: relative;
    bottom: 0;
  }

  .div-block-26 {
    background-color: var(--medium-blue);
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-block-71 {
    margin-top: 6px;
  }

  .heading-43 {
    z-index: 9999;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #000000ad;
    width: 100%;
    height: 7vh;
    margin-top: 0;
    padding-left: 79px;
    padding-right: 79px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .close-form {
    z-index: 9999;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #000000ad;
    width: 100%;
    height: 7vh;
    margin-top: 0;
    padding-left: 79px;
    padding-right: 79px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .close-form.deski {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    object-fit: fill;
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    height: 8vh;
    padding-left: 0;
    padding-right: 27px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .close-form.deski.tft {
    height: 7vh;
  }

  .domain-reg {
    height: 100vh;
  }

  .ddopy-copy-copy-domain-reg {
    height: auto;
  }

  .strat {
    height: 100vh;
  }

  .heading-16-copy.yeskod {
    background-color: #00000078;
  }

  .heading-16-copy {
    background-color: #ffffff1f;
  }

  .div-block-26-copy {
    background-color: var(--medium-blue);
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .close-button-copy {
    background-position: 50%;
    width: 5%;
    height: 3vh;
  }

  .div-block-5-copy-copy458 {
    justify-content: flex-start;
    width: 85%;
    height: auto;
  }

  .lottie-animation-4 {
    width: 100%;
  }

  .lottie-animation-4.website.host {
    width: 50%;
  }

  .responsive-get-strarted-form-bp {
    background-color: #212121;
    width: 100%;
    height: 100vh;
  }

  .fedf {
    height: auto;
  }

  .lottie-animation-4-copy-copy {
    width: 100%;
  }

  .domain-reg-copy {
    height: 100vh;
  }

  .get-started-page-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .fedf-copy {
    height: auto;
  }

  .heading-copy {
    z-index: 9999;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    z-index: 9999;
    inset: 0% 0% auto;
    background-color: #0000;
    width: 100%;
    height: 7vh;
    margin-top: 0;
    padding-left: 79px;
    padding-right: 79px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .lottie-animation-4-copy {
    width: 100%;
  }

  .lottie-animation-4-copy.website.host {
    width: 50%;
  }

  .service-card-copy {
    padding: 30px 29px 60px;
  }

  .service-card-copy:hover {
    box-shadow: 0 6px 300px 20px #c4b357;
  }

  .div-block-33 {
    justify-content: space-between;
    width: 77%;
  }

  .hero-paragraph-copy {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    width: 85%;
    display: flex;
  }

  .slide-11, .schenk-industries {
    width: 100%;
  }

  .go2services-copy {
    height: 85vh;
    min-height: auto;
    overflow: visible;
  }

  .schenk-induerst {
    flex: 0 auto;
    order: 0;
    height: 70vh;
    min-height: auto;
    margin-bottom: 0;
    overflow: clip;
  }

  .seane-mille {
    width: 100%;
  }

  .combat-skips {
    padding-top: 60px;
    display: none;
  }

  .combat-skips.brain-gain, .combat-skips.brain-gain.seane-mille, .combat-skips.brain-gain.sd {
    display: none;
  }

  .background-video-8 {
    border-radius: 11px;
    width: 100%;
    height: 100%;
  }

  .background-video-9 {
    width: 100%;
    height: 100vh;
  }

  .background-video-10 {
    width: 100%;
    height: 100%;
  }

  .background-video-10-copy {
    border-radius: 11px;
    flex: none;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .background-video-11 {
    border-radius: 11px;
    width: 100%;
    height: 70vh;
  }

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

  .image-8 {
    border-radius: 11px;
  }

  .background-video-10-copy-copy {
    border-radius: 11px;
    flex: none;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .div-block-11-copy-copy {
    background-color: #ffffff26;
    background-image: none;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5px 6px;
    display: flex;
  }

  .mens-catagory {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 85%;
  }

  .heading-13 {
    font-family: Zonapro, sans-serif;
    font-size: 23px;
    font-weight: 700;
  }

  .right-main-cat-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 91%;
    display: flex;
  }

  .featured-product-main {
    background-color: #fff;
    border-radius: 17px;
    flex-flow: wrap;
  }

  .featured-product-main:hover {
    border-color: #ec0b00;
  }

  .t-shirts {
    text-align: center;
    width: 100%;
  }

  .responsive-product-div {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .responsive-cat-div.shop {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .responsive-cat-div.shop.hope-shop {
    flex: 0 auto;
    width: 100%;
  }

  .responsive-cat-div.shop-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .paragraph-6 {
    padding-top: 0;
    font-family: Helveticanowtext regita, sans-serif;
  }

  .product-image {
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .indoor-display {
    width: 77%;
    height: 10vh;
  }

  .container-navigation-2 {
    flex: 0 auto;
    width: 85%;
    max-width: none;
    display: flex;
  }

  .navigation-2 {
    min-height: 66px;
  }

  .logo-link-2 {
    width: 25%;
  }

  .logo-link-2.w--current {
    background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
  }

  .show-all.on._4884 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .golden-wolf-d {
    width: 100%;
  }

  .sszwane {
    height: 85vh;
    overflow: hidden;
  }

  .logo-link-3 {
    width: 25%;
  }

  .logo-link-3.w--current {
    background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
  }

  .bl-sign-up-now-2 {
    z-index: 50;
    margin-top: 0;
    font-weight: 200;
    position: relative;
  }

  .bl-sign-up-now-2.mo {
    width: auto;
  }

  .navigation-3 {
    min-height: 66px;
  }

  .rw-one-pager-2 {
    font-weight: 700;
  }

  .div-block-7-copy-iv-2 {
    background-color: #271abd;
  }

  .reel-web-heading-2 {
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 0;
    display: flex;
  }

  .business-lite-card-hero-2 {
    border-color: #271abd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .uptake-design-heading-2 {
    font-weight: 700;
  }

  .sign-up-now-2 {
    z-index: auto;
    background-color: #271abd;
    padding-top: 12px;
    padding-bottom: 12px;
    bottom: 0;
  }

  .pb-heading-2 {
    color: #271abd;
  }

  .pb-heading-2.muti-pager-rw, .pb-heading-2.open {
    font-size: 28px;
  }

  .left-colu-ud-copy-2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .upptake-design-sdubheading-2 {
    width: 60%;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 300;
  }

  .business-hero {
    text-shadow: none;
    width: auto;
    height: 85vh;
  }

  .reel-web-heading-3 {
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 0;
    display: flex;
  }

  .sign-up-now-3 {
    z-index: auto;
    background-color: #271abd;
    padding-top: 12px;
    padding-bottom: 12px;
    bottom: 0;
  }

  .left-colu-ud-copy-3 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .upptake-design-sdubheading-3 {
    width: 60%;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 300;
  }

  .div-block-45 {
    text-align: left;
    background-color: #271abd;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-block-87 {
    margin-top: 6px;
  }

  .heading-52 {
    background-color: #ffffff1f;
  }

  .heading-52.regi {
    text-align: left;
  }

  .heading-52.regi.host {
    justify-content: flex-start;
    display: flex;
  }

  .business-lite-card-hero-2-x {
    border-color: #271abd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .business-hero-copy {
    text-shadow: none;
    width: auto;
    height: 85vh;
  }

  .sf {
    padding-left: 12px;
  }

  .div-block-5-reel {
    justify-content: flex-start;
    width: 85%;
    height: auto;
  }
}

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

  .section-wrapper.glow-2 {
    flex-direction: row;
  }

  .section-container.hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-container.service {
    padding-top: 0;
  }

  .section-container.process {
    padding-top: 48px;
  }

  .section-container.faqs {
    padding-top: 0;
  }

  .section-container.contact {
    flex: 0 auto;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 28px;
  }

  .hero-content-conatiner {
    max-width: 500px;
  }

  .hero-paragraph {
    font-size: 15px;
  }

  .button-1:hover {
    transform: none;
  }

  .webflow-partner-badge {
    width: 160px;
    height: 160px;
    padding: 20px;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .service-card {
    flex-direction: column;
    align-items: center;
    padding: 35px 25px;
    display: flex;
  }

  .service-card:hover {
    background-color: #4454fe00;
  }

  .service-card-paragraph, .service-card-list {
    font-size: 12px;
  }

  .section-title-container {
    max-width: none;
    margin-bottom: 29px;
    padding-bottom: 19px;
    font-size: 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .process-content-container {
    flex-direction: column-reverse;
  }

  .process-content-container._2 {
    flex-direction: column;
  }

  .process-card-container {
    width: 100%;
  }

  .process-card {
    grid-row-gap: 10px;
    padding: 30px;
  }

  .process-card-paragraph {
    font-size: 12px;
  }

  .faq-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .faq-answer {
    margin-bottom: 0;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .contact-content-container {
    align-items: flex-start;
  }

  .projects-marquee-container {
    background-color: #212121;
    width: 250vw;
  }

  .project-thumbnail-container {
    margin-left: 1px;
    margin-right: 1px;
  }

  .explore-button-wrapper {
    padding-bottom: 0;
  }

  .projects-slider-wrapper {
    flex-direction: row;
    height: auto;
    display: block;
    overflow: visible;
  }

  .project-container {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .project-info-container {
    width: auto;
    max-width: none;
    margin-top: 50px;
  }

  .project-image-container {
    align-items: center;
    width: auto;
    height: 50vh;
    display: flex;
    position: relative;
  }

  .project-sldier-mask {
    height: auto;
  }

  .left-arrow {
    inset: 370px auto auto 0%;
  }

  .right-arrow {
    inset: 370px 0% auto auto;
  }

  .project-description {
    margin-bottom: 10px;
  }

  .project-title {
    margin-bottom: 0;
    font-size: 26px;
  }

  .project-image {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .slider-section-wrapper.glow-1, .slider-section-wrapper.glow-1-copy {
    padding-top: 0;
    overflow: auto;
  }

  .slider-section-container {
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .quick-links {
    font-size: 18px;
  }

  ._4row-div {
    justify-content: space-between;
    margin-top: 38px;
    padding-top: 0;
  }

  .google-maps {
    font-size: 18px;
  }

  .empty-space {
    height: 5vh;
    display: none;
  }

  .top-row-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .get-in-touch {
    flex: 1;
    width: 100%;
  }

  .get-in-touch.maps {
    flex: 0 auto;
  }

  .link-2, .home-footer {
    font-size: 15px;
  }

  .second-row-footer {
    width: 85%;
  }

  .html-embed {
    width: auto;
    height: 14vh;
  }

  .responsive-square {
    justify-content: center;
    width: 90%;
  }

  .maps {
    width: auto;
  }

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

  .text-block-8.tesendi {
    padding-top: 0;
  }

  .get-a-quote {
    padding-right: 0;
  }

  .reel-web-hypper-button-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rw-design-heading {
    margin-bottom: 38px;
  }

  .rw-design-heading._222.sigi {
    margin-bottom: 0;
  }

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

  .pb-heading {
    line-height: 28px;
  }

  .responsive-reel-glass-div {
    width: 93%;
  }

  .tabs-content {
    height: auto;
  }

  .text-block-15 {
    line-height: 28px;
  }

  .left-hosting-colu {
    background-position: 50%;
    background-size: 200px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .rw-sub-glass-heading.design-rw._22 {
    padding-bottom: 20px;
  }

  .rw-sub-glass-heading.ud-sub.uptake-sub-how.pap {
    padding-bottom: 30px;
  }

  .rw-sub-glass-heading.ud-sub.uptake-sub-how.design.how-d {
    padding-left: 17px;
    line-height: 22px;
  }

  .rw-business-lite {
    flex: 0 auto;
    width: 33.7606%;
  }

  .rw-business-lite._5689878 {
    text-align: left;
    align-items: center;
  }

  .rw-business-lite.janajana {
    align-items: center;
  }

  .right-rw-design-colu {
    justify-content: center;
    padding-left: 62px;
  }

  .rw-d-onpager-pricing {
    flex: 0 auto;
  }

  .rw-services-a {
    text-align: left;
    align-items: center;
    display: flex;
  }

  .design {
    text-align: center;
    line-height: 25px;
  }

  .rw-services-c-copy {
    text-align: left;
  }

  .right-hosting-colu {
    flex-direction: column;
  }

  .right-hosting-colu.opu._485623 {
    padding-left: 28px;
  }

  .hosting-intro {
    flex-direction: row-reverse;
    align-items: flex-start;
    height: 30vh;
  }

  .design-intro {
    flex-direction: row;
    height: 35vh;
  }

  .design-intro._4565 {
    flex-direction: row-reverse;
    height: 30vh;
  }

  .reel-web-services-d {
    text-align: left;
  }

  .tabs {
    white-space: normal;
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    display: block;
    position: relative;
    overflow: visible;
  }

  .hosting {
    text-align: center;
    line-height: 25px;
  }

  .rw-business-gold.ggggg, .rw-business-gold.janajana {
    align-items: center;
  }

  .design-packages-main-div-copy {
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .pick-a-package-h1.sdfsdf, .text-block-14._2._2mob {
    padding-left: 17px;
  }

  .hosting-features-hero {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .left-rw-design-icon {
    background-size: 250px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-rw-design-icon._4578njihid3 {
    background-position: 50%;
    margin-top: 0;
  }

  .rw-h3-pillar-container {
    flex-direction: row;
    width: 100%;
  }

  .uptake-design-heading.pricing-plan {
    padding-left: 17px;
  }

  .right-colu {
    margin-left: 57px;
  }

  .order-form-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .uptake-glass-services-hero-copy {
    padding-top: 72px;
  }

  .consultation {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ud-how-heading.howe-d {
    padding-left: 17px;
  }

  .how-it-works-icon.consultation.am-how-it-works.am-consultation {
    width: 100%;
  }

  .ud-colu-copy {
    flex-direction: column;
  }

  .starup-pricing-text {
    flex: none;
  }

  .presentatiuon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .startup-logo-text {
    font-size: 22px;
    line-height: 25px;
  }

  .how-it-works-icons {
    width: 100%;
  }

  .design-assessment {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ud-how-it-works {
    flex-direction: column;
    height: 45vh;
  }

  .digital-marketing-icon {
    height: 25vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rw-hosting-heading-copy.am-digital-marketing.how-it-works.pricing-plans-for-you {
    padding-left: 17px;
  }

  .adhere-traditional-marketing-how-it-works {
    display: flex;
  }

  .traditional-marketing-heading {
    margin-bottom: 38px;
  }

  .netprinting, .net-3main-cards-holder {
    height: auto;
  }

  .link-block._8547 {
    height: 50vh;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .indoor-printing {
    flex-direction: row;
    align-items: center;
  }

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

  .yellow-circle {
    transform: scale(2)translate(-248px);
  }

  .reel-web-logo {
    padding: 35px 25px;
  }

  .reel-web-logo:hover {
    background-color: #4454fe00;
  }

  .printing-signage {
    flex-direction: column;
    align-items: center;
    padding: 35px 25px;
    display: flex;
  }

  .printing-signage:hover {
    background-color: #4454fe00;
  }

  .printing-signage.ef, .printing-signage.ef-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .reel-web-logo-copy {
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 35px 25px;
  }

  .reel-web-logo-copy:hover {
    background-color: #4454fe00;
  }

  .right-div-social {
    flex: 0 auto;
    justify-content: center;
  }

  .text-block-32.contact-space {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .contact-social {
    flex-direction: column-reverse;
    align-items: center;
  }

  .contact-social.desktop, .contact-social.mobile {
    display: none;
  }

  .cellphone-div {
    justify-content: center;
  }

  .facebook-icon {
    flex: none;
    align-items: center;
    display: flex;
  }

  .email-div {
    justify-content: center;
  }

  .contact-button {
    display: none;
  }

  .section-19 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .logo-2 {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .paragraph-16 {
    color: #919191;
  }

  .services-div, .custom-website-solutions.contact-space.subtext-services-below {
    display: none;
  }

  .hero-main-text-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bowel {
    width: 7%;
  }

  .reel-web-logo-2 {
    width: 35vw;
  }

  .heading-text-b {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 35px;
  }

  .graphic-design-solutions {
    padding-left: 0;
    padding-right: 0;
  }

  .vweb {
    font-size: 20px;
  }

  .responsive-dynamic-column-div {
    padding-right: 0;
  }

  .responsive-dynamic-column-div.reel-web {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 31px;
    padding-bottom: 31px;
    overflow: hidden;
  }

  .markting-solutions.adhere, .nifty-printing-solutions {
    padding-left: 0;
    padding-right: 0;
  }

  .right-dcolumn {
    display: block;
  }

  .reel-web-solutions {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-sub-text {
    font-size: 17px;
  }

  .view-or-start-div {
    margin-top: 19px;
    padding-right: 82px;
  }

  .group-center-display {
    flex: 0 auto;
    height: 200vh;
  }

  .display-c {
    background-size: cover;
    width: auto;
    height: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .display-a-link {
    width: 100%;
  }

  .display-b {
    width: 100%;
    height: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-a {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .display-c-link {
    margin-right: 0;
  }

  .group-right-display {
    flex: 0 auto;
    height: auto;
  }

  .featured-work {
    background-color: #f3f3f3;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 36px;
    display: flex;
  }

  .featured-first-row {
    flex-direction: row;
    flex: 0 auto;
    height: 85vh;
  }

  .display-e-d {
    width: auto;
    height: 85vh;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .display-b-copy {
    width: auto;
    height: 85vh;
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-d-link {
    height: auto;
    margin-top: 13px;
  }

  .featured-work-heading {
    flex-direction: column;
    overflow: hidden;
  }

  .display-e-link {
    height: auto;
  }

  .display-b-link {
    margin-right: 0;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: #fff;
    border-radius: 15px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px #54668121;
  }

  .dropdown-link-4 {
    color: #3b4c5b;
    border-radius: 10px;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link-4:hover {
    background-color: #73a7d417;
  }

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

  .logo-link {
    width: 65%;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .mobile-button-link {
    background-color: #54668114;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .navigation-link-wrap {
    display: flex;
  }

  .dropdown-toggle-2 {
    padding: 0;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .navigation-block-right {
    width: 100%;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .section-wrapper-copy.glow-1 {
    background-color: #212121;
    width: 100%;
  }

  .top-row-copy {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    height: 5vh;
    padding-top: 0;
  }

  .text-block-36 {
    text-align: center;
    line-height: 25px;
  }

  .tabs-menu {
    display: flex;
    overflow: visible;
  }

  .heading {
    margin-top: -7px;
  }

  .client-main-block {
    grid-template-columns: 1fr 1fr;
  }

  .close-button {
    width: 96%;
  }

  .marketing-copy:hover {
    background-image: linear-gradient(144deg, #007635 15%, #002a13a8), url('../images/Image-scroll-C.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .project-main {
    height: auto;
  }

  .ruwermarine, .go2services, .pb-solutions-s, .usfab-logo {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .project-image-container-copy {
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
  }

  .ruwer {
    flex-direction: row;
    height: auto;
    display: block;
    overflow: visible;
  }

  .we-sure {
    display: none;
  }

  .we-sure.second-slide-design {
    padding-top: 21px;
    display: none;
    overflow: auto;
  }

  .div-block-11-copy {
    background-size: contain;
  }

  .text-block-45 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-5-copy {
    width: 100%;
  }

  .get-started-page {
    display: flex;
  }

  .get-started-close {
    width: 25%;
    height: 7vh;
  }

  .start-a-project-popup {
    width: 50%;
    display: none;
    bottom: 112px;
    left: 47.9489px;
  }

  .heading-35 {
    font-size: 22px;
  }

  .div-block-18 {
    height: auto;
  }

  .printing-services-card {
    display: none;
  }

  .get-started-page-printing {
    display: flex;
  }

  .form-03-outer-div {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .content-wrap-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    padding-top: 0;
  }

  .contact-text {
    font-weight: 300;
  }

  .form-section-03 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-2-copy {
    font-size: 15px;
  }

  .button-1-copy-copy:hover, .button-1-copy-dcopy:hover {
    transform: none;
  }

  .ud-colu-copy-copy {
    flex-direction: column;
  }

  .tabs-copy {
    white-space: normal;
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    display: block;
    position: relative;
    overflow: visible;
  }

  .ddddd:hover, .ddddd-copy:hover, .ddddd-copy-copy:hover {
    transform: none;
  }

  .slide-10.sdf._4587787878._78ooo.sdfsd.uinmi.sdlide {
    background-position: 50% 79%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ddddd-copy-copy-copy:hover {
    transform: none;
  }

  .pick-a-package-h1-copy.web.hju {
    padding-top: 0;
  }

  .dynamic-footer-copy {
    flex-direction: column;
  }

  .background-456video-4-copy {
    z-index: auto;
  }

  .whatsapp-icon {
    width: 8%;
  }

  .navbar_link {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-bottom: 1px solid #e7eeee;
    border-right-style: none;
    max-height: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: visible;
  }

  .home-about-top {
    width: 100%;
  }

  .home-about-intro {
    max-width: 35rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .hero-rotate-base {
    width: 100%;
  }

  .image-fill {
    top: 0%;
  }

  .hero-rotate-image {
    flex: 0 auto;
    align-items: flex-start;
  }

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

  .home-hero-block {
    min-height: 80vw;
    padding-bottom: 8rem;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .left-quotation {
    padding: 0 0 20px;
  }

  .left-quotation.ffff {
    padding: 19px 0 0;
  }

  .right-contain {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
  }

  .form-title-cf1.cibd-2 {
    text-align: center;
    font-size: 40px;
  }

  .lets-talk {
    padding-top: 0;
  }

  .form-2 {
    padding-right: 0;
  }

  .contact-form-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-copy {
    font-size: 26px;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

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

  .website-main-card {
    width: 85%;
    height: 65vh;
  }

  .div-block-22 {
    background-position: 50%;
    height: 25vh;
  }

  .bold-text-3 {
    font-weight: 300;
  }

  .land-r-stat.janajana {
    align-items: flex-start;
  }

  .text-span-33, .text-span-34, .text-span-35, .text-span-36 {
    color: var(--medium-sea-green);
  }

  .usfab-logo-copy {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .website-logo.graphic-design-ll.marketing, .website-logo.graphic-design-ll._458ddd {
    background-position: 50%;
    width: 100%;
  }

  .website-logo.mobule {
    height: 5vh;
    margin-bottom: 0;
  }

  .heading-43, .close-form {
    margin-top: -7px;
  }

  .close-form.deski {
    padding-top: 11px;
  }

  .close-button-copy {
    width: 96%;
  }

  .div-block-5-copy-copy458 {
    width: 100%;
  }

  .get-started-page-copy {
    display: flex;
  }

  .heading-copy {
    margin-top: -7px;
  }

  .service-card-copy {
    flex-direction: column;
    align-items: center;
    padding: 35px 25px;
    display: flex;
  }

  .service-card-copy:hover {
    background-color: #4454fe00;
  }

  .link-block-5.w--current {
    width: 100%;
  }

  .hero-paragraph-copy {
    font-size: 15px;
  }

  .go2services-copy, .schenk-induerst {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .div-block-11-copy-copy {
    background-size: contain;
  }

  .accessories {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: none;
  }

  .heading-15 {
    margin-top: 15px;
  }

  .hoodies {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: none;
  }

  .dog {
    display: none;
  }

  .heading-14 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .indoor {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .caps, .sarong-s, .women-caps {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: none;
  }

  .t-shirts-and-shorts {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    display: grid;
  }

  .cat-main.men, .cat-main.women {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-9 {
    border-width: 0;
    border-radius: 0;
    overflow: visible;
  }

  .lightbox {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .mens-catagory {
    display: block;
  }

  .left-div-cat {
    flex: 0 auto;
    width: 100%;
  }

  .large-dog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: none;
  }

  .small-dog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

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

  .responsive-item-cat {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .wall-display.women {
    padding-left: 12px;
    padding-right: 12px;
  }

  .leggings {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: none;
  }

  .right-div-cat {
    width: 100%;
  }

  .featured-product-main {
    outline-offset: 0px;
    outline: 2px #e6e6e6;
    flex: none;
    width: 100%;
    margin: 16px 17px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .t-shirts {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    display: grid;
  }

  .sub-catagory {
    width: 92%;
    display: none;
  }

  .women-acces-o {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: none;
  }

  .responsive-product-div {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
  }

  .responsive-cat-div {
    flex-flow: column;
    width: 93%;
  }

  .joggers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: none;
  }

  .product-image {
    border: 1px #000;
    width: 100%;
  }

  .womens-catagory {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .landing-product-section.product {
    height: auto;
  }

  .left-pro-div {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .main-imag-e {
    width: 80%;
  }

  .container-navigation-2 {
    z-index: 99;
    position: relative;
  }

  .logo-link-2 {
    width: 65%;
  }

  .sszwane {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .course_spacer-block {
    display: none;
  }

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

  .background_gradient {
    background-image: radial-gradient(circle, #0000, #000 60%);
  }

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .background_image {
    width: 100%;
    height: 100%;
  }

  .menu-icon_line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .course_component {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    min-height: auto;
    margin-top: 10rem;
  }

  .nav_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .background_edge-gradient {
    display: none;
  }

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

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .pricing-image-two.shadow-two, .pricing-image-two.seanemille-logo, .pricing-image-two.universal-diesel-logo, .pricing-image-two.gm-waterproofing-logo, .pricing-image-two.montagu-snacks, .pricing-image-two.herballife, .pricing-image-two.carla-herbalife {
    width: 90%;
  }

  .logo-link-3 {
    width: 65%;
  }

  .pricing-card-two-2 {
    justify-content: space-between;
    align-items: stretch;
    padding: 24px;
  }

  .invoice-number-h1 {
    font-size: 11px;
    font-weight: 500;
  }

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

  .pricing-block-2 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .pricing-content-2 {
    padding-bottom: 0;
  }

  .service-details {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 0;
    padding-left: 8px;
    line-height: 1.3em;
  }

  .bold-text-7 {
    padding-left: 0;
  }

  .h1-heading-c-p {
    font-size: 30px;
  }

  .text-span-47 {
    font-weight: 200;
  }

  .welcome-back {
    font-size: 11px;
    font-weight: 200;
  }

  .reelweb {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .client-logo-div {
    width: 25%;
  }

  .client-manager-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .left.hovi {
    width: 100%;
  }

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

  .row-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .bottom-right-row {
    justify-content: flex-end;
    align-items: center;
  }

  .bold-text-7-copy {
    padding-left: 0;
  }

  .sla-button.hovi {
    width: 100%;
  }

  .acount-needs-attention {
    height: 10vh;
    min-height: auto;
  }

  .good-standing-icon {
    height: 5vh;
    min-height: auto;
  }

  .payment-required {
    line-height: 15px;
  }

  .utility-tool-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse wrap-reverse;
  }

  .reelweb-registration, .reelweb-tips-trims {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .pb-heading-2 {
    line-height: 28px;
  }

  .div-block-5-reel {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  .body-1 {
    background-color: #212121;
  }

  .page-wrapper {
    display: none;
  }

  .section-wrapper.glow-3 {
    background-image: linear-gradient(79deg, #212121, #212121 33%, #13131359 79%, #0000), radial-gradient(circle farthest-side at 50% 150%, #c4b3571a, #4454fe00);
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 75px;
  }

  .section-container.contact {
    padding-top: 75px;
    padding-bottom: 160px;
  }

  .hero-content-conatiner {
    grid-row-gap: 16px;
    max-width: 470px;
  }

  .hero-paragraph {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button-1 {
    padding: 1px;
  }

  .button-content {
    padding: 16px 20px;
    font-size: 15px;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .webflow-partner-badge {
    display: none;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .service-cards-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-card {
    width: 100%;
    padding: 40px;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .service-card-list {
    font-size: 14px;
    line-height: 1.6em;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .section-title {
    font-size: 24px;
  }

  .process-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .process-card-container {
    width: 100%;
  }

  .process-card {
    grid-row-gap: 15px;
    padding: 40px;
  }

  .process-card-paragraph {
    font-size: 14px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .contact-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .projects-marquee-container {
    width: 320vw;
  }

  .explore-button-copntainer {
    padding-bottom: 184px;
  }

  .project-image-container {
    height: 32vh;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: flex;
    top: 250px;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    top: 250px;
  }

  .project-title {
    font-size: 24px;
  }

  .project-link {
    font-size: 14px;
  }

  .link-arrow {
    width: 9px;
    height: 9px;
  }

  .project-image {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .slider-section-wrapper.glow-1, .slider-section-wrapper.glow-1-copy {
    width: 100%;
    overflow: visible;
  }

  .slider-section-container {
    max-width: 500px;
    padding-top: 26px;
  }

  .section {
    background-size: cover;
  }

  .text-block-9 {
    display: none;
  }

  .empty-space {
    height: 2vh;
  }

  .top-row-footer {
    flex-direction: column;
    flex: 1;
  }

  .get-in-touch {
    width: auto;
    padding-top: 15px;
  }

  .second-row-footer {
    flex-direction: column;
    flex: 1;
  }

  .reelweb-hero {
    display: none;
  }

  .rw-design, .text-block-13, .rw-services-a {
    text-align: left;
    padding-right: 42px;
  }

  .design {
    font-size: 18px;
  }

  .rw-services-c-copy {
    text-align: left;
    padding-right: 42px;
  }

  .right-hosting-colu {
    justify-content: flex-end;
  }

  .reel-glass-services-hero {
    display: none;
  }

  .reel-web-services-d {
    text-align: left;
    padding-right: 42px;
  }

  .tabs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hosting {
    font-size: 18px;
  }

  .right-colu {
    height: 30vh;
    margin-left: 0;
  }

  .ud-main-hero {
    flex-direction: column-reverse;
  }

  .uptake-glass-services-hero-copy {
    display: none;
  }

  .ud-colu-copy {
    justify-content: flex-end;
  }

  .adhere-marketing-main, .netprinting, .net-3main-cards-holder {
    display: none;
  }

  .yellow-circle {
    display: none;
    transform: scale(2)translate(-171px);
  }

  .reel-web-logo, .printing-signage {
    width: 100%;
    padding: 40px;
  }

  .reel-web-logo-copy {
    padding: 40px;
  }

  .right-div-social {
    padding-bottom: 9px;
  }

  .cellphone-link {
    padding: 24px;
  }

  .contact-social.desktop {
    flex-direction: row-reverse;
    padding: 54px 24px 18px;
    display: none;
  }

  .contact-social.mobile, .email-div.location-f {
    display: none;
  }

  .js-clock {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-button {
    display: none;
  }

  .logo-container {
    text-align: center;
    padding-top: 0;
    padding-bottom: 37px;
  }

  .heading-34 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .services-div {
    display: none;
  }

  .custom-website-solutions.contact-space.header {
    color: #fff;
  }

  .bowel {
    width: 12%;
  }

  .reel-web-logo-2 {
    width: 35vw;
  }

  .uptake-design-v-heading {
    font-size: 35px;
  }

  .link {
    font-size: 18px;
  }

  .heading-text-b {
    font-size: 35px;
  }

  .vweb {
    font-size: 18px;
  }

  .responsive-dynamic-column-div.reel-web {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .hero-sub-text {
    font-size: 18px;
  }

  .group-center-display {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .display-heading-div.small, .display-heading-div.small.dhb, .display-heading-div.small.dhd, .display-heading-div.small.dhc {
    height: 12%;
  }

  .display-c {
    background-color: #cdcdcd;
    border-radius: 11px;
    height: 50vh;
  }

  .display-b {
    background-size: cover;
    border-radius: 11px;
    width: 100%;
    height: 50vh;
    margin-top: 15px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-a {
    background-size: cover;
    border-radius: 11px;
    height: 50vh;
    margin-right: 0;
  }

  .display-c-link {
    border-radius: 0;
  }

  .group-right-display {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .featured-work {
    height: auto;
  }

  .featured-first-row {
    height: 50vh;
  }

  .display-e-d {
    width: 100%;
    height: 55vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-e-d.dhe {
    border-radius: 11px;
  }

  .display-b-copy {
    border-radius: 11px;
    width: 100%;
    height: 55vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .featured-work-heading {
    flex-flow: column;
  }

  .display-b-link {
    width: 99.9999%;
    height: 100%;
  }

  .navigation-link-wrap {
    display: flex;
  }

  .navigation, .phone-wrap {
    display: none;
  }

  .top-row-copy {
    height: 11vh;
  }

  .mobile-nav-main {
    display: none;
  }

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

  .tabs-menu {
    width: auto;
    overflow: scroll;
  }

  .h1-work {
    display: none;
  }

  ._4-main-tabs {
    height: auto;
    display: none;
  }

  .printing-signage-copy.printing-signage {
    padding: 0;
  }

  .heading {
    margin-top: -73px;
  }

  .responsive-div-web-mail {
    flex: 0 auto;
    height: auto;
    padding-top: 72px;
    padding-bottom: 0;
  }

  .client-main-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    overflow: visible;
  }

  .marketing-copy {
    width: 100%;
  }

  .project-main {
    display: none;
  }

  .ruwermarine, .go2services, .pb-solutions-s {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .body-7 {
    background-color: #212121;
  }

  .usfab-logo {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .we-sure {
    height: 100vh;
    margin-top: 0;
    padding-top: 301px;
    padding-bottom: 0;
    position: fixed;
    overflow: scroll;
  }

  .we-sure.second-slide-design {
    white-space: normal;
    object-fit: fill;
    padding-top: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    position: fixed;
    overflow: auto;
  }

  .div-block-11-copy {
    padding-left: 12px;
    padding-right: 12px;
  }

  .embed-cognito, .responsive-get-strarted-form {
    display: none;
  }

  .start-a-project-popup {
    bottom: 21px;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .form-section-03 {
    display: none;
  }

  .button-1-copy-copy, .button-1-copy-dcopy {
    padding: 1px;
  }

  .ud-colu-copy-copy {
    justify-content: flex-end;
  }

  .tabs-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ddddd, .ddddd-copy, .ddddd-copy-copy {
    padding: 1px;
  }

  .h1-work-copy {
    display: none;
  }

  .ddddd-copy-copy-copy {
    padding: 1px;
  }

  .text-block-57 {
    color: #fff;
    font-family: Zonapro, sans-serif;
    font-size: 25px;
    font-weight: 700;
  }

  .please-rotate-phone {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .reelweb-hero-copy {
    display: none;
  }

  .ud-main-hero-copy {
    flex-direction: column-reverse;
  }

  .button-content-copy {
    padding: 16px 20px;
    font-size: 15px;
  }

  .dynamic-footer-copy {
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
    display: none;
  }

  .body-9 {
    background-color: #212121;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .navbar_link {
    padding: 1.5rem;
  }

  .home-about-intro {
    max-width: 28rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero-rotate-base {
    width: 40%;
  }

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

  .home-hero-block {
    min-height: 120vw;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .left-quotation.ffff {
    padding-bottom: 0;
  }

  .right-contain {
    padding-bottom: 0;
    display: flex;
  }

  .contact-form-copy {
    width: 100%;
  }

  .form-title-cf1.cibd-2 {
    text-align: center;
    flex: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 45px;
  }

  .form-title-cf1.cibd-2.sfs {
    justify-content: center;
    display: flex;
  }

  .lets-talk {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lets-talk.contact {
    padding-left: 0;
  }

  .contact-form-4 {
    width: 100%;
  }

  .contact-form-3 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .your-name-3 {
    width: 100%;
  }

  .section-title-copy {
    font-size: 24px;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .main-graphic-div {
    padding-left: 0;
  }

  .usfab-logo-copy {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .website-logo.mobule.rrd {
    background-position: 50%;
    background-size: contain;
    width: 8vw;
    height: 6vh;
    margin-right: 8px;
  }

  .heading-43, .close-form {
    margin-top: -73px;
  }

  .responsive-get-strarted-form-bp {
    display: none;
  }

  .heading-copy {
    margin-top: -73px;
  }

  .service-card-copy {
    width: 100%;
    padding: 40px;
  }

  .logo-div-block {
    display: none;
  }

  .hero-paragraph-copy {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .go2services-copy, .schenk-induerst {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .div-block-11-copy-copy {
    padding-left: 12px;
    padding-right: 12px;
  }

  .accessories, .hoodies {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .indoor {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .caps {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .sarong-s {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tab-cat {
    flex: none;
    padding-left: 17px;
    padding-right: 17px;
  }

  .women-caps {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .t-shirts-and-shorts {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .featured-category-filter-main {
    width: auto;
  }

  .left-div-cat {
    flex: none;
    width: auto;
    margin-left: 9px;
    display: flex;
  }

  .large-dog {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .small-dog {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .responsive-item-cat {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .leggings {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .right-div-cat {
    flex-direction: row;
    flex: none;
    width: auto;
    display: flex;
  }

  .filter-arrow-up {
    flex: 0 auto;
  }

  .featured-product-main {
    width: 100%;
  }

  .t-shirts {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .sub-catagory {
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    display: none;
    overflow: scroll;
  }

  .women-acces-o {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .responsive-cat-div {
    flex-direction: column;
    width: 93%;
  }

  .joggers {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .close {
    flex: 0 auto;
  }

  .landing-product-section.product {
    height: auto;
  }

  .left-pro-div {
    background-color: #fff;
    width: 100%;
    height: 70vh;
    margin-top: 98px;
    padding-top: 0;
  }

  .main-imag-e {
    width: 100%;
  }

  .navigation-2 {
    display: none;
  }

  .sszwane {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .button-group {
    grid-row-gap: 0rem;
  }

  .button-group.is-course {
    width: 100%;
    display: block;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .navbar {
    z-index: 10;
    position: relative;
  }

  .button-7.is-course {
    width: 100%;
    max-width: 20rem;
  }

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

  .nav_menu-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background-color: #0000000d;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1.25rem;
    display: grid;
  }

  .nav_component {
    z-index: 10;
    position: relative;
  }

  .course_content {
    max-width: none;
  }

  .message_block {
    width: 100%;
    max-width: 20rem;
    margin-left: 0;
  }

  .mobile-nav {
    background-color: #fff0;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_left-wrapper {
    grid-column-gap: 1.5rem;
    justify-content: space-between;
    display: flex;
  }

  .course_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 14rem;
    display: flex;
  }

  .pricing-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    padding: 102px 15px 0;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .pricing-image-two.shadow-two, .pricing-image-two.seanemille-logo, .pricing-image-two.universal-diesel-logo, .pricing-image-two.gm-waterproofing-logo, .pricing-image-two.montagu-snacks, .pricing-image-two.herballife, .pricing-image-two.carla-herbalife, .pricing-wrapper-two-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .pricing-card-two-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .invoice-number-h1 {
    font-size: 14px;
  }

  .pricing-info-2 {
    margin-top: 21px;
  }

  .h1-client-headin {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 22px;
  }

  .pricing-block-2 {
    width: 40%;
  }

  .navigation-3 {
    display: flex;
  }

  .pricing-content-2 {
    width: 100%;
    padding-bottom: 26px;
  }

  .pricing-items-2 {
    justify-content: center;
    align-items: flex-end;
    padding: 0 15px;
    overflow: visible;
  }

  .bold-text-7 {
    padding-left: 9px;
  }

  .heading-48 {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
  }

  .background-video-7-client {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .welcome-back {
    justify-content: flex-end;
    align-items: center;
  }

  .client-zone-main-div {
    flex-flow: row;
  }

  .client-logo-div {
    flex-flow: row;
    width: 100%;
  }

  .client-manager-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .left.hovi, .right {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .company-logo-main {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 25%;
    display: flex;
  }

  .row-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-top: 8px;
  }

  .text-block-84 {
    text-align: right;
    flex: none;
  }

  .div-block-40 {
    display: flex;
  }

  .sla-button.hovi {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12px;
  }

  .acount-needs-attention {
    width: 9vw;
    height: 7vh;
    min-height: auto;
  }

  .good-standing-icon {
    width: 9vw;
    height: 7vh;
  }

  .utility-tool-div {
    flex-flow: row-reverse;
    flex: none;
    width: 55%;
  }

  .business-hero, .business-hero-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    flex-direction: column;
    display: flex;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-wrapper.glow-3 {
    background-image: linear-gradient(79deg, #292929, #282828d6 10%, #2121210d 42%, #0000 66%);
    height: 70vh;
    margin-top: 50px;
    padding-top: 0;
  }

  .section-wrapper.glow-2 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    padding: 29px 0;
    overflow: hidden;
  }

  .section-container.hero {
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    width: 85%;
    padding-top: 0;
    padding-bottom: 36px;
  }

  .section-container.service {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-container.process {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .section-container.process.guiding.the {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-container.faqs {
    padding-top: 0;
  }

  .section-container.faqs._56 {
    flex: 0 auto;
    width: 96%;
  }

  .section-container.contact {
    flex: 0 auto;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .hero-content-conatiner {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .hero-title {
    color: #fff;
    width: 100%;
    padding-right: 0;
    font-size: 28px;
    line-height: 1.3em;
  }

  .hero-paragraph {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .button-1 {
    margin-left: 0;
    padding-top: 1px;
  }

  .button-content {
    z-index: 322;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .webflow-partner-badge {
    flex: none;
    width: 85px;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .webflow-partner-text {
    flex: 1;
  }

  .webflow-icon {
    line-height: 20px;
  }

  .section-tag-container {
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-tag-container.nn0 {
    padding-bottom: 26px;
  }

  .service-cards-wrapper {
    align-items: center;
    width: auto;
  }

  .service-card {
    background-image: linear-gradient(144deg, #c4b3573b, #c4b35700);
    align-items: flex-start;
    width: 100%;
    padding: 30px;
  }

  .service-card:hover {
    box-shadow: 0 2px 20px 4px #c4b357;
  }

  .service-card-paragraph {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .service-card-list {
    font-size: 13px;
  }

  .section-title-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 3px solid #3c3c3c;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-title-container.dfdfdf, .section-title-container._2d4d5, .section-title-container.jajaja {
    border-top-style: none;
  }

  .section-title-container.sdfsdf {
    border-top-width: 2px;
  }

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

  .section-title._2 {
    margin-bottom: 12px;
    padding-left: 11px;
  }

  .section-title.sdfsdfsd {
    border-top: 1px #000;
    height: auto;
    padding-bottom: 8px;
    font-size: 23px;
  }

  .section-title.sdfsdfsd.right {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-bottom: 34px;
  }

  .process-content-container {
    flex-direction: column-reverse;
  }

  .process-content-container._2 {
    flex-direction: column;
    display: flex;
  }

  .process-card-container {
    flex-flow: row;
    flex: 0 auto;
    width: auto;
    height: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 13px;
    padding-left: 14px;
    overflow: scroll;
  }

  .process-card-container.deks {
    display: none;
  }

  .process-card {
    flex: none;
    align-items: flex-start;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 14px;
    padding: 30px 16px;
  }

  .process-card:hover {
    outline-offset: 0px;
    outline: 1px solid #fff;
  }

  .process-card-paragraph {
    font-size: 13px;
  }

  .faq-wrapper {
    padding-right: 0;
  }

  .faq-toggle {
    padding-left: 12px;
    padding-right: 12px;
  }

  .faq-answer-container {
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    padding: 20px 10px;
  }

  .contact-content-container {
    justify-content: flex-start;
    display: block;
  }

  .projects-wrapper {
    padding-bottom: 0;
  }

  .projects-marquee-container {
    width: 850vw;
  }

  .project-thumbnail-container {
    height: auto;
    padding-bottom: 50px;
  }

  .project-marquee.left {
    outline-offset: 0px;
    outline: 1px #fff;
  }

  .explore-button-copntainer {
    padding-bottom: 0;
  }

  .explore-button-copntainer._4888 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .explore-button-copntainer._4888.sdfsdf {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .explore-button-wrapper {
    margin-bottom: 11px;
    padding-bottom: 0;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-tag-line {
    height: 2px;
  }

  .projects-slider-wrapper {
    width: 100%;
  }

  .project-container {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding: 0;
  }

  .project-info-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 31px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .project-info-container.hair22d {
    margin-top: 30px;
  }

  .project-image-container {
    border-radius: 17px;
    align-self: stretch;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .project-slider {
    max-width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-left: 9px;
    display: none;
    top: 30vw;
  }

  .left-arrow.rdr {
    width: 60px;
    height: 60px;
    margin-left: 12px;
    display: none;
    top: 30vw;
  }

  .left-arrow.rdr.sdge {
    top: 30vw;
  }

  .right-arrow {
    border-style: solid;
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    top: 0;
  }

  .right-arrow.rdr {
    outline-offset: 0px;
    border-style: solid;
    border-color: #fff;
    outline: 3px #fff;
    width: 60px;
    height: 60px;
    margin-right: 0;
    position: absolute;
    top: 0;
  }

  .right-arrow.dve {
    border-color: #fff;
    top: 0;
  }

  .project-description {
    margin-bottom: 0;
  }

  .project-title {
    padding-top: 7px;
    padding-bottom: 0;
  }

  .project-link {
    justify-content: center;
    display: flex;
  }

  .project-image {
    height: 70vw;
  }

  .slider-section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .slider-section-wrapper.glow-1 {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding: 68px 0 0;
    overflow: visible;
  }

  .slider-section-wrapper.glow-1._55 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 32px;
    overflow: auto;
  }

  .slider-section-wrapper.glow-1-copy {
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    padding-top: 39px;
    padding-bottom: 0;
    overflow: visible;
  }

  .slider-section-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 88%;
    max-width: none;
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 0;
    display: flex;
  }

  .magnetic-element {
    padding-bottom: 15px;
    padding-right: 7px;
  }

  .work-start-a-project-button {
    flex-direction: column;
  }

  .section {
    background-image: radial-gradient(circle at 50% 100%, #212121, #1e1e1eeb 38%, #0000), url('../images/Native-Texture.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-3 {
    padding-top: 27px;
  }

  .quick-links {
    padding-bottom: 12px;
  }

  ._4row-div {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-9 {
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .work-footer.hovi {
    text-shadow: none;
    font-family: Helveticanowtext, sans-serif;
    font-size: 15px;
  }

  .google-maps {
    padding-top: 0;
  }

  .empty-space {
    display: flex;
  }

  .top-row-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: space-between;
    padding-top: 0;
  }

  .contacrt {
    text-shadow: none;
    padding-top: 5px;
    padding-bottom: 0;
    font-family: Helveticanowtext, sans-serif;
    font-size: 15px;
    display: flex;
  }

  .get-in-touch {
    flex: none;
    height: auto;
    padding: 12px 11px 12px 0;
    display: flex;
  }

  .get-in-touch.maps {
    flex: 0 auto;
    justify-content: space-between;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .get-in-touch.quick-links-s {
    height: auto;
    margin-top: 25px;
    padding: 0;
  }

  .get-in-touch.tt {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .get-in-touch.ddddd {
    margin-top: 15px;
    padding-right: 1px;
  }

  .link-2, .link-2.hovi {
    text-shadow: none;
  }

  .home-footer {
    text-shadow: none;
    font-size: 15px;
    font-weight: 300;
  }

  .home-footer.w--current {
    font-family: Helveticanowtext, sans-serif;
    font-size: 15px;
  }

  .second-row-footer {
    flex-direction: column-reverse;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .html-embed {
    border-radius: 17px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    overflow: hidden;
  }

  .responsive-square {
    justify-content: flex-start;
    width: 85%;
  }

  .services {
    text-shadow: none;
    font-family: Helveticanowtext, sans-serif;
    font-size: 15px;
  }

  .maps {
    flex: none;
    width: auto;
  }

  .text-block-8 {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .text-block-8.tesendi {
    padding-bottom: 12px;
    font-size: 18px;
  }

  .reelweb-hero {
    justify-content: flex-end;
    height: auto;
    padding-top: 104px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .get-a-quote {
    padding-right: 0;
  }

  .services-heading {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 26px;
  }

  .services-heading.webi {
    flex-direction: column;
  }

  .reel-web-heading {
    padding-bottom: 0;
  }

  .reel-web-heading.reel {
    padding-left: 7px;
  }

  .rw-get-a-quote-button {
    text-align: center;
  }

  .website-portfolio-b {
    display: flex;
  }

  .responsive-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    height: auto;
    padding-top: 173px;
    display: grid;
  }

  .responsive-hero.graphic-design {
    grid-template-rows: auto;
    width: 93%;
    padding-top: 124px;
  }

  .responsive-hero.graphic-design.howe-d {
    padding-left: 19px;
    padding-right: 19px;
  }

  .responsive-hero.graphic-design.howe-d.fee {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .responsive-hero.pp {
    padding-top: 117px;
    padding-left: 0;
    padding-right: 0;
  }

  .responsive-hero.rrrrtyrr {
    width: 100%;
  }

  .reel-web-hypper-button-links {
    align-items: center;
    margin-top: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .reel-web-hypper-button-links._556 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 28px;
  }

  .pricing-bl {
    font-size: 32px;
  }

  .main-h-card-heading {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .main-h-card-heading.fs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bl-sign-up-now {
    text-align: center;
    text-shadow: none;
  }

  .bl-sign-up-now:hover {
    color: #212121;
  }

  .bl-sign-up-now.mo {
    width: auto;
  }

  .bl-sign-up-now.mo:hover {
    color: var(--medium-blue);
  }

  .left-colu-m {
    text-align: left;
    flex-direction: column;
    display: flex;
  }

  .left-colu-m.mobi89 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .left-colu-m.lklk {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .left-colu-m._78dhg {
    align-items: flex-start;
    padding-left: 17px;
  }

  .rw-one-pager {
    font-size: 45px;
    line-height: 28px;
  }

  .rw-one-pager.rwdsub {
    color: #2e2e2e;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 500;
  }

  .rw-one-pager._3b {
    font-size: 36px;
  }

  .main-glass-div {
    border-radius: 25px;
    flex: 0 auto;
  }

  .main-glass-div.am-glass-pannel {
    overflow: hidden;
  }

  .tab-link-tab-1.host {
    border-radius: 17px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 10px;
    padding: 20px 0;
    display: flex;
  }

  .tab-link-tab-1.host.w--current {
    background-image: linear-gradient(205deg, var(--slate-blue), var(--medium-blue));
  }

  .tab-link-tab-1.host.am-digital {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tab-link-tab-1.host.am-digital.w--current {
    margin-left: 7px;
  }

  .tab-link-tab-1.host.am-digital._666.w--current {
    margin-right: 7px;
  }

  .rw-design-heading {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 38px;
  }

  .rw-design-heading._222 {
    width: 95%;
    margin-top: 2px;
    padding-bottom: 0;
  }

  .rw-design-heading._222.sigi {
    text-align: left;
    margin-bottom: 2px;
    padding-top: 0;
    padding-left: 17px;
    padding-right: 17px;
    line-height: 28px;
  }

  .rw-design-heading.mobid {
    text-align: left;
    width: 100%;
    padding-bottom: 0;
  }

  .rw-design {
    padding-top: 12px;
    padding-right: 0;
  }

  .rw-design.rwd {
    text-align: center;
  }

  .rw-design.rwd._87 {
    text-align: left;
  }

  .rw-design.rwd._87.ssss {
    text-align: left;
    padding-bottom: 0;
  }

  .rw-design.rwd._87.sdfsdf {
    padding-bottom: 0;
  }

  .rw-design.rwd-copy {
    text-align: center;
  }

  .business-lite-card-hero {
    width: 100%;
  }

  .pb-heading {
    padding: 18px 24px;
    font-size: 22px;
    line-height: 28px;
  }

  .pb-heading.rw-utility-web, .pb-heading.muti-pager-rw {
    padding-bottom: 0;
    font-size: 22px;
  }

  .pb-heading.muti-pager-rw-copy, .pb-heading.rw-utility-web-copy {
    font-size: 36px;
  }

  .tab-pane-tab-2 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .responsive-reel-glass-div {
    flex: 0 auto;
    width: 90%;
    margin-top: 0;
  }

  .rw-hosting-heading {
    text-align: left;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 17px;
    padding-right: 0;
    font-size: 22px;
    line-height: 35px;
  }

  .tabs-content {
    justify-content: center;
    padding-top: 21px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tabs-content.adhere-marketing-tab-line, .tabs-content._7410 {
    padding-top: 0;
  }

  .text-block-15 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
    line-height: 35px;
  }

  .left-hosting-colu {
    background-position: 50%;
    background-size: contain;
    flex: 0 auto;
    width: 93%;
    height: 35vh;
    margin: 0 2px 0 0;
    padding: 0;
    display: block;
  }

  .pricing-bp {
    font-size: 32px;
  }

  .text-block-13 {
    text-align: left;
    padding: 6px 9px 0 0;
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-13._852 {
    text-align: left;
  }

  .rw-sub-glass-heading {
    text-align: left;
    border-radius: 25px;
    margin: 8px 22px;
    padding: 19px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    box-shadow: 0 0 12px #000;
  }

  .rw-sub-glass-heading.design-rw {
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 17px;
  }

  .rw-sub-glass-heading.design-rw._22 {
    text-align: left;
    width: 95%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 17px;
    font-weight: 300;
  }

  .rw-sub-glass-heading.ud-sub.uptake-sub-how {
    text-align: left;
    padding-top: 20px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }

  .rw-sub-glass-heading.ud-sub.uptake-sub-how.pap {
    text-align: left;
    width: 90%;
    margin-left: 7px;
    margin-right: 7px;
    padding-bottom: 20px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .rw-sub-glass-heading.ud-sub.uptake-sub-how.pap.opoo {
    text-align: left;
  }

  .rw-sub-glass-heading.ud-sub.uptake-sub-how.design.how-d {
    width: 93%;
    margin-bottom: 0;
    padding: 17px 15px;
  }

  .rw-sub-glass-heading.ud-sub.uptake-sub-how._48152063.makrket {
    width: 87%;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .rw-sub-glass-heading.hostingd {
    box-shadow: none;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 17px;
    font-weight: 300;
  }

  .rw-sub-glass-heading.lekker {
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 300;
  }

  .rd-services-a.ss.aww {
    border-radius: 0;
  }

  .rw-business-lite {
    width: 100%;
    padding-top: 46px;
  }

  .rw-business-lite.unique {
    border: 1px #000;
    padding-top: 11px;
  }

  .rw-business-lite._5689878 {
    padding-top: 0;
  }

  .rw-business-lite._88887 {
    padding-top: 6px;
  }

  .rw-business-lite.liidkle {
    padding-top: 0;
  }

  .rw-business-lite.janajana, .rw-business-lite.janajana.dds, .business-pro-card-hero-copy {
    width: 100%;
  }

  .right-rw-design-colu {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .right-rw-design-colu.web-soloute {
    padding-left: 0;
  }

  .right-rw-design-colu.james-made-iut {
    width: 85%;
    padding-left: 0;
  }

  .orbs {
    height: auto;
  }

  .rw-services-a {
    padding-top: 12px;
    padding-right: 0;
  }

  .rw-services-a._87 {
    text-align: left;
    justify-content: center;
  }

  .rw-services-a._87.sss {
    text-align: left;
    padding-bottom: 0;
  }

  .rw-services-a._87.sdsdsd {
    padding-top: 0;
  }

  .bp-services-b-copy {
    color: #1f1f1f;
  }

  .sign-up-now, .sign-up-now.am-get-a-quote {
    width: 100%;
  }

  .design {
    text-align: left;
    font-size: 18px;
  }

  .rw-services-c-copy {
    padding-top: 12px;
    padding-right: 0;
  }

  .rw-services-c-copy.rwd {
    text-align: center;
  }

  .rw-services-c-copy.rwd.ud-sub-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .rw-services-c-copy.rwd._87 {
    text-align: left;
  }

  .bl-features {
    padding-bottom: 25px;
  }

  .right-hosting-colu {
    justify-content: flex-start;
    margin-bottom: 27px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .right-hosting-colu.opu {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .right-hosting-colu.opu._485623 {
    justify-content: center;
    padding-left: 0;
  }

  .hosting-intro {
    flex-direction: column;
    justify-content: center;
    height: 60vh;
    margin-top: 0;
    padding-bottom: 0;
  }

  .hosting-intro.idugneo {
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .hosting-intro._4578 {
    align-items: center;
    height: auto;
  }

  .design-intro {
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin-top: 0;
  }

  .design-intro._4565 {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 30px;
    padding-left: 0;
  }

  .hosting-packages-main-div {
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .reel-glass-services-hero {
    display: flex;
    position: relative;
  }

  .reel-glass-services-hero._569999 {
    padding-top: 16px;
    position: relative;
  }

  .reel-web-services-d {
    padding-top: 12px;
    padding-right: 0;
  }

  .reel-web-services-d.rwd._87 {
    text-align: left;
  }

  .reel-web-services-d.rwd-copy {
    text-align: center;
    font-size: 22px;
  }

  .tab-pane-tab-1 {
    align-self: flex-end;
    margin-top: 33px;
  }

  .tab-pane-tab-1._456858 {
    margin-top: 0;
  }

  .tabs {
    padding: 0;
    transform: translate(0);
  }

  .hosting {
    text-align: left;
    font-size: 18px;
  }

  .one-pager-rw {
    font-size: 32px;
  }

  .right-colu-m {
    text-align: left;
    padding-left: 0;
  }

  .right-colu-m._4585462 {
    padding-left: 0;
  }

  .right-colu-m._4884 {
    padding-left: 17px;
  }

  .rw-business-gold {
    width: 100%;
  }

  .design-packages-main-div-copy {
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .design-packages-main-div-copy.domain-reg {
    background-image: none;
  }

  .tab-link-tab-2.tabcms {
    border-radius: 20px;
    align-items: center;
    margin-right: 5px;
    display: none;
  }

  .tab-link-tab-2.tabcms.w--current {
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 9px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .tab-link-tab-2.tabcms-copy {
    border-top-left-radius: 0;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-right: 10px;
    padding: 20px 0;
    display: flex;
  }

  .tab-link-tab-2.tabcms-copy.w--current {
    border-radius: 17px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 9px 10px 9px 0;
    padding: 0;
    display: flex;
    transform: translate(0);
  }

  .pick-a-package-h1 {
    text-align: center;
    margin-top: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pick-a-package-h1._4568 {
    margin-top: 0;
    padding-bottom: 18px;
    padding-left: 0;
  }

  .pick-a-package-h1.sdfsdf {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-14 {
    margin-top: 0;
    padding: 18px 9px;
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-14._2 {
    text-shadow: none;
    font-family: Helveticanowtext, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .text-block-14._2._2mob {
    padding-bottom: 2px;
    padding-left: 21px;
    padding-right: 21px;
    display: flex;
  }

  .text-block-14.mobi9le {
    display: none;
  }

  .hosting-features-hero {
    flex-direction: column;
    align-items: center;
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .hosting-features-hero._78456 {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hosting-features-hero.mobi-yu {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hosting-features-hero.ggdesign {
    padding-top: 22px;
    padding-bottom: 8px;
  }

  .hosting-features-hero._333565 {
    align-items: flex-start;
    padding: 0 22px 27px;
  }

  .hosting-features-hero.lekker-l {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 17px;
  }

  .hosting-features-hero.help {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rw-business-pro {
    width: 100%;
  }

  .left-rw-design-icon {
    background-position: 50%;
    flex: none;
    justify-content: center;
    width: 100%;
    height: 25vh;
    margin-top: 26px;
    margin-bottom: 0;
    display: block;
  }

  .left-rw-design-icon._4578njihid3 {
    justify-content: center;
    height: 30vh;
    margin-top: 30px;
  }

  .bl-services-b {
    text-shadow: none;
  }

  .bl-services-b.sdf._515641 {
    background-color: #0000;
  }

  .bl-services-b._45op.euid, .bl-services-b._852.sdv, .bl-services-b.uie.deid {
    margin-bottom: 10px;
  }

  .business-gold {
    width: 100%;
  }

  .rw-h3-pillar-container {
    flex-direction: column;
    width: 90%;
  }

  .small-text-below-package-s {
    flex-direction: column;
    line-height: 28px;
  }

  .body-2 {
    background-position: 50%;
  }

  .left-colu-ud {
    padding-bottom: 50px;
  }

  .left-colu-ud.print, .left-colu-ud.maker {
    padding-bottom: 0;
  }

  .upptake-design-sdubheading {
    width: 85%;
  }

  .upptake-design-sdubheading._26n {
    width: 90%;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .uptake-design-heading {
    text-shadow: none;
    font-size: 28px;
  }

  .uptake-design-heading.pricing-plan {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 24px;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 22px;
    line-height: 1.2em;
  }

  .uptake-design-heading.am-heading {
    margin-top: 28px;
    font-size: 38px;
  }

  .uptake-design-heading.net-printing {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .right-colu {
    text-shadow: none;
    background-position: 50%;
    background-size: contain;
  }

  .right-colu.am-ic9on {
    background-image: url('../images/Marketingd.svg');
    background-position: 0 100%;
    height: 30vh;
  }

  .right-colu.net-printing-icon {
    display: flex;
  }

  .right-colu.net-printing-icon.m32 {
    background-position: 0%;
  }

  .right-colu.design {
    background-image: url('../images/Proof.png');
    background-position: 0 100%;
    width: 60%;
  }

  .ud-main-hero {
    height: auto;
    padding-bottom: 0;
  }

  .ud-main-hero.grahpics {
    padding-bottom: 16px;
  }

  .ud-main-hero.f {
    padding-top: 22px;
    padding-bottom: 0;
  }

  .text-block-21 {
    text-shadow: none;
    width: auto;
    padding-top: 8px;
    padding-bottom: 0;
    font-family: Helveticanowtext, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }

  .uptake-orbs-background {
    height: 100vh;
  }

  .order-form-icon {
    justify-content: center;
    align-items: stretch;
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .order-form-icon.mark {
    width: 85%;
  }

  .slg-subtext-c {
    text-shadow: none;
  }

  .uptake-glass-services-hero-copy {
    padding-top: 0;
    padding-bottom: 1px;
    display: flex;
    position: relative;
  }

  .startup-logo-package-features {
    width: 90%;
  }

  .consultation {
    justify-content: center;
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .consultation.mark {
    width: 85%;
  }

  .slg-subtext-f {
    text-shadow: none;
  }

  .ud-how-heading {
    text-align: left;
    text-shadow: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 39px;
    padding-right: 9px;
    font-family: Zonapro, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
  }

  .ud-how-heading.howe-d {
    text-align: left;
    width: 85%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
  }

  .ud-how-heading.c0ope {
    text-align: left;
    width: 84%;
    padding-left: 0;
  }

  .sub-text {
    width: auto;
  }

  .how-it-works-icon {
    align-items: flex-start;
    height: 12vh;
    display: flex;
  }

  .how-it-works-icon.assessment {
    height: 12vh;
  }

  .how-it-works-icon.assessment.am-how-it-works.deslign-assesment.meta-page-role {
    padding-left: 0;
    padding-right: 0;
  }

  .how-it-works-icon.consultation {
    height: 12vh;
  }

  .how-it-works-icon.consultation.am-how-it-works.am-consultation {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .how-it-works-icon.presentation {
    height: 12vh;
  }

  .how-it-works-icon.presentation.am-how-it-works.am-presentation {
    padding-left: 0;
    padding-right: 0;
  }

  .how-it-works-icon.am-how-it-works {
    width: 100%;
    height: 15vh;
    padding-left: 18px;
    padding-right: 18px;
  }

  .slg-subtext-b {
    text-shadow: none;
  }

  .ud-colu-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
  }

  .main-glass-div-copy {
    border-radius: 25px;
    flex: 0 auto;
    margin-bottom: 32px;
    padding-bottom: 26px;
  }

  .starup-pricing-text {
    text-shadow: none;
  }

  .sign-up-now-startup-logo-graphics {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .slg-subtext-a-copy {
    text-shadow: none;
  }

  .responsive-uptake-glass-div-copy {
    flex: 0 auto;
    width: 90%;
    margin-top: 0;
  }

  .startup-card {
    width: 100%;
    padding-bottom: 22px;
  }

  .presentatiuon {
    justify-content: center;
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .presentatiuon.mark {
    width: 85%;
  }

  .slg-subtext-d {
    text-shadow: none;
  }

  .startup-logo-text {
    text-shadow: none;
    font-size: 22px;
    line-height: 28px;
  }

  .ud-tabs-content {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .uptake-orbs {
    height: 160vh;
  }

  .how-it-works-icons {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 95%;
    height: auto;
    display: grid;
  }

  .starup {
    padding-left: 9px;
    padding-right: 9px;
  }

  .design-assessment {
    justify-content: center;
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .design-assessment.mark {
    width: 85%;
  }

  .ud-how-it-works {
    justify-content: center;
    height: auto;
    margin-top: 0;
  }

  .body-3 {
    background-position: 0%;
    background-repeat: no-repeat;
  }

  .adhere-marketing-main {
    height: auto;
    display: flex;
    position: relative;
  }

  .am-traditional, .am-digital {
    font-size: 18px;
  }

  .digital-marketing-icon {
    background-image: none;
    flex: none;
    justify-content: center;
    width: 100%;
    height: 25vh;
    margin: -4px 2px 12px;
    padding: 0;
    overflow: visible;
  }

  .rw-hosting-heading-copy {
    text-align: center;
    margin-top: 0;
    padding-bottom: 12px;
    padding-left: 9px;
    padding-right: 9px;
    line-height: 40px;
  }

  .rw-hosting-heading-copy.am-digital-marketing {
    padding-bottom: 30px;
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .rw-hosting-heading-copy.am-digital-marketing.how-it-works.pricing-plans-for-you {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 28px;
  }

  .rw-hosting-heading-copy.am-digital-marketing._22 {
    text-align: left;
    padding: 20px 17px 0;
    font-size: 28px;
  }

  .startup-logo-graphics {
    line-height: 28px;
  }

  .startup-logo-graphics.am-startutup-text {
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .starting-from-am-price {
    font-size: 28px;
  }

  .text-block-23 {
    font-weight: 500;
  }

  .adhere-traditional-marketing-how-it-works {
    flex-direction: column;
    align-items: center;
  }

  .am-tabs {
    display: flex;
    overflow: auto;
  }

  .traditional-marketing-heading {
    text-align: center;
    line-height: 32px;
  }

  .am-card-startup {
    width: 100%;
  }

  .body-4 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .netprinting {
    z-index: 20;
    justify-content: flex-end;
    height: auto;
    padding-top: 0;
    padding-bottom: 53px;
    display: flex;
    position: relative;
  }

  .net-3main-cards-holder {
    z-index: 88;
    align-items: flex-start;
    height: auto;
    padding: 15px 0;
    display: flex;
    position: relative;
  }

  .net-3main-cards-holder.net {
    justify-content: center;
    align-items: center;
  }

  .main-contain-net-print {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block {
    align-items: flex-end;
    width: 92%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block._8547 {
    height: 70vh;
    margin-right: 0;
    padding-bottom: 0;
  }

  .indoor-printing {
    background-color: #000000db;
    flex-direction: row;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px;
  }

  .text-block-25 {
    text-align: left;
    padding-left: 6px;
  }

  .yellow-circle {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    transform: translate(-555px)scale3d(4, 4, 1.2);
  }

  .reel-web-logo {
    background-image: linear-gradient(144deg, #2719c357, #c4b35700);
    border-radius: 17px;
    width: 100%;
    padding: 30px;
  }

  .reel-web-logo:hover {
    box-shadow: 0 2px 20px 4px var(--slate-blue);
  }

  .reel-web-logo.web {
    width: 100%;
  }

  .printing-signage {
    background-image: linear-gradient(144deg, #ff320024, #c4b35700);
    align-items: flex-start;
    width: 100%;
    padding: 30px;
  }

  .printing-signage:hover {
    box-shadow: 0 2px 20px 4px #962004;
  }

  .printing-signage.ef {
    align-items: flex-start;
    padding: 30px;
  }

  .printing-signage.ef:hover {
    box-shadow: 0 2px 20px 4px #00aa4d;
  }

  .printing-signage.ef-copy {
    align-items: flex-start;
    width: 100%;
    padding: 30px;
  }

  .printing-signage.ef-copy:hover {
    box-shadow: 0 2px 300px 20px #00aa4d;
  }

  .printing-signage.er3d333 {
    width: 100%;
  }

  .reel-web-logo-copy {
    background-image: url('../images/Reel-Web-Logo-Icon-.svg');
    background-position: 0%;
    background-size: contain;
    width: 100%;
    height: 8vh;
    margin-bottom: 15px;
    padding: 1px 0 0;
    display: flex;
  }

  .reel-web-logo-copy:hover {
    background-image: url('../images/Reel-Web-Logo-Icon-.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .left-div-social {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .instagram-icon {
    flex: none;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    display: flex;
  }

  .right-div-social {
    justify-content: center;
    padding-left: 37px;
    padding-right: 37px;
  }

  .text-block-32.contact-space {
    border-bottom: 2px solid #ffffff91;
    border-right-style: none;
    border-right-color: #ffffff91;
    padding-top: 9px;
    padding-bottom: 13px;
    padding-left: 0;
  }

  .email-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .facbook-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cellphone-link {
    border-left-style: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .contact-social {
    flex-flow: row-reverse;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-social.desktop {
    display: none;
  }

  .contact-social.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 0;
    line-height: 17px;
    display: grid;
    position: relative;
    inset: auto 0% 0%;
  }

  .cellphone-div {
    align-items: center;
    display: none;
  }

  .facebook-icon {
    flex: none;
    justify-content: center;
    margin-left: 17px;
    margin-right: 0;
    padding: 0;
  }

  .instagram-link-block {
    margin-left: 17px;
    margin-right: 17px;
  }

  .email-div {
    padding-left: 56px;
    padding-right: 56px;
    display: none;
  }

  .email-div.contact-space {
    display: none;
  }

  .js-clock {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    padding: 0 29px;
    display: grid;
  }

  .email-us {
    outline-offset: 0px;
    background-color: #0000;
    border-radius: 9px;
    outline: 2px solid #c4b357;
    padding-left: 27px;
    padding-right: 27px;
    font-weight: 300;
  }

  .contact-button {
    justify-content: space-between;
    padding: 10px 62px 37px;
    display: flex;
  }

  .headliner-subliner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    display: flex;
  }

  .section-19 {
    flex-direction: column;
    padding-top: 0;
  }

  .text-block-33 {
    color: #979797;
    flex: none;
    font-size: 15px;
    display: flex;
  }

  .logo-container {
    background-image: url('../images/Ruan-Designs-cc.svg');
    background-repeat: no-repeat;
    background-size: 70%;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .timer {
    display: none;
  }

  .logo-2 {
    width: 50%;
    padding-top: 49px;
  }

  .button-5 {
    outline-offset: 0px;
    background-color: #0000;
    border-radius: 9px;
    outline: 2px solid #c4b357;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 300;
  }

  .paragraph-16 {
    text-align: left;
    align-items: center;
    padding: 16px;
    display: none;
  }

  .box {
    outline-offset: 0px;
    background-color: #fff;
    background-image: url('../images/Counter-Square.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-radius: 20px;
    outline: 3px solid #000;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .box:hover {
    outline-color: #c4b357;
  }

  .box.boxd {
    background-color: #fff;
  }

  .box.boxd:hover {
    outline-color: #c4b357;
  }

  .box.sec {
    background-color: #fff;
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Counter-Square.svg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    display: flex;
  }

  .box.min {
    background-color: #fff;
    display: flex;
  }

  .clock-label {
    color: #212121;
  }

  .heading-34 {
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 25px;
  }

  .left-d {
    align-items: center;
    display: flex;
  }

  .services-div {
    display: none;
  }

  .custom-website-solutions.contact-space.header {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body-6 {
    justify-content: center;
    align-items: center;
  }

  .responsive-columns {
    overflow: hidden;
  }

  .bowel {
    width: 12%;
  }

  .reel-web-logo-2 {
    align-items: center;
    width: 55%;
    height: 15vh;
    margin-top: 0;
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .adhere-marketing {
    height: 55vh;
  }

  .link {
    font-size: 14px;
  }

  .heading-text-b {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .vweb {
    outline-width: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .responsive-dynamic-column-div.reel-web {
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .nifty-print-v-text, .graphic-design-solutions-verical {
    font-size: 20px;
  }

  .dynamic-columns {
    flex-direction: row;
    height: auto;
    display: none;
    overflow: visible;
  }

  .adhere-marketing-heading {
    width: auto;
  }

  .nifty-prints, .uptake-design-v {
    height: 55vh;
  }

  .website-solutions-div {
    height: 35px;
  }

  .website-solutions-bovel-text {
    font-size: 20px;
  }

  .reel-web-solutions-v {
    height: 55vh;
  }

  .right-dcolumn {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-sub-text {
    text-align: center;
    padding-bottom: 0;
    padding-right: 2px;
    font-size: 12px;
    line-height: 15px;
  }

  .view-or-start-div {
    justify-content: center;
    margin-top: 19px;
    padding-left: 4px;
    padding-right: 0;
  }

  .adhere-marketing-v-text {
    font-size: 20px;
  }

  .text-block-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group-center-display {
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .display-heading-div.small, .display-heading-div.small.dhb, .display-heading-div.small.dhd, .display-heading-div.small.dhc {
    height: 30%;
  }

  .display-heading-div.dha {
    height: 30%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-c {
    width: 99.9999%;
    height: 35vh;
  }

  .display-b {
    background-size: cover;
    justify-content: center;
    width: auto;
    height: 40vh;
    display: flex;
  }

  .display-a {
    flex: 1;
    height: 40vh;
    overflow: hidden;
  }

  .group-right-display {
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .featured-work {
    background-color: #dbdbdb;
    margin-bottom: 0;
    display: none;
  }

  .featured-first-row {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .display-e-d {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 35vh;
    display: block;
    overflow: hidden;
  }

  .display-e-d.dhe {
    align-items: flex-end;
    display: flex;
  }

  .display-b-copy {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: 35vh;
    display: flex;
    overflow: hidden;
  }

  .display-e-link {
    padding-right: 0;
  }

  .responsive-heading-div {
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-2 {
    display: none;
  }

  .mobiel-dropdown {
    z-index: auto;
    flex: 0 auto;
    display: block;
    position: fixed;
    right: 799%;
    transform: translate(-1200px);
  }

  .logo-link {
    background-position: 0%;
    background-size: contain;
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-link.w--current {
    background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
    background-position: 0%;
    background-size: contain;
    flex: 0 auto;
    display: flex;
  }

  .dropdown-mobile {
    z-index: 0;
    background-color: #0000;
    margin-left: 0;
    display: flex;
  }

  .mobile-button-link {
    outline-offset: 0px;
    color: #ffffff91;
    mix-blend-mode: multiply;
    background-color: #9a9a9a00;
    outline: 1.3px solid #2e2e2e;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 13px -3px #000000ab;
  }

  .mobile-button-link:active {
    outline-offset: 0px;
    border: 2px #c4b357;
    outline: 2px solid #fff;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle-2 {
    outline-offset: 0px;
    color: #f3f3f3;
    white-space: normal;
    background-color: #0000;
    outline: 3px #f3f3f3;
  }

  .arrow-down {
    mix-blend-mode: normal;
    background-image: url('../images/Triangle-Upside-Down.svg');
    background-position: 6% 0;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3vh;
    display: flex;
  }

  .navigation {
    z-index: 9999;
    padding: 5px 20px;
    display: flex;
  }

  .mobile-icon-animation {
    color: #fff;
    mix-blend-mode: normal;
    background-color: #0000;
    border: 1px #fff;
    border-radius: 0;
    flex: 0 auto;
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-block-right {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .navigation-block-left {
    flex: none;
    width: 66%;
  }

  .phone-wrap {
    display: none;
  }

  .container-navigation {
    justify-content: space-between;
  }

  .section-wrapper-copy.glow-1 {
    background-color: #212121;
    margin-top: 24px;
    padding-bottom: 0;
  }

  .section-wrapper-copy {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-wrapper-copy.glow-1 {
    background-color: #212121;
  }

  .section-wrapper-copy.glow-2 {
    padding-bottom: 41px;
  }

  .instagram-linkl {
    flex: 0 auto;
    justify-content: flex-start;
    display: flex;
  }

  .social-media-div {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .home-mobile {
    color: #fff;
    align-items: center;
    width: 100%;
    height: 5vh;
    text-decoration: none;
    display: flex;
  }

  .menu {
    z-index: 900;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #212121;
    border-left: 0 #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 100vh;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
    transform: translate(600px);
  }

  .mobile-g-div {
    justify-content: flex-end;
    width: 99.9998%;
    height: 3vh;
    display: flex;
  }

  .top-row-copy {
    width: 100%;
    height: auto;
  }

  .transparent-glass {
    z-index: 900;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    text-align: center;
    text-shadow: none;
    background-color: #0000;
    background-image: url('../images/Native-Texture.svg'), linear-gradient(#000000c4, #000000c4);
    background-position: 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
    width: 30%;
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0% auto 0% 0%;
    transform: translate(-600px);
  }

  .about-mobile {
    outline-offset: 0px;
    color: #fff;
    background-color: #212121;
    border-radius: 6px;
    outline: 1px solid #ffffff4d;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 5vh;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
    font-family: Helveticanowtext extltita, sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    overflow: hidden;
  }

  .about-mobile:hover {
    border: 1px none var(--dark-navy-black);
    outline-offset: 0px;
    color: #fff;
    outline: .5px solid #ffffff4d;
  }

  .about-mobile:active {
    border-style: none;
  }

  .about-mobile.w--current {
    background-color: #0000;
    background-image: none;
    border: 1px #000;
    border-right: 8px solid #fff;
    outline-color: #ffffffba;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 700;
  }

  .about-mobile.w--current:hover {
    color: #fff;
  }

  .about-mobile.shop-copy {
    flex-direction: column;
    height: auto;
    padding: 0 14px 0 8px;
    display: none;
  }

  .about-mobile.shop-copy.w--current {
    flex-wrap: nowrap;
  }

  .text-block-35 {
    color: #fff;
    font-family: Helveticanowtext, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .mobile-nav-main {
    z-index: auto;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .responsive-menu-div {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 85%;
    height: auto;
    margin-top: 4px;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .face {
    width: auto;
    height: auto;
    margin-right: 24px;
    padding-right: 0;
  }

  .logo-placeholder {
    height: 8vh;
    margin-bottom: 7px;
  }

  .logo-placeholder.xssc {
    background-position: 0%;
    width: 92.4581%;
  }

  .tab-link-tab-3-copy.tabcms {
    text-align: center;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    transform: translate(0);
  }

  .tab-link-tab-3-copy.tabcms.w--current {
    text-align: center;
    background-image: linear-gradient(132deg, #5140ff, #2315bd);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin: 9px 17px 9px 9px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    display: flex;
  }

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

  .tabs-menu {
    justify-content: flex-start;
    padding-left: 8px;
    overflow: auto;
    transform: translate(0);
  }

  .bold-text {
    padding-left: 23px;
    padding-right: 23px;
  }

  .tab-pane-tab-4 {
    height: auto;
  }

  .h1-work {
    background-color: #0000;
    background-image: url('../images/Native-Texture.svg'), linear-gradient(2deg, #212121 50%, #fff0);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: 85vh;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .portfolio {
    background-color: #262626ed;
    flex: 0 auto;
    width: 100%;
    height: auto;
    padding: 0 26px 16px 17px;
    position: relative;
  }

  ._4-main-tabs {
    background-color: #212121;
    background-image: linear-gradient(#212121, #000);
    border-top-style: none;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: 110px;
    padding-bottom: 40px;
    display: flex;
    position: relative;
  }

  .responsive-tabs {
    flex-direction: column;
    width: 90%;
    height: 45vh;
  }

  .top-row {
    height: 100%;
    margin-right: 0;
  }

  .bottom-row {
    height: 100%;
    margin-left: 0;
  }

  .websites.reel-web-logo {
    border-radius: 7px;
    padding: 0;
  }

  .websites.reel-web-logo:hover {
    border: 1px #000;
  }

  .graphic-design {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }

  .graphic-design.service-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 7px;
    align-items: center;
    padding: 0;
  }

  .graphic-design.service-card:hover {
    border-bottom-style: none;
  }

  .marketing {
    width: 100%;
    height: auto;
  }

  .printing-signage-copy.printing-signage {
    border-radius: 7px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .printing-signage-copy.printing-signage:hover {
    border-bottom-style: none;
  }

  .text-block-37 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
  }

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

  .heading {
    z-index: 200;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #fff6;
    background-image: linear-gradient(#000000a1, #000000a1);
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 16px 23px;
    position: sticky;
    inset: 0% 0% auto;
  }

  .heading.pp {
    padding-left: 23px;
  }

  .heading.tft.tyty {
    padding-left: 0;
  }

  .responsive-div-web-mail {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    overflow: auto;
  }

  .client-main-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #0000;
    background-color: #0000;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 96%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 0;
    display: grid;
    overflow: auto;
  }

  .client-main-block.hair-2-dye-4-desk {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .text-block-40 {
    color: #fff;
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .close-button {
    background-image: url('../images/White-Cross-Svg.svg');
    background-position: 100%;
    background-size: 20px;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 6vh;
    padding: 0;
  }

  .marketing-copy {
    border-radius: 7px;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .marketing-copy:hover {
    box-shadow: 0 0 20px 4px var(--medium-sea-green);
  }

  .text-block-41, .text-block-42 {
    margin-top: 10px;
    font-size: 18px;
  }

  .project-main {
    z-index: 555;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .ruwermarine {
    flex: 0 auto;
    height: auto;
    bottom: -23px;
  }

  .ruwermarine.vvd-services {
    border-radius: 17px;
    flex: none;
    width: 99.9999%;
    max-width: none;
    height: 38vh;
    display: inline-block;
    bottom: 0;
  }

  .ruwermarine.braingain {
    box-shadow: none;
    text-align: center;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 50%;
    background-size: contain, auto;
    border-radius: 17px;
    flex: none;
    width: auto;
    max-width: none;
    height: 38vh;
    display: block;
    bottom: 0;
    overflow: visible;
  }

  .ruwermarine.braingain.hair-2-dye-im {
    text-align: center;
    flex: none;
    max-width: none;
    height: 38vh;
  }

  .ruwermarine.braingain._4877777, .ruwermarine.braingain._455454566565, .ruwermarine.braingain._48488478 {
    height: 38vh;
  }

  .ruwermarine.sfdsd {
    bottom: 0;
  }

  .ruwermarine.sfdsd.ruwie {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    height: 38vh;
  }

  .go2services {
    height: 50vh;
  }

  .pb-solutions-s {
    border-radius: 0;
    height: 38vh;
    position: relative;
    top: 0;
  }

  .slide {
    height: auto;
    margin-top: 0;
  }

  .usfab-logo {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    height: 38vh;
    margin-top: 0;
  }

  .project-image-container-copy {
    text-align: center;
    background-color: #fff;
    border-radius: 17px;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .ruwer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .we-sure {
    z-index: 2147483647;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    object-fit: fill;
    background-color: #00000075;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .we-sure.second-slide-design {
    align-items: center;
    display: none;
    overflow: auto;
  }

  .we-sure.phepa-chem, .we-sure.phepa-chem.sos-maintenance, .we-sure.phepa-chem.sos-maintenance-copy {
    display: none;
  }

  .div-block-11-copy {
    background-color: #ffffff0f;
    background-image: none;
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .libellium {
    height: auto;
    margin-top: 0;
  }

  .image {
    outline-offset: 0px;
    border-radius: 11px;
    outline: 1px #d6c8c8;
    height: 38vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image.autos {
    outline-offset: 0px;
    border: 1px #000;
    outline: 1px #d6c8c8;
    height: auto;
  }

  .tab-image {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px;
    top: 0;
  }

  .text-block-45 {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .wesure-u, .giant-panda-records {
    height: auto;
    margin-top: 0;
  }

  .div-block-13, .div-block-14 {
    width: 100%;
    text-decoration: none;
  }

  .div-block-14:hover {
    color: #c4b357;
  }

  .text-block-46 {
    margin-bottom: 7px;
    padding: 14px 13px;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .text-block-46:hover {
    color: #fff;
  }

  .text-block-47 {
    padding: 14px 13px;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .text-block-47:hover {
    color: #fff;
  }

  .text-block-48 {
    padding: 14px 13px;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .text-block-48:hover {
    color: #fff;
  }

  .text-block-49 {
    margin-top: 7px;
    padding: 14px 13px;
    font-family: Helveticanowtext, sans-serif;
    font-style: normal;
    font-weight: 300;
  }

  .text-block-49:hover {
    color: #fff;
  }

  .mobile-services-arrow-down {
    mix-blend-mode: luminosity;
    background-image: url('../images/A-ddown.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 30%;
    height: 2vh;
    padding-right: 0;
    transform: rotate(0);
  }

  .braingain {
    outline-offset: 0px;
    object-fit: fill;
    border-radius: 7px;
    outline: 1px solid #d6c8c8;
    flex: none;
    height: 38vh;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .braingain.autos {
    border-radius: 8px;
    height: auto;
  }

  .braingain2 {
    outline-offset: 0px;
    border-radius: 7px;
    outline: 1px #d6c8c8;
    flex: 0 auto;
    height: 38vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .braingain2.autops, .braingain2.autos {
    height: auto;
  }

  .braingain3 {
    outline-offset: 0px;
    border-radius: 7px;
    outline: 1px #d6c8c8;
    height: 38vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .braingain3.autos {
    border-radius: 8px;
    height: auto;
  }

  .braingain4 {
    outline-offset: 0px;
    border-radius: 7px;
    outline: 1px #d6c8c8;
    height: 38vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .braingain4.autos {
    height: auto;
  }

  .braingain-i {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #00000078;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: none;
    position: absolute;
    overflow: visible;
  }

  .nanoskin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000000b8;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    height: auto;
    display: none;
    position: absolute;
    overflow: visible;
  }

  .background-video-5 {
    border-radius: 7px;
    height: 50vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .hearing-centre {
    background-color: #000000a8;
    height: auto;
    display: none;
    overflow: visible;
  }

  .tab-vedio {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 7px;
    top: 0;
  }

  .tab-vedio-new {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 7px;
    display: flex;
    top: 0;
  }

  .braing {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 7px;
    top: 0;
  }

  .usfabi {
    background-color: #000000a3;
    height: auto;
    display: none;
    overflow: visible;
  }

  .close-button-copy {
    background-image: url('../images/White-Cross-Svg.svg');
    background-size: contain;
    width: 12%;
    height: 3vh;
  }

  .imex {
    background-color: #0000;
    height: auto;
    display: none;
    overflow: visible;
  }

  .background-video-6 {
    border-radius: 7px;
    width: 100%;
    overflow: hidden;
  }

  .kwikspar {
    background-color: #0000;
    height: auto;
    display: none;
    overflow: visible;
  }

  .kwikspar._56-copy {
    display: none;
  }

  .dieseltrac, .usfab-branding {
    background-color: #0000;
    height: auto;
    display: none;
    overflow: visible;
  }

  .embed-cognito {
    display: flex;
  }

  .right-side {
    background-color: #212121;
    width: 100%;
    height: auto;
    padding: 10px 12px 0;
  }

  .right-side.sdfsdes {
    justify-content: center;
    align-items: center;
    padding: 30px 0 0;
  }

  .div-block-5-copy {
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 30px;
    overflow: visible;
  }

  .responsive-get-strarted-form {
    z-index: 0;
    flex-direction: column;
    flex: 0 auto;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .responsive-get-strarted-form.oneioe {
    flex-direction: column;
  }

  .left-side {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    width: 100%;
    height: 55vh;
  }

  .heading-16 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    text-align: left;
    background-color: #21212136;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 0 15px 13px;
  }

  .heading-16.regi {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #fff;
    text-align: left;
    background-color: #0000;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    font-size: 28px;
  }

  .heading-16.regi.white-copy {
    background-color: #0000;
  }

  .heading-16.regi.white-copy._789 {
    padding-left: 0;
  }

  .heading-16.regi.dfde {
    padding-left: 13px;
  }

  .heading-16.regi.sdfewe, .heading-16.regi.sdfe, .heading-16.regi.efed {
    padding-left: 0;
  }

  .d {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .get-started-page {
    background-image: linear-gradient(319deg, #000, #212121);
    flex-direction: column;
    height: auto;
    display: flex;
    overflow: auto;
  }

  .get-started-close {
    z-index: 50;
    background-color: #0000;
    background-position: 100%;
    background-size: contain;
    border-radius: 0 0 0 20px;
    width: 10%;
    height: 3vh;
    margin-top: 20px;
    margin-right: 42px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .heading-17 {
    margin-bottom: 0;
    font-family: Helveticanowtext, sans-serif;
    font-size: 28px;
    font-weight: 300;
  }

  .heading-and-close {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
  }

  .t-c-message {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .div-block-16-copy5-copy {
    justify-content: flex-start;
    align-items: flex-end;
    box-shadow: 1px 8px 20px -1px #000;
  }

  .div-block-16-copy5-copy-copy {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-5-copy-2-copy {
    background-image: url('../images/Design--Develop.svg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 65vh;
  }

  .div-block-5-copy-2-copsy-copy {
    background-image: url('../images/Background.svg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 65vh;
  }

  .ddopy-copy {
    background-image: url('../images/Email-and-web-hosting.svg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 65vh;
  }

  .saasqf {
    background-image: url('../images/Left-image-online-form.svg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 65vh;
  }

  .div-block-16-copy5-copy-89copy {
    justify-content: flex-start;
    align-items: flex-end;
  }

  ._456 {
    background-image: url('../images/Form-Graphic.svg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 85vh;
  }

  ._456._789 {
    height: 65vh;
  }

  .start-a-project-popup {
    z-index: 580;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    outline-offset: 0px;
    background-color: #212121b5;
    border-style: solid;
    border-color: #4f4f4f;
    border-radius: 17px;
    outline: .8px solid #fff;
    justify-content: center;
    width: 87%;
    height: auto;
    margin-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    display: none;
    position: absolute;
    bottom: 106px;
    left: 19.9489px;
    box-shadow: 5px 5px 3px -4px #ffffff4f;
  }

  .website-design {
    background-color: #fff0;
    border-radius: 0;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 12px;
    display: flex;
  }

  .text-block-50 {
    outline-offset: 0px;
    color: #fff;
    background-color: #1f1d1d;
    border-radius: 7px;
    outline: .01px solid #000;
    flex: 1;
    padding-right: 15px;
    text-decoration: none;
  }

  .select-and-close {
    align-items: center;
    padding: 0 13px 21px 0;
  }

  .heading-35 {
    color: #fff;
    margin-bottom: 0;
  }

  .close-button-copyd {
    background-image: url('../images/White-Cross-Svg.svg');
    background-size: 15px;
    width: 10%;
    height: 3vh;
  }

  .button {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    text-decoration: none;
    display: flex;
  }

  .text-block-53 {
    width: auto;
  }

  .ud-colu-copy-copy {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 46px;
    padding-top: 3px;
  }

  .ud-colu-copy-copy._566 {
    align-items: center;
  }

  .div-block-18 {
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .printing-services-card, .printing-services-card._2b {
    display: none;
  }

  .link-block-copy-copy {
    align-items: flex-end;
    width: 92%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-copy-copy._2.link-block {
    height: 70vh;
    margin-top: 0;
  }

  .link-block-copy-copy, .link-block-copy-copy-copy {
    align-items: flex-end;
    width: 92%;
    height: auto;
    margin: 22px 0;
  }

  .get-started-page-printing {
    background-color: #212121;
    flex-direction: column;
    height: 100vh;
    display: flex;
    overflow: auto;
  }

  .saasqf-copy {
    background-image: url('../images/Left-image-online-form.svg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 85vh;
  }

  .saasqf-copy._56, .saasqf-copy._56-copy {
    height: 65vh;
  }

  .div-block-16-copy5-copy-copy-out {
    justify-content: flex-start;
    align-items: flex-end;
    box-shadow: 1px 10px 17px #000;
  }

  .div-block-16-copy5-copy-copy-out-copy {
    justify-content: flex-start;
    align-items: flex-end;
    box-shadow: 1px 11px 15px #000;
  }

  .saasqf-copy-copy {
    background-image: url('../images/Left-image-online-form.svg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 85vh;
  }

  .saasqf-copy-copy._56-copy {
    height: 65vh;
  }

  .form-03-outer-div {
    flex-direction: column;
    width: 85%;
    padding-top: 6px;
    padding-bottom: 0;
  }

  .heading-2 {
    font-family: Helveticanowtext, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
  }

  .content-wrap-left {
    flex-flow: column-reverse;
    width: 100%;
    padding-bottom: 12px;
    display: none;
  }

  .paragraph {
    padding-top: 0;
  }

  .contact-text {
    font-weight: 300;
  }

  .contact-method {
    margin-bottom: 10px;
  }

  .form-section-03 {
    z-index: 55;
    border-bottom-style: none;
    padding-top: 29px;
    padding-bottom: 21px;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .link-2-copy.hovi, .link-2-copy.cancell {
    text-shadow: none;
  }

  .website-portfolio-b-copy {
    padding-top: 21px;
    display: flex;
  }

  .button-1-copy-copy._2ds {
    background-image: linear-gradient(113deg, #fff, #898989);
    border-radius: 17px;
    margin-bottom: 13px;
  }

  .button-1-copy-dcopy.d.graph {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .button-1-copy-dcopy.d {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
  }

  .main-h-card-heading-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-h-cdard-heading-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-h-card-headding-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .main-h-card-heading-copy-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ud-colu-copy-copy {
    margin-top: 0;
    margin-bottom: 46px;
    padding-top: 3px;
  }

  .ud-colu-copy-copy._22.dsffffffff {
    align-items: center;
    margin-bottom: 0;
    padding-top: 23px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-copy {
    padding: 0 0 6px;
  }

  .ddddd {
    margin-top: 40px;
    margin-bottom: 2px;
    padding: 1px 2px 1px 1px;
  }

  .ddddd-copy {
    margin-left: 1px;
  }

  .text-block-14-copy {
    margin-top: 0;
    padding: 18px 9px;
    font-family: Helveticanowtext, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
    display: none;
  }

  .ddddd-copy-copy._2459 {
    border-radius: 17px;
    margin-left: 0;
  }

  .slider-3 {
    flex: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .slide-2 {
    background-image: url('../images/D_1-min.jpg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 99.9997%;
  }

  .slide-3 {
    background-image: url('../images/Gensurgeon-min-1.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .heading-36 {
    margin-bottom: 0;
  }

  .paragraph-17 {
    font-family: Helveticanowtext, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .slide-4 {
    background-image: url('../images/CVC-Caravans-a2d-min.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-10 {
    background-image: url('../images/Universal-Diesel.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-10.sdf {
    background-image: url('../images/Hoshii.jpg');
    background-size: contain;
  }

  .slide-10.sdf.sdfe3 {
    background-image: url('../images/Hive-Branding.jpg');
    background-position: 50% 100%;
    background-size: contain;
  }

  .slide-10.sdf.sdfe3.cvdvd {
    background-image: url('../images/Chow-on-wheels-min.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-10.sdf._4587787878 {
    background-image: url('../images/Kraal-1.jpg');
    background-size: contain;
  }

  .slide-10.sdf._4587787878._458p {
    background-image: url('../images/Apero-Logo-2-min.jpg');
    background-position: 50% 100%;
    background-size: contain;
  }

  .slide-10.sdf._4587787878._78ooo {
    background-image: url('../images/FRW-Logo-Design.jpg');
  }

  .slide-10.sdf._4587787878._78ooo.sdfsd {
    background-size: cover;
  }

  .slide-10.sdf._4587787878._78ooo.sdfsd.uinmi {
    background-image: url('../images/Universal-Diesel-min.jpg');
    background-position: 50% 100%;
    background-size: contain;
  }

  .slide-10.sdf._4587787878._78ooo.sdfsd.uinmi.sdlide {
    background-image: url('../images/Website-Design-Photo_1.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-10.sdf._4587787878._78ooo.sdfsd.uinmi._48451 {
    background-size: cover;
  }

  .slide-10.sdf._4587787878.uiiuui {
    background-image: url('../images/SGOFB.jpg');
  }

  .slide-10.sdf._4587787878.uiiuui.sdfsdf {
    background-image: url('../images/VVD-Services-Logo-p-1600-min.jpg');
    background-position: 50% 100%;
    background-size: contain;
  }

  .slide-10.sdf._4587787878.sdfdsf.sdfdsfs {
    background-image: url('../images/Untitled-1.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-10.sdf.dsfsdf5 {
    background-image: url('../images/Kraal-1-min.jpg');
    background-size: cover;
  }

  .slide-10._7845lll {
    background-image: url('../images/Kenmare-Testing-Station-ad.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-10._7845lll.sdfsdf {
    background-image: url('../images/HAARD-3.jpg');
    background-size: contain;
  }

  .heading-37 {
    margin-bottom: 0;
  }

  .h1-work-copy {
    z-index: 55;
    background-color: #0000;
    background-image: url('../images/Native-Texture.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    flex-direction: column;
    justify-content: flex-end;
    height: 65vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .please-rotate-phone {
    height: auto;
    display: none;
  }

  .reelweb-hero-copy {
    justify-content: space-between;
    height: auto;
    padding-top: 120px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .main-h-card-heading-copy {
    padding: 0;
  }

  .business-pro-card-hero-copy-copy {
    width: 100%;
  }

  .text-block-14-copy {
    margin-top: 0;
    padding: 0 9px 18px;
    line-height: 28px;
  }

  .ud-main-hero-copy {
    height: auto;
  }

  .contact-method-wrap-copy {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 0;
  }

  .pick-a-package-h1-copy {
    text-align: center;
    margin-top: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pick-a-package-h1-copy.web {
    width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
  }

  .pick-a-package-h1-copy.web._068 {
    align-items: center;
  }

  .pick-a-package-h1-copy.web.hju {
    align-items: center;
    padding-bottom: 0;
  }

  .pick-a-package-h1-copy.web._45kdkd {
    align-items: center;
    padding-bottom: 27px;
  }

  .left-colu-ud-copy {
    width: 100%;
    padding-bottom: 0;
  }

  .button-content-copy {
    z-index: 555;
    position: relative;
  }

  .dynamic-footer-copy {
    border-top: 1px solid #323232;
    width: 100%;
    padding: 36px 0 0;
    font-family: Helveticanowtext, sans-serif;
    display: flex;
    position: relative;
  }

  .portfolio-copy {
    z-index: 3;
    background-color: #3c3c3c3b;
    flex: 0 auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 19px;
    padding-right: 0;
    position: relative;
  }

  .background-video-8d-copy {
    height: 200vh;
  }

  .background-456video-4-copy._23232 {
    height: 150vh;
  }

  .whatsapp-icon {
    z-index: 20;
    width: 15%;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .whatsapp-icon._5 {
    width: 13%;
    display: flex;
  }

  .whatsapp-icon._5.what-tr {
    z-index: 500;
  }

  .heading-38, .printing-signage-heading {
    font-family: Zonapro, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .text-block-58 {
    color: #fff;
    margin-top: 3px;
    padding-top: 18px;
    padding-bottom: 9px;
  }

  .text-block-58.ffe {
    margin-top: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .foll {
    padding-bottom: 19px;
    display: flex;
  }

  .image-2 {
    color: #fff;
  }

  .text-span-15, .text-span-16 {
    font-family: Zonapro, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .text-span-17, .text-span-18 {
    font-family: Zonapro, sans-serif;
    font-size: 18px;
  }

  .section-timeline {
    background-image: linear-gradient(#212121, #000);
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .margin-bottom-medium._2652 {
    margin-bottom: 0;
    padding-top: 16px;
  }

  .margin-bottom-xlarge.assd {
    display: none;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 31px;
    padding-bottom: 40px;
  }

  .timeline_image-wrapper {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-right: 22px;
  }

  .timeline_image-wrapper.margin-bottom-medium {
    padding-right: 22px;
  }

  .timeline_text {
    font-size: 14px;
  }

  .timeline_link._2 {
    display: none;
  }

  .timeline_date-text {
    font-size: 24px;
  }

  .timeline_milestone-badge {
    width: 85%;
    margin-top: 15px;
  }

  .navbar_link {
    padding: 1.25rem;
  }

  .home-about-intro {
    padding: 2rem 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-hero {
    background-color: #212121;
  }

  .hero-rotate-base {
    flex-direction: column;
    width: 100%;
  }

  .hero-rotate-item.radius-regular {
    justify-content: center;
    padding-top: 0;
  }

  .image-fill {
    mix-blend-mode: normal;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-size: contain;
    border-radius: 17px;
    width: 100%;
    height: 45vh;
    left: 0%;
  }

  .hero-rotate-image {
    flex-direction: column-reverse;
    flex: 0 auto;
    height: auto;
  }

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

  .home-about {
    background-color: #212121;
    padding-top: 53px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-about-block {
    border-bottom-left-radius: .875rem;
    min-height: auto;
  }

  .home-hero-block {
    width: 100%;
    min-height: auto;
    padding-top: 19.6rem;
    padding-bottom: 6.5rem;
  }

  .grid-large {
    flex-direction: column;
    height: auto;
  }

  .grid-large._5 {
    width: 93%;
  }

  .hero-rotate-height {
    flex: 0 auto;
  }

  .hero-rotate-height._2 {
    height: 45vh;
    padding-top: 0%;
    padding-bottom: 0;
  }

  .text-size-xlarge.text-align-center {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 1.1;
  }

  .section-footer1 {
    background-color: #0000;
    background-image: linear-gradient(#1f1f1f 49%, #0000);
    padding-top: 8px;
  }

  .main-wrapper {
    background-color: #212121;
  }

  .div-block-19 {
    width: 100%;
  }

  .div-block-20 {
    padding-top: 33px;
  }

  .paragraph-19 {
    font-size: 14px;
  }

  .mask {
    flex: 1;
    height: auto;
  }

  .right-arrow-2 {
    overflow: hidden;
  }

  .text-span-22 {
    color: var(--slate-blue);
    font-weight: 900;
  }

  .text-span-23 {
    color: #c4b357;
    font-weight: 900;
  }

  .text-span-24 {
    color: var(--medium-sea-green);
    font-weight: 900;
  }

  .text-span-25 {
    color: #e03726;
    font-weight: 900;
  }

  .text-block-59 {
    line-height: 20px;
  }

  .div-block-21 {
    display: block;
  }

  .left-quotation {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 8px;
    padding: 0;
    display: flex;
  }

  .left-quotation.ffff {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .right-contain {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: block;
  }

  .contact-form-copy {
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    display: flex;
  }

  .form-title-cf1 {
    text-align: center;
  }

  .form-title-cf1.cibd-2 {
    color: #a4acc7;
    text-align: left;
    justify-content: flex-start;
    margin-top: 2px;
    padding-top: 25px;
    padding-bottom: 0;
    font-size: 38px;
    display: flex;
  }

  .form-title-cf1.cibd-2.sfs {
    color: #d3b82d;
    justify-content: flex-start;
    margin-top: 4px;
    padding-top: 13px;
    padding-bottom: 10px;
    font-size: 32px;
    display: none;
  }

  .contact-and-eamil-adress {
    flex-direction: column;
  }

  .contact-number-2._4 {
    border-style: none;
    border-color: #000;
  }

  .contact-number-2._4._56 {
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 15px;
    display: flex;
  }

  .lets-talk {
    background-color: #fff;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    padding: 30px 11px;
    display: none;
    box-shadow: 4px 5px 6px -6px #b1b1b1;
  }

  .lets-talk.contact {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .message-fields {
    padding-top: 8px;
  }

  .text-field-6-copy.cc {
    margin-bottom: 0;
  }

  .emaiol {
    flex-direction: column;
    display: block;
  }

  .contact-form-4 {
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding: 0;
    display: none;
  }

  .form-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0;
  }

  .select-servcie {
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .contact-form-3 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .your-name-3 {
    width: auto;
    padding-right: 0;
  }

  .section-title-copy {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .shape-2 {
    background-color: #69686b;
  }

  .shape-5 {
    background-color: #3d3d3d;
  }

  .shape-9 {
    background-color: #bababa;
  }

  .shape-1 {
    background-color: #161616;
  }

  .section-ultra-gradients.is-first.cc {
    height: 65vh;
  }

  .background-noise {
    display: none;
  }

  .shape-3 {
    background-color: #959595;
  }

  .mobile-steps {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .stats-left-sec {
    flex-direction: row;
  }

  .website-main {
    display: flex;
    overflow: scroll;
  }

  .website-main-card {
    flex: none;
    width: 70%;
    padding-left: 0;
  }

  .website-main-card._2 {
    height: 65vh;
    margin-left: 15px;
  }

  .website-main-card._6 {
    margin-right: 15px;
  }

  .expertise-icon-design.reelweb-icon-about {
    background-position: 50%;
    height: 23%;
  }

  .heading-40 {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 15px;
  }

  .heading-40.head {
    text-align: center;
    margin-top: 10px;
  }

  .icon-main {
    padding-left: 0;
  }

  .main-skill-div {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-20 {
    text-align: left;
    width: 85%;
    margin-bottom: 14px;
    padding-top: 13px;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
    line-height: 1.5em;
  }

  .paragraph-21 {
    width: 100%;
    font-size: 14px;
  }

  .div-block-22 {
    background-image: linear-gradient(to bottom, null, null);
    flex: none;
    width: 93%;
    height: 35vh;
    display: flex;
  }

  .bold-text-3 {
    font-weight: 300;
  }

  .land-r-stat {
    flex-direction: column-reverse;
  }

  .land-r-stat.janajana {
    align-items: center;
  }

  .services-page {
    flex-direction: column;
    display: none;
  }

  .div-block-23 {
    background-color: #fff;
    width: 100%;
    height: .1vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hair-2-dye-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    height: auto;
    display: none;
    position: absolute;
    overflow: visible;
  }

  .h2d2356 {
    outline-offset: 0px;
    border-radius: 7px;
    outline: 1px #d6c8c8;
    padding-top: 0;
    padding-bottom: 0;
  }

  .braingain4-copy-23f {
    outline-offset: 0px;
    border-radius: 7px;
    outline: 1px solid #d6c8c8;
    padding-top: 0;
    padding-bottom: 0;
  }

  .braingain4-copy-23f._4523-copy {
    outline-offset: 0px;
    outline: 1px #d6c8c8;
  }

  .braingain4-brr {
    outline-offset: 0px;
    border-radius: 7px;
    outline: 1px #d6c8c8;
    padding-top: 0;
    padding-bottom: 0;
  }

  .usfab-logo-copy {
    height: 38vh;
    margin-top: 0;
    overflow: hidden;
  }

  .website-logo.graphic-design-ll.marketing, .website-logo.graphic-design-ll._458ddd {
    background-position: 0%;
    height: 8vh;
  }

  .website-logo.mobule {
    display: none;
  }

  .icon-2 {
    width: 89%;
    padding: 0;
  }

  .text-block-67 {
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
    line-height: 1.6em;
  }

  .html-embed-5 {
    width: 100%;
    overflow: hidden;
  }

  .div-block-24 {
    width: 30%;
  }

  .heading-42 {
    font-family: Zonapro, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .slide-3-copy, .slide-3-copssy-copy {
    background-image: url('../images/Gensurgeon-min-1.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .llll {
    align-items: center;
    width: 100%;
  }

  .rrrrrr {
    display: none;
  }

  .div-block-25 {
    align-items: center;
    margin-bottom: 9px;
    display: flex;
  }

  .purchase-site {
    padding-top: 0;
  }

  .purchase-site.ssaa {
    padding-bottom: 0;
  }

  .text-block-68 {
    padding-top: 5px;
    padding-bottom: 0;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .tusted-paymnet-method {
    background-position: 0%;
    width: 100%;
    height: 7vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .buy-now-t {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-69 {
    color: #fff;
    margin-top: 16px;
    font-family: Zonapro, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .html-embed-6 {
    border-radius: 7px;
    overflow: hidden;
  }

  .amout-and-pay-copy {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
  }

  .div-block-26 {
    background-color: var(--medium-blue);
    width: auto;
    height: 10vh;
  }

  .text-block-71 {
    color: #fff;
    text-align: center;
  }

  .heading-43 {
    z-index: 999999;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #0000;
    background-image: linear-gradient(#000000a1, #000000a1);
    align-items: center;
    width: 100%;
    height: 8vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 23px;
    padding-right: 23px;
    position: sticky;
    inset: 0% 0% auto;
  }

  .close-form {
    z-index: 999999;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #0000;
    background-image: linear-gradient(#ffffff1f, #ffffff1f);
    align-items: center;
    width: 100%;
    height: 8vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 23px;
    padding-right: 23px;
    display: flex;
    position: sticky;
    inset: 0% 0% auto;
  }

  .close-form.deski {
    background-image: linear-gradient(#21212136, #21212136);
    flex-direction: row;
    height: 7vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 19px;
    padding-right: 19px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .total-and-amount {
    display: flex;
  }

  .domain-reg {
    background-image: linear-gradient(to top, #000, #212121);
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .domain-reg.hostt {
    background-image: none;
    width: 85%;
  }

  .ddopy-copy-copy-domain-reg {
    background-image: url('../images/Email-and-web-hosting.svg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 65vh;
  }

  .ddopy-copy-copy-domain-reg.logo-deisgn-package, .ddopy-copy-copy-domain-reg.logo-deisgn-package.bidp {
    background-position: 50% 28%;
    background-size: 200px;
    background-attachment: fixed;
  }

  .ddopy-copy-copy-domain-reg.logo-deisgn-package.website {
    background-image: none;
    background-position: 0 0;
    width: 100%;
    margin-top: 0;
  }

  .ddopy-copy-copy-domain-reg.logo-deisgn-package-copy, .ddopy-copy-copy-domain-reg.logo-deisgn-package-copy.bidp {
    background-position: 50% 28%;
    background-size: 200px;
    background-attachment: fixed;
  }

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

  .heading-16-copy {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    text-align: left;
    background-color: #21212136;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 0 15px 13px;
  }

  .heading-16-copy.regi {
    text-align: left;
    font-size: 28px;
  }

  .div-block-26-copy {
    background-color: var(--medium-blue);
    width: auto;
    height: 10vh;
  }

  .close-button-copy {
    background-image: url('../images/White-Cross-Svg.svg');
    background-position: 100%;
    background-size: 20px;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 6vh;
    padding: 0;
  }

  .div-block-5-copy-copy458 {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .lottie-animation-3, .lottie-animation-4.website.host.co-za {
    width: 100%;
  }

  .responsive-get-strarted-form-bp {
    z-index: 0;
    flex-direction: column-reverse;
    flex: 0 auto;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .fedf {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .domain-reg-copy {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .get-started-page-copy {
    flex-direction: column;
    display: flex;
    overflow: scroll;
  }

  .fedf-copy {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .heading-copy {
    z-index: 200;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    z-index: 200;
    inset: 0% 0% auto;
    background-color: #ffffff2e;
    background-image: none;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 16px 23px 16px 15px;
    position: sticky;
    inset: 0% 0% auto;
  }

  .lottie-animation-5 {
    width: 85%;
  }

  .service-card-copy {
    background-image: none;
    align-items: flex-start;
    width: 100%;
    padding: 30px;
  }

  .service-card-copy:hover {
    box-shadow: 0 2px 300px 20px #c4b357;
  }

  .logo-div-block {
    display: flex;
  }

  .logo-showcase-responsive-div {
    flex-direction: column;
    display: flex;
  }

  .logo-l-div {
    flex-direction: column;
    width: 100%;
  }

  .logo-r-div {
    width: 100%;
  }

  .heading-46 {
    font-weight: 500;
    line-height: 1.1em;
  }

  .paragraph-22 {
    text-align: left;
    padding-right: 13px;
  }

  .right-arrow-3, .left-arrow-2 {
    width: 15%;
  }

  .link-block-5.w--current {
    flex: none;
  }

  .logo-div {
    flex: 0 auto;
  }

  .image-7 {
    width: 100%;
    max-width: none;
  }

  .div-block-33 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-bottom: 35px;
  }

  .hero-paragraph-copy {
    width: auto;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5em;
  }

  .go2services-copy, .schenk-induerst {
    height: 38vh;
  }

  .combat-skips {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #00000078;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .combat-skips.brain-gain.seane-mille {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .combat-skips.brain-gain.sd {
    display: none;
  }

  .background-video-8, .image-8 {
    border-radius: 8px;
  }

  .background-video-10-copy-copy {
    border-radius: 8px;
    width: 95%;
    overflow: hidden;
  }

  .div-block-11-copy-copy {
    background-color: #ffffff0f;
    background-image: none;
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 7px 0;
    overflow: visible;
  }

  .accessories {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    display: none;
  }

  .heading-15 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .hoodies {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    display: none;
  }

  .dog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    display: none;
  }

  .heading-14 {
    margin-top: 10px;
  }

  .indoor {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .caps {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    margin-bottom: 0;
    display: none;
  }

  .sarong-s {
    grid-row-gap: 0px;
    margin-bottom: 0;
    display: none;
  }

  .tab-cat._786, .tab-cat._56 {
    margin-right: 0;
  }

  .outdoor {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .advert-special {
    display: none;
  }

  .women-caps {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    margin-bottom: 0;
    display: none;
  }

  .t-shirts-and-shorts {
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .cat-main.men, .cat-main.women {
    padding-right: 0;
    display: none;
  }

  .image-9 {
    margin: -8px 46px;
    padding: 0;
    overflow: visible;
  }

  .lightbox {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .mens-catagory {
    justify-content: flex-start;
    width: auto;
  }

  .mens-catagory.home-shop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .portable-waterbottle {
    margin: -8px 46px;
    padding: 0;
  }

  .featured-category-filter-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
    overflow: hidden;
  }

  .left-div-cat._56 {
    justify-content: center;
  }

  .large-dog {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .small-dog {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .responsive-item-cat {
    grid-row-gap: 0px;
    flex-flow: row;
    flex: none;
    width: 45%;
    padding-right: 0;
    overflow: visible;
  }

  .responsive-item-cat.shop-main {
    flex-flow: column;
    width: 100%;
  }

  .heading-13 {
    font-size: 16px;
    line-height: 22px;
  }

  .wall-display.women {
    padding-right: 0;
    display: none;
  }

  .medium-dog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .leggings {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    display: none;
  }

  .right-main-cat-copy {
    flex-flow: row;
    flex: 1;
    width: auto;
    display: flex;
    overflow: visible;
  }

  .filter-arrow-up {
    background-size: 15px;
  }

  .featured-product-main {
    outline-offset: 0px;
    border: 2px solid #e6e6e6;
    outline: 2px #e6e6e6;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    overflow: hidden;
  }

  .featured-product-main.home {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 65%;
    margin-right: 0;
    overflow: visible;
  }

  .featured-product-main.home.uiui {
    width: 65%;
    display: flex;
  }

  .featured-product-main.uiui {
    width: 50%;
    display: flex;
  }

  .featured-product-main.uiui.home {
    display: flex;
  }

  .t-shirts {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 22px;
    overflow: hidden;
  }

  .t-shirts.min-shopp {
    flex: 1;
    width: auto;
    margin-right: 0;
    display: flex;
    overflow: auto;
  }

  .dog-collar {
    margin: -8px 46px;
    padding: 0;
  }

  .sub-catagory {
    display: none;
  }

  .women-acces-o {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    display: none;
  }

  .responsive-product-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    width: auto;
    overflow: visible;
  }

  .responsive-cat-div {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .responsive-cat-div.shop.hope-shop {
    width: 100%;
    padding-left: 15px;
    overflow: hidden;
  }

  .responsive-cat-div.shop.hope-shop.hope {
    padding-top: 45px;
    padding-left: 16px;
  }

  .rclose-filert {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    display: flex;
  }

  .joggers {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: none;
  }

  .wall-displays {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .close-fiilter-heading {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
  }

  .open-and-close-filter {
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 0;
    display: flex;
  }

  .main-heading {
    display: none;
  }

  .product-image {
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
    overflow: hidden;
  }

  .left-main-cat {
    z-index: 8;
    text-align: left;
    flex-direction: column;
    align-self: auto;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    position: sticky;
    inset: 9.5% 0% auto;
  }

  .close-filer {
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 11px;
    display: none;
  }

  .close {
    background-size: 15px;
  }

  .womens-catagory {
    justify-content: flex-start;
    width: auto;
  }

  .indoor-display {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 93%;
    padding-top: 0;
  }

  .landing-product-section.product {
    background-color: #f6f1eb;
  }

  .left-pro-div {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 85px;
    padding-bottom: 42px;
  }

  .navigation-block-left-2 {
    flex: none;
    width: 66%;
  }

  .container-navigation-2 {
    flex: none;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    max-width: none;
  }

  .navigation-2 {
    z-index: 9999;
    padding: 3px 20px;
    display: flex;
    inset: 0% 0% auto;
  }

  .logo-link-2 {
    background-position: 0%;
    background-size: contain;
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-link-2.w--current {
    background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
    background-position: 0%;
    background-size: contain;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 88%;
    height: 9vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-35 {
    width: 100%;
    text-decoration: none;
  }

  .text-span-41 {
    color: #4454fe;
    font-family: Zonapro, sans-serif;
    font-size: 16px;
    font-weight: 900;
  }

  .text-block-76 {
    color: #fff;
    font-family: Helveticanowtext, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .text-span-42 {
    color: #c4b357;
    font-family: Zonapro, sans-serif;
    font-size: 16px;
    font-weight: 900;
  }

  .text-block-77 {
    padding: 14px 13px;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .text-block-77:hover {
    color: #fff;
  }

  .div-block-36 {
    width: 100%;
    text-decoration: none;
  }

  .div-block-36:hover {
    color: #c4b357;
  }

  .text-span-43 {
    color: #00aa4d;
    font-family: Zonapro, sans-serif;
    font-size: 16px;
    font-weight: 900;
  }

  .text-block-78 {
    margin-top: 7px;
    padding: 14px 13px;
    font-family: Helveticanowtext, sans-serif;
    font-style: normal;
    font-weight: 300;
  }

  .text-block-78:hover {
    color: #fff;
  }

  .text-block-79 {
    color: #fff;
    margin-top: 3px;
    padding-top: 18px;
    padding-bottom: 9px;
  }

  .text-block-80 {
    margin-bottom: 7px;
    padding: 14px 13px;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .text-block-80:hover {
    color: #fff;
  }

  .text-span-44 {
    color: #e03726;
    font-family: Zonapro, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .text-block-81 {
    padding: 14px 13px;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .text-block-81:hover {
    color: #fff;
  }

  .about-mobile-2 {
    outline-offset: 0px;
    color: #fff;
    background-color: #212121;
    border-radius: 6px;
    outline: 1px solid #ffffff4d;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 5vh;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
    font-family: Helveticanowtext extltita, sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    overflow: hidden;
  }

  .about-mobile-2:hover {
    outline-offset: 0px;
    color: #fff;
    border: 1px #141520;
    outline: .5px solid #ffffff4d;
  }

  .about-mobile-2:active {
    border-style: none;
  }

  .about-mobile-2.w--current {
    background-color: #0000;
    background-image: none;
    border: 1px #000;
    border-right: 8px solid #fff;
    outline-color: #ffffffba;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 700;
  }

  .about-mobile-2.w--current:hover {
    color: #fff;
  }

  .about-mobile-2.shop-copy {
    flex-direction: column;
    height: auto;
    padding: 0 14px 0 8px;
    display: none;
  }

  .about-mobile-2.shop-copy.w--current {
    flex-wrap: nowrap;
  }

  .about-mobile-2.hide {
    display: none;
  }

  .image-10 {
    color: #fff;
  }

  .show-all.on {
    width: auto;
  }

  .show-all.on._4884 {
    width: 100%;
  }

  .text-span-45 {
    color: red;
    font-family: Zonapro, sans-serif;
    font-size: 16px;
  }

  .heading-47 {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 9px;
  }

  .upload {
    flex-flow: column;
    width: 93%;
  }

  .code-embed-4 {
    width: 15vw;
    margin-top: 10px;
    margin-left: 11px;
    display: block;
    position: relative;
    inset: 0 0 2px 8px;
  }

  .sszwane {
    height: 38vh;
    margin-top: 0;
    overflow: hidden;
  }

  .button-group.is-course {
    display: flex;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .button-7.is-course {
    max-width: none;
  }

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

  .nav_menu-block {
    grid-row-gap: 2rem;
    background-color: #00000024;
  }

  .menu-icon4 {
    width: 40px;
    height: 40px;
  }

  .message_block {
    max-width: none;
  }

  .mobile-nav {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .course_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .pricing-items {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    outline-offset: 0px;
    border-bottom-style: none;
    border-bottom-width: 0;
    outline: 3px #333;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 31px 0;
  }

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

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-image-two.shadow-two, .pricing-image-two.seanemille-logo, .pricing-image-two.universal-diesel-logo, .pricing-image-two.gm-waterproofing-logo, .pricing-image-two.montagu-snacks, .pricing-image-two.herballife, .pricing-image-two.carla-herbalife {
    width: 100%;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-divider-two {
    width: 95%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .logo-link-3 {
    background-position: 0%;
    background-size: contain;
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-link-3.w--current {
    background-image: url('../images/Ruan-Designs-Logo-2.0.svg');
    background-position: 0%;
    background-size: contain;
    flex: 0 auto;
    width: 85%;
    display: flex;
  }

  .pricing-wrapper-two-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .pricing-card-two-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    border-radius: 13px;
    flex: 1;
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .pricing-details-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .invoice-number-h1 {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 22px;
  }

  .pricing-info-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
  }

  .pricing-block-main {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .h1-heading-c {
    line-height: 22px;
  }

  .client-name {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 22px;
  }

  .h1-client-headin {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
  }

  .container-3 {
    flex: none;
    justify-content: center;
    align-items: flex-end;
    width: 95%;
    max-width: none;
    padding-top: 0;
    display: flex;
  }

  .navigation-block-left-3 {
    flex: none;
    width: 58%;
  }

  .pay-now-div {
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
  }

  .bl-sign-up-now-2 {
    text-align: center;
    text-shadow: none;
  }

  .bl-sign-up-now-2:hover {
    color: #212121;
  }

  .bl-sign-up-now-2.mo {
    width: 66.6%;
  }

  .bl-sign-up-now-2.mo:hover {
    color: #271abd;
  }

  .pricing-block-2 {
    background-color: #3641eb;
    border-radius: 5px 5px 0 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 17px 29px;
    overflow: visible;
  }

  .navigation-3 {
    z-index: 9999;
    border-bottom-style: none;
    border-bottom-width: 0;
    padding: 5px 20px;
    display: none;
    inset: 0% 0% auto;
  }

  .pricing-content-2 {
    border-radius: 8px;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    height: 35vh;
    padding: 0 0 3px;
    overflow: auto;
  }

  .service-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    font-size: 13px;
  }

  .pricing-items-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .bold-text-7 {
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Helveticanowtext, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4em;
  }

  .price-str {
    width: 100%;
    margin-bottom: 10px;
  }

  .price-final {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
  }

  .heading-service-charge {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 85%;
    display: flex;
  }

  .heading-48 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .background-video-7-client {
    transform: rotate(180deg);
  }

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

  .heading-50 {
    width: auto;
    font-size: 14px;
    line-height: 19px;
  }

  .h1-heading-c-p {
    line-height: 22px;
  }

  .welcome-back {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 19px;
    display: none;
  }

  .button-8.hovi {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-right: 14px;
  }

  .reelweb {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    outline-offset: 0px;
    background-color: #2942e50a;
    background-image: linear-gradient(-90deg, #f6fafe 28%, #f0f0f0 85%);
    border-radius: 10px;
    outline: 1px solid #2942e5;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: center;
    width: 95%;
    margin-bottom: 0;
    padding: 0;
  }

  .name-and-details {
    width: 85%;
    padding-top: 5px;
    display: flex;
  }

  .client-logo-div {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .client-manager-main {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .client-manager-main.t-tims {
    display: none;
  }

  .left.hovi, .right {
    width: 100%;
  }

  .company-logo-main {
    width: 40%;
  }

  .row-1 {
    flex-flow: column-reverse wrap-reverse;
    width: 100%;
  }

  .top-right-row {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 9px;
    display: flex;
    overflow: visible;
  }

  .bottom-right-row {
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin-bottom: 9px;
  }

  .bold-text-7-copy {
    color: #fff;
    font-family: Helveticanowtext, sans-serif;
    font-size: 13px;
  }

  .text-span-49 {
    color: #fff;
    margin-top: 3px;
  }

  .sla-button.hovi {
    width: 100%;
  }

  .div-block-42 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 17px;
    padding-right: 0;
    display: flex;
  }

  .acount-needs-attention {
    background-position: 100%;
    width: 20vw;
    margin-left: 0;
  }

  .good-standing-icon {
    width: 20vw;
  }

  .acount-is-in-good-standing {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 19px;
  }

  .payment-required {
    margin-left: 0;
  }

  .in-good-standing {
    margin-left: 0;
    font-size: 9px;
    line-height: 15px;
  }

  .sub-button.hovi {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-right: 14px;
  }

  .sub-button.hovi.subscribe.ud-sub.subsi {
    flex: 1;
  }

  .sub-button.hovi.pay-now {
    flex: 0 auto;
  }

  .utility-tool-div {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    width: 90%;
    margin-top: 16px;
  }

  .link-5 {
    font-weight: 300;
  }

  .website {
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 300;
  }

  .div-block-44 {
    background-image: url('../images/Ruan-Logo-Icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    width: 33%;
    height: 6vh;
    margin-right: 7px;
  }

  .reelweb-registration, .reelweb-tips-trims {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    outline-offset: 0px;
    background-color: #2942e50a;
    background-image: linear-gradient(-90deg, #f6fafe 28%, #f0f0f0 85%);
    border-radius: 10px;
    outline: 1px solid #2942e5;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: center;
    width: 95%;
    margin-bottom: 0;
    padding: 0;
  }

  .account {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    align-items: stretch;
  }

  .lottie-animation-6 {
    flex: 0 auto;
  }

  .rw-one-pager-2 {
    font-size: 45px;
    line-height: 28px;
  }

  .rw-one-pager-2.rwdsub {
    color: #2e2e2e;
    font-weight: 500;
  }

  .div-block-7-copy-iv-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .reel-web-heading-2 {
    width: 100%;
    padding-bottom: 0;
  }

  .business-lite-card-hero-2 {
    width: 100%;
  }

  .main-business-account {
    height: auto;
    padding-bottom: 28px;
  }

  .uptake-design-heading-2 {
    text-shadow: none;
    font-size: 28px;
  }

  .uptake-design-heading-2.cds {
    margin-top: 11px;
    margin-bottom: 0;
    padding-top: 11px;
  }

  .one-pager-rw-2 {
    font-size: 32px;
  }

  .sign-up-now-2 {
    width: 100%;
  }

  .pb-heading-2 {
    padding: 18px 24px;
    font-size: 22px;
    line-height: 28px;
  }

  .pb-heading-2.muti-pager-rw, .pb-heading-2.open {
    padding-bottom: 0;
    font-size: 22px;
  }

  .left-colu-ud-copy-2 {
    width: 100%;
    padding-bottom: 0;
  }

  .bl-services-b-2 {
    text-shadow: none;
  }

  .bl-services-b-2.sdf._515641 {
    background-color: #0000;
  }

  .upptake-design-sdubheading-2 {
    width: 85%;
  }

  .upptake-design-sdubheading-2._26n {
    width: 90%;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .business-hero {
    flex-flow: column;
    justify-content: flex-end;
    width: 85%;
    height: auto;
    padding-top: 104px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .reel-web-heading-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-bottom: 0;
  }

  .rd-services-a-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .one-pager-rw-3 {
    font-size: 32px;
  }

  .sign-up-now-3 {
    width: 100%;
  }

  .left-colu-ud-copy-3 {
    width: 100%;
    padding-bottom: 0;
  }

  .bl-services-b-3 {
    text-shadow: none;
  }

  .bl-services-b-3.sdf._515641 {
    background-color: #0000;
  }

  .upptake-design-sdubheading-3 {
    width: 85%;
  }

  .upptake-design-sdubheading-3._26n {
    width: 90%;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-45 {
    background-color: #271abd;
    width: auto;
    height: 10vh;
  }

  .div-block-45.dfdf {
    height: auto;
  }

  .text-block-87 {
    color: #fff;
    text-align: center;
  }

  .heading-51 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 33px;
    font-weight: 700;
  }

  .heading-52 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    text-align: left;
    background-color: #21212136;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 0 15px 13px;
  }

  .heading-52.regi {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #fff;
    text-align: left;
    background-color: #0000;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    font-size: 28px;
  }

  .heading-52.regi.host {
    text-align: left;
    padding-top: 30px;
  }

  .html-embed-7 {
    border-radius: 7px;
    overflow: hidden;
  }

  .name, .email-adress {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .email-and-phone {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .phone-number {
    width: 100%;
  }

  .form-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-field-7 {
    margin-bottom: 2px;
  }

  .more-about {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .more-about.ttssshw {
    padding-top: 9px;
    display: flex;
  }

  .submit-button-4 {
    color: #fff;
    background-color: #38372f00;
    border: 1px solid #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 700;
  }

  .company-name {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .email-and-dame {
    flex-flow: column;
  }

  .oyba-form {
    width: 100%;
    display: block;
  }

  .div-block-46 {
    padding-top: 16px;
  }

  .business-lite-card-hero-2-x {
    width: 100%;
  }

  .link-6 {
    margin-top: 17px;
    font-family: Helveticanowtext, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
    text-decoration: none;
  }

  .link-7 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
  }

  .submit-button-4-copy {
    color: #fff;
    background-color: #06004657;
    border: 1px solid #fff;
    margin-top: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: Helveticanowtext, sans-serif;
    font-weight: 700;
  }

  .submit-button-4-copy.buttom {
    width: 100%;
    margin-top: 0;
    font-family: Zonapro, sans-serif;
    font-weight: 700;
  }

  .link-8 {
    font-style: italic;
    text-decoration: underline;
  }

  .t-c-s {
    padding-top: 108px;
  }

  .heading-143 {
    color: #003362;
    line-height: 33px;
  }

  .div-block-47 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .available-seats {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .available-seats.sshho {
    display: flex;
  }

  .terms {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .text-span-51 {
    width: 100%;
    font-weight: 300;
  }

  .div-block-48 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-91 {
    text-align: center;
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
    line-height: 26px;
  }

  .form-sucessfull {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .text-block-22 {
    padding-bottom: 49px;
  }

  .go-back-home {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .bold-text-39 {
    font-weight: 500;
  }

  .business-hero-copy {
    flex-flow: column;
    justify-content: flex-end;
    width: 85%;
    height: auto;
    padding-top: 31px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .text-block-93 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .sc, .se, .sg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-5-reel {
    width: 85%;
    height: auto;
    padding-top: 0;
    padding-bottom: 30px;
    overflow: visible;
  }

  .get-started-mobile {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .ggg {
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Helveticanowtext, sans-serif;
    font-size: 11px;
    font-weight: 300;
  }

  .div-block-52 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    margin-top: 29px;
    padding-top: 0;
    display: flex;
  }

  .open-b-copy {
    text-align: center;
  }
}

#w-node-b19283cf-a19e-1def-646f-895c01c1c05e-bfabbd1b {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#intro.w-node-b19283cf-a19e-1def-646f-895c01c1c08d-bfabbd1b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_20f5ecfa-87fb-5517-4b70-317827e7a3ae-bfabbd2a, #w-node-cf76e7fa-e364-0461-75ad-4a80d12824c2-bfabbd2a, #w-node-b6df5936-316d-bfb5-305c-3adcd73bf50c-bfabbd2a, #w-node-_9ec8ddbf-fd43-78ec-97d6-6b3c237bac23-bfabbd2a, #w-node-f865b88b-c538-61dc-f66d-1ab343c8204e-bfabbd2a, #w-node-a1c3abc3-6977-3c97-eda4-783deebb25da-bfabbd2a, #w-node-b11ba4be-c3e3-6dfc-4590-13c27c8c3b7f-bfabbd2a, #w-node-_50eec2f2-7651-7f13-694c-a02a1998d33d-bfabbd2a, #w-node-_50eec2f2-7651-7f13-694c-a02a1998d343-bfabbd2a, #w-node-_50eec2f2-7651-7f13-694c-a02a1998d349-bfabbd2a, #w-node-_50eec2f2-7651-7f13-694c-a02a1998d34f-bfabbd2a, #w-node-_50eec2f2-7651-7f13-694c-a02a1998d355-bfabbd2a, #w-node-_87d982af-283d-7b49-1234-f261363e0b83-bfabbd2a, #w-node-baa92773-cbd9-b42c-798d-4c117929509d-bfabbd2a, #w-node-baa92773-cbd9-b42c-798d-4c11792950a3-bfabbd2a, #w-node-baa92773-cbd9-b42c-798d-4c11792950a9-bfabbd2a, #w-node-baa92773-cbd9-b42c-798d-4c11792950af-bfabbd2a, #w-node-baa92773-cbd9-b42c-798d-4c11792950b5-bfabbd2a, #w-node-baa92773-cbd9-b42c-798d-4c11792950bb-bfabbd2a, #w-node-e2fb50e2-2abb-944b-5c51-0b1fdb4f6ce6-bfabbd2a, #w-node-e2fb50e2-2abb-944b-5c51-0b1fdb4f6cec-bfabbd2a, #w-node-e2fb50e2-2abb-944b-5c51-0b1fdb4f6cf2-bfabbd2a, #w-node-e2fb50e2-2abb-944b-5c51-0b1fdb4f6cf8-bfabbd2a, #w-node-e2fb50e2-2abb-944b-5c51-0b1fdb4f6cfe-bfabbd2a, #w-node-_407dd846-907c-7a32-49cf-9e5ec02b286f-bfabbd2a, #w-node-_407dd846-907c-7a32-49cf-9e5ec02b2872-bfabbd2a, #w-node-_407dd846-907c-7a32-49cf-9e5ec02b2875-bfabbd2a, #w-node-_407dd846-907c-7a32-49cf-9e5ec02b2878-bfabbd2a, #w-node-_407dd846-907c-7a32-49cf-9e5ec02b287b-bfabbd2a, #w-node-_409ba0b1-6b5e-545c-2af6-12d5b1036e4a-bfabbd2a, #w-node-_409ba0b1-6b5e-545c-2af6-12d5b1036e4d-bfabbd2a, #w-node-_409ba0b1-6b5e-545c-2af6-12d5b1036e50-bfabbd2a, #w-node-_409ba0b1-6b5e-545c-2af6-12d5b1036e53-bfabbd2a, #w-node-_20f5ecfa-87fb-5517-4b70-317827e7a3ae-bfabbd2f, #w-node-cf76e7fa-e364-0461-75ad-4a80d12824c2-bfabbd2f, #w-node-b6df5936-316d-bfb5-305c-3adcd73bf50c-bfabbd2f, #w-node-_9ec8ddbf-fd43-78ec-97d6-6b3c237bac23-bfabbd2f, #w-node-f865b88b-c538-61dc-f66d-1ab343c8204e-bfabbd2f, #w-node-_97a417c6-c1dd-2723-ca5a-c9cd4e2cc141-bfabbd2f, #w-node-_97a417c6-c1dd-2723-ca5a-c9cd4e2cc144-bfabbd2f, #w-node-_97a417c6-c1dd-2723-ca5a-c9cd4e2cc147-bfabbd2f, #w-node-_2f75d7ea-32d7-cc3a-1960-3c49d3913649-bfabbd2f, #w-node-_2f75d7ea-32d7-cc3a-1960-3c49d391364c-bfabbd2f, #w-node-_2f75d7ea-32d7-cc3a-1960-3c49d391364f-bfabbd2f, #w-node-_334c0f40-d3d1-cfae-7371-8012fe204424-bfabbd2f, #w-node-_334c0f40-d3d1-cfae-7371-8012fe204427-bfabbd2f, #w-node-_334c0f40-d3d1-cfae-7371-8012fe20442a-bfabbd2f, #w-node-_334c0f40-d3d1-cfae-7371-8012fe20442d-bfabbd2f, #w-node-_334c0f40-d3d1-cfae-7371-8012fe204430-bfabbd2f, #w-node-_5711f999-8169-e02d-f413-dcf4d479981d-bfabbd2f, #w-node-_8200890b-01d2-4cd8-762a-e3fd2ab3a053-bfabbd2f, #w-node-ffbb792f-1d85-e409-8b16-6b5b50813a78-bfabbd2f, #w-node-_043acf4b-19dd-0c58-fb01-04470ff29c0b-bfabbd2f, #w-node-_043acf4b-19dd-0c58-fb01-04470ff29c0e-bfabbd2f, #w-node-_043acf4b-19dd-0c58-fb01-04470ff29c11-bfabbd2f, #w-node-_043acf4b-19dd-0c58-fb01-04470ff29c14-bfabbd2f, #w-node-_331e4875-ee8f-0775-4252-5629510f0003-bfabbd2f, #w-node-_331e4875-ee8f-0775-4252-5629510f000b-bfabbd2f, #w-node-_331e4875-ee8f-0775-4252-5629510f000e-bfabbd2f, #w-node-_331e4875-ee8f-0775-4252-5629510f0011-bfabbd2f, #w-node-ce9ee58d-335e-d1d3-dfb0-f585c0d76dc2-bfabbd4b, #w-node-_9ec87f57-c2ed-4497-295a-b3237461764c-bfabbd4c, #w-node-_9ec87f57-c2ed-4497-295a-b3237461764f-bfabbd4c, #w-node-_9ec87f57-c2ed-4497-295a-b32374617652-bfabbd4c, #w-node-_9ec87f57-c2ed-4497-295a-b32374617655-bfabbd4c, #w-node-cf76e7fa-e364-0461-75ad-4a80d12824c2-bfabbd4c, #w-node-b6df5936-316d-bfb5-305c-3adcd73bf50c-bfabbd4c, #w-node-_9ec8ddbf-fd43-78ec-97d6-6b3c237bac23-bfabbd4c, #w-node-ff7041bc-fcdd-e7d9-cda4-a4240d03a7ea-bfabbd4c, #w-node-c536a171-e60f-214c-6440-6585bb99e43f-bfabbd4c, #w-node-_9b4af9f1-b7d4-6e9e-5952-e0ccde25b2be-bfabbd4c, #w-node-_3fe3ae33-394a-913c-c248-669aca590eb2-bfabbd4c, #w-node-afcd39fc-9617-b0a1-6e44-2b3b01c491dd-bfabbd4c, #w-node-_3f08bd82-bee4-b5c5-847e-8f6e81db9ea6-bfabbd4c, #w-node-_3f08bd82-bee4-b5c5-847e-8f6e81db9ea9-bfabbd4c, #w-node-_3f08bd82-bee4-b5c5-847e-8f6e81db9eac-bfabbd4c, #w-node-_3f08bd82-bee4-b5c5-847e-8f6e81db9eaf-bfabbd4c, #w-node-_9fac84e5-8c31-a091-98f4-a301ec73156e-bfabbd4c, #w-node-_9fac84e5-8c31-a091-98f4-a301ec731576-bfabbd4c, #w-node-_9fac84e5-8c31-a091-98f4-a301ec731579-bfabbd4c, #w-node-_9fac84e5-8c31-a091-98f4-a301ec73157c-bfabbd4c, #w-node-_9fac84e5-8c31-a091-98f4-a301ec73157f-bfabbd4c, #w-node-_009d81ff-562c-9c8a-bcdc-1f295d3dbc69-bfabbd4c, #w-node-_009d81ff-562c-9c8a-bcdc-1f295d3dbc6c-bfabbd4c, #w-node-_009d81ff-562c-9c8a-bcdc-1f295d3dbc6f-bfabbd4c, #w-node-_009d81ff-562c-9c8a-bcdc-1f295d3dbc72-bfabbd4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5f2f57bb-1c2f-4475-eb2f-c9f0cdb68e2d-bfabbd1b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5f2f57bb-1c2f-4475-eb2f-c9f0cdb68e30-bfabbd1b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5f2f57bb-1c2f-4475-eb2f-c9f0cdb68e32-bfabbd1b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f2f57bb-1c2f-4475-eb2f-c9f0cdb68e39-bfabbd1b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5f2f57bb-1c2f-4475-eb2f-c9f0cdb68e3c-bfabbd1b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5f2f57bb-1c2f-4475-eb2f-c9f0cdb68e4c-bfabbd1b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5f2f57bb-1c2f-4475-eb2f-c9f0cdb68e4f-bfabbd1b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5f2f57bb-1c2f-4475-eb2f-c9f0cdb68e82-bfabbd1b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5f2f57bb-1c2f-4475-eb2f-c9f0cdb68e85-bfabbd1b {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #intro.w-node-b19283cf-a19e-1def-646f-895c01c1c08d-bfabbd1b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_5f2f57bb-1c2f-4475-eb2f-c9f0cdb68e2d-bfabbd1b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5f2f57bb-1c2f-4475-eb2f-c9f0cdb68e3c-bfabbd1b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3bc44447-8321-7c26-c6e2-c3958f22f7ca-bfabbd27 {
    align-self: center;
  }

  #w-node-_334c0f40-d3d1-cfae-7371-8012fe204424-bfabbd2f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-ExtraBold.ttf') format('truetype'), url('../fonts/HelveticaNowText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext extltita';
  src: url('../fonts/HelveticaNowText-ExtLtIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext regita';
  src: url('../fonts/HelveticaNowText-RegIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zonapro';
  src: url('../fonts/ZonaPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zonapro';
  src: url('../fonts/ZonaPro-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}