<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Reusable styles*/

BODY {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

html {
    overflow-x: hidden;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

.main-div {
  height: 30vw;
}

.main-div div {
  display: inline-block;
}

.main-div .text-content h1 {
  color: #434343;
  font-size: 2vw;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}

.main-div .text-content p {
  color: #434343;
  font-size: 1.3vw;
  font-weight: 300;
}

.main-div .text-content p a {
  color: #1155cc;
  text-decoration: none;
  font-weight: 400;
}

.hero-button a {
  border: solid 1px #adadac;
  color: #434343;
  font-weight: 700;
  font-size: 1.4vw;
  font-family: 'Montserrat', sans-serif;
}

/*Main content*/

.mobile-image img{
  display: none;
}

.header {
  background-color: #fff;
  height: 132px;  
  position: fixed;
  top: 0;
  width: 100vw;
  padding-top: 1.5vw;
  z-index: 2;
  box-shadow: 0 4px 4px rgba(87, 87, 87, 0.5);
}

.hide-header {
  display: none;
}

.header .logo {
  width: 10vw;
  margin-left: 15vw;
  max-width: 170px;
  display: inline-block;
}

.header .logo a img{
  width: 170px;
  height: auto;
}

.header .header-right {
  text-align: right;
  display: block;
  margin-right: 15vw;
  vertical-align: top;
  cursor: pointer;
}

.header .header-right .options p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.header .header-right .options p a{
  text-decoration: none;
  color: #434343;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.header .header-right .activate-storefront .button {
  height: 50px;
  width: 225px;  
  border: solid 1px #adadac;
  color: #434343;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  min-width: 96px;
}

.header .header-right .activate-storefront .button img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 1vw;
}

.header .header-right .activate-storefront .button p {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  line-height: 50px;
  font-size: 17px;
  margin-left: -.5vw;
}

.scrolled-header {
  background-color: #ffffff;
  height:4.5vw;  
  position: fixed;
  top: 0;
  width: 100vw;
  padding-top: .5vw;
  z-index: 2;
  box-shadow: 0px 2px 2px rgba(87, 87, 87, 0.5);
    min-height: 60px;
}

.scrolled-header .logo {
  width: 7vw;
  margin-left: 15vw;
  max-width: 170px;
  display: inline-block;
}

.scrolled-header .logo a img{
    width: 7vw;
    height: auto;
    max-width: 160px;
    min-width: 90px;
}

.scrolled-header .header-right {
  text-align: right;
  display: inline-block;
  margin-left: 44vw;
  vertical-align: top;
  cursor: pointer;
}

.scrolled-header button.dropdown-toggle {
    margin-top: 0;
}

.footer .activate-storefront .button,
.scrolled-header .header-right .activate-storefront .button {
  height: 2.5vw;
  width: 14vw;  
  border: solid 1px #adadac;
  color: #434343;
  font-weight: 700;
  font-size: 0.9em;
  font-family: 'Montserrat', sans-serif;
  padding-left: -2vw;
  display: inline-block;
  text-align: left;
  margin-top: .4vw;
  min-width: 96px;
}

.footer .activate-storefront .button img,
.scrolled-header .header-right .activate-storefront .button img {
  width: 1vw;
  vertical-align: middle;
  margin-left: 1.5vw;
  margin-right: 1vw;
}

.footer .activate-storefront .button p,
.scrolled-header .header-right .activate-storefront .button p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 2.5vw;
  font-size: 1.1vw;
}

.footer .activate-storefront {
    margin-bottom: 1em;
}

ul.dropdown-menu {
    left: auto !important;
    right: 0;
    text-align: left;
}

button.dropdown-toggle {
    padding: 0.5em;
    margin: 0.45em 0 0 0.1em;
    border: none;
    background: none;
}

.icon-bar {
    display: block;
    width: 36px;
    height: 4px;
    background-color: #ccc;
    border-radius: 1px;
    margin-bottom: 0.25em;
    font-size: 24px;
}

.hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 6vw;
  color: #ffffff;
  margin-top: 96px;
  height: 40vw;
}

.hero .hero-title {
  width: 62vw;
  font-size: 1.5vw;
  font-weight: 700;
  margin-left: 19vw;
  display: block;
}

.hero .hero-title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7em;
}

.hero .hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  width: 62vw;
  font-size: 2vw;
  margin-left: 19vw;  
  font-weight: 300;
  padding-left: 3vw;
  padding-right: 3vw;
  display: block;
}

.hero .hero-subtitle p {
  font-family: 'Montserrat', sans-serif;
  margin-top: 1.4vw;
  margin-bottom: 1.4vw;
}

.hero .hero-button a {
  padding: 1.6vw 0;
  width: 20vw;
  margin-top: 6vw;
    display: block;
}

.hero .hero-button a:hover {
    text-decoration: none;
}

.mobile-hero {
  display: none;
}

.reach-buyers {
  padding-top: 4vw;
  background-color: #efefef;
}

.reach-buyers .text-content {
  display: inline-block;
  width: 26vw;
  margin-left: 16vw;
  vertical-align: top;
  margin-right: 6vw;
}

.reach-buyers .image {
  display: inline-block;
  width: 28vw;
  vertical-align: top;
}

.reach-buyers .image img {
  width: 28vw;
  max-width: 448px;
}

.attract-attention {
  background-color: #ffffff;
  position: relative;
  padding-top: 9vw;
}

.attract-attention .image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36vw;
  max-width: 576px;
}

.attract-attention .text-content {
  margin-left: 54vw;
  width: 36vw;
}

.assurance {
  padding-top: 4.5vw;
  background-color: #efefef;
}

.assurance .text-content {
  width: 35vw;
  margin-left: 16vw;
  vertical-align: top;
}

.assurance .image {
  vertical-align: top;
  margin-left: 14.5vw;
}

.assurance .image img {
  width: 14.5vw;
}

.more-eyeballs {
  background-color: #ffffff;
}

.more-eyeballs .text-content {
  width: 38vw;
  margin-top: 8vw;
  vertical-align: top;
  margin-left: 3.4vw;
}

.more-eyeballs .image {
  width: 50vw;
  height: 100%;  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: top;
}

.dont-break {
  position: relative;
  background-color: #efefef;
}

.dont-break .image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.dont-break .image img {
  width: 42vw;
}

.dont-break .text-content {
  width: 34vw;
  margin-left: 16vw;
  margin-top: 8vw;
  vertical-align: top;
}

.setup {
  background-color: #fff;
  /*height: auto;*/
}

.setup .image {
  vertical-align: top;
}

.setup .image img {
  width: 33vw;
  margin-left: 0;
  max-width: 630px;
}

.setup .text-content {
  vertical-align: top;
  width: 32vw;
  margin-left: 20vw;
  margin-top: 4vw;
}

.test {
  padding-top: 5vw;
  background-color: #efefef;
}

.test .text-content{
  width: 33vw;
  margin-left: 16vw;
  margin-right: 5vw;
  vertical-align: top;
}

.test .image img {
  width: 28vw;
  vertical-align: top;
  max-width: 480px;
}

.getting-started {
  padding-left: 12vw;
  background-color: #ffffff;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.getting-started .steps .step-1 .mobile-content, .getting-started .steps .step-2 .mobile-content, .getting-started .steps .step-3 .mobile-content {
  display: none;
}

.getting-started h1 {
  font-family: 'Montserrat', sans-serif;
  color: #434343;
  font-size: 3vw;
  font-weight: 700;
}

.getting-started p {
  color: #434343;
  font-size: 1.5vw;
  font-weight: 300;
  width: 60vw;
  margin-bottom: 5vw;
}

.getting-started .steps .step-1, .getting-started .steps .step-2, .getting-started .steps .step-3 {
  margin-bottom: 2vw;
  margin-left: 9.5vw;
}

.getting-started .steps div .step-icon, .getting-started .steps div .step-content {
  display: inline-block;
  vertical-align: top;
}

.getting-started .steps div .step-icon img {
  width: 6vw;
}

.getting-started .steps div .step-content {
  text-align: center;
  width: 42vw;
  border: solid 2px #adadac;
  margin-left: 5vw;
}

.getting-started .steps div .step-content h1 {
  background-color: #434343;
  padding-top: .3vw;
  padding-bottom: .3vw;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: solid 2px #adadac;
  font-size: 1.5vw;
  font-weight: 400;
  color: white;
  font-family: 'Lato', sans-serif;
}

.getting-started .steps div .step-content p {
  margin-top: .8vw;
  margin-bottom: .8vw;
  font-weight: 300;
  width: 100%;
  font-size: 1.2vw;
}

.mobile-bottom-cta h1 {
  display: none;
}


.footer {
    padding-top: 3em;
}

.footer p a {
    font-size: 0.9em;
    margin-right: 1em;
    text-decoration: underline;
}


/* Modal */

.modal {
    z-index: 5030;
}

.modal-backdrop {
    z-index: 5020;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-btn-container {
    margin-bottom:15px;
}

.modal-body {
    -webkit-transition-property: left, top, opacity;
    -moz-transition-property: left, top, opacity;
    -ms-transition-property: left, top, opacity;
    transition-property: left, top, opacity;
}

.modal-header button.close.darker {
    background: url("/commonfiles/images/close_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); 
    height: 15px; 
    width: 15px; 
    background-size:contain;
    margin-top: 5px;
    opacity:1;
}

.modal-header button.close.darker:hover {
    opacity: 0.7;
}

#enquiry-modal .panel-enquiryform .dEnqFrmTtl{
    background:none;
    padding-left:0;
}

#enquiry-modal #enquiryFormSubmit{
    width:100%;
    font-size: 1.2em;
    font-weight: bold;
}

#enquiry-modal .enqMsgLabel{
    color:#000;
}

#enquiry-modal .form-control{
    border: 1px solid #ddd;    
}

#enquiry-modal .marked {
    color: #c2c2c2;
}

#enquiry-modal .enqMsgLabel {
    margin-bottom: 0.5em !important;
}

#enquiry-modal .enquiryFormHolder {
    padding: 0 2em;
}

#enquiry-modal .panel-enquiryform .dEnqFrmSubTtl {
    color: #000;
    margin:1em 0;
    text-align:center;
    font-family: "helvetica nueue", helvetica, arial;
    width: 100%;
}
.modal-header .dEnqFrmTtl{
    font-size:20px;
}

#enquiry-modal .modal-dialog {    
    max-width:450px !important;
}

#enquiry-modal .modal-body{padding-top: 0;}

#enquiry-modal .modal-header{padding-bottom: 10px; border-bottom: none; padding-left:25px; padding-right:25px; height:auto; border-top-left-radius:6px; border-top-right-radius:6px;}
#enquiry-modal .modal-title {color:#333;}
#enquiry-modal h4 { font-weight: bold; text-align:center;  }
#enquiry-modal .modal-footer{padding: 5px 15px;}
#enquiry-modal .panel-enquiryform{margin-bottom: 5px; background-color:#fff;}
#enquiry-modal .item-image{width: auto;}

#enquiry-modal .category-product-img img {max-width:100%;}
#enquiry-modal .subpanel { padding: 0; }
#enquiry-modal .col-sm-6 { padding: 15px; }

#enquiry-modal .modal-body .modal-logo-container { margin-top:10px; }

.enq-countries-obj {
    margin-top: 0.5em;
}

.panel-enquiryform .enqFrmTdtxt, .panel-enquiryform .enqFrmReqFld,
.unviewable
{
    display: none;
}

.panel-enquiryform .enqFrmTblPrt {
    width: 100%;
}

.enqFrmTblPrt td {
    padding: 4px 0;
}

.enqSent {
    text-align: center;
    padding: 2em 1em;
    display: none;
    font-family: "Helvetica Nueue", Helvetica, Arial;
}

.enqSent img {
    width: 50%;
    max-width: 256px;
}

.enqSent h2 {
    margin-top: 1em;
}

.enqSent strong {
    display: block;
    font-size: 2em;
    margin-top: 0.5em;
}

#info-pricing-modal h4.modal-title {
    width: 70%;
}

.sent #info-pricing-modal h4.modal-title {
    width: auto;
}

@media screen and (max-width: 991px) {


    
}

@media screen and (max-width: 720px) {

  .main-div {
    height: 45vw;
  }


  .header {
    display: block;
    height: 18vw;
    padding-top: .5vw;
    position: static;
  }

  .header .logo {
    width: 25vw;
    margin-top: 2vw;
    margin-left: 4vw;
  }

  .header .logo a img {
    width: 25vw;
  }

  .header .header-right .activate-storefront {
    display: none;
  }

  .scrolled-header {
    display: none;
  }

  .hero {
    margin-top: 0;
  }

  .hero .hero-title {
    width: 80vw;
    margin-left: 10vw;
  }

  .hero .hero-title h1 {
    margin-top: 6vw;
    font-size: 7vw;
      font-weight: bold;
      line-height: 1.4em;
  }

  .hero .hero-subtitle {
    display: none;
  }

  .hero .hero-button {
    display: none;
  }

  .mobile-hero {
    display: block;
    padding-top: 3vw;
  }

  .mobile-hero .hero-subtitle{
    width: 70vw;
    font-size: 4.3vw;
    margin-left: 15vw;    
    font-weight: 300;
    padding: 2vw 3vw;
    display: block;
    text-align: center;
  }

    .mobile-hero .hero-subtitle p {
        margin: 0;
    }

  .mobile-hero .hero-button a {    
    width: 60vw;
    margin-left: 20vw;
    margin-top: 3.5vw;
    font-size: 4.3vw;
      display: block;
      text-align: center;
      padding: 0.5em 0;
  }

  .main-div .image {
    display: none;
  }

  .main-div .text-content {
    display: block;
    width: 80vw;
    margin-left: 10vw;
    text-align: center;
  }

  .main-div .text-content h1 {
    font-size: 6vw;
  }

  .main-div .text-content p {
    font-size: 5vw;
  }

  .main-div .mobile-image {
    width: 60vw;
    margin-left: 20vw;
  }

  .main-div .mobile-image img {
    width: 60vw;
  }

  .main-div-mobile {
    height: 100vw;
  }

    .footer {
        height: 40vw;
    }

  .main-div-mobile .cta {
    display: none;
  }

  .main-div-mobile .mobile-image img {
    display: inline;
  }

  .attract-attention {
    padding-top: 2vw;
  }

  .attract-attention .text-content{
    margin-bottom: 5vw;
  }

  .attract-attention .mobile-image img {
    border: 2px solid #eeeeee;
  }

  .assurance {
    padding-top: 2vw;
    height: 115vw;
    padding-bottom: 120vw;
  }

  .more-eyeballs {
    height: 80vw;
    padding-bottom: 87vw;
  }

  .dont-break {
    height: 90vw;
    position: relative;
    padding-bottom: 95vw;
  }

  .dont-break .text-content {
    padding-top: 2vw;
  }

  .dont-break .mobile-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85vw;
    margin-left: 7.5vw;
  }

  .dont-break .mobile-image img {
    width: 85vw;
  }

  .setup {
    padding-top: 0;
  }

  .setup .mobile-image {
    width: 72vw;
    margin-left: -14vw;
  }

  .setup .mobile-image img {
    width: 72vw;
  }

  .getting-started {
    padding-left: 0;
    padding-bottom: 25vw;
  }

  .getting-started h1 {
    text-align: center;
    font-size: 6vw;
  }

  .getting-started p {
    text-align: center;
    font-size: 4vw;
    width: 80vw;
    margin-left: 10vw;
  }

  .getting-started .steps div {
    margin-bottom: 3.5vw;
  }

  .getting-started .steps div .step-icon{
    width: 19vw;
  }

  .getting-started .steps div .step-icon img {
    width: 19vw;
  }

  .getting-started .steps .step-1 .step-content, .getting-started .steps .step-2 .step-content, .getting-started .steps .step-3 .step-content {
    display: none;
  }

  .getting-started .steps .step-1 .mobile-content {
    display: inline-block;
    width: 60vw;
    margin-left: 2vw;
  }

  .getting-started .steps .step-1 .mobile-content h1 {
    text-align: left;
    margin-top: 2vw;
    font-weight: 400;
  }

  .getting-started .steps .step-2 .mobile-content {
    display: inline-block;
    width: 60vw;
    margin-left: 2vw;
  }

  .getting-started .steps .step-2 .mobile-content h1 {
    text-align: left;
    margin-top: 2vw;
    font-weight: 400;
  }

  .getting-started .steps .step-3 .mobile-content {
    display: inline-block;
    width: 60vw;
    margin-left: 2vw;
  }

  .getting-started .steps .step-3 .mobile-content h1 {
    text-align: left;
    margin-top: 2vw;
    font-weight: 400;
  }

  .mobile-bottom-cta {
    border: solid 1px #adadac;
    color: #434343;
    font-weight: 700;
    font-size: 1.4vw;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    height: 19vw;
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .mobile-bottom-cta a {
    font-family: 'Montserrat', sans-serif;
    font-size: 7vw;
    padding-top: 4vw;
    display: block;
    margin-bottom: 0;
    color: #333;
  }

    #enquiry-modal .form-control {
        font-size: 16px;
    }

}



@media (min-width: 1280px) {

  button {
    font-size: 24px;
  }

  .main-div .hero-title h1 {
    font-size: 3vw;
      font-weight: bold;
  }
  
  .main-div .hero-subtitle p {
    font-size: 32px;
  }

  .main-div h1 {
    font-size: 32px;
  }

  .main-div p {
    font-size: 21px;
  }

  p a {
    font-size: 21px;
  }

    .scrolled-header .header-right .activate-storefront .button {
        font-size: 1.1em;
    }

    .scrolled-header .header-right .activate-storefront .button p {
        line-height: 2.4vw;
    }

}

@media (max-width: 1375px) {



}

@media (max-width: 1280px) {

    .hero .hero-button a {
        margin-top: 2vw;
    }

    button.dropdown-toggle {
        margin-top: 1.1em;
    }

}

@media (max-width: 767px) {
    
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #fff;
    }

    .activate-storefront {
        display: none;
    }

}
</pre></body></html>