body {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    font-family: 'ttrounds-regularuploaded_file';
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

button, a, input {
    outline: none !important;
}

header {
    float: left;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 500ms cubic-bezier(0.765, -0.420, 0.650, 1.345);
    -moz-transition: all 500ms cubic-bezier(0.765, -0.420, 0.650, 1.345);
    -o-transition: all 500ms cubic-bezier(0.765, -0.420, 0.650, 1.345);
    transition: all 500ms cubic-bezier(0.765, -0.420, 0.650, 1.345);
}

.inner-container {
    width: 1200px;
    margin: auto;
    max-width: 90%;
}

.narrow-head {
    background: #1f0e2e;
    float: left;
    width: 100%;
    margin-top: -10px;
}

.info-links {
    float: right;
}

.info-links ul {
    margin: 0px;
    padding: 0px;
}

.info-links ul li {
    list-style: none;
    display: inline-block;
    margin-left: 40px;
}

.info-links ul li a {
    text-decoration: none;
    color: rgba(223, 220, 229, 1);
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    padding: 10px 0px;
}

.navigation-inner {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.logo-head {
    float: left;
    padding-top: 5px !important;
}

.logo-head a {
    display: inline-block;
}

.logo-icon {
    float: left;
}

.logo-description {
    float: left;
    margin: 13px 20px;
}

.navigation-row {
    float: right;
}

.navigation-row ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}

.navigation-row ul li {
    display: inline-block;
    margin-left: 22px;
}

.navigation-row ul li a {
    color: rgba(31, 14, 46, 1);
    text-decoration: none;
    padding: 18px 0px;
    display: inline-block;
    font-size: 15px;
}


.button {
    display: inline-block;
    text-decoration: none;
    border: 0px;
    padding: 13px 32px;
    border-radius: 30px;
    color: #000;
    background: #eeeeee;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
}

.button.button-purple {
    background: #8a56a3;
    color: #fff !important;
    padding: 11px 25px;
    min-width:200px;
    font-size: 15px !important;
}

.button.button-purple-dark {
    background: #220b36;
    color: #fff;
    padding: 11px 25px;
    max-width: 190px;
}

.logo-head a img {
    width: 250px;
    float: left;
}

.main-head {
    float: left;
    width: 100%;
    background: #fff;
}

.body-container {
    clear: both;
}

.about-banner {
    background-image: url('../images/about-banner-bg.jpg');
}

.request-demo-banner {
    background-image: url('../images/request-demo-bg.jpg');
    padding-bottom: 100px;
}

.pricing-banner {
    background-image: url('../images/pricing-bg.png');
}

.contact-banner {
    background-image: url('../images/contact-bg.jpg');
    padding-bottom: 100px;
}

.shopping-banner {
    background-image: url('../images/shopping-bg.jpg');
}

.career-banner {
    background-image: url('../images/career-bg.jpg');
}

.platform-banner {
    background-image: url('../images/platform-bg.jpg');
}

.home-banner {
    background-image: url('../images/banner-bg.jpg');
}

.retailers-banner {
    background-image: url('../images/retailers-bg.jpg');
}

.pricing-banner {
    background-image: url('../images/pricing-bg.png');
}

.banner-container {
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-container:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

.home-banner .banner-description {
    text-align: center;
    width: 520px;
    margin: 0px auto;
    padding: 14% 0px;
    position: relative;
    z-index: 99;
    max-width: 85%;
}

.banner-description {
    text-align: center;
    width: 800px;
    margin: 0px auto;
    padding: 9% 0px;
    position: relative;
    z-index: 99;
    max-width: 85%;
}

.banner-description h3 {
    margin: 0px;
    color: rgba(31, 14, 46, 1);
    font-size: 25px;
    font-weight: 700;
}

.banner-description p {
    margin: 20px 0px 0px 0px;
    color: rgba(31, 14, 46, 1);
    line-height: 23px;
    font-size: 15px;
}

.much-more {
    background: #dfdce5;
    padding: 80px 0px 150px 0px;
}

.much-more-description {
    text-align: center;
    width: 620px;
    margin: 0px auto;
    max-width: 100%;
}

.much-more-description h3 {
    margin: 0px;
    color: rgba(31, 14, 46, 1);
    font-size: 25px;
    font-weight: 700;
}

.much-more-description p {
    margin: 20px 0px 20px 0px;
    color: rgba(31, 14, 46, 1);
    line-height: 23px;
    font-size: 15px;
}

.much-more-description a {
    display: inline-block;
    color: rgba(116, 109, 178, 1);
}


.get-started-form {
    background: #8a56a3;
    padding: 0px 0px;
}

.form-container {
    background: #fff;
    width: 560px;
    margin: auto;
    max-width: calc(95% - 200px);
    border-radius: 3px;
    padding: 40px 100px;
    position: relative;
    top: -100px;
}

.form-row {
    clear: both;
}

.form-item {
    float: left;
    width: 46%;
    margin: 2%;
}

.form-item label {
    color: rgba(31, 14, 46, 1);
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
}

.form-item input {
    border: 2px solid #1f0e2e;
    border-radius: 8px;
    width: calc(100% - 22px);
    padding: 12px 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
}

.form-submit {
    clear: both;
    margin: 40px 0px 10px 0px;
    text-align: center;
    float: left;
    width: 100%;
}

.form-submit .button {
    background: #1f0e2e;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    letter-spacing: 1px;
    padding: 13px 60px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}

.clear {
    clear: both;
}


.text-success {
    color: green !important;
}

.text-error {
    color: red !important;
}






.solution-main-container {
    background: #746db2;
}

.solution-container {
    display: table;
    width: 100%;
    padding: 50px 0px;
}

.solution-title {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.solution-title h3 {
    color: #fff;
    max-width: 90%;
    font-size: 25px;
    font-weight: 700;
}

.solution-title p {
    width: 100%;
}


.solution-image {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 50%;
}

.solution-image img {
    max-width: 100%;
}

.solution-row {
    display: table-row;
}

.solution-image-item {
    background: #fff;
    padding: 110px;
    border-radius: 10px;
    margin: 30px 0px 30px 30px;
}





ul.accordion li a.toggle {
    width: 100%;
    display: block;
    color: #fefefe;
    border-radius: 0.15em;
    transition: background 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

ul.accordion li {
    list-style: none;
    margin-top: 20px;
}

ul.accordion li a.toggle:hover {
}

ul.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
    color: #fff;
    margin: 10px 0px 10px 24px;
    padding: 0px;
    font-size: 14px;
}

ul.accordion {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    width: 80%;
}

.solution-title a {
    display: inline-block;
    color: rgb(228, 226, 243);
    font-size: 15px;
}

ul.accordion li a.toggle img {
    width: 12px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}


.feedback-container {
    background: #fff;
    padding: 150px 0px;
}

.feedback-description {
    text-align: center;
    width: 620px;
    margin: 0px auto;
    max-width: 100%;
}

.feedback-description h3 {
    margin: 0px;
    color: rgba(31, 14, 46, 1);
    font-size: 25px;
    font-weight: 700;
}

.feedback-description p {
    margin: 20px 0px 20px 0px;
    color: rgba(31, 14, 46, 1);
    line-height: 23px;
    font-size: 15px;
}



.retail-container {
    background: #dfdce5;
    padding: 100px 0px;
}

.retail-description {
    text-align: center;
    width: 620px;
    margin: 0px auto;
    max-width: 100%;
}

.retail-description h3 {
    margin: 0px;
    color: rgba(31, 14, 46, 1);
    font-size: 25px;
    font-weight: 700;
}

.retail-description p {
    margin: 20px 0px 20px 0px;
    color: rgba(31, 14, 46, 1);
    line-height: 23px;
    font-size: 15px;
    font-weight: 500;
}

.retail-description a {
    background: #746db2;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 13px 30px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 20px 10px 0px 10px;
}

footer {
    background: #1f0e2e;
    padding: 60px 0px 30px 0px;
    float: left;
    width: 100%;
}

ul.footer-nav {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

ul.footer-nav li {
    display: inline-block;
    margin: 10px 20px;
}

ul.footer-nav li a {
    color: #dfdce5;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
}

.footer-logo {
    text-align: left;
    margin-top: 20px;
    clear: both;
    float: left;
    width: 100%;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo a img {
    max-width: 100px;
}

.ham-icon {
    width: 30px;
    height: 30px;
    display: none;
    float: left;
    margin: 12px 0px;
    cursor: pointer;
    outline: none;
}

.ham-icon span {
    height: 2px;
    width: 100%;
    background: #000;
    display: inline-block;
    float: left;
    margin: 4px 0px;
}

.navigation-row .navigation-items {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-wrapper {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-row .navigation-items li a img {
    max-width: 250px;
}

.navigation-row ul li.nav-logo {
    display: none;
}

.navigation-row ul li.close-menu-icon {
    display: none;
    padding: 0px;
}

.close-menu {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.narrow-section .solution-title h3 {
    color: rgba(31, 14, 46, 1);
}

.narrow-section .solution-title p {
    color: rgba(31, 14, 46, 1);
}

.narrow-section .solution-title .brandtitle {
    color:#FFF;
}

.narrow-section .solution-title .branddescription {
    color: #FFF;
}

.narrow-section .solution-image-item {
    padding: 20px 60px;
    width: 60%;
    float: right;
}

.narrow-section .solution-image-item img {
}

.bg-light-purple {
    background: rgba(150, 97, 176, 1) !important;
}

.bg-white {
    background: #fff !important;
}

.bg-off-white {
    background: #dfdce5 !important;
}

.narrow-section .solution-title {
    /* width: 60%; */
}

.image-right {
    float: right;
}

.image-left {
    float: left !important;
}

.narrow-section .solution-container {
    padding: 20px 0px;
}

.narrow-section .solution-image {
}

.request-demo-container {
    background: #8a56a3;
    padding: 80px 0px;
    float: left;
    width: 100%;
}

.section-description {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.section-description h3 {
    color: #fff;
    max-width: 90%;
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
}

.section-description p {
    color: #fff;
}

.section-button {
    width: 50%;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.section-button a {
}

.display-table {
    display: table;
    width: 80%;
    margin: auto;
}

.display-table-row {
    display: table-row;
}

.bg-white .solution-title a {
    color: rgba(116, 109, 178, 1);
}

.heading-center {
    text-align: center;
    padding-top: 50px;
    max-width: 60%;
    margin: auto;
}

.heading-center h3 {
    color: #fff;
    max-width: 90%;
    font-size: 25px;
    font-weight: 700;
    margin: auto;
}

.heading-center p {
    color: #fff;
    margin: 10px 0px;
    padding: 0px;
    font-size: 14px;
}

ul.accordion .inner span {
    display: block;
}

ul.accordion .inner span:first-child {
    margin-top: 20px;
}

.data-info-container {
    padding: 100px 0px 0px 0px;
}

.data-info-container h3 {
    font-size: 25px;
    font-weight: 700;
    color: rgba(31, 14, 46, 1);
    text-align: center;
    margin: 0px;
}

.data-items-row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.data-item {
    background: #746db2;
    width: 24%;
    border-radius: 10px;
    overflow: hidden;
    margin: -160px 0px 50px 0px;
    position: relative;
    z-index: 2;
}

.data-item h4 {
    background: #1f0e2e;
    color: #fff;
    text-align: center;
    margin: 0px;
    border-radius: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    justify-content: center;
}

.data-item p {
    margin: 0px;
    padding: 30px 40px;
    color: #FFF;
}

.data-items-bg {
    background: #dfdce5;
    margin-top: 200px;
    padding-bottom: 10px;
}

.data-items-row:before {
    content: '';
    height: 10px;
    background: #746db2;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.inner-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.inner-list li {
    color: #fff;
}

.solution-title p {
    color: #fff;
}

.less-spacing {
    padding: 30px;
    text-align: center;
}

.less-spacing img {
    width: 450px;
}

.sign-up-container {
    background: #fff;
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.sign-up-section {
    background: #fff;
    width: 840px;
    margin: auto;
    max-width: calc(95% - 200px);
    border-radius: 3px;
    padding: 40px 100px;
    text-align: center;
}

.sign-up-section h3 {
    font-size: 25px;
    font-weight: 700;
    color: rgba(31, 14, 46, 1);
    margin: 0px;
}

.sign-up-section p {
    color: rgba(31, 14, 46, 1);
}

.sign-up-form {
    background: #dfdce5;
    display: inline-block;
    width: calc(90% - 100px);
    padding: 30px 50px;
    margin: 30px auto auto auto;
}

.sign-up-row {
}

.article-head {
    background: #746db2;
    padding: 30px 0px 150px 0px;
}

.paging-head {
    margin: 0px;
    padding: 0px;
}

.paging-head li {
    display: inline-block;
    margin-right: 4px;
}

.paging-head li a {
    color: #fff;
    text-decoration: none;
    background-image: url('../images/arrow-left.PNG');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 19px;
    background-size: 19px;
}

.article-banner {
}

.article-image {
    height: 410px;
    background-color: #dfdce5;
    border-radius: 3px;
    position: relative;
    top: -60px;
    margin-top: -60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article-body {
}

.article-item-container {
    float: left;
    width: calc(100% - 400px);
    padding-right: 20px;
}

.subscribe-item-container {
    float: left;
    width: 380px;
}

.article-item-container h2 {
    font-size: 25px;
    font-weight: 700;
    color: rgba(31, 14, 46, 1);
    margin: 0px;
    border-bottom: 3px solid rgba(31, 14, 46, 1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.article-item-container p {
    color: rgba(31, 14, 46, 1);
    font-weight: 600;
    font-size: 14px;
}

.article-item-container label {
    color: rgba(128, 128, 128, 1);
    font-weight: 700;
    display: block;
    padding: 30px 0px;
}

.article-cover {
    width: 70%;
    margin: 40px auto;
}

.article-cover img {
    border-radius: 10px;
    max-width: 100%;
}

.subscribe-block {
    background: #dfdce5;
    padding: 30px 30px;
}

.subscribe-block h4 {
    color: rgba(31, 14, 46, 1);
    text-align: center;
    margin: 0px;
    padding-bottom: 20px;
}

.subscribe-input {
    border: 2px solid #1f0e2e;
    border-radius: 4px;
    width: calc(100% - 30px);
    padding: 12px 15px;
    font-family: 'Quicksand', sans-serif;
    background: transparent;
    font-weight: 700;
}

.subscribe-block button {
    background: #1f0e2e;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    letter-spacing: 1px;
    padding: 13px 0px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
    margin-top: 20px;
}

.top-articles {
    margin: 30px 0px;
}

.top-articles h4 {
    color: rgba(31, 14, 46, 1);
    text-align: center;
    margin: 0px;
    padding-bottom: 20px;
}

.job-openings {
    padding: 50px 0px 100px 0px;
}

.job-openings h3 {
    margin: 0px;
    color: rgba(31, 14, 46, 1);
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.job-openings p {
    margin: 0px;
    color: rgba(31, 14, 46, 1);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.openings-list {
    width: 900px;
    margin: auto;
    max-width: 100%;
    margin-top: 50px;
}

.openings-list table {
    width: 100%;
    border-collapse: collapse;
}

.openings-list table tr th {
    text-align: left;
    color: #fff;
    background: #9661b0;
    border: 2px solid #9661b0;
    padding: 20px;
}

.openings-list table tr td {
    border: 2px solid #dfdce5;
    text-align: left;
    padding: 30px;
    color: rgba(31, 14, 46, 1);
    font-size: 14px;
    font-weight: 700;
}

.openings-list table tr td a {
    text-decoration: none;
    color: rgba(31, 14, 46, 1);
    font-size: 14px;
    font-weight: 700;
}

.openings-list table tr td:first-child {
    color: rgba(116, 109, 178, 1);
    border: 2px solid #dfdce5;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}


.more-button {
    background: #9661b0;
    padding: 100px 0px;
    text-align: center;
}

.more-button h3 {
    margin: 0px;
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.more-button a {
    background: #220b36;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    letter-spacing: 1px;
    padding: 13px 82px;
    border-radius: 30px;
    font-weight: 700 !important;
    margin-top: 30px;
}

.job-description {
}

.job-info {
    width: 580px;
    margin: auto;
    max-width: 100%;
}

.job-paging {
}

.job-paging ul {
    margin: 0px;
    padding: 0px;
}

.job-paging ul li {
    list-style: none;
    display: inline-block;
}

.job-paging ul li a {
    color: #000;
    text-decoration: none;
    background-image: url(../images/arrow-left-black.PNG);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 19px;
    background-size: 19px;
    font-weight: 700;
}

.job-description-content {
}

.job-description-content p {
    color: rgba(31, 14, 46, 1);
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0px;
}

.job-description-head {
    border-bottom: 3px solid rgba(31, 14, 46, 1);
    padding: 40px 0px 20px 0px;
    margin-bottom: 30px;
}

.job-description-head h3 {
    font-size: 25px;
    font-weight: 700;
    color: rgba(31, 14, 46, 1);
    margin: 0px;
    padding-bottom: 10px;
    text-align: center;
}

.job-description-head h5 {
    color: rgba(31, 14, 46, 1);
    text-align: center;
    margin: 0px;
    padding-bottom: 20px;
}


.submit-CV {
    background: #8a56a3;
    margin-top: 150px;
}

.CV-form {
    background: #e6e6e6;
    width: 600px;
    margin: auto;
    padding: 50px 90px;
    position: relative;
    top: -100px;
    max-width: calc(90% - 180px);
}

.CV-form-row {
    clear: both;
    margin: 0px 0px;
    width: 100%;
}

.CV-form-row label {
    color: rgba(31, 14, 46, 1);
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.CV-form-row input {
    border: 2px solid #1f0e2e;
    border-radius: 5px;
    width: calc(100% - 34px);
    padding: 12px 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
}

.CV-form-row textarea {
    border: 2px solid #1f0e2e;
    border-radius: 5px;
    width: calc(100% - 34px);
    padding: 12px 15px;
    height: 100px;
    font-family: 'Quicksand', sans-serif;
    resize: none;
    font-size:15px;
}

.CV-form-split-2 {
    float: left;
    width: 46%;
    margin: 2%;
}

.CV-form-split-1 {
    margin: 2%;
}

.submit-CV-button {
    clear: both;
    margin: 40px 0px 10px 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.submit-CV-button .button {
    background: #1f0e2e;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    letter-spacing: 1px;
    padding: 13px 60px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}


#custom-button {
    background: #1f0e2e;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    letter-spacing: 1px;
    padding: 15px 0px;
    border-radius: 8px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    width: 180px;
    float: right;
}


#custom-text {
    border: 2px solid #1f0e2e;
    border-radius: 5px;
    width: calc(100% - 225px);
    padding: 12px 15px;
    font-family: 'Quicksand', sans-serif;
    background: #fff;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.heading-center a {
    color: #fff;
    text-decoration: none;
}

.extra-space {
    padding: 100px 0px;
}

.extra-space .heading-center {
    max-width: 50%;
}

.pricing-demo {
    width: 600px;
    margin: auto;
    text-align: center;
    max-width: 100%;
}

.pricing-demo h4 {
    max-width: 90%;
    font-size: 25px;
    font-weight: 700;
    color: rgba(31, 14, 46, 1);
    margin: 0px;
}

.pricing-demo p {
    color: rgba(31, 14, 46, 1);
}

.two-buttons {
    margin-top: 40px;
}

.two-buttons a {
    background: #746db2;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    letter-spacing: 1px;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    margin: 1px 10px;
}



.contact-form-container {
    background: #8a56a3;
    padding: 100px 0px 50px 0px;
}

.contact-form {
    background: #fff;
    width: 600px;
    margin: auto;
    padding: 50px 90px;
    margin-top: -250px;
    position: relative;
    z-index: 1;
    max-width: calc(90% - 180px);
}

.address-section {
    padding: 100px 0px;
    text-align: center;
}

.address-column {
    width: 760px;
    margin: auto;
    max-width: 100%;
}

.address-column h3 {
    margin: 0px;
    color: rgba(31, 14, 46, 1);
    font-size: 25px;
    font-weight: 700;
}

.address-column p {
    margin: 10px 0px 0px 0px;
    color: rgba(31, 14, 46, 1);
    line-height: 23px;
    font-size: 15px;
}

.address-item-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
}

.address-item {
    background: #8a56a3;
    width: 49%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.address-item h4 {
    background: #1f0e2e;
    color: #fff;
    text-align: center;
    margin: 0px;
    border-radius: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    justify-content: center;
}

.address-item p {
    margin: 0px;
    padding: 30px 40px;
    color: #fff;
}

.news-banner {
    background: #746db2;
    padding: 50px 0px;
    text-align: center;
}

.news-content {
    width: 600px;
    margin: auto;
    max-width: 100%;
}

.news-content h3 {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 700;
}

.news-content p {
    margin: 10px 0px 20px 0px;
    color: rgb(255, 255, 255);
    line-height: 23px;
    font-size: 15px;
}

.news-item-container {
    padding: 50px 0px;
}

.news-tabs {
    border-bottom: 3px solid #bbb6bf;
}

.news-tabs ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.news-tabs ul li {
    display: inline-block;
    margin-right: 20px;
}

.news-tabs ul li a {
    color: #bbb6bf;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 5px;
    display: inline-block;
    position: relative;
}

.news-tabs ul li.active a {
    color: #220b36;
}

.news-tabs ul li.active a:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -3px;
    display: inline-block;
    background: #1f0e2e;
}

.news-items-row {
}

.news-items-inner {
    margin: 30px 0px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-item {
    margin: 5px 0px;
    display: inline-block;
}

.news-column {
    -ms-flex: 25%;
    flex: 32.333%;
    max-width: 32.333%;
    padding: 0 0.5%;
}

.news-image-cover {
    float: left;
    width: 100%;
    background: #dfdce5;
}

.news-image-cover img {
    max-width: 100%;
    float: left;
    /*opacity: 0;*/
}

.news-info {
    background: #8a56a3;
    color: #fff;
    padding: 30px 20px;
    float: left;
    width: calc(100% - 40px);
}

.news-info h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 27px;
}

.news-info p {
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    line-height: 22px;
}

.news-info a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.load-more-button {
    text-align: center;
}

.load-more-button button {
    background: #220b36;
    color: #fff;
    max-width: 190px;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    letter-spacing: 1px;
    padding: 13px 32px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700 !important;
}


.metropolitian-container {
    padding: 100px 0px;
}

.number-of-users {
    width: 700px;
    margin: auto;
    max-width: 100%;
}

.number-of-users h3 {
    color: rgba(31, 14, 46, 1);
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    margin-bottom: 30px;
}

.number-of-users p {
    text-align: center;
    color: rgba(31, 14, 46, 1);
    line-height: 23px;
    font-size: 13px;
    font-weight: 700;
    margin: 0px;
}

.user-number-table {
    margin-bottom: 20px;
}

.user-number-table table {
    width: 100%;
}

.user-number-table table tr th {
    font-weight: 700;
    font-size: 24px;
}

.user-number-table table tr td {
    background: #8a56a3;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 20px 30px;
    border: 3px solid #fff;
    vertical-align: middle;
}

.user-number-table table tr td.blank-td {
    color: #8a56a3;
    background: transparent;
    width: 10px;
}

.user-number-table table tr td.blank-td-verticle {
    color: #8a56a3;
    background: transparent;
    width: 0px;
}

.user-number-table table tr td.blank-td-verticle span {
    color: #000;
    -webkit-transform: rotate(-90deg) translateX(0);
    -moz-transform: rotate(-90deg) translateX(0);
    -ms-transform: rotate(-90deg) translateX(0);
    -o-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    display: inline-block;
    white-space: nowrap;
    width: 0px;
    position: relative;
    top: 120px;
    text-transform: uppercase;
}
.metro-container {
}

.metro-container table {
    width: 29.333%;
    float: left;
    margin: 2%;
}

.metro-container table tr td {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    background: #8a56a3;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
}

.metro-container table tr:first-child td {
    color: #8a56a3;
    background: #fff;
    font-size: 18px;
}

.metro-container table tr td span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
}

.own-plan-container {
    background: #dfdce5;
    padding: 100px 0px 100px 0px;
}

.select-plan {
    width: 600px;
    padding: 70px 100px;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    max-width: calc(100% - 200px);
}

.select-plan h3 {
    margin: 0px;
    color: rgba(31, 14, 46, 1);
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.plan-field-row {
    float: left;
    width: 100%;
}

.plan-field {
    float: left;
    width: 31.333%;
    margin: 1%;
}

.plan-field label {
    color: rgba(31, 14, 46, 1);
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
    text-align: center;
}

.plan-field input {
    border: 2px solid #808080;
    border-radius: 8px;
    width: calc(100% - 30px);
    padding: 10px 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #8a56a3;
    font-size: 16px;
}
.plan-field select, option {
    border: 2px solid #808080;
    border-radius: 8px;
    width: calc(100%);
    padding: 10px 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-align-last: center;
    color: #8a56a3;
    font-size: 16px;
}
.plan-field select:hover{
    cursor: pointer;
}

.build-button {
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.build-button button {
    background: #8a56a3;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    letter-spacing: 1px;
    padding: 12px 50px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}

.privacy-container {
    padding: 70px 0px;
}

.privacy-container h3 {
    text-align: center;
    margin: 0px;
    color: rgba(31, 14, 46, 1);
    font-size: 25px;
    font-weight: 700;
}

.privacy-content {
    width: 960px;
    max-width: 100%;
    margin: 50px auto auto auto;
    padding: 50px 0px;
    border-top: 3px solid #1f0e2e;
}

.privacy-content p {
    margin: 5px 0px;
    color: rgba(31, 14, 46, 1);
    line-height: 23px;
    font-size: 14px;
    font-weight: 700;
}

.privacy-content ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.privacy-content ul li {
}

.privacy-content ul li a {
    padding: 2px 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: rgba(116, 109, 178, 1);
}

.privacy-content h4 {
    color: rgba(31, 14, 46, 1);
    font-weight: 700;
    font-size: 17px;
    margin: 30px 0px 0px 0px;
}

.metro-container {
}

.metro-container table {
    width: 29.333%;
    float: left;
    margin: 2%;
}

.metro-container table tr td {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    background: #8a56a3;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
}

.metro-container table tr:first-child td {
    color: #8a56a3;
    background: #fff;
    font-size: 18px;
}

.metro-container table tr td span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
}


.DemoSuccess-Banner > .banner-description {
    text-align: center;
    width: 800px;
    margin: 0px auto;
    padding: 0% 0px 10%;
    position: inherit;
    z-index: 99;
    max-width: 85%;
}

/*STRAT: Navbar*/
.navigation-inner{
    position: relative;
    background: #dddddd;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.nav-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .nav-menu-wrapper.justify-end {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .nav-links.nav-links-1 {
        margin-left: 36px;
    }

.nav-functions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-nav-menu {
    position: relative;
    float: right;
}

.w-nav:after {
    clear: both;
}

.w-nav:before, .w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}

.dropdown-menu {
    min-width: 167px;
    padding: 8px 24px;
}

.button {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 24px;
    border-style: solid;
    border-width: 2px;
    border-color: #8a56a3;
    border-radius: 40px;
    background-color: #8a56a3;
    box-shadow: inset 0 0 100px 100px transparent;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

    .button:hover {
        box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
        text-decoration: none;
        color: #fff !important;
    }

.nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 12px;
    color: #1f0e2e;
    white-space: nowrap;
}

    .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.w--current {
        color: #8a56a3;
    }

    .nav-link.nav-with-background {
        color: #fff;
    }

ul.nav-links, ul.nav-links ul {
    list-style: none;
}

.nav-links.nav-links-1 li.dropdown {
    position: relative;
}

    .nav-links.nav-links-1 li.dropdown ul.dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s;
        padding: 0;
        background: #fff;
        border: 1px solid #ececec;
        position: absolute;
        top: 50px;
        left: 0;
        border-radius: 15px;
        z-index: 1;
    }

        .nav-links.nav-links-1 li.dropdown ul.dropdown-menu a {
            color: #1f0e2e;
            display: block;
        }

            .nav-links.nav-links-1 li.dropdown ul.dropdown-menu a:hover {
                color: #8a56a3;
            }

    .nav-links.nav-links-1 li.dropdown:hover ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .nav-links.nav-links-1 li.dropdown ul.dropdown-menu li {
        padding: 10px 14px;
        border-top: 1px solid #ececec;
    }

        .nav-links.nav-links-1 li.dropdown ul.dropdown-menu li:first-child {
            border-top: none;
        }

.nav-links.nav-links-1 li.dropdown-submenu {
    position: relative;
}

    .nav-links.nav-links-1 li.dropdown-submenu:before {
        content: "";
        background: url(../images/submenu-icon.png) no-repeat;
        position: absolute;
        height: 15px;
        width: 15px;
        top: 15px;
        right: 0;
    }

.nav-links.nav-links-1 li.dropdown ul.dropdown-menu li.dropdown-submenu > a {
    color: #8a56a3;
}

.nav-links.nav-links-1 li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
}

.nav-links.nav-links-1 li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.nav-links.nav-links-1 .dropdown-menu img {
    width: 60px;
    display: block;
    margin: 0 auto 5px;
}

.nav-links.nav-links-1 li.dropdown-submenu .dropdown-menu li {
    text-align: center;
}

@media (max-width: 1400px) {
    .nav-links.nav-links-1 li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
        position: static;
        margin-top: 10px;
        border-radius: 0;
        display: none;
    }
}

@media (max-width: 991px) {
    .nav-links.nav-links-1 li.dropdown {
        width: 100%;
    }

    .nav-links.nav-links-1 li.dropdown-submenu .dropdown-menu li {
        text-align: left;
    }

    .nav-links.nav-links-1 .dropdown-menu img {
        margin: 0;
        margin-right: 10px;
        display: inline-block;
    }

    .nav-links.nav-links-1 .dropdown-menu .dropdown-submenu .dropdown-menu li a span {
        display: inline-block;
        width: 60%;
    }
    .info-links{
      display : none;
    }
}

@media (max-width: 480px) {
    .nav-links.nav-links-1 .dropdown-menu img {
        vertical-align: top;
    }
  
  .navigation-inner{
    display: block;
  }
  .logo-head{
    float: none;
    text-align: center;
  }
  .nav-menu-wrapper.justify-end{
    float: none;
    justify-content: center;
  }
  .nav-links.nav-links-1{
    margin-left:0;
  }
  .nav-links.nav-links-1 li.dropdown ul.dropdown-menu{
    left: -30px !important;
  }
}

@media screen and (max-width: 767px){
    .nav-functions {
      display: none;
    }
  .nav-links.nav-links-1 li.dropdown ul.dropdown-menu{
    left: -70px;
  }
}
/*END: Navbar Resources*/
.hs-cta-wrapper a {
    margin: 0 !important;
}