/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 1, ../../sass/v2/_typography.scss */
h2 {
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1099px) {
  /* line 1, ../../sass/v2/_typography.scss */
  h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 768px) {
  /* line 1, ../../sass/v2/_typography.scss */
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

/* line 19, ../../sass/v2/_typography.scss */
h1 {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 80px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  /* line 19, ../../sass/v2/_typography.scss */
  h1 {
    font-size: 3.75rem;
    line-height: 4.375rem;
  }
}
@media (max-width: 768px) {
  /* line 19, ../../sass/v2/_typography.scss */
  h1 {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}

/* line 36, ../../sass/v2/_typography.scss */
h1.case-std {
  text-transform: uppercase;
  color: #eee;
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  /* line 36, ../../sass/v2/_typography.scss */
  h1.case-std {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  /* line 36, ../../sass/v2/_typography.scss */
  h1.case-std {
    font-size: 11px;
    line-height: 20px;
  }
}

/* line 55, ../../sass/v2/_typography.scss */
h3 {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.5rem;
}
@media (max-width: 768px) {
  /* line 55, ../../sass/v2/_typography.scss */
  h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

/* line 66, ../../sass/v2/_typography.scss */
h4 {
  font-size: 1.875rem;
  line-height: 2rem;
}

/* line 71, ../../sass/v2/_typography.scss */
h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
@media (max-width: 768px) {
  /* line 71, ../../sass/v2/_typography.scss */
  h5 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

/* line 84, ../../sass/v2/_typography.scss */
p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  /* line 84, ../../sass/v2/_typography.scss */
  p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

/* line 93, ../../sass/v2/_typography.scss */
article {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 3, ../../sass/v2/_normalize.scss */
* {
  box-sizing: border-box;
}

/* line 7, ../../sass/v2/_normalize.scss */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  position: relative;
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 18px;
}
/* line 15, ../../sass/v2/_normalize.scss */
body.no-scroll {
  overflow: hidden;
}

/* line 20, ../../sass/v2/_normalize.scss */
h1,
h2,
h3 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

/* line 28, ../../sass/v2/_normalize.scss */
img,
video {
  width: 100%;
}

/* line 33, ../../sass/v2/_normalize.scss */
ul {
  padding: 0;
  margin: 0;
}
/* line 37, ../../sass/v2/_normalize.scss */
ul li {
  list-style: none;
}

/* line 42, ../../sass/v2/_normalize.scss */
a {
  color: inherit;
  text-decoration: none;
}
/* line 45, ../../sass/v2/_normalize.scss */
a:hover, afocus {
  text-decoration: underline;
}

/* line 51, ../../sass/v2/_normalize.scss */
p {
  padding: 0;
  margin: 0;
}

/* line 1, ../../sass/v2/_animations.scss */
.list-con {
  position: relative;
  border: 1px solid #f6f4f1;
  aspect-ratio: 1.55;
  border-radius: 11px;
  overflow: hidden;
  background-color: #f6f4f1;
}
/* line 10, ../../sass/v2/_animations.scss */
.list-con .action-line {
  background-color: #1433ec;
  padding: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  height: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
/* line 21, ../../sass/v2/_animations.scss */
.list-con .action-line.done {
  height: 100%;
  background-color: #08c1be;
}
/* line 28, ../../sass/v2/_animations.scss */
.list-con .action-line.yellow {
  background-color: #FBAF03;
}
/* line 34, ../../sass/v2/_animations.scss */
.list-con .action-line.off {
  margin-top: -25px;
}
/* line 40, ../../sass/v2/_animations.scss */
.list-con .action-line.teal {
  background-color: #08c1be;
}
/* line 46, ../../sass/v2/_animations.scss */
.list-con .action-line .action-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc( 100% / 2 );
  line-height: calc( 100% / 2 );
}
/* line 59, ../../sass/v2/_animations.scss */
.list-con .notify {
  width: 90%;
  position: absolute;
  top: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 10px 15px;
  text-align: left;
  font-size: calc( 100% / 2 );
  line-height: 1.3;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
}
/* line 76, ../../sass/v2/_animations.scss */
.list-con .list-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 25px 15px;
  box-sizing: border-box;
  background-color: white;
  text-align: left;
  transform: translateY(110%);
  transition: all 0.2s ease-in-out;
}
/* line 91, ../../sass/v2/_animations.scss */
.list-con .list-overlay.on {
  transform: translateY(0%);
}
/* line 97, ../../sass/v2/_animations.scss */
.list-con .list-overlay .filter-con {
  width: 40%;
  background-color: white;
  border-radius: 8px;
  padding: 20px 15px;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  right: 5px;
  min-height: calc( 100% - 10px );
}
/* line 111, ../../sass/v2/_animations.scss */
.list-con .list-overlay .logo-placeholder {
  width: 35%;
  aspect-ratio: 1;
  margin: 0 auto 20px;
  background-color: #f6f4f1;
  border-radius: 10px;
}
/* line 121, ../../sass/v2/_animations.scss */
.list-con .list-overlay .overlay-title {
  font-size: calc( 100% );
  line-height: calc( 100% );
  padding-bottom: 10px;
  font-weight: 500;
}
/* line 130, ../../sass/v2/_animations.scss */
.list-con .list-overlay .field-label {
  font-size: calc( 100% / 2 );
  line-height: calc( 100% / 2 );
  padding: 10px 0px;
  font-weight: 500;
}
/* line 139, ../../sass/v2/_animations.scss */
.list-con .list-overlay .field-input {
  padding: 10px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: calc( 100% / 1.5 );
  line-height: calc( 100% / 1.5 );
  background-color: #FDFDFD;
}
/* line 151, ../../sass/v2/_animations.scss */
.list-con .list-overlay .field-input.on img {
  opacity: 1;
}
/* line 159, ../../sass/v2/_animations.scss */
.list-con .list-overlay .field-input img {
  max-width: 100%;
  border: none !important;
  background: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* line 175, ../../sass/v2/_animations.scss */
.squares-con.mobile .list-con {
  aspect-ratio: 0.588;
}
/* line 179, ../../sass/v2/_animations.scss */
.squares-con.mobile .list-con .list-line {
  animation: mobilelistcreate 0.5s ease-out;
}

/* line 187, ../../sass/v2/_animations.scss */
.list-line {
  position: relative;
  padding: calc( 100% / 50 );
  border-bottom: 1px solid #f6f4f1;
  background-color: white;
  animation: listcreate 0.5s ease-out;
}
/* line 195, ../../sass/v2/_animations.scss */
.list-line.list-title {
  z-index: 50;
}
/* line 201, ../../sass/v2/_animations.scss */
.list-line:last-child {
  border-bottom: none;
}
/* line 207, ../../sass/v2/_animations.scss */
.list-line .line-img {
  width: 6%;
  aspect-ratio: 1;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 217, ../../sass/v2/_animations.scss */
.list-line .line-img.supplyd {
  background-image: url("/assets/images/supplyd-icon-square.png");
  background-size: cover;
}
/* line 224, ../../sass/v2/_animations.scss */
.list-line .line-img.square {
  background-image: url("/assets/images/brands/square.svg");
  background-size: 75%;
}
/* line 231, ../../sass/v2/_animations.scss */
.list-line .line-img.shopify {
  background-image: url("/assets/images/brands/shopify.svg");
  background-size: 75%;
}
/* line 238, ../../sass/v2/_animations.scss */
.list-line .line-img.woo {
  background-image: url("/assets/images/brands/woocommerce.svg");
  background-size: 75%;
}
/* line 245, ../../sass/v2/_animations.scss */
.list-line .line-img.product {
  background-color: #f6f4f1;
}
/* line 253, ../../sass/v2/_animations.scss */
.list-line .line-field {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  font-size: calc( 100% / 2.5 );
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
/* line 264, ../../sass/v2/_animations.scss */
.list-line .line-field.left {
  text-align: left;
}
/* line 270, ../../sass/v2/_animations.scss */
.list-line .line-field.right {
  text-align: right;
}
/* line 276, ../../sass/v2/_animations.scss */
.list-line .line-field.double {
  text-align: left;
  width: 40%;
  padding-left: 4%;
  box-sizing: border-box;
}
/* line 285, ../../sass/v2/_animations.scss */
.list-line .line-field.channel {
  width: 70%;
  font-size: calc( 100% / 1.5 );
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  padding-left: 2%;
  box-sizing: border-box;
}
/* line 297, ../../sass/v2/_animations.scss */
.list-line .line-field.line-toggle {
  width: 30%;
  text-align: right;
  position: relative;
}
/* line 303, ../../sass/v2/_animations.scss */
.list-line .line-field.line-toggle .toggle-box {
  width: 40px;
  aspect-ratio: 1.66;
  background-color: #777;
  border-radius: 15px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 314, ../../sass/v2/_animations.scss */
.list-line .line-field.line-toggle .toggle-box .toggle-but {
  position: absolute;
  height: 86%;
  aspect-ratio: 1;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 2px;
  top: 7%;
  left: 5%;
  border-radius: 50%;
}
/* line 331, ../../sass/v2/_animations.scss */
.list-line .line-field.line-status {
  width: 25%;
  text-align: right;
}
/* line 336, ../../sass/v2/_animations.scss */
.list-line .line-field.line-status .status {
  white-space: nowrap;
  display: inline-block;
  background-color: #08c1be;
  color: white;
  border-radius: 2px;
  padding: 2px 5px;
  font-weight: 400;
  vertical-align: middle;
}
/* line 347, ../../sass/v2/_animations.scss */
.list-line .line-field.line-status .status.grey {
  background-color: #777;
}
/* line 353, ../../sass/v2/_animations.scss */
.list-line .line-field.line-status .status.blue {
  background-color: #52b5f7;
}
/* line 359, ../../sass/v2/_animations.scss */
.list-line .line-field.line-status .status.yellow {
  background-color: #FBAF03;
}
/* line 365, ../../sass/v2/_animations.scss */
.list-line .line-field.line-status .status.red {
  background-color: #ff4d5e;
}
/* line 371, ../../sass/v2/_animations.scss */
.list-line .line-field.line-status .status.brown {
  background-color: #a75324;
}
/* line 377, ../../sass/v2/_animations.scss */
.list-line .line-field.line-status .status.pink {
  background-color: #da2bcf;
}
/* line 383, ../../sass/v2/_animations.scss */
.list-line .line-field.line-status .status.ai {
  background: linear-gradient(135deg, #FBAF03, #7f00ff);
}
/* line 391, ../../sass/v2/_animations.scss */
.list-line .line-field.line-status img {
  height: 15px;
  display: inline-block !important;
  width: auto !important;
  border: none !important;
}

@keyframes mobilelistcreate {
  from {
    margin-top: -15%;
  }
  to {
    margin-top: 0%;
  }
}
@keyframes listcreate {
  from {
    margin-top: -11.5%;
  }
  to {
    margin-top: 0%;
  }
}
/* line 422, ../../sass/v2/_animations.scss */
.squares-con .sync-integration {
  width: 70px;
  aspect-ratio: 1;
  background-color: white;
  border-radius: 11px;
  position: absolute;
  bottom: -100px;
  left: 8%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
  background-size: 60%;
}
/* line 437, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.integration-2 {
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
}
/* line 443, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.integration-2 .sync-line .sync-dot {
  animation-delay: 0.5s;
}
/* line 451, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.integration-3 {
  left: auto;
  right: 8%;
}
/* line 457, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.integration-3 .sync-line .sync-dot {
  animation-delay: 1s;
}
/* line 465, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.reverse .sync-line .sync-dot {
  animation-direction: reverse;
}
/* line 471, ../../sass/v2/_animations.scss */
.squares-con .sync-integration .sync-line {
  height: 35px;
  width: 4px;
  bottom: 100%;
  left: calc( 50% - 2px );
  border-radius: 3px 3px 0 0;
  background-color: #08c1be;
  position: absolute;
}
/* line 481, ../../sass/v2/_animations.scss */
.squares-con .sync-integration .sync-line .sync-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #08c1be;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  animation: syncdot 2s infinite ease-in-out;
  opacity: 0;
}
/* line 498, ../../sass/v2/_animations.scss */
.squares-con .sync-integration .side-line {
  width: 60px;
  height: 4px;
  top: calc( 50% - 2px );
  right: 100%;
  border-radius: 3px 0 0 3px;
  background-color: #08c1be;
  position: absolute;
}
/* line 508, ../../sass/v2/_animations.scss */
.squares-con .sync-integration .side-line .sync-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #08c1be;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  border-radius: 5px;
  animation: syncdoth 2s infinite ease-in-out;
  animation-delay: 1s;
  opacity: 0;
}
/* line 526, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.supplyd {
  background-image: url("/assets/images/supplyd-icon-square.png");
  background-size: cover;
}
/* line 533, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.square {
  background-image: url("/assets/images/brands/square.svg");
  background-size: 60%;
}
/* line 540, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.shopify {
  background-image: url("/assets/images/brands/shopify.svg");
  background-size: 60%;
}
/* line 547, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.woo {
  background-image: url("/assets/images/brands/woocommerce.svg");
  background-size: 60%;
}
/* line 554, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.xero {
  background-image: url("/assets/images/brands/xero.svg");
  background-size: 60%;
}
/* line 561, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.quickbooks {
  background-image: url("/assets/images/brands/quickbooks.svg");
  background-size: 60%;
}
/* line 568, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.myob {
  background-image: url("/assets/images/brands/myob.svg");
  background-size: 60%;
}
/* line 575, ../../sass/v2/_animations.scss */
.squares-con .sync-integration.sb-mix {
  background-image: url("/assets/images/brands/sap.svg");
  background-size: 60%;
  animation: logoCycle 10s linear infinite;
}
/* line 587, ../../sass/v2/_animations.scss */
.squares-con .label-row {
  width: 200%;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 480px) {
  /* line 587, ../../sass/v2/_animations.scss */
  .squares-con .label-row {
    top: -70px;
  }
}
/* line 602, ../../sass/v2/_animations.scss */
.squares-con .label-row .product-label {
  width: 90px;
  position: absolute;
  background-color: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 20px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 0px 20px;
  animation: productlabel 6s infinite linear;
  opacity: 0;
}
/* line 616, ../../sass/v2/_animations.scss */
.squares-con .label-row .product-label.plabel-2 {
  animation-delay: 2s;
}
/* line 622, ../../sass/v2/_animations.scss */
.squares-con .label-row .product-label.plabel-3 {
  animation-delay: 4s;
}
/* line 628, ../../sass/v2/_animations.scss */
.squares-con .label-row .product-label .barcode {
  max-width: 100%;
  display: block;
}
/* line 639, ../../sass/v2/_animations.scss */
.squares-con .scan-ray {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  opacity: 0;
  width: 50%;
  aspect-ratio: 0.75;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, #ff4d5e, rgba(255, 77, 94, 0));
  animation: scanray 2s infinite linear;
  animation-delay: 0.9s;
  z-index: 2;
}

@keyframes syncdot {
  0% {
    top: -5%;
    opacity: 0;
  }
  3% {
    top: -5%;
    opacity: 1;
  }
  50% {
    top: 95%;
    opacity: 0;
  }
  100% {
    top: 95%;
    opacity: 0;
  }
}
@keyframes syncdoth {
  0% {
    left: -5%;
    opacity: 0;
  }
  3% {
    left: -5%;
    opacity: 1;
  }
  50% {
    left: 95%;
    opacity: 0;
  }
  100% {
    left: 95%;
    opacity: 0;
  }
}
@keyframes productlabel {
  0% {
    transform: translateX(-250%);
    opacity: 0;
  }
  13% {
    transform: translateX(-200%);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%);
    opacity: 1;
  }
  87% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(150%);
    opacity: 0;
  }
}
@keyframes logoCycle {
  0% {
    background-image: url("/assets/images/brands/amazon.svg");
  }
  19% {
    background-image: url("/assets/images/brands/amazon.svg");
  }
  20% {
    background-image: url("/assets/images/brands/salesforce.svg");
  }
  39% {
    background-image: url("/assets/images/brands/salesforce.svg");
  }
  40% {
    background-image: url("/assets/images/brands/sap.svg");
  }
  59% {
    background-image: url("/assets/images/brands/sap.svg");
  }
  60% {
    background-image: url("/assets/images/brands/ms-dynamics.svg");
  }
  79% {
    background-image: url("/assets/images/brands/ms-dynamics.svg");
  }
  80% {
    background-image: url("/assets/images/brands/hubspot.svg");
  }
  99% {
    background-image: url("/assets/images/brands/hubspot.svg");
  }
  100% {
    background-image: url("/assets/images/brands/amazon.svg");
  }
  /* loop back */
}
/* line 700, ../../sass/v2/_animations.scss */
.prod-conveyor-con {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  z-index: 110;
}
/* line 709, ../../sass/v2/_animations.scss */
.prod-conveyor-con.reverse .prod-product {
  animation-direction: reverse;
}
/* line 715, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-product {
  width: 30px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  animation: productionProd 6s infinite linear;
  transform: translateX(-50%);
  text-align: center;
}
/* line 729, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-product img.bottle {
  width: auto;
  height: 100%;
  display: inline-block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0px;
}
/* line 742, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-product img.cross {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 752, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-product.prod-2 {
  animation-delay: 1s;
}
/* line 758, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-product.prod-3 {
  animation-delay: 2s;
}
/* line 764, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-product.prod-4 {
  animation-delay: 3s;
}
/* line 770, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-product.prod-5 {
  animation-delay: 4s;
}
/* line 776, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-product.prod-6 {
  animation-delay: 5s;
}
/* line 784, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-conveyor {
  width: 110%;
  border: 2px solid black;
  height: 22px;
  box-sizing: border-box;
  border-radius: 14px;
  margin-top: 70px;
  position: relative;
  margin-left: -5%;
  padding: 1px;
}
/* line 796, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-conveyor .prod-conveyor-in {
  width: 100%;
  border: 2px solid black;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
/* line 807, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-conveyor .prod-wheel {
  left: -2px;
  top: -2px;
  width: 16px;
  border: 2px solid black;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
}
/* line 819, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-conveyor .prod-wheel.wheel-middle {
  left: calc( 50% - 5px );
}
/* line 825, ../../sass/v2/_animations.scss */
.prod-conveyor-con .prod-conveyor .prod-wheel.wheel-right {
  left: auto;
  right: -2px;
}

@keyframes productionProd {
  0% {
    left: 0%;
    opacity: 0;
  }
  3% {
    left: 3%;
    opacity: 1;
  }
  97% {
    left: 97%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/* line 847, ../../sass/v2/_animations.scss */
.screenshot .si-logo-con {
  border-radius: 40px;
  background-color: white;
  width: 70px;
  height: 70px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 35px 40px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 120;
}
/* line 859, ../../sass/v2/_animations.scss */
.screenshot .si-logo-con .si-logo {
  width: 40px !important;
  position: absolute;
  left: 15px !important;
  top: 15px !important;
  animation: spin 2.5s linear infinite;
  border: none !important;
}

/* line 872, ../../sass/v2/_animations.scss */
.screenshot-squares.right .screenshot .si-logo-con {
  left: -20px;
  right: auto;
}

/* line 879, ../../sass/v2/_animations.scss */
.secure-con {
  position: absolute;
  left: 7px;
  top: 7px;
  width: calc( 100% - 14px );
  height: calc( 100% - 14px );
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}
/* line 890, ../../sass/v2/_animations.scss */
.secure-con .secure-logo {
  width: auto !important;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none !important;
  position: absolute;
}

/* line 904, ../../sass/v2/_animations.scss */
.si-blur-con {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}
/* line 915, ../../sass/v2/_animations.scss */
.si-blur-con .si-logo {
  width: auto !important;
  height: 50% !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none !important;
  position: absolute;
}

/* line 1, ../../sass/v2/_base.scss */
button,
a.button {
  border-radius: 50px;
  border: 1px solid #000000;
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
  line-height: 16px;
  padding: 13px 30px;
  cursor: pointer;
}
/* line 42, ../../sass/v2/_mixins.scss */
button:hover, button:focus,
a.button:hover,
a.button:focus {
  background-color: #000000;
  color: #ffffff;
}

/* line 8, ../../sass/v2/_base.scss */
.width {
  margin: 0 auto;
  width: 100%;
}

/* line 16, ../../sass/v2/_base.scss */
.general-content {
  padding: 100px 30px;
}
@media (max-width: 390px) {
  /* line 16, ../../sass/v2/_base.scss */
  .general-content {
    padding: 100px 25px;
  }
}
/* line 26, ../../sass/v2/_base.scss */
.general-content .width {
  max-width: 760px;
}
/* line 30, ../../sass/v2/_base.scss */
.general-content .width p {
  margin: 10px 0px;
}
/* line 36, ../../sass/v2/_base.scss */
.general-content .width b {
  font-weight: 500;
}
/* line 42, ../../sass/v2/_base.scss */
.general-content .width h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}
/* line 51, ../../sass/v2/_base.scss */
.general-content .width form {
  padding: 50px 0px;
}
/* line 55, ../../sass/v2/_base.scss */
.general-content .width form .field-con {
  position: relative;
  padding-bottom: 20px;
}
/* line 60, ../../sass/v2/_base.scss */
.general-content .width form .field-con label {
  display: block;
  margin-bottom: 2px;
}
/* line 67, ../../sass/v2/_base.scss */
.general-content .width form .field-con.field-left-50, .general-content .width form .field-con.field-right-50 {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}
@media (max-width: 480px) {
  /* line 67, ../../sass/v2/_base.scss */
  .general-content .width form .field-con.field-left-50, .general-content .width form .field-con.field-right-50 {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* line 84, ../../sass/v2/_base.scss */
.general-content .width form .field-con.field-left-50 {
  padding-right: 15px;
}
/* line 90, ../../sass/v2/_base.scss */
.general-content .width form .field-con.field-right-50 {
  padding-left: 15px;
}
@media only screen and (min-width: 480px) {
  /* line 94, ../../sass/v2/_base.scss */
  .general-content .width form .field-con.field-right-50 .info {
    left: 15px;
  }
}
/* line 106, ../../sass/v2/_base.scss */
.general-content .width form .field-con.no-margin {
  padding-bottom: 0px;
}
@media only screen and (max-width: 480px) {
  /* line 106, ../../sass/v2/_base.scss */
  .general-content .width form .field-con.no-margin {
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* line 120, ../../sass/v2/_base.scss */
.general-content .width form .field-con .info {
  position: absolute;
  top: 82px;
  left: 0px;
  background: white;
  color: #777;
  font-size: 12px;
  line-height: 15px;
  padding: 8px 10px;
  border-radius: 6px;
  z-index: 10;
  display: none;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
/* line 136, ../../sass/v2/_base.scss */
.general-content .width form .field-con .info.top {
  bottom: calc( 100% + 10px );
  top: auto;
}
/* line 141, ../../sass/v2/_base.scss */
.general-content .width form .field-con .info.top:before {
  border-top: 5px solid white;
  border-bottom: 5px solid transparent;
  top: 100%;
  right: 20px;
  bottom: auto;
  left: auto;
}
/* line 154, ../../sass/v2/_base.scss */
.general-content .width form .field-con .info:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
/* line 168, ../../sass/v2/_base.scss */
.general-content .width form .field-con .info ul {
  list-style-type: disc;
}
/* line 172, ../../sass/v2/_base.scss */
.general-content .width form .field-con .info ul li {
  margin-left: 15px;
  margin-top: 4px;
}
/* line 181, ../../sass/v2/_base.scss */
.general-content .width form .field-con .info.on {
  display: block;
}
/* line 187, ../../sass/v2/_base.scss */
.general-content .width form .field-con .info a {
  color: #777;
}
/* line 197, ../../sass/v2/_base.scss */
.general-content .width form input[type=text], .general-content .width form input[type=number], .general-content .width form input[type=decimal], .general-content .width form input[type=email], .general-content .width form input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #dcdcdc;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 5px;
  margin: 0px;
  vertical-align: middle;
}
/* line 213, ../../sass/v2/_base.scss */
.general-content .width form input[type=text]:disabled, .general-content .width form input[type=number]:disabled, .general-content .width form input[type=decimal]:disabled, .general-content .width form input[type=email]:disabled, .general-content .width form input[type=tel]:disabled {
  border: 1px dashed #dcdcdc;
  background-color: #FAF8F6;
  color: #555;
  -webkit-text-fill-color: #555;
  opacity: 1;
}
/* line 223, ../../sass/v2/_base.scss */
.general-content .width form input[type=text]:focus, .general-content .width form input[type=number]:focus, .general-content .width form input[type=decimal]:focus, .general-content .width form input[type=email]:focus, .general-content .width form input[type=tel]:focus {
  background-color: #FAF8F6;
  outline: none;
  color: #000000;
}
/* line 233, ../../sass/v2/_base.scss */
.general-content .width form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #dcdcdc;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  -webkit-appearance: none;
  margin: 0px;
  border-radius: 5px;
  min-height: 100px;
}
/* line 249, ../../sass/v2/_base.scss */
.general-content .width form textarea:focus {
  background-color: #FAF8F6;
  outline: none;
  color: #000000;
}
/* line 259, ../../sass/v2/_base.scss */
.general-content .width form input[type=submit], .general-content .width form .button-loader, .general-content .width form .place-order {
  background-color: #000000;
  color: white;
  font-size: 18px;
  line-height: 18px;
  border-radius: 25px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 40px;
  box-shadow: none;
  font-family: "Poppins";
  font-weight: 500;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  max-width: 300px;
  display: block;
  margin: 30px auto 0px;
  border: 1px solid #000000;
}
/* line 280, ../../sass/v2/_base.scss */
.general-content .width form input[type=submit].off, .general-content .width form .button-loader.off, .general-content .width form .place-order.off {
  background-color: #000000;
}
/* line 286, ../../sass/v2/_base.scss */
.general-content .width form input[type=submit].disabled, .general-content .width form input[type=submit]:disabled, .general-content .width form .button-loader.disabled, .general-content .width form .button-loader:disabled, .general-content .width form .place-order.disabled, .general-content .width form .place-order:disabled {
  background-color: #777;
  border: 1px solid #777;
}
@media (hover: hover) {
  /* line 291, ../../sass/v2/_base.scss */
  .general-content .width form input[type=submit].disabled:hover, .general-content .width form input[type=submit]:disabled:hover, .general-content .width form .button-loader.disabled:hover, .general-content .width form .button-loader:disabled:hover, .general-content .width form .place-order.disabled:hover, .general-content .width form .place-order:disabled:hover {
    background-color: #777;
    border: 1px solid #777;
    color: white;
  }
}
@media (hover: hover) {
  /* line 305, ../../sass/v2/_base.scss */
  .general-content .width form input[type=submit]:hover, .general-content .width form .button-loader:hover, .general-content .width form .place-order:hover {
    background-color: transparent;
    color: #000000;
  }
}
/* line 318, ../../sass/v2/_base.scss */
.general-content .width form .selectric-disabled {
  opacity: 1;
}
/* line 322, ../../sass/v2/_base.scss */
.general-content .width form .selectric-disabled .selectric {
  border: 1px dashed #dcdcdc;
  background-color: #FAF8F6;
}
/* line 331, ../../sass/v2/_base.scss */
.general-content .width form .selectric-open .selectric, .general-content .width form .selectric-focus .selectric {
  border: 1px solid #dcdcdc;
  background-color: #FAF8F6;
}
/* line 338, ../../sass/v2/_base.scss */
.general-content .width form .selectric-hover .selectric {
  border: 1px solid #dcdcdc;
}
/* line 344, ../../sass/v2/_base.scss */
.general-content .width form .selectric {
  border: 1px solid #dcdcdc;
  background-color: white;
  vertical-align: bottom;
  height: auto;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Poppins";
}
/* line 354, ../../sass/v2/_base.scss */
.general-content .width form .selectric .button {
  background: none;
  color: #777;
  top: 50%;
  transform: translateY(-50%);
}
/* line 363, ../../sass/v2/_base.scss */
.general-content .width form .selectric .label {
  box-sizing: border-box;
  padding: 14px 10px;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  margin-left: 0px;
  height: auto;
}
/* line 381, ../../sass/v2/_base.scss */
.general-content .width .form-loader {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease;
}
/* line 394, ../../sass/v2/_base.scss */
.general-content .width .form-loader.on {
  z-index: 10;
  opacity: 1;
}
/* line 401, ../../sass/v2/_base.scss */
.general-content .width .form-loader .loader .spinner > div {
  background-color: #000000;
}

/* line 413, ../../sass/v2/_base.scss */
.selectric-items {
  border: none !important;
  border-radius: 5px !important;
  z-index: 999999999 !important;
  top: 105% !important;
  border: 1px solid #dcdcdc !important;
  box-shadow: none !important;
  background-color: white !important;
  font-family: "Poppins";
}
/* line 424, ../../sass/v2/_base.scss */
.selectric-items .selectric-scroll {
  border-radius: 5px !important;
}
/* line 430, ../../sass/v2/_base.scss */
.selectric-items ul li {
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  color: #000000 !important;
}
/* line 437, ../../sass/v2/_base.scss */
.selectric-items ul li.highlighted {
  background-color: #000000;
  color: white !important;
}
/* line 442, ../../sass/v2/_base.scss */
.selectric-items ul li.highlighted:hover {
  background-color: #000000;
}
/* line 450, ../../sass/v2/_base.scss */
.selectric-items ul li:hover {
  background-color: #FAF8F6;
  color: #000000;
}
/* line 457, ../../sass/v2/_base.scss */
.selectric-items ul li .select-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
}

/* line 475, ../../sass/v2/_base.scss */
.selectric-above .selectric-items {
  top: auto !important;
  bottom: 105% !important;
}

/* line 484, ../../sass/v2/_base.scss */
.loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
/* line 497, ../../sass/v2/_base.scss */
.loader .spinner > div {
  background-color: white;
  height: 100%;
  width: 3px;
  display: inline-block;
  margin: 0 1px;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
/* line 508, ../../sass/v2/_base.scss */
.loader .spinner .rect2 {
  animation-delay: -1.1s;
}
/* line 514, ../../sass/v2/_base.scss */
.loader .spinner .rect3 {
  animation-delay: -1.0s;
}
/* line 520, ../../sass/v2/_base.scss */
.loader .spinner .rect4 {
  animation-delay: -0.9s;
}
/* line 526, ../../sass/v2/_base.scss */
.loader .spinner .rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* line 542, ../../sass/v2/_base.scss */
#message {
  position: fixed;
  top: 21px;
  left: 50%;
  color: white;
  font-weight: 500;
  background-color: black;
  border-radius: 6px;
  font-size: 16px;
  line-height: 16px;
  max-width: 80%;
  z-index: 9999999;
  text-align: center;
  padding: 10px 20px;
  transform: translate(-50%, 0px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
/* line 560, ../../sass/v2/_base.scss */
#message.success {
  background-color: #00af68;
}
/* line 566, ../../sass/v2/_base.scss */
#message.error {
  background-color: #ff4d5e;
}
/* line 572, ../../sass/v2/_base.scss */
#message.off {
  opacity: 0;
  transform: translate(-50%, -150px);
}

/* line 581, ../../sass/v2/_base.scss */
.underscore-con {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
/* line 587, ../../sass/v2/_base.scss */
.underscore-con img {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0px;
}

/* line 598, ../../sass/v2/_base.scss */
.btn-modal {
  width: 40px;
  height: 40px;
  padding: 0;
  border-color: white;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  /* line 598, ../../sass/v2/_base.scss */
  .btn-modal {
    width: 36px;
    height: 36px;
  }
}
/* line 612, ../../sass/v2/_base.scss */
.btn-modal::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 1px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  /* line 612, ../../sass/v2/_base.scss */
  .btn-modal::before {
    width: 13px;
  }
}
/* line 628, ../../sass/v2/_base.scss */
.btn-modal::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 16px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  /* line 628, ../../sass/v2/_base.scss */
  .btn-modal::after {
    height: 13px;
  }
}
/* line 644, ../../sass/v2/_base.scss */
.btn-modal:focus {
  background-color: transparent;
}
/* line 648, ../../sass/v2/_base.scss */
.btn-modal:hover {
  background-color: white;
}
/* line 650, ../../sass/v2/_base.scss */
.btn-modal:hover::before, .btn-modal:hover::after {
  background-color: black;
}

/* line 659, ../../sass/v2/_base.scss */
button.white,
a.button.white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
/* line 663, ../../sass/v2/_base.scss */
button.white:hover, button.white:focus,
a.button.white:hover,
a.button.white:focus {
  background-color: #ffffff;
  color: #000000;
}

/* line 671, ../../sass/v2/_base.scss */
.container {
  max-width: 1560px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
/* line 676, ../../sass/v2/_base.scss */
.container-fluid {
  max-width: 100%;
  position: relative;
  padding-left: calc($gutter / 2);
  padding-right: calc($gutter / 2);
  height: 100%;
}
@media (max-width: 768px) {
  /* line 671, ../../sass/v2/_base.scss */
  .container {
    padding: 0 10px;
  }
}

/* line 695, ../../sass/v2/_base.scss */
.row {
  margin-left: -calc(15px);
  margin-right: -calc(15px);
  display: flex;
  flex-wrap: wrap;
}
/* line 701, ../../sass/v2/_base.scss */
.row > * {
  padding-left: calc($gutter / 2);
  padding-right: calc($gutter / 2);
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 695, ../../sass/v2/_base.scss */
  .row {
    margin: 0;
  }
}

/* line 713, ../../sass/v2/_base.scss */
main {
  min-height: calc(100vh - 100px);
}

/* line 717, ../../sass/v2/_base.scss */
section {
  scroll-margin-top: 80px;
}
/* line 721, ../../sass/v2/_base.scss */
section.panel {
  width: 100%;
  position: relative;
}
/* line 725, ../../sass/v2/_base.scss */
section.panel.pink {
  background-color: #b38dc0;
  color: #000000;
}
/* line 729, ../../sass/v2/_base.scss */
section.panel.pink-gradient {
  background: linear-gradient(to right, #B28DC0, #7F508F);
  color: #000000;
}
/* line 733, ../../sass/v2/_base.scss */
section.panel.teal-gradient {
  background: linear-gradient(to right, #21BBBA, #209E9E);
  color: #000000;
}
/* line 737, ../../sass/v2/_base.scss */
section.panel.skin-gradient {
  background: linear-gradient(to right, #E3D2BD, #D6B996);
  color: #000000;
}
/* line 741, ../../sass/v2/_base.scss */
section.panel.white {
  background-color: #ffffff;
  color: #000000;
}
/* line 745, ../../sass/v2/_base.scss */
section.panel.black {
  background-color: #000000;
  color: #ffffff;
}
/* line 749, ../../sass/v2/_base.scss */
section.panel.green {
  background-color: #0e3c38;
  color: #ffffff;
}

/* line 756, ../../sass/v2/_base.scss */
.curved-section {
  padding: 10px 20px;
  overflow: hidden;
}
@media (max-width: 900px) {
  /* line 756, ../../sass/v2/_base.scss */
  .curved-section {
    padding: 0px;
  }
}
/* line 767, ../../sass/v2/_base.scss */
.curved-section.lavender .width {
  background-color: #b38dc0;
}
/* line 773, ../../sass/v2/_base.scss */
.curved-section.skin .width {
  background-color: #e3d2bd;
}
/* line 779, ../../sass/v2/_base.scss */
.curved-section.chalk .width {
  background-color: #f6f4f1;
}
/* line 785, ../../sass/v2/_base.scss */
.curved-section.black .width {
  background-color: black;
  color: white;
}
/* line 792, ../../sass/v2/_base.scss */
.curved-section.book-demo .width {
  padding: 100px 30px;
  color: white;
  background: linear-gradient(to right, #216E69, #0E3C38);
  position: relative;
}
/* line 799, ../../sass/v2/_base.scss */
.curved-section.book-demo .width .overlay {
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  width: 1000px;
  min-height: 100%;
}
/* line 810, ../../sass/v2/_base.scss */
.curved-section.book-demo .width h3, .curved-section.book-demo .width p, .curved-section.book-demo .width a {
  position: relative;
  z-index: 10;
}
/* line 817, ../../sass/v2/_base.scss */
.curved-section.book-demo .width > p {
  max-width: 1100px;
}
/* line 825, ../../sass/v2/_base.scss */
.curved-section.results-section .width {
  padding: 100px 30px;
}
/* line 831, ../../sass/v2/_base.scss */
.curved-section.case-studies {
  background-color: black;
  padding: 20px;
  margin-top: 10px;
}
/* line 837, ../../sass/v2/_base.scss */
.curved-section.case-studies.page {
  background-color: white;
  margin-top: 80px;
}
/* line 842, ../../sass/v2/_base.scss */
.curved-section.case-studies.page h3 {
  font-size: 70px;
  line-height: 70px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 842, ../../sass/v2/_base.scss */
  .curved-section.case-studies.page h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  /* line 842, ../../sass/v2/_base.scss */
  .curved-section.case-studies.page h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
/* line 864, ../../sass/v2/_base.scss */
.curved-section.case-studies.page p {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  /* line 864, ../../sass/v2/_base.scss */
  .curved-section.case-studies.page p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  /* line 864, ../../sass/v2/_base.scss */
  .curved-section.case-studies.page p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0px;
  }
}
/* line 890, ../../sass/v2/_base.scss */
.curved-section.case-studies .width {
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 350px;
  max-height: 700px;
  color: white;
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.4;
}
@media (max-width: 900px) {
  /* line 890, ../../sass/v2/_base.scss */
  .curved-section.case-studies .width {
    border-radius: 20px;
  }
}
/* line 909, ../../sass/v2/_base.scss */
.curved-section.case-studies .width .text {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-top: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 150px 50px 75px;
}
/* line 920, ../../sass/v2/_base.scss */
.curved-section.case-studies .width .text h3 {
  color: white;
}
/* line 926, ../../sass/v2/_base.scss */
.curved-section.case-studies .width .text p {
  color: white;
}
/* line 938, ../../sass/v2/_base.scss */
.curved-section .width {
  border-radius: 20px;
  padding: 150px 30px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 900px) {
  /* line 938, ../../sass/v2/_base.scss */
  .curved-section .width {
    border-radius: 0px;
  }
}
@media (max-width: 480px) {
  /* line 938, ../../sass/v2/_base.scss */
  .curved-section .width {
    padding: 100px 30px;
  }
}
@media (max-width: 390px) {
  /* line 938, ../../sass/v2/_base.scss */
  .curved-section .width {
    padding: 100px 25px;
  }
}
/* line 964, ../../sass/v2/_base.scss */
.curved-section .width > p {
  max-width: 650px;
  margin: 30px auto;
  padding: 0px 30px;
}
@media (max-width: 480px) {
  /* line 964, ../../sass/v2/_base.scss */
  .curved-section .width > p {
    padding: 0px;
  }
}
/* line 978, ../../sass/v2/_base.scss */
.curved-section .width .demo-button {
  margin-top: 25px;
}
/* line 984, ../../sass/v2/_base.scss */
.curved-section .width .disclaimer {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 11px;
  line-height: 18px;
  color: white;
  max-width: calc( 100% - 40px );
}
/* line 998, ../../sass/v2/_base.scss */
.curved-section .key-content-section {
  max-width: 1200px;
  position: relative;
  padding: 50px 0px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  /* line 998, ../../sass/v2/_base.scss */
  .curved-section .key-content-section {
    padding: 0px;
  }
}
/* line 1011, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares {
  position: absolute;
  left: 0px;
  top: 46%;
  text-align: center;
  width: 630px;
  transform: translateY(calc( -50% ));
}
@media (max-width: 1100px) {
  /* line 1011, ../../sass/v2/_base.scss */
  .curved-section .key-content-section .screenshot-squares {
    position: relative;
    margin: 0 auto;
    left: auto;
    top: auto;
    padding: 0 0 200px 0;
    width: 100%;
    transform: none;
  }
}
/* line 1033, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.right {
  left: auto;
  right: 0px;
}
@media (max-width: 1100px) {
  /* line 1033, ../../sass/v2/_base.scss */
  .curved-section .key-content-section .screenshot-squares.right {
    right: auto;
  }
}
/* line 1044, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.right .square-1 {
  width: 208px;
  height: 208px;
  background-color: #e3d2bd;
  left: 120px;
  bottom: -100px;
}
/* line 1054, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.right .square-2 {
  width: 117px;
  height: 117px;
  background-color: #00FFFD;
  left: auto;
  right: -50px;
  bottom: -66px;
}
/* line 1065, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.right .square-3 {
  width: 66px;
  height: 66px;
  background-color: #e3d2bd;
  right: -30px;
  top: 75px;
}
/* line 1077, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.right.alt .square-1 {
  width: 250px;
  height: 250px;
  background-color: #08c1be;
  left: auto;
  right: -85px;
  bottom: -100px;
}
/* line 1088, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.right.alt .square-2 {
  width: 100px;
  height: 100px;
  left: auto;
  right: 140px;
  bottom: -70px;
}
/* line 1098, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.right.alt .square-3 {
  width: 100px;
  height: 100px;
  background-color: #b38dc0;
  left: -50px;
  top: -40px;
}
/* line 1114, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.alt .square-1 {
  width: 280px;
  height: 280px;
  background-color: #b38dc0;
  left: -85px;
  bottom: -110px;
}
/* line 1124, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.alt .square-2 {
  width: 100px;
  height: 100px;
  background-color: #08c1be;
  left: auto;
  right: 140px;
  bottom: -70px;
}
/* line 1135, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.alt .squares-con.mobile .square-2 {
  left: auto;
  right: -40px;
  bottom: -40px;
}
/* line 1143, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.alt.right .squares-con.mobile .square-2 {
  left: auto;
  right: 140px;
  bottom: -70px;
}
/* line 1151, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.alt .square-3 {
  width: 150px;
  height: 150px;
  background-color: #e3d2bd;
  right: auto;
  left: -70px;
  top: -40px;
}
/* line 1166, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.hardware .squares-con {
  aspect-ratio: 1;
}
/* line 1172, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.hardware .square-1 {
  bottom: 0px;
}
/* line 1178, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.hardware .square-2 {
  bottom: 0px;
}
/* line 1184, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares.hardware .square-3 {
  left: auto;
  right: 80px;
  top: auto;
  bottom: 150px;
}
@media (max-width: 1100px) {
  /* line 1164, ../../sass/v2/_base.scss */
  .curved-section .key-content-section .screenshot-squares.hardware {
    padding-bottom: 100px;
  }
}
/* line 1201, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares .squares-con {
  position: relative;
  margin: 0 auto;
  width: 380px;
  max-width: 100%;
}
/* line 1208, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares .squares-con.mobile {
  width: 200px;
  max-width: 60%;
}
/* line 1213, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares .squares-con.mobile .square-2 {
  left: 10px;
  right: auto;
  bottom: -66px;
}
/* line 1223, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares .squares-con.a4 {
  width: 280px;
  max-width: 75%;
}
/* line 1230, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares .squares-con .scanner-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
@media (max-width: 480px) {
  /* line 1230, ../../sass/v2/_base.scss */
  .curved-section .key-content-section .screenshot-squares .squares-con .scanner-img {
    max-width: 75%;
  }
}
/* line 1248, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares .square-1 {
  width: 300px;
  height: 300px;
  background-color: #08c1be;
  border-radius: 30%;
  transform: rotate(45deg);
  position: absolute;
  left: -150px;
  bottom: -100px;
  animation-name: sq1;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
/* line 1266, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares .square-2 {
  width: 117px;
  height: 117px;
  background-color: #00FFFD;
  border-radius: 30%;
  opacity: 0.5;
  transform: rotate(45deg);
  position: absolute;
  left: 90px;
  bottom: -66px;
  animation-name: sq2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
/* line 1285, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares .square-3 {
  width: 66px;
  height: 66px;
  background-color: #b38dc0;
  border-radius: 30%;
  transform: rotate(45deg);
  position: absolute;
  right: -30px;
  top: 75px;
  animation-name: sq3;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
/* line 1303, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares .screenshot {
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: white;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 35px 40px;
  z-index: 10;
}
/* line 1313, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares .screenshot img {
  border-radius: 11px;
  width: 100%;
  display: block;
  border: 1px solid #f6f4f1;
}
/* line 1320, ../../sass/v2/_base.scss */
.curved-section .key-content-section .screenshot-squares .screenshot img.chart {
  border-radius: 0;
  margin-bottom: 1px;
  border: none;
}
/* line 1334, ../../sass/v2/_base.scss */
.curved-section .key-content-section .key-content {
  padding-left: 665px;
  text-align: left;
}
/* line 1339, ../../sass/v2/_base.scss */
.curved-section .key-content-section .key-content.left {
  padding-left: 0px;
  padding-right: 665px;
}
@media (max-width: 1100px) {
  /* line 1339, ../../sass/v2/_base.scss */
  .curved-section .key-content-section .key-content.left {
    padding-right: 0px;
  }
}
@media (max-width: 1100px) {
  /* line 1352, ../../sass/v2/_base.scss */
  .curved-section .key-content-section .key-content.hardware {
    text-align: center;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  /* line 1352, ../../sass/v2/_base.scss */
  .curved-section .key-content-section .key-content.hardware {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  /* line 1334, ../../sass/v2/_base.scss */
  .curved-section .key-content-section .key-content {
    padding-left: 0px;
    max-width: 650px;
    margin: 0 auto;
  }
}
/* line 1377, ../../sass/v2/_base.scss */
.curved-section .key-content-section .key-content p {
  margin: 30px 0px;
}

/* line 1389, ../../sass/v2/_base.scss */
.grid-content {
  padding: 50px 0px;
  max-width: 1360px;
  width: calc( 100% + 40px );
  text-align: center;
  margin: 0 auto -20px;
  box-sizing: border-box;
}
@media (max-width: 1370px) {
  /* line 1389, ../../sass/v2/_base.scss */
  .grid-content {
    padding: 50px 10px;
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  /* line 1389, ../../sass/v2/_base.scss */
  .grid-content {
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  /* line 1389, ../../sass/v2/_base.scss */
  .grid-content {
    padding: 40px 0px;
  }
}
/* line 1418, ../../sass/v2/_base.scss */
.grid-content.skin .grid-box:hover {
  background-color: #e3d2bd;
}
/* line 1424, ../../sass/v2/_base.scss */
.grid-content.pink .grid-box:hover {
  background-color: #b38dc0;
}
/* line 1432, ../../sass/v2/_base.scss */
.grid-content.integrations-grid .grid-box:hover {
  background-color: #b38dc0;
}
/* line 1438, ../../sass/v2/_base.scss */
.grid-content.integrations-grid .grid-box .feature-icon {
  border-radius: 10px;
}
/* line 1446, ../../sass/v2/_base.scss */
.grid-content .grid-box {
  display: inline-block;
  margin: 20px;
  width: calc( 33.3% - 40px );
  background-color: #f6f4f1;
  border-radius: 10px;
  min-height: 440px;
  box-sizing: border-box;
  padding: 30px 30px 75px;
  text-align: left;
  position: relative;
  vertical-align: top;
}
@media (max-width: 1100px) {
  /* line 1446, ../../sass/v2/_base.scss */
  .grid-content .grid-box {
    width: calc( 50% - 40px );
  }
}
@media (max-width: 768px) {
  /* line 1446, ../../sass/v2/_base.scss */
  .grid-content .grid-box {
    width: 100%;
    min-height: auto;
    margin: 20px 0px;
  }
}
@media (max-width: 480px) {
  /* line 1446, ../../sass/v2/_base.scss */
  .grid-content .grid-box {
    border-radius: 0;
  }
}
/* line 1480, ../../sass/v2/_base.scss */
.grid-content .grid-box:hover {
  background-color: #08c1be;
  text-decoration: none;
}
/* line 1485, ../../sass/v2/_base.scss */
.grid-content .grid-box:hover .learn-more {
  color: black;
}
/* line 1493, ../../sass/v2/_base.scss */
.grid-content .grid-box .feature-icon {
  width: 90px;
  height: 90px;
  position: relative;
  background-color: white;
  border-radius: 45px;
  display: inline-block;
}
/* line 1502, ../../sass/v2/_base.scss */
.grid-content .grid-box .feature-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 66%;
  max-height: 66%;
}
/* line 1515, ../../sass/v2/_base.scss */
.grid-content .grid-box h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0;
  padding: 0;
  font-weight: 400;
}
/* line 1525, ../../sass/v2/_base.scss */
.grid-content .grid-box p {
  font-size: 18px;
  line-height: 24px;
}
/* line 1532, ../../sass/v2/_base.scss */
.grid-content .grid-box .learn-more {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #08c1be;
  font-weight: 500;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

/* line 1549, ../../sass/v2/_base.scss */
.results-grid {
  padding-top: 10px;
}
/* line 1553, ../../sass/v2/_base.scss */
.results-grid .result-con {
  background-color: white;
  border-radius: 10px;
  margin: 10px;
  padding: 50px 25px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  max-width: 275px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  /* line 1553, ../../sass/v2/_base.scss */
  .results-grid .result-con {
    margin: 10px 0;
    padding: 25px;
  }
}
/* line 1573, ../../sass/v2/_base.scss */
.results-grid .result-con .result-number {
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  padding-top: 25px;
}

/* line 1586, ../../sass/v2/_base.scss */
.card-wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 40px;
}
/* line 1593, ../../sass/v2/_base.scss */
.card-wrapper .splide__arrow {
  background-color: #ffffff;
  border: 1px solid #000000;
  opacity: 1;
}
/* line 1599, ../../sass/v2/_base.scss */
.card-wrapper .splide__arrow svg {
  fill: #000000;
}
/* line 1607, ../../sass/v2/_base.scss */
.card-wrapper .swiper-card-image {
  padding: 0;
}
/* line 1613, ../../sass/v2/_base.scss */
.card-wrapper .left {
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 1613, ../../sass/v2/_base.scss */
  .card-wrapper .left {
    padding: 0;
  }
}
/* line 1627, ../../sass/v2/_base.scss */
.card-wrapper .right {
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 1627, ../../sass/v2/_base.scss */
  .card-wrapper .right {
    padding: 0;
  }
}

/* line 1643, ../../sass/v2/_base.scss */
.no-scroll {
  overflow: hidden;
}

/* line 1647, ../../sass/v2/_base.scss */
html.lenis {
  height: auto;
}

/* line 1651, ../../sass/v2/_base.scss */
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

/* line 1655, ../../sass/v2/_base.scss */
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

/* line 1659, ../../sass/v2/_base.scss */
.lenis.lenis-stopped {
  overflow: hidden;
}

/* line 1663, ../../sass/v2/_base.scss */
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* line 1668, ../../sass/v2/_base.scss */
.btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #000000;
  border-radius: 20px;
}
@media (max-width: 768px) {
  /* line 1668, ../../sass/v2/_base.scss */
  .btn-close {
    border-color: white;
  }
}
@media (max-width: 480px) {
  /* line 1668, ../../sass/v2/_base.scss */
  .btn-close {
    right: 20px;
  }
}
/* line 1692, ../../sass/v2/_base.scss */
.btn-close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: black;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 768px) {
  /* line 1692, ../../sass/v2/_base.scss */
  .btn-close::before {
    background-color: white;
  }
}
/* line 1706, ../../sass/v2/_base.scss */
.btn-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 16px;
  background-color: black;
}
@media (max-width: 768px) {
  /* line 1706, ../../sass/v2/_base.scss */
  .btn-close::after {
    background-color: white;
  }
}
/* line 1721, ../../sass/v2/_base.scss */
.btn-close:hover {
  background-color: black;
}
@media (max-width: 768px) {
  /* line 1721, ../../sass/v2/_base.scss */
  .btn-close:hover {
    background-color: white;
  }
}
/* line 1731, ../../sass/v2/_base.scss */
.btn-close:hover::before, .btn-close:hover::after {
  background-color: white;
}
@media (max-width: 768px) {
  /* line 1731, ../../sass/v2/_base.scss */
  .btn-close:hover::before, .btn-close:hover::after {
    background-color: black;
  }
}

/* line 1748, ../../sass/v2/_base.scss */
main.content-page {
  max-width: 1560px;
  margin: 0 auto;
  padding-top: 90px;
  background-color: white;
}
/* line 1755, ../../sass/v2/_base.scss */
main.content-page .content-page-header {
  padding: 100px 50px;
  max-width: 1380px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  /* line 1755, ../../sass/v2/_base.scss */
  main.content-page .content-page-header {
    padding: 50px 30px;
  }
}
/* line 1769, ../../sass/v2/_base.scss */
main.content-page.cs {
  padding-top: 100px;
}
@media (max-width: 768px) {
  /* line 1769, ../../sass/v2/_base.scss */
  main.content-page.cs {
    padding-top: 90px;
  }
}
@media (max-width: 480px) {
  /* line 1769, ../../sass/v2/_base.scss */
  main.content-page.cs {
    padding-top: 65px;
  }
}
/* line 1785, ../../sass/v2/_base.scss */
main.content-page.cs article {
  font-size: 18px;
  line-height: 24px;
}
/* line 1790, ../../sass/v2/_base.scss */
main.content-page.cs article h3 {
  padding-bottom: 15px;
}
/* line 1796, ../../sass/v2/_base.scss */
main.content-page.cs article p {
  padding: 10px 0px;
}
/* line 1804, ../../sass/v2/_base.scss */
main.content-page.cs .cs-testimonial {
  padding-top: 10px;
  padding-bottom: 100px;
  border-bottom: 1px solid black;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  /* line 1804, ../../sass/v2/_base.scss */
  main.content-page.cs .cs-testimonial {
    font-size: 26px;
    line-height: 36px;
    padding-top: 0px;
    padding-bottom: 90px;
    margin-bottom: 90px;
  }
}
@media (max-width: 480px) {
  /* line 1804, ../../sass/v2/_base.scss */
  main.content-page.cs .cs-testimonial {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 65px;
    margin-bottom: 65px;
  }
}
/* line 1834, ../../sass/v2/_base.scss */
main.content-page.cs .cs-testimonial .author {
  padding-top: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 480px) {
  /* line 1834, ../../sass/v2/_base.scss */
  main.content-page.cs .cs-testimonial .author {
    font-size: 16px;
    line-height: 22px;
  }
}
/* line 1852, ../../sass/v2/_base.scss */
main.content-page.cs .button-con {
  padding-top: 100px;
  text-align: center;
}
/* line 1861, ../../sass/v2/_base.scss */
main.content-page article {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 50px 150px 50px;
}
@media (max-width: 480px) {
  /* line 1861, ../../sass/v2/_base.scss */
  main.content-page article {
    padding: 0px 30px 150px 30px;
  }
}

/* line 1879, ../../sass/v2/_base.scss */
.no-scroll {
  overflow: hidden;
}

/* line 1885, ../../sass/v2/_base.scss */
.spacer {
  height: 10px;
}

@keyframes sq1 {
  from {
    transform: rotate(45deg) scale(1);
  }
  to {
    transform: rotate(30deg) scale(0.8);
  }
}
@keyframes sq2 {
  from {
    transform: rotate(45deg) scale(1);
  }
  to {
    transform: rotate(60deg) scale(1.2);
  }
}
@keyframes sq3 {
  from {
    transform: rotate(45deg) scale(1);
  }
  to {
    transform: rotate(60deg) scale(1.2);
  }
}
@keyframes scanray {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  10% {
    opacity: 0;
  }
}
/* line 1962, ../../sass/v2/_base.scss */
.new {
  display: inline-block;
  padding: 5px 13px;
  background-color: #08c1be;
  border-radius: 6px;
  margin-bottom: 10px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

/* line 1, ../../sass/v2/_header.scss */
.page-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  padding: 30px 60px;
  text-align: left;
  transition: padding-top 0.25s ease;
}
@media (max-width: 1200px) {
  /* line 1, ../../sass/v2/_header.scss */
  .page-header {
    padding: 30px 40px;
  }
}
@media (max-width: 480px) {
  /* line 1, ../../sass/v2/_header.scss */
  .page-header {
    padding: 30px 20px;
  }
}
/* line 23, ../../sass/v2/_header.scss */
.page-header .header-in {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
@media (max-width: 1099px) {
  /* line 1, ../../sass/v2/_header.scss */
  .page-header {
    z-index: 99999;
    display: flex;
  }
}
/* line 40, ../../sass/v2/_header.scss */
.page-header.scrolling {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}
/* line 51, ../../sass/v2/_header.scss */
.page-header.scrolling .menu nav ul li a:hover, .page-header.scrolling .menu nav ul li a:active {
  color: #08c1be;
}
/* line 59, ../../sass/v2/_header.scss */
.page-header.scrolling .menu nav ul li .mega-menu {
  top: 90px;
}
/* line 67, ../../sass/v2/_header.scss */
.page-header.scrolling .user-actions ul li.selected a:hover {
  border-color: #000000;
}
/* line 75, ../../sass/v2/_header.scss */
.page-header .logo {
  width: 200px;
}
/* line 79, ../../sass/v2/_header.scss */
.page-header .logo img {
  height: 40px;
  display: block;
}
/* line 88, ../../sass/v2/_header.scss */
.page-header .menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  z-index: -1;
  justify-content: center;
}
@media (max-width: 1100px) {
  /* line 88, ../../sass/v2/_header.scss */
  .page-header .menu {
    top: -60px;
  }
}
@media (max-width: 1099px) {
  /* line 88, ../../sass/v2/_header.scss */
  .page-header .menu {
    position: relative;
  }
}
/* line 112, ../../sass/v2/_header.scss */
.page-header .menu nav ul {
  display: flex;
}
@media (max-width: 1099px) {
  /* line 112, ../../sass/v2/_header.scss */
  .page-header .menu nav ul {
    flex-direction: column;
    gap: 45px;
    text-align: center;
  }
}
/* line 122, ../../sass/v2/_header.scss */
.page-header .menu nav ul li {
  padding: 0px 12px;
  position: relative;
}
@media (max-width: 1099px) {
  /* line 122, ../../sass/v2/_header.scss */
  .page-header .menu nav ul li {
    margin: 0;
  }
}
/* line 133, ../../sass/v2/_header.scss */
.page-header .menu nav ul li:last-of-type {
  margin-right: 0;
}
/* line 139, ../../sass/v2/_header.scss */
.page-header .menu nav ul li > a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
}
/* line 147, ../../sass/v2/_header.scss */
.page-header .menu nav ul li > a:hover {
  color: #ffffff;
}
@media (max-width: 1099px) {
  /* line 139, ../../sass/v2/_header.scss */
  .page-header .menu nav ul li > a {
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
  }
  /* line 161, ../../sass/v2/_header.scss */
  .page-header .menu nav ul li > a:hover {
    color: #08c1be;
  }
}
@media (min-width: 1100px) {
  /* line 173, ../../sass/v2/_header.scss */
  .page-header .menu nav ul li:hover .menu-curve, .page-header .menu nav ul li:hover .mega-menu {
    display: block;
  }
}
/* line 185, ../../sass/v2/_header.scss */
.page-header .menu nav ul li .menu-curve {
  display: none;
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  height: 40px;
  width: 200px;
  background-image: url("/assets/images/header/menu-curve-white.svg");
  background-size: 73px 16px;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 10;
}
/* line 202, ../../sass/v2/_header.scss */
.page-header .menu nav ul li .mega-menu {
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  max-width: 1550px;
  background-color: white;
  width: 96vw;
  padding: 40px 200px;
  border-radius: 20px;
  text-align: center;
  max-height: calc( 100vh - 150px );
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 35px 40px;
}
@media (max-width: 1570px) {
  /* line 202, ../../sass/v2/_header.scss */
  .page-header .menu nav ul li .mega-menu {
    padding: 40px 100px;
  }
}
@media (max-width: 1375px) {
  /* line 202, ../../sass/v2/_header.scss */
  .page-header .menu nav ul li .mega-menu {
    padding: 40px;
  }
}
@media (max-width: 1100px) {
  /* line 202, ../../sass/v2/_header.scss */
  .page-header .menu nav ul li .mega-menu {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: none;
    z-index: 100;
    border-radius: 0;
    transform: none;
  }
}
/* line 245, ../../sass/v2/_header.scss */
.page-header .menu nav ul li .mega-menu a.mm-item {
  display: inline-block;
  margin: 5px 10px;
  width: 200px;
  height: 200px;
  text-align: center;
  padding: 20px 20px 0px;
  box-sizing: border-box;
  vertical-align: top;
}
/* line 256, ../../sass/v2/_header.scss */
.page-header .menu nav ul li .mega-menu a.mm-item:hover {
  color: #000000;
  text-decoration: none;
}
/* line 261, ../../sass/v2/_header.scss */
.page-header .menu nav ul li .mega-menu a.mm-item:hover .mm-icon {
  background-color: #08c1be;
}
/* line 265, ../../sass/v2/_header.scss */
.page-header .menu nav ul li .mega-menu a.mm-item:hover .mm-icon img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(17deg) brightness(109%) contrast(99%);
}
/* line 275, ../../sass/v2/_header.scss */
.page-header .menu nav ul li .mega-menu a.mm-item .mm-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #f6f4f1;
  position: relative;
}
/* line 284, ../../sass/v2/_header.scss */
.page-header .menu nav ul li .mega-menu a.mm-item .mm-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 66px;
  max-height: 66px;
}
/* line 297, ../../sass/v2/_header.scss */
.page-header .menu nav ul li .mega-menu a.mm-item h4 {
  margin: 0px;
  padding: 20px 0px 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
/* line 319, ../../sass/v2/_header.scss */
.page-header .user-actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  /* line 319, ../../sass/v2/_header.scss */
  .page-header .user-actions {
    display: none;
  }
}
/* line 330, ../../sass/v2/_header.scss */
.page-header .user-actions ul {
  display: flex;
}
@media (max-width: 1099px) {
  /* line 330, ../../sass/v2/_header.scss */
  .page-header .user-actions ul {
    flex-direction: column;
    gap: 20px;
  }
}
/* line 341, ../../sass/v2/_header.scss */
.page-header .user-actions ul li {
  margin-right: 10px;
}
@media (max-width: 1099px) {
  /* line 341, ../../sass/v2/_header.scss */
  .page-header .user-actions ul li {
    height: 100%;
    display: flex;
    margin: 0;
    width: 100%;
  }
}
/* line 354, ../../sass/v2/_header.scss */
.page-header .user-actions ul li:last-of-type {
  margin-right: 0;
}
/* line 360, ../../sass/v2/_header.scss */
.page-header .user-actions ul li a {
  border-radius: 50px;
  border: 1px solid #000000;
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
  line-height: 16px;
  padding: 13px 30px;
  cursor: pointer;
}
/* line 42, ../../sass/v2/_mixins.scss */
.page-header .user-actions ul li a:hover, .page-header .user-actions ul li a:focus {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 1099px) {
  /* line 360, ../../sass/v2/_header.scss */
  .page-header .user-actions ul li a {
    width: 100%;
    text-align: center;
  }
}
/* line 374, ../../sass/v2/_header.scss */
.page-header .user-actions ul li.selected a {
  background-color: #000000;
  color: #ffffff;
}
/* line 379, ../../sass/v2/_header.scss */
.page-header .user-actions ul li.selected a:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
/* line 397, ../../sass/v2/_header.scss */
.page-header .user-actions-menu {
  display: none;
}
@media (max-width: 1099px) {
  /* line 397, ../../sass/v2/_header.scss */
  .page-header .user-actions-menu {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 280px;
    position: absolute;
    bottom: 45px;
    justify-content: center;
  }
}
/* line 414, ../../sass/v2/_header.scss */
.page-header .user-actions-menu ul {
  width: 100%;
  display: flex;
}
@media (max-width: 1099px) {
  /* line 414, ../../sass/v2/_header.scss */
  .page-header .user-actions-menu ul {
    flex-direction: column;
    gap: 20px;
  }
}
/* line 426, ../../sass/v2/_header.scss */
.page-header .user-actions-menu ul li {
  margin-right: 10px;
}
@media (max-width: 1099px) {
  /* line 426, ../../sass/v2/_header.scss */
  .page-header .user-actions-menu ul li {
    height: 100%;
    display: flex;
    margin: 0;
    width: 100%;
  }
}
/* line 439, ../../sass/v2/_header.scss */
.page-header .user-actions-menu ul li:last-of-type {
  margin-right: 0;
}
/* line 445, ../../sass/v2/_header.scss */
.page-header .user-actions-menu ul li a {
  border-radius: 50px;
  border: 1px solid #000000;
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
  line-height: 16px;
  padding: 13px 30px;
  cursor: pointer;
}
/* line 42, ../../sass/v2/_mixins.scss */
.page-header .user-actions-menu ul li a:hover, .page-header .user-actions-menu ul li a:focus {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 1099px) {
  /* line 445, ../../sass/v2/_header.scss */
  .page-header .user-actions-menu ul li a {
    width: 100%;
    text-align: center;
  }
}
/* line 455, ../../sass/v2/_header.scss */
.page-header .user-actions-menu ul li a.black {
  background-color: #000000;
  color: #ffffff;
}
/* line 460, ../../sass/v2/_header.scss */
.page-header .user-actions-menu ul li a.black:hover {
  background-color: transparent;
  color: #000000;
}
/* line 477, ../../sass/v2/_header.scss */
.page-header .desktop {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  position: relative;
  z-index: 99999;
}
@media (max-width: 1099px) {
  /* line 477, ../../sass/v2/_header.scss */
  .page-header .desktop {
    position: fixed;
    background-color: #f6f4f1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    max-width: unset;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: none;
  }
}
/* line 510, ../../sass/v2/_header.scss */
.page-header .desktop.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  display: flex;
}
/* line 522, ../../sass/v2/_header.scss */
.page-header .btn-close {
  display: none;
}
@media (max-width: 768px) {
  /* line 522, ../../sass/v2/_header.scss */
  .page-header .btn-close {
    display: flex;
    border: 1px solid #000000;
    border-radius: 20px;
  }
  /* line 532, ../../sass/v2/_header.scss */
  .page-header .btn-close::before, .page-header .btn-close::after {
    background-color: black;
  }
  /* line 539, ../../sass/v2/_header.scss */
  .page-header .btn-close:hover {
    background-color: black;
  }
  /* line 542, ../../sass/v2/_header.scss */
  .page-header .btn-close:hover::before, .page-header .btn-close:hover::after {
    background-color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  /* line 522, ../../sass/v2/_header.scss */
  .page-header .btn-close {
    display: flex;
    border-color: black;
  }
}
/* line 558, ../../sass/v2/_header.scss */
.page-header .burger {
  display: none;
}
@media (max-width: 1099px) {
  /* line 558, ../../sass/v2/_header.scss */
  .page-header .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
    gap: 8px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1099px) and (max-width: 480px) {
  /* line 558, ../../sass/v2/_header.scss */
  .page-header .burger {
    right: 20px;
  }
}
@media (max-width: 1099px) {
  /* line 582, ../../sass/v2/_header.scss */
  .page-header .burger span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #000000;
    transition: transform 0.3s ease-in-out;
  }
  /* line 591, ../../sass/v2/_header.scss */
  .page-header .burger span:nth-child(2) {
    transition-delay: 0.3s;
  }
}

/* line 620, ../../sass/v2/_header.scss */
.white-bg-body .page-header .menu nav ul li > a:hover {
  color: #08c1be;
}
/* line 626, ../../sass/v2/_header.scss */
.white-bg-body .page-header .menu nav ul li .menu-curve {
  background-image: url("/assets/images/header/menu-curve-chalk.svg");
}
/* line 632, ../../sass/v2/_header.scss */
.white-bg-body .page-header .menu nav ul li .mega-menu {
  background-color: #f6f4f1;
}
/* line 638, ../../sass/v2/_header.scss */
.white-bg-body .page-header .menu nav ul li .mega-menu a.mm-item .mm-icon {
  background-color: white;
}
/* line 644, ../../sass/v2/_header.scss */
.white-bg-body .page-header .menu nav ul li .mega-menu a.mm-item:hover .mm-icon {
  background-color: #08c1be;
}

/* line 1, ../../sass/v2/_footer.scss */
.page-footer {
  display: block;
  margin: 0;
  position: relative;
  background-color: #0e3c38;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 26px;
  border-top: 1px solid #646665;
  z-index: 110;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  /* line 1, ../../sass/v2/_footer.scss */
  .page-footer {
    text-align: center;
    align-items: center;
  }
  /* line 21, ../../sass/v2/_footer.scss */
  .page-footer .left {
    margin-bottom: 30px;
    align-items: center;
  }
}
/* line 29, ../../sass/v2/_footer.scss */
.page-footer .main-footer {
  padding: 60px 30px;
}
/* line 33, ../../sass/v2/_footer.scss */
.page-footer .main-footer .column-left {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
/* line 41, ../../sass/v2/_footer.scss */
.page-footer .main-footer .column-left .logo img {
  width: 150px;
}
@media (max-width: 1100px) {
  /* line 33, ../../sass/v2/_footer.scss */
  .page-footer .main-footer .column-left {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
}
/* line 59, ../../sass/v2/_footer.scss */
.page-footer .main-footer .column-right {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1100px) {
  /* line 59, ../../sass/v2/_footer.scss */
  .page-footer .main-footer .column-right {
    width: 100%;
  }
}
/* line 71, ../../sass/v2/_footer.scss */
.page-footer .main-footer .column-right .column {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  box-sizing: border-box;
  padding: 0px 10px;
}
@media (max-width: 768px) {
  /* line 71, ../../sass/v2/_footer.scss */
  .page-footer .main-footer .column-right .column {
    width: 50%;
    padding: 20px 0px;
  }
}
@media (max-width: 390px) {
  /* line 71, ../../sass/v2/_footer.scss */
  .page-footer .main-footer .column-right .column {
    width: 100%;
  }
}
/* line 92, ../../sass/v2/_footer.scss */
.page-footer .main-footer .column-right .column ul li {
  padding-bottom: 5px;
}
/* line 96, ../../sass/v2/_footer.scss */
.page-footer .main-footer .column-right .column ul li.heading-link {
  padding-bottom: 15px;
}
/* line 100, ../../sass/v2/_footer.scss */
.page-footer .main-footer .column-right .column ul li.heading-link a {
  font-weight: 500;
}
/* line 116, ../../sass/v2/_footer.scss */
.page-footer .left {
  position: relative;
  display: inline-block;
  width: 40%;
}
@media (max-width: 768px) {
  /* line 116, ../../sass/v2/_footer.scss */
  .page-footer .left {
    width: 100%;
    text-align: center;
  }
  /* line 127, ../../sass/v2/_footer.scss */
  .page-footer .left .menu ul {
    justify-content: center;
  }
}
@media (max-width: 650px) {
  /* line 116, ../../sass/v2/_footer.scss */
  .page-footer .left {
    text-align: center;
    padding: 0px;
  }
  /* line 140, ../../sass/v2/_footer.scss */
  .page-footer .left .menu ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
/* line 151, ../../sass/v2/_footer.scss */
.page-footer .right {
  position: relative;
  display: inline-block;
  width: 60%;
  text-align: right;
}
@media (max-width: 768px) {
  /* line 151, ../../sass/v2/_footer.scss */
  .page-footer .right {
    display: block;
    text-align: center;
    margin-top: 30px;
    width: 100%;
  }
}
/* line 167, ../../sass/v2/_footer.scss */
.page-footer .right p {
  font-size: 14px !important;
}
/* line 171, ../../sass/v2/_footer.scss */
.page-footer .right p span {
  white-space: nowrap;
}
/* line 183, ../../sass/v2/_footer.scss */
.page-footer .menu ul {
  display: flex;
}
/* line 187, ../../sass/v2/_footer.scss */
.page-footer .menu ul li {
  margin-right: 15px;
  white-space: nowrap;
}
/* line 192, ../../sass/v2/_footer.scss */
.page-footer .menu ul li:last-of-type {
  margin-right: 0;
}
/* line 204, ../../sass/v2/_footer.scss */
.page-footer .footer-black {
  background-color: black;
  padding: 30px;
}

/* line 1, ../../sass/v2/_brandList.scss */
.brand-list {
  margin-top: 75px;
  --width: 110px;
  --height: 110px;
  --gap: 20px;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 1, ../../sass/v2/_brandList.scss */
  .brand-list {
    --width: 96px;
    --height: 96px;
    --gap: 10px;
  }
}
@media (max-width: 390px) {
  /* line 1, ../../sass/v2/_brandList.scss */
  .brand-list {
    --width: 88px;
    --height: 88px;
  }
}
/* line 26, ../../sass/v2/_brandList.scss */
.brand-list .brand-item {
  background-color: white;
  width: var(--width);
  height: var(--height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
/* line 38, ../../sass/v2/_brandList.scss */
.brand-list .brand-item:hover {
  transform: scale(1.15) rotate(5deg);
}
/* line 44, ../../sass/v2/_brandList.scss */
.brand-list .brand-item:nth-child(even):hover {
  transform: scale(1.15) rotate(-5deg);
}

/* line 1, ../../sass/v2/_cardIcon.scss */
.card-icon {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  background-color: #e3d2bd;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  gap: 20px;
  padding: 60px 50px 50px;
  position: relative;
  max-width: 650px;
}
@media (max-width: 840px) {
  /* line 1, ../../sass/v2/_cardIcon.scss */
  .card-icon {
    padding: 60px 40px 40px;
    text-align: center;
    gap: 10px;
  }
}
/* line 21, ../../sass/v2/_cardIcon.scss */
.card-icon .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: -40px;
}
@media (max-width: 840px) {
  /* line 21, ../../sass/v2/_cardIcon.scss */
  .card-icon .icon {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 38, ../../sass/v2/_cardIcon.scss */
.card-icon .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 1, ../../sass/v2/_cardImage.scss */
.card-image {
  border-radius: 20px;
  display: inline-block;
  width: calc( 25% - 20px );
  background-color: white;
  text-align: left;
  margin: 10px;
  max-width: 460px;
  min-height: 500px;
  vertical-align: top;
}
@media (max-width: 1500px) {
  /* line 1, ../../sass/v2/_cardImage.scss */
  .card-image {
    width: calc( 33% - 20px );
    min-height: 420px;
  }
}
@media (max-width: 1370px) {
  /* line 1, ../../sass/v2/_cardImage.scss */
  .card-image {
    min-height: 450px;
  }
}
@media (max-width: 1210px) {
  /* line 1, ../../sass/v2/_cardImage.scss */
  .card-image {
    width: calc( 50% - 20px );
    min-height: 370px;
  }
}
@media (max-width: 1100px) {
  /* line 1, ../../sass/v2/_cardImage.scss */
  .card-image {
    min-height: 400px;
  }
}
@media (max-width: 1000px) {
  /* line 1, ../../sass/v2/_cardImage.scss */
  .card-image {
    min-height: 450px;
  }
}
@media (max-width: 800px) {
  /* line 47, ../../sass/v2/_cardImage.scss */
  .card-image p {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  /* line 1, ../../sass/v2/_cardImage.scss */
  .card-image {
    width: 100%;
    min-height: auto;
    margin: 10px auto !important;
  }
}
/* line 63, ../../sass/v2/_cardImage.scss */
.card-image.image {
  min-height: 300px;
}
/* line 69, ../../sass/v2/_cardImage.scss */
.card-image .description {
  padding: 50px;
  border-radius: 20px;
  display: block;
  background-color: white;
}
@media (max-width: 480px) {
  /* line 69, ../../sass/v2/_cardImage.scss */
  .card-image .description {
    padding: 40px 25px;
  }
}
/* line 82, ../../sass/v2/_cardImage.scss */
.card-image .description h5 {
  font-weight: 400;
  padding-bottom: 20px;
}

/* line 1, ../../sass/v2/_modal.scss */
.modal {
  position: fixed;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
/* line 16, ../../sass/v2/_modal.scss */
.modal.active {
  display: block;
}
@media (max-width: 768px) {
  /* line 1, ../../sass/v2/_modal.scss */
  .modal {
    padding: 0;
  }
}
/* line 28, ../../sass/v2/_modal.scss */
.modal .modal-dialog {
  position: absolute;
  width: calc( 100% - 40px );
  max-width: 1520px;
  max-height: calc( 100vh - 80px );
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  /* line 28, ../../sass/v2/_modal.scss */
  .modal .modal-dialog {
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    left: 0px;
    top: 0px;
    transform: none;
    border-radius: 0px;
  }
}
/* line 55, ../../sass/v2/_modal.scss */
.modal-content {
  width: 100%;
  height: 100%;
}
/* line 60, ../../sass/v2/_modal.scss */
.modal-content .modal-header {
  position: absolute;
}
/* line 66, ../../sass/v2/_modal.scss */
.modal-content .modal-body {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f6f4f1;
}
@media (max-width: 768px) {
  /* line 66, ../../sass/v2/_modal.scss */
  .modal-content .modal-body {
    display: block;
    border-radius: 0;
    overflow: auto;
  }
}
/* line 83, ../../sass/v2/_modal.scss */
.modal-content .btn-close {
  right: 30px;
  top: 30px;
}
/* line 92, ../../sass/v2/_modal.scss */
.modal .image {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  vertical-align: top;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 1300px) {
  /* line 92, ../../sass/v2/_modal.scss */
  .modal .image {
    width: 40%;
  }
}
@media (max-width: 1100px) {
  /* line 92, ../../sass/v2/_modal.scss */
  .modal .image {
    width: 30%;
  }
}
@media (max-width: 768px) {
  /* line 92, ../../sass/v2/_modal.scss */
  .modal .image {
    width: 100%;
    height: 240px;
    border-radius: 0px;
  }
}
/* line 128, ../../sass/v2/_modal.scss */
.modal .image .logo {
  position: absolute;
  max-width: 180px;
  max-height: 180px;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 5%;
  left: 5%;
}
@media (max-width: 768px) {
  /* line 128, ../../sass/v2/_modal.scss */
  .modal .image .logo {
    max-width: 100px;
    max-height: 100px;
    top: calc( 100% - 50px );
  }
}
/* line 151, ../../sass/v2/_modal.scss */
.modal .content {
  display: block;
  width: 100%;
  min-height: 400px;
  max-height: calc( 100vh - 40px );
  padding: 90px 80px 90px calc( 50% + 80px);
  overflow: auto;
  position: relative;
}
@media (max-width: 1300px) {
  /* line 151, ../../sass/v2/_modal.scss */
  .modal .content {
    padding-left: calc( 40% + 80px);
  }
}
@media (max-width: 1100px) {
  /* line 151, ../../sass/v2/_modal.scss */
  .modal .content {
    padding-left: calc( 30% + 80px);
  }
}
@media (max-width: 768px) {
  /* line 151, ../../sass/v2/_modal.scss */
  .modal .content {
    padding: 320px 20px 80px !important;
  }
}
@media (max-width: 480px) {
  /* line 151, ../../sass/v2/_modal.scss */
  .modal .content {
    height: 100dvh;
    max-height: none;
  }
}
/* line 187, ../../sass/v2/_modal.scss */
.modal .content .title {
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  /* line 187, ../../sass/v2/_modal.scss */
  .modal .content .title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  /* line 151, ../../sass/v2/_modal.scss */
  .modal .content {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 100%;
    max-width: calc(100% + 0px);
    padding: 0;
    border-radius: 0;
    height: auto;
    padding: 80px 20px;
    position: unset;
  }
}
/* line 216, ../../sass/v2/_modal.scss */
.modal .content article p {
  margin-bottom: 20px;
}

/* line 1, ../../sass/v2/_cardModal.scss */
.card-modal {
  position: relative;
}
/* line 3, ../../sass/v2/_cardModal.scss */
.card-modal-wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  /* line 3, ../../sass/v2/_cardModal.scss */
  .card-modal-wrapper {
    flex-direction: column;
  }
}
/* line 12, ../../sass/v2/_cardModal.scss */
.card-modal .image {
  height: 460px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  /* line 12, ../../sass/v2/_cardModal.scss */
  .card-modal .image {
    height: 320px;
  }
}
/* line 23, ../../sass/v2/_cardModal.scss */
.card-modal .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
}
/* line 31, ../../sass/v2/_cardModal.scss */
.card-modal .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 42, ../../sass/v2/_cardModal.scss */
.card-modal .content .title {
  max-width: 210px;
}
/* line 46, ../../sass/v2/_cardModal.scss */
.card-modal .content .btn-modal {
  margin-top: 20px;
}

/* line 13, ../../sass/v2/_selectric.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

/* line 18, ../../sass/v2/_selectric.scss */
.selectric-responsive {
  width: 100%;
}

/* line 22, ../../sass/v2/_selectric.scss */
.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
/* line 29, ../../sass/v2/_selectric.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
/* line 42, ../../sass/v2/_selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
/* line 56, ../../sass/v2/_selectric.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

/* line 73, ../../sass/v2/_selectric.scss */
.selectric-focus .selectric {
  border-color: #aaaaaa;
}

/* line 77, ../../sass/v2/_selectric.scss */
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
/* line 80, ../../sass/v2/_selectric.scss */
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
/* line 83, ../../sass/v2/_selectric.scss */
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

/* line 89, ../../sass/v2/_selectric.scss */
.selectric-open {
  z-index: 9999;
}
/* line 92, ../../sass/v2/_selectric.scss */
.selectric-open .selectric {
  border-color: #c4c4c4;
}
/* line 96, ../../sass/v2/_selectric.scss */
.selectric-open .selectric-items {
  display: block;
}

/* line 101, ../../sass/v2/_selectric.scss */
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

/* line 108, ../../sass/v2/_selectric.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
/* line 114, ../../sass/v2/_selectric.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
/* line 119, ../../sass/v2/_selectric.scss */
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
/* line 125, ../../sass/v2/_selectric.scss */
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

/* line 140, ../../sass/v2/_selectric.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* line 156, ../../sass/v2/_selectric.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
/* line 163, ../../sass/v2/_selectric.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
/* line 173, ../../sass/v2/_selectric.scss */
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
/* line 178, ../../sass/v2/_selectric.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
/* line 183, ../../sass/v2/_selectric.scss */
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
/* line 192, ../../sass/v2/_selectric.scss */
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
/* line 198, ../../sass/v2/_selectric.scss */
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
/* line 203, ../../sass/v2/_selectric.scss */
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
/* line 208, ../../sass/v2/_selectric.scss */
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
/* line 214, ../../sass/v2/_selectric.scss */
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
/* line 224, ../../sass/v2/_selectric.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
/* line 233, ../../sass/v2/_selectric.scss */
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 238, ../../sass/v2/_selectric.scss */
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* line 1, ../../sass/v2/_home.scss */
.white-bg {
  background-color: white;
}

/* line 7, ../../sass/v2/_home.scss */
.home-section {
  padding: 150px 0;
  text-align: center;
  max-width: 1320px;
  margin: 0 auto;
}
/* line 14, ../../sass/v2/_home.scss */
.home-section.white-text {
  color: white;
}
/* line 20, ../../sass/v2/_home.scss */
.home-section p {
  max-width: 550px;
  margin: 30px auto;
  padding: 0px 30px;
}

/* line 30, ../../sass/v2/_home.scss */
ul.feature-grid {
  padding: 50px 0px;
  width: calc( 100% + 20px );
  max-width: 1460px;
  margin: 0 auto;
}
@media (max-width: 1460px) {
  /* line 30, ../../sass/v2/_home.scss */
  ul.feature-grid {
    margin-left: -10px;
  }
}
@media (max-width: 1350px) {
  /* line 30, ../../sass/v2/_home.scss */
  ul.feature-grid {
    padding: 50px 20px;
    width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  /* line 30, ../../sass/v2/_home.scss */
  ul.feature-grid {
    padding: 5px;
  }
}
@media (max-width: 390px) {
  /* line 30, ../../sass/v2/_home.scss */
  ul.feature-grid {
    padding: 0px;
  }
}
/* line 63, ../../sass/v2/_home.scss */
ul.feature-grid li {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}
@media (max-width: 480px) {
  /* line 63, ../../sass/v2/_home.scss */
  ul.feature-grid li {
    padding: 5px;
  }
}
/* line 75, ../../sass/v2/_home.scss */
ul.feature-grid li a {
  width: 248px;
  height: 200px;
  box-sizing: border-box;
  padding-top: 20px;
  background-color: #f6f4f1;
  border-radius: 10px;
  display: block;
  text-align: center;
}
@media (max-width: 630px) {
  /* line 75, ../../sass/v2/_home.scss */
  ul.feature-grid li a {
    width: 168px;
    height: 160px;
  }
}
@media (max-width: 480px) {
  /* line 75, ../../sass/v2/_home.scss */
  ul.feature-grid li a {
    width: 148px;
    height: 140px;
  }
}
@media (max-width: 390px) {
  /* line 75, ../../sass/v2/_home.scss */
  ul.feature-grid li a {
    width: 130px;
    height: 130px;
  }
}
/* line 107, ../../sass/v2/_home.scss */
ul.feature-grid li a:hover {
  background-color: #08c1be;
  text-decoration: none;
}
/* line 112, ../../sass/v2/_home.scss */
ul.feature-grid li a:hover .feature-icon img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(17deg) brightness(109%) contrast(99%);
}
/* line 118, ../../sass/v2/_home.scss */
ul.feature-grid li a:hover h4 {
  color: white;
}
/* line 126, ../../sass/v2/_home.scss */
ul.feature-grid li a .feature-icon {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
}
@media (max-width: 630px) {
  /* line 126, ../../sass/v2/_home.scss */
  ul.feature-grid li a .feature-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  /* line 126, ../../sass/v2/_home.scss */
  ul.feature-grid li a .feature-icon {
    width: 40px;
    height: 40px;
  }
}
/* line 147, ../../sass/v2/_home.scss */
ul.feature-grid li a .feature-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 66px;
  max-height: 66px;
}
@media (max-width: 600px) {
  /* line 147, ../../sass/v2/_home.scss */
  ul.feature-grid li a .feature-icon img {
    max-width: 46px;
    max-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 147, ../../sass/v2/_home.scss */
  ul.feature-grid li a .feature-icon img {
    max-width: 32px;
    max-height: 32px;
  }
}
/* line 174, ../../sass/v2/_home.scss */
ul.feature-grid li a h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px;
  margin: 0px;
}
@media (max-width: 630px) {
  /* line 174, ../../sass/v2/_home.scss */
  ul.feature-grid li a h4 {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}

/* line 198, ../../sass/v2/_home.scss */
.button-section {
  padding-top: 25px;
  max-width: 900px;
  margin: 0 auto;
}
/* line 204, ../../sass/v2/_home.scss */
.button-section .demo-button {
  font-size: 22px;
  line-height: 22px;
  padding: 15px 40px;
  margin: 10px 4px !important;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  /* line 204, ../../sass/v2/_home.scss */
  .button-section .demo-button {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 28px;
    margin: 5px 4px !important;
  }
}

/* line 1, ../../sass/v2/_hero-header.scss */
.section-hero-header {
  position: relative;
  padding-top: 180px;
  overflow: hidden;
  z-index: 20;
  background-color: white;
}
@media (max-width: 768px) {
  /* line 1, ../../sass/v2/_hero-header.scss */
  .section-hero-header {
    padding-top: 150px;
  }
}
@media (max-width: 480px) {
  /* line 1, ../../sass/v2/_hero-header.scss */
  .section-hero-header {
    padding-top: 120px;
  }
}
/* line 21, ../../sass/v2/_hero-header.scss */
.section-hero-header.full-height {
  min-height: 740px;
}
@media (max-width: 768px) {
  /* line 21, ../../sass/v2/_hero-header.scss */
  .section-hero-header.full-height {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  /* line 33, ../../sass/v2/_hero-header.scss */
  .section-hero-header.int-section .banner .left {
    padding: 0px 0px calc( 100vw * 0.7 );
  }
}
@media (max-width: 480px) {
  /* line 33, ../../sass/v2/_hero-header.scss */
  .section-hero-header.int-section .banner .left {
    padding: 0px 0px calc( 100vw * 0.8 );
  }
}
/* line 51, ../../sass/v2/_hero-header.scss */
.section-hero-header.integration-section .banner .left {
  width: calc( 100% - 350px );
  max-width: none;
}
@media (max-width: 1100px) {
  /* line 51, ../../sass/v2/_hero-header.scss */
  .section-hero-header.integration-section .banner .left {
    width: 100%;
    max-width: none;
    padding-bottom: 150px;
  }
}
@media (max-width: 480px) {
  /* line 51, ../../sass/v2/_hero-header.scss */
  .section-hero-header.integration-section .banner .left {
    padding-bottom: 100px;
  }
}
/* line 72, ../../sass/v2/_hero-header.scss */
.section-hero-header.integration-section .banner .tablet-view {
  width: 260px;
  aspect-ratio: 1;
  padding: 45px;
}
@media (max-width: 1450px) {
  /* line 72, ../../sass/v2/_hero-header.scss */
  .section-hero-header.integration-section .banner .tablet-view {
    right: 60px;
  }
}
@media (max-width: 1100px) {
  /* line 72, ../../sass/v2/_hero-header.scss */
  .section-hero-header.integration-section .banner .tablet-view {
    position: relative;
    display: block;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0 auto 50px;
    width: 200px;
    transform: none;
  }
}
@media (max-width: 480px) {
  /* line 72, ../../sass/v2/_hero-header.scss */
  .section-hero-header.integration-section .banner .tablet-view {
    width: 150px;
  }
}
/* line 104, ../../sass/v2/_hero-header.scss */
.section-hero-header.integration-section .banner .tablet-view img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66%;
  transform: translate(-50%, -50%);
}
/* line 118, ../../sass/v2/_hero-header.scss */
.section-hero-header .overlay {
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  width: 1000px;
  min-height: 100%;
}
/* line 129, ../../sass/v2/_hero-header.scss */
.section-hero-header .container {
  padding: 0 45px;
}
/* line 135, ../../sass/v2/_hero-header.scss */
.section-hero-header .banner {
  max-width: 1320px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1450px) {
  /* line 135, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner {
    padding: 0 60px;
  }
}
@media (max-width: 900px) {
  /* line 135, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner {
    padding: 0 20px;
  }
}
/* line 157, ../../sass/v2/_hero-header.scss */
.section-hero-header .banner .full-width {
  position: relative;
  padding: 50px 0px 100px;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 157, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .full-width {
    padding: 25px 0px 75px;
  }
}
/* line 169, ../../sass/v2/_hero-header.scss */
.section-hero-header .banner .full-width h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
}
@media (max-width: 1100px) {
  /* line 169, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .full-width h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 900px) {
  /* line 169, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .full-width h1 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 480px) {
  /* line 169, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .full-width h1 {
    font-size: 36px;
    line-height: 39px;
  }
}
@media (max-width: 1100px) {
  /* line 200, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner.text-only .left {
    padding: 0;
  }
}
@media (max-width: 768px) {
  /* line 200, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner.text-only .left {
    padding: 0;
  }
}
/* line 216, ../../sass/v2/_hero-header.scss */
.section-hero-header .banner .left {
  position: relative;
  padding: 50px 0px 100px;
  width: 550px;
  max-width: 50%;
  text-align: left;
}
@media (max-width: 1100px) {
  /* line 216, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .left {
    width: 100%;
    text-align: center;
    max-width: none;
    padding: 0px 0px 450px;
  }
}
@media (max-width: 768px) {
  /* line 216, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .left {
    padding: 0px 0px calc( 100vw * 0.58 );
  }
}
/* line 239, ../../sass/v2/_hero-header.scss */
.section-hero-header .banner .left .feature-icon {
  width: 80px;
  height: 80px;
  position: relative;
  background-color: white;
  border-radius: 40px;
  display: inline-block;
  margin-top: -50px;
  margin-bottom: 25px;
}
@media (max-width: 1100px) {
  /* line 239, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .left .feature-icon {
    margin-top: 0px;
  }
}
/* line 256, ../../sass/v2/_hero-header.scss */
.section-hero-header .banner .left .feature-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 66%;
  max-height: 66%;
}
/* line 269, ../../sass/v2/_hero-header.scss */
.section-hero-header .banner .left h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
}
@media (max-width: 1260px) {
  /* line 269, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .left h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 1100px) {
  /* line 269, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .left h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 900px) {
  /* line 269, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .left h1 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 480px) {
  /* line 269, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .left h1 {
    font-size: 36px;
    line-height: 39px;
  }
}
/* line 305, ../../sass/v2/_hero-header.scss */
.section-hero-header .banner .left p {
  font-size: 22px;
  line-height: 30px;
  padding: 40px 0px;
}
@media (max-width: 480px) {
  /* line 305, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .left p {
    font-size: 19px;
    line-height: 24px;
  }
}
/* line 320, ../../sass/v2/_hero-header.scss */
.section-hero-header .banner .left .demo-button {
  display: inline-block;
  margin: 0px;
}
/* line 329, ../../sass/v2/_hero-header.scss */
.section-hero-header .banner .scanner {
  position: absolute;
  right: 15px;
  top: -30px;
  width: 500px;
  z-index: 10;
  max-width: 40%;
}
@media (max-width: 768px) {
  /* line 329, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .scanner {
    position: relative;
    top: auto;
    right: auto;
    margin: -90px 0 0 auto;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 329, ../../sass/v2/_hero-header.scss */
  .section-hero-header .banner .scanner {
    width: 250px;
    margin: -30px auto 0;
    max-width: none;
  }
}
/* line 360, ../../sass/v2/_hero-header.scss */
.section-hero-header .integration-con {
  position: absolute;
  width: 650px;
  aspect-ratio: 1.55;
  top: 50%;
  right: 0px;
  transform: translateY(calc( -50% - 50px ));
}
@media (max-width: 1350px) {
  /* line 360, ../../sass/v2/_hero-header.scss */
  .section-hero-header .integration-con {
    max-width: 43%;
    right: 30px;
  }
}
@media (max-width: 1100px) {
  /* line 360, ../../sass/v2/_hero-header.scss */
  .section-hero-header .integration-con {
    width: 500px;
    left: 50%;
    top: auto;
    bottom: 60px;
    transform: translateX(-50%);
    max-width: 80%;
  }
}
/* line 387, ../../sass/v2/_hero-header.scss */
.section-hero-header .integration-con .integration-view {
  background-color: white;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 40px 40px;
  width: 50%;
  aspect-ratio: 1;
  position: absolute;
}
/* line 396, ../../sass/v2/_hero-header.scss */
.section-hero-header .integration-con .integration-view.integration-2 {
  left: 40%;
  width: 40%;
  top: 40%;
}
/* line 404, ../../sass/v2/_hero-header.scss */
.section-hero-header .integration-con .integration-view.integration-3 {
  left: auto;
  right: 0%;
  width: 30%;
  top: 10%;
}
/* line 413, ../../sass/v2/_hero-header.scss */
.section-hero-header .integration-con .integration-view img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66%;
}
/* line 427, ../../sass/v2/_hero-header.scss */
.section-hero-header .tablet-view {
  position: absolute;
  width: 650px;
  aspect-ratio: 1.55;
  background-color: white;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 40px 40px;
  top: 50%;
  right: 0px;
  padding: 10px;
  transform: translateY(calc( -50% - 50px ));
}
@media (max-width: 1350px) {
  /* line 427, ../../sass/v2/_hero-header.scss */
  .section-hero-header .tablet-view {
    max-width: 43%;
    right: 30px;
  }
}
@media (max-width: 1100px) {
  /* line 427, ../../sass/v2/_hero-header.scss */
  .section-hero-header .tablet-view {
    width: 600px;
    left: 50%;
    top: auto;
    bottom: -50px;
    transform: translateX(-50%);
    max-width: 80%;
  }
}
@media (max-width: 390px) {
  /* line 427, ../../sass/v2/_hero-header.scss */
  .section-hero-header .tablet-view {
    bottom: -40px;
  }
}
/* line 464, ../../sass/v2/_hero-header.scss */
.section-hero-header .tablet-view .view-con {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 11px;
  border: 1px solid #f6f4f1;
}
/* line 473, ../../sass/v2/_hero-header.scss */
.section-hero-header .tablet-view .view-con img {
  width: 100%;
  height: auto;
}
/* line 484, ../../sass/v2/_hero-header.scss */
.section-hero-header .wave {
  position: relative;
  z-index: 0;
  width: 100%;
  background-image: url("../../../images/v2/wave-border.svg");
  height: 133px;
}
@media (max-width: 768px) {
  /* line 484, ../../sass/v2/_hero-header.scss */
  .section-hero-header .wave {
    margin-top: -300px;
  }
}
@media (max-width: 480px) {
  /* line 484, ../../sass/v2/_hero-header.scss */
  .section-hero-header .wave {
    margin-top: -350px;
    background-position-x: -50%;
  }
}
/* line 507, ../../sass/v2/_hero-header.scss */
.section-hero-header .bottom {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 100px;
  z-index: 2;
  position: relative;
}
@media (max-width: 480px) {
  /* line 507, ../../sass/v2/_hero-header.scss */
  .section-hero-header .bottom {
    padding-bottom: 0px;
  }
}
/* line 521, ../../sass/v2/_hero-header.scss */
.section-hero-header .bottom .container {
  max-width: 1260px;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 60px 0px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  /* line 521, ../../sass/v2/_hero-header.scss */
  .section-hero-header .bottom .container {
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  /* line 521, ../../sass/v2/_hero-header.scss */
  .section-hero-header .bottom .container {
    padding: 0px 20px 0;
  }
}
/* line 545, ../../sass/v2/_hero-header.scss */
.section-hero-header .bottom .content {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 900px) {
  /* line 545, ../../sass/v2/_hero-header.scss */
  .section-hero-header .bottom .content {
    max-width: 540px;
  }
}
/* line 558, ../../sass/v2/_hero-header.scss */
.section-hero-header .bottom .content p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 30px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  /* line 558, ../../sass/v2/_hero-header.scss */
  .section-hero-header .bottom .content p {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  /* line 558, ../../sass/v2/_hero-header.scss */
  .section-hero-header .bottom .content p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  /* line 545, ../../sass/v2/_hero-header.scss */
  .section-hero-header .bottom .content {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 100px;
  }
}

/* line 1, ../../sass/v2/_book-a-demo.scss */
.section-book-a-demo {
  position: relative;
  z-index: 90;
  background-color: #0e3c38;
}
/* line 7, ../../sass/v2/_book-a-demo.scss */
.section-book-a-demo .container {
  height: 100%;
  max-width: 1100px;
  position: relative;
  padding: 150px 50px;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  /* line 7, ../../sass/v2/_book-a-demo.scss */
  .section-book-a-demo .container {
    padding: 100px 50px;
  }
}
@media (max-width: 480px) {
  /* line 7, ../../sass/v2/_book-a-demo.scss */
  .section-book-a-demo .container {
    padding: 100px 30px;
  }
}
/* line 29, ../../sass/v2/_book-a-demo.scss */
.section-book-a-demo .row {
  text-align: left;
  height: inherit;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 29, ../../sass/v2/_book-a-demo.scss */
  .section-book-a-demo .row {
    text-align: center;
  }
}
/* line 43, ../../sass/v2/_book-a-demo.scss */
.section-book-a-demo .description {
  max-width: 550px;
}
@media (max-width: 768px) {
  /* line 43, ../../sass/v2/_book-a-demo.scss */
  .section-book-a-demo .description {
    max-width: auto;
  }
}
/* line 55, ../../sass/v2/_book-a-demo.scss */
.section-book-a-demo .demo-phone {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  padding: 15px;
  width: 250px;
  background-color: white;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 35px 40px;
  z-index: 10;
}
@media (max-width: 768px) {
  /* line 55, ../../sass/v2/_book-a-demo.scss */
  .section-book-a-demo .demo-phone {
    width: 150px;
    padding: 10px;
    border-radius: 20px;
    transform: translateY(0%) rotate(10deg);
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto 60px;
  }
}
/* line 81, ../../sass/v2/_book-a-demo.scss */
.section-book-a-demo .demo-phone img {
  border-radius: 11px;
  width: 100%;
  display: block;
  border: 1px solid #f6f4f1;
}
/* line 92, ../../sass/v2/_book-a-demo.scss */
.section-book-a-demo .image {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 41.66667%;
  max-width: calc(41.66667% + 0px);
  max-width: 450px;
  padding: 0;
  overflow: visible;
}
/* line 98, ../../sass/v2/_book-a-demo.scss */
.section-book-a-demo .image img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: var(--img-width)/var(--img-height);
  width: 100%;
  top: 50px;
  position: relative;
}
@media (max-width: 768px) {
  /* line 98, ../../sass/v2/_book-a-demo.scss */
  .section-book-a-demo .image img {
    top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 92, ../../sass/v2/_book-a-demo.scss */
  .section-book-a-demo .image {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 100%;
    max-width: calc(100% + 0px);
    width: var(--img-width);
    height: var(--img-height);
    max-width: 80%;
  }
}
/* line 122, ../../sass/v2/_book-a-demo.scss */
.section-book-a-demo .description {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 50%;
  max-width: calc(50% + 0px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  /* line 122, ../../sass/v2/_book-a-demo.scss */
  .section-book-a-demo .description {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 100%;
    max-width: calc(100% + 0px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
/* line 143, ../../sass/v2/_book-a-demo.scss */
.section-book-a-demo h2 {
  line-height: 1;
}

/* line 149, ../../sass/v2/_book-a-demo.scss */
.demo-button {
  padding: 15px 30px;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 30px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}
/* line 162, ../../sass/v2/_book-a-demo.scss */
.demo-button:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
/* line 170, ../../sass/v2/_book-a-demo.scss */
.demo-button.black {
  border-color: #000000;
  color: #000000;
}
/* line 175, ../../sass/v2/_book-a-demo.scss */
.demo-button.black:hover {
  background-color: #000000;
  color: #ffffff;
}

/* line 1, ../../sass/v2/_integration-made-easy.scss */
.section-integration-made-easy {
  text-align: center;
  z-index: 40;
  position: relative;
  padding: 200px 30px;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 840px) {
  /* line 1, ../../sass/v2/_integration-made-easy.scss */
  .section-integration-made-easy {
    padding: 175px 30px;
  }
}
@media (max-width: 480px) {
  /* line 1, ../../sass/v2/_integration-made-easy.scss */
  .section-integration-made-easy {
    padding: 100px 10px;
  }
}
/* line 21, ../../sass/v2/_integration-made-easy.scss */
.section-integration-made-easy h2 {
  color: #b38dc0;
  padding-bottom: 20px;
}
/* line 28, ../../sass/v2/_integration-made-easy.scss */
.section-integration-made-easy .row {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* line 37, ../../sass/v2/_integration-made-easy.scss */
.section-integration-made-easy .top {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
  align-items: center;
  max-width: 550px;
}
@media (max-width: 768px) {
  /* line 37, ../../sass/v2/_integration-made-easy.scss */
  .section-integration-made-easy .top {
    max-width: 100%;
  }
}

/* line 1, ../../sass/v2/_our-integration.scss */
.section-our-integration {
  z-index: 50;
  position: sticky;
  top: 80px;
  height: calc( 100vh - 80px );
  background-color: #b38dc0;
}
/* line 9, ../../sass/v2/_our-integration.scss */
.section-our-integration .panel {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
/* line 18, ../../sass/v2/_our-integration.scss */
.section-our-integration .row {
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* line 23, ../../sass/v2/_our-integration.scss */
.section-our-integration .image {
  max-width: clamp(500px, 50vw, 600px);
  width: 100%;
  z-index: 1;
}
/* line 33, ../../sass/v2/_our-integration.scss */
.section-our-integration .text-anim {
  position: absolute;
  width: 100%;
  font-size: 160px;
  color: #e3d2bd;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 768px) {
  /* line 33, ../../sass/v2/_our-integration.scss */
  .section-our-integration .text-anim {
    font-size: 120px;
  }
}
@media (max-width: 480px) {
  /* line 33, ../../sass/v2/_our-integration.scss */
  .section-our-integration .text-anim {
    font-size: 45px;
    line-height: 45px;
    white-space: nowrap;
  }
}
/* line 57, ../../sass/v2/_our-integration.scss */
.section-our-integration .text-top {
  top: 20%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  /* line 57, ../../sass/v2/_our-integration.scss */
  .section-our-integration .text-top {
    top: 16dvh;
  }
}
/* line 71, ../../sass/v2/_our-integration.scss */
.section-our-integration .text-center {
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  /* line 71, ../../sass/v2/_our-integration.scss */
  .section-our-integration .text-center {
    top: calc( 16dvh + 60px );
  }
}
/* line 84, ../../sass/v2/_our-integration.scss */
.section-our-integration .text-bottom {
  top: 80%;
  left: 30%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  /* line 84, ../../sass/v2/_our-integration.scss */
  .section-our-integration .text-bottom {
    top: calc( 16dvh + 120px );
  }
}
/* line 98, ../../sass/v2/_our-integration.scss */
.section-our-integration .image {
  position: relative;
}
@media (max-width: 768px) {
  /* line 98, ../../sass/v2/_our-integration.scss */
  .section-our-integration .image {
    display: flex;
    flex-direction: column;
  }
}

/* line 111, ../../sass/v2/_our-integration.scss */
.scanner-content-wrapper {
  margin: 0 auto;
  max-width: 1150px;
  z-index: 51;
  transform: translate3d(0, 0, 0);
  position: relative;
  padding: 0 50px 50vh;
}
/* line 120, ../../sass/v2/_our-integration.scss */
.scanner-content-wrapper .info {
  padding: 30px;
  background-color: white;
  position: relative;
  max-width: 400px;
  border-radius: 20px;
  height: max-content;
  width: 100%;
  display: block;
}
/* line 131, ../../sass/v2/_our-integration.scss */
.scanner-content-wrapper .info-1 {
  margin: 0 0 0 auto;
}
/* line 137, ../../sass/v2/_our-integration.scss */
.scanner-content-wrapper .info-2 {
  margin: 30vh auto 0 0;
}
/* line 143, ../../sass/v2/_our-integration.scss */
.scanner-content-wrapper .info-3 {
  margin: 30vh auto 0;
}

/* line 1, ../../sass/v2/_section-why-supplyd.scss */
.section-why-supplyd {
  z-index: 70;
  position: relative;
  background-color: #f6f4f1;
  transform: translate3d(0, 0, 0);
  text-align: center;
}
@media (max-width: 768px) {
  /* line 9, ../../sass/v2/_section-why-supplyd.scss */
  .section-why-supplyd.panel {
    height: auto;
  }
}
/* line 19, ../../sass/v2/_section-why-supplyd.scss */
.section-why-supplyd .splide {
  position: relative;
  margin: 25px auto 0;
  text-align: left;
}
/* line 27, ../../sass/v2/_section-why-supplyd.scss */
.section-why-supplyd .container {
  padding: 0;
  max-width: 2060px;
}
@media (max-width: 700px) {
  /* line 27, ../../sass/v2/_section-why-supplyd.scss */
  .section-why-supplyd .container {
    padding: 0 10px;
  }
}
/* line 40, ../../sass/v2/_section-why-supplyd.scss */
.section-why-supplyd .wrapper {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  padding: 100px 0;
}
/* line 47, ../../sass/v2/_section-why-supplyd.scss */
.section-why-supplyd .wrapper h2 {
  padding-bottom: 50px;
}
@media (max-width: 700px) {
  /* line 47, ../../sass/v2/_section-why-supplyd.scss */
  .section-why-supplyd .wrapper h2 {
    padding: 20px;
  }
}
/* line 61, ../../sass/v2/_section-why-supplyd.scss */
.section-why-supplyd .card-wrapper {
  display: block;
  width: 100%;
  position: relative;
}
/* line 69, ../../sass/v2/_section-why-supplyd.scss */
.section-why-supplyd .splide__arrow {
  background-color: #ffffff;
  border: 1px solid #000000;
  opacity: 1;
}
/* line 75, ../../sass/v2/_section-why-supplyd.scss */
.section-why-supplyd .splide__arrow svg {
  fill: #000000;
}
/* line 83, ../../sass/v2/_section-why-supplyd.scss */
.section-why-supplyd .swiper-card-image {
  padding: 0;
}
/* line 89, ../../sass/v2/_section-why-supplyd.scss */
.section-why-supplyd .left {
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 89, ../../sass/v2/_section-why-supplyd.scss */
  .section-why-supplyd .left {
    padding: 0;
  }
}
/* line 103, ../../sass/v2/_section-why-supplyd.scss */
.section-why-supplyd .right {
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 103, ../../sass/v2/_section-why-supplyd.scss */
  .section-why-supplyd .right {
    padding: 0;
  }
}

/* line 1, ../../sass/v2/_case-studies.scss */
ul.case-study-list {
  margin: 0 auto;
  max-width: 1340px;
  width: calc( 100% + 20px );
  padding-bottom: 150px;
  text-align: center;
}
@media (max-width: 1360px) {
  /* line 1, ../../sass/v2/_case-studies.scss */
  ul.case-study-list {
    padding: 0px 30px 150px;
    margin-left: -10px;
  }
}
@media (max-width: 768px) {
  /* line 1, ../../sass/v2/_case-studies.scss */
  ul.case-study-list {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  /* line 1, ../../sass/v2/_case-studies.scss */
  ul.case-study-list {
    padding: 0px 10px 150px;
  }
}
/* line 29, ../../sass/v2/_case-studies.scss */
ul.case-study-list li {
  display: inline-block;
  width: calc( 50% - 20px );
  height: 430px;
  padding: 10px;
}
@media (max-width: 900px) {
  /* line 29, ../../sass/v2/_case-studies.scss */
  ul.case-study-list li {
    height: 360px;
  }
}
@media (max-width: 768px) {
  /* line 29, ../../sass/v2/_case-studies.scss */
  ul.case-study-list li {
    width: 100%;
  }
}
/* line 48, ../../sass/v2/_case-studies.scss */
ul.case-study-list li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  color: white;
}
/* line 61, ../../sass/v2/_case-studies.scss */
ul.case-study-list li a .text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65), transparent);
}
/* line 72, ../../sass/v2/_case-studies.scss */
ul.case-study-list li a .client {
  max-width: 400px;
  font-weight: 500;
  font-size: 46px;
  line-height: 56px;
  position: absolute;
  left: 40px;
  top: 40px;
}
@media (max-width: 768px) {
  /* line 72, ../../sass/v2/_case-studies.scss */
  ul.case-study-list li a .client {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  /* line 72, ../../sass/v2/_case-studies.scss */
  ul.case-study-list li a .client {
    font-size: 34px;
    line-height: 38px;
  }
}
/* line 98, ../../sass/v2/_case-studies.scss */
ul.case-study-list li a .description {
  position: absolute;
  left: 40px;
  bottom: 100px;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  max-width: 400px;
}
@media (max-width: 480px) {
  /* line 98, ../../sass/v2/_case-studies.scss */
  ul.case-study-list li a .description {
    font-size: 16px;
    line-height: 22px;
  }
}
/* line 119, ../../sass/v2/_case-studies.scss */
ul.case-study-list li a:hover .button {
  background-color: #ffffff;
}
/* line 123, ../../sass/v2/_case-studies.scss */
ul.case-study-list li a:hover .button .cross-a, ul.case-study-list li a:hover .button .cross-b {
  background-color: #000000;
}
/* line 133, ../../sass/v2/_case-studies.scss */
ul.case-study-list li a .button {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  left: 40px;
  bottom: 40px;
  border: 1px solid #ffffff;
}
/* line 144, ../../sass/v2/_case-studies.scss */
ul.case-study-list li a .button .cross-a, ul.case-study-list li a .button .cross-b {
  display: block;
  height: 1px;
  width: 16px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
/* line 157, ../../sass/v2/_case-studies.scss */
ul.case-study-list li a .button .cross-b {
  height: 16px;
  width: 1px;
}

/* line 174, ../../sass/v2/_case-studies.scss */
.case-studies .splide {
  position: relative;
  text-align: left;
}
/* line 181, ../../sass/v2/_case-studies.scss */
.case-studies .splide__arrow {
  background: white;
  border: 1px solid black;
  opacity: 1;
}
/* line 187, ../../sass/v2/_case-studies.scss */
.case-studies .splide__arrow:hover {
  background: white !important;
}
/* line 193, ../../sass/v2/_case-studies.scss */
.case-studies .splide__arrow svg {
  fill: black;
}

/* line 1, ../../sass/v2/_supplyd-intelligence.scss */
.powered-by-si {
  border: 1px solid #EFEBE8;
  border-radius: 10px;
  padding: 10px 15px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  color: #000000;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  background-color: white;
}
/* line 16, ../../sass/v2/_supplyd-intelligence.scss */
.powered-by-si:hover {
  text-decoration: none;
  background-color: #EFEBE8;
  color: #000000;
}
/* line 22, ../../sass/v2/_supplyd-intelligence.scss */
.powered-by-si:hover .si-logo {
  animation: spin 2.5s linear infinite;
}
/* line 30, ../../sass/v2/_supplyd-intelligence.scss */
.powered-by-si .si-logo {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 42, ../../sass/v2/_supplyd-intelligence.scss */
.discover-si {
  border: 1px solid #EFEBE8;
  border-radius: 10px;
  padding: 15px 30px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
  white-space: nowrap;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  background-color: white;
  font-weight: 500;
}
/* line 57, ../../sass/v2/_supplyd-intelligence.scss */
.discover-si:hover {
  text-decoration: none;
  background-color: #EFEBE8;
  color: #000000;
}
/* line 63, ../../sass/v2/_supplyd-intelligence.scss */
.discover-si:hover .si-logo {
  animation: spin 2.5s linear infinite;
}
/* line 71, ../../sass/v2/_supplyd-intelligence.scss */
.discover-si .si-logo {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

/* line 85, ../../sass/v2/_supplyd-intelligence.scss */
.mega-menu a.discover-si {
  margin-top: 25px;
}
/* line 89, ../../sass/v2/_supplyd-intelligence.scss */
.mega-menu a.discover-si:hover {
  background-color: white;
  color: #000000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
