







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





















/* 1h. Site footer */




/* 1h. Site footer */













.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}


.content-wrapper {
  max-width: 940px;
}
.dnd-section > .row-fluid {
  max-width: 940px;
}
.footer__container{
  max-width: 940px;  
}
.header__container{
  max-width: 940px;  
}






@media (max-width: 991px){

  .content-wrapper {
    max-width: 728px;
  }
  .dnd-section > .row-fluid {
    max-width: 728px; 
  }
  .footer__container{
    max-width: 728px; 
  }
  .header__container{
    max-width: 728px;  
  }

}





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #425466;
  font-weight: 400;
  font-family: Roboto;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: #425466;
  font-weight: 400;
}

/* Anchors */

a {
  color: #009EB4;
}

a:hover,
a:focus,
a:active {
  color: #DF2C4F;
}

/* Headings */

h1 {
  font-family: Merriweather;
  font-size: 50px;
  color: #1D1D1B;
  font-weight: 700;
}

h2 {
  font-family: Merriweather;
  font-size: 38px;
  color: #1D1D1B;
  font-weight: 700;
}

h3 {
  font-family: Merriweather;
  font-size: 30px;
  color: #1D1D1B;
  font-weight: 700;
}

h4 {
  font-family: Merriweather;
  font-size: 24px;
  color: #1D1D1B;
  font-weight: 700;
}

h5 {
  font-family: Merriweather;
  font-size: 16px;
  color: #1D1D1B;
  font-weight: 700;
}

h6 {
  font-family: Merriweather;
  font-size: 14px;
  color: #1D1D1B;
  font-weight: 700;
}

/*Module Color Overrides */
.theme-font-color-teal {
  color: #09828b;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(29, 29, 27, 1.0)

;
  border: 1px solid #1D1D1B;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 0, 0, 1.0);
  border-color: #000000;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(69, 69, 67, 1.0);
  border-color: #454543;
  color: #FFFFFF;
}

a.body-ik-cta.w-ik-button {
  transition: all 0.4s linear;
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  margin-top: 0;
  margin-right: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #ffcd00;
  font-family: Roboto,sans-serif;
  color: #383838;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.4s linear;
}
a.body-ik-cta.w-ik-button:hover {
  background-color: #df2c4f;
  color: #e9e9e9;
}

a.body-ik-cta.w-ik-button.ik-dark-btn {  
  background-color: #1D1D1B;
  color: #FFCD00;  
}

a.body-ik-cta.w-ik-button.ik-dark-btn:hover {
  background-color: #df2c4f;
  color: #e9e9e9;
}





form,
.submitted-message {
  font-size: 16px;
  color: #425466;
  font-weight: 400
}

/* Form title */

.form-title {
  color: #000000;
}

.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_password_prompt,
#email-prefs-form, #comment-form,
.body-container-wrapper .hs-search-field__bar,
.hs_cos_wrapper_type_password_prompt
{
  display: block;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 20px 10px;
}

/* Form label */

form label {
  color: #1D1D1B;
}

/* Form help text */

form legend {
  color: #1D1D1B;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #D1D6DC;
  color: #425466;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #52a8ec;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #425466;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #425466;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #1D1D1B;
}

.fn-date-picker td .pika-button:hover {
  background-color: #1D1D1B !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #1D1D1B;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(29, 29, 27, 1.0)

;
  border: 1px solid #1D1D1B;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 0, 0, 1.0);
  border-color: #000000;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(69, 69, 67, 1.0);
  border-color: #454543;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #1D1D1B;
}

th,
td {
  border-color: #1D1D1B;
  color: #1D1D1B;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(29, 29, 27, 1.0)

;
  border-bottom-color: #1D1D1B;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1D1D1B;
}





header.header {
  background-color: 

  
  
    
  


  rgba(61, 61, 61, 1.0)

;
}

.navigation-primary > ul > li > a {
  color: 

  
  
    
  


  rgba(248, 248, 248, 1.0)

;    
}  

.navigation-primary > ul > li > a:hover {
  color: 

  
  
    
  


  rgba(168, 168, 168, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}


.navigation-primary > ul > li ul {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.navigation-primary > ul > li ul li a {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;   
}

.navigation-primary > ul > li ul li a:hover {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  background-color:

  
  
    
  


  rgba(56, 56, 56, 0.1)

;
}

.navigation-primary > ul > li ul li.active a,
.navigation-primary > ul > li ul li a.active-item {
  color: 

  
  
    
  


  rgba(223, 44, 79, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.1)

;
}


.navigation-primary > ul > li ul li.active a:hover,
.navigation-primary > ul > li ul li a.active-item:hover {
  background-color: 

  
  
    
  


  rgba(56, 56, 56, 0.1)

;
}

body .custom-menu-primary ul.submenu.level-1 > li.active-item > a,
body .custom-menu-primary ul.submenu.level-1 > li > a.active-item,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  color: rgba(114, 114, 114, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.sign_in_button .hs-button{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.35)

;
  color: 

  
  
    
  


  rgba(248, 248, 248, 1.0)

;
}

.sign_in_button .hs-button:hover{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
}


/* body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
color: ;
font-family: Roboto;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
color: ;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
color: ;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
background-color: #1D1D1B;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
background-color: 

  
  
    
  


  rgba(61, 61, 61, 1.0)

;
border-color: ;
}

body .submenu.level-2 > li:first-child:before {
border-color: ;
}

.header__language-switcher .lang_list_class:before {
border-bottom-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
border-bottom-color: 

  
  
    
  


  rgba(61, 61, 61, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
font-family: Roboto;
}

.header__language-switcher-label-current:after {
border-top-color: ;
}

@media(max-width: 767px) {
.header__navigation {
background-color: 

  
  
    
  


  rgba(61, 61, 61, 1.0)

;
}

.header__navigation-toggle svg,
.menu-arrow svg {
fill: ;
}
}
*/




.footer {
  background-color: 

  
  
    
  


  rgba(255, 205, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
}

.footer .text-block-5{
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > a{
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)


}

.footer-links a{
  color:

  
  
    
  


  rgba(56, 56, 56, 1.0)


}

.footer-links a:hover{
  color:

  
  
    
  


  rgba(56, 56, 56, 1.0)


}

.footer__copyright {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Footer Content */



body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #1D1D1B;
}






/* Blog Header */

.blog-header {
  background-color: rgb(245, 245, 245);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #425466;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #DF2C4F;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #DF2C4F;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #1D1D1B;
}

.blog-pagination__link {
  color: #425466;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #1D1D1B;
}

.blog-post__title {
  color: #1D1D1B;
  font-family:Merriweather;
  font-size: 50px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #ffffff;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #DF2C4F;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #DF2C4F;
}

.blog-index__post-content--small h2 {
  font-size: 30px;
}

.blog-index__post-content a {
  color: #425466;
}

.blog-post__read-more svg {
  fill: #425466;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
  color: #425466;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
  color: #425466;
}

.blog-post__meta a:hover {
  color: #DF2C4F;
}

.blog-post__links-container {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #425466;
}

.blog-post__back-to-blog svg {
  fill: #425466;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: Merriweather
    font-size: 30px;
  color: #1D1D1B;
  font-weight: 700
}





.navigation-primary {
  display: inline-block;
}
.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.submenu.level-1 {
  display: inline-block;
}

.submenu.level-1 > li {
  display: inline-block;
  margin-left: -4px;
}
.submenu.level-1 > li > a {
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
}
.submenu.level-1 > li.has-submenu > a:After {
  content: "\e603";
  font-family: webflow-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em;
  margin-left: 0;
  color: #fff;
  margin-right: 7px;
  font-size: 12px;
}
.submenu.level-1 > li.has-submenu {
  position: relative;
}

.custom-menu-primary ul.submenu.level-1 > li.active-item > a,
.custom-menu-primary ul.submenu.level-1 > li > a.active-item {
  font-weight: 700;
}

.submenu.level-2 {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  transform: translateX(-50%);
  width: 270px;
  visibility: hidden;
}

.submenu.level-2 > li:first-child > a {
  position: relative;
  z-index: 2;
}

.submenu.level-2 > li:first-child:before {
  background-color: #FFF;
  border: 2px solid #494A52;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 30px;
  left: 125px;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  top: -12px;
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 30px;
  z-index: 1;
}

.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  transition: background-color 0.3s;
}

.submenu.level-2 > li {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 10px 30px;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item:first-of-type,
.submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 6px 6px 0 0;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 6px 6px;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  cursor: pointer;
  transition: background-color 0.3s;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 60px;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: 0;
  opacity: 1;
  visibility: visible;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

ul.submenu.level-2 {
  position: absolute;
  min-width: 100%;
  left: 48px!important;
  width: 580px;
  border-radius: 6px;
  box-shadow: 1px 1px 20px 5px rgb(0 0 0 / 20%);
  border: 0;
}

.submenu.level-1>li>a {
  line-height: 20px;
}

ul.submenu.level-2 > img.image-288 {
  position: absolute;
  left: 50%;
  top: -3%;
  right: 0;
  bottom: auto;
}
ul.submenu.level-1 {}

ul.submenu.level-1 > img.image-288 {
  display: none;
}

ul.submenu.level-2 > img.image-288 {
  width: 17px;
}

ul.submenu.level-2 > li.menu-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
}

ul.submenu.level-2 > li.menu-item > a.menu-link {
  width: 100%;
  height: 100%;
  font-family: Roboto,sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 71px;
  padding-right: 20px;
  line-height: 20px;
}

ul.submenu.level-2 > li.menu-item > a.menu-link.the-shaker-solo:before {
  content: "";
  background-image: url('');
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  left: 21px;
  background-repeat: no-repeat;
  opacity: .76;
  top: 26px;
}

ul.submenu.level-2 > li.menu-item > a.menu-link.the-shaker-solo:after {
  content: "Standalone card machine";
  font-family: Roboto,sans-serif;
  font-size: 15px;
  display: block;
  color: #222;
  line-height: 20px;
  font-weight: 400;
}

ul.submenu.level-2 > li.menu-item > a.menu-link.the-mover-pro:before {
  content: "";
  background-image: url('');
  width: 38px;
  height: 30px;
  top: 30px;
  left: 26px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  opacity: .76;
}

ul.submenu.level-2 > li.menu-item > a.menu-link.the-mover-pro:after {
  content: "Pairs with smartphone";
  font-family: Roboto,sans-serif;
  font-size: 15px;
  display: block;
  color: #222;
  line-height: 20px;
  font-weight: 400;
}


ul.submenu.level-2 > li.menu-item > a.menu-link.ik-shop:after {
  content: "Card machines & more";
  font-family: Roboto,sans-serif;
  font-size: 15px;
  display: block;
  color: #222;
  line-height: 20px;
  font-weight: 400;
}

ul.submenu.level-2 > li.menu-item > a.menu-link.ik-shop:before {  
  content: "";
  background-image: url('');
  width: 38px;
  height: 30px;
  top: 30px;
  left: 20px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  opacity: .76;
}



ul.submenu.level-2 > li.menu-item > a.menu-link.ik-pos:before {  
  content: "";
  background-image: url('');
  width: 38px;
  height: 30px;
  top: 30px;
  left: 20px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  opacity: .76;
}
ul.submenu.level-2 > li.menu-item > a.menu-link.ik-pos:after {
  content: "Sale & inventory tools";
  font-family: Roboto,sans-serif;
  font-size: 15px;
  display: block;
  color: #222;
  line-height: 20px;
  font-weight: 400;
}




ul.submenu.level-2 > li.menu-item > a.menu-link.cash-registers:before {
  content: "";
  background-image: url('');
  width: 38px;
  height: 30px;
  top: 30px;
  left: 22px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  opacity: .76;
}
ul.submenu.level-2 > li.menu-item > a.menu-link.cash-registers:after {
  content: "Full POS hardware";
  font-family: Roboto,sans-serif;
  font-size: 15px;
  display: block;
  color: #222;
  line-height: 20px;
  font-weight: 400;
}


.submenu.level-1>li.has-submenu.company > ul.submenu.level-2 {
  left: -82px !important;
  width: 480px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  box-shadow: 1px 1px 20px 5px rgb(0 0 0 / 15%);
}
.submenu.level-1>li.has-submenu.company > ul.submenu.level-2 > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 68px;
  padding-right: 20px;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.submenu.level-1>li.has-submenu.company > ul.submenu.level-2 > li > a.menu-link:before{
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  opacity: .32;
}

.submenu.level-1>li.has-submenu.company > ul.submenu.level-2 > li > a.menu-link.about-ikhokha:before {
  background-image: url('');
  width: 38px;
  height: 30px;
  top: 10px;
  left: 24px;
}

.submenu.level-1>li.has-submenu.company > ul.submenu.level-2 > li > a.menu-link.blog:before {
  background-image: url('');
  width: 38px;
  height: 25px;
  top: 13px;
  left: 26px;
}

.submenu.level-1>li.has-submenu.company > ul.submenu.level-2 > li > a.menu-link.careers:before {
  background-image: url('');
  width: 38px;
  height: 30px;
  top: 10px;
  left: 24px;
}

.submenu.level-1>li.has-submenu.company > ul.submenu.level-2 > li > a.menu-link.retail-locations:before {
  background-image: url('');
  width: 38px;
  height: 30px;
  top: 10px;
  left: 24px;
}

.submenu.level-1>li.has-submenu.company > ul.submenu.level-2 > li > a.menu-link.terms---conditions:before {
  background-image: url('');
  width: 38px;
  height: 30px;
  top: 10px;
  left: 26px;
}

.submenu.level-1>li.has-submenu.company > ul.submenu.level-2 > li > a.menu-link.get-a-call-back:before {
  background-image: url('');
  width: 38px;
  height: 29px;
  top: 11px;
  left: 25px;
  opacity: .36;
}

.submenu.level-1>li.has-submenu.company>ul.submenu.level-2 > img.image-288 {
  left: 75%;
  top: -5%;
}

.submenu.level-1>li.has-submenu.company>ul.submenu.level-2 > img.image-288 {
  left: 75%;
  top: -5%;
}

.submenu.level-1>li.has-submenu.company>ul.submenu.level-2>li>a:hover {
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 20px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 0;
    top: 40px;
  }

  .submenu.level-2 {
    left: 0;
  }
}

@media (max-width: 991px){
  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(7),.mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(8) {
    border-top: 1px dashed rgba(0,0,0,.25);
    margin-top: 25px;
    padding-top: 25px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(8):before {
    border-top: 1px dashed rgba(0,0,0,.25);
    content: "";
    position: absolute;
    right: -35px;
    width: 35px;
    top: -1px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(7):before {
    border-top: 1px dashed rgba(0,0,0,.25);
    content: "";
    position: absolute;
    left: -35px;
    width: 35px;
    top: -1px;
  }

  body.open_menu .menu-button {
    background-color: #c8c8c8;
    color: #fff;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:last-child {
    margin-top: 40px;
    z-index: 212;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:last-child a {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    display: inline-block;
    margin-top: 0;
    margin-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 10px;
    background-color: #ffcd00;
    font-family: Roboto,sans-serif;
    color: #383838;
    font-weight: 700;
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #383838;
    color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:last-child > .img_box {
    width: 100%;
    display: block;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:last-child > .img_box img.company-icon.privacy {
    display: none;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul:after {
    background-color: #eee;
    content: "";
    height: 74px;
    width: 100%;
    display: block;
    left: 0;
    position: absolute;
    bottom: 0;
  }

  .mobile_menu {
    overflow: hidden;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-last-child(2) a {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    display: inline-block;
    margin-top: 0;
    margin-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 10px;
    background-color: #ffcd00;
    font-family: Roboto,sans-serif;
    color: #383838;
    font-weight: 700;
    /* padding-right: 30px; */
    /* padding-left: 30px; */
    /* background-color: #383838; */
    /* color: #f8f8f8; */
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:last-child a:hover,
  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-last-child(2) a:hover{
    background-color: #df2c4f;
    color: #e9e9e9;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-last-child(2) {
    margin-top: 40px;
    z-index: 212;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-last-child(2) > .img_box img {
    display: none;
  }


  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(2n+1) {
    clear: both;
  }

}

@media (max-width: 767px) {
  .navigation-primary a {
    font-size: 26px;
  }

  .navigation-primary {
    display: block;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    border-top: 2px solid #CED4DB;
    display: block;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    transition: transform 0.4s;
    width: 20px;
  }

  .submenu.level-2 > li:first-child:before {
    content: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }

  .submenu.level-2 .menu-item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 60px;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
  .mobile_menu {
    width: auto;
    height: auto;
    margin-left: 110px;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    border-radius: 15px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li .img_box>a {}

  .mobile-custom-menu .img_box img {
    height: 25px;
  }

  .mobile-custom-menu .img_box img.image-287 {
    height: 31px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li {
    padding: 5px 10px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mobile-custom-menu .img_box img.reg {
    height: 30px;
  }

  .mobile-custom-menu .img_box img.poster {
    height: 28px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(5),.mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(6) {
    padding-top: 0px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(7), .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(8) {
    margin-top: 25px;
    padding-top: 35px;
  }

  .mobile-custom-menu .img_box img.company-icon.blog {
    height: 22px;
    opacity: .35;
  }

  .mobile-custom-menu .img_box img.company-icon.locations {
    opacity: .35;
    height: 24px;
  }

  .mobile-custom-menu .img_box img.company-icon {
    height: 30px;
    opacity: .35;
  }

  .mobile-custom-menu .img_box img.company-icon.privacy {
    height: 25px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:last-child {
    margin-top: 27px;
    padding-right: 10px;
    margin-bottom: 15px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-last-child(2) {
    margin-top: 27px;
    padding-left: 5px;
    margin-bottom: 15px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul:after {}
}

@media (max-width: 479px){
  .mobile_menu {
    position: absolute;
    top: 60px;
    z-index: 10;
    display: block;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 20px;
    padding: 10px 0 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 20px 2px rgb(0 0 0 / 30%);
    top: 0;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-custom-menu .img_box img.image-287 {
    height: 25px;
    margin-right: 7px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li .img_box>a {
    padding-right: 0;
    padding-left: 12px;
    font-size: 13px;
    padding: 15px 0 15px 5px;
    line-height: 16px;
  }

  .mobile-custom-menu .img_box img {
    height: 19px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li {
    padding: 0px 10px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(3) {}

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(3) img.image-287 {
    margin-right: 0px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(4) img.image-287 {
    margin-right: 5px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(6) {}

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(6) > div > img {
    height: 20px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(5) > div > img {
    height: 23px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(7), .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(8) {
    margin-top: 20px;
    padding-top: 20px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(7) > div > img {
    height: 22px;
    opacity: .32;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(8) > div.img_box > img {
    height: 17px;
    opacity: .32;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(9) > div > img {
    height: 26px;
    margin-left: -4px;
    opacity: .32;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(10) > div > img {
    height: 23px;
  }
  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(11) > div > img {
    height: 22px;
    opacity: .32;
    padding-left: 2px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-child(12) > div > img {
    height: 23px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:last-child a {
    padding: 9px 15px;
    font-size: 14px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-last-child(2) a {
    padding: 9px 15px;
    font-size: 14px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:nth-last-child(2) {
    margin-top: 40px;
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul>li:last-child {
    padding-right: 10px;
    margin-top: 40px;
    padding-left: 6px;
    margin-bottom: 20px;
  }

  .mobile-custom-menu .hs-menu-wrapper>ul:after {
    height: 74px;
  }
}




.home-header-wrapper {
  background-color: #fc0;
  position: static;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
  height: 750px;
  padding-top: 0;
  padding-bottom: 0;
  background-position: 50% 102%,90% 100%;
  background-size: contain,auto 86%;
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,fixed;
  opacity: 1;
}
.home-header-wrapper .home-header-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-header-wrapper .home-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 1440px){
  .home-header-wrapper .home-header-container {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-header-wrapper .home-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1920px){
  .home-header-wrapper .home-header-container {
    margin-top: 40px;
  }
}
.home-header-wrapper .home-header > div {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.home-header-wrapper .home-header > div.home-header-content {
  display: block;
  margin-top: -40px;
  padding-right: 0;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.home-header-wrapper .home-header > div.home-header-image {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1440px){
  .home-header-wrapper .home-header > div.home-header-image{
    margin-top: 0;
  }
}

.home-header-wrapper .home-header > div.home-header-content h1.heading {
  margin: .67em 0;
  margin-bottom: 30px;
  font-family: 'Baloo 2',sans-serif;
  color: #201e1e;
  font-size: 64px;
  line-height: .8;
  font-weight: 800;
  letter-spacing: -2px;
  margin-top: 20px;
}
.home-header-wrapper .home-header:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.home-header-wrapper .home-header:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
  clear: both;
}
.home-header-wrapper a.home-cta.w-button {
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 9px 15px;
  display: inline-block;
  margin-top: 0;
  margin-right: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #201e1e;
  font-family: Roboto,sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.4s linear;
}
.home-header-wrapper p.content {
  margin-bottom: 40px;
  font-family: Roboto,sans-serif;
  color: #201e1e;
  font-size: 18px;
  line-height: 24px;
}
.home-header-wrapper a.home-cta.w-button:hover {
  background-color: #df2c4f;
  color: #e9e9e9;
}
.home-header-wrapper {
  background-color: transparent;
  background-position: 0 100%;
  background-size: cover;
  height: 87vh;
  margin-bottom: 20px;
}


.home-header-wrapper .call-back-wrapper {
  display: none;
}

.home-header-wrapper .home-header>div.home-header-image img.phone_shaker {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  position: relative;
  left: 14%;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: auto;
  height: 465px;
  max-width: none;
  margin-top: -5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.home-header-wrapper a.home-cta.w-button+.popup:hover {
  color: #e4e4e4;
  font-weight: 700;
}

@media screen and (min-width: 1440px){

  .home-header-wrapper .home-header>div.home-header-image img.phone_shaker {
    left: 20%;
    height: 450px;
  }

}
@media screen and (min-width: 1920px){

  .home-header-wrapper .home-header>div.home-header-image img.phone_shaker {
    height: 600px;
    margin-top: -35px;
  }

}
@media screen and (min-width: 1440px){

  .home-header-wrapper .home-header {
    margin-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

}
@media screen and (min-width: 1920px){

  .home-header-wrapper .home-header {
    margin-top: 32px
  }

}
.home-header-wrapper .home-header>div.home-header-content {
  margin-top: 20px;
}
@media screen and (min-width: 1440px){

  .home-header-wrapper .home-header>div.home-header-content {
    margin-top: 60px;
  }

}
.home-header-wrapper .home-header>div.home-header-content h1.heading {
  color: #ffcd00;
  line-height: 56px;
  margin-top: 0;
}
.home-header-wrapper p.content {
  color: #fff;
}
@media screen and (min-width: 1440px){

  .home-header-wrapper {
    height: 82vh;
  }

}

@media screen and (min-width: 1920px){

  .home-header-wrapper {
    height: 72vh;
  }

}
.home-header-wrapper .home-header-container {
  height: 65vh;
}
@media screen and (min-width: 1440px){

  .home-header-wrapper .home-header-container {
    height: 70vh;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

}
.home-header-wrapper a.home-cta.w-button {
  background-color: #ffcd00;
  font-family: Roboto,sans-serif;
  color: #383838;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}
.home-header-wrapper a.home-cta.w-button.popup {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 10px;
  background-color: rgba(56,152,236,0);
  font-family: Roboto,sans-serif;
  color: #28b2c7;
  font-size: 15px;
  font-weight: 400;
}
.home-header-wrapper a.home-cta.w-button + .popup {
  margin-left: -4px;
}

@media (max-width:991px){

  .home-header-wrapper .home-header-container {
    position: static;
    padding-right: 0;
    padding-left: 0;
    max-width: 728px;
  }

  .home-header-wrapper .home-header {
    padding-right: 15px;
    padding-left: 15px;
  }

  .home-header-wrapper .home-header>div.home-header-content {
    padding-left: 0;
  }

  .home-header-wrapper .home-header>div.home-header-content h1.heading {
    word-break: normal;
  }

}

@media (max-width:767px){

  .home-header-wrapper .home-header {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .home-header-wrapper .home-header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 21px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-header-wrapper .home-header>div.home-header-content {
    width: 100%;
  }
  .home-header-wrapper .home-header>div.home-header-image {
    display: none;
  }

}

@media (max-width: 479px){

  .home-header-wrapper .home-header>div.home-header-content h1.heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 40px;
  }
  .home-header-wrapper .home-header-container {
    position: relative;
    top: auto;
    bottom: auto;
    height: 50vh;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-header-wrapper .home-header {
    padding-left: 0;
    padding-right: 0;
  }
  .home-header-wrapper p.content {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
  }
  .home-header-wrapper a.home-cta.w-button {
    margin-top: 25px;
    margin-right: 0;
    cursor: pointer;
  }
  .home-header-wrapper {
    height: 75vh;
    background-position: 50% 101%;
  }

}




@media (max-width: 1439px){



  .home-header-wrapper .home-header-container {
    margin-top: 20px;
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }



}

@media (max-width: 991px){
  .home-header-wrapper {
    height: 97vh;
    min-height: auto;
    background-position: 0 100%;
  }
  .home-header-wrapper .home-header {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-header-wrapper .home-header-container {
    position: static;
    margin-top: 10px;
    padding-right: 0;
    padding-left: 0;
  }

  .home-header-wrapper .home-header>div.home-header-content h1.heading {
    font-size: 60px;
    line-height: .85;
  }

  .home-header-wrapper p.content {
    font-size: 15px;
    line-height: 20px;
  }

  .home-header-wrapper a.home-cta.w-button {
    margin-right: 12px;
  }

  .home-header-wrapper a.home-cta.w-button+.popup {
    margin: 0;
  }

  .home-header-wrapper .home-header>div.home-header-image img.phone_shaker {
    left: 2%;
    bottom: 0;
    width: auto;
    height: 410px;
  }

  .home-header-wrapper .home-header>div.home-header-image {
    padding-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .home-header-wrapper .home-header-container:before {content: "";display: table;grid-column-start: 1;grid-row-start: 1;grid-column-end: 2;grid-row-end: 2;}

  .home-header-wrapper .home-header-container:after {content: "";display: table;grid-column-start: 1;grid-row-start: 1;grid-column-end: 2;grid-row-end: 2;clear: both;}

}


@media (max-width: 767px){

  .home-header-wrapper .home-header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 21px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-header-wrapper .home-header {
    margin: 0;
  }

  .home-header-wrapper {
    width: 100%;
    height: 500px;
    min-height: auto;
    min-width: auto;
    padding-bottom: 1px;
    background-position: 50% 100%;
  }

  .home-header-wrapper a.home-cta.w-button {
    margin-right: 11px;
  }

}

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

  .home-header-wrapper {
    height: 510px;
    margin-bottom: 10px;
    background-position: 50% 100%;
  }

  .home-header-wrapper .home-header-container {
    position: relative;
    top: auto;
    bottom: auto;
    height: 50vh;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-header-wrapper .home-header {
    top: -27px;
    bottom: auto;
    height: 100%;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .home-header-wrapper .home-header>div.home-header-content h1.heading {
    margin-top: 6px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: .9;
  }

  .home-header-wrapper p.content {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .home-header-wrapper a.home-cta.w-button {
    margin-top: 15px;
    margin-right: 0;
    cursor: pointer;
  }

  .home-header-wrapper a.home-cta.w-button+.popup {
    margin-left: -4px;
    padding-right: 10px;
    padding-left: 10px;
  }

  /*   .home-header-wrapper:after {content: "";display: table;clear: both;}

  .home-header-wrapper:before {
  display: table;
  content: "";
} */

}

@media (max-height: 850px) and (min-width: 992px){



  .home-header-wrapper .home-header-container {
    height: auto;
  }

}

/* -------------- What can you sell module styles ----------------- */

.what-can-you-sell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none dashed;
  border-width: 1px;
  border-color: rgba(0,0,0,.45);
  margin-bottom: 70px;
  padding-top: 0;
  padding-bottom: 70px;
}

.what-can-you-sell .column-10.w-col.w-col-6 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-can-you-sell  .column-15.w-col.w-col-6 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  display: block;
  margin-top: 0;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.what-can-you-sell .text-block-2 {
  font-family: Roboto,sans-serif;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}

.what-can-you-sell .column-10.w-col.w-col-6 > img {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}

.what-can-you-sell  h2.ca-overview-headline {
  margin-top: 20px;
  padding-right: 0;
  font-family: 'Baloo 2',sans-serif;
  font-size: 38px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: -1.5px;
  margin-bottom: 10px;
  color: #000;
}

.what-can-you-sell  p.overview-copy-mobile {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto,sans-serif;
  color: #425466;
  font-size: 16px;
  line-height: 24px;
}

.what-can-you-sell .fabs-col.ca-f.w-row .w-col.w-col-4 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  width: 33.33333333%;
  margin-bottom: 15px;
}

.what-can-you-sell .fabs-col.ca-f.w-row .w-col.w-col-4 .text-block-66 {
  font-family: Roboto,sans-serif;
  color: #425466;
  line-height: 16px;
  font-size: 14px;
}

.what-can-you-sell .fabs-col.ca-f.w-row .w-col.w-col-4 .div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-can-you-sell .fabs-col.ca-f.w-row .w-col.w-col-4 .div-block-107 img {
  height: 15px;
  margin-right: 10px;
}

.what-can-you-sell .fabs-col.ca-f.w-row .w-col.w-col-4:nth-child(3n+1) {
  clear: left;
}

.what-can-you-sell .fabs-col.ca-f.w-row:after {
  clear: both;
  content: "";
  display: table;
}

.what-can-you-sell:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
  clear: both;
}

.what-can-you-sell:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.what-can-you-sell img.logo-1 {
  margin-bottom: 15px;
}

.what-can-you-sell .vend-image-block {
  display: none;
}

.what-can-you-sell .column-15 .fabs-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.what-can-you-sell .fabs-col.ca-f.w-row .w-col.w-col-4:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .what-can-you-sell .column-10.w-col.w-col-6 > img {
    width: 100%;
    margin-bottom: -10px;
  }
}

@media (max-width:767px){

  .what-can-you-sell .column-10.w-col.w-col-6 {
    display: none;
  }

  .what-can-you-sell .column-15.w-col.w-col-6 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .what-can-you-sell .fabs-col.ca-f.w-row .w-col.w-col-4 {
    margin-bottom: 15px;
  }
}

@media (max-width:479px){
  .what-can-you-sell {
    display: block;
    padding-bottom: 0;
  }

  .what-can-you-sell .column-15.w-col.w-col-6 {
    margin-top: 30px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .what-can-you-sell .fabs-col.ca-f.w-row .w-col.w-col-4 .text-block-66 {
    font-size: 12px;
  }

  .what-can-you-sell .ca-visual-block {
    display: block;
    overflow: hidden;
    width: auto;
    height: 320px;
    margin-top: 32px;
    padding-right: 0;
    padding-bottom: 0;
    background-position: 50% 0;
    background-size: 100%;
  }

  .what-can-you-sell p.overview-copy-mobile {
    display: block;
    margin-bottom: 0;
  }

  .what-can-you-sell .column-15 .fabs-col {
    margin-top: 25px;
  }

  .what-can-you-sell .fabs-col.ca-f.w-row .w-col.w-col-4 {
    margin-bottom: 25px;
  }

  .what-can-you-sell img.logo-1 {
    margin-top: 8px;
  }

  .what-can-you-sell img.logo-2 {
    margin-bottom: 24px;
  }

  .what-can-you-sell .vend-image-block {
    display: block;
    overflow: hidden;
    width: auto;
    height: 320px;
    margin-top: 32px;
    padding-right: 0;
    padding-bottom: 0;    
    background-position: 45% 0;
    background-size: 98%;
    background-repeat: no-repeat;
  }

  .what-can-you-sell .fabs-col.ca-f.w-row .w-col.w-col-4:nth-last-child(-n + 5) {
    margin-bottom: 15px;
  }
}

/* -------------------- Pricing module ----------------------------- */

.pricing-wrapper {}
.pricing-wrapper .page-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pricing-wrapper img {
  display: inline-block;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dad8d8;
  opacity: .9;
  text-align: center;
}
.pricing-wrapper .item {}
@media screen and (min-width: 1440px){

  .pricing-wrapper .page-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

}

.pricing-wrapper .item:nth-child(odd) {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 540px;
  margin-right: 15px;
  padding: 0 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgb(0 0 0 / 16%);
}
.pricing-wrapper .item:nth-child(even) {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 540px;
  margin-left: 15px;
  padding: 0 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgb(0 0 0 / 16%);
}
.pricing-wrapper .topseller_div {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0;
  bottom: auto;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  margin-right: -5px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ffcd00;
}
.pricing-wrapper .text-block-14 {
  font-family: 'Baloo 2',sans-serif;
  color: #383838;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}
.pricing-wrapper .card-machine-title {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Roboto,sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
}
.pricing-wrapper .cm_price-desktop {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Roboto,sans-serif;
  color: #df2c4f;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.pricing-wrapper .cm_card-copy {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #425466;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: Roboto,sans-serif;
}
.pricing-wrapper .div-block-146 {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-wrapper a {
  transition: all 0.4s linear;
}
.pricing-wrapper .w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  line-height: 20px;

}
.pricing-wrapper .cm-cta-button {
  position: absolute;
  top: auto;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-right: 5px;
  margin-left: 20px;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 10px;
  background-color: #ffcd00;
  font-family: Roboto,sans-serif;
  color: #383838;
  font-size: 15px;
  font-weight: 700;
}
.pricing-wrapper .cm-cta-button:hover {
  background-color: #df2c4f;
  color: #f1f1f1;
}

.pricing-wrapper .cm-cta-button.test {
  position: static;
}

.pricing-wrapper .cta-quick {
  margin-top: 5px;
  margin-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  border-radius: 10px;
  background-color: rgba(56,152,236,0);
  font-family: Roboto,sans-serif;
  color: #28b2c7;
  font-size: 15px;
}

.pricing-wrapper .cta-quick:hover {
  color: #28b2c7;
  font-weight: 700;
}

@media (max-width: 1439px){

  .pricing-wrapper .page-center:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
    clear: both;
  }

  .pricing-wrapper .page-center:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
  }

}

@media (max-width: 991px){

  .pricing-wrapper .card-machine-title {
    margin-top: 10px;
  }

  .pricing-wrapper .cm_card-copy {
    margin-top: 0;
  }

  .pricing-wrapper .item:nth-child(even) {
    height: 450px;
  }

  .pricing-wrapper .item:nth-child(odd) {
    height: 450px;
  }

  .pricing-wrapper .cm-cta-button.test {
    margin-top: 8px;
  }

  .pricing-wrapper .cta-quick {
    margin-left: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }


}

@media (max-width: 767px){

  .pricing-wrapper .page-center {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pricing-wrapper .item:nth-child(even) {
    height: 400px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .pricing-wrapper .item:nth-child(odd) {
    height: 400px;
    margin-right: 10px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pricing-wrapper .cm_card-copy {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }

  .pricing-wrapper .cm-cta-button.test {
    margin-top: auto;
  }

  .pricing-wrapper {}

  .pricing-wrapper .page-center {
    margin-bottom: 10px;
  }
  .pricing-wrapper .div-block-146 {
    position: static;
  }

  .pricing-wrapper .item:nth-child(even) {
    height: auto;
  }

}

@media (max-width: 479px){

  .pricing-wrapper .page-center {
    position: relative;
    top: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }


  .pricing-wrapper img {
    position: relative;
    display: block;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    background-color: #dadada;
  }

  .pricing-wrapper .item > a {
    max-width: 100%;
    display: inline-block;
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #201e1e;
  }

  .pricing-wrapper .item:nth-child(odd) {
    width: 100%;
    height: auto;
    max-width: 100vw;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 0;
  }

  .pricing-wrapper .topseller_div {
    top: 10px;
    margin-right: -4px;
    padding: 5px;
  }

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

  .pricing-wrapper .cm_price-desktop {
    width: 100%;
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 20px;
    color: #df2c4f;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }

  .pricing-wrapper .div-block-146 {
    position: static;
    bottom: -8px;
  }

  .pricing-wrapper .cta-quick {
    margin-left: 10px;
  }

  .pricing-wrapper .item:nth-child(even) {
    width: 100%;
    height: auto;
    max-width: 100vw;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

}

/* ------------------------ Product module ------------------------- */

.products-div-container {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-div-container.stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.products-div-container.stacked.updated {
  margin-top: 16px;
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (min-width: 1440px) {

  .products-div-container.stacked.updated {
    margin-top: 16px;
  }

}

.products-div-container .w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.products-div-container .products-div-2 {
  position: relative;
  left: auto;
  right: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 275px;
  /* min-width: 250px; */
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 9px -1px rgb(0 0 0 / 17%);
  opacity: 1;
  font-family: 'Baloo 2',sans-serif;
  font-style: normal;
  text-decoration: none;
}

.products-div-container .products-div-2.stacked {
  width: 25%;
  height: 280px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
      transition: all 0.4s linear;
}

.products-div-container .products-div-2.stacked:hover{
  box-shadow: 3px 3px 9px 1px rgb(0 0 0 / 17%);
}

.products-div-container .products-div-2.stacked:nth-child(3n+1) {
  margin-left: 10px;
  margin-right:0px;
}

.products-div-container .products-div-2.stacked:nth-child(3n) {
  box-shadow: 1px 1px 9px -1px rgb(0 0 0 / 17%);
}

.products-div-container .products-div-2 img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  height: 60px !important;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
  margin: 30px 20px 0;
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.products-div-container .stacked-product-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.products-div-container .products-div-2.stacked:first-child {
  margin-left:0px;
  margin-right:10px;
}

.products-div-container .product-div-header-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Baloo 2',sans-serif;
  color: #28b2c7;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 800;
}

.products-div-container .product-div-header-2.stacked {
  text-align: center;
}

.products-div-container .paragraph-2 {
  margin: 10px 17px 0;
  padding: 0;
  font-family: Roboto,sans-serif;
  color: #425466;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.products-div-container .paragraph-2.prod-div {
  margin: 21px 30px;
  text-align: center;
}

.products-div-container .paragraph-2.prod-div.stacked {
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 10px;
  padding-left: 10px;
  letter-spacing: 0;
}

@media (max-width: 991px){

  .products-div-container .products-div-2.stacked {
    min-width: 225px;
    width: 225px;
    margin-right: 7px;
    margin-left: 7px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .products-div-container .paragraph-2.prod-div.stacked {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 9px;
    padding-left: 9px;
    line-height: 1.3;
  }

}

@media (max-width: 767px){

  .products-div-container.stacked.updated {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .products-div-container .products-div-2.stacked {
    width: 600px;
    height: 100px;
    margin: 10px 20px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px !important;
    margin-left: 20px !important;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .products-div-container .products-div-2 img {
    margin-top: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .products-div-container .product-div-header-2.stacked {
    margin-bottom: 0;
    text-align: left;
  }

  .products-div-container .paragraph-2.prod-div.stacked {
    margin: 21px 30px;
    margin-top: 0;
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    padding-right: 15px;
    line-height: 1.3;
    font-size: 12px;
  }

}

@media (max-width: 479px){

  .products-div-container .products-div-2 img {
    min-width: 45px;
    height: 40px !important;
  }

  .products-div-container .stacked-product-div {
    max-width: none;
    padding-top: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .products-div-container .product-div-header-2.stacked {
    margin-top: 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    text-align: left;
    line-height: 13px;
  }

  .products-div-container.stacked.updated {
    max-width: 100vw;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .products-div-container .products-div-2.stacked {
    right: auto;
    width: 100%;
    min-width: auto;
    margin-right: 0 !important;
    margin-left: 0 !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
    height: 85px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .products-div-container .paragraph-2.prod-div.stacked {
    margin: 0 0 20px;
    width: auto;
    max-width: 100%;
    padding-top: 5px;
    padding-right: 20px;
    font-size: 12px;
    text-align: left;
  }

}

/* --------------------------- Get a card machine ------------------------------ */

.get-a-card-machine .page-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.get-a-card-machine {}
.get-a-card-machine .get-a-card-machine-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding-top: 0;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none dashed;
  border-width: 1px;
  border-color: rgba(0,0,0,.45);
  margin-left: -10px;
  margin-right: -10px;
}
.get-a-card-machine .get-a-card-machine-inner .left-image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.get-a-card-machine .get-a-card-machine-inner .right-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  display: block;
  margin-top: 0;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.get-a-card-machine .get-a-card-machine-inner .left-image img {
  position: relative;
  width: 80%;
  margin-bottom: 0;
}
.get-a-card-machine .get-a-card-machine-inner .right-content .text-block-2 {
  font-family: Roboto,sans-serif;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.get-a-card-machine .get-a-card-machine-inner .right-content h2.heading-90 {
  margin-top: 20px;
  padding-right: 60px;
  font-family: 'Baloo 2',sans-serif;
  font-size: 38px;
  line-height: 36px;
  font-weight: 800 !important;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 0.006em;
}
.get-a-card-machine .get-a-card-machine-inner .right-content strong.bold-text-30 {}
.get-a-card-machine .get-a-card-machine-inner .right-content p.overview-copy-mobile {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto,sans-serif;
  color: #425466;
  font-size: 16px;
  line-height: 24px;
}
.get-a-card-machine .get-a-card-machine-inner .right-content strong {}
.get-a-card-machine .get-a-card-machine-inner .right-content .overview-read-more {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Roboto,sans-serif;
  color: #425466;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
}
.get-a-card-machine .get-a-card-machine-inner .right-content p.overview-copy-reveal {
  display: none;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Roboto,sans-serif;
  color: #425466;
  font-size: 16px;
  line-height: 24px;
}
.get-a-card-machine .get-a-card-machine-inner .right-content a.body-cta.w-button {
  transition: all 0.4s linear;
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  margin-top: 0;
  margin-right: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #ffcd00;
  font-family: Roboto,sans-serif;
  color: #383838;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.4s linear;
}
.get-a-card-machine .get-a-card-machine-inner .right-content a.body-cta.w-button:hover {
  background-color: #df2c4f;
  color: #e9e9e9;
}
.get-a-card-machine .get-a-card-machine-inner .right-content a.body-cta.w-button.button2 {
  margin-top: 5px;
  margin-left: 11px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  border-radius: 10px;
  background-color: rgba(56,152,236,0);
  font-family: Roboto,sans-serif;
  color: #28b2c7;
  font-size: 15px;
  font-weight: normal;
}
.get-a-card-machine .get-a-card-machine-inner .right-content a.body-cta.w-button.button2:hover{
  color: #28b2c7;
  font-weight: 700;
}
.get-a-card-machine .hide-text {
  display: block;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 991px){
  .get-a-card-machine .page-center {
    max-width: 728px;
  }
  .get-a-card-machine .get-a-card-machine-inner .left-image img {
    width: 100%;
    margin-bottom: -10px;
  }
}
@media (max-width: 767px){
  .get-a-card-machine .get-a-card-machine-inner .left-image {
    width: 100%;
    display: none;
  }
  .get-a-card-machine .get-a-card-machine-inner {
    display: block;
    margin: 0;
    margin-bottom: 70px;
    padding-bottom: 70px;
  }
  .get-a-card-machine .get-a-card-machine-inner:after {
    clear: both;
    content: "";
    display: block;
  }
  .get-a-card-machine .get-a-card-machine-inner .right-content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .get-a-card-machine .page-center {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px){
  .get-a-card-machine .get-a-card-machine-inner .right-content {margin-top: 30px;}
  .get-a-card-machine .get-a-card-machine-inner .right-content h2.heading-90 {
    padding-right: 0;
  }
  .get-a-card-machine .get-a-card-machine-inner .right-content p.overview-copy-mobile {
    margin-bottom: 0;
  }
  .get-a-card-machine .get-a-card-machine-inner .right-content .overview-read-more {
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
  }
  .get-a-card-machine .get-a-card-machine-inner .right-content a.body-cta.w-button {
    margin-top: 15px;
    margin-right: 0;
    cursor: pointer;
  }
  .get-a-card-machine .get-a-card-machine-inner .right-content a.body-cta.w-button.button2 {
    margin-left: 6px;
  }
  .get-a-card-machine .mobile-image {
    display: block !important;
    overflow: hidden;
    width: auto;
    height: 320px;
    margin-top: 32px;
    padding-right: 0;
    padding-bottom: 0;
    background-image: url();
    background-position: 50% 0;
    background-size: 100%;
  }
  .get-a-card-machine .get-a-card-machine-inner {
    padding-bottom: 0;
  }
  .get-a-card-machine .mobile {
    display: block !important;
    overflow: hidden;
    width: auto;
    height: 320px;
    margin-top: 32px;
    padding-right: 0;
    padding-bottom: 0;
    background-position: 50% 0;
    background-size: 100%;
  }
}

/* ------------------------ How to signup module ---------------------------- */
.how-to-sign-up {}
.how-to-sign-up .page-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.how-to-sign-up .how-to-sign-up-inner {}
.how-to-sign-up .how-to-sign-up-inner .start {
    font-family: Roboto,sans-serif;
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
}
.how-to-sign-up .how-to-sign-up-inner h2.get-started-head {
    margin-top: 20px;
    padding-right: 80px;
    font-family: 'Baloo 2',sans-serif;
    font-size: 38px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #000;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col a.onboarding-card {
    max-width: 100%;
    display: inline-block;
    transition: all 0.4s linear;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 15px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 1px 1px 9px -1px rgb(0 0 0 / 17%);
    opacity: 1;
    text-decoration: none;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col a.onboarding-card img.product-div-image {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    height: 60px !important;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col a.onboarding-card .steps-to-onboard {
    margin-top: 0;
    padding-right: 0;
    padding-left: 3px;
    font-family: 'Baloo 2',sans-serif;
    color: #383838;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col a.onboarding-card:hover {
    box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 31%);
}

@media (max-width: 991px){

.how-to-sign-up .page-center {
    max-width: 728px;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col a.onboarding-card .steps-to-onboard {
    font-size: 16px;
    line-height: 1;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col a.onboarding-card img.product-div-image {
    margin-right: 5px;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col a.onboarding-card {
    min-height: 100px;
}
}

@media (max-width: 767px){

.how-to-sign-up .page-center {
    padding-right: 20px;
    padding-left: 20px;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col {
    width: 100%;
    margin-bottom: 20px;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row {
    margin-left: 0;
    margin-right: 0;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col a.onboarding-card {
    min-height: 0;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col:last-child {
    margin-bottom: 0;
}
}
@media (max-width: 479px){
.how-to-sign-up .how-to-sign-up-inner h2.get-started-head {
    padding-right: 0;
    padding-right: 0;
    padding-left: 0;
    line-height: .9;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row:after {
    clear: both;
    content: "";
    display: block;
}
.how-to-sign-up .how-to-sign-up-inner .steps.w-row .w-col {
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
}
}

/* -------------- Reviews module ----------------- */ 
.review-wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #0e0e0e;
  -webkit-transform: skew(0deg,-3deg);
  -ms-transform: skew(0deg,-3deg);
  transform: skew(0deg,-3deg);
  color: #000;
  background-clip: border-box;
  position: relative;
  overflow: hidden;
}
.review-wrapper .page-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: skew(0deg,3deg);
  -ms-transform: skew(0deg,3deg);
  transform: skew(0deg,3deg);
}
.review-wrapper .review-wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px hsla(0,0%,66%,.5);
  margin-left: -10px;
  margin-right: -10px;
}
.review-wrapper .review-wrapper-inner .left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  margin-top: 0;
}
.review-wrapper .review-wrapper-inner .right {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.review-wrapper .slider-item.slick-slide.slick-cloned {}
.review-wrapper .image-11 {
  width: 80%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 22px;
  -webkit-filter: none;
  filter: none;
}
.review-wrapper .review-wrapper-inner .left .left-inner {
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}
.review-wrapper .review-wrapper-inner .left .left-inner .col1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  font-size: 14px;
  line-height: 20px;
}
.review-wrapper .review-wrapper-inner .left .left-inner .col2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  width: 50%;
}
.review-wrapper .image-12 {
  width: 75%;
  margin-bottom: 20px;
  -webkit-filter: none;
  filter: none;
}
.review-wrapper .dark-p {
  padding-right: 20px;
  font-family: Roboto,sans-serif;
  color: #bdc5ce;
  font-size: 16px;
  line-height: 24px;
}
.review-wrapper .reviews-header {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 80px;
  font-family: 'Baloo 2',sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  font-weight: 800;
  letter-spacing: -1px;
}
.review-wrapper .reviews-title {
  font-family: Roboto,sans-serif;
  color: #ffcd00;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
}
.review-wrapper .slider-item > div,
.review-wrapper .slider-item .testimonial-slide-1 {
  display: block;
  height: 450px;
  padding: 20% 25px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #383838;
  background-position: 50% 0;
  background-size: auto 455px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: 50% 0;
  background-size: 521px;
  line-height: 20px;
}
.review-wrapper .slider-item .testimonial-slide-2 {
  display: block;
  height: 450px;
  padding: 10% 25px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #383838;
  background-size: auto,auto 455px;
  background-repeat: repeat,no-repeat;
  text-align: center;
  background-position: 50% 0;
}

.review-wrapper .slider-item .testimonial-slide-3 {
  display: block;
  height: 450px;
  padding: 20% 25px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #383838;
  background-position: 50% 0;
  background-size: auto 455px;
  background-repeat: no-repeat;
  text-align: center;
}

.review-wrapper .slider-item .testimonial-slide-4 {
  display: block;
  height: 450px;
  padding: 10% 25px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #383838;
  background-position: 50% 0;
  background-size: auto 455px;
  background-repeat: no-repeat;
  text-align: center;
}

.review-wrapper .slider-item .testimonial-slide-4 img {
  width: 30%;
  -webkit-filter: none;
  filter: none;
}
.review-wrapper .slick-slide img {
  width: 50%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  image-rendering: pixelated;
}
.review-wrapper .review-wrapper-inner .left .left-inner:before,
.review-wrapper .review-wrapper-inner .left .left-inner:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.review-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.review-wrapper .review-wrapper-inner .left .left-inner .col1 > a{
  width: 80%;
}

.review-wrapper .review-wrapper-inner .left .left-inner .col2 > a {
  width: 75%;    
}

.review-wrapper .review-wrapper-inner .right .right-inner {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0,0,0,0);
  width: 400px;
  height: 100%;
  background-color: transparent;
}
.review-wrapper p.testimonial.ik {
  position: static;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  font-family: Roboto,sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 80px;
  padding-right: 10px;
  padding-left: 10px;
}
.review-wrapper .quote-src {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.review-wrapper ul.slick-dots {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0,0,0,0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .4;
  font-size: 8px;
  line-height: 20px;
}
.review-wrapper .slick-dots li button:before {
  content: none;
}
.review-wrapper .slick-dots li button {
  position: relative;
  display: inline-block;
  width: 8px;
  background-color: rgba(255,255,255,.4);
  cursor: pointer;
  margin: 0 3px .5em;
  transition: background-color .1s,color .1s;
  padding: 0;
  height: 8px;
}
.review-wrapper .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1;
}
.review-wrapper .slick-dots li.slick-active {}
.review-wrapper .slick-dots li.slick-active button {
  background-color: #fff;
}

.review-wrapper .review-wrapper-inner:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.review-wrapper .review-wrapper-inner:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
  clear: both;
}


.review-wrapper .slick-dotted.slick-slider .slick-arrow {}

.review-wrapper .slick-dotted.slick-slider button.slick-prev.slick-arrow:before {
  content: "\e601";
  font-size: 12px;
  text-align: center;
}

.review-wrapper .slick-dotted.slick-slider button.slick-next.slick-arrow:before {
  content: "\e600";
  font-size: 12px;
  text-align: center;
}

.review-wrapper .slick-dotted.slick-slider .slick-arrow:before {
  font-family: webflow-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}

.review-wrapper .slick-dotted.slick-slider button.slick-next.slick-arrow {
  width: 80px;height: 100%;right: -60px;margin-top: 4px;
}

.review-wrapper .slick-dotted.slick-slider button.slick-prev.slick-arrow {width: 80px;height: 100%;left: -60px;margin-top: 4px;}

.review-wrapper .slick-dots li button {
  margin-bottom: 7px;
}

@media (max-width: 991px){
  .review-wrapper .page-center {
    max-width: 728px;
  }
  .review-wrapper .review-wrapper-inner .left {
    padding-left: 20px;
  }
  .review-wrapper .reviews-header {
    padding-right: 0;
  }
  .review-wrapper .dark-p {
    padding-right: 0;
  }

  .review-wrapper .review-wrapper-inner .right .right-inner {
    width: 350px;
  }

  .review-wrapper .slick-dotted.slick-slider .slick-arrow{
    display: none !important;
  }

}

@media (max-width: 767px){

  .review-wrapper .review-wrapper-inner {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .review-wrapper .review-wrapper-inner .right {
    width: 100%;
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .review-wrapper .review-wrapper-inner .left {
    width: 100%;
    left: auto;
    right: auto;
    margin-bottom: 20px;
  }

  .review-wrapper .review-wrapper-inner .right .right-inner {
    width: 380px;
  }

  .review-wrapper {
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .review-wrapper .image-11 {}

  .review-wrapper .review-wrapper-inner .left .left-inner .col1>a {
    width: 81.5%;
  }

  .review-wrapper .review-wrapper-inner .left .left-inner .col2>a {
    width: 76.5%;
  }

}

@media (max-width: 479px){

  .review-wrapper .review-wrapper-inner .left {
    padding-left: 0;
    padding-right: 0;
  }

  .review-wrapper {
    margin-top: -30px;
    padding: 60px 20px 80px;
  }

  .review-wrapper .review-wrapper-inner .right {
    padding-left: 0;
    padding-right: 0;
  }

  .review-wrapper .review-wrapper-inner .right .right-inner {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .review-wrapper .slider-item .testimonial-slide-1 {
    width: auto;
    height: auto;
    padding: 38% 20px 30px;
  }

  .review-wrapper .slider-item[data-id="4"] {}

  .review-wrapper .slider-item[data-id="1"] .testimonial-slide-1.ik {
    height: auto;
    padding-top: 15%;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .review-wrapper .slider-item[data-id="2"] .testimonial-slide-1.ik {
    height: auto;
    padding-top: 15%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .review-wrapper .slider-item[data-id="3"] .testimonial-slide-1.ik {
    height: auto;
    padding-top: 15%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .review-wrapper .slider-item[data-id="4"] .testimonial-slide-1.ik {
    height: auto;
    padding-top: 15%;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 25px;
  }

  .review-wrapper .slider-item[data-id="4"] img {
    -webkit-filter: unset;
    filter: unset;
    width: 70%;
  }

  .review-wrapper .slider-item[data-id="1"] .testimonial-slide-1.ik img {
    width: 70%;
    padding-bottom: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .review-wrapper p.testimonial.ik {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .review-wrapper .reviews-header {
    width: 100%;
    min-height: 110px;
    padding-right: 0;
    font-weight: 800;
  }
  .review-wrapper .review-wrapper-inner .left .left-inner .col2>a {
    width: 85%;
  }
  .review-wrapper .image-12 {
    width: 80%;
  }
  .review-wrapper .review-wrapper-inner .left .left-inner .col1>a {
    width: 84.5%;
  }
  .review-wrapper .image-11 {
    width: 80%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .review-wrapper ul.slick-dots {
    margin-top: 0;
    padding-top: 30px;
    opacity: .41;
  }
  .review-wrapper .slick-dots li {
    margin-bottom: 6px;
  }
  .review-wrapper .slider-item[data-id="2"] .testimonial-slide-1.ik img {
    width: 70%;
    padding-bottom: 20px;
  }
  .review-wrapper .slider-item[data-id="2"] .testimonial-slide-1.ik {
    background-position: 50% 0;
    background-size: auto,auto 455px;
    background-repeat: repeat,no-repeat;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 25px;
  }
  .review-wrapper .slider-item[data-id="3"] .testimonial-slide-1.ik img {
    width: 70%;
    padding-bottom: 20px;
  }
  .review-wrapper .slider-item[data-id="3"] .testimonial-slide-1.ik {
    height: auto;
    padding-top: 20%;
    padding-right: 15px;
    padding-left: 15px;
    background-position: 50% 0;
    background-size: auto 455px;
    background-repeat: no-repeat;
    padding-bottom: 25px;
  }
  .review-wrapper .review-wrapper-inner .left {
    margin-bottom: 15px;
  }
  .review-wrapper .review-wrapper-inner .left .left-inner:after {
    clear: both;
    content: "";
    display: block;
  }
  .review-wrapper .review-wrapper-inner .left .left-inner .col1 {
    margin-bottom: 25px;
  }
  .review-wrapper .review-wrapper-inner .left .left-inner .col2 {}
  .review-wrapper .review-wrapper-inner .right {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .review-wrapper .slick-list.draggable {
    box-shadow: 1px 1px 20px 3px rgb(0 0 0 / 25%);
  }

}

/* -------------------------- Newsletter module ---------------- */

  .IK-NewsLetter {
  
      border-radius: 15px;
  }
.IK-NewsLetter .page-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.IK-NewsLetter .grid {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "one two three "
    "one two three";
  gap: 10px;
  grid-template-columns: 28% 32% 40%;
}

.IK-NewsLetter .grid > * {
}

.IK-NewsLetter .one {
  grid-area: one;
}
.IK-NewsLetter .one .right-content h1 {
    letter-spacing: -4px;
}
.IK-NewsLetter .one .right-content h6 {
    letter-spacing: -1px;
}
.IK-NewsLetter .one .right-content p {
  line-height:1.1;
}
.IK-NewsLetter .one .right-content img {
   margin-left: 47px;
    width: 62%;
}
.IK-NewsLetter .two {
  grid-area: two;
    display: flex;
    align-items: flex-end;
}
.IK-NewsLetter .two img {  
    max-width: 140% !important;
    margin-left: -14%;

}
.IK-NewsLetter .three {
  grid-area: three;
  padding:10px;
}


.IK-NewsLetter form input[type=submit],.IK-NewsLetter form .hs-button {
    background-color: rgb(0 0 0);
    border: 1px solid #000000;
}

.IK-NewsLetter form input[type=submit]:hover,.IK-NewsLetter form .hs-button:hover {
    background-color: #df2c4f;
    border: 1px solid #df2c4f;
}

.hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_password_prompt, #email-prefs-form, #comment-form, .body-container-wrapper .hs-search-field__bar, .hs_cos_wrapper_type_password_prompt {
    display: block;
    background-color: rgb(255 255 255 / 0%);
  width:90%;
  padding: 0px 0px;
}

.hs-form-field {
    margin-bottom: 1rem;
}


@media (max-width: 991.98px) { 
.IK-NewsLetter .one .right-content h1 {
    font-size: 54px !important;
}
.IK-NewsLetter .one .right-content {
    padding-top: 2px !important;
}
  .IK-NewsLetter .two img {
    max-width: 125% !important;
    margin-left: -14%;
}
.left-image {
    margin-top: -31px !important;
}
}

@media (max-width: 767.98px) { 
  
  .IK-NewsLetter .grid {
    grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "one   "
    "  three"
    " two ";
}
.IK-NewsLetter .grid {
    grid-template-areas:
        "one "
        " three"
        " two ";
    grid-template-columns: 100%;
}
  
  .IK-NewsLetter .two {
    justify-content: center;
}
  .hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_password_prompt, #email-prefs-form, #comment-form, .body-container-wrapper .hs-search-field__bar, .hs_cos_wrapper_type_password_prompt {
    width: 100%;
}
  
  .IK-NewsLetter .three {
    grid-area: three;
    padding: 0px;
    margin-top: 1rem;
}
  
  .IK-NewsLetter .two img {
    margin-bottom: -11px;
    max-width: 100% !important;
    margin-left: 0;
}
 
  .IK-NewsLetter .one .right-content img {
 margin-left: 61px;
    width: 52%;
}
  .IK-NewsLetter .one .right-content h1 {
    font-size: 17vw !important;
}
  .IK-NewsLetter .one .right-content h6 {
    letter-spacing: -1px;
    font-size: 6vw !important;
}
  
  .IK-NewsLetter .right-content {
    margin-top: 1rem !important;
}
}

/* ------------------------- Retail partner module ----------------------- */
.retail-partner {
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-transform: skew(0deg,0deg);
  -ms-transform: skew(0deg,0deg);
  transform: skew(0deg,0deg);
}
.retail-partner .page-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.retail-partner h2.cta-header {
  margin-top: 0;
  font-family: 'Baloo 2',sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: #000;
}
.retail-partner .retail-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-bottom: 70px;
  margin-left: 0;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed rgba(0,0,0,.25);
  margin-left: -10px;
  margin-right: -10px;
}
.retail-partner .retail-partners .w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
}
.retail-partner .bottom-pane {
  margin-left: -10px;
  margin-right: -10px;
}
.retail-partner .bottom-pane .w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.retail-partner .bottom-pane .w-col.w-col-8 {
  width: 66.66666667%;
}
.retail-partner .bottom-pane .w-col.w-col-4 {
  width: 33.33333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.retail-partner .bottom-pane .fees-col {}
.retail-partner .bottom-pane .fees-col img {
  width: auto;
  height: 35px;
  margin-left: 0;
}
.retail-partner .bottom-pane .fees-col h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Baloo 2',sans-serif;
  color: #383838;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  text-align: left;
}
.retail-partner .bottom-pane:after {
  clear: both;
  content: "";
  display: table;
}
.retail-partner .bottom-pane .fees-col p {
  margin:0;
  padding: 0;
  font-family: Roboto,sans-serif;
  color: #425466;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}
.retail-partner .bottom-pane .fees-col a.hs-btn {
  transition: all 0.4s linear;
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  margin-top: 5px;
  margin-left: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  border-radius: 10px;
  background-color: rgba(56,152,236,0);
  font-family: Roboto,sans-serif;
  color: #28b2c7;
  font-size: 15px;
  line-height: 20px;
}
.retail-partner .bottom-pane .bottom-pane-inner {}
.retail-partner .bottom-pane .bottom-pane-inner h2 {
  margin-top: 0;
  font-family: 'Baloo 2',sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: #000;
}
.retail-partner .bottom-pane .bottom-pane-inner p {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-right: 80px;
  font-family: Roboto,sans-serif;
  color: #425466;
  font-size: 16px;
  line-height: 24px;
}
.retail-partner .bottom-pane .bottom-pane-inner a.body-cta.w-button {
  transition: all 0.4s linear;
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  margin-top: 0;
  margin-right: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #ffcd00;
  font-family: Roboto,sans-serif;
  color: #383838;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.retail-partner .bottom-pane .bottom-pane-inner a.body-cta.w-button:hover {
  background-color: #df2c4f;
  color: #e9e9e9;
}
.retail-partner .bottom-pane .bottom-pane-inner .popup {
  transition: all 0.4s linear;
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 10px;
  background-color: rgba(56,152,236,0);
  font-family: Roboto,sans-serif;
  color: #28b2c7;
  font-size: 15px;
  margin-left: -4px;
}
.retail-partner .retail-partners .w-col img {
  display: block;
  width: 78%;
  margin-right: auto;
  margin-left: 0;
  -webkit-filter: none;
  filter: none;
  height: auto;
}
.retail-partner .retail-partners .w-col img.makro {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: 0;
  -webkit-filter: none;
  filter: none;
}
.retail-partner .retail-partners .w-col img.builders {
  display: block;
  width: 52%;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: none;
  filter: none;
}
.retail-partner .retail-partners .w-col img.takealot {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: 0;
  -webkit-filter: none;
  filter: none;
}
.retail-partner .bottom-pane .bottom-pane-inner .popup:hover {
    color: #df2c4f;
    font-weight: 700;
}

.retail-partner .bottom-pane .fees-col a.hs-btn:hover {
    color: #df2c4f;
    font-weight: 700;
}

@media (max-width: 991px){

  .retail-partner .page-center {
    max-width: 728px;
  }

  .retail-partner {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .retail-partner .bottom-pane .bottom-pane-inner .popup {
    margin-left: 12px;
  }

}

@media (max-width: 767px){

  .retail-partner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .retail-partner .bottom-pane .w-col.w-col-4 {
    display: none;
  }

  .retail-partner .bottom-pane .w-col.w-col-8 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }

  .retail-partner .bottom-pane {
    margin: 0;
  }

  .retail-partner .retail-partners {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }

}

@media (max-width: 479px){

  .retail-partner .retail-partners .w-col {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .retail-partner .retail-partners {
    display: block;
    margin-bottom: 55px;
    padding-right: 0;
    padding-bottom: 55px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .retail-partner {
    padding: 90px 20px;
  }

  .retail-partner .bottom-pane .bottom-pane-inner p {
    padding-right: 0;
  }

  .retail-partner .bottom-pane .bottom-pane-inner .popup {
    margin-left: -4px;
  }

  .retail-partner .bottom-pane .w-col.w-col-8 {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .retail-partner .bottom-pane .bottom-pane-inner h2 {
    line-height: 1;
  }

  .retail-partner .bottom-pane .bottom-pane-inner a.body-cta.w-button {
    margin-top: 15px;
    margin-right: 0;
    cursor: pointer;
  }

  .retail-partner .retail-partners:after {
    clear: both;
    content: "";
    display: block;
  }

  .retail-partner .retail-partners .w-col img {
    width: 85%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-filter: none;
    filter: none;
  }

  .retail-partner .retail-partners .w-col img.builders {
    width: 60%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-filter: none;
    filter: none;
  }

  .retail-partner .retail-partners .w-col:nth-child(2) {
    margin-bottom: 25px;
    padding-left: 0;
  }

  .retail-partner .retail-partners .w-col:nth-child(n+2) {
    padding-left: 0;
  }

  .retail-partner .retail-partners .w-col:nth-child(n+3) {
    margin-bottom: 0;
  }

  .retail-partner .retail-partners .w-col img.takealot {
    width: 90%;
    margin-top: 20px;
    margin-right: 0;
    padding-left: 0;
    -webkit-filter: none;
    filter: none;
  }

  .retail-partner h2.cta-header {
    line-height: 1;
  }

}