/*End Generated Styles*/.salesrep-wrap .address a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.thankyou-wrap {
  min-height: 400px;
}

.modal-wrap {
  position: fixed;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: all .3s;
}
.modal-content {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  padding: 1em;
  box-sizing: border-box;
}
.close {
  color: #fff;
  font-size: 80px;
  font-weight: 200;
  line-height: 50px;
  cursor: pointer;
  float: right;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.close:hover {
  opacity: 0.7;
}
#user_content .dimensions-img img {
  border-radius: 10px;
}
.caption {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

#user_content table .iconDimensions {
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  border-radius: 50px;
  width: 40px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
#user_content table .iconDimensions:hover {
  cursor: pointer;
  opacity: 0.5;
}


.view-more:after {
content: '';
display: inline-block;
width: 24px;
height: 18px;
background: url(/uploads/2026/03/12/icon_view-more.png) center/contain no-repeat;
position: relative;
top: 3px;
margin-left: 10px;
}

.view-less:after {
content: '';
display: inline-block;
width: 24px;
height: 18px;
background: url(/uploads/2026/03/12/icon_view-less.png) center/contain no-repeat;
position: relative;
top: 3px;
margin-left: 10px;
}


.automation-intro-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.automation-example-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.automation-example-wrap .automation-example {
  width: calc(100% / 3 - 30px);
  border: 1px solid #d9d8d8;
  box-sizing: border-box;
  padding: 1em;
}
.automation-example-wrap .slideshow.embed_embed {
  width: 100%;
  height: 250px;
  min-height: auto;
  float: none;
}
#user_content .automation-example-wrap .slideshow.embed_embed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.automation-example-wrap .slideshow .controls .prev,
.automation-example-wrap .slideshow .controls .play-pause,
.automation-example-wrap .slideshow .controls .next {
  display: none;
}
.automation-example-wrap .slideshow a img:hover,
.automation-example-wrap .slideshow:hover .controls a {
  opacity: 1;
}
.automation-example-wrap .slideshow a.slide:hover {
  cursor: default;
}
.automation-example-wrap .slideshow .controls {
  position: unset;
}
.automation-example-wrap .slideshow .controls a {
  opacity: 1;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.automation-example-wrap .slideshow .controls a.enlarge:after {
  background-color: rgba(255,255,255,0.8);
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  opacity: 1;
  transition: all 0.4s;
}
.automation-example-wrap .slideshow .controls a.enlarge:hover:after {
  opacity: 0.8;
}

#user_content .automation-example-wrap .gallery-img-wrap img {
  display: block;
  margin-bottom: 21px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

#user_content .automation-example-wrap h3 {
  margin-top: 0;
  font-weight: 600;
  color: #0d3246;
  font-size: 19px;
}
#user_content .automation-example-wrap h3::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 25px;
  background-color: #0d3246;
  margin-right: 8px;
  position: relative;
  top: 6px;
  border-radius: 50px;
}
.automation-detail dl {
  border: 1px solid #d9d8d8;
  display: flex;
  border-bottom: 0;
}
.automation-detail dl:last-of-type {
  border-bottom: 1px solid #d9d8d8;
}
.automation-detail dt {
  padding: 10px;
  background-color: #0d3246;
  color: #fff;
  display: flex;
  align-items: center;
}
.automation-detail dd {
  padding: 10px;
  display: flex;
  align-items: center;
}

.more-examples-wrap {
  background-color: #cadfe9;
  padding: 1em;
  border-radius: 5px;
}

/** BASE DESIGN *********************************************************/
html {
  scroll-padding-top: 150px;
}

.right {text-align:right;}
.left {text-align:left;}
.center {text-align:center;}

#header::after,
#footer::after {
  background-color: #8199aa;
}
#header::before,
#footer::before {
  background-color: #002743;
}
.head-nav-wrap .webdexpress_header.logo-center-aligned img,
.head-nav-wrap .webdexpress_header.logo-left-aligned img,
.head-nav-wrap .webdexpress_header.logo-right-aligned img {
  max-height: 55px;
}
.scrolled .head-nav-wrap .webdexpress_header.logo-center-aligned img,
.scrolled .head-nav-wrap .webdexpress_header.logo-left-aligned img,
.scrolled .head-nav-wrap .webdexpress_header.logo-right-aligned img {
  max-height: 40px;
}

#navigation .nav li a {
  font-weight: 300;
}

body:not(.homepage) #header,
.inside-header {
  height: 40vh;
}
.inside-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inside-header::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,39,67,0.7);
  position: absolute;
  top: 0;
  left: 0;
}
body.homepage .page_title { display:none; }
.page_title {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  border: 0;
  font-size: 4rem;
}
.page_title:before,
.page_title:after {
  display: none;
}

#user_content .btn-wrap {
  text-align: center;
  margin: 2em 0;
}
.btn,
button {
  display: inline-block;
  background-color: #002743;
  color: #fff;
  text-decoration: none;
  padding: 15px 60px;
  border-radius: 3px;
  font-weight: 500;
}
button {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  transition: all 0.4s;
  cursor: pointer;
}
.btn:hover,
button:hover {
  background-color: #5a7182;
  color: #fff;
}
.btn:after {
  content: '\21C0';
  display: inline-block;
  margin-left: 8px;
  font-size: 30px;
  line-height: 0;
  position: relative;
  bottom: -5px;
}
.btn.catalog:after {
  content: '';
  width: 21px;
  height: 20px;
  background: url(/uploads/2026/03/11/icon_book.png) center/contain no-repeat;
  margin-left: 15px;
}

a img {
  transition: all 0.4s;
}
a img:hover {
  opacity: 0.7;
}

#content {
  padding: 2em 1em;
}

#user_content h1 {
  font-weight: 400;
  font-size: 36px;
  position: relative;
  margin: 1.8em 0 0.8em 0;
}
#user_content h1:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8199aa;
  position: absolute;
  bottom: -8px;
}
#user_content h1:before {
  content: '';
  display: block;
  width: 15%;
  height: 2px;
  background-color: #002743;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 1;
}
#user_content h2 {
  font-weight: 600;
  font-size: 24px;
}
#user_content h2::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #0e3f78;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
#user_content h2.small-heading::before {
  display: none;
}

.mobile {
  display: none;
}

/** HOMEPAGE *********************************************************/
.customHeaderSlideshow::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg,rgba(0, 39, 67, 0.8) 0%, rgba(0, 39, 67, 0) 100%);
}
.home-heading {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 2em;
  width: 60%;
  transform: translateY(-50%);
  z-index: 1;
}
.home-heading h1 {
  font-size: 80px;
  margin: 20px 0;
  line-height: 80px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0,0,0,0.5), 3px 3px 5px rgba(0,0,0,0.3);
  font-weight: 400;
}
.home-heading h2 {
  font-size: 30px;
  font-style: italic;
  text-shadow: 0 0 5px rgba(0,0,0,0.5), 1px 1px 5px rgba(0,0,0,0.3);
}

.home-product-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 2em 0;
}
.home-product-wrap div {
  width: 50%;
}
#user_content .home-product-wrap h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #415868;
}
#user_content .home-product-wrap h3:after {
  content: '';
  width: 60px;
  height: 2px;
  display: block;
  background-color: #8199aa;
  margin: 10px auto 0 auto;
}
.home-product-wrap img {
  max-height: 300px;
  width: auto;
  margin: 0 auto 10px auto;
  display: block;
}

/** EXTRACTION ROBOT PAGE *********************************************************/
.product-tag {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#user_content .product-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
#user_content .product-tag .type {
  background-color: #0d3246;
  padding: 10px 15px;
}
#user_content .product-tag .model-flagship {
  background-color: #f46b6b;
  padding: 10px 15px;
}
#user_content .product-tag .model-standard {
  background-color: #248b76;
  padding: 10px 15px;
}

#user_content .product-tag img {
  max-width: 200px;
}

.product-spec {
  display: flex;
  gap: 20px 40px;
}
.product-spec > div {
  width: calc(50% - 20px);
}
.product-spec dl {
  border-top: 1px solid #777;
  padding: 10px 5px;
  display: flex;
  align-items: center;
}
.product-spec dl:last-of-type {
  border-bottom: 1px solid #777;
}
.product-spec dt {
  max-width: 100px;
  margin-right: 20px;
}

#user_content .options-list-wrap {
  list-style: none;
  margin: 2em 0;
  padding: 0;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
#user_content .options-list-wrap li {
  width: calc(25% - 27px);
}
#user_content .options-list-wrap img {
  max-height: 150px;
  width: auto;
  display: block;
  margin: 0 auto;
}
#user_content .options-list-wrap h3 {
  text-align: center;
  font-weight: 600;
}

.cta-box {
  background-color: #24967e;
  width: 900px;
  max-width: 100%;
  margin: 3em auto;
  padding: 1em;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.cta-box .emphasis {
  font-size: 21px;
  font-weight: 500;
}
.cta-box a {
  color: #ceefe8;
}
.cta-box a:hover {
  color: #fff;
}
#user_content .check-list {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 1em;
}
#user_content .check-list li {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
#user_content .check-list li::before {
  content: '\2714';
  background-color: #fff;
  border-radius: 5px;
  color: #24967e;
  padding: 1px 6px;
  margin-right: 20px;
}

/** TABLE *********************************************************/
#user_content table {
  max-width: 100%;
  table-layout: fixed;
  text-align: center;
}
#user_content table thead td {
  background: #0d3246;
  color: #fff;
  border-bottom: 0;
}
#user_content table thead td:first-of-type {
  border-top-left-radius: 6px;
  width: 90px;
}
#user_content table thead td:last-of-type {
  border-top-right-radius: 6px;
}
#user_content table td {
  padding: 10px;
  border-right: 1px solid #d1d5dc;
  border-bottom: 1px dotted #d1d5dc;
}
#user_content table td:first-of-type {
  border-left: 1px solid #d1d5dc;
}
#user_content table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 6px;
}
#user_content table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 6px;
}
#user_content table tbody tr:last-of-type td {
  border-bottom: 1px solid #d1d5dc;
}

#user_content table thead td:first-of-type {
  position: sticky;
  left: 0;
  z-index: 2;
}
#user_content table tbody td:first-of-type {
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
}

/*** MEDIA PAGE *************************/
#user_content .anchor-nav {
  list-style: none;
  margin: 3em 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px 50px;
  flex-wrap: wrap;
}

#user_content .anchor-nav a {
  text-decoration: none;
  font-size: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 10px;
}
#user_content .anchor-nav a:after {
  content: '\276E';
  display: block;
  rotate: -90deg;
  position: absolute;
  bottom: -15px;
  transition: all 0.4s;
}
#user_content .anchor-nav a:hover:after {
  bottom: -20px;
}

.video-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin-bottom: 3em;
}
.video-list > div {
  width: calc(50% - 25px);
}
.video-container {
padding-top: 0;
}

/*** SALES REP *************************/
.salesrep-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 3em 0;
}
.salesrep-wrap > div {
  width: calc(50% - 20px);
  border: 1px solid #dee2e5;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 8px;
  border-left: 3px solid #002742;
}
.salesrep-wrap > div.main-rep {
  width: 100%;
  border-left: 6px solid #002742;
  font-size: 1.2em;
}
#user_content .salesrep-wrap > div.main-rep h2 {
  font-size: 24px;
}
#user_content .salesrep-wrap h2 {
  margin: 0;
  font-size: 20px;
}
#user_content .salesrep-wrap ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
#user_content .salesrep-wrap li {
  margin: 8px 0;
}
.salerep-info li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.salerep-info .name:before { display:none; }
.salerep-info .address:before { background: url(/uploads/2026/03/11/icon_address.png) center/contain no-repeat; }
.salerep-info .email:before { background: url(/uploads/2026/03/11/icon_mail.png) center/contain no-repeat; }
.salerep-info .tel:before { background: url(/uploads/2026/03/11/icon_tel.png) center/contain no-repeat; }
.salerep-info .fax:before { background: url(/uploads/2026/03/11/icon_fax.png) center/contain no-repeat; }
.salerep-info .url:before { background: url(/uploads/2026/03/11/icon_home.png) center/contain no-repeat; }

/*** INFORMAKERS FORM *************************/
.informakers-form {
  margin: 2em auto 4em auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
}
.informakers-form .input {
  margin-bottom: 1.5em;
}
.informakers-form .input.select {
  width: 100%;
}
.informakers-form .input.text {
  width: calc(50% - 25px);
}
.informakers-form div:nth-child(n+9) {
  width: 100% !important;
}
.informakers-form label {
  width: 100%;
  display: block;
  font-size: inherit;
  font-family: inherit;
  margin-bottom: 5px;
  font-weight: 500 !important;
}
.informakers-form select {
  outline: 0;
  border: #ccc 1px solid;
  padding: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 0;
  box-sizing: border-box;
  margin: 3px 0;
  height: 2.5em;
  color: #000;
  background-color: #fff;
  font-size: 1em;
  font-family: inherit;
  border-radius: 5px;
}
.informakers-form input,
.informakers-form textarea {
  width: 100%;
  padding: 10px;
  font-size: inherit;
  font-family: inherit;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s;
}
.informakers-form input:hover,
.informakers-form textarea:hover,
.informakers-form input:focus,
.informakers-form textarea:focus,
.informakers-form select:hover,
.informakers-form select:focus {
  border: 1px solid #888;
}
.informakers-form .g-recaptcha {
margin-left: 0;
}
#formSubmitButtonActive input {
  width: auto;
  background: #002743;
  color: #fff;
  border: 1px solid #002743;
  padding: 15px 25px;
  text-align: center;
  margin-top: 1em;
  cursor: pointer;
  border-radius: 3px;
}
#formSubmitButtonActive input:hover {
  border: 1px solid #5a7182;
  background: #5a7182;
  color: #fff;
}
.informakers-form .error-message {
  color: red;
}
.requiredAsterisk {
  margin-left: 3px;
}

/** FOOTER *********************************************************/
.footer-top-sec .webdexpress_header img {
  max-height: 30px;
}
.footer-mid-sec .webdexpress_navigation .nav > li > a,
#footer a {
  color: #fff;
  text-decoration: none;
}
.footer-mid-sec .webdexpress_navigation .nav > li > a:hover,
#footer a:hover {
  color: #a2b8d6;
}
#footer {
  background: #3d3f48;
  color: #d1d4dc;
}
.footer-mid-sec {
  border-top: 1px solid #50535e;
  border-bottom: 1px solid #50535e;
}
.footer-mid-sec .webdexpress_navigation .nav {
  border-left: 1px solid #50535e;
  border-right: 1px solid #50535e;
}
.footer-mid-sec .webdexpress_navigation .nav > li::after,
.footer-mid-sec .webdexpress_navigation .nav > li::before {
  background-color: #50535e;
}
.footer-info-wrap {
  width: 1240px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 1em;
  margin: 0 auto;
  text-align: left;
}
.footer-top-sec .social-media.footer a img {
  filter: none;
  opacity: 1;
}

/** MEDIA QUERY *********************************************************/

@media screen and (max-width: 834px) {

  #navigation #wdx_nav.opened {
    background-color: #002743;
  }
  #navigation #wdx_nav .nav li {
    border-top: 1px solid #21435a;
  }

  .head-nav-wrap .webdexpress_header.logo-center-aligned img,
  .head-nav-wrap .webdexpress_header.logo-left-aligned img,
  .head-nav-wrap .webdexpress_header.logo-right-aligned img {
    max-height: 35px;
  }
  .scrolled .head-nav-wrap .webdexpress_header.logo-center-aligned img,
  .scrolled .head-nav-wrap .webdexpress_header.logo-left-aligned img,
  .scrolled .head-nav-wrap .webdexpress_header.logo-right-aligned img {
    max-height: 35px;
  }
  .footer-top-sec .webdexpress_header {
    margin-bottom: 0;
    width: auto;
    flex-grow: inherit;
  }
  .footer-top-sec .social-media.footer {
    width: auto;
  }
  .footer-top-sec {
    margin-bottom: 1em;
  }

  .table-wrap {
    overflow-x: auto;
    width: 100%;
  }
  #user_content table {
    width: 1100px;
    max-width: none;
  }

  .page_title {
    right: 0;
    left: 0;
  }

  .salesrep-wrap > div {
    width: 100%;
  }

#user_content .product-tag img {
  display: none;
}
  #user_content .product-spec .mobile {
    display: block;
    width: 200px;
  }

.product-spec {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.product-spec > div {
  width: 100%;
}
#user_content .product-spec img {
  width: 600px;
  margin: 1em auto;
  display: block;
}
#user_content .options-list-wrap li {
  width: calc(50% - 27px);
}

.automation-intro-wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.automation-example-wrap .automation-example {
  width: calc(100% / 2 - 15px);
}

}

@media screen and (max-width: 560px) {

.home-heading {
  width: calc(100% - 4em);
}
.home-heading h1 {
  font-size: 45px;
  line-height: 45px;
}
.home-heading h2 {
  font-size: 25px;
}
.home-product-wrap {
  flex-wrap: wrap;
}
.home-product-wrap div {
  width: 100%;
}

.video-list > div {
  width: 100%;
}

  .informakers-form .input.text {
    width: 100%;
  }
#user_content .options-list-wrap li {
  width: 100%;
}

.automation-example-wrap .automation-example {
  width: 100%;
}

}