/* colors */
/* font colors */
/* line 2, ../scss/base/_fonts.scss */
.emphasized-text {
  font-size: 28px;
}
@media (max-width: 991px) {
  /* line 2, ../scss/base/_fonts.scss */
  .emphasized-text {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 991px) and (max-width: 500px) {
  /* line 2, ../scss/base/_fonts.scss */
  .emphasized-text {
    font-size: 18px;
    line-height: 32px;
  }
}

/* line 18, ../scss/base/_fonts.scss */
.emphasized-text em {
  font-family: "Lobster", cursive;
  font-size: 52px;
  -ms-transform: rotate(-12deg) translate(0, 2px);
  -webkit-transform: rotate(-12deg) translate(0, 2px);
  transform: rotate(-12deg) translate(0, 2px);
  margin-right: -15px;
  display: inline-block;
  line-height: 28px;
  width: 52px;
}
/* line 29, ../scss/base/_fonts.scss */
.emphasized-text em.white {
  color: #ffffff;
}

/* line 37, ../scss/base/_fonts.scss */
.medium-text-size {
  font-size: 24px;
}
@media (max-width: 991px) {
  /* line 37, ../scss/base/_fonts.scss */
  .medium-text-size {
    font-size: 20px;
  }
}
@media (max-width: 991px) and (max-width: 500px) {
  /* line 37, ../scss/base/_fonts.scss */
  .medium-text-size {
    font-size: 18px;
  }
}

/* line 49, ../scss/base/_fonts.scss */
.white {
  color: #ffffff;
}

/* line 53, ../scss/base/_fonts.scss */
.black {
  color: #000000;
}

/* line 57, ../scss/base/_fonts.scss */
#products-mob-features {
  color: #d8d8d8;
}

/* line 1, ../scss/base/_layout.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 3, ../scss/base/_layout.scss */
html {
  height: 100%;
}

/* line 7, ../scss/base/_layout.scss */
body {
  color: #7F8084;
  height: 100%;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  width: 100%;
}

/* line 17, ../scss/base/_layout.scss */
a {
  color: #13a8e2;
}

/* line 21, ../scss/base/_layout.scss */
h2 {
  margin-top: 0;
  color: #3a4250;
  font-weight: 200;
}

/* line 27, ../scss/base/_layout.scss */
h3 {
  color: #3a4250;
  font-weight: bold;
  margin-top: 0;
  font-size: 28px;
}

/* line 34, ../scss/base/_layout.scss */
h4 {
  font-size: 16px;
  color: #3a4250;
}

/* line 39, ../scss/base/_layout.scss */
hr {
  border: 1px solid #ffffff;
  margin: 12px;
}
@media (max-width: 767px) {
  /* line 39, ../scss/base/_layout.scss */
  hr {
    margin: 0;
  }
}

/* line 48, ../scss/base/_layout.scss */
strong {
  color: #3a4250;
}

/* line 52, ../scss/base/_layout.scss */
.blue-green {
  color: #318D8E !important;
}

/* line 56, ../scss/base/_layout.scss */
.blue-green-active {
  color: #318D8E !important;
  font-weight: 400;
}

/* line 61, ../scss/base/_layout.scss */
.extra-spacing {
  margin-bottom: 24px;
}

/* line 65, ../scss/base/_layout.scss */
.content {
  min-height: 100vh;
  background-color: #f4f3f3;
  position: relative;
}

/* line 71, ../scss/base/_layout.scss */
.clear {
  clear: both;
}

/* line 75, ../scss/base/_layout.scss */
.bold {
  font-weight: 400;
  color: #3a4250;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 81, ../scss/base/_layout.scss */
.landing-main-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 1.4px;
  position: relative;
  text-align: center;
  padding-top: 32vh;
}
@media (max-width: 991px) {
  /* line 81, ../scss/base/_layout.scss */
  .landing-main-title {
    padding-top: 36vh;
  }
}
/* line 94, ../scss/base/_layout.scss */
.landing-main-title span {
  margin: 32px 0;
  display: inline-block;
}
/* line 99, ../scss/base/_layout.scss */
.landing-main-title .line {
  border-bottom: 1px solid #7F8084;
  margin: auto;
  width: 20%;
}

/* line 107, ../scss/base/_layout.scss */
.left-col {
  padding-left: 0;
}

/* line 112, ../scss/base/_layout.scss */
.right-col {
  margin: 0 auto;
}

/* line 117, ../scss/base/_layout.scss */
.info {
  background-color: #f4f3f3;
  padding: 62px 10% 24px 10%;
  min-height: calc(100vh - 80px);
  position: relative;
}
@media (max-width: 1140px) {
  /* line 117, ../scss/base/_layout.scss */
  .info {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 991px) {
  /* line 117, ../scss/base/_layout.scss */
  .info {
    padding-left: 6%;
    padding-right: 6%;
    min-height: calc(100vh - 60px);
  }
}
@media (max-width: 500px) {
  /* line 117, ../scss/base/_layout.scss */
  .info {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 16px;
  }
}
/* line 140, ../scss/base/_layout.scss */
.info .row {
  max-width: 1400px;
  margin: auto;
}
/* line 144, ../scss/base/_layout.scss */
.info .row.content-row {
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 1140px) {
  /* line 144, ../scss/base/_layout.scss */
  .info .row.content-row {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 155, ../scss/base/_layout.scss */
.info .center {
  display: block;
  text-align: center;
}
/* line 160, ../scss/base/_layout.scss */
.info.extra-padding {
  padding-bottom: 96px;
}
@media (max-width: 500px) {
  /* line 160, ../scss/base/_layout.scss */
  .info.extra-padding {
    padding-bottom: 32px;
  }
}
/* line 169, ../scss/base/_layout.scss */
.info.company {
  background-color: #ffffff;
}
/* line 172, ../scss/base/_layout.scss */
.info.products {
  background-color: #ffffff;
}
/* line 175, ../scss/base/_layout.scss */
.info.products-web {
  background-color: #f7f7f7;
}
/* line 178, ../scss/base/_layout.scss */
.info.products-mob {
  background-color: #ffffff;
}
/* line 181, ../scss/base/_layout.scss */
.info.products-mob-features {
  background-color: #413a3d;
}
/* line 184, ../scss/base/_layout.scss */
.info.products-payments {
  background-color: #ffffff;
}
/* line 187, ../scss/base/_layout.scss */
.info.references {
  background-color: #d8d8d8;
}
/* line 190, ../scss/base/_layout.scss */
.info.team {
  background-color: #ffffff;
}
/* line 193, ../scss/base/_layout.scss */
.info.jobs {
  background-color: #d8d8d8;
}
/* line 196, ../scss/base/_layout.scss */
.info.contact {
  background-color: #ffffff;
}
/* line 200, ../scss/base/_layout.scss */
.info .section-title {
  display: flex;
  position: relative;
  justify-content: space-between;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #7F8084;
  letter-spacing: 1.4px;
  padding-bottom: 62px;
}
@media (max-width: 991px) {
  /* line 200, ../scss/base/_layout.scss */
  .info .section-title {
    padding-bottom: 30px;
  }
}
/* line 215, ../scss/base/_layout.scss */
.info .section-title div:nth-child(2) {
  color: #3a4250;
}
/* line 220, ../scss/base/_layout.scss */
.info .section-title img {
  height: 36px;
  width: 36px;
  top: 4px;
  left: -47px;
  margin-right: 16px;
}
@media (max-width: 500px) {
  /* line 220, ../scss/base/_layout.scss */
  .info .section-title img {
    display: none;
  }
}

/* line 235, ../scss/base/_layout.scss */
.footer-container {
  position: relative;
}

/* line 239, ../scss/base/_layout.scss */
.top-padding-3 {
  padding-top: 144px;
}
@media (max-width: 991px) {
  /* line 239, ../scss/base/_layout.scss */
  .top-padding-3 {
    padding-top: 72px;
  }
}

/* line 247, ../scss/base/_layout.scss */
.flex-padding {
  height: 68px;
}
@media (max-width: 991px) {
  /* line 247, ../scss/base/_layout.scss */
  .flex-padding {
    display: none;
  }
}

/* line 255, ../scss/base/_layout.scss */
.boostrap-left-align {
  margin-left: -15px;
}

/* line 259, ../scss/base/_layout.scss */
.boostrap-right-align {
  margin-right: -15px;
}
@media (max-width: 991px) {
  /* line 259, ../scss/base/_layout.scss */
  .boostrap-right-align {
    margin-left: -15px;
    margin-top: 32px;
  }
}

/* line 2, ../scss/components/_header.scss */
.header .mob-nav-container {
  height: 80px;
  margin-right: 12px;
  width: 70px;
}
/* line 7, ../scss/components/_header.scss */
.header .mob-nav-container .mob-nav {
  margin-left: 30px;
  background: url("../images/ic_menu_24px.svg");
  background-size: 100% 100%;
  display: block;
  height: 45px;
  width: 45px;
  cursor: pointer;
  margin-top: -3px;
}
@media (max-width: 991px) {
  /* line 7, ../scss/components/_header.scss */
  .header .mob-nav-container .mob-nav {
    height: 40px;
    width: 40px;
    margin-top: -9px;
    margin-left: 12px;
  }
}
/* line 29, ../scss/components/_header.scss */
.header .nav-pills li a {
  padding-bottom: 0 !important;
  font-size: 14px;
}
/* line 34, ../scss/components/_header.scss */
.header .nav-pills li.active a {
  color: #13a8e2;
  background-color: #ffffff;
  height: 80px;
}
/* line 40, ../scss/components/_header.scss */
.header .nav-pills li a .active-item-line {
  border-bottom: 3px solid #13a8e2;
  width: 100%;
  display: block;
  padding-top: 7px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
/* line 52, ../scss/components/_header.scss */
.header .nav-pills li.blue a {
  background-color: #13a8e2;
  color: #ffffff;
  height: 80px;
}
/* line 58, ../scss/components/_header.scss */
.header .nav-pills li.blue .active-item-line {
  border-bottom: 3px solid #808080;
}
/* line 63, ../scss/components/_header.scss */
.header .nav-pills li.active a .active-item-line {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
/* line 70, ../scss/components/_header.scss */
.header .nav-pills .dropdown {
  background-color: #ffffff;
  list-style: none;
  padding: 0 0 12px 12px;
  z-index: 100;
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: -80px;
}
/* line 82, ../scss/components/_header.scss */
.header .nav-pills .dropdown li a {
  text-decoration: none;
  line-height: 45px;
}
/* line 90, ../scss/components/_header.scss */
.header .nav-pills .menu-item:hover .dropdown {
  display: block;
}

/* line 98, ../scss/components/_header.scss */
.fixed-header {
  position: fixed;
  top: 0;
  height: 80px;
  z-index: 1000;
  background-color: #ffffff;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  /* line 98, ../scss/components/_header.scss */
  .fixed-header {
    height: 60px;
  }
}
/* line 111, ../scss/components/_header.scss */
.fixed-header.small {
  pointer-events: auto;
  transition: opacity 1.2s;
  opacity: 1;
}
@media (max-width: 991px) {
  /* line 111, ../scss/components/_header.scss */
  .fixed-header.small {
    transition: opacity .8s;
  }
}
/* line 122, ../scss/components/_header.scss */
.fixed-header.big {
  opacity: 0;
}

/* line 127, ../scss/components/_header.scss */
.menu-bar {
  height: 80px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
}
@media (max-width: 991px) {
  /* line 127, ../scss/components/_header.scss */
  .menu-bar {
    height: 60px;
  }
}
/* line 137, ../scss/components/_header.scss */
.menu-bar .moneyer-logo {
  float: left;
}
/* line 141, ../scss/components/_header.scss */
.menu-bar .nav {
  margin-right: 2%;
  float: right;
}
/* line 145, ../scss/components/_header.scss */
.menu-bar .nav li {
  padding: 0 20px;
}
/* line 148, ../scss/components/_header.scss */
.menu-bar .nav li a {
  height: 80px;
  border-radius: 0;
  font-size: 20px;
  color: #2f4f4f;
  letter-spacing: 0.4px;
  line-height: 60px;
  font-family: "Source Sans Pro", sans-serif;
}
/* line 158, ../scss/components/_header.scss */
.menu-bar .nav li a:active, .menu-bar .nav li a:focus {
  outline: none;
}
/* line 164, ../scss/components/_header.scss */
.menu-bar .nav > li > a:hover, .menu-bar .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  transition: color 0.5s;
  color: #b9b9b9;
}

/* line 172, ../scss/components/_header.scss */
.initial-header {
  padding-top: 20px;
  height: 140px;
  position: fixed;
}
/* line 177, ../scss/components/_header.scss */
.initial-header .menu-bar {
  width: 100vw;
}
/* line 181, ../scss/components/_header.scss */
.initial-header .menu-bar .resizable-moneyer-logo {
  background: center center;
  background-size: cover;
  background-image: url("../images/logo_pro.svg");
  background-size: 100% 100%;
  width: 104px;
  height: 66px;
  margin-right: 27px;
}
@media (max-width: 991px) {
  /* line 181, ../scss/components/_header.scss */
  .initial-header .menu-bar .resizable-moneyer-logo {
    display: none;
  }
}
/* line 195, ../scss/components/_header.scss */
.initial-header .menu-bar .moneyer-logo-fixed-size {
  display: none;
}
@media (max-width: 991px) {
  /* line 195, ../scss/components/_header.scss */
  .initial-header .menu-bar .moneyer-logo-fixed-size {
    display: block;
    background-size: contain;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 67px;
    height: 40px;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -9px;
    outline: 0 !important;
  }
}
/* line 212, ../scss/components/_header.scss */
.initial-header .menu-bar .dropdown {
  background-color: transparent;
  top: 56px;
  padding-left: 35px;
}
/* line 217, ../scss/components/_header.scss */
.initial-header .menu-bar .dropdown li {
  height: 30px;
}

/* line 228, ../scss/components/_header.scss */
.fixed-header .menu-bar .mob-nav {
  margin-top: 17px;
}
@media (max-width: 991px) {
  /* line 228, ../scss/components/_header.scss */
  .fixed-header .menu-bar .mob-nav {
    margin-top: 11px;
    margin-left: 12px;
  }
}
/* line 237, ../scss/components/_header.scss */
.fixed-header .menu-bar .moneyer-logo {
  background-size: contain;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 67px;
  height: 40px;
  cursor: pointer;
  margin-right: 27px;
  margin-top: 20px;
  outline: 0 !important;
}
@media (max-width: 991px) {
  /* line 237, ../scss/components/_header.scss */
  .fixed-header .menu-bar .moneyer-logo {
    margin-right: 12px;
    margin-top: 11px;
  }
}

/* line 1, ../scss/components/_menu.scss */
.mobile-menu {
  display: block;
  height: 0;
  left: 0;
  z-index: 1500;
  min-height: 0;
  background-color: #535353;
  width: 110%;
  position: fixed;
  -webkit-transition: min-height 1s ease-in-out;
  -moz-transition: min-height 1s ease-in-out;
  -o-transition: min-height 1s ease-in-out;
  transition: min-height 1s ease-in-out;
  overflow-y: scroll;
}
/* line 18, ../scss/components/_menu.scss */
.mobile-menu .menu-header {
  height: 80px;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flex;
  width: 100vw;
  margin-top: -3px;
}
/* line 28, ../scss/components/_menu.scss */
.mobile-menu .menu-header .close-nav-container {
  background: url(../images/cross.svg);
  background-size: 100% 100%;
  display: block;
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin-top: 4px;
  margin-left: 40px;
}
@media (max-width: 991px) {
  /* line 28, ../scss/components/_menu.scss */
  .mobile-menu .menu-header .close-nav-container {
    height: 24px;
    width: 24px;
    margin-top: -12px;
    margin-left: 20px;
  }
}
/* line 46, ../scss/components/_menu.scss */
.mobile-menu .menu-header .moneyer-logo {
  background: center center;
  background-size: cover;
  background-image: url("../images/logo_pro_white.svg");
  background-size: 100% 100%;
  width: 112px;
  height: 66px;
  margin-top: 31px;
  margin-right: 23px;
}
@media (max-width: 991px) {
  /* line 46, ../scss/components/_menu.scss */
  .mobile-menu .menu-header .moneyer-logo {
    width: 67px;
    height: 40px;
    margin-top: -13px;
    margin-right: 12px;
  }
}
/* line 65, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item {
  padding-left: 23%;
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 767px) {
  /* line 65, ../scss/components/_menu.scss */
  .mobile-menu .mobile-menu-item {
    padding-left: 22%;
    font-size: 22px;
    line-height: 38px;
  }
}
/* line 76, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item .img-container {
  position: relative;
  color: #b9b9b9;
  transition: all .3s ease-in-out;
}
/* line 81, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item .img-container:hover {
  color: #ffffff;
}
/* line 85, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item .img-container img {
  height: 20px;
  width: 20px;
  position: absolute;
  left: -38px;
  top: 7px;
}
/* line 94, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item a {
  color: #b9b9b9;
  text-decoration: none;
  transition: color .3s ease-in-out;
}
/* line 99, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item a.sub {
  color: #ffffff;
}
/* line 103, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item a img {
  transition: all .3s ease-in-out;
}
/* line 106, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item a img.web {
  content: url(../images/ic_web.svg);
}
/* line 109, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item a img.mobile {
  content: url(../images/ic_mobile.svg);
}
/* line 112, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item a img.payment {
  content: url(../images/ic_payment.svg);
}
/* line 119, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item a:hover .img-container {
  color: #ffffff;
}
/* line 124, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item a:hover .img-container img.web {
  content: url(../images/ic_web_white.svg);
}
/* line 127, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item a:hover .img-container img.mobile {
  content: url(../images/ic_mobile_white.svg);
}
/* line 130, ../scss/components/_menu.scss */
.mobile-menu .mobile-menu-item a:hover .img-container img.payment {
  content: url(../images/ic_payment_white.svg);
}

/* line 143, ../scss/components/_menu.scss */
.mobile-menu.open {
  min-height: 100vh;
  z-index: 10000;
}

/* line 1, ../scss/components/_footer.scss */
.footer {
  position: relative;
  height: 80px;
  width: 100%;
  background-color: #FFFFFF;
}

/* line 1, ../scss/components/_landing.scss */
.top-image {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100vh;
}
@media (max-width: 991px) {
  /* line 1, ../scss/components/_landing.scss */
  .top-image {
    background-position: 44%;
  }
}
@media (max-width: 500px) {
  /* line 1, ../scss/components/_landing.scss */
  .top-image {
    background-position: 46%;
  }
}

/* line 1, ../scss/components/_about.scss */
.team-content {
  background-color: #FFFFFF;
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  /* line 6, ../scss/components/_about.scss */
  .team-content.large-screen {
    display: none;
  }
}
/* line 12, ../scss/components/_about.scss */
.team-content.small-screen {
  display: none;
}
@media (max-width: 991px) {
  /* line 12, ../scss/components/_about.scss */
  .team-content.small-screen {
    display: block;
  }
}
/* line 19, ../scss/components/_about.scss */
.team-content h4 {
  margin-left: 14px;
  padding-top: 12px;
}
/* line 24, ../scss/components/_about.scss */
.team-content .profile-row {
  position: relative;
}
/* line 27, ../scss/components/_about.scss */
.team-content .profile-row .profile-element {
  width: 100%;
  display: table;
  margin: 2px 0px;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 767px) {
  /* line 27, ../scss/components/_about.scss */
  .team-content .profile-row .profile-element {
    width: 85%;
  }
}
/* line 41, ../scss/components/_about.scss */
.team-content .profile-row .profile-element .profile-img {
  display: table-cell;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  /* line 41, ../scss/components/_about.scss */
  .team-content .profile-row .profile-element .profile-img {
    width: 85%;
  }
}
/* line 52, ../scss/components/_about.scss */
.team-content .profile-row .profile-element .profile-img:hover {
  -webkit-filter: grayscale(10%);
  -moz-filter: grayscale(10%);
  filter: grayscale(10%);
}
/* line 59, ../scss/components/_about.scss */
.team-content .profile-row .profile-element .profile-info-holder {
  font-size: 12px;
  color: grey;
  font-weight: 200;
  display: table-cell;
  height: auto;
  vertical-align: bottom;
  background: white;
  position: relative;
  padding-left: 18px;
  width: 57%;
  line-height: 36px;
}
@media (max-width: 767px) {
  /* line 59, ../scss/components/_about.scss */
  .team-content .profile-row .profile-element .profile-info-holder {
    padding-left: 0;
  }
}
/* line 77, ../scss/components/_about.scss */
.team-content .profile-row .profile-element .linkedIn-logo {
  width: 20px;
  height: 20px;
  margin-top: -5px;
  margin-right: 6px;
  filter: grayscale(100%);
}
/* line 85, ../scss/components/_about.scss */
.team-content .profile-row .profile-element .profile-name {
  font-weight: 100;
  letter-spacing: 0.1px;
  line-height: 1vw;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  margin-bottom: 4px;
}
/* line 95, ../scss/components/_about.scss */
.team-content .profile-row .profile-element .profile-function {
  font-size: 13px;
  color: #000000;
}
@media (max-width: 1250px) {
  /* line 95, ../scss/components/_about.scss */
  .team-content .profile-row .profile-element .profile-function {
    font-size: 10px;
  }
}
/* line 104, ../scss/components/_about.scss */
.team-content .profile-row .profile-element a {
  text-decoration: none !important;
}
/* line 109, ../scss/components/_about.scss */
.team-content .profile-row .profile-element a:hover .linkedIn-logo {
  filter: grayscale(0);
}
@media (max-width: 1665px) and (min-width: 991px) {
  /* line 115, ../scss/components/_about.scss */
  .team-content .profile-row .profile-element .profile-function.maciej {
    display: none;
  }
}
/* line 121, ../scss/components/_about.scss */
.team-content .profile-row .profile-element .profile-function.shorthand {
  display: none;
}
@media (max-width: 1665px) and (min-width: 991px) {
  /* line 121, ../scss/components/_about.scss */
  .team-content .profile-row .profile-element .profile-function.shorthand {
    display: inline;
  }
}
/* line 129, ../scss/components/_about.scss */
.team-content .profile-row .profile-element.board {
  width: 100%;
}
/* line 132, ../scss/components/_about.scss */
.team-content .profile-row .profile-element.board .profile-img {
  width: 100%;
}
/* line 136, ../scss/components/_about.scss */
.team-content .profile-row .profile-element.board .profile-info-holder {
  width: 80%;
  vertical-align: top;
}
/* line 141, ../scss/components/_about.scss */
.team-content .profile-row .profile-element.board .profile-info-holder .board-description {
  font-size: 12px;
  color: #000000;
}

/* line 3, ../scss/components/_contact.scss */
#contact .flex-rows {
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flex;
  padding: 0 12%;
}
@media (max-width: 991px) {
  /* line 3, ../scss/components/_contact.scss */
  #contact .flex-rows {
    flex-direction: column;
  }
}
/* line 17, ../scss/components/_contact.scss */
#contact .flex-rows .left a {
  text-decoration: none;
  transition: color .3s ease-in-out;
}
/* line 21, ../scss/components/_contact.scss */
#contact .flex-rows .left a:hover {
  color: #318D8E !important;
}
/* line 28, ../scss/components/_contact.scss */
#contact .flex-rows .right img {
  width: 300px;
}
@media (max-width: 991px) {
  /* line 28, ../scss/components/_contact.scss */
  #contact .flex-rows .right img {
    margin-top: 24px;
  }
}

/* line 41, ../scss/components/_contact.scss */
#map-moneyer-location {
  border: 1px solid #b9b9b9;
  height: 500px;
  display: block;
}

/* line 1, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 1, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel {
    height: auto;
  }
}
/* line 11, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container {
  transition: transform .3s ease-in-out;
}
/* line 14, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide {
  position: relative;
  height: 520px;
  float: left;
}
@media (max-width: 991px) {
  /* line 14, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide {
    height: auto;
  }
}
@media (max-width: 991px) {
  /* line 23, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide .text {
    display: none;
  }
}
/* line 29, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide h3 {
  margin-top: 9px;
}
/* line 33, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide .slide-content {
  padding-top: 24px;
}
@media (max-width: 991px) {
  /* line 33, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide .slide-content {
    text-align: center;
  }
}
/* line 42, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide .slide-content .description-short {
  display: none;
}
@media (max-width: 991px) {
  /* line 42, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide .slide-content .description-short {
    display: block;
    margin-bottom: 12px;
  }
}
/* line 50, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide .slide-content p {
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 1410px) {
  /* line 50, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide .slide-content p {
    line-height: 34px;
  }
}
/* line 60, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide .slide-content.left {
  padding-right: 46px;
  padding-left: 24px;
}
@media (max-width: 1140px) {
  /* line 60, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide .slide-content.left {
    padding-left: 0;
  }
}
@media (max-width: 1140px) and (max-width: 991px) {
  /* line 60, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide .slide-content.left {
    padding-right: 0;
  }
}

/* line 72, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide .slide-content.right {
  padding-left: 46px;
  padding-right: 24px;
}
@media (max-width: 1140px) {
  /* line 72, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide .slide-content.right {
    padding-right: 0;
  }
}
@media (max-width: 1140px) and (max-width: 991px) {
  /* line 72, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide .slide-content.right {
    padding-left: 0;
  }
}

/* line 86, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide .example-image {
  height: auto;
  width: 100%;
  margin-top: 14px;
  background: center center;
  background-size: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  /* line 86, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide .example-image {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 80%;
  }
}
@media (max-width: 500px) {
  /* line 86, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide .example-image {
    width: 85%;
  }
}
/* line 109, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide.left-image .example-image {
  float: left;
}
@media (max-width: 991px) {
  /* line 109, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide.left-image .example-image {
    float: none;
  }
}
/* line 116, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide.left-image .example-image.box-shadow {
  -webkit-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.14);
  box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.14);
}
@media (max-width: 991px) {
  /* line 116, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide.left-image .example-image.box-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
/* line 131, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide.right-image .example-image {
  float: right;
}
@media (max-width: 991px) {
  /* line 131, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide.right-image .example-image {
    float: none;
  }
}
/* line 138, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide.right-image .example-image.box-shadow {
  -webkit-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.14);
  box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.14);
}
@media (max-width: 991px) {
  /* line 138, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide.right-image .example-image.box-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
/* line 156, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide.mob .slide-content .example-image {
  height: 100%;
  width: auto;
  max-height: 370px;
}
@media (max-width: 991px) {
  /* line 156, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide.mob .slide-content .example-image {
    max-height: calc(90vh - 100px);
  }
}
@media (max-width: 500px) {
  /* line 156, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide.mob .slide-content .example-image {
    max-width: 75vw;
    max-height: none;
    height: auto;
    padding-left: 8px;
  }
}
/* line 173, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide.mob .slide-content.left {
  padding-left: 25%;
  padding-right: 0;
}
@media (max-width: 991px) {
  /* line 173, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide.mob .slide-content.left {
    padding-left: 0;
  }
}
/* line 182, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .slide-container .slide.mob .slide-content.right {
  padding-right: 25%;
  padding-left: 0;
}
@media (max-width: 991px) {
  /* line 182, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .slide-container .slide.mob .slide-content.right {
    padding-right: 0;
  }
}
/* line 196, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .arrow-left {
  position: absolute;
  bottom: 100px;
  left: 0;
  background: center center;
  background-image: url("../images/arrow_left.svg");
  background-size: 100% 100%;
  width: 31px;
  height: 45px;
}
@media (max-width: 991px) {
  /* line 196, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .arrow-left {
    bottom: 23%;
  }
}
@media (max-width: 500px) {
  /* line 196, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .arrow-left {
    width: 16px;
    height: 32px;
  }
}
/* line 217, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .arrow-right {
  position: absolute;
  bottom: 100px;
  right: 0;
  background: center center;
  background-image: url("../images/arrow_right.svg");
  background-size: 100% 100%;
  width: 31px;
  height: 45px;
}
@media (max-width: 991px) {
  /* line 217, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .arrow-right {
    bottom: 23%;
  }
}
@media (max-width: 991px) and (max-width: 500px) {
  /* line 217, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .arrow-right {
    width: 16px;
    height: 32px;
  }
}

/* line 237, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .carousel-navigation {
  bottom: 0;
  left: 0;
  height: 38px;
  position: absolute;
  right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 237, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .carousel-navigation {
    display: none;
  }
}
/* line 249, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .carousel-navigation .btn {
  border-radius: 0;
  background-color: #ffffff;
  color: #3a4250;
  margin: 0 3px;
  padding: 4px 22px;
  border-color: #d8d8d8;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
@media (max-width: 1410px) {
  /* line 249, ../scss/components/_moneyer-carousel.scss */
  .moneyer-carousel .carousel-navigation .btn {
    padding: 4px 11px;
  }
}
/* line 262, ../scss/components/_moneyer-carousel.scss */
.moneyer-carousel .carousel-navigation .btn.selected {
  background-color: #318D8E !important;
  color: #ffffff;
}

/* line 271, ../scss/components/_moneyer-carousel.scss */
.carousel-navigation-mob {
  display: none;
  text-align: center;
  padding-top: 24px;
}
@media (max-width: 991px) {
  /* line 271, ../scss/components/_moneyer-carousel.scss */
  .carousel-navigation-mob {
    display: block;
  }
}
/* line 280, ../scss/components/_moneyer-carousel.scss */
.carousel-navigation-mob .nav-dot {
  height: 15px;
  width: 15px;
  background-color: #9DBDBE;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
}
/* line 288, ../scss/components/_moneyer-carousel.scss */
.carousel-navigation-mob .nav-dot.selected {
  background-color: #318D8E !important;
}

@media (max-width: 767px) {
  /* line 296, ../scss/components/_moneyer-carousel.scss */
  #products-mob-features .carousel-navigation-mob {
    padding-top: 0;
  }
}
/* line 302, ../scss/components/_moneyer-carousel.scss */
#products-mob-features .arrow-left {
  background-image: url("../images/arrow_left_white.svg");
}
/* line 306, ../scss/components/_moneyer-carousel.scss */
#products-mob-features .arrow-right {
  background-image: url("../images/arrow_right_white.svg");
}
/* line 311, ../scss/components/_moneyer-carousel.scss */
#products-mob-features .carousel-navigation .btn {
  border-color: #413a3d;
}

/* line 1, ../scss/sections/_markets.scss */
#market {
  background-image: url("../images/bgrd_markets.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1410px) {
  /* line 1, ../scss/sections/_markets.scss */
  #market {
    background-position: 100%;
  }
}
@media (max-width: 1140px) {
  /* line 1, ../scss/sections/_markets.scss */
  #market {
    background-position: 74%;
  }
}
@media (max-width: 991px) {
  /* line 1, ../scss/sections/_markets.scss */
  #market {
    background-position: 68%;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/sections/_markets.scss */
  #market {
    background-position: 56%;
  }
}
@media (max-width: 500px) {
  /* line 1, ../scss/sections/_markets.scss */
  #market {
    background-position: 55%;
  }
}
/* line 28, ../scss/sections/_markets.scss */
#market .row .emphasized-text:nth-of-type(2) {
  width: 55%;
}
/* line 34, ../scss/sections/_markets.scss */
#market .row .emphasized-text:nth-of-type(3) {
  width: 40%;
}

/* line 2, ../scss/sections/_company.scss */
#company .color-logo {
  height: 80px;
}
/* line 7, ../scss/sections/_company.scss */
#company .emphasized-text em {
  margin-right: -6px;
}

/* line 14, ../scss/sections/_company.scss */
#personalise {
  background-image: url("../images/netflix.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1140px) {
  /* line 14, ../scss/sections/_company.scss */
  #personalise {
    background-position: 71%;
  }
}
@media (max-width: 991px) {
  /* line 14, ../scss/sections/_company.scss */
  #personalise {
    background-position: 76%;
  }
}
@media (max-width: 500px) {
  /* line 14, ../scss/sections/_company.scss */
  #personalise {
    background-position: 53%;
  }
}
@media (max-width: 340px) {
  /* line 14, ../scss/sections/_company.scss */
  #personalise {
    background-position: 67%;
  }
}
/* line 38, ../scss/sections/_company.scss */
#personalise .row .emphasized-text {
  width: 24%;
  display: inline-block;
  position: absolute;
  left: 65%;
  top: 32%;
}
@media (max-width: 1410px) {
  /* line 38, ../scss/sections/_company.scss */
  #personalise .row .emphasized-text {
    top: 28%;
  }
}
@media (max-width: 1140px) {
  /* line 38, ../scss/sections/_company.scss */
  #personalise .row .emphasized-text {
    top: 25%;
  }
}
@media (max-width: 991px) {
  /* line 38, ../scss/sections/_company.scss */
  #personalise .row .emphasized-text {
    width: 30%;
    top: 26%;
    left: 64%;
  }
}
@media (max-width: 500px) {
  /* line 38, ../scss/sections/_company.scss */
  #personalise .row .emphasized-text {
    width: 86%;
    left: 7%;
    top: 80%;
  }
}
@media (max-width: 340px) {
  /* line 38, ../scss/sections/_company.scss */
  #personalise .row .emphasized-text {
    top: 22%;
    width: 37%;
    left: 56%;
  }
}
/* line 72, ../scss/sections/_company.scss */
#personalise .row .emphasized-text em {
  margin-right: -15px;
}

/* line 3, ../scss/sections/_products.scss */
#products .left-col {
  padding-right: 5%;
}
/* line 7, ../scss/sections/_products.scss */
#products .left-col em {
  margin-right: -24px;
}
/* line 12, ../scss/sections/_products.scss */
#products .right-col {
  padding-left: 5%;
}
@media (max-width: 991px) {
  /* line 12, ../scss/sections/_products.scss */
  #products .right-col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  /* line 20, ../scss/sections/_products.scss */
  #products .right-col .connection-circle {
    max-height: 490px;
    margin-top: 30px;
  }
}

/* line 32, ../scss/sections/_products.scss */
#products-mob .mobile-scheme {
  max-height: calc(100vh - 100px);
}

/* line 38, ../scss/sections/_products.scss */
#products-payments em {
  margin-right: -24px;
}

/* line 3, ../scss/sections/_moneyer-mobile.scss */
#products-mob-features .emphasized-text em {
  padding-right: 68px;
}
/* line 8, ../scss/sections/_moneyer-mobile.scss */
#products-mob-features .bold {
  color: #ffffff;
}
/* line 12, ../scss/sections/_moneyer-mobile.scss */
#products-mob-features h3 {
  color: #ffffff;
}
/* line 16, ../scss/sections/_moneyer-mobile.scss */
#products-mob-features .section-title {
  color: #d8d8d8;
}
/* line 20, ../scss/sections/_moneyer-mobile.scss */
#products-mob-features strong {
  color: #ffffff;
}

/* line 5, ../scss/sections/_jobs.scss */
#jobs .job-descriptions a {
  text-decoration: none;
  transition: color .3s ease-in-out;
}
/* line 9, ../scss/sections/_jobs.scss */
#jobs .job-descriptions a:active {
  color: #318D8E !important;
}
/* line 12, ../scss/sections/_jobs.scss */
#jobs .job-descriptions a:hover {
  color: #318D8E !important;
}

/* line 2, ../scss/sections/_references.scss */
#references em {
  margin-right: -19px;
}
/* line 6, ../scss/sections/_references.scss */
#references .image-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 6, ../scss/sections/_references.scss */
  #references .image-row {
    flex-wrap: wrap;
  }
}
/* line 15, ../scss/sections/_references.scss */
#references .image-row div {
  display: flex;
  align-items: center;
  height: 98px;
  width: 76%;
}
@media (max-width: 991px) {
  /* line 15, ../scss/sections/_references.scss */
  #references .image-row div {
    margin: 8px auto;
    width: 50%;
  }
}
@media (max-width: 991px) and (max-width: 500px) {
  /* line 15, ../scss/sections/_references.scss */
  #references .image-row div {
    margin: 0 auto;
  }
}

/* line 30, ../scss/sections/_references.scss */
#references .image-row div .logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 991px) {
  /* line 30, ../scss/sections/_references.scss */
  #references .image-row div .logo {
    width: 100%;
    background-size: 30vw auto;
  }
}
/* line 41, ../scss/sections/_references.scss */
#references .image-row div .asn {
  background-image: url("../images/l_asn_grey.png");
}
/* line 45, ../scss/sections/_references.scss */
#references .image-row div .anthos {
  background-image: url("../images/l_anthos_grey.png");
}
@media (max-width: 991px) {
  /* line 45, ../scss/sections/_references.scss */
  #references .image-row div .anthos {
    background-size: auto 112px;
  }
}
@media (max-width: 500px) {
  /* line 45, ../scss/sections/_references.scss */
  #references .image-row div .anthos {
    background-size: auto 80px;
  }
}
/* line 57, ../scss/sections/_references.scss */
#references .image-row div .moneyou {
  background-image: url("../images/l_moneyou_grey.png");
}
/* line 61, ../scss/sections/_references.scss */
#references .image-row div .regiobank {
  background-image: url("../images/l_regiobank_grey.png");
}
@media (max-width: 991px) {
  /* line 61, ../scss/sections/_references.scss */
  #references .image-row div .regiobank {
    background-size: auto 100px;
  }
}
@media (max-width: 500px) {
  /* line 61, ../scss/sections/_references.scss */
  #references .image-row div .regiobank {
    background-size: auto 75px;
  }
}
/* line 73, ../scss/sections/_references.scss */
#references .image-row div .sns {
  background-image: url("../images/l_sns_grey.png");
}
@media (max-width: 991px) {
  /* line 73, ../scss/sections/_references.scss */
  #references .image-row div .sns {
    background-size: 22vw auto;
  }
}
@media (max-width: 991px) {
  /* line 83, ../scss/sections/_references.scss */
  #references .image-row div:nth-child(1) {
    order: 1;
  }
  /* line 87, ../scss/sections/_references.scss */
  #references .image-row div:nth-child(2) {
    order: 5;
  }
  /* line 91, ../scss/sections/_references.scss */
  #references .image-row div:nth-child(3) {
    order: 3;
  }
  /* line 95, ../scss/sections/_references.scss */
  #references .image-row div:nth-child(4) {
    order: 4;
  }
  /* line 99, ../scss/sections/_references.scss */
  #references .image-row div:nth-child(5) {
    order: 2;
  }
}
