/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/****HAMBURGER MENU****/

 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/****Parent List****/
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/****Child List****/
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
  height: max-content;
  position: relative;
  left: 0;
  margin-top: 2%;
  display: flow-root;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/****Override max width on menu links****/
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/****GENERAL WEB APP STYLES DECLARATION****/

*{
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html, body{
  font-family: 'Poppins'!important;
  margin: 0 auto;
  padding: 0;
  width: 100%!important;
  height: auto!important;
  overflow-x: hidden;
}

svg {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

h1{
  color:#fff!important;
  font-size: 30px!important;
  font-family: 'Poppins'!important;
  font-weight: 500!important;
}

p{
  max-width: 100%!important;
  font-family: 'Poppins'!important;
  font-size: 20px!important;
  font-weight: lighter!important;
  color: #fff;
}

a{
  height: auto!important;
  position: relative!important;
}

img{
  height: 100%!important;
}

.page_title{
  text-transform: uppercase!important;
  color: #000!important;
  font-weight: 100!important;
  font-family: 'Poppins';
}


/****END OF GENERAL WEB APP STYLES DECLARATION****/

/****HEADER BACKGROUND****/

.global_main_menu{
  clear: both;
  position: relative!important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%!important;
  height: 600px!important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
  background: -moz-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,190,221,1)), color-stop(51%, rgba(133,80,212,1)), color-stop(100%, rgba(185,66,245,1)));
  background: -webkit-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  background: -o-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  background: -ms-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  background: -khtml-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  background: linear-gradient(to right, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20bedd', endColorstr='#b942f5', GradientType=1 );
}

.new_global_main_menu{
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%!important;
  height: 7%!important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
  background: rgba(32,190,221,1);
  background: -moz-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,190,221,1)), color-stop(51%, rgba(133,80,212,1)), color-stop(100%, rgba(185,66,245,1)));
  background: -webkit-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  background: -o-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  background: -ms-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  background: -khtml-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  background: linear-gradient(to right, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 51%, rgba(185,66,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20bedd', endColorstr='#b942f5', GradientType=1 );
}


/****END OF HEADER BACKGROUND****/

/****LOGO AND MAIN MENU****/

#logo_menu_container{
  display: inline-grid;
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 3%;
}

.logo{
  width: 8%!important;
  z-index: 1;
  display: block;
  position: relative;
  top: 0;
  opacity: 1;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  -khtml-transition: opacity .5s ease-out;
}

.logo:hover{
  opacity: .5;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  -khtml-transition: opacity .5s ease-out;
}

/*MAIN MENU POSITION*/
.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
  position: absolute!important;
  left: 22%;
  top: 25%;
  width: 60%;
  display: grid!important;
  z-index: 12234!important;
}

/****END OF LOGO AND MAIN MENU****/

 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.row-fluid .span10{
  width: 100%;
  height: auto;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
  float: left;
}

.hs_cos_wrapper_meta_field, .hs_cos_wrapper_widget{
 display: contents;
}

/*NAVIGATION MENU CUSTOMIZATION*/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  color: #fff!important;
  font-family: 'Poppins'!important;
  font-weight: 300!important;
  letter-spacing: 1px!important;
  font-size: 16px;
}

/****END OF CUSTOMIZATION OF NAVIGATION MENU****/


/****MAIN MENU FULL CUSTOMIZATION****/
/****General buttons styles****/

.hs_cos_wrapper .hs_cos_wrapper_widget .hs_cos_wrapper_type_simple_menu{
  width: auto!important;
}

/****Product One****/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:first-child a {
  color: #6d01a8!important;
  background-image: url("https://w3.isignthis.com/hubfs/Main_Menu_Module_Images/payments.svg");
  background-repeat: no-repeat;
  background-size: 10%!important;
  background-position: 0 155%!important;
  font-weight: 500!important;
  display: inline-table!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:first-child a:after{
  content: "ISXPay® - Payment Processing and Acquiring";
  color: #000!important;
  text-transform: none!important;
  display: block!important;
  margin-bottom: 3px!important;
  position: relative;
  top: 8px!important;
  letter-spacing: 0!important;
  display: contents;
}

/****End of Product One****/

/****Product Two****/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(2) a {
  color: #039b03!important;
  background-image: url("https://w3.isignthis.com/hubfs/Main_Menu_Module_Images/identity.svg");
  background-repeat: no-repeat;
  background-size: 10%!important;
  background-position: 0 145%!important;
  font-weight: 500!important;
  height: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(2) a:after{
  content: "Paydentity™ - Verifying paying users";
  color: #000!important;
  text-transform: none!important;
  display: block!important;
  margin-bottom: 3px!important;
  position: relative;
  top: 8px!important;
  letter-spacing: 0!important;
}

/****End of Product Two****/

/****Last Product****/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:last-child a {
  color: #c40909!important;
  background-image: url("https://w3.isignthis.com/hubfs/Main_Menu_Module_Images/banking.svg");
  background-repeat: no-repeat;
  background-size: 10%!important;
  background-position: 0 130%!important;
  font-weight: 500!important;
  height: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:last-child a:after{
  content: "Business Accounts, e-Wallets and more";
  color: #000!important;
  text-transform: none!important;
  display: block!important;
  margin-bottom: 3px!important;
  position: relative;
  top: 8px!important;
  letter-spacing: 0!important;
}

/****End of Last Product****/

/****Industry One****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:first-child a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:first-child a:after {
  content: "";
}

/****End of Industry One****/

/****Industry Two****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(2) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(2) a:after {
  content: "";
}

/****End of Industry Two****/

/****Industry Three****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(3) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(3) a:after {
  content: "";
}

/****End of Industry Three****/

/****Industry Four****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(4) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(4) a:after {
  content: "";
}

/****End of Industry Four****/

/****Last Industry****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:last-child a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:last-child a:after {
  content: "";
}

/****End of Last Industry****/

/****Investor One****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:first-child a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:first-child a:after {
  content: "";

}

/****End of Investor One****/

/****Investor Two****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(2) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(2) a:after {
  content: "";
}

/****End of Investor Two****/

/****Investor Three****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(3) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(3) a:after {
  content: "";
}

/****End of Investor Three****/

/****Investor Four****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(4) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(4) a:after {
  content: "";
}

/****End of Investor Four****/

/****Last Investor****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:last-child a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:last-child a:after {
  content: "";
}

/****End of Last Investor****/

/****Resource One****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:first-child a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:first-child a:after {
  content: "";
}

/****End of Resource One****/

/****Resource Two****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(2) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(2) a:after {
  content: "";
}

/****End of Resource Two****/

/****Resource Three****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(3) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(3) a:after {
  content: "";
}

/****End of Resource Three****/

/****Resource Four****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(4) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(4) a:after {
  content: "";
}

/****End of Resource Four****/

/****Resource Five****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(5) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(5) a:after {
  content: "";
}

/****End of Resource Five****/

/****Last Resource****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:last-child a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:last-child a:after {
  content: "";
}

/****End of Last Resource****/

/****Support One****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:first-child a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:first-child a:after {
  content: "";
}

/****End of Support One****/

/****Support Two****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(2) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(2) a:after {
  content: "";
}

/****End of Support Two****/

/****Support Three****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(3) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(3) a:after {
  content: "";
}

/****End of Support Three****/

/****Support Four****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(4) a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(4) a:after {
  content: "";
}

/****End of Support Four****/

/****Last Support****/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:last-child a {
  color: #000!important;
  font-weight: 500!important;
  background-image: none!important;
  width: max-content!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:last-child a:after {
  content: "";
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5){
  position: relative;
  margin-left: 4%;
}

/****End of Last Support****/





/****Developer One****/

/*
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:first-child a {
  color: #876101!important;
  font-weight: 500!important;
  background-image: none!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:first-child a:after {
  content: "";
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6){
  position: relative!important;
  right: 1%;
}
*/

/****End of Developer One****/

/****Developer Two****/

/*
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(2) a {
  color: #876101!important;
  font-weight: 500!important;
  background-image: none!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(2) a:after {
  content: "";
}
*/

/****End of Developer Two****/

/****Developer Three****/

/*
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(3) a {
  color: #876101!important;
  font-weight: 500!important;
  background-image: none!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(3) a:after {
  content: "";
}
*/

/****End of Developer Three****/

/****Developer Four****/

/*
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(4) a {
  color: #876101!important;
  font-weight: 500!important;
  background-image: none!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(4) a:after {
  content: "";
}
*/

/****End of Developer Four****/

/****Last Developer****/

/*
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:last-child a {
  color: #876101!important;
  font-weight: 500!important;
  background-image: none!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:last-child a:after {
  content: "";
}
*/

/****End of Last Developer****/

/****Login Button****/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a {
  position: relative!important;
  left: 2%;
  display: inline-block!important;
  background: linear-gradient(125deg, #6ae1f9, #1cb3d2);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -khtml-border-radius: 9px;
  border-radius: 9px;
  background-repeat: no-repeat;
  background-position: center!important;
  -webkit-box-shadow: 0px 16px 29px -9px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 16px 29px -9px rgba(0,0,0,0.10);
  -o-box-shadow: 0px 16px 29px -9px rgba(0,0,0,0.10);
  -ms-box-shadow: 0px 16px 29px -9px rgba(0,0,0,0.10);
  -khtml-box-shadow: 0px 16px 29px -9px rgba(0,0,0,0.10);
  box-shadow: 0px 16px 29px -9px rgba(0,0,0,0.10);
  height: 12px!important;
  line-height: 11px;
  margin-top: 7.4%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child{
  width: auto;
  height: 30px!important;
}

/****End of Login Button****/

/****Main Menu General Styles****/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children{
  position: sticky!important;
  width: 115px!important;
}

/*Sub Menu subText*/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: unset;
  text-transform: uppercase;
  max-width: 250px!important;
  font-size: 12px;
  padding-right: 30px!important;
  padding-top: 15px!important;
  padding-left: 50px!important;
  padding-bottom: 0!important;
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
  width: fit-content!important;
  height: auto!important;
}
/*End of Main Menu General Styles*/

/*DropDown Stylings*/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  visibility: hidden;
  opacity: 0;
 	padding: 1% 0 7% 0;
  line-height: 1;
  max-width: 350px;
  font-size: 14px;
  display: table-cell;
  text-decoration: none;
  z-index: 10;
  -webkit-transition: all ease-in-out 0.4s!important;
  font-weight: inherit!important;
  background: rgba(255, 255, 255, .7)!important;
  position: relative!important;
  left: -30%;
  -webkit-box-shadow: 0px 16px 29px -9px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 16px 29px -9px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 16px 29px -9px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 16px 29px -9px rgba(0, 0, 0, 0.10);
  -khtml-box-shadow: 0px 16px 29px -9px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 16px 29px -9px rgba(0, 0, 0, 0.10);
}

/****After DropDwon Arrow****/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper:after {
  content: '';
  position: absolute;
  bottom: 100%;
  border-left: 14px solid transparent;
  -webkit-border-left: 14px solid transparent;
  -moz-border-left: 14px solid transparent;
  -o-border-left: 14px solid transparent;
  -ms-border-left: 14px solid transparent;
  -khtml-border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  -webkit-border-right: 14px solid transparent;
  -moz-border-right: 14px solid transparent;
  -o-border-right: 14px solid transparent;
  -ms-border-right: 14px solid transparent;
  -khtml-border-right: 14px solid transparent;
  border-bottom: 12px solid rgba(255, 255, 255, .7);
  -webkit-border-bottom: 12px solid rgba(255, 255, 255, .7);
  -moz-border-bottom: 12px solid rgba(255, 255, 255, .7);
  -o-border-bottom: 12px solid rgba(255, 255, 255, .7);
  -ms-border-bottom: 12px solid rgba(255, 255, 255, .7);
  -khtml-border-bottom: 12px solid rgba(255, 255, 255, .7);
  left: 45%!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper>a:after {
  content: '';
  position: absolute;
  bottom: 100%;
  border-left: 14px solid transparent;
  -webkit-border-left: 14px solid transparent;
  -moz-border-left: 14px solid transparent;
  -o-border-left: 14px solid transparent;
  -ms-border-left: 14px solid transparent;
  -khtml-border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  -webkit-border-right: 14px solid transparent;
  -moz-border-right: 14px solid transparent;
  -o-border-right: 14px solid transparent;
  -ms-border-right: 14px solid transparent;
  -khtml-border-right: 14px solid transparent;
  border-bottom: 12px solid rgba(255, 255, 255, .7);
  -webkit-border-bottom: 12px solid rgba(255, 255, 255, .7);
  -moz-border-bottom: 12px solid rgba(255, 255, 255, .7);
  -o-border-bottom: 12px solid rgba(255, 255, 255, .7);
  -ms-border-bottom: 12px solid rgba(255, 255, 255, .7);
  -khtml-border-bottom: 12px solid rgba(255, 255, 255, .7);
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -khtml-transition: all .25s ease;
  transition: all .25s ease;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  border-radius: 6px 6px 6px 6px;
}

.hs-menu-item30-menu-depth-2 {
  width: 100%!important;
  height: fit-content!important;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  position: relative!important;
  height: 100px!important;
}

/****END OF LOGO AND MAIN MENU****/

/****HEADER TEXT AND IMAGE****/

.header_txt_img_container{
  display: inline-block!important;
  position: relative;
  left: 14%;
}

.header_title{
  font-family: 'Poppins'!important;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400!important;
  font-size: 100%;
  width: 100%!important;
}

.header_p{
  font-family: 'Poppins'!important;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 100!important;
  width: 50%;
  position: relative!important;
  top: 2%!important;
}

.header_img{
  width: 50%;
  display: -webkit-box;
  -webkit-box-align: center;
  margin-top: 2%;
}

#image_container{
  width: 100%!important;
  float: left;
  position: relative;
}

.header_txt_container{
  float: left;
  position: relative;
  margin-top: 6%;
  padding-left: 0!important;
}

.header_txt{
  margin: 0!important;
}

.header_container{
  width: 100%!important;
  padding: 0!important;
  margin: 0!important;
}

.header_text{
  width: 100%;
}

/****END OF HEADER TEXT AND IMAGE****/


.hs_cos_wrapper_meta_field, .hs_cos_wrapper_widget{
  display: grid!important;
}

/****TEXT, VIDEO AND CTA CONTAINER****/

.media_container{
  position: relative!important;
  width: 100%!important;
  align-content: center!important;
  padding-left: 17%;
  height: auto!important;
  padding-top: 4%!important;
}

/****Text Container****/
.videotext_container{
  position: relative;
  top: 0!important;
  height: auto;
  font-weight: 300!important;
  display: inline-block;
  width: 30%!important;
  float: left;
}

.main_video{
  width: 100%;
  height: auto;
  float: left;
  margin: 0!important;
  padding-left: 20%;
}

/****Inside the Text Module <p class="">****/
.video_txt{
  color: #000!important;
  font-family: 'Poppins'!important;
  font-weight: 300!important;
  font-size: 16px!important;
  float: left!important;
  max-width: 100%;
}

/****CTA CONTAINER****/
.cta_btn{
  position: relative!important;
  float: left!important;
  width: auto!important;
  -webkit-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -moz-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -o-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -ms-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -khtml-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  margin-top: 5%;
  margin-left: 0!important;
}

/****END OF TEXT, VIDEO AND CTA CONTAINER****/

/***PLATFORMS***/

.platforms{
  position: relative!important;
  align-content: center!important;
  width: 100%;
  padding-left: 15%;
  padding-top: 5%!important;
}

/****UNIQUE PLATFORM STYLE****/

.unique_platform{
  border: 2px solid transparent;
  width: 260px!important;
  height: 350px!important;
  border-radius: 9px;
  background-image: -webkit-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -moz-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -o-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -ms-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -khtml-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -moz-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -o-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -ms-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -khtml-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
}

.unique_circle{
  border: 2px solid transparent;
  width: 120px!important;
  height: 120px!important;
  border-radius: 120px;
  background-image: -webkit-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -moz-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -o-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -ms-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -khtml-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative!important;
  margin-left: 27%;
  margin-top: -20%;
  -webkit-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -moz-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -o-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -ms-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -khtml-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
}

.icon{
  align-content: center!important;
  position: absolute;
  top: 12%;
  left: 18%;
  width: 70%;
  height: 70%!important;
}

/*CONTAINS TITLE AND TEXT ONLY*/

.platform_box{
  width: 100%;
  height: 60%;
  float: left!important;
  align-content: center!important;
  margin-top: 10%!important;
}

.platform_p{
  width: 80%;
  color: #000!important;
  font-size: 100%!important;
  font-weight: 300!important;
  text-align: center!important;
  margin-left: 10%!important;
  align-content: center!important;
  font-size: 100%!important;
}

.platform_header{
  color: #000!important;
  font-weight: 500!important;
  text-align: center!important;
  font-size: 100%!important;
}

/****FIRST BOX STYLE****/

.first_box{
}

.first_box:hover{
  cursor: pointer;
}

.first_box:hover .unique_platform{
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -webkit-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -moz-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -o-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -ms-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -khtml-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
}

.first_box:hover .unique_circle{
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -webkit-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -moz-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -o-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -ms-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -khtml-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
}

/****SECOND BOX STYLE****/

.second_box{
}

.second_box:hover{
  cursor: pointer;
}

.second_box:hover .unique_platform{
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -webkit-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -moz-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -o-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -ms-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -khtml-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
}

.second_box:hover .unique_circle{
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -webkit-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -moz-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -o-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -ms-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -khtml-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
}

/****THIRD BOX STYLE****/

.third_box{
}

.third_box:hover{
  cursor: pointer;
}

.third_box:hover .unique_platform{
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -webkit-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -moz-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -ms-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -o-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -khtml-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
}

.third_box:hover .unique_circle{
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -webkit-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -moz-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -ms-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -o-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -khtml-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
}

/****END OF PLATFORMS****/

/****TECHNOLOGY AND COMPLIANCE****/

.technology_compliance_container{
  height: auto;
  margin-top: 5%!important;
  padding: 5% 0 5% 0;
  background: #f2f2f2;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
  position: relative!important;
  z-index: -2!important;
  display: block;
}

/*TECHNOLOGY*/

.tech_container{
  padding: 0!important;
  max-width: 70%;
  display: flex;
  align-items: center;
  position: relative;
  left: 25%;
}

.technology_txt_container{
  float: left;
  width: 50%;
}

.tech_header{
  color: #000!important;
  position: relative;
  text-align: right;
  width: 100%!important;
}

.tech_p{
  color: #000!important;
  text-align: right;
  font-weight: 300!important;
  position: relative;
  width: 100%!important;
  font-size: 16px!important;
}

.tech_img{
  height: auto;
  float: left!important;
  max-width: 30%;
}

/*COMPLIANCE*/

.comp_container{
  max-width: 70%;
  padding-top: 2%;
  display: flex;
  align-items: center;
  position: relative;
  left: 25%;
}

.compliance_img{
  height: auto;
  float: left!important;
  max-width: 30%;
}

.compliance_txt_container{
  width: 50%;
  float: left;
}

.comp_header{
  color: #000!important;
  text-align: left;
  width: 100%!important;
}

.comp_p{
  color: #000!important;
  text-align: left;
  width: 100%!important;
  font-weight: 300!important;
  font-size: 16px!important;
}

/****END OF TECHNOLOGY AND COMPLIANCE****/

/****ABOUT THE COMPANY****/

/****About Company Title****/
.about_title{
  padding-top: 5%;
  color: #000!important;
  text-align: center;
}

.about_title:before, .about_title:after{
  content: "";
  position: absolute;
  height: 1px;
  width: 32%;
  -webkit-background: linear-gradient(270deg, #8550d4, #20bddd);
  -ms-background: linear-gradient(270deg, #8550d4, #20bddd);
  -o-background: linear-gradient(270deg, #8550d4, #20bddd);
  -moz-background: linear-gradient(270deg, #8550d4, #20bddd);
  -khtml-background: linear-gradient(270deg, #8550d4, #20bddd);
  background: linear-gradient(270deg, #8550d4, #20bddd);
  margin-top: 1.5%!important;
}

.about_title:before{
  left: 7.2%!important;
}

.about_title:after{
  right: 7.2%!important;
}

.about_container{
  display: inline-flex;
  width: 100%;
}

.left_icons, .right_icons{
  padding: 0!important;
}

/****Paragraphs****/
.about_left_txt, .about_right_txt{
  color: #000!important;
  font-weight: 300!important;
  width: 60%;
  text-align: justify;
  margin-top: 5%;
}

.about_left_txt{
  padding-left: 40%;
}
/****First About Container Icons****/
.left_icons{
  margin-top: 3%;
  width: 50%!important;
  display: inline-flex!important;
  float: right!important;
}

.eea{
  width: 100%!important;
}

.asx{
  width: 80%!important;
  margin-left: 10%;
}

.frankfurt{
  width: 90%!important;
  margin-left: 2%;
}

/****Second About Container Icons****/

.right_icons{
  margin-top: 3%;
  width: 50%!important;
  display: inline-flex!important;
}

.pci{
  width: 70%;
}

.bsi{
  width: 70%;
  margin-left: 2%;
}

.ico{
  width: 70%;
}

/****END OF ABOUT THE COMPANY****/


/****INTUITIVE PAYMENT FLOW****/

.int_head{
  color: #000!important;
  padding-left: 10%;
}

.int_txt{
  color: #000!important;
  font-weight: 300!important;
  width: 70%;
  padding-left: 10%;
}

.int_pay_flow{
  padding-top: 10%;
  margin-left: 15%;
}

.discover_btn{
  margin-top: 5%;
  margin-left: 10%;
}

.discover_btn:hover{
  background-image: -webkit-linear-gradient(120deg, #20bddd, #2ca8dd, #8550d4);
  background-image: -moz-linear-gradient(120deg, #20bddd, #2ca8dd, #8550d4);
  background-image: -o-linear-gradient(120deg, #20bddd, #2ca8dd, #8550d4);
  background-image: -ms-linear-gradient(120deg, #20bddd, #2ca8dd, #8550d4);
  background-image: -khtml-linear-gradient(120deg, #20bddd, #2ca8dd, #8550d4);
  background-image: linear-gradient(120deg, #20bddd, #2ca8dd, #8550d4);
}

.int_img{
  width: 35%!important;
  height: auto;
  float: left!important;
  position: relative;
  margin-top: -8%;
  right: 12%;
}

/****END OF INTUITIVE PAYMENT FLOW****/

/****PARTNERS****/
.partners_circle{
  border: 2px solid transparent;
  width: 120px!important;
  height: 120px!important;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -moz-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -o-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -ms-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -khtml-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative!important;
  -webkit-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -moz-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -ms-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -o-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -khtml-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
}

.partners_first_container{
  padding-bottom: 2%;
  width: 100%;
  padding-left: 20%;
  padding-top: 2%;
}

.p_s_container{
   width: 100%!important;
   display: block;
   padding-top: 5%;
   padding-bottom: 1%;
}

.circle_pos{
  position:relative;
  left: 14%;
}

.partners_title{
  color: #000!important;
  text-align: center;
}

.partners_second_container{
  width: 100%;
  padding-left: 25%;
}

/****Cards Position****/
.visa_position{
  padding-left: 14%;
}

.mastercard_position{
  padding-left: 20%;
}

.amex_position{
  padding-left: 17%;
}

.jcb_position{
  padding-left: 18%;
}

.union_pay_position{
  padding-left: 16%;
}

.dinners_club_position{
  padding-left: 18%;
}

.discover_position{
  padding-left: 18%
}

/****END OF PARTNERS****/

/****LATEST NEWS****/

.news_container{
  padding-top: 5%!important;
  padding-bottom: 5%!important;
  padding-left: 17%!important;
}

.news_img{
  width: 70%!important;
  height: auto!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.news_txt{
  width: 70%;
  padding-top: 2%;
}

.latest_head{
  text-align: center;
  color: #000!important;
}

.latest_header{
  color: #000!important;
  text-align: left;
  font-size: 120%!important;
}

.latest_text{
  color: #000!important;
  font-weight: 300!important;
  max-width: 300px;
  font-size: 100%!important;
  text-align: justify;
}

.date{
  color: #2ca8dd!important;
  font-size: 14px!important;
  font-weight: 500!important;
}

.second_news_box{
  position: relative;
}

.third_news_box{
  position: relative;
}

/****END OF LATEST NEWS****/


/****BOTTOM CONTAINER****/

.bottom_graphic{
  width: 100%!important;
  height: auto!important;
  border: 0!important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
  margin-top: -7%!important;
  left: 0!important;
  padding-bottom: 3%;
  background: rgba(32,190,221,1);
  background: -moz-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,190,221,1)), color-stop(100%, rgba(133,80,212,1)));
  background: -webkit-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 100%);
  background: -o-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 100%);
  background: -ms-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 100%);
  background: -khtml-linear-gradient(left, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 100%);
  background: linear-gradient(to right, rgba(32,190,221,1) 0%, rgba(133,80,212,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20bedd', endColorstr='#8550d4', GradientType=1 );
}

.touch_circle{
  margin-left: 48.5%!important;
  height: 40px;
  width: 40px!important;
  border-radius: 50%;
  display: block;
  background: #fff!important;
  text-align: center;
  z-index: 1;
  margin-top: -1%;
}

.my_arrow{
  display: block;
}

.my_arrow:after, .my_arrow:before{
  font-family: fontAwesome;
  font-size: 42px!important;
  content: "\f106";
  display: block;
  right: 16%;
  position: absolute!important;
  margin-top: -10%;
  background: -webkit-linear-gradient(141deg, #8550d4, #20bddd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.touch_title{
  text-align: center;
}

.touch_p{
  text-align: center;
  padding-top: 1%;
  font-weight: 300!important;
  font-family: 'Poppins'!important;
}

.touch_txt{
  padding-top: 2%;
  align-content: center;
  font-family: 'Poppins'!important;
  display: -webkit-box!important;
  text-align: -webkit-center;
}

.contact{
  height: auto;
  text-align: center;
  margin-top: 1%;
}

/****END OF BOTTOM CONTAINER****/

/****FOOTER MENU****/

.footer_menu_container{
  width: 80%!important;
  padding-left: 15%!important;
  padding-top: 2%;
  padding-bottom: 3%;
}

.footer_title{
  color: #000!important;
  font-weight: 600!important;
  font-size: 14px!important;
}

.sub_menu{
  padding-top: 5%;
  display: block;
}

.foot_menu_pos{
  padding-left: 3%!important;
}

.comp_menu_pos{
  padding-left: 10%!important;
}

.devs_pos{
  padding-left: 10%!important;
}

.support_pos{
  padding-left: 10%!important;
}

.footer_btn{
  color: #000!important;
  text-decoration: none!important;
  font-size: 14px!important;
  transition: color .2s ease-out;
  -moz-transition: color .5s ease-out;
  -webkit-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  -ms-transition: color .5s ease-out;
  -khtml-transition: color .5s ease-out;
}

.footer_btn:hover{
  color: #20bddd!important;
}

.social_media{
  text-align: center!important;
  align-content: center!important;
  padding-bottom: 3%;
  display: inline-flex!important;
  position: relative;
  left: 47%;
}

.social_circle{
  height: 35px;
  width: 40px!important;
  border-radius: 50%;
  display: inline-block!important;
  background: linear-gradient(141deg, #20bddd, #8550d4);
  -webkit-background: linear-gradient(141deg, #20bddd, #8550d4);
  -moz-background: linear-gradient(141deg, #20bddd, #8550d4);
  -ms-background: linear-gradient(141deg, #20bddd, #8550d4);
  -o-background: linear-gradient(141deg, #20bddd, #8550d4);
  -khtml-background: linear-gradient(141deg, #20bddd, #8550d4);
  font-family: FontAwesome!important;
  font-size: 25px;
}

.linked_in{
  margin-right: 5%!important;
}

.twitter{
  margin-left: 5%!important;
}

a#social{
  color: #fff!important;
  padding-top: 15%!important;
  opacity: 1;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  -khtml-transition: opacity .5s ease-out;
}

a#social:hover{
  text-decoration: none!important;
  opacity: .5;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  -khtml-transition: opacity .5s ease-out;
}

/****END OF FOOTER MENU****/

/**************RIGHTS RESERVED*************/
.rights_container{
  background: linear-gradient(89deg, #eeeeee, #a8a8a8);
  -webkit-background: linear-gradient(89deg, #eeeeee, #a8a8a8);
  -moz-background: linear-gradient(89deg, #eeeeee, #a8a8a8);
  -o-background: linear-gradient(89deg, #eeeeee, #a8a8a8);
  -ms-background: linear-gradient(89deg, #eeeeee, #a8a8a8);
  -khtml-background: linear-gradient(89deg, #eeeeee, #a8a8a8);
  padding: 3% 0 3% 0;
}

.r_txt_container{
  width: 70%;
  margin-left: 15%;
}

.rights_a{
  font-size: 12px!important;
  font-family: 'Poppins'!important;
  font-weight: 300!important;
  color: #000!important;
  text-align: center;
  letter-spacing: .4px;
  line-height: 200%;
}

.rights_b{
  font-size: 12px!important;
  font-family: 'Poppins'!important;
  font-weight: 300!important;
  color: #000!important;
  text-align: justify;
  line-height: 200%;
  letter-spacing: .4px;
}

.rights_c{
  font-size: 12px!important;
  font-family: 'Poppins'!important;
  font-weight: 300!important;
  color: #000!important;
  line-height: 200%;
  text-align: center;
  letter-spacing: .4px;
}

/****END OF RIGHTS MENU****/

/****PAYMENTS PAGE****/

/****PAYMENTS HEADER****/

.payments_container{
  padding-top: 7%;
  padding-left: 17%;
}

.payments_txt{
  float: left;
  width: 60%;
  padding-top: 5%;
}

.payments_header{
  color: #000!important;
}

.payments_p{
  color: #000!important;
  font-weight: 300!important;
}

.payments_buttons{
  margin: 0!important;
  display: inline-flex!important;
  width: 100%!important;
  margin-top: 5%!important;
}

.explore_btn{
  margin-left: 6%;
}

.payments_img{
  float: left!important;
  position: relative!important;
  left: 2%;
}

/****END OF PAYMENTS HEADER****/

/****ACCEPT - PROCESS CONTAINER****/
.accept_process_container{
  height: auto;
  margin-top: 5%!important;
  padding: 5% 0 5% 0;
  background: #f2f2f2;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
  position: relative!important;
}

/****ACCEPT****/

.accept_txt_container{
  padding-left: 15%;
}

.accept_container{
  padding-left: 10%;
}

.accept_title, .accept_p{
  text-align: right!important;
  color: #000!important;
}

.accept_p{
  font-weight: 300!important;
}

.accept_txt{
  width: 50%!important;
  float: right;
  padding-left: 20%;
}

.accept_line{
  position: absolute;
  left: 65%;
  width: 1px!important;
  height: 200px!important;
  background: linear-gradient(180deg, #8550d4, #20bddd);
  -webkit-background: linear-gradient(180deg, #8550d4, #20bddd);
  -moz-background: linear-gradient(180deg, #8550d4, #20bddd);
  -o-background: linear-gradient(180deg, #8550d4, #20bddd);
  -ms-background: linear-gradient(180deg, #8550d4, #20bddd);
  -khtml-background: linear-gradient(180deg, #8550d4, #20bddd);
  margin-top: 1%;
}

.accept_img{
  float: left;
  position: relative;
  left: 20%;
  padding-top: 7%;
  width: 12%;
  height: auto!important;
}

/****PROCESS****/

.process_container{
  padding-left: 15%;
  padding-top: 5%;
}

.process_title, .process_p{
  text-align: left;
  color: #000!important;
  float: left;
}

.process_img{
  float: left;
  position: relative;
  left: 20%;
  padding-top: 4%;
  width: 12%;
  height: auto!important;
}

.process_p{
  font-weight: 300!important;
}

.process_line{
  position: absolute;
  left: 34%;
  width: 1px!important;
  height: 140px!important;
  background: linear-gradient(180deg, #8550d4, #20bddd);
  -webkit-background: linear-gradient(180deg, #8550d4, #20bddd);
  -moz-background: linear-gradient(180deg, #8550d4, #20bddd);
  -o-background: linear-gradient(180deg, #8550d4, #20bddd);
  -ms-background: linear-gradient(180deg, #8550d4, #20bddd);
  -khtml-background: linear-gradient(180deg, #8550d4, #20bddd);
  margin-top: 1%;
}

.process_txt{
  width: 40%!important;
  float: left;
  margin-top: 1%;
}

.process_txt_container{
  padding: 0!important;
  margin: 0!important;
  position: relative!important;
  right: 26%;
  margin-top: 1%!important;
}

.card_acquiring{
  text-transform: uppercase;
  color: #B942F5;
  padding-top: 3%;
  font-size: 14px!important;
  line-height: 2px!important;
}

.card_acquiring:hover{
  cursor: pointer;
}

.card_acquiring:after{
  content: '';
  width: 28%;
  position: absolute;
  left: 0;
  bottom: -50%!important;
  border-width: 0 0 1px;
  border-style: solid;
}

/****END OF ACCEPT - PROCESS CONTAINER****/

/****BENEFITS****/

.benefits_container{
  padding-top: 10%;
}

.benefits_counter{
  font-size: 80px!important;
  font-weight: 200!important;
  text-align: center;
  background: rgba(74,228,255,1);
  background: -moz-linear-gradient(left, rgba(74,228,255,1) 0%, rgba(74,228,255,1) 29%, rgba(133,80,212,1) 56%, rgba(133,80,212,1) 80%, rgba(221,28,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(74,228,255,1)), color-stop(29%, rgba(74,228,255,1)), color-stop(56%, rgba(133,80,212,1)), color-stop(80%, rgba(133,80,212,1)), color-stop(100%, rgba(221,28,255,1)));
  background: -webkit-linear-gradient(left, rgba(74,228,255,1) 0%, rgba(74,228,255,1) 29%, rgba(133,80,212,1) 56%, rgba(133,80,212,1) 80%, rgba(221,28,255,1) 100%);
  background: -o-linear-gradient(left, rgba(74,228,255,1) 0%, rgba(74,228,255,1) 29%, rgba(133,80,212,1) 56%, rgba(133,80,212,1) 80%, rgba(221,28,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(74,228,255,1) 0%, rgba(74,228,255,1) 29%, rgba(133,80,212,1) 56%, rgba(133,80,212,1) 80%, rgba(221,28,255,1) 100%);
  background: -khtml-linear-gradient(left, rgba(74,228,255,1) 0%, rgba(74,228,255,1) 29%, rgba(133,80,212,1) 56%, rgba(133,80,212,1) 80%, rgba(221,28,255,1) 100%);
  background: linear-gradient(to right, rgba(74,228,255,1) 0%, rgba(74,228,255,1) 29%, rgba(133,80,212,1) 56%, rgba(133,80,212,1) 80%, rgba(221,28,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ae4ff', endColorstr='#dd1cff', GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefits_counters{
  display: inline-block!important;
  width: 100%;
  padding-left: 20%;
}

.benefits_title{
  font-weight: bold!important;
  text-align: center;
  color: #000!important;
  font-weight: 14px!important;
}

.benefits_txt{
  font-weight: 300!important;
  text-align: center;
  color: #000!important;
  font-weight: 14px!important;
}

.payment_pos{
  position: relative!important;
  right: 5.5%;
}

.currencies_pos{
  position: relative!important;
  right: 12%;
}

.header_container{
  padding-top: 5%!important;
  padding-left: 3%!important;
}

.benefits_header{
  text-align: center;
  color: #000!important;
}

.benefits_header:before, .benefits_header:after{
  content: "";
  position: absolute;
  height: 1px;
  width: 23%;
  background: linear-gradient(270deg, #8550d4, #20bddd);
  -webkit-background: linear-gradient(270deg, #8550d4, #20bddd);
  -moz-background: linear-gradient(270deg, #8550d4, #20bddd);
  -o-background: linear-gradient(270deg, #8550d4, #20bddd);
  -ms-background: linear-gradient(270deg, #8550d4, #20bddd);
  -khtml-background: linear-gradient(270deg, #8550d4, #20bddd);
  margin-top: 1.3%!important;
}

.benefits_header:before{
  left: 23%!important;
}

.benefits_header:after{
  right: 20%!important;
}

.ben_txt_pos{
  padding-top: 5%!important;
  padding-bottom: 5%!important;
  padding-left: 50%!important;
}

.benefit{
  color: #000!important;
  font-weight: 300!important;
}

.benefits_box_pos{
  padding-left: 40%!important;
  padding-top: 5%!important;
}

.ben_two, .ben_three, .ben_four{
  padding-top: 3%!important;
}

.ben_one:after{
  content: "";
  position: absolute;
  left: 37%;
  margin-top: .2%;
  height: 2px;
  width: 28%;
  opacity: 0.5;
  background: rgba(166,229,242,1);
  background: -moz-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(166,229,242,1)), color-stop(100%, rgba(229,218,246,1)));
  background: -webkit-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -o-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -ms-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -khtml-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: linear-gradient(to right, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e5f2', endColorstr='#e5daf6', GradientType=1 );
}

.ben_one:before{
  font-family: fontAwesome;
  font-size: 24px!important;
  left: 38%;
  font-weight: lighter;
  content: "\f00c";
  display: block;
  position: absolute!important;
  background: #10d36f;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
  
.ben_two:after{
  content: "";
  position: absolute;
  left: 37%;
  margin-top: .2%;
  height: 2px;
  width: 28%;
  opacity: 0.5;
  background: rgba(166,229,242,1);
  background: -moz-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(166,229,242,1)), color-stop(100%, rgba(229,218,246,1)));
  background: -webkit-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -o-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -ms-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -khtml-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: linear-gradient(to right, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e5f2', endColorstr='#e5daf6', GradientType=1 );
}

.ben_two:before{
  font-family: fontAwesome;
  font-size: 24px!important;
  left: 38%;
  font-weight: lighter;
  content: "\f00c";
  display: block;
  position: absolute!important;
  background: #10d36f;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ben_three:after{
  content: "";
  position: absolute;
  left: 37%;
  margin-top: .2%;
  height: 2px;
  width: 28%;
  opacity: 0.5;
  background: rgba(166,229,242,1);
  background: -moz-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(166,229,242,1)), color-stop(100%, rgba(229,218,246,1)));
  background: -webkit-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -o-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -ms-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -khtml-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: linear-gradient(to right, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e5f2', endColorstr='#e5daf6', GradientType=1 );
}

.ben_three:before{
  font-family: fontAwesome;
  font-size: 24px!important;
  left: 38%;
  font-weight: lighter;
  content: "\f00c";
  display: block;
  position: absolute!important;
  background: #10d36f;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ben_four:after{
  content: "";
  position: absolute;
  left: 37%;
  margin-top: .2%;
  height: 2px;
  width: 28%;
  opacity: 0.5;
  background: rgba(166,229,242,1);
  background: -moz-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(166,229,242,1)), color-stop(100%, rgba(229,218,246,1)));
  background: -webkit-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -o-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -ms-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: -khtml-linear-gradient(left, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  background: linear-gradient(to right, rgba(166,229,242,1) 0%, rgba(229,218,246,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e5f2', endColorstr='#e5daf6', GradientType=1 );
}

.ben_four:before{
  font-family: fontAwesome;
  font-size: 24px!important;
  left: 38%;
  font-weight: lighter;
  content: "\f00c";
  display: block;
  position: absolute!important;
  background: #10d36f;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/****END OF BENEFITS****/


/****BENEFITS CARDS****/

.unique_ben_box{
  min-height: 260px;
  border: 2px solid transparent;
  border-radius: 9px;
  border-bottom-right-radius: 20%;
  background-image: -webkit-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -moz-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -o-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -ms-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: -khtml-linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,0), rgba(133,80,212,0));
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -moz-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -o-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -ms-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  -khtml-box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
  box-shadow: 0px 10px 27px -9px rgba(32,190,221,0.5);
}

.ben_boxes_container{
  height: auto;
  margin-top: 5%!important;
  padding: 5% 0 1% 0;
  background: #f2f2f2;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
  position: relative!important;
}

.ben_arrow{
  color: #8550d4;
  font-size: 18px;
  font-weight: 500;
  line-height: 0;
  display: inline-block;
  font-family: fontAwesome;
}

/****BENEFIT BOX ONE****/

.ben_f_box{
  margin: 0;
  width: fit-content;
}

.ben_f_box:hover{
  cursor: pointer;
}

.ben_f_box:hover .unique_ben_box{
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -webkit-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -moz-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -o-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -ms-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
  -khtml-background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(32,189,221,1), rgba(133,80,212,1));
}

.ben_box{
  margin-top: 10%;
}

.p_g_title{
  color: #000!important;
  font-weight: 500;
  text-align: left;
  font-size: 100%!important;
  padding-left: 10%;
}

.p_g_text{
  width: 85%;
  color: #000!important;
  font-size: 100%!important;
  font-weight: 200!important;
  text-align: left;
  margin-left: 10%;
  align-content: center;
}

.first_ben_container, .second_ben_container{
  padding-left: 27%;
}

.second_ben_container{
  padding-top: 4%;
}

/****END OF BENEFITS CARDS****/
  
/****GROW YOUR BUSINESS****/

.grow_business_box{
  display: inline-block;
  padding-left: 27%;
  padding-top: 8%;
}

.grow_text_box{
  width: 40%!important;
}

.grow_b_title{
  color: #000!important;
  font-size: 20px!important;
}

.grow_b_text{
  width: 65%;
  color: #000!important;
  font-size: 100%!important;
  font-weight: 200!important;
  text-align: left!important;
  font-size: 100%!important;
}

.global_grow_cta{
  padding: 0!important;
  margin: 0 auto!important;
  margin-top: 2%!important;
}

.global_img_container{
  display: block!important;
  margin-top: -3%;
  position: relative!important;
  left: -16%;
}

.global_img{
  width: 75%;
  float: left;
}

/****PRICING****/

/****Pricing First Container****/

.panel_all_container{
  background: url('https://w3.isignthis.com/hubfs/Main_Menu_Module_Images/asset-18.svg');
  background-repeat: no-repeat;
  background-position: 40% center;
  background-size: 25%;
}

.panel_aus_container{
  background: url('https://w3.isignthis.com/hubfs/Main_Menu_Module_Images/asset-19-svg.svg');
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 25%;
}

.pricing_title{
  text-align: center;
  padding-top: 2%;
  color: #000!important;
}

.fees, .p4wyc_txt{
  color: #000!important;
  font-weight: 500!important;
  padding-left: 1%;
}

.fees_box, .p4wyc_box, .transparent_box, .access_tools_box{
  position: relative;
  max-width: 32rem;
  display: inline-flex!important;
}

.fees_box, .transparent_box{
  display: inline-flex!important;
  position: relative;
  left: 50%;
}

.pricing_row{
  padding-top: 2%;
}

.fees_box:before, .p4wyc_box:before, .transparent_box:before, .access_tools_box:before{
  font-family: fontAwesome;
  font-size: 24px!important;
  position: relative;
  left: 0;
  margin-top: 1%;
  font-weight: lighter;
  content: "\f00c";
  display: block;
  background: #10d36f;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing_container{
  padding-top: 3%;
  padding-left: 6%;
}

.pricing_p{
  color: #000!important;
  text-align: center;
  font-weight: 200!important;
}

.contact_pricing_pos{
  position: relative;
  left: 47%;
  margin-top: 2%;
}

/****End of Pricing First Container****/

/****Pricing Reates Panel****/

.eu_aus_container{
  position: relative!important;
  left: 9%!important;
}

.eu_title{
  text-align: center;
  font-weight: 300!important;
  font-size: 20px!important;
  padding: 1%;
}

.eu_title:hover{
  color: #fff!important;
}

.aus_title{
  text-align: center;
  font-weight: 300!important;
  font-size: 20px!important;
  padding: 1%;
}

.aus_title:hover{
  color: #fff!important;
}

.panel_box_container{
  position: relative;
  padding-top: 6%;
  display: inline-block;
  max-width: 63rem;
  left: 15%;
}

.eu_panel{
  background: #eaeaea;
  min-width: 32rem;
}

.eu_panel:hover{
  cursor: pointer;
  background: linear-gradient(90deg, #20bddd, #8550d4);
  -webkit-background: linear-gradient(90deg, #20bddd, #8550d4);
  -ms-background: linear-gradient(90deg, #20bddd, #8550d4);
  -o-background: linear-gradient(90deg, #20bddd, #8550d4);
  -moz-background: linear-gradient(90deg, #20bddd, #8550d4);
  -khtml-background: linear-gradient(90deg, #20bddd, #8550d4);
}

.aus_panel{
  background: #eaeaea;
	min-width: 32rem;
  position: relative;
  left: -1%;
}

.aus_panel:hover{
  cursor: pointer;
  background: linear-gradient(90deg, #20bddd, #8550d4);
  -webkit-background: linear-gradient(90deg, #20bddd, #8550d4);
  -o-background: linear-gradient(90deg, #20bddd, #8550d4);
  -ms-background: linear-gradient(90deg, #20bddd, #8550d4);
  -moz-background: linear-gradient(90deg, #20bddd, #8550d4);
  -khtml-background: linear-gradient(90deg, #20bddd, #8550d4);
}

.line_box_container{
  position: relative;
  padding: 1% 0 1% 0;
  max-width: 64rem;
  left: 15%;
  border-bottom: 1px solid #000;
}

.line_aus_container{
  position: relative;
  padding: 1% 0 1% 0;
  max-width: 64rem;
  left: 15%;
  border-bottom: 1px solid #000;
}

.line_title{
  color: #000!important;
  font-weight: 500!important;
  min-width: 31rem;
}

.local_fee_pos{
  text-align: center;
}

.international_fee_pos{
  text-align: right;
}

.data_line_container{
  position: relative;
  padding: .5% 0 .5% 0;
  display: -webkit-box;
  max-width: 64rem;
  left: 15%;
  border-bottom: 1px solid #a5a5a5;
}

.aus_line_container{
  position: relative;
  padding: .5% 0 .5% 0;
  display: -webkit-box;
  max-width: 64rem;
  left: 15%;
  border-bottom: 1px solid #a5a5a5;
}

.card_title_container{
  display: -webkit-inline-box!important;
  min-width: 22rem;
  position: relative;
  left: 0;
}

.data_img_size{
  width: 25%;
}

.local_data{
  text-align: center;
  color: #000!important;
  font-weight: 300!important;
}

.data_structure_container{
  position: relative;
  min-width: 21rem;
  margin: 0 auto!important;
}

.data_title{
  color: #606060!important;
  font-weight: 500!important;
  display: -webkit-box;
  position: absolute;
  left: 16%;
  top: 13%;
  font-size: 16px!important;
}

.international_data{
  color: #000!important;
  font-weight: 300!important;
  text-align: right;
}

.xtr_pos{
  padding-left: 8%;
  top: 9%;
}

.xtr_pos_discover{
  padding-left: 8%;
  top: 15%;
}

.multi_card_container{
  display: -webkit-inline-box!important;
  min-width: 22rem;
  position: relative;
  left: 0;
}

.klarna_pos{
  position: absolute;
  left: 22%;
  width: 15%!important;
  top: 17%;
}

.ideal_pos{
  position: absolute;
  left: 35%;
}

.przelewy_pos{
  position: absolute;
  left: 57%;
}

.poli_pos{
  position: absolute;
  left: 82%;
}

.bpay_pos{
  position: absolute;
  left: 107%;
}

.above_fees{
  color: #606060!important;
  font-weight: 300!important;
  display: -webkit-box;
  font-size: 14px!important;
}

.above_fees_pos{
  position: relative;
  left: 15%;
  padding-top: 1%;
}

.above_fees_aus{
  position: relative;
  left: 25%;
  padding-top: 1%;
}

.visa_aus_pos{
  position: absolute;
  left: 12%;
  width: 15%!important;
  top: 0;
}

.multi_pos{
  position: relative;
  left: -40%;
  padding-top: 2%;
}

/****End of Pricing Rates Panel****/

/****Payments Bottom Info****/

.payments_info_container{
  background: linear-gradient(89deg, #20bddd, #cdb5f2, #cdb5f2);
  -webkit-background: linear-gradient(89deg, #20bddd, #cdb5f2, #cdb5f2);
  -moz-background: linear-gradient(89deg, #20bddd, #cdb5f2, #cdb5f2);
  -o-background: linear-gradient(89deg, #20bddd, #cdb5f2, #cdb5f2);
  -ms-background: linear-gradient(89deg, #20bddd, #cdb5f2, #cdb5f2);
  -khtml-background: linear-gradient(89deg, #20bddd, #cdb5f2, #cdb5f2);
  margin-top: 5%;
}

.payments_circle{
  margin-left: 50%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  background: #fff!important;
  text-align: center;
  z-index: 1;
  position:absolute;
  margin-top: -1.3%!important;
}

.payment_touch_container{
  position: relative;
  left: 22%;
  max-width: 500px;
  padding-top: 2%;
}

.my_new_arrow{
  display: block;
}

.my_new_arrow:after, .my_new_arrow:before{
  font-family: fontAwesome;
  font-size: 37px!important;
  content: "\f106";
  display: block;
  right: 19%;
  position: absolute!important;
  background: -webkit-linear-gradient(141deg, #cdb5f2, #20bddd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.payment_touch_p{
  font-weight: 300!important;
  padding-top: 2%;
}

.payment_contact{
  margin: 0 auto;
  position: relative;
  float: left;
  display: block;
  padding-top: 6%;
  width: 400px;
}

.payments_img_container{
  max-width: 600px;
  float: right!important;
  position: relative;
  right: 15%;
}

.payments_img_contact{
  width: 80%;
  margin-top: -3%;
}

/****MEDIA QUERIES****/
  

/****EXTRA LARGE DEVICES - LAPTOPS AND DESKTOPS****/

@media only screen and (min-width: 1920px){
  
  .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
    display: inline-grid!important;
  }
  
  .aus_line_container{
    display: -webkit-box;
    -webkit-box-align: center;
  }
  
  .header_img{
    position: relative;
    max-width: 100%;
    height: auto;
  }
  
  #logo_menu_container{
    display: inline-grid;
    width: 100%;
    height: auto;
    position: relative;
    left: 15%!important;
  }
  
  .eu_aus_container{
    position: relative!important;
    width: 100%;
  }
  
  .tech_container{
    display: flex!important;
  }
  
  .partners_first_container{
    display: -webkit-box;
    -webkit-box-align: center;
  }
  
  .platforms{
    display: -webkit-box;
    -webkit-box-align: center;
  }
  
}

/****LARGE DEVICES - LAPTOPS AND DESKTOPS****/

@media only screen and (max-width: 1920px) and (orientation: landscape){
  .mobile-trigger{
    display: block!important;
  }
}


@media only screen and (min-width: 1280px){
  
  .video_txt{
    width: 100%;
  }
  
  .int_img{
    margin-top: -4%;
  }
  
  .tech_header{
    margin-top: 8%;
  }
  
  .tech_p{
    position: relative;
    top: -39%;
  }
  
  .payments_container{
    display: inline-flex;
  }
  
  .platforms{
    display: -webkit-box;
    -webkit-box-align: center;
  }
  
}

@media only screen and (min-width: 992px){
  
  .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
    display: inline-grid!important;
    position: relative;
    width: 100%;
    top: 15%;
  }
  
  #logo_menu_container{
    display: inline-grid;
    width: 100%;
    height: auto;
    position: relative;
    left: 12%!important;
  }
  
  .global_img{
    position: relative!important;
    left: 37%!important;
  }
  
  .payments_img_contact{
    position: relative;
    left: 50%!important;
  }
  
  .header_txt_container{
    float: left;
    position: relative;
    padding-top: 2%;
    padding-left: 0!important;
  }
  
  .header_img{
    display: block;
    right: 23%;
  }
  
  .partners_second_container{
    display: -webkit-box;
  }

}

/****MEDIUM DEVICES - LANDSCAPE TABLETS****/

@media only screen and (max-width: 768px){
  
  .global_main_menu{
    display: block;
    top: -10%!important;
  }
  
  #logo_menu_container{
    display: inline-grid;
    width: 100%;
    height: auto;
    position: relative;
    left: 8%;
  }
  
  .logo{
    width: 20%;
    position: relative;
    right: 8%;
  }

  .custom-menu-primary .hs-menu-wrapper {
    display: block!important;
  }
  
  .mobile-trigger, .child-trigger{
    display: none;
  }
  
  .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
    display: inline-grid!important;
    position: relative!important;
    width: 130%!important;
    left: 4%!important;
    margin-top: -7%;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    font-size: 14px!important;
    display: -webkit-inline-box;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children{
    width: 110px;
  }
}

/****LANDSCAPE PHONES TO PORTRAIT TABLETS****/

@media only screen and (max-width: 767px){
  
  .global_main_menu{
    display: block;
    top: -10%!important;
    max-height: 290px;
  }
  
	#logo_menu_container{
    display: inline-grid;
    position: absolute!important;
    top: 5%;
    margin-top: 0;
  }
  
  .logo{
    width: 20%!important;
    position: relative;
    right: 8%!important;
  }
  
  .header_txt_img_container{
    left: 17%;
  }
  
  .header_txt_container{
    display: block!important;
    margin: 0!important;
    position: relative!important;
    right: 15%!important;
    padding-top: 16%!important;
  }
  
  .header_p{
    font-size: 100%!important;
    padding-left: 3%;
  }
  
  .header_title{
    font-size: 140%!important;
    padding-left: 3%;
  }
  
  .header_img{
    display: -webkit-inline-box!important;
    width: 30%;
    float: right;
    top: 0;
    position: absolute!important;
    left: 50%!important;
  }
  
  .media_container{
    position: relative!important;
    left: 2%;
  }
  
  .videotext_container{
    width: 100%!important;
    position: relative;
    right: 8%;
  }
  
  .video_txt{
    width: 90%!important;
    margin: 0!important;
    padding: 0!important;
    text-align: justify;
    line-height: 25px;
  }
  
  .cta_btn{
    display: table;
    margin-left: 3%;
    position: absolute!important;
  }
  
  .main_video{
    display: block;
    padding-top: 18%;
    position: relative!important;
    right: 28%!important;
  }
  
  .platforms{
    display: block!important;
    padding-top: 15%!important;
    padding-left: 30%;
  }
  
  .second_box, .third_box{
    padding-top: 18%;
    padding-left: 0!important;
  }
  
  .xtr_pos, .xtr_pos_discover{
    top: 0!important;
  }
  
  .technology_compliance_container{
    max-width: 80%;
  }
  
  .tech_container, .comp_container{
    width: 50%;
    display: inline-flex;
    left: 5%;
  }
  
  .technology_txt_container{
    width: max-content!important;
  }
  
  .compliance_txt_container{
    width: max-content!important;
  }
  
  .tech_img, .compliance_img{
    max-width: 50%;
  }
  
  .tech_img, .compliance_txt_container{
    padding-top: 3%;
  }
  
  .tech_header, .comp_header{
    text-align : left;
    font-size: 120%!important;
  }
  
  .tech_p, .comp_p{
    text-align: left;
    font-size: 100%!important;
    line-height: 25px;
  }
  
  .about_title{
    font-size: 120%!important;
    max-width: 48%;
  }
  
  .about_right_txt, .about_left_txt{
    font-size: 100%!important;
  }
  
  .about_container{
    display: inline-flex!important;
  }
  
  .about_right_txt, .about_left_txt{
    padding: 0!important;
    line-height: 25px;
  }
  
  .left_icons, .right_icons{
    float: none!important;
    max-width: 30%;
  }
  
  .first_about_container, .second_about_container{
    display: block!important;
    max-width: 68%!important;
    position: relative;
    left: 4%;
  }
  
  .int_head{
    font-size: 110%!important;
    padding: 0!important;
  }

  .int_txt{
    font-size: 100%!important;
    padding: 0!important;
    padding-top: 2%!important;
    line-height: 25px;
    width: 60%;
  }
  
  .cta_txt_container{
    display: block!important;
    max-width: 68%!important;
    position: relative;
    left: 4%;
  }
  
  .discover_btn{
    margin: 0!important;
    margin-top: 5%!important;
  }
  
  .int_pay_flow{
  	margin: 0!important;
  }
  
  .int_img{
    max-width: 50%!important;
    margin: 0!important;
    left: 6%;
  }
  
  .p_s_container{
    display: block!important;
    margin: 0 auto;
  }
  
  .latest_header{
    font-size: 110%!important;
  }
  
  .latest_text{ 
    padding-top: 2%;
    line-height: 25px;
  }
  
  .partners_first_container{
    display: -webkit-inline-box;
    padding-left: 0;
  }
  
  .partners_second_container{
    display: -webkit-inline-box;
    padding-left: 6%!important;
  }
  
  .circle_pos{
    left: 3%!important;
  }
  
  .set_circle_pos{
    margin-left: 3%!important;
  }
  
  .partners_title, .latest_head, .platform_header{
    font-size: 120%!important;
  }
  
  .latest_head{
    max-width: 60%;
  }
  
  .news_container{
    padding-left: 9%!important;
    max-width: 60%;
  }
  
  .partners_title{
    text-align: center;
    width: 50%;
  }
  
  .touch_txt{
    max-width: 50%;
  }
  
  .second_news_box, .third_news_box{
    position: relative!important;
    right: 0!important;
    margin-top: 5%!important;
  }
  
  .touch_circle{
    margin-left: 23%!important;
    display: inline-block;
  }
  
  .touch_p, .platform_p{
    font-size: 100%!important;
  }
  
  .platform_p, .header_p{
    line-height: 25px;
  }
  
  .touch_title{
    font-size: 120%!important;
  }
  
  .contact{
    margin-top: 2%!important;max-width: 50%;
  }
  
  .footer_menu_container{
    max-width: 50%;
    display: -webkit-box;
    position: relative;
    left: 25%;
  }
  
  .foot_menu_pos, .comp_menu_pos, .devs_pos, .support_pos, .foot_menu_pos, .sub_menu{
    padding: 0!important;
    padding-top: 10%!important;
  }
  
  .footer_btn{
    padding-top: 4%;
  }
  
  .sub_menu{
    padding-top: 2%!important;
  }
  
  .bottom_graphic{
    position: relative;
  }
  
  .footer_title{
    padding-top: 3%;
  }
  
  .social_media{
    position: relative;
    left: 25%;
    max-width: 50%;
  }
  
  .touch_p, .date{
    line-height: 25px;
  }
  
  .about_title:before, .about_title:after{
    width: 27%!important;
    margin-top: 1.5%!important;
  }
  
  /****Login Button****/
  
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li a:last-child{
    margin-left: 0!important;
    color: #20bddd!important;
    font-weight: 500!important;
    width: 100%!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child{
    width: auto;
    height: 50px!important;
  }
  
  /****After Text****/
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(3) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(4) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:last-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(3) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(4) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:last-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(3) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(4) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:last-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(3) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(4) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(5) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:last-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(3) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(4) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:last-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(3) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(4) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:last-child a:after{
    content: "";
  }
  
  /****Variables****/
  
  
  
  
  /****Menu Reset****/
  
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul,
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li,
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%!important;;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#000;
    font-weight: 300!important;
    font-size: 16px!important;
    font-family: 'Poppins'!important;
  }
  
	/****Toggle Button****/
  
  .mobile-trigger{
    display: block!important;
    cursor: pointer;
    position: relative!important;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: none!important;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 80%;
    margin-top: -6%;
    color: #fff!important;
    z-index: 1233333;
  }
  
  .mobile-trigger:hover{
    text-decoration: none;
    color: none!important;
    border-color: transparent;
  }
  
  /****Change button when menu is open****/
  
  .mobile-open .mobile-trigger{
    color: none!important;
    border-color: transparent;
  }
  
  /****Toggle Button Icon****/
  
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    display: block;
  }
  
  .mobile-trigger i:before{
    top: -6px;
  }
  
  .mobile-trigger i:after{
    top: 6px;
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: none;
  }
  
  /****Pseudo Classes Turning Three Lines To Cross****/
  
  .mobile-trigger i::before,
  .mobile-trigger i::after{
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  
  .mobile-trigger i::before{
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  
  .mobile-trigger i::after{
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  
  .mobile-trigger.close i::before{
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .mobile-trigger.close i::after{
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -27%!important;
    visibility: visible;
  }
  
  .mobile-trigger.close i::before,
  .mobile-trigger.close i::after{
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    visibility: visible;
  }
  
  .mobile-trigger.close i{
    visibility: hidden;
  }
  
  /****Child Toggle Button****/
  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -216px;
    width: 1000% !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    background: none!important;
  }
  
  .child-trigger:hover{
    text-decoration: none;
  }
  
  .child-trigger i{
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%!important;
  }
  
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  
  .child-trigger i, .child-trigger i:after{
    width: 100%!important;
  }
  
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  
  .child-trigger.child-open i{
  }
  
  /****SubMenu Resources Separation Line****/
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4){
    border-bottom: 1px solid #e8e8e8!important;
  }
  
  /****Menu Styles on Mobile Devices****/
  
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 28px;
   }

  /****Hide menu on mobile****/
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /****Make child lists appear below parent items****/
  
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /****Mobile Menu Styles****/
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
    width: 90%!important;
    padding: 0;
    background-color: whitesmoke!important;
    z-index: 1;
    position: absolute!important;
  }
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal:first-child{
    border-radius: 6px 6px 6px 6px!important;
  }
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal:last-child{
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 2px 15px 46px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 15px 46px -20px rgba(0,0,0,0.5);
    box-shadow: 2px 15px 46px -20px rgba(0,0,0,0.5);
    position: relative!important;
    left: 0!important;
    margin: 0!important;
    height: fit-content;
    margin-left: -3%!important;
  }
  
  /****SubMenu****/
    
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper:after{
    display: none!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    border-radius: 0px!important;
  }
  
  /*SubMenu Image*/
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(3) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(4) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:last-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(3) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(4) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:last-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(3) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(4) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:last-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(3) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(4) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(5) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:last-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(3) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(4) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:last-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(3) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(4) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:last-child a
  {
    background-position: 2% 65%!important;
    font-size: 70%!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    width: 100%!important;
    background-color: #e8e8e8!important;
    left: 0;
    padding: 0!important;
    display: block;
  }
  
  /*End of SubMenu*/
  
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
    background-color:#fff;
    width: 100%;
  }
  
  /****DIFFERENT LEVELS OF BUTTON STYLES****/

  /****Level 1 Menu List Styles****/
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul > li{
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul > li a{
    font-size: 22px;
    line-height: 45px;
    overflow: visible;
  }
  
  /****Level 1 and Higher Menu List Styles****/
  
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal >  ul li a{
    padding: 0 10px;
    color:#000!important;
  }

  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li a:hover{
    color:none;
  }
  
  /****Level 2 and Higher Menu List Styles****/
  
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul ul li{
    background-color: rgba(255, 255, 255, .08);
    padding: 0!important;
  }
  
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul ul li a{
    text-indent: 10px;
    font-size: 16px;
  }
  
  /****Level 3 and Higher Menu List Styles****/
  
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul ul ul li a{
    text-indent: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul ul ul ul li a{
    text-indent: 50px;
  }
  
  /****PAYMENTS PAGE****/
  
  .new_global_main_menu{
    height: 24%!important;
  }
  
  .payments_container{
    padding-left: 7%!important;
    padding-top: 9%!important;
  }
  
  .payments_header, .payments_p{
    font-size: 100%!important;
  }
  
  .payments_img{
    width: 20%!important;
    position: relative;
    left: 13%;
  }
  
  .accept_txt_container{
    padding: 0;
  }
  
  .accept_title, .accept_p, .process_title, .process_p{
    font-size: 100%!important;
    text-align: left!important;
  }
  
  .accept_p{
    max-width: 300px!important;
  }
  
  .procees_p{
    max-width: 500px!important;
  }
  
  .accept_line{
    margin: 0!important;
    top: 7%!important;
  }
  
  .accept_img{
    position: absolute!important;
    top: 13%!important;
    left: 75%!important;
  }
  
  .process_img{
    left: 0!important;
    padding-top: 10%!important;
  }
  
  .process_txt_container{
    right: 0!important;
    left: 15%!important;
  }
  
  .process_txt{
    width: 65%!important;
  }
  
  .card_acquiring:after{
    width: 58%!important;
  }
  
  .benefits_counters{
    padding: 0!important;
    padding-left: 12%!important;
    display: inline-flex!important;
  }
  
  .payment_pos, .currencies_pos{
    right: 0!important;
    left: 5%;
  }
  
  .currencies_pos{
    left: 10%;
  }
  
  .benefits_header:before, .benefits_header:after{
    margin-top: 3.5%!important;
    width: 30%!important;
  }
  
  .benefits_header:before{
    left: 11%!important;
  }
  
  .benefits_header:after{
    right: 8%!important;
  }
  
  .benefits{
    position: relative;
    right: 30%;
  }
  
  .ben_one:before, .ben_two:before, .ben_three:before, .ben_four:before{
    position: absolute!important;
    left: -7%;
  }
  
  .ben_one:after, .ben_two:after, .ben_three:after, .ben_four:after{
    left: -8%!important;
    width: 110%!important;
  }
  
  .first_ben_container, .second_ben_container{
    padding: 0!important;
    position: relative;
    left: 15%;
  }
  
  .inteli_pos, .advance_pos{
    margin-top: 4%;
  }
  
  .second_ben_container{
    margin-top: 4%;
  }
  
  .ben_f_box{
    max-width: 500px;
  }
  
  .contact_pricing_pos{
    max-width: 100%;
    height: auto;
  }
  
  .grow_text_box{
    width: 100%!important;
    position: relative;
    right: 10%;
  }
  
  .global_img_container{
    margin: 0!important;
    left: 0!important;
  }
  
  .global_img{
    width: 50%!important;
  }
  
  .pricing_row{
    display: -webkit-box;
  }
  
  .fees, .p4wyc_txt{
    padding: 0!important;
  }
  
  .fees, .p4wyc_txt{
    font-size: 100%!important;
  }
  
  .p4wyc_box{
    left: 75%!important;
  }
  
  .transparent_box{
    left: 59%!important;
  }
  
  .access_tools_box{
    left: 50%!important;
  }
  
  .contact_pricing_pos{
    left: 40%!important;
  }
  
  .eu_aus_container{
    display: contents;
    padding-top: 4%;
    float: left;
    position: relative!important;
    left: 0!important;
  }
  
  .eu_panel, .aus_panel{
    min-width: 346px!important;
  }
  
  .panel_box_container{
    display: -webkit-inline-box;
    left: 0!important;
    position: absolute;
  }
  
  .eu_title, .aus_title{
    font-size: 100%!important;
  }
  
  .line_box_container{
    display: -webkit-inline-box!important;
    position: absolute;
    left: 4.5%!important;
    max-width: 39rem!important;
    top: 14%;
  }
  
  .line_title{
    font-size: 100%!important;
    min-width: 13rem!important;
  }
  
  .data_line_container{
    left: 4.1%!important;
    top: 3%!important;
    width: 625px;
  }
  
  .data_structure_container{
    position: absolute;
    margin: 0!important;
    left: 50%;
    top: 40%;
    min-width: 27rem!important;
  }
  
  .local_data, .international_data{
    font-size: 100%!important;
  }
  
  .local_data{
    position: absolute;
  }
  
  .international_data{
    position: absolute;
    left: 50%;
  }
  
  .above_fees{
    position: relative;
    right: 11%;
    padding-top: 2%;
  }
  
  .panel_all_container{
    position: relative;
    padding-top: 20%;
    background-size: 70%!important;
    background-position: 70%;
    z-index: -1;
  }
  
  .panel_aus_container{
    position: relative;
    padding-top: 13%;
    background-size: 70%!important;
    background-position: 70%;
    z-index: -1;
  }
  
  .payments_info_container{
    position: relative;
    margin-top: 10%;
  }
  
  .line_aus_container{
    display: -webkit-inline-box!important;
    position: relative;
    left: 4.5%;
    max-width: 39rem!important;
    top: 15%;
  }
  
  .aus_line_container{
    left: 4.1%;
    top: 23%;
    width: 625px;
  }
  
  .multi_pos{
    position: relative;
    left: -49%;
    padding-top: 9%!important;
  }

  .payments_circle{
    margin-top: -3.3%!important;
    margin-left: 48%;
  }
  
  .payment_touch_container{
    left: 17%!important;
    padding-top: 4%!important;
  }
  
  .payments_img_container{
    right: 0!important;
  }
  
  .data_title{
    font-size: 80%!important;
    padding-top: 1%;
  }
  
  .payments_img_contact{
    margin: 0!important;
  }
  
  .data_img_size{
    width: 13%!important;
  }
  
  .klarna_pos{
    left: 11%!important;
  }
  
  .ideal_pos{
    left: 24%!important;
  }
  
  .przelewy_pos{
    left: 36%!important;
  }
  
  .poli_pos{
    left: 50%;
  }
  
  .bpay_pos{
    left: 65%;
  }
  
  .xtr_pos, .xtr_pos_discover{
    top: 0!important;
  }
  /****END OF PAYMENTS PAGE****/
}

/****PORTRAIT TABLET TO LANDSCAPE AND DESKTOP****/

@media only screen and (min-width: 768px) and (max-width: 979px){
  
  .global_main_menu{
    display: block;
    top: -8%!important;
    max-height: 370px!important;
  }
  
  .new_global_main_menu{
    height: 70px!important;
  }
  
  #logo_menu_container{
    display: inline-grid;
    position: absolute!important;
    top: 5%;
    margin-top: 0;
    left: 17%;
  }
  
  .logo{
    width: 20%!important;
    position: relative;
    right: 13%!important;
  }
  
  .header_txt_img_container{
    display: inline-block!important;
    position: relative;
    left: 13%;
    padding-top: 10.5%;
  }
  
  .header_txt_container{
    display: block!important;
    margin: 0!important;
    position: relative!important;
    right: 6%!important;
    padding-top: 7%!important;
  }
  
  .header_p{
    font-size: 100%!important;
    width: 80%!important;
    line-height: 25px;
  }
  
  .header_title{
    font-size: 140%!important;
  }
  
  .header_img{
    display: block!important;
    width: 60%;
    position: relative;
    right: 15%;
    margin-top: 0;
  }
  
  .videotext_container{
    margin-left: 7%;
    width: 90%!important;
    text-align: justify;
  }
  
  .media_container{
    padding-left: 11%;
  }
  
  .video_txt{
    width: 98%;
  }
  
  .cta_btn{
    display: table;
    margin-left: 3%;
    position: absolute!important;
  }
  
  .main_video{
    padding: 0!important;
    width: max-content;
    padding-top: 30%!important;
    padding-left: 15%!important;
  }
  
  .platforms{
    display: inline-block;
    padding-top: 15%!important;
    margin: 0!important;
    padding-left: 3%!important;
  }
  
  .second_box, .third_box{
    margin: 0!important;
    padding-top: 0!important;
    padding-left: 10%!important;
  }
  
  .third_box{
    padding-left: 20%!important;
  }
  
  .tech_container, .comp_container{
    width: 100%;
    left: 20%;
  }
  
  .tech_img, .compliance_img{
    max-width: 100%;
  }
  
  .tech_img, .compliance_txt_container{
    padding-top: 3%;
  }
  
  .tech_header, .comp_header{
    text-align : left;
    font-size: 110%!important;
  }
  
  .tech_p, .comp_p{
    text-align: left;
    font-size: 100%!important;
    line-height: 25px;
  }
  
  .about_title:before, .about_title:after{
    margin-top: 0.7%!important;
  }
  
  .about_title{
    font-size: 110%!important;
  }
  
  .about_right_txt, .about_left_txt{
    font-size: 100%!important;
    line-height: 25px;
  }
  
  .about_right_txt{
    position: relative!important;
    left: 5%!important;
  }
  
  .about_left_txt{
    position: relative!important;
    right: 5%!important;
  }
  
  .left_icons{
    float: none!important;
    padding-left: 35%!important;
  }
  
  .right_icons{
    padding-left: 5%!important;
  }
  
  .int_head{
    font-size: 100%!important;
    padding: 0!important;
  }
  
  .int_txt{
    font-size: 100%!important;
    padding-top: 3%;
    width: 80%!important;
    line-height: 25px;
    padding-left: 0!important;
  }
  
  .date{
    line-height: 25px;
  }
  
  .touch_p, .latest_text{
    line-height: 25px;
  }
  
  .cta_txt_container{
    position: relative!important;
    left: 2%!important;
  }
  
  .discover_btn{
    margin: 0!important;
    margin-top: 5%!important;
  }
  
  .int_head{
    font-size: 110%!important;
  }
  
  .int_img{
    display: -webkit-inline-box!important;
    margin: 0!important;
    right: 5%;
  }
  
  .int_pay_flow{
  	display: inline-flex!important;
  }
  
  .partners_title{
    font-size: 110%!important;
  }
  
  .partners_first_container{
    display: -webkit-inline-box;
    padding-left: 7%!important;
  }
  
  .partners_second_container{
    display: -webkit-inline-box;
    padding-left: 15%!important;
  }
  
  .touch_circle{
    margin-left: 47.5%!important;
    margin-top: -2%!important;
  }
  
  .touch_title{
    font-size: 110%!important;
  }
  
  .touch_p{
    font-size: 100%!important;
  }
  
  .latest_header, .latest_head{
    font-size: 110%!important;
  }
  
  .contact{
    margin-top: 2%!important;
  }
  
  .footer_menu_container{
    padding-top: 5%!important;
    padding-left: 9%!important;
    display: inline-flex;
  }
  
  .f_sub_men, .s_sub_men{
    display: inline-flex!important;
  }
  
  .sub_menu{
    padding-top: 5%;
    display: block;
    width: max-content;
  }

  .foot_menu_pos{
    padding-left: 3%!important;
    width: max-content!important;
  }

  .devs_pos{
    width: max-content!important;
  }
  
  /****Login Button****/
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li a:last-child{
    margin-left: 0!important;
    color: #20bddd!important;
    font-weight: 500!important;
    width: 100%!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child{
    width: auto;
    height: 50px!important;
  }
  
  /****After Text****/
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(3) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(4) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:last-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(3) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(4) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:last-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(3) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(4) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:last-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(3) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(4) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(5) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:last-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(3) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(4) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:last-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:first-child a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(2) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(3) a:after,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(4) a:after,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:last-child a:after{
    content: "";
  }
  
  /****Variables****/
  
  
  
  
  
  /****Menu Reset****/
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul,
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li,
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%!important;;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#000;
    font-weight: 300!important;
    font-size: 16px!important;
    font-family: 'Poppins'!important;
  }
  
	/****Toggle Button****/
  
  .mobile-trigger{
    display: block!important;
    cursor: pointer;
    position: relative!important;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: none!important;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 84%;
    margin-top: -8%;
    color: #fff!important;
  }
  
  .mobile-trigger:hover{
    text-decoration: none;
    color: none!important;
    border-color: transparent;
  }
  
  /****Change button when menu is open****/
  .mobile-open .mobile-trigger{
    color: none!important;
    border-color: transparent;
  }
  
  /****Toggle Button Icon****/
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    display: block;
  }
  
  .mobile-trigger i:before{
    top: -6px;
  }
  
  .mobile-trigger i:after{
    top: 6px;
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: none;
  }
  
  /****Pseudo Classes Turning Three Lines To Cross****/
  
  .mobile-trigger i::before,
  .mobile-trigger i::after{
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  
  .mobile-trigger i::before{
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  
  .mobile-trigger i::after{
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  
  .mobile-trigger.close i::before{
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .mobile-trigger.close i::after{
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -27%!important;
    visibility: visible;
  }
  
  .mobile-trigger.close i::before,
  .mobile-trigger.close i::after{
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    visibility: visible;
  }
  
  .mobile-trigger.close i{
    visibility: hidden;
  }
  
  /****Child Toggle Button****/
  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -216px;
    width: 1000% !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    background: none!important;
  }
  
  .child-trigger:hover{
    text-decoration: none;
  }
  
  .child-trigger i{
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%!important;
  }
  
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  
  .child-trigger i, .child-trigger i:after{
    width: 100%!important;
  }
  
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  
  .child-trigger.child-open i{
  }
  
  /****SubMenu Resources Separation Line****/
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4){
    border-bottom: 1px solid #e8e8e8!important;
  }
  
  /****Menu Styles on Mobile Devices****/
  
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 28px;
   }

  /****Hide menu on mobile****/
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /****Make child lists appear below parent items****/
  
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /****Mobile Menu Styles****/
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
    width: 90%!important;
    padding: 0;
    background-color: whitesmoke!important;
    z-index: 1;
    position: absolute!important;
  }
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal:first-child{
    border-radius: 6px 6px 6px 6px!important;
  }
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal:last-child{
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 2px 15px 46px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 15px 46px -20px rgba(0,0,0,0.5);
    box-shadow: 2px 15px 46px -20px rgba(0,0,0,0.5);
    position: relative!important;
    left: 0!important;
    margin: 0!important;
    height: fit-content;
    margin-left: -3%!important;
  }
  
  /****SubMenu****/
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    left: 0!important;
    padding: 0!important;
    width: fit-content!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper:after{
    display: none!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    border-radius: 0px!important;
  }
  
  /*SubMenu Image*/
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(3) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:nth-child(4) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:last-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(3) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:nth-child(4) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li:last-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(3) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:nth-child(4) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li:last-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(3) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(4) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:nth-child(5) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li:last-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(3) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:nth-child(4) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper li:last-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:first-child a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(2) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(3) a,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:nth-child(4) a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) > ul.hs-menu-children-wrapper li:last-child a {
    background-position: 2% 65%!important;
    font-size: 70%!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    width: 100%!important;
    background-color: #e8e8e8!important;
  }
  /*End of SubMenu*/
  
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
    background-color:#fff;
    width: 100%;
  }
  
  /****DIFFERENT LEVELS OF BUTTON STYLES****/

  /****Level 1 Menu List Styles****/
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul > li{
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul > li a{
    font-size: 22px;
    line-height: 45px;
    overflow: visible;
  }
  
  /****Level 1 and Higher Menu List Styles****/
  
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal >  ul li a{
    padding: 0 10px;
    color:#000!important;
  }

  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li a:hover{
    color:none;
  }
  
  /****Level 2 and Higher Menu List Styles****/
  
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul ul li{
    background-color: rgba(255, 255, 255, .08);
    padding: 0!important;
  }
  
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul ul li a{
    text-indent: 10px;
    font-size: 16px;
  }
  
  /****Level 3 and Higher Menu List Styles****/
  
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul ul ul li a{
    text-indent: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul ul ul ul li a{
    text-indent: 50px;
  }
  
  /****PAYMENTS PAGE****/
  
  .payments_container{
    padding-left: 7%!important;
    padding-top: 9%!important;
  }
  
  .payments_header, .payments_p{
    font-size: 100%!important;
  }
  
  .payments_txt{
    width: 100%!important;
  }
  
  .payments_img{
    width: 40%!important;
    position: relative;
    left: 35%;
  }
  
  .accept_txt_container{
    padding: 0;
  }
  
  .accept_title, .accept_p, .process_title, .process_p{
    font-size: 100%!important;
    text-align: left!important;
  }
  
  .accept_p{
    max-width: 400px!important;
  }
  
  .procees_p{
    max-width: 500px!important;
  }
  
  .accept_line{
    margin: 0!important;
    top: 7%!important;
  }
  
  .accept_img{
    top:5%!important;
    width: 26%!important;
  }
  
  .process_img{
    left: 0!important;
    padding-top: 5%!important;
    width: 26%;
  }
  
  .process_txt_container{
    right: 22%!important;
  }
  
  .process_txt{
    width: 50%!important;
  }
  
  .card_acquiring:after{
    width: 45%!important;
  }
  
  .benefits_counters{
    padding: 0!important;
    padding-left: 12%!important;
    display: inline-flex!important;
  }
  
  .payment_pos, .currencies_pos{
    right: 0!important;
    left: 5%;
  }
  
  .currencies_pos{
    left: 10%;
  }
  
  .benefits_box_pos{
    padding-left: 36%!important;
  }
  
  .benefits_header:before, .benefits_header:after{
    margin-top: 2.8%!important;
    width: 30%!important;
  }
  
  .benefits_header:before{
    left: 11%!important;
  }
  
  .benefits_header:after{
    right: 8%!important;
  }
  
  .benefits{
    position: relative;
    right: 20%;
  }
  
  .ben_one:before, .ben_two:before, .ben_three:before, .ben_four:before{
    position: absolute!important;
    left: -7%;
  }
  
  .ben_one:after, .ben_two:after, .ben_three:after, .ben_four:after{
    left: -8%!important;
    width: 100%!important;
  }
  
  .first_ben_container, .second_ben_container{
    padding: 0!important;
    position: relative;
    left: 10%;
  }
  
  .inteli_pos, .advance_pos{
    margin-top: 4%;
    margin-left: 0!important;
  }
  
  .second_ben_container{
    margin-top: 4%;
  }
  
  .ben_f_box{
    width: 600px!important;
    position: relative;
    left: 7%;
  }
  
  .grow_text_box{
    width: 100%!important;
    position: relative;
    right: 10%;
  }
  
  .global_img_container{
    margin: 0!important;
    left: 0!important;
    width: 40%!important;
  }
  
  .global_img{
    width: 100%!important;
  }
  
  .pricing_row{
    display: -webkit-box;
    position: relative;
    right: 3%;
  }
  
  .fees, .p4wyc_txt{
    padding: 0!important;
  }
  
  .fees, .p4wyc_txt{
    font-size: 100%!important;
  }
  
  .p4wyc_box{
    left: 0!important;
  }
  
  .transparent_box{
    left: 50%!important;
  }
  
  .access_tools_box{
    left: 0!important;
  }
  
  .contact_pricing_pos{
    left: 44%!important;
  }
  
  .eu_aus_container{
    display: contents;
    padding-top: 4%;
    float: left;
    position: relative!important;
    left: 0!important;
  }
  
  .panel_box_container{
    left: 0!important;
  }
  
  .eu_title, .aus_title{
    font-size: 100%!important;
  }
  
  .line_box_container{
    position: absolute;
    left: 4%!important;
    top: 0;
    max-width: 48rem;
  }
  
  .line_title{
    font-size: 100%!important;
    min-width: 23rem!important;
    position: relative;
  }
  
  .data_img_size{
    width: 10%;
  }
  
  .data_line_container{
    left: 4.1%!important;
    top: 23%!important;
    width: 760px;
  }
  
  .data_structure_container{
    position: absolute;
    margin: 0!important;
    left: 50%;
    top: 40%;
    min-width: 27rem!important;
  }
  
  .local_data, .international_data{
    font-size: 100%!important;
  }
  
  .local_data{
    position: absolute;
  }
  
  .international_data{
    position: absolute;
    left: 78%;
  }
  
  .above_fees{
    position: relative;
    right: 11%;
    padding-top: 2%;
  }
  
  .panel_all_container{
    position: relative;
    padding-top: 5%;
    background-size: 60%!important;
    left: 3%;
  }
  
  .panel_aus_container{
    position: relative;
    left: -14%;
    max-width: 760px;
    padding-top: 0;
    background-size: 50%!important;
    background-position: 100%;
  }
  
  .above_fees_aus{
    left: 35%;
  }
  
  .payments_circle{
    margin-top: -3.3%!important;
  }
  
  .payment_touch_container{
    left: 30%!important;
    padding-top: 4%!important;
    width: 500px!important;
  }
  
  .payments_img_container{
    right: 18%!important;
    padding-top: 3%;
  }
  
  .data_title{
    font-size: 100%!important;
  }
  
  .payments_img_contact{
    margin: 0!important;
  }
  
  .klarna_pos{
    left: 9%!important;
  }
  
  .ideal_pos{
    left: 23%!important;
  }
  
  .przelewy_pos{
    left: 33%!important;
  }
  
  .poli_pos{
    left: 44%;
  }
  
  .bpay_pos{
    left: 55%;
  }
  
  .xtr_pos, .xtr_pos_discover{
    top: 0!important;
  }
  
  /****END OF PAYMENTS PAGE****/
}

/****CELL PHONE DEVICES PORTRAIT****/

@media only screen and (max-width: 600px) and (orientation: portrait){
  
  .global_main_menu{
    width: 100%!important;
    height: 30%!important;
  }
  
  .new_global_main_menu{
    position: absolute;
    top: 0;
    height: 40px!important;
  }
  
  #logo_menu_container{
    display: inline-grid;
    position: absolute!important;
    top: 5%;
    left: 12%;
  }
  
  .header_img{ 
    display: none!important;
  }
  
  .logo{
    width: 25%!important;
    position: relative;
    margin: 0;
  }
  
  .logo_menu_container{
    display: inline-flex!important;
  }
  
  .mobile-trigger{
    position: relative!important;
    right: 15%;
    margin-top: -7%;
  }
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal:last-child{
    margin-left: -5%!important;
    position: relative!important;
    top: 0!important;
    margin-top: 10%;
  }
  
  .header_title{
    font-size: 100%!important;
  }
  
  .header_p{
    font-size: 80%!important;
    width: 70%;
    line-height: 25px;
    text-align: justify;
  }
  
  .header_txt_container{
    display: block!important;
    margin: 0!important;
    position: relative!important;
    right: 12%!important;
    padding-top: 25%!important;
    width: 114%!important;
  }
  
  .video_txt{
    position: relative;
    padding: 0!important;
    margin: 0 auto!important;
    right: 6%;
    width: 100%!important;
    font-size: 80%!important;
  }
  
  .cta_btn{
    position: absolute!important;
    left: 22%;
  }
  
  .main_video{
    padding-top: 30%!important;
    width: 90%;
    display: flex;
  }
  
  .unique_platform{
    width: 240px!important;
  }
  
  .unique_circle{
    margin-left: 23%!important;
  }
  
  .platforms{
    display: block!important;
    align-content: center!important;
    align-self: center!important;
    position: relative!important;
    margin: 0 auto;
    float: left!important;
    right: 15%;
  }
  
  .partners_circle {
    max-width: 50px!important;
    max-height: 50px!important;
  }
  
  .partners_title{
    font-size: 100%!important;
    display: table;
    position: relative!important;
    width: 80%;
    overflow-wrap: break-word;
    left: 10%;
  }
  
  .partners_first_container{
    position: relative;
    width: 70%;
    left: 18%;
  }
  
  .partners_second_container{
    position: relative;
    width: 60%;
    left: 18%;
  }
  
  .circle_pos{
    margin: 0!important;
    padding: 0!important;
    display: inline-block!important;
  }
  
  .set_circle_pos{
    margin-top: 10%!important;
  }
  
  .visa_position, .mastercard_position, 
  .amex_position, .jcb_position,
  .union_pay_position, .dinners_club_position,
  .discover_position{
    width: 55%;
    padding: 0;
    position: relative;
    left: 20%;
  }
  
  .second_box, .third_box{
    padding-top: 25%;
  }
  
  .platform_header{
    font-size: 100%!important;
  }
  
  .platform_p{
    font-size: 80%!important;
  }
  
  .technology_compliance_container{
    max-width: 100%;
  }
  
  .technology_txt_container, .compliance_txt_container{
    position: relative;
    padding: 0!important;
    margin: 0 auto!important;
    width: 100%!important;
    font-size: 80%!important;
  }
  
  .tech_container, .comp_container{
    width: 100%;
    position: relative;
    left: 20%;
  }
  
  .tech_img, .compliance_img{
    display: none!important;
  }
  
  .tech_img, .compliance_txt_container{
    padding-top: 8%;
  }
  
  .tech_header, .comp_header{
    text-align : left;
    font-size: 100%!important;
    display: contents;
  }
  
  .tech_p, .comp_p{
    text-align: left;
    font-size: 80%!important;
    line-height: 25px;
    text-align: justufy;
  }
  
  .about_title{
    font-size: 100%!important;
    max-width: 100%;
    position: relative;
    left: 2%;
  }
  
  .first_about_container, .second_about_container{
    padding: 0;
    max-width: 100%!important;
  }
  
  .about_title:before, .about_title:after{
    width: 16%!important;
    margin-top: 2.5%!important;
  }
  
  .about_right_txt, .about_left_txt{
    font-size: 80%!important;
    position: relative;
    left: 13%;
    width: 70%;
  }
  
  .left_icons, .right_icons{
    font-size: 80%!important;
    position: relative;
    left: 13%;
    width: 50%;
  }
  
  .cta_txt_container{
    position: relative;
    left: 16%;
    width: 100%;
  }
  
  .int_head{
    font-size: 100%!important;
    padding: 0!important;
  }
  
  .int_txt{
    font-size: 80%!important;
    padding: 0!important;
    width: 100%!important;
    text-align: justify!important;
    margin-top: 5%;
  }
  
  .int_img{
    display: none!important;
  }
  
  .p_s_container{
    width: 100%!important;
  }
  
  .news_container{
    position: relative;
    left: 7%;
    max-width: 100%;
  }
  
  .news_txt, .date{
    font-size: 80%!important;
    text-align: justify!important;
    width: 70%;
  }

  .latest_head{
    position: relative;
    left: 25%;
    max-width: 50%;
    font-size: 100%!important;
  }

  .latest_header{
    font-size: 100%!important;
  }

  .latest_text{
    font-size: 80%!important;
  }
  
  .touch_circle{
    display: none!important;
  }
  
  .touch_title{
    font-size: 90%!important;
    padding-top: 3%;
  }
  
  .touch_p{
    font-size: 50%!important;
  }
  
  .touch_txt{
    max-width: 100%;
    position: relative;
  }
  
  .contact{
    margin-top: 2%!important;
    max-width: 100%;
    position: relative;
  }
  
  .footer_menu_container{
    max-width: 50%;
    position: relative;
    left: 25%;
  }
  
  .foot_menu_pos{
    padding: 0;
    margin: 0!important;
    padding-top: 10%!important;
  }
  
  .social_media{
    max-width: 50%;
    position: relative;
    left: 33%;
  }
  
  /****PAYMENTS PAGE****/
  
  .payments_container{
    padding-left: 7%!important;
    padding-top: 20%!important;
  }
  
  .payments_header, .payments_p{
    font-size: 75%!important;
    line-height: 25px;
  }
  
  .explore_btn{
    margin-left: 1%!important;
  }
  
  .payments_txt{
    width: 100%!important;
    line-height: 18px;
  }
  
  .accept_txt_container, .process_txt_container{
    padding: 0;
  }
  
  .accept_title, .accept_p, .process_title, .process_p{
    font-size: 80%!important;
  }
  
  .accept_p, .process_p{
    max-width: 270px!important;
    font-size: 80%!important;
    display: inherit;
    text-align: justify!important;
    padding-top: 2%;
  }
  
  .accept_line, .process_line, .accept_img, .process_img, .payments_img, .global_img{
    display: none;
  }
  
  .process_txt_container{
    position: initial!important;
    margin-left: -4%!important;
    max-width: 270px!important;
  }
  
  .process_txt{
    width: 100%!important;
  }
  
  .card_acquiring{
    font-size: 80%!important;
    padding-top: 5%;
  }
  
  .card_acquiring:after{
    width: 71%!important;
  }
  
  .benefits_counters{
    font-size: 80%!important;
    display: -webkit-box;
    -webkit-box-align: center;
  }
  
  .benefits_counter{
    font-size: 170%!important;
  }
  
  .benefits_title, .benefits_txt{
    font-size: 80%!important;
  }
  
  .payment_pos, .currencies_pos{
    right: 0!important;
    left: 5%;
  }
  
  .currencies_pos{
    left: 10%;
  }
  
  .benefits_box_pos{
    font-size: 100%!important;
    display: -webkit-box;
    -webkit-box-align: center;
  }
  
  .benefits_header{
    font-size: 80%!important;
  }
  
  .benefit{
    font-size: 70%!important;
    padding-left: 7%!important;
    width: 100%!important;
  }
  
  .benefits_header:before, .benefits_header:after{
    margin-top: 2.8%!important;
    width: 30%!important;
  }
  
  .benefits_header:before{
    left: 11%!important;
  }
  
  .benefits_header:after{
    right: 8%!important;
  }
  
  .benefits{
    position: relative;
    right: 33%;
    display: block;
    max-width: 220px;
  }
  
  .ben_one:before, .ben_two:before, .ben_three:before, .ben_four:before{
    position: absolute!important;
    font-size: 100%!important;
  }
  
  .ben_one:after, .ben_two:after, .ben_three:after, .ben_four:after{
    left: -8%!important;
    width: 130%!important;
  }
  
  .first_ben_container, .second_ben_container{
    padding: 0!important;
    position: relative;
    left: 15%;
  }
  
  .grow_business_box{
    padding-left: 30%;
  }
  
  .inteli_pos, .advance_pos{
    margin-top: 4%;
    margin-left: 0!important;
  }
  
  .second_ben_container{
    margin-top: 4%;
  }
  
  .ben_f_box{
    width: 220px!important;
    position: relative;
    left: 4%;
  }
  
  .p_g_text, .p_g_title{
    font-size: 80%!important;
  }
  
  .grow_b_title, .grow_b_text{
    font-size: 80%!important;
    position: relative;
    right: 13%;
  }
  
  .grow_b_text{
    width: 90%!important;
  }
  
  .grow_text_box{
    width: 100%!important;
    position: relative;
    right: 10%;
  }
  
  .card_title_container, .multi_card_container{
    left: 0!important;
  }
  
  .global_img_container{
    margin: 0!important;
    left: 0!important;
    width: 40%!important;
  }
  
  .global_grow_cta{
    margin-top: 6%!important;
    position: relative;
    left: 15%;
  }
  
  .pricing_title{
    font-size: 80%!important;
  }
  
  .pricing_row{
    display: -webkit-box;
    position: relative;
    left: 5%;
  }
  
  .fees, .p4wyc_txt, .pricing_p{
    font-size: 60%!important;
  }
  
  .pricing_p{
    position: relative;
    right: 2%!important;
  }
  
  .p4wyc_txt{
    position: relative;
    left: 3%;
  }
  
  .fees_box:before, .p4wyc_box:before, .transparent_box:before, .access_tools_box:before{
    font-size: 65%!important;
  }
  
  .fees_box{
    left: 0!important;
  }
  
  .p4wyc_box{
    left: 12%!important;
  }
  
  .transparent_box{
    left: 0!important;
  }
  
  .access_tools_box{
    left: 12%!important;
  }
  
  .pricing_container{
    display: block!important;
  }
  
  .multi_pos{
    padding: 0!important;
    margin: 0 auto!important;
    padding-left: 7%!important;
  }
  
  .contact_pricing_pos{
    display: inline-grid!important;
    width: 100%!important;
    left: 34%!important;
    margin-top: 2%;
  }
  
  .eu_aus_container{
    display: contents;
    padding-top: 4%;
    float: left;
    position: relative!important;
    left: 0!important;
  }
  
  .panel_box_container{
    left: 0!important;
    position: absolute;
    width: fit-content!important;
  }
  
  .eu_panel, .aus_panel{
    min-width: 180px!important;
    display: block;
  }
  
  .eu_title, .aus_title{
    font-size: 62%!important;
  }
  
  .line_box_container{
    top: 13%;
    width: 100%;
    padding: 0!important;
    float: left;
    position: relative;
    left: 0!important;
  }
  
  .line_title{
    font-size: 55%!important;
    position: relative;
    min-width: 3rem!important;
    left: 10%;
  }
  
  .international_fee_pos{
    position: realtive;
    left: 20%;
  }
  
  .in_t{
     position: relative;
     left: 40%;
  }
  
  .in_f{
    position: relative;
    left: 100%;
  }
  
  .data_line_container{
    display: -webkit-box;
    -webkit-box-align: start;
    width: 100%;
    float: left;
    position: relative;
    left: 0!important;
    margin: 0!important;
    padding: 0!important;
  }
  
  .data_structure_container{
    position: absolute;
    margin: 0!important;
    left: 50%;
    top: 45%;
    min-width: 30rem!important;
  }
  
  .local_data, .international_data{
    font-size: 80%!important;
  }
  
  .local_data{
    position: absolute;
    left: 0;
  }
  
  .international_data{
    position: absolute;
    left: 20%;
  }
  
  .above_fees{
    position: relative;
    right: 11%;
    padding-top: 2%;
  }
  
  .panel_all_container{
    background-size: 100%!important;
    background-position: 70%;
  }
  
  .panel_aus_container{
    background-size: 70%!important;
    background-position: 50%;
  }
  
  .aus_line_container{
    left: 0;
    top: 23%;
    width: 345px;
  }
  
  .card_title_container{
    display: block!important;
  }
  
  .line_aus_container{
    left: 0!important;
  }
  
  .payments_info_container{
    padding: 4% 0 4% 0;
  }
  
  .payments_circle, .my_new_arrow{
    display: none;
  }
  
  .visa_aus_pos{
    left: 8%;
  }
  
  .payment_touch_container{
    left: 5%!important;
    padding-top: 4%!important;
    width: 280px!important;
  }
  
  .payment_contact{
    max-width: 100%;
  }
  
  .data_title_container{
    left: 2%;
  }
  
  .payment_touch_title, .payment_touch_p{
    font-size: 80%!important;
  }
  
  .payments_img_container{
    right: 18%!important;
    padding-top: 3%;
  }
  
  .payments_img_contact{
    display: none;
  }
  
  .multi_card_container{
    display: inline-flex!important;
  }
  
  .data_img_size{
    width: 6%!important;
  }
  
  .klarna_pos{
    left: 5%!important;
  }
  
  .ideal_pos{
    left: 11%!important;
  }
  
  .przelewy_pos{
    left: 17%!important;
  }
  
  .poli_pos{
    left: 24%;
  }
  
  .bpay_pos{
    left: 32%;
  }
  
  .above_fees_pos{
    left: 12%;
    display: grid;
  }
  
  .above_fees_aus{
    left: 12%;
    display: grid;
  }
  
  .data_title{
    font-size: 45%!important;
    display: inline-block;
    position: absolute!important;
    left: 10%!important;
    top: 15%!important;
    padding-top: 2%!important;
  }
  
  .xtr_pos, .xtr_pos_discover{
    top: 26%!important;
    left: 2%!important;
  }
  
  /****END OF PAYMENTS PAGE****/
  
}

/****CELL PHONE DEVICES LANDSCAPE****/

@media only screen and (max-width: 600px) and (orientation: landscape){

  .global_main_menu{
    width: 100%!important;
    height: 30%!important;
    display: block;
    top: -15%!important;
  }
  
  .new_global_main_menu{
    height: 80px!important;
  }
  
  .header_img{ 
    display: none!important;
  }
  
  .logo{
    width: 30%!important;
    position: relative;
  }
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal:last-child{
    margin-left: -5%!important;
    position: relative;
    top: 0!important;
  }
  
  .logo_menu_container{
    display: inline-flex!important;
  }
  
  .mobile-trigger{
    position: relative!important;
    right: 6%;
    margin-top: -9%!important;
  }
  
  .header_title{
    font-size: 100%!important;
  }
  
  .header_p{
    font-size: 80%!important;
    width: 80%;
  }
  
  .header_txt_container{
    display: block!important;
    margin: 0!important;
    position: relative!important;
    right: 10%!important;
    padding-top: 20%!important;
  }
  
  .video_txt{
    width: 80%;
    font-size: 80%!important;
    padding-left: 10%;
  }
  
  .cta_btn{
    margin-left: 29%;
    position: absolute!important;
  }
  
  .main_video{
    padding-top: 30%;
    width: 90%;
  }
  
  .platforms{
    padding-left: 25%;
  }
  
  .unique_platform{
    width: 300px!important;
    height: 300px!importan;
  }
  
  .unique_circle{
    margin-left: 31%!important;
  }
  
  .platform_p{
    font-size: 80%!important;
  }
  
  .header_p{
    font-size: 100%!important;
  }
  
  .about_title:before, .about_title:after{
    width: 25%!important;
    margin-top: 1.3%!important;
  }
  
  .second_box, .third_box{
    padding-top: 25%;
  }
  
  .technology_compliance_container{
    max-width: 100%!important;
  }
  
  .tech_container, .comp_container{
    width: 100%;
    display: inline-grid;
  }
  
  .tech_img, .compliance_img{
    display: none!important;
  }
  
  .compliance_txt_container{
    padding-top: 3%;
  }
  
  .tech_container, .comp_container{
    position: relative;
    left: 15%;
  }
  
  .tech_header, .comp_header{
    text-align : left;
    font-size: 100%!important;
  }
  
  .tech_p, .comp_p{
    font-size: 80%!important;
    max-width: 40%!important;
  }
  
  .about_title{
    font-size: 100%!important;
    max-width: 100%;
  }
  
  .about_right_txt, .about_left_txt{
    font-size: 80%!important;
    padding-left: 15%!important;
    width: 100%!important;
  }
  
  .left_icons, .right_icons{
    position: relative;
    left: 15%;
  }
  
  .cta_txt_container{
    position: relative;
    left: 15%;
    width: 100%!important;
  }
  
  .int_head{
    font-size: 100%!important;
    padding: 0!important;
  }
  
  .int_txt{
    font-size: 80%!important;
    padding: 0!important;
    width: 100%!important;
    text-align: justify!important;
    padding-top: 4%!important;
  }
  
  .int_img{
    display: none!important;
  }
  
  .visa_position, .mastercard_position, .amex_position, .jcb_position,
  .union_pay_position, .dinners_club_position, .discover_position{
    padding: 0;
  }
  
  .partners_circle {
    max-width: 60px!important;
    max-height: 60px!important;
  }
  
  .partners_title{
    font-size: 100%!important;
    display: table;
    position: relative!important;
    width: 100%;
    overflow-wrap: break-word;
  }
  
  .partners_first_container{
    position: relative;
    width: 50%;
    left: 25%;
  }
  
  .partners_second_container{
    position: relative;
    width: 50%;
    left: 25%;
    top: 10%;
  }
  
  .circle_pos{
    margin: 0!important;
    padding: 0!important;
    display: inline-block!important;
  }
  
  .set_circle_pos{
    margin-top: 10%!important;
  }
  
  .news_container{
    position: relative;
    width: 50%;
    left: 25%;
  }
  
  .news_txt, .date{
    font-size: 80%!important;
    text-align: justify!important;
    width: 70%;
  }

  .latest_head{
    font-size: 100%!important;
    position: relative;
    width: 50%;
    left: 25%;
  }

  .latest_header{
    font-size: 100%!important;
  }

  .latest_text{
    font-size: 80%!important;
  }
  
  .touch_circle{
    display: none!important;
  }
  
  .touch_title{
    font-size: 90%!important;
  }
  
  .touch_p{
    font-size: 50%!important;
  }
  
  .touch_txt{
    position: relative;
    width: 50%;
    left: 25%;
  }
  
  .bottom_graphic{
    width: 50%;
  }
  
  .contact{
    margin-top: 2%;
    position: relative;
    width: 50%;
    left: 16%;
  }
  
  .footer_menu_container{
    position: relative;
    margin-top: 3%;
    max-width: 50%;
    left: 22%;
    padding: 0!important;
    margin: 0 auto!important;
  }
  
  .foot_menu_pos{
    padding: 0;
    margin: 0!important;
    padding-top: 10%!important;
  }
  
  .social_media{
    position: relative;
    max-width: 50%;
    left: 42%;
    padding-top: 2%;
  }
  
  /****PAYMENTS PAGE****/
  
  .payments_container{
    padding-left: 7%!important;
    padding-top: 15%!important;
  }
  
  .payments_header, .payments_p{
    font-size: 75%!important;
    line-height: 25px;
  }
  
  .explore_btn{
    margin-left: 6%!important;
  }
  
  .payments_txt{
    width: 94%!important;
  }
  
  .accept_txt_container{
    padding: 0;
  }
  
  .accept_title, .accept_p, .process_title, .process_p{
    text-align: left!important;
  }
  
  .accept_p{
    padding-top: 3%;
    max-width: 80%!important;
    font-size: 80%!important;
  }
  
  .process_p{
    padding-top: 3%;
    max-width: 80%!important;
    font-size: 80%!important;
  }
  
  .accept_line, .process_line, .accept_img, .process_img, .payments_img, .global_img{
    display: none;
  }
  
  .process_txt_container{
    position: initial!important;
    margin-left: -4%!important;
  }
  
  .process_txt{
    width: 100%!important;
  }
  
  .card_acquiring{
    font-size: 80%!important;
    padding-top: 5%;
    max-width: 50%!important;
  }
  
  .card_acquiring:after{
    width: 65%!important;
  }
  
  .benefits_counters{
    font-size: 100%!important;
    display: -webkit-box!important;
    -webkit-box-align: center;
    position: relative;
    left: 8%;
  }
  
  .benefits_counter{
    font-size: 170%!important;
  }
  
  .benefits_title, .benefits_txt{
    font-size: 80%!important;
  }
  
  .payment_pos, .currencies_pos{
    right: 0!important;
    left: 5%;
  }
  
  .currencies_pos{
    left: 10%;
  }
  
  .benefits_box_pos{
    font-size: 100%!important;
    display: -webkit-box;
    -webkit-box-align: center;
  }
  
  .benefits_header{
    font-size: 80%!important;
  }
  
  .benefit{
    font-size: 70%!important;
    padding-left: 7%!important;
    width: 100%!important;
  }
  
  .benefits_header:before, .benefits_header:after{
    margin-top: 2%!important;
    width: 30%!important;
  }
  
  .benefits_header:before{
    left: 11%!important;
  }
  
  .benefits_header:after{
    right: 8%!important;
  }
  
  .benefits{
    display: flow-root!important;
  }
  
  .unique_ben_box{
    min-width: 330px;
  }
  
  .ben_one:before, .ben_two:before, .ben_three:before, .ben_four:before{
    position: absolute!important;
    font-size: 100%!important;
  }
  
  .ben_one:after, .ben_two:after, .ben_three:after, .ben_four:after{
    left: -8%!important;
    width: 130%!important;
  }
  
  .first_ben_container, .second_ben_container{
    padding: 0!important;
    position: relative;
    left: 19%;
  }
  
  .inteli_pos, .advance_pos{
    margin-top: 4%;
    margin-left: 0!important;
  }
  
  .second_ben_container{
    margin-top: 4%;
  }
  
  .ben_f_box{
    width: 220px!important;
    position: relative;
    left: 4%;
  }
  
  .p_g_text, .p_g_title{
    font-size: 80%!important;
  }
  
  .grow_b_title, .grow_b_text{
    font-size: 80%!important;
    position: relative;
    right: 13%;
    max-width: 80%!important;
  }
  
  .grow_b_text{
    width: 90%!important;
  }
  
  .grow_text_box{
    width: 100%!important;
    position: relative;
    left: 3%;
  }
  
  .global_img_container{
    margin: 0!important;
    left: 0!important;
    width: 40%!important;
  }
  
  .global_grow_cta{
    margin-top: 6%!important;
    position: relative;
    left: 9%;
  }
  
  .pricing_title{
    font-size: 80%!important;
  }
  
  .pricing_row{
    display: -webkit-box;
    position: relative;
    left: 25%;
  }
  
  .fees, .p4wyc_txt, .pricing_p{
    font-size: 60%!important;
  }
  
  .pricing_p{
    position: relative;
    right: 2%!important;
  }
  
  .p4wyc_txt{
    position: relative;
    left: 3%;
  }
  
  .fees_box:before, .p4wyc_box:before, .transparent_box:before, .access_tools_box:before{
    font-size: 65%!important;
  }
  
  .fees_box{
    left: 0!important;
  }
  
  .p4wyc_box{
    left: 12%!important;
  }
  
  .transparent_box{
    left: 0!important;
  }
  
  .access_tools_box{
    left: 12%!important;
  }
  
  .pricing_container{
    display: block!important;
  }
  
  .contact_pricing_pos{
    display: block!important;
    align-self: center;
  }
  
  .eu_panel, .aus_panel{
    min-width: 300px!important;
    display: block;
  }
  
  .eu_aus_container{
    display: contents;
    padding-top: 4%;
    float: left;
    position: relative!important;
    left: 0!important;
  }
  
  .panel_box_container{
    position: absolute;
  }
  
  .eu_title, .aus_title{
    font-size: 62%!important;
  }
  
  .line_box_container{
    position: absolute;
    left: 0!important;
    top: 13%;
    width: 100%;
    padding: 0!important;
  }
  
  .line_title{
    font-size: 55%!important;
    position: relative;
    width: 50%;
    left: 5%;
  }
  
  .card_title_container, .multi_card_container{
    position: relative;
    left: 5%;
  }
  
  .in_f{
    text-align: left!important;
  }
  
  .data_line_container{
    width: 100%;
    padding: 0!important;
    position: relative;
    left: 0!important;
    margin-top: 0;
  }
  
  .data_structure_container{
    position: absolute;
    margin: 0!important;
    left: 50%;
    top: 45%;
    min-width: 50rem!important;
  }
  
  .local_data, .international_data{
    font-size: 80%!important;
  }
  
  .local_data{
    position: absolute;
  }
  
  .international_data{
    position: absolute;
    left: 17%;
  }
  
  .above_fees{
    position: relative;
    right: 11%;
    padding-top: 2%;
  }
  
  .panel_all_container{
    position: relative;
    padding-top: 19%;
    background-size: 70%!important;
    background-position: 70%;
    position: relative!important;
    width: 100%;
    left: 1%;
  }
  
  .payments_circle, .my_new_arrow{
    display: none;
  }
  
  .payments_info_container{
    padding-bottom: 6%;
  }
  
  .payment_touch_container{
    left: 5%!important;
    padding-top: 4%!important;
    width: 380px!important;
  }
  
  .payment_touch_title, .payment_touch_p{
    font-size: 80%!important;
  }
  
  .payments_img_container{
    right: 18%!important;
    padding-top: 3%;
  }
  
  .payments_img_contact{
    display: none;
  }
  
  .data_img_size{
    width: 8%!important;
  }
  
  .klarna_pos{
    left: 7%!important;
  }
  
  .ideal_pos{
    left: 14%!important;
  }
  
  .przelewy_pos{
    left: 22%!important;
  }
  
  .poli_pos{
    left: 31%;
  }
  
  .bpay_pos{
    left: 40%;
  }
  
  .above_fees_aus{
    left: 17%;
  }
  
  .data_title{
    font-size: 65%!important;
    display: inline-block;
    position: absolute;
    left: 5%;
    top: 15%!important;
  }
  
  .xtr_pos, .xtr_pos_discover{
    top: 22%!important;
    left: 0;
  }
  
  /****END OF PAYMENTS PAGE****/
}