:root {
  --white-smoke: #f4f4f4;
  --white: white;
  --midnight-blue: #262b69;
  --black: black;
}

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.container.rental {
  height: 700px;
}

.container.pp {
  height: 50vh;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo.white {
  color: #fff;
  text-align: center;
  background-color: #0000;
  width: 71%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 61px;
}

.heading-jumbo.blue {
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-weight: 800;
  line-height: 64px;
  position: relative;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: .6;
}

.section {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-contact {
  background-color: var(--white-smoke);
  background-image: url('../images/A_logo_white.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.button_contact-us {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #262b69;
  border: 1px solid #262b69;
  border-radius: 3px;
  flex: none;
  margin-left: 0;
  margin-right: 20px;
  padding: 12px 20px;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button_contact-us:hover {
  color: #fff;
  background-color: #32343a;
}

.button_contact-us:active {
  background-color: #43464d;
}

.button_contact-us.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button_contact-us.cc-white-button:hover {
  background-color: #fffc;
}

.button_contact-us.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  width: 100px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #fff;
  background-color: #262b69;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  text-transform: capitalize;
  width: 100px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  transition-property: none;
}

.navigation-item.w--current:hover {
  opacity: 1;
  color: #fff;
  background-color: #262b69;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.dp {
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.navigation-items {
  color: #1a1b1f;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  font-family: Assistant, sans-serif;
  display: flex;
}

.navigation-on-scroll {
  z-index: 97;
  background-color: #000000d6;
  align-items: center;
  padding: 10px 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 4px;
  display: flex;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.name-text.white {
  width: 95%;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.name-text.black {
  color: #262b69;
  text-align: left;
  width: 344px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 33px;
  line-height: 35px;
}

.name-text.black.centre {
  text-align: left;
  width: auto;
  font-style: normal;
}

.name-text.our-story {
  color: #262b69;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Assistant, sans-serif;
  font-size: 33px;
  line-height: 35px;
}

.name-text._180-flip {
  color: #fff;
  text-align: center;
  width: 344px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 33px;
  line-height: 35px;
}

.name-text._100 {
  color: #262b69;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 33px;
  line-height: 35px;
}

.name-text._100.centre {
  text-align: left;
  width: auto;
  font-style: normal;
}

.name-text.testimonial {
  color: #262b69;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Assistant, sans-serif;
  font-size: 33px;
  line-height: 35px;
}

.name-text.white_narrow {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.name-text.white {
  color: #262b69;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 33px;
  line-height: 35px;
}

.name-text.white.centre {
  text-align: left;
  width: auto;
  font-style: normal;
}

.name-text.white_opt {
  width: 95%;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.name-text.white_option {
  color: #fff;
  margin-top: 10px;
  line-height: 30px;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 90px;
  display: flex;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  margin-top: 35px;
}

.contact-form-wrap {
  width: auto;
  padding: 0;
}

.footer-wrap {
  background-color: #262b69;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 50px 100px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.section_hero {
  z-index: 98;
  background-image: linear-gradient(#000000c9, #000000c9);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.section_software_carousel {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.block_right {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  padding: 0;
  display: flex;
}

.block_left {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/shutterstock_604007993.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  display: flex;
}

.block_left.home {
  background-image: linear-gradient(#262b6954, #262b6954), url('../images/slide-3.webp');
  display: flex;
}

.block_left.software {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/robert-bye-F2eHfMwIOxA-unsplash.jpg');
  padding-left: 50px;
  padding-right: 50px;
}

.block_left.software-1 {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/shutterstock_572008645.webp');
}

.block_left.about {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.block_left.why {
  background-image: linear-gradient(#262b6954, #262b6954), url('../images/test-2.webp');
  display: flex;
}

.block_left.why-1 {
  background-image: linear-gradient(#262b6954, #262b6954), url('../images/adults-analysis-brainstorming-1661004.webp');
  display: flex;
}

.block_left.home-1 {
  background-image: linear-gradient(#262b6954, #262b6954), url('../images/slide-3.webp');
  flex-flow: column;
  display: flex;
}

.block_left.img1 {
  background-image: linear-gradient(#262b6954, #262b6954), url('../images/slide-3.webp');
  display: flex;
}

.block_left.img2 {
  background-image: linear-gradient(#262b6954, #262b6954), url('../images/test-2.webp');
  display: flex;
}

.block_left.img3 {
  background-image: linear-gradient(#262b6954, #262b6954), url('../images/robert-bye-F2eHfMwIOxA-unsplash.jpg');
  display: flex;
}

.tabs {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.tab-link-tab-1 {
  text-align: center;
  background-color: #ddd0;
  border-top: 3px solid gray;
  width: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-1.w--current {
  text-align: center;
  background-color: #c8c8c800;
  border-top-width: 3px;
  border-top-color: #262b69;
  width: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2 {
  text-align: center;
  background-color: #ddd0;
  border-top: 3px solid gray;
  width: 100px;
  margin-left: 25px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2.w--current {
  background-color: #ddd0;
  border: 1px #000;
  border-top: 3px solid #262b69;
}

.tab-link-tab-3 {
  text-align: center;
  background-color: #ddd0;
  border-top: 3px solid gray;
  width: 100px;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-3.w--current {
  background-color: #f3f3f300;
  border-top-color: #262b69;
  margin-right: 25px;
}

.text-block {
  text-transform: capitalize;
  width: 100px;
  margin-right: 6px;
  padding-left: 0;
  padding-right: 9px;
  font-size: 14px;
}

.icon {
  margin-right: 10px;
  padding-right: 0;
}

.text-block-2 {
  letter-spacing: 1px;
  text-transform: capitalize;
}

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

.dropdown-list.w--open {
  background-color: #000000a3;
  border: 0 #262b69;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-top: auto;
  display: flex;
}

.navigation-item-_dropdown {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  width: 100px;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.navigation-item-_dropdown:hover {
  opacity: .9;
  color: #fff;
  background-color: #262b69;
}

.navigation-item-_dropdown:active {
  opacity: .8;
}

.navigation-item-_dropdown.w--current {
  opacity: 1;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  transition-property: none;
}

.navigation-item-_dropdown.w--current:hover {
  opacity: 1;
  color: #fff;
  background-color: #262b69;
}

.navigation-item-_dropdown.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item-_dropdown.w--open {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.dropdown {
  flex: 0 auto;
  width: 100px;
}

.link-block {
  color: #1a1b1f;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 45px;
  margin-left: 10px;
  display: flex;
}

.button_findoutmore {
  background-color: var(--midnight-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 45px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button_findoutmore:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text_findoutmore {
  text-transform: none;
  font-size: 18px;
  font-weight: 200;
  line-height: 34px;
}

.image {
  width: 15px;
}

.image-2 {
  margin-top: 1px;
  margin-right: 15px;
}

.para_text {
  color: #000;
  text-align: left;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 1px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.para_text.centre {
  text-align: left;
  margin-top: 35px;
}

.para_text.semi_bold {
  text-align: right;
  font-weight: 600;
}

.para_text.footer {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

.para_text.offices {
  color: #262b69;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 600;
}

.para_text.white {
  color: #fff;
  text-align: center;
}

.para_text.white_fe {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 20px;
}

.text_bold {
  color: #fff;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.text_bold:hover {
  color: #fff;
}

.text_bold.purple {
  color: #000;
  font-weight: 700;
}

.text_bold.block-text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.wrapper_top {
  flex-direction: row;
  align-items: flex-start;
  width: auto;
  margin-top: 35px;
  margin-bottom: 20px;
  display: flex;
}

.wrapper_top.h_block {
  width: auto;
}

.wrapper_bottom {
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.block_right_wrapper {
  color: #1a1b1f;
  border-radius: 3px;
  flex-direction: row;
  flex: 0 auto;
  width: 80%;
  height: auto;
  display: block;
  overflow: visible;
}

.tab-pane-tab-1 {
  height: auto;
}

.para_text_bold {
  color: #32343a;
  text-transform: none;
  margin-top: 35px;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  position: static;
}

.hero_slider {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
}

.icon-2 {
  font-size: 40px;
}

.icon-3 {
  font-size: 20px;
}

.slide {
  background-image: linear-gradient(#000c, #000c), url('../images/moving-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/_5d128df3111260764dc2dafb_slide1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.slide-3 {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/_5d128df4111260d39ac2dafc_slide-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: visible;
}

.find_out_more {
  color: #32343a;
  text-decoration: none;
  transition-property: none;
}

.find_out_more.w--current {
  align-items: center;
  display: block;
  overflow: visible;
}

.tabs-content {
  height: 480px;
}

.section_rental {
  background-image: linear-gradient(#000000c9, #000000c9);
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.rental_slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 700px;
  display: flex;
}

.rentql-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 4px;
  display: flex;
}

.rental-slide-1 {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/austin-distel-1555609-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.navigation-fixed {
  z-index: 99;
  background-color: #0000;
  align-items: center;
  padding: 30px 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.colour_block {
  z-index: 100;
  background-color: #262b69;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 35px;
  height: 260px;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.block_wrapper {
  z-index: 2;
  flex-flow: row;
  place-content: flex-end center;
  align-items: center;
  height: 800px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.block_wrapper.right {
  z-index: 2;
  inset: 0% auto 0% 0%;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-2 {
  margin-right: 30px;
  display: block;
}

.section_fusion_1 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block_left-1 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  padding: 0;
  display: flex;
}

.block_right-1 {
  background-image: linear-gradient(#262b6954, #262b6954), url('../images/SENOR_POS-2.webp');
  background-position: 0 0, 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  display: flex;
}

.block_right-1.software {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/mario-gogh-hdL4P9BGelQ-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.block_right-1.home {
  background-image: linear-gradient(#262b6954, #262b6954), url('../images/SENOR_POS-2.webp');
  background-position: 0 0, 70%;
  display: flex;
}

.block_right-1.software-1 {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/blood-blur-butcher-1869711.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 50px;
  padding-right: 50px;
}

.block_right-1.software-2 {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/shutterstock_644343157.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 50px;
  padding-right: 50px;
}

.block_right-1.software_fe {
  background-image: linear-gradient(#262b69c4, #262b69c4), url('../images/pexels-clem-onojeghuo-375889.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.block_right-1.quorion_sales {
  background-image: linear-gradient(#262b69c4, #262b69c4), url('../images/austin-distel-1555609-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.block_right-1.quorion_repairs {
  background-image: linear-gradient(#262b69c4, #262b69c4), url('../images/quorion_images.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.div-block-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  display: block;
}

.wrapper_bottom-1 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  width: 370px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.wrapper_bottom-1._1 {
  width: auto;
  margin-top: 0;
}

.wrapper_bottom-1._3 {
  width: auto;
}

.wrapper_bottom-1._2 {
  width: auto;
  margin-top: 0;
}

.slide-nav {
  background-color: #fff0;
  font-size: 14px;
  inset: auto 0% 110px;
}

.nav_wrapper {
  align-self: auto;
  display: flex;
}

.location_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.location_icon {
  flex: 0 auto;
  width: 25px;
  height: 25px;
  margin-right: 6px;
}

.footer_block-1 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 177px;
  display: flex;
}

.para_text-white {
  color: #fff;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.para_text-white:hover {
  color: #ffffff80;
}

.hero-about-header {
  z-index: 98;
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/adults-analysis-brainstorming-1661004.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  align-self: stretch;
  position: relative;
}

.hero-about-header.b-overlay {
  background-image: linear-gradient(#262b69e6, #262b69e6), url('../images/adults-analysis-brainstorming-1661004.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section_hero-about {
  z-index: 98;
  background-image: linear-gradient(#000000c9, #000000c9);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.para_text_1 {
  color: #000;
  text-transform: none;
  margin-bottom: 18px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

.para_text_1.story {
  width: auto;
  font-size: 18px;
  line-height: 22px;
}

.section_our-history {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container_our-history {
  padding: 100px;
}

.history_wrapper {
  flex-direction: row;
  display: flex;
}

.line {
  background-color: #000;
  width: 2px;
  height: 115px;
}

.dot {
  border: 7px solid var(--midnight-blue);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: block;
  position: static;
}

.shape-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 10%;
  display: flex;
}

.left_wrapper, .right-wrapper {
  width: 45%;
  margin-top: 5px;
}

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

.para_text_date {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

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

.bold-text-2 {
  line-height: 36px;
}

.left-arrow-4 {
  overflow: hidden;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover_black {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block_wrapper_software {
  background-color: var(--white-smoke);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.d-31-card-wrapper {
  opacity: 1;
  backface-visibility: visible;
  perspective: 1000px;
  transform: ;
  flex: 1;
  position: static;
}

.d-31-card {
  backface-visibility: visible;
  perspective: none;
  width: 100%;
  height: 300px;
  transform: ;
  cursor: pointer;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0;
}

.d-31-card-front {
  background-color: var(--white-smoke);
  backface-visibility: hidden;
  perspective: none;
  transform: ;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.d-31-card-front._1 {
  background-color: var(--midnight-blue);
  opacity: 1;
  backface-visibility: hidden;
  perspective: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.d-31-card-front._2, .d-31-card-front._3 {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.d-31-card-back {
  background-color: var(--white-smoke);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-6 {
  position: absolute;
}

.section_fusion_3 {
  background-color: var(--white);
  margin-bottom: 0;
  padding: 100px;
}

.section_logos {
  background-color: var(--white-smoke);
}

.d-122-category-card-wrapper {
  background-image: url('../images/NordWood-3883.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 300px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-122-category-card-wrapper._3 {
  background-image: url('../images/fast_food.webp');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-category-card-wrapper._1 {
  background-image: url('../images/barista.webp');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-category-card-wrapper._2 {
  background-image: url('../images/eating.webp');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-category-card-wrapper._4 {
  background-image: url('../images/bar.webp');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-category-card-wrapper._5 {
  background-image: url('../images/ice_cream.jpg');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-category-card-wrapper._6 {
  background-image: url('../images/club.webp');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-category-card-wrapper._7 {
  background-image: url('../images/butchery.jpg');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-category-card-wrapper._8 {
  background-image: url('../images/shopping_4.webp');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-category-card-wrapper._9 {
  background-image: url('../images/wine.webp');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-category-card-wrapper._10 {
  background-image: url('../images/shopping_2.webp');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-category-card-wrapper._11 {
  background-image: url('../images/shopping.webp');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-category-card-wrapper._12 {
  background-image: url('../images/fruit_veg.jpg');
  background-size: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-122-color-overlay {
  opacity: 1;
  background-color: #0000008c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d-122-title {
  color: #fff;
  letter-spacing: 0;
  font-family: Assistant, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.d-122-title.blue {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.d-122-title.quorion {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.d-122-title.quorion_left {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.d-122-top-block, .d-122-bottom-block {
  background-color: #000;
  height: 20%;
  position: relative;
}

.bitton_wrapper {
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.button_wrapper_single {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.icon_fusion, .icon_stratus, .icon_nimbus {
  margin-bottom: 20px;
}

.section_fusion_2 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.list {
  margin-top: 0;
}

.block_right-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  padding: 0 75px 0 76px;
  display: flex;
}

.block_right-3 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  padding: 0;
  display: flex;
}

.block_left-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  padding: 0;
  display: flex;
}

.block_right-4 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  padding: 0 11px;
  display: flex;
}

.block_left-3 {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/shutterstock_608938259.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.fom_wrapper {
  display: flex;
}

.div-block-13 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin: 5px;
  display: flex;
}

.facebook_icon {
  flex: 1;
}

.footer_block-3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  width: 20%;
  height: 178px;
  display: flex;
}

.footer_block-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  width: 20%;
  height: 177px;
  display: flex;
}

.email {
  margin-bottom: 10px;
}

.email:hover {
  opacity: .5;
  color: #32343a;
}

.contact-number:hover {
  opacity: .5;
}

.map_wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.back-to-top {
  z-index: 100;
  background-color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}

.back-to-top.w--current {
  z-index: 97;
}

.image-8 {
  opacity: 1;
  position: static;
  inset: auto 32px 100px auto;
}

.contact-link {
  text-decoration: none;
}

.home {
  z-index: 1;
  flex: 0 auto;
  display: block;
  position: static;
  inset: 3907px 707px 28px 123px;
}

.pop-up-50-off {
  z-index: 999;
  color: #666;
  background-color: #262b69c7;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
  box-shadow: 0 -1px 3px 1px #00000040;
}

.div-block-15 {
  background-color: var(--white-smoke);
  border-radius: 3px;
  width: 490px;
  padding: 25px 25px 20px;
}

.link-block-7 {
  background-color: var(--white-smoke);
  border: 2px solid #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding: 10px;
  text-decoration: none;
  transition: opacity .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: translate(0);
}

.link-block-7:hover {
  background-color: #f4f4f4b3;
}

.section_hardware {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section_hardware._3 {
  flex-direction: row;
}

.block_right_hardware {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 400px;
  padding: 0 75px 0 76px;
  display: flex;
}

.block_right_hardware._1 {
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.block_right_hardware._2 {
  background-image: url('../images/hardware-elements-01.webp');
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.block_right_hardware._3 {
  padding-left: 18px;
  padding-right: 18px;
}

.block_right_hardware._4 {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

.block_right_hardware._5 {
  padding-left: 0;
  padding-right: 0;
}

.block_right_hardware._6 {
  background-image: url('../images/hardware-elements-12.webp');
  background-position: 50%;
  background-size: cover;
}

.block_left_hardware {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/shutterstock_604007993.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 400px;
  display: flex;
}

.block_left_hardware._1 {
  height: 400px;
}

.block_left_hardware._2 {
  background-color: #0000;
  background-image: none;
  height: 400px;
}

.block_left_hardware._3 {
  height: 400px;
}

.block_left_hardware._4 {
  background-color: #0000;
  background-image: none;
  height: 400px;
  padding-left: 12px;
  padding-right: 12px;
}

.block_left_hardware._5 {
  height: 400px;
}

.block_left_hardware._6 {
  background-color: #0000;
  background-image: none;
  height: 400px;
}

.block_left_hardware._7 {
  background-image: url('../images/hardware-elements-05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slider-2 {
  flex: 1;
  align-self: stretch;
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

.icon-4 {
  color: #262b69;
  font-size: 28px;
}

.icon-4.white {
  color: #fff;
}

.icon-5 {
  color: #262b69;
  font-size: 28px;
}

.icon-5.white {
  color: #fff;
}

.para_text-name {
  color: #000;
  text-align: center;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: auto 0% 25px;
}

.para_text-name.white_1 {
  color: #fff;
}

.para_text-name.white_2 {
  color: #fff;
  margin-bottom: 25px;
  position: static;
  inset: auto 0% 0% auto;
}

.para_text-name.black_1 {
  color: #000;
  margin-bottom: 25px;
  position: static;
  inset: auto 0% 0% auto;
}

.slide-1-pos {
  background-image: url('../images/hardware-elements-04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slide-2-pos {
  background-image: url('../images/hardware-elements-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-registers {
  background-image: url('../images/hardware-elements-13-09.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slide-2-registers {
  background-image: url('../images/hardware-elements-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-registers {
  background-image: url('../images/hardware-elements-07.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-scanners {
  background-image: url('../images/hardware-elements-02_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slide-2-scanners {
  background-image: url('../images/hardware-elements-10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-drawers {
  background-image: url('../images/hardware-elements-09.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slide-2-drawers {
  background-image: url('../images/hardware-elements-08.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-printers {
  background-image: url('../images/hardware-elements-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slide-2-printers {
  background-image: url('../images/hardware-elements-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-17 {
  flex: 1;
  align-self: flex-end;
}

.div-block-18 {
  background-color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 50px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.contact_form_wrapper {
  width: 100%;
  margin-top: 10px;
}

.html-embed {
  width: 100%;
  margin-top: 20px;
}

.block_right_wrapper-footer {
  color: #1a1b1f;
  width: 240px;
  height: auto;
}

.slide-nav-3 {
  display: none;
}

.right-arrow-5 {
  margin-right: 30px;
  display: none;
}

.section_thank-you {
  background-color: gray;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button_continue-browsing {
  background-color: var(--midnight-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 45px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button_continue-browsing:hover {
  color: #fff;
  background-color: #32343a;
}

.button_continue-browsing:active {
  background-color: #43464d;
}

.download_pdf {
  color: #262b69;
  margin-right: 40px;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

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

.anchore_point-div {
  height: 0;
  margin-top: 0;
  padding-right: 0;
  position: relative;
  inset: -63px 0% 0%;
}

.login-button {
  border: 1px solid var(--white);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 20px;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.login-button:hover {
  color: var(--midnight-blue);
  background-color: #fff;
}

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

.new_badge {
  background-color: red;
  border-radius: 3px;
  width: auto;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  inset: auto 0% 9px 2px;
}

.div-block-20 {
  flex: 0 auto;
}

.columns {
  border-style: none solid;
  border-width: 1px;
  border-color: var(--midnight-blue) #262b693b;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.columns.fill {
  background-color: var(--midnight-blue);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  flex-direction: row;
}

.column {
  border-left: 1px solid #262b693b;
  border-right: 1px solid #262b693b;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.column-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.column-3 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.para_text_tabel {
  color: #000;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 1px;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.tick_small {
  margin-top: 1px;
  margin-right: 15px;
}

.wrapper_fe {
  border-bottom: 1px solid #262b693b;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 490px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.container-2 {
  text-align: center;
  margin-top: 40px;
}

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

.button_call-now {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #262b69;
  border: 1px solid #262b69;
  border-radius: 3px;
  flex: none;
  margin-left: 0;
  margin-right: 20px;
  padding: 12px 20px;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button_call-now:hover {
  color: #fff;
  background-color: #32343a;
}

.button_call-now:active {
  background-color: #43464d;
}

.button_apply-now {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #262b69;
  border: 1px solid #262b69;
  border-radius: 3px;
  flex: none;
  margin-left: 0;
  margin-right: 20px;
  padding: 12px 20px;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button_apply-now:hover {
  color: #fff;
  background-color: #32343a;
}

.button_apply-now:active {
  background-color: #43464d;
}

.block_right_wrapper_column {
  color: #1a1b1f;
  border-radius: 3px;
  flex-direction: row;
  flex: 0 auto;
  height: auto;
  display: block;
  overflow: visible;
}

.scroll-left-wrapper {
  display: none;
}

.image-10 {
  opacity: .11;
  width: 250px;
  height: auto;
  margin-bottom: 12px;
}

._25yr_wrapper {
  z-index: 100;
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: absolute;
  top: 700px;
}

.text-block-3 {
  color: #fff;
  width: 550px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.link-block-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  margin-right: 40px;
}

.button_wrapper_25 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.here_link {
  color: #cc9f53;
  text-decoration: none;
  display: inline-block;
}

.here_link:hover {
  color: #fff;
}

.section-2 {
  background-color: var(--white);
  padding: 100px 80px;
}

.html-embed-2 {
  width: auto;
  margin: auto;
}

.instagram_icon {
  flex: 1;
  margin-left: 10px;
}

.div-block-21 {
  margin-bottom: 20px;
}

.thank-you-text {
  display: none;
}

.bold-text-3 {
  font-weight: 400;
}

.text-span {
  font-weight: 300;
}

.spacer_small {
  height: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.image-12 {
  margin-top: 1px;
  margin-right: 15px;
}

.wrapper_bottom-2 {
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.block_right-5 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  padding: 0 75px 0 76px;
  display: flex;
}

.block_left-v1 {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/shutterstock_604007993.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  display: flex;
}

.block_left-v1.home {
  background-image: linear-gradient(#262b6954, #262b6954), url('../images/slide-3.webp');
  display: flex;
}

.block_left-v1.software {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/robert-bye-F2eHfMwIOxA-unsplash.jpg');
  padding-left: 50px;
  padding-right: 50px;
}

.block_left-v1.software-1 {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/shutterstock_572008645.webp');
}

.block_left-v1.about {
  background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4-registers, .slide-5-registers {
  background-image: url('../images/hardware-elements-v1-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-scanners {
  background-image: url('../images/hardware-elements-v1-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4-scanners {
  background-image: url('../images/hardware-elements-v1-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5-scanners {
  background-image: url('../images/hardware-elements-v1-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-printers {
  background-image: url('../images/hardware-elements-v1-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4-printers {
  background-image: url('../images/hardware-elements-v1-09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5-printers {
  background-image: url('../images/hardware-elements-v1-07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-printers-copy {
  background-image: url('../images/hardware-elements-v180.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.section_privacy-policy {
  background-color: gray;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.block_full {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 100px 0;
  display: flex;
}

.slide-4 {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/cape-town-CBD_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: visible;
}

.hero-ct-header {
  z-index: 98;
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/cape-town-CBD_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  align-self: stretch;
  position: relative;
}

.hero-ct-header.b-overlay {
  background-image: linear-gradient(#262b69e6, #262b69e6), url('../images/adults-analysis-brainstorming-1661004.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section_trusted-by {
  padding: 100px;
}

.container-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 60px;
  display: flex;
}

.logo_wrap {
  width: 16%;
}

.image-13 {
  filter: grayscale();
}

.slide-nav-4 {
  font-size: 14px;
}

.contact-number-1 {
  text-align: right;
  line-height: 14px;
}

.contact-number-1:hover {
  opacity: .5;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: auto;
  height: 400px;
  padding: 31px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-3 {
  height: 400px;
  position: relative;
}

.code-embed {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-22 {
  background-color: var(--midnight-blue);
  mix-blend-mode: color;
  position: absolute;
  inset: 0%;
}

.div-block_quorion {
  text-align: center;
  background-color: #f4f4f4;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 230px;
  margin: 5px;
  padding: 51px 48px;
  display: flex;
}

.div-block-11_q {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-paragraph-medium {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-button {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: #171717d9;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-column.udesly-max-width-500 {
  max-width: 500px;
}

.udesly-grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-faq-content-wrap {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

.udesly-span-black {
  color: #171717;
}

.udesly-tab-content {
  color: #737373;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  line-height: 36px;
}

.udesly-faq-title-wrapper {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.udesly-faq-item {
  border-bottom: 1px solid #e6e6e6;
  flex: 1;
  padding: 16px 16px 0;
  transition: all .3s;
  display: block;
}

.udesly-faq-item.udesly-last-item {
  border-bottom-style: none;
}

.udesly-faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.udeslylist-item {
  margin-bottom: 4px;
}

.udeslylist-item.udesly-last-item {
  margin-bottom: 0;
}

.udesly-list {
  color: #737373;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
  list-style-type: none;
}

.udesly-faq-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-section {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.udesly-title-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  max-width: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.button_frequote {
  background-color: var(--midnight-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 45px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button_frequote:hover {
  color: #fff;
  background-color: #32343a;
}

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

.section_hero-quorion {
  z-index: 98;
  background-image: linear-gradient(#000000c9, #000000c9);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.intro-wrap-quorion {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 4px;
  display: flex;
}

.section_clients {
  background-color: var(--midnight-blue);
  margin-bottom: 0;
  padding: 100px;
}

.image-17 {
  float: left;
  margin-top: 40px;
  margin-right: 20px;
  position: relative;
}

.text-block-4 {
  line-height: 10px;
}

.div-block-11_icons {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-1 {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/_5d128df47a65fc7f91b6d7c2_slide-4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (min-width: 1280px) {
  .container.pp {
    height: 50vh;
  }

  .name-text.white {
    font-size: 20px;
  }

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

  .name-text.white_narrow {
    width: 60%;
  }

  .name-text.white {
    color: #fff;
    text-align: center;
  }

  .name-text.white_opt {
    font-size: 20px;
  }

  .name-text.white_option {
    color: #fff;
  }

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

  .block_left.why {
    background-image: linear-gradient(#0000, #0000), url('../images/test-2.webp');
  }

  .block_left.why-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/adults-analysis-brainstorming-1661004.webp');
  }

  .block_left.home-1 {
    flex-flow: column;
  }

  .block_left.img2 {
    background-image: linear-gradient(#0000, #0000), url('../images/test-2.webp');
  }

  .block_left.img3 {
    background-image: linear-gradient(#0000, #0000), url('../images/robert-bye-F2eHfMwIOxA-unsplash.jpg');
  }

  .para_text {
    flex: 0 auto;
  }

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

  .wrapper_top {
    width: auto;
  }

  .block_right_wrapper {
    flex-direction: column;
    flex: 0 auto;
    width: 80%;
    display: block;
    position: static;
  }

  .slide {
    background-image: linear-gradient(#000c, #000c), url('../images/moving-BG.jpg');
  }

  .block_right-1.software_fe {
    background-image: linear-gradient(#262b69b0, #262b69b0), url('../images/pexels-clem-onojeghuo-375889.jpg');
    padding-left: 50px;
    padding-right: 50px;
  }

  .block_right-1.quorion_sales {
    background-image: linear-gradient(#262b69b0, #262b69b0), url('../images/austin-distel-1555609-unsplash.jpg');
    padding-left: 50px;
    padding-right: 50px;
  }

  .block_right-1.quorion_repairs {
    background-image: linear-gradient(#262b69b0, #262b69b0), url('../images/quorion_images.jpg');
    padding-left: 50px;
    padding-right: 50px;
  }

  .wrapper_bottom-1._2 {
    margin-top: 0;
  }

  .slide-nav {
    font-size: 14px;
    inset: auto 0% 110px;
  }

  .footer_block-1 {
    justify-content: space-between;
  }

  .d-122-title.quorion_left {
    text-align: left;
  }

  .block_right-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .block_left-2 {
    padding: 75px 0;
  }

  .block_right-4 {
    flex-wrap: nowrap;
    flex: 0 auto;
    padding-left: 11px;
    padding-right: 11px;
  }

  .footer_block-3 {
    width: 20%;
    height: 178px;
  }

  .footer_block-2 {
    width: 20%;
  }

  .email {
    margin-bottom: 10px;
  }

  .block_right_hardware._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .block_right_hardware._3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .block_right_hardware._5 {
    padding-left: 0;
    padding-right: 0;
  }

  .block_left_hardware._4, .block_left_hardware._6 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slide-1-registers {
    background-image: url('../images/hardware-elements-13-09.webp');
  }

  .html-embed {
    margin-top: 20px;
  }

  .section_thank-you {
    height: 90vh;
  }

  .download_pdf {
    text-align: left;
    line-height: 18px;
    text-decoration: none;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .new_badge {
    top: auto;
  }

  .wrapper_fe {
    width: 490px;
  }

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

  .image-10 {
    opacity: .11;
    height: auto;
    margin-bottom: 12px;
  }

  ._25yr_wrapper {
    z-index: 100;
    background-color: var(--midnight-blue);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    display: flex;
    position: absolute;
    top: 700px;
  }

  .text-block-3 {
    color: #fff;
    width: 550px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

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

  .image-11 {
    margin-right: 40px;
  }

  .here_link {
    color: #cc9f53;
    text-decoration: none;
    display: inline-block;
  }

  .here_link:hover {
    color: #fff;
  }

  .section-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .instagram_icon {
    margin-left: 10px;
  }

  .div-block-21 {
    margin-bottom: 20px;
  }

  .thank-you-text {
    display: none;
  }

  .spacer_small {
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-4-registers, .slide-5-registers {
    background-image: url('../images/hardware-elements-v1-02.jpg');
  }

  .slide-3-scanners {
    background-image: url('../images/hardware-elements-v1-01.jpg');
  }

  .slide-4-scanners {
    background-image: url('../images/hardware-elements-v1-04.jpg');
  }

  .slide-5-scanners {
    background-image: url('../images/hardware-elements-v1-05.jpg');
  }

  .slide-3-printers {
    background-image: url('../images/hardware-elements-v1-08.jpg');
  }

  .slide-4-printers {
    background-image: url('../images/hardware-elements-v1-09.jpg');
  }

  .slide-5-printers {
    background-image: url('../images/hardware-elements-v1-07.jpg');
  }

  .slide-1-printers-copy {
    background-image: url('../images/hardware-elements-v180.jpg');
  }

  .section_privacy-policy {
    height: 50vh;
  }

  .block_full {
    width: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slide-4, .hero-ct-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/cape-town-CBD_1.webp');
  }

  .section_trusted-by {
    padding: 100px;
  }

  .container-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 60px;
    display: flex;
  }

  .logo_wrap {
    width: 16%;
  }

  .image-13 {
    filter: grayscale();
  }

  .slide-nav-4 {
    font-size: 14px;
  }

  .contact-number-1 {
    text-align: right;
    line-height: 14px;
  }

  .container-4 {
    max-width: none;
    margin-top: 60px;
  }

  .testimonial-slider-two {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-image-two {
    width: auto;
    padding: 31px;
  }

  .section-3 {
    position: relative;
  }

  .div-block-22 {
    mix-blend-mode: color;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .div-block_quorion {
    background-color: #f4f4f4;
  }

  .div-block-11_q {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .udesly-faq-item {
    flex: 1;
  }

  .udesly-list {
    padding-left: 0;
    list-style-type: none;
  }

  .button_frequote {
    width: 240px;
  }

  .image-17 {
    float: left;
    margin-top: 40px;
    margin-right: 40px;
    position: relative;
  }

  .div-block-11_icons {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  img {
    position: absolute;
  }

  .container.pp {
    height: 50vh;
  }

  .section.cc-contact {
    background-color: var(--white-smoke);
  }

  .navigation-item, .navigation-item.call-now {
    border-radius: 3px;
  }

  .logo-image {
    position: static;
  }

  .name-text.white {
    font-size: 20px;
  }

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

  .name-text.white_narrow {
    width: 60%;
  }

  .name-text.white {
    color: #fff;
    text-align: center;
  }

  .name-text.white_opt {
    font-size: 20px;
  }

  .name-text.white_option {
    color: #fff;
  }

  .contact {
    margin-top: 20px;
  }

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

  .block_left.home {
    flex-flow: row;
  }

  .block_left.why {
    background-image: linear-gradient(#0000, #0000), url('../images/test-2.webp');
  }

  .block_left.why-1 {
    background-image: linear-gradient(#262b6954, #262b6954), url('../images/adults-analysis-brainstorming-1661004.webp');
  }

  .block_left.home-1 {
    flex-flow: column;
  }

  .block_left.img1 {
    flex-flow: row;
  }

  .block_left.img2 {
    background-image: linear-gradient(#0000, #0000), url('../images/austin-distel-1555609-unsplash.jpg');
    flex-flow: row;
  }

  .block_left.img3 {
    background-image: linear-gradient(#0000, #0000), url('../images/robert-bye-F2eHfMwIOxA-unsplash.jpg');
    flex-flow: row;
  }

  .dropdown-list, .navigation-item-_dropdown {
    border-radius: 3px;
  }

  .image-2 {
    position: static;
  }

  .para_text {
    flex: 0 auto;
  }

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

  .block_right_wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide {
    background-image: linear-gradient(#000c, #000c), url('../images/moving-BG.jpg');
  }

  .block_right-1.software_fe {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-clem-onojeghuo-375889.jpg');
  }

  .block_right-1.quorion_sales {
    background-image: linear-gradient(#262b69a8, #262b69a8), url('../images/austin-distel-1555609-unsplash.jpg');
  }

  .block_right-1.quorion_repairs {
    background-image: linear-gradient(#262b69a8, #262b69a8), url('../images/quorion_images.jpg');
  }

  .div-block-2 {
    width: 30%;
  }

  .wrapper_bottom-1._2 {
    margin-top: 0;
  }

  .slide-nav {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
    inset: auto 0% 110px;
  }

  .location_icon {
    position: static;
  }

  .footer_block-1 {
    justify-content: space-between;
    width: 50%;
  }

  .section_fusion_3 {
    background-color: #fff;
  }

  .d-122-title.quorion_left {
    text-align: left;
  }

  .icon_fusion, .icon_stratus, .icon_nimbus {
    position: static;
  }

  .block_right-3, .block_left-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .block_right-4 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .footer_block-3 {
    justify-content: space-between;
    align-items: flex-start;
    width: 20%;
    height: 178px;
  }

  .footer_block-2 {
    width: 20%;
  }

  .map_wrapper, .map_hover {
    flex: 0 auto;
  }

  .pop-up-50-off {
    display: none;
  }

  .section_hardware._1, .section_hardware._2, .section_hardware._3, .section_hardware._4, .section_hardware._5 {
    max-width: 1650px;
    margin-left: auto;
    margin-right: auto;
  }

  .section_hardware._6 {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .block_right_hardware._1, .block_right_hardware._3, .block_right_hardware._5, .block_left_hardware._2, .block_left_hardware._4 {
    background-color: #fff;
  }

  .block_left_hardware._6 {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .towa_hardware_cont {
    background-color: var(--white-smoke);
  }

  .slide-1-registers {
    background-image: url('../images/hardware-elements-13-09.webp');
  }

  .slide-2-printers {
    background-image: url('../images/hardware-elements-v1-07.jpg');
  }

  .html-embed {
    margin-top: 20px;
  }

  .section_thank-you {
    height: 90vh;
  }

  .download_pdf {
    text-align: left;
    line-height: 18px;
    text-decoration: none;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: flex-start;
  }

  .new_badge {
    top: auto;
  }

  .para_text_tabel {
    text-align: center;
  }

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

  .image-10 {
    opacity: .11;
    height: auto;
    margin-bottom: 12px;
    position: static;
  }

  ._25yr_wrapper {
    z-index: 100;
    background-color: var(--midnight-blue);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 700px 0% auto;
  }

  .text-block-3 {
    color: #fff;
    width: 550px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

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

  .image-11 {
    margin-left: 0;
    margin-right: 40px;
    position: static;
  }

  .button_wrapper_25 {
    margin-top: 0;
    margin-left: 20px;
  }

  .here_link {
    color: #cc9f53;
    text-decoration: none;
    display: inline-block;
  }

  .here_link:hover {
    color: #fff;
  }

  .section-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .html-embed-2 {
    width: auto;
  }

  .instagram_icon {
    margin-left: 10px;
  }

  .div-block-21 {
    flex: 0 auto;
    display: block;
    position: static;
  }

  .thank-you-text {
    display: none;
  }

  .bold-text-3 {
    color: var(--white-smoke);
    font-weight: 300;
  }

  .spacer_small {
    width: auto;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-12 {
    flex: 0 auto;
  }

  .slide-4-registers, .slide-5-registers {
    background-image: url('../images/hardware-elements-v1-03.jpg');
  }

  .slide-3-scanners {
    background-image: url('../images/hardware-elements-v1-01.jpg');
  }

  .slide-4-scanners {
    background-image: url('../images/hardware-elements-v1-04.jpg');
  }

  .slide-5-scanners {
    background-image: url('../images/hardware-elements-v1-05.jpg');
  }

  .slide-3-printers {
    background-image: url('../images/hardware-elements-v1-08.jpg');
  }

  .slide-4-printers {
    background-image: url('../images/hardware-elements-v1-09.jpg');
  }

  .slide-5-printers {
    background-image: url('../images/hardware-elements-v1-07.jpg');
  }

  .slide-1-printers-copy {
    background-image: url('../images/hardware-elements-v180.jpg');
  }

  .section_privacy-policy {
    height: 50vh;
  }

  .block_full {
    width: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slide-4 {
    background-image: linear-gradient(#000000a1, #000000a1), url('../images/cape-town-CBD_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-ct-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/cape-town-CBD_1.webp');
  }

  .section_trusted-by {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 100px;
    display: block;
  }

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

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

  .trusted-img {
    width: 50px;
  }

  .quick-stack-2 {
    text-align: left;
    margin-top: 60px;
  }

  .cell_img {
    filter: grayscale();
    justify-content: center;
    align-items: center;
  }

  .container-3 {
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-top: 60px;
    display: flex;
  }

  .logo_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 16%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-13 {
    filter: grayscale();
    flex: 0 auto;
    display: block;
    position: static;
  }

  .slide-nav-4 {
    font-size: 14px;
  }

  .contact-number-1 {
    text-align: right;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    line-height: 14px;
    display: flex;
  }

  .container-4 {
    max-width: none;
    margin-top: 60px;
  }

  .testimonial-slider-two {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-quote-icon, .testimonial-image {
    position: static;
  }

  .testimonial-image-two {
    width: auto;
    height: 380px;
    padding: 30px;
    position: static;
  }

  .section-3 {
    position: relative;
  }

  .div-block-22 {
    background-color: var(--midnight-blue);
    mix-blend-mode: color;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .div-block_quorion {
    background-color: #f4f4f4;
  }

  .div-block-11_q {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .udesly-faq-arrow {
    flex: 0 auto;
    position: static;
  }

  .udesly-faq-item {
    flex: 1;
  }

  .udeslylist-item {
    list-style-type: none;
  }

  .udesly-list {
    padding-left: 0;
    list-style-type: none;
  }

  .button_frequote {
    width: 240px;
  }

  .quorion_icon {
    position: static;
  }

  .section_clients {
    background-color: var(--midnight-blue);
  }

  .image-15, .image-16 {
    position: static;
  }

  .image-17 {
    float: left;
    overflow-wrap: normal;
    margin-top: 40px;
    margin-right: 40px;
    position: relative;
  }

  .image-18 {
    flex: none;
    position: static;
  }

  .div-block-11_icons {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: auto;
    height: 440px;
  }

  .container.rental {
    height: 500px;
  }

  .container.pp {
    height: 30vh;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo.white {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-jumbo.blue {
    flex: 0 auto;
    font-size: 50px;
    line-height: 60px;
  }

  .section.cc-contact {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .button_contact-us {
    justify-content: center;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .logo-link {
    margin-left: 0;
    padding-left: 20px;
  }

  .logo-link.w--current {
    flex: none;
    margin-left: 0;
    padding-left: 20px;
  }

  .menu-icon {
    background-color: var(--white);
    filter: invert();
    color: #0000;
    border: 1px #000;
    margin: 10px;
    display: block;
  }

  .navigation-item {
    text-align: center;
    background-color: #0000;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    opacity: 1;
    background-color: #0000;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current {
    flex: none;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-item.dp {
    background-color: #ffffff24;
    align-self: auto;
    width: 100vw;
  }

  .navigation-item.call-now {
    display: block;
  }

  .navigation-items {
    z-index: 99;
    background-color: #000000ab;
    flex-direction: row;
    flex: 0 auto;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .navigation-on-scroll {
    padding: 25px 30px;
    display: none;
  }

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

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

  .navigation-wrap {
    color: #fff;
    margin-right: 20px;
  }

  .name-text.white {
    width: 88%;
    font-size: 20px;
    line-height: 23px;
  }

  .name-text.black, .name-text.our-story, .name-text._180-flip, .name-text._100, .name-text.testimonial {
    width: auto;
    font-size: 25px;
    line-height: 27px;
  }

  .name-text.white_narrow {
    width: 110%;
    font-size: 20px;
    line-height: 23px;
  }

  .name-text.white {
    color: #fff;
    text-align: center;
    width: auto;
    font-size: 25px;
    line-height: 27px;
  }

  .name-text.white_opt {
    width: 88%;
    font-size: 20px;
    line-height: 30px;
  }

  .name-text.white_option {
    margin-top: 10px;
    font-size: 14px;
  }

  .contact {
    width: auto;
    padding: 30px 30px 40px;
  }

  .contact-headline {
    width: 100%;
  }

  .contact-form-wrap {
    width: 100%;
    padding-right: 0;
  }

  .footer-wrap {
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_hero {
    height: 600px;
  }

  .block_right {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left {
    height: 560px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block_left.home {
    height: 540px;
  }

  .block_left.software {
    height: 560px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .block_left.software-1 {
    height: 580px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block_left.about {
    height: 650px;
  }

  .block_left.why {
    height: 540px;
  }

  .block_left.why-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/adults-analysis-brainstorming-1661004.webp');
    height: 540px;
  }

  .block_left.home-1, .block_left.img1, .block_left.img2, .block_left.img3 {
    height: 540px;
  }

  .tabs {
    width: 80%;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    width: 80px;
  }

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

  .navigation-item-_dropdown {
    text-align: center;
    width: 100px;
    padding: 20px 0;
    font-size: 12px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-_dropdown:hover {
    background-color: #0000;
  }

  .navigation-item-_dropdown:active {
    background-color: #eef0f3;
  }

  .button_findoutmore {
    justify-content: center;
  }

  .para_text {
    font-size: 14px;
    line-height: 19px;
  }

  .para_text.centre {
    line-height: 20px;
  }

  .para_text.white {
    line-height: 16px;
  }

  .wrapper_top {
    width: auto;
  }

  .wrapper_top.h_block {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .wrapper_bottom {
    width: auto;
  }

  .hero_slider {
    height: 500px;
    display: block;
  }

  .slide {
    background-image: linear-gradient(to bottom, null, null), url('../images/moving-BG.jpg');
  }

  .find_out_more {
    font-size: 14px;
    line-height: 15px;
  }

  .tabs-content {
    height: 400px;
  }

  .section_rental, .rental_slider {
    height: 500px;
  }

  .navigation-fixed {
    flex-direction: row;
    padding: 0;
    display: block;
  }

  .colour_block {
    width: 25px;
    height: 200px;
  }

  .block_wrapper, .block_wrapper.right {
    height: 500px;
  }

  .block_left-1 {
    height: 540px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_right-1 {
    height: 540px;
  }

  .block_right-1.software {
    height: 610px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block_right-1.software-1 {
    height: 570px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block_right-1.software-2 {
    height: 620px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block_right-1.software_fe {
    height: 630px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block_right-1.quorion_sales {
    background-image: linear-gradient(#262b69a8, #262b69a8), url('../images/austin-distel-1555609-unsplash.jpg');
    background-position: 0 0, 0%;
    height: 630px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block_right-1.quorion_repairs {
    background-image: linear-gradient(to bottom, null, null), url('../images/quorion_images.jpg');
    height: 630px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper_bottom-1._1, .wrapper_bottom-1._3 {
    width: auto;
  }

  .wrapper_bottom-1._2 {
    width: auto;
    margin-top: 0;
  }

  .slide-nav {
    font-size: 12px;
    bottom: 20px;
  }

  .nav_wrapper {
    background-color: #000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 60px;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
  }

  .footer_block-1 {
    width: 40%;
  }

  .para_text-white {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-8 {
    flex: 0 auto;
  }

  .section_hero-about {
    height: 500px;
  }

  .para_text_1, .para_text_1.story {
    font-size: 14px;
    line-height: 19px;
  }

  .container_our-history {
    padding: 50px 30px;
  }

  .para_text_date {
    font-size: 30px;
    line-height: 19px;
  }

  .bold-text-2 {
    font-size: 30px;
    line-height: 20px;
  }

  .d-31-card {
    margin-top: 0;
    margin-bottom: 0;
  }

  .d-31-card-front._3 {
    flex-direction: column;
  }

  .section_fusion_3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .d-122-title.quorion_left {
    text-align: left;
  }

  .block_right-2 {
    height: 540px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_right-3 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block_right-3.software {
    height: auto;
  }

  .block_left-2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left-2.software {
    height: 500px;
  }

  .block_left-2.software-2 {
    height: auto;
  }

  .block_right-4 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left-3 {
    height: 420px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer_block-3 {
    width: 16%;
  }

  .footer_block-2 {
    width: 21%;
  }

  .email {
    margin-bottom: 10px;
  }

  .map_wrapper {
    flex: 0 auto;
  }

  .section_hardware._2 {
    height: 400px;
  }

  .block_right_hardware {
    height: 560px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block_right_hardware._1 {
    height: 400px;
  }

  .block_right_hardware._2 {
    background-image: none;
    height: 400px;
  }

  .block_right_hardware._3 {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_right_hardware._4, .block_right_hardware._5 {
    height: 400px;
  }

  .block_right_hardware._6 {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left_hardware {
    height: 730px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block_left_hardware._1 {
    background-image: none;
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left_hardware._2 {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left_hardware._3 {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left_hardware._4 {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left_hardware._5 {
    background-image: none;
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left_hardware._6 {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left_hardware._7 {
    height: 400px;
  }

  .icon-4, .icon-5 {
    font-size: 25px;
  }

  .para_text-name {
    font-size: 14px;
    line-height: 19px;
  }

  .right-arrow-4, .left-arrow-5 {
    width: 50px;
  }

  .slide-2-pos {
    background-image: url('../images/hardware-elements-02.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-2-registers {
    background-image: url('../images/hardware-elements-01.png');
    background-position: 50%;
    background-size: cover;
  }

  .slide-3-registers {
    background-image: url('../images/hardware-elements-07.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-1-scanners {
    background-image: url('../images/hardware-elements-v1-04.jpg');
  }

  .slide-2-scanners {
    background-image: url('../images/hardware-elements-10.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-2-drawers, .slide-2-printers {
    background-image: url('../images/hardware-elements-02.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .html-embed {
    margin-top: 20px;
  }

  .button_continue-browsing {
    justify-content: center;
  }

  .download_pdf {
    line-height: 22px;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .login-button {
    justify-content: center;
    width: 200px;
    margin-right: 0;
  }

  .para_text_tabel {
    font-size: 14px;
    line-height: 14px;
  }

  .wrapper_fe {
    width: 330px;
    overflow: hidden;
  }

  .button_call-now, .button_apply-now {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .scroll-left-wrapper {
    display: none;
  }

  .image-10 {
    width: 200px;
  }

  ._25yr_wrapper {
    z-index: 99;
    height: 70px;
    top: 530px;
  }

  .text-block-3 {
    width: 340px;
    font-size: 14px;
    line-height: 18px;
  }

  .image-11 {
    flex: 0 auto;
    max-width: 21%;
    margin-right: 20px;
  }

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

  .instagram_icon {
    margin-left: 10px;
  }

  .div-block-21 {
    margin-bottom: 30px;
  }

  .thank-you-text {
    display: none;
  }

  .wrapper_bottom-2 {
    width: auto;
  }

  .block_right-5 {
    height: 540px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left-v1 {
    height: 560px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block_left-v1.home {
    height: 540px;
  }

  .block_left-v1.software {
    height: 560px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .block_left-v1.software-1 {
    height: 580px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block_left-v1.about {
    height: 650px;
  }

  .slide-4-registers, .slide-5-registers {
    background-image: url('../images/hardware-elements-v1-02.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-3-scanners {
    background-image: url('../images/hardware-elements-v1-01.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-4-scanners {
    background-image: url('../images/hardware-elements-v1-04.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-5-scanners {
    background-image: url('../images/hardware-elements-v1-05.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-3-printers {
    background-image: url('../images/hardware-elements-v1-08.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-4-printers {
    background-image: url('../images/hardware-elements-v1-09.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-5-printers {
    background-image: url('../images/hardware-elements-v1-07.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section_privacy-policy {
    height: 30vh;
  }

  .block_full {
    height: auto;
    padding: 40px 0;
  }

  .slide-4, .hero-ct-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/cape-town-CBD_1.webp');
  }

  .section_trusted-by {
    padding: 30px;
  }

  .container-3 {
    max-width: none;
    margin-top: 40px;
  }

  .container-4 {
    max-width: 728px;
    margin-top: 40px;
  }

  .testimonial-slider-two {
    width: 100%;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-image-two {
    width: 40%;
    height: auto;
    padding: 0;
  }

  .div-block-22 {
    background-color: var(--midnight-blue);
  }

  .div-block_quorion {
    width: 31%;
    padding-left: 19px;
    padding-right: 19px;
  }

  .div-block-11_q {
    width: 70%;
  }

  .udesly-grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-faq-content-wrap {
    width: 100%;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .button_frequote {
    justify-content: center;
  }

  .section_hero-quorion {
    height: 600px;
  }

  .intro-wrap-quorion {
    justify-content: flex-start;
    align-items: center;
    margin-top: 140px;
    padding-left: 59px;
    padding-right: 59px;
  }

  .section_clients {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-17 {
    width: 22%;
  }

  .image-17.large {
    width: 40%;
  }

  .text-block-4 {
    line-height: 10px;
  }

  .div-block-11_icons {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
    height: 370px;
  }

  .container.rental {
    height: 400px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo.white {
    width: 81%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 33px;
  }

  .heading-jumbo.blue {
    color: #fff;
    font-size: 56px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 20px;
  }

  .button_contact-us {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link, .logo-link.w--current {
    padding-left: 20px;
  }

  .menu-icon {
    filter: invert();
    margin: 10px;
  }

  .navigation-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-item:hover {
    color: #fff;
    background-color: #f7f8f900;
  }

  .navigation-item.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-item.w--current:hover {
    background-color: #262b6900;
  }

  .navigation-item.dp {
    background-color: #ffffff24;
    align-self: auto;
    width: 100vw;
  }

  .navigation-item.call-now {
    justify-content: center;
    display: block;
  }

  .navigation-items {
    z-index: 99;
    color: #1a1b1f;
    background-color: #000000ab;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navigation-on-scroll {
    padding: 20px 30px;
    display: none;
  }

  .menu-button.w--open {
    z-index: 100;
  }

  .logo-image {
    max-width: 60%;
  }

  .navigation-wrap {
    margin-right: 20px;
  }

  .intro-wrap {
    margin-top: 13px;
  }

  .name-text.white, .name-text.white_narrow {
    width: 88%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .name-text.white {
    font-size: 25px;
  }

  .name-text.white_opt {
    width: 88%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .name-text.white_option {
    margin-top: 10px;
    line-height: 20px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    display: block;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section_hero {
    height: 480px;
    margin-left: 0;
    margin-right: 0;
  }

  .section_software_carousel {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .section_software_carousel.reverse-order {
    flex-direction: column-reverse;
  }

  .block_right {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  .block_left {
    background-image: linear-gradient(#ffffffc2, #ffffffc2), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 120px;
  }

  .block_left.home {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    margin-left: 0;
  }

  .block_left.software {
    height: 250px;
  }

  .block_left.software-1 {
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left.about {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
  }

  .block_left.why {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    margin-left: 0;
  }

  .block_left.why-1 {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/adults-analysis-brainstorming-1661004.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    margin-left: 0;
  }

  .block_left.home-1, .block_left.img1, .block_left.img2, .block_left.img3 {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    margin-left: 0;
  }

  .tabs {
    width: auto;
  }

  .navigation-item-_dropdown {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-item-_dropdown:hover {
    background-color: #f7f8f900;
  }

  .text_findoutmore {
    font-size: 16px;
  }

  .para_text {
    text-align: left;
    margin-bottom: 0;
  }

  .para_text.semi_bold, .para_text.footer, .para_text.offices {
    text-align: left;
  }

  .text_bold.purple, .text_bold.block-text {
    font-size: 16px;
  }

  .wrapper_top {
    margin-top: 20px;
  }

  .block_right_wrapper {
    flex: 1;
    align-self: stretch;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero_slider {
    height: 400px;
  }

  .icon-2 {
    margin-right: 20px;
    font-size: 20px;
  }

  .tabs-content {
    height: auto;
    margin-bottom: 20px;
  }

  .section_rental {
    height: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .rental_slider {
    height: 400px;
  }

  .navigation-fixed {
    height: 60px;
    padding: 0 30px;
    position: absolute;
  }

  .block_wrapper {
    display: none;
  }

  .right-arrow-2 {
    margin-right: 0;
  }

  .section_fusion_1 {
    flex-direction: column-reverse;
  }

  .block_left-1 {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  .block_right-1 {
    width: 100%;
    height: 300px;
  }

  .block_right-1.software {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/mario-gogh-hdL4P9BGelQ-unsplash.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
  }

  .block_right-1.home {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/SENOR_POS-2.webp');
    background-position: 0 0, 50% 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    margin-left: 0;
  }

  .block_right-1.software-1, .block_right-1.software-2 {
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_right-1.software_fe {
    background-image: linear-gradient(#262b69c4, #262b69c4), url('../images/pexels-clem-onojeghuo-375889.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
  }

  .block_right-1.quorion_sales {
    background-image: linear-gradient(#262b69c4, #262b69c4), url('../images/austin-distel-1555609-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 520px;
  }

  .block_right-1.quorion_repairs {
    background-image: linear-gradient(#262b69c4, #262b69c4), url('../images/quorion_images.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex: none;
    height: 520px;
  }

  .div-block-2 {
    width: auto;
  }

  .wrapper_bottom-1._1, .wrapper_bottom-1._3 {
    justify-content: flex-start;
  }

  .wrapper_bottom-1._2 {
    justify-content: flex-start;
    margin-top: 0;
  }

  .slide-nav {
    bottom: 30px;
  }

  .nav_wrapper {
    background-color: #000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 60px;
    margin-left: 0;
    padding: 20px 0 30px;
    display: flex;
    position: static;
  }

  .footer_block-1 {
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

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

  .right-arrow-3 {
    z-index: 98;
  }

  .hero-about-header {
    background-image: linear-gradient(#000000c2, #000000c2), url('../images/adults-analysis-brainstorming-1661004.webp');
    background-position: 0 0, 50%;
  }

  .section_hero-about {
    height: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .section_our-history {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-11 {
    flex-direction: row;
  }

  .block_wrapper_software {
    flex-direction: row;
    display: flex;
  }

  .d-31-card {
    height: 210px;
  }

  .section_fusion_3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .d-122-category-card-wrapper._3, .d-122-category-card-wrapper._1, .d-122-category-card-wrapper._2, .d-122-category-card-wrapper._4, .d-122-category-card-wrapper._5, .d-122-category-card-wrapper._6, .d-122-category-card-wrapper._7, .d-122-category-card-wrapper._8, .d-122-category-card-wrapper._9, .d-122-category-card-wrapper._10, .d-122-category-card-wrapper._11, .d-122-category-card-wrapper._12 {
    height: 150px;
  }

  .d-122-title.blue, .d-122-title.quorion, .d-122-title.quorion_left {
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
  }

  .section_fusion_2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .block_right-2, .block_right-3 {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  .block_right-3.software {
    height: auto;
  }

  .block_left-2 {
    width: 100%;
    height: auto;
    padding: 40px 19px;
  }

  .block_left-2.software {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left-2.software-2 {
    height: auto;
  }

  .block_right-4 {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  .block_left-3 {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 250px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .footer_block-3 {
    align-items: flex-start;
    width: 30%;
  }

  .footer_block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 30%;
    margin-top: 40px;
  }

  .email {
    margin-bottom: 10px;
  }

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

  .map_hover {
    max-width: 80%;
  }

  .home {
    margin-left: -13px;
  }

  .pop-up-50-off {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
  }

  .section_hardware {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .section_hardware._1 {
    flex-direction: column-reverse;
  }

  .section_hardware._2 {
    height: auto;
    display: block;
  }

  .section_hardware._3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .section_hardware._5 {
    flex-direction: column-reverse;
  }

  .block_right_hardware {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block_right_hardware._1 {
    background-color: var(--white-smoke);
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_right_hardware._2 {
    flex-direction: row;
    flex: none;
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .block_right_hardware._3 {
    background-color: var(--white-smoke);
    flex: 0 auto;
    height: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .block_right_hardware._4 {
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .block_right_hardware._5 {
    background-color: var(--white-smoke);
    background-image: none;
    height: auto;
    padding: 40px 20px;
  }

  .block_right_hardware._6 {
    padding-bottom: 0;
  }

  .block_left_hardware {
    background-image: linear-gradient(#ffffffc2, #ffffffc2), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 120px;
  }

  .block_left_hardware._1 {
    flex: 0 auto;
    height: 300px;
  }

  .block_left_hardware._2 {
    flex: 0 auto;
    height: auto;
    padding: 40px 20px;
    display: flex;
  }

  .block_left_hardware._3 {
    flex: 0 auto;
  }

  .block_left_hardware._4, .block_left_hardware._6 {
    height: auto;
    padding: 40px 20px;
  }

  .slider-2 {
    flex: 1;
    align-self: stretch;
  }

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

  .slide-1-registers {
    position: relative;
  }

  .mask {
    position: relative;
    overflow: hidden;
  }

  .block_right_wrapper-footer {
    width: auto;
    margin-top: 20px;
  }

  .right-arrow-5 {
    margin-right: 0;
  }

  .section_thank-you {
    flex-direction: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .download_pdf {
    margin-right: 18px;
    line-height: 18px;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .login-button {
    width: 200px;
  }

  .column-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .para_text_tabel {
    text-align: left;
    margin-bottom: 0;
  }

  .wrapper_fe {
    width: auto;
    margin-top: 20px;
  }

  .button_call-now, .button_apply-now {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block_right_wrapper_column {
    align-self: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .scroll-left-wrapper {
    display: none;
  }

  .image-10 {
    width: 170px;
  }

  ._25yr_wrapper {
    z-index: 99;
    height: 70px;
    top: 410px;
  }

  .text-block-3 {
    width: 340px;
    font-size: 14px;
    line-height: 18px;
  }

  .thank-you-text {
    display: none;
  }

  .block_right-5 {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  .block_left-v1 {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 250px;
  }

  .block_left-v1.home {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    margin-left: 0;
  }

  .block_left-v1.software {
    height: 250px;
  }

  .block_left-v1.software-1 {
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left-v1.about {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
  }

  .slide-5-scanners {
    background-image: url('../images/hardware-elements-v1-05.jpg');
  }

  .slide-4-printers {
    background-image: url('../images/hardware-elements-v1-09.jpg');
  }

  .section_privacy-policy {
    flex-direction: column;
    height: 30vh;
    margin-left: 0;
    margin-right: 0;
  }

  .block_full {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  .slide-4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/cape-town-CBD_1.webp');
  }

  .hero-ct-header {
    background-image: linear-gradient(#000000c2, #000000c2), url('../images/cape-town-CBD_1.webp');
    background-position: 0 0, 50%;
  }

  .section_trusted-by {
    padding: 20px;
  }

  .container-3 {
    margin-top: 40px;
  }

  .logo_wrap {
    width: 20%;
  }

  .contact-number-1 {
    text-align: right;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 50%;
    height: auto;
    margin-right: auto;
  }

  .div-block_quorion {
    width: 31%;
  }

  .div-block-11_q {
    flex-direction: row;
    width: 90%;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .section_hero-quorion {
    height: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-wrap-quorion {
    margin-top: 220px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section_clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-4 {
    line-height: 10px;
  }

  .div-block-11_icons {
    flex-direction: row;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    min-width: 40%;
    height: 430px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo.white {
    width: 92%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 33px;
  }

  .heading-jumbo.blue {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }

  .section.cc-contact {
    background-position: 50% 100%;
    background-size: contain;
  }

  .logo-link.w--current {
    z-index: 100;
    padding-left: 20px;
    display: block;
  }

  .navigation-items {
    background-color: #000000ab;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .navigation-on-scroll {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    z-index: 100;
    flex: none;
  }

  .menu-button.w--open {
    flex: none;
  }

  .navigation-wrap {
    margin-right: 20px;
  }

  .name-text.white {
    width: 100%;
    font-size: 14px;
  }

  .name-text._180-flip {
    flex: 0 auto;
  }

  .name-text.testimonial {
    font-size: 20px;
    line-height: 22px;
  }

  .name-text.white_narrow {
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .name-text.white {
    font-size: 25px;
  }

  .name-text.white_opt {
    width: 100%;
    font-size: 14px;
  }

  .name-text.white_option {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .contact {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-flow: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_hero {
    height: 620px;
  }

  .block_right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left.home {
    margin-left: 0;
  }

  .block_left.software {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/robert-bye-F2eHfMwIOxA-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left.software-1 {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/shutterstock_572008645.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left.why, .block_left.why-1 {
    margin-left: 0;
  }

  .block_left.home-1 {
    background-image: linear-gradient(#262b6980, #262b6980), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-left: 0;
  }

  .block_left.img1, .block_left.img2, .block_left.img3 {
    margin-left: 0;
  }

  .tabs {
    flex: 0 auto;
  }

  .link-block {
    margin-left: 0;
  }

  .button_findoutmore {
    margin-right: 0;
  }

  .para_text {
    flex: 1;
  }

  .para_text.footer {
    margin-bottom: 10px;
  }

  .para_text.offices {
    margin-top: 15px;
  }

  .block_right_wrapper {
    flex: 0 auto;
    align-self: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero_slider {
    height: 500px;
  }

  .icon-2 {
    font-size: 26px;
  }

  .navigation-fixed {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .block_wrapper {
    height: 500px;
    display: none;
  }

  .right-arrow-2 {
    width: 40px;
    display: none;
  }

  .section_fusion_1 {
    flex-direction: column-reverse;
  }

  .block_left-1 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_right-1 {
    background-image: linear-gradient(#ffffffc2, #ffffffc2), url('../images/SENOR_POS-2.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 120px;
  }

  .block_right-1.software {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/mario-gogh-hdL4P9BGelQ-unsplash.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_right-1.home {
    margin-left: 0;
  }

  .block_right-1.software-1 {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/blood-blur-butcher-1869711.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
  }

  .block_right-1.software-2 {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/shutterstock_644343157.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_right-1.software_fe {
    background-image: linear-gradient(#262b69c4, #262b69c4), url('../images/pexels-clem-onojeghuo-375889.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_right-1.quorion_sales {
    background-image: linear-gradient(#262b69c4, #262b69c4), url('../images/austin-distel-1555609-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_right-1.quorion_repairs {
    background-image: linear-gradient(#262b69c4, #262b69c4), url('../images/quorion_images.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    width: auto;
  }

  .wrapper_bottom-1._3 {
    flex-wrap: nowrap;
  }

  .wrapper_bottom-1._2 {
    margin-top: 0;
  }

  .slide-nav {
    bottom: 50px;
  }

  .nav_wrapper {
    margin-top: 60px;
    padding-bottom: 30px;
    display: flex;
  }

  .footer_block-1 {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .para_text-white {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .right-arrow-3 {
    width: 20px;
  }

  .section_hero-about {
    height: auto;
  }

  .para_text_1, .para_text_1.right {
    line-height: 16px;
  }

  .para_text_1.story {
    font-size: 14px;
    line-height: 19px;
  }

  .container_our-history {
    padding-left: 20px;
    padding-right: 20px;
  }

  .line {
    height: 230px;
  }

  .line._2 {
    height: 240px;
  }

  .line._3 {
    height: 90px;
  }

  .line._4 {
    height: 130px;
  }

  .line._5 {
    height: 190px;
  }

  .line._6 {
    height: 180px;
  }

  .line._8 {
    height: 130px;
  }

  .line._10 {
    height: 70px;
  }

  .shape-wrapper {
    width: 20%;
  }

  .bold-text {
    line-height: 10px;
  }

  .left-arrow-4 {
    width: 20px;
  }

  .tabs-menu {
    display: flex;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .hover_black {
    margin-bottom: 5px;
  }

  .block_wrapper_software {
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-items: stretch;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .d-31-card-wrapper {
    flex: 1;
  }

  .d-31-card {
    backface-visibility: visible;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .d-31-card-front._1 {
    flex-direction: column;
    width: 100%;
    height: 200px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    inset: 0%;
  }

  .d-31-card-front._2 {
    justify-content: center;
    width: 100%;
    height: 200px;
    position: static;
  }

  .d-31-card-front._3 {
    backface-visibility: hidden;
    width: 100%;
    height: 200px;
    position: static;
    transform: none;
  }

  .d-31-card-back {
    height: auto;
    padding: 0;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .section_logos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .d-122-title {
    margin-bottom: 20px;
  }

  .d-122-top-block, .d-122-bottom-block {
    display: none;
  }

  .bitton_wrapper {
    flex-direction: column;
  }

  .button_wrapper_single {
    margin-top: 30px;
  }

  .icon_fusion {
    flex: 0 auto;
    margin-bottom: 10px;
  }

  .icon_stratus, .icon_nimbus {
    margin-bottom: 10px;
  }

  .block_right-2, .block_right-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left-2 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_right-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left-3 {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .facebook_icon {
    margin-bottom: 30px;
  }

  .footer_block-3 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: 0;
  }

  .footer_block-2 {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .email {
    margin-bottom: 10px;
  }

  .map_wrapper {
    margin-bottom: 40px;
  }

  .map_hover {
    max-width: 100%;
  }

  .back-to-top {
    background-color: #fff;
    display: block;
  }

  .image-8 {
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
    position: static;
    bottom: 85px;
    right: 10px;
  }

  .home {
    display: none;
  }

  .pop-up-50-off {
    flex-direction: column;
    padding: 17px 15px;
    display: none;
  }

  .div-block-15 {
    width: auto;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .link-block-7 {
    border-radius: 100px;
    margin-top: 10px;
    margin-bottom: -22px;
    margin-right: 0;
    position: static;
    right: auto;
  }

  .section_hardware {
    flex-direction: column-reverse;
  }

  .section_hardware._2 {
    flex-direction: column;
    height: auto;
  }

  .section_hardware._4, .section_hardware._6 {
    flex-direction: column;
  }

  .block_right_hardware {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_right_hardware._1 {
    background-color: var(--white-smoke);
    background-image: none;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block_right_hardware._2 {
    height: 300px;
    display: flex;
  }

  .block_right_hardware._3 {
    background-color: var(--white-smoke);
    background-image: none;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .block_right_hardware._4 {
    height: 300px;
  }

  .block_right_hardware._5 {
    background-color: var(--white-smoke);
    background-image: none;
    height: auto;
  }

  .block_right_hardware._6 {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .block_left_hardware {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left_hardware._1 {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .block_left_hardware._2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block_left_hardware._3 {
    height: 300px;
  }

  .block_left_hardware._4 {
    height: auto;
  }

  .block_left_hardware._5 {
    height: 300px;
  }

  .block_left_hardware._6 {
    flex: 1;
    height: 250px;
  }

  .block_left_hardware._7 {
    height: 300px;
  }

  .slider-2 {
    flex: 1;
  }

  .para_text-name {
    flex: 1;
    bottom: 15px;
  }

  .para_text-name.white_2, .para_text-name.black_1 {
    margin-bottom: 15px;
  }

  .slide-2-registers {
    background-image: url('../images/hardware-elements-01_1.webp');
  }

  .slide-3-registers {
    background-image: url('../images/hardware-elements-07.png');
  }

  .slide-2-scanners {
    background-image: url('../images/hardware-elements-10.webp');
  }

  .slide-2-drawers {
    background-image: url('../images/hardware-elements-08.webp');
  }

  .slide-2-printers {
    background-image: url('../images/hardware-elements-11.webp');
  }

  .mask {
    overflow: hidden;
  }

  .div-block-18 {
    background-color: #fff;
    border-radius: 0 3px 3px 0;
    flex-direction: row;
    margin-bottom: 20px;
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
    box-shadow: 1px 0 5px #00000024;
  }

  .block_right_wrapper-footer {
    flex: 0 auto;
    margin-top: 0;
  }

  .right-arrow-5 {
    width: 40px;
    display: none;
  }

  .section_thank-you {
    height: auto;
  }

  .button_continue-browsing {
    width: 236px;
    margin-right: 0;
  }

  .download_pdf {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    display: inline-block;
  }

  .div-block-19 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .new_badge {
    font-size: 12px;
    top: auto;
  }

  .para_text_tabel {
    text-align: center;
    flex: 1;
  }

  .wrapper_fe {
    width: 590px;
  }

  .container-2 {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .container-2.left {
    text-align: center;
  }

  .button_call-now {
    flex: none;
    width: 48%;
    margin: 0 2% 0 auto;
  }

  .button_apply-now {
    flex: none;
    width: 48%;
    margin: 0 auto 0 2%;
  }

  .block_right_wrapper_column {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto;
  }

  .image-9 {
    margin-bottom: 0;
    margin-right: 10px;
  }

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

  .image-10 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  ._25yr_wrapper {
    z-index: 99;
    height: 110px;
    top: 510px;
  }

  .text-block-3 {
    width: 280px;
    font-size: 12px;
  }

  .link-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-11 {
    max-width: 50%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button_wrapper_25 {
    margin-top: 30px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .instagram_icon {
    margin-bottom: 30px;
  }

  .div-block-21 {
    margin-bottom: 0;
  }

  .thank-you-text {
    display: none;
  }

  .block_right-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left-v1 {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/slide-3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left-v1.home {
    margin-left: 0;
  }

  .block_left-v1.software {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/robert-bye-F2eHfMwIOxA-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_left-v1.software-1 {
    background-image: linear-gradient(#262b6957, #262b6957), url('../images/shutterstock_572008645.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-4-registers, .slide-5-registers {
    background-image: url('../images/hardware-elements-07.png');
  }

  .slide-3-scanners, .slide-4-scanners, .slide-5-scanners {
    background-image: url('../images/hardware-elements-10.webp');
  }

  .slide-3-printers, .slide-4-printers, .slide-5-printers {
    background-image: url('../images/hardware-elements-11.webp');
  }

  .section_privacy-policy {
    height: 30vh;
  }

  .block_full {
    flex-direction: column;
    padding: 40px 20px;
  }

  .slide-4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/cape-town-CBD_1.webp');
  }

  .hero-ct-header {
    flex: 1;
  }

  .container-3 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
  }

  .logo_wrap {
    width: 25%;
  }

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

  .testimonial-content {
    margin-bottom: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-image-two {
    width: auto;
    margin-right: 0;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .testimonial-slider-nav {
    margin-top: 0;
  }

  .div-block-22 {
    mix-blend-mode: color;
  }

  .div-block_quorion {
    width: 100%;
    padding-left: 57px;
    padding-right: 57px;
  }

  .div-block-11_q {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .udesly-faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .button_frequote {
    margin-right: 0;
  }

  .section_hero-quorion {
    height: 600px;
  }

  .text-block-4 {
    line-height: 10px;
  }

  .div-block-11_icons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}


