.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}
.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider li,
.unslider ol,
.unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}
.unslider-arrow.next {
  left: auto;
  right: 20px;
}
.Button {
  border: none;
  border-radius: 2px;
  font-size: 18px;
  padding: .8em 2em;
  transition: box-shadow 0.2s;
}
.Button:active {
  outline: none;
}
.Button-blue,
.Button-blue:visited,
.Button-blue:hover,
.Button-blue:link {
  color: white;
  background-color: #4a90e2;
  text-decoration: none;
}
.Button-blue::-moz-selection {
  color: white;
}
.Button-blue::selection {
  color: white;
}
.Button-blue:hover {
  background-color: #4a90e2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-decoration: none;
  transition: none;
}
.Button-blue:active {
  background-color: #3988e4;
  box-shadow: none;
  color: white;
  text-decoration: none;
}
.button a {
  text-decoration: none;
  color: #fff;
}
.InteractiveSection {
  margin: 100px auto 50px auto;
  width: 100%;
  position: relative;
}
.InteractiveSection--pagination {
  margin-top: -1em;
  text-align: center;
}
.InteractiveSection--controls {
  display: none;
  margin-top: 50px;
  text-align: center;
}
.InteractiveSection--controls--link {
  color: #434343;
  font-size: 14px;
  letter-spacing: 1.56px;
  line-height: 16px;
  margin-right: 3em;
}
.InteractiveSection--controls--link:last-child {
  margin-right: 0;
}
.InteractiveSection--controls--link:hover {
  cursor: pointer;
  text-decoration: none;
}
.InteractiveSection--controls--link--active {
  color: #DB1683;
  background-color: #EAF3F7;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.15);
}
.InteractiveSection--controls--link--active:hover {
  color: #DB1683;
}
.InteractiveItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 20px;
}
.InteractiveItem--content,
.InteractiveItem--animation {
  width: 100%;
}
.InteractiveItem--title {
  color: #4a4a4a;
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
}
.InteractiveItem--body {
  color: #4a4a4a;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 1em;
}
.InteractiveItem--cta {
  color: #5ea5e5;
  display: block;
  font-weight: 400;
  font-size: .9em;
  text-align: left;
}
.InteractiveItem--cta:hover {
  cursor: pointer;
  text-decoration: none;
}
.InteractiveItem--animation {
  max-width: 80%;
}
.InteractiveItem--animation:hover {
  cursor: pointer;
}
.InteractiveSection--next,
.InteractiveSection--prev {
  background: url(1033eb96a46a52318bbc57f2b29e15e6.html);
  background-size: cover;
  position: absolute;
  top: 50%;
  max-height: 33px;
  max-width: 20px;
  height: 6.6vw;
  width: 4vw;
  z-index: 10;
}
.InteractiveSection--next:hover,
.InteractiveSection--prev:hover {
  cursor: pointer;
}
.InteractiveSection--next.swiper-button-disabled,
.InteractiveSection--prev.swiper-button-disabled {
  display: none;
}
.InteractiveSection--next {
  right: 5%;
}
@media screen and (max-width: 400px) {
  .InteractiveSection--next {
    right: 10px;
  }
}
.InteractiveSection--prev {
  left: 5%;
  transform: scaleX(-1);
}
@media screen and (max-width: 400px) {
  .InteractiveSection--prev {
    left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .InteractiveItem {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 15%;
  }
  .InteractiveItem--content,
  .InteractiveItem--animation {
    width: 50%;
  }
  .InteractiveItem--title {
    font-size: 3em;
  }
  .InteractiveItem--body,
  .InteractiveItem--cta {
    font-size: 18px;
    line-height: 30px;
    max-width: 20em;
  }
  .InteractiveSection--controls {
    display: block;
  }
  .InteractiveSection--pagination {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .InteractiveItem--title {
    font-size: 3vw;
  }
  .InteractiveItem--body,
  .InteractiveItem--cta {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .InteractiveSection {
    margin: 50px auto 50px auto;
  }
  .InteractiveSection--controls {
    margin-top: 0px;
  }
}
.navigation {
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 45px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: fixed;
  left: 0;
  z-index: 100;
}
.navigation.static {
  position: static;
}
.shadow {
  position: fixed;
  box-shadow: 0 1px 0 rgba(12, 13, 14, 0.1), 0 1px 3px rgba(12, 13, 14, 0.1), 0 4px 20px rgba(12, 13, 14, 0.035), 0 1px 1px rgba(12, 13, 14, 0.025);
  transition: all 0.25s ease;
}
.navigation--container {
  height: 100%;
}
.navigation--logo {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.navigation--logo img {
  height: 35px;
  transition: height 1s;
}
#lang-flag {
  padding-right: 10px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.navigation--button {
  -ms-flex-order: 2;
      order: 2;
  color: #434343;
  font-size: 30px;
  text-decoration: none !important;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: right;
  padding-bottom: 5px !important;
}
.navigation--menu {
  display: none;
  -ms-flex-order: 3;
      order: 3;
  padding: 0;
  margin: 0;
  margin-left: 40px;
  list-style-type: none;
  width: 100%;
}
.navigation--active .navigation--menu {
  display: block;
}
.navigation--item {
  display: block;
  list-style-type: none;
  text-align: center;
  width: 100%;
  color: #444;
}
.navigation--item > a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  padding: .3em 0;
  width: 100%;
  line-height: 2.8;
  letter-spacing: 0.4px;
  cursor: pointer;
}
.navigation--item > a:hover,
.navigation--item > a:active {
  text-decoration: underline;
  color: #222;
}
.navigation--item:nth-child(7) a {
  color: #FFF !important;
  background-color: #DB0C75;
  border-radius: 31px;
  padding: 15px 23px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.8px;
}
.navigation--item:nth-child(7) a:hover {
  text-decoration: none;
  box-shadow: 0 0px 0.5px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 840px) {
  .navigation {
    background-color: white;
  }
  .navigation-scrolled {
    background-color: white;
  }
  .navigation--button {
    display: none;
  }
  .navigation--menu {
    display: block;
    -ms-flex: 1;
        flex: 1;
    text-align: left;
    margin-left: 0;
  }
  .navigation--logo {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 1;
        flex: 1;
    max-width: 125px;
  }
  .navigation--item {
    display: inline;
    margin-right: 35px;
    width: auto;
  }
  .navigation--item > a {
    display: inline;
  }
  .navigation--item.right {
    float: right;
  }
  .navigation--item:nth-child(7) {
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .navigation--item:nth-child(7) {
    border: none;
    padding: 0px;
  }
  .navigation--menu {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 360px) {
  .navigation {
    padding: 15px 25px;
  }
}
.phonenumber {
  color: #468EE5;
  font-weight: 800;
}
.newsite .header-compromise .navigation.static {
  background-color: #F0F4F6;
}
.newsite .header-new .navigation {
  padding: 20px 45px;
  background: transparent;
  color: #FFF;
}
.newsite .header-new .navigation--item a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.newsite .header-new .navigation--item a:hover {
  color: #FFF;
}
.newsite .header-new .navigation--item:nth-child(7) a {
  color: #a4356b !important;
  background-color: #FFF;
  border-radius: 31px;
  padding: 15px 23px;
  font-weight: 400;
}
.newsite .header-new .navigation--logo img {
  height: 35px;
}
.newsite .header-new .navigation--menu {
  margin-left: 0px;
}
.newsite .header-new .navigation.static {
  position: absolute;
  top: 0;
}
.newsite .header-new .navigation.fixed {
  position: fixed;
  background-color: #C33880;
}
@media screen and (max-width: 480px) {
  .header-new .navigation--menu {
    margin: 20px -45px 20px -45px !important;
    width: 500px;
    background: radial-gradient(#C33880, #BF337C);
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0.1), 0 1px 3px rgba(12, 13, 14, 0.1), 0 4px 20px rgba(12, 13, 14, 0.035), 0 1px 1px rgba(12, 13, 14, 0.025);
  }
  .header-new .navigation--menu a {
    width: 300px;
  }
  .shadow {
    position: static;
    box-shadow: none;
  }
  #preheader {
    margin-top: 0px !important;
  }
  .navigation--button img {
    width: 30px;
  }
}
.rw-words-1 spanhtml {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
.preload * {
  transition: none !important;
}
body {
  font-family: 'Open sans', sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-weight: 400;
  color:#000;
}
a {
  cursor: pointer !important;
}
body,
html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h3 {
  font-size: 18px;
}
button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer {
  background-color: #FFF;
  padding: 58px 0;
  color: #000;
}
.links {
  font-size: 14px;
  letter-spacing: 0.6;
  line-height: 1.9;
  font-weight: 400;
  margin-left: 0px;
  color: #434343;
}
.list-inline {
  margin-bottom: 5px;
}
.links1 {
  line-height: 2;
}
.links li {
  display: block;
  padding-left: 0px;
  color: #434343;
}
.footertitle {
  font-weight: 700 !important;
}
.links li a {
  text-decoration: none;
  color: #434343;
}
.links li:last-child {
  margin-right: 0px;
}
.logos {
  text-align: left;
}
.logos a {
  margin-right: 15px;
}
.logos a:last-child {
  margin-right: 0;
}
.footerlogo {
  margin-bottom: 20px;
}
.final-text p,
.final-text a {
  margin-top: 75px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: #434343;
}
.final-text a {
  padding-left: 10px;
}
.lang-pick {
  padding-right: 5px;
}
.social-proof-hero {
  margin-top: -10px;
  display: -ms-flexbox;
  display: flex;
}
.social-proof-hero .text {
  color: #9492a7;
  font-size: 14px;
  line-height: 20px;
}
.social-proof-hero .trustpilot-stars {
  background-image: url(92c1e3b538515ebfb5afa026fa9a705e.png);
  background-repeat: no-repeat;
  background-position: 0px -20px;
  height: 20px;
  width: 110px;
  background-size: 110px 40px;
  margin-right: 10px;
}
.social-proof-hero:hover .trustpilot-stars {
  background-position: 0px 0px;
}
.social-proof-hero:hover .text {
  color: #444;
}
.sub-hero {
  background-color: #F9FBFA;
}

.sub-hero-logos-text {
  color: #9492a7;
  font-size: 14px;
  line-height: 20px;
  width: 240px;
  border-right: 1px solid #cbcbd4;
  padding: 10px 0;
  margin-right: 20px;
}
.sub-hero-logos-images {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 25px;
}
.sub-hero-logos-images div {
  width: 16.6%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.sub-hero-logos-images img {
  display: block;
  margin: 0 auto;
}
.sub-hero-logos-images img.vertica {
  height: 25px;
}
.sub-hero-logos-images img.space10 {
  height: 18px;
}
.sub-hero-logos-images img.actimo {
  height: 20px;
}
.sub-hero-logos-images img.think {
  height: 21px;
}
.sub-hero-logos-images img.scanomat {
  height: 21px;
}
.sub-hero-logos-images img.ricoss {
  height: 40px;
}
.sub-hero-logos-images img.planday {
  height: 22px;
}
.sub-hero-logos-images img.drover {
  height: 28px;
}
.sub-hero-logos-images img.miinto {
  height: 21px;
  margin-top: -4px;
}
.sub-hero-logos-images img.ucommerce {
  height: 22px;
}
.sub-hero-logos-images img.edited {
  height: 22px;
}
.sub-hero-logos-images img.skiddle {
  height: 24px;
}
.sub-hero-logos-images img.syftapp {
  height: 26px;
}
.sub-hero-logos-images img.charlie {
  height: 20px;
}
.sub-hero-logos-images img.hivehr {
  height: 20px;
}
.sub-hero-logos-images img.sgrene {
  height: 40px;
}
.sub-hero-logos-images img.boliga {
  height: 23px;
}
@media screen and (max-width: 992px) {
  .links {
    text-align: center;
  }
  .logos {
    text-align: center;
  }
  .social-proof-hero {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .sub-hero {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .logos {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .logos {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }
}
.prehead {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 100px;
}
.main-form {
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  top: 500px;
}
@keyframes header1 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
}
@keyframes header2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  23% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes header3 {
  0% {
    opacity: 0;
  }
  47% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes header4 {
  0% {
    opacity: 0;
  }
  72% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.h1-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
}
.h1-container h1 {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}
.h1-container h1:first-child {
  position: static;
}
.header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(21704c8685ecbad87ecf2cb9de9f768c.html);
}
.header-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(45862920229f053009dbf7b9f67cd91c.html);
}
.header-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(ce36c2bc0c724a12b2088fc87c5071d9.html);
}
.header-5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../www.pleo.io/b3aad27f65ba004595a9a75bb404b9dc.html);
}
.header-6 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(94397990b62f0578e31ca620cdc66ce6.html);
}
.header-customer-case {
  background-size: cover;
  padding-top: 75px;
  text-align: center;
}
.header-customer-case-content {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.header-customer-case h1 {
  margin-top: 0px !important;
  color: #FFF !important;
  margin-bottom: 5px;
  font-weight: 300 !important;
  font-size: 40px !important;
  line-height: 46px !important;
  -webkit-hyphens: initial !important;
      -ms-hyphens: initial !important;
          hyphens: initial !important;
}
.header-customer-case h2 {
  color: #EEEEEE !important;
  margin-top: 0px;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #e03e90 !important;
}
.header-customer-case-tint {
  background-color: rgba(40, 40, 60, 0.6);
  height: 100%;
}
.header-customer-case .video_link_text {
  color: #EEEEEE;
  margin: 0 auto;
  margin-top: 20px;
}
.header-customer-case .video_link_text img {
  margin-right: 5px;
  margin-top: -2px;
}
.header-customer-case .video_link_text span:hover {
  text-decoration: underline;
  color: #FFF;
}
.header-customer-case-actimo {
  background-image: url(ee9979206d310ecfc977382c325c7be6.html);
}
.header-customer-case-space10 {
  background-image: url(6dbc64eaf49ba95f1a12ffdf076f50e8.html);
}
.header-customer-case-duuoo {
  background-image: url(cc448beefc8186e8cc7fa8c0bc201c46.html);
}
.header-customer-case-dgda {
  background-image: url(4cbfde9ecbd99b07ab8b2b437d741f39.html);
}
.header-customer-case-planday {
  background-image: url(85fc8c1db930f6f063af0a9509821e4c.html);
}
.header-customer-case-thinkdigital {
  background-image: url(368be304d84d9aeb7cc6574255e9a365.html);
}
.header-customer-case-geniebelt {
  background-image: url(7a2665b38139ad3cb2dd621c32e17c70.html);
}
.header-customers {
  background-image: url(5506e2804523f62b67a72e51d3b75abe.html);
}
.customer-case-main {
  padding-bottom: 80px !important;
}
.customer-case-main p,
.customer-case-main li {
  line-height: 28px;
}
.customer-case-main h4 {
  font-size: 24px;
  font-weight: 400;
}
.customer-case-main li + li {
  margin-top: 10px;
}
.customer-case-main .features3 {
  min-height: 100px !important;
}
.customer-case-main .features3.customer-case-profile {
  text-align: center;
  margin-top: -120px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.customer-case-main .features3 .customer-case-profile-data {
  text-align: left;
  margin-top: 20px;
}
.customer-case-main .features3.customer-case-quote {
  padding-top: 50px;
  padding-bottom: 30px;
}
.customer-case-main .features3.customer-case-quote blockquote {
  border-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}
.customer-case-main .features3.customer-case-quote p {
  color: #767676;
  margin-top: 0px;
}
.customer-case-main .features3.customer-case-quote .logo {
  margin-top: 20px;
}
.customer-case-main .customer-case-avatar {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.customer-case-main-section + .customer-case-main-section {
  margin-top: 60px;
}
.customer-case-features {
  margin: 60px auto;
}
.header-agency {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(aa7e271b82a4249fb8eddf75f4c0c54f.html);
}
.header-tech {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(f488990542708cdef951ab17f6590134.html);
}
.header-retail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(5c9bcfccc8bdbcf9cc63e64918cf4878.html);
}
.header-transport {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(5899a7bf1060fc0889f5abb63cad10f1.html);
}
@media (max-width: 990px) {
  .header-customer-case {
    max-height: 400px;
  }
  .header-customer-case-content {
    margin-top: -50px;
  }
  .header-customer-case-tint {
    min-height: 0 !important;
    height: 320px;
  }
}
@media (max-width: 480px) {
  .header-customer-case {
    max-height: 300px;
  }
  .header-customer-case h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .header-customer-case-content {
    margin-top: 30px;
  }
  .header-customer-case-tint {
    min-height: 0 !important;
    height: 220px;
  }
  .customer-case-main .features3 {
    margin-top: 60px !important;
  }
  .header-form-partner {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1400px) {
  .header-customer-case {
    height: 600px;
  }
  .header-customer-case-content {
    margin-top: 100px;
  }
}
.newheader {
  display: block;
  background: url(1d5420aa4d06e36080b91b2279b1e402.png) right center no-repeat;
  background-size: auto 490px;
  background-position-x: left;
  width: 1170px;
  height: 550px;
  margin-top: -75px;
  margin-left: -30px;
}
.newheader.economic {
  background: url(c0885627ab1348a7818d62e049a9030e.html) right center no-repeat;
  background-size: auto 470px;
  width: 1170px;
  height: 550px;
  margin-top: 0px;
  margin-left: -30px;
  animation-name: shiftfade;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
.newheader.xero {
  background: url(d2366d7ee54dec13623298dda0f4e8e7.html) right center no-repeat;
  background-size: auto 490px;
  background-position-x: left;
  width: 1170px;
  height: 550px;
}
.newheader .hero-play-button-big {
  transform: translate(-50%, -50%);
  background-image: url(5fa6f368944794b893638a21417b68e4.html);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 80px 80px;
  height: 80px;
  width: 80px;
  left: 70%;
  top: 50%;
  position: absolute;
  transition: all 0.5s ease;
  opacity: .4;
}
.newheader:hover {
  cursor: pointer;
}
.newheader:hover .hero-play-button-big {
  background-size: 82px 82px;
  opacity: .95;
  height: 82px;
  width: 82px;
  transition: all 0.25s ease;
  filter: drop-shadow(0px 0px 25px #888);
}
@media (max-width: 1200px) {
  .newheader {
    background: url(b4a9caa2d6e2c601407952d05c7f289f.html) right center no-repeat;
    background-size: auto 400px;
    width: 443px;
    height: 400px;
    margin-top: -74px;
    margin-left: 0;
  }
  .xero {
    background: url(b4a9caa2d6e2c601407952d05c7f289f.html) center center no-repeat;
    background-size: auto 400px;
    width: 443px;
    height: 400px;
    margin-top: -74px;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .newheader {
    background: url(a9b9a1d8f63d18c71af3683b434ca73b.html) center center no-repeat;
    background-size: auto 220px;
    width: 323px;
    height: 220px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .newheader.xero {
    background: url(a9b9a1d8f63d18c71af3683b434ca73b.html) center center no-repeat;
    background-size: auto 220px;
    width: 323px;
    height: 220px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .newheader .hero-play-button-big {
    left: 50%;
  }
  :hover .hero-play-button-big {
    filter: none !important;
  }
  .headlines {
    text-align: center;
  }
}
.header .headlines {
  padding-top: 100px;
  padding-bottom: 100px;
}
.header .headlines h1 {
  font-weight: 400;
  font-size: 36px;
  color: #434343;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 80px;
  line-height: 44px;
}
.header .headlines h2 {
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 30px;
}
.header .headlines-xero h1 {
  margin-top: 30px;
}
.headlines.press-logos {
  padding-bottom: 0px;
  background: #F0F4F6;
}
.background-small-1,
.background-small-2,
.background-small-3,
.background-small-4 {
  background: url(29484180a7e9392642e053477ea6e883.html) center right no-repeat;
  background-size: cover;
  display: none;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .header .headlines h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1080px) {
  .header .headlines {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .background-small-1 {
    background: url(832aedaca24f87bd74f6e4140ea2f5b9.html) center center no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
  }
  .background-small-2 {
    background: url(b123a1cadf7fe0cd52ae28acc3691546.html) center center no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
  }
  .background-small-3 {
    background: url(40895ec60a904f44e199721876209610.html) center center no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
  }
  .background-small-4 {
    background: url(c4337a3b20e878ee2cdbd436e27900da.html) center center no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
  }
  .background-small-5 {
    background: url(b3aad27f65ba004595a9a75bb404b9dc.html) center center no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
  }
  .header {
    margin-bottom: 0px;
  }
  .header .headlines {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .header .headlines h1 {
    font-size: 38px;
    line-height: 45px;
    margin-top: 180px;
  }
  .header .headlines h2 {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .header .headlines-xero h1 {
    margin-top: 0;
  }
  .btn-default {
    margin-bottom: 10px;
    width: 80%;
  }
  .h1-container {
    margin-bottom: 30px;
    margin: 0 auto !important;
  }
}
.inputfield {
  background: #FFF;
  border: 1px solid #dbdbdb;
  font-weight: 400;
  font-size: 15px;
  height: 52px;
  color: #434343;
  padding: 10px 25px;
  z-index: -4;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
}
.inputfield:focus {
  outline: none;
}
.ButtonConfirm {
  background-color: #DB0C75;
  border: 0;
  border-radius: 30px;
  font-size: 15px;
  color: #FFF;
  font-weight: 400;
  padding: 10px 25px;
  margin-left: 6px;
  z-index: 1100;
  outline: none;
  text-transform: capitalize;
  letter-spacing: 0.8px;
}
.ButtonConfirm:hover {
  background-color: #DB0C75;
  text-decoration: none;
  color: #FFF;
  box-shadow: 0 0px 0.5px #000000;
}
.buttonconfirmupper {
  background-color: #4A90E2;
  border: 1px solid #4A90E2;
}
.buttonconfirmupper:hover {
  background-color: #4A90E2;
}
.footer a:hover {
  text-decoration: underline;
}
.press {
  padding: 30px 0px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.press p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #8D8D8E;
  letter-spacing: 1.75px;
}
.press .mention {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mention1 {
    display: none;
  }
}
@media (max-width: 550px) {
  .press {
    display: none;
  }
}
.subtitle1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.subtitle1 h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.subtitle1 h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #4a90e2;
}
.features3 {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.features3 h2,
.features3 h4 {
  margin-top: 10px;
  line-height: 34px;
  font-weight: 500;
  font-size:26px;
}
.features3 p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 25px;
}
.top-features {
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .firstfeatures3 {
    margin-bottom: 50px;
  }
  .firstfeatures3 .features3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .features3 {
    width: 100%;
    margin-top: 20px;
  }
}
.howitworksvideo {
  background-color: #F0F4F6;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px;
}
.howitworkstitle h3 {
  font-size: 36px;
  margin-bottom: 40px !important;
}
.videobutton {
  color: #FFF;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d90378;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 500px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.3);
}
.videobutton:hover {
  text-decoration: none;
  color: #FFF;
}
.newvideobutton {
  color: #7C8E94;
  margin-top: -5px;
  display: -ms-flexbox;
  display: flex;
}
.newvideobutton .newvideobutton:hover {
  text-decoration: none;
  color: #434343;
}
.newvideobutton .newvideobutton:visited {
  text-decoration: none;
  color: #434343;
}
.newvideobutton .text {
  line-height: 22px;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.playhowitworks {
  margin-right: 10px;
  vertical-align: middle;
}
.alltogether {
  width: 80%;
  height: auto;
  margin-top: 70px;
}
.alltogether2 {
  width: 80%;
  height: auto;
  margin-top: 0px;
}
.alltogetherpleo {
  position: relative;
}
.playhowitworks2 {
  position: absolute;
  left: 37%;
  top: 7%;
}
@media screen and (max-width: 450px) {
  .videobutton {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 13px;
  }
}
.mainfeatures {
  background-color: #FFF;
  padding-bottom: 150px;
}
.main-feature,
.integrations {
  padding-top: 150px;
}
.main-feature h2,
.integrations h2 {
  text-transform: uppercase;
  font-size: 12px;
  color: #D30051;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: left;
}
.main-feature h3,
.integrations h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  color: #434343;
}
.main-feature h4,
.integrations h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #D6005D;
}
.main-feature p,
.integrations p {
  letter-spacing: 0px;
  margin-bottom: 10px
}
.pleo-economic {
  font-weight: 700;
  text-decoration: underline;
  color: #D6005D;
}
.pleo-economic:hover {
  cursor: pointer;
  color: #D6005D;
}
.integrations {
  text-align: center;
}
.integrations h2 {
  text-align: center;
}
.integrations p {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.integrations-desc {
  margin-bottom: 70px;
}
.integrations-desc h4 {
  margin-top: 30px;
}
.integrations-desc p {
  margin-top: 20px;
  font-size: 16px;
  color: #434343;
  letter-spacing: 0.89px;
  line-height: 28px;
}
.top-three-features {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}
.one-of-the-features:before {
  content: url(7ba71b7b91e80ea95d58f1f6d8574334.svg);
  color: #434343;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .main-feature {
    padding-top: 30px;
  }
  .featureimage,
  .featureimage2,
  .featureimage3 {
    text-align: center;
  }
  .featureimage2 img {
    padding-top: 30px;
    width: 100%;
  }
  .featureimage3 img {
    padding-top: 0px;
    width: 100%;
  }
  .main-feature-3 {
    padding-top: 10px !important;
  }
  .mainfeatures {
    padding-bottom: 40px;
  }
  .integration-one {
    height: 30px;
  }
  .integration-two {
    height: 20px;
  }
  .integrations p {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .featureimage img {
    padding-top: 30px;
    width: 100%;
  }
  .featureimage2 img {
    padding-top: 30px;
    width: 100%;
  }
  .featureimage3 img {
    padding-top: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .integration-one {
    height: 17px;
  }
  .integration-two {
    height: 11px;
  }
}
@media (max-width: 992px) {
  .reorder .row {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .reorder .row .item1 {
    -ms-flex-order: 2;
        order: 2;
  }
  .reorder .row .item2 {
    -ms-flex-order: 1;
        order: 1;
  }
}
.security {
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.security-tagline h4 {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  color: #4a90e2;
}
.security .features3 {
  background-color: #FFF;
  border: 1px solid #eee;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 8px;
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
  min-height: 300px;
}
@media screen and (max-width: 1200px) {
  .security .features3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .security .features3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .temporarybreak {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .security .features3 {
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    height: 430px;
  }
}
@media screen and (max-width: 480px) {
  .security {
    width: 100%;
  }
  .security .features3 {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px 20px;
    height: auto;
  }
}
.security {
  padding: 130px 0;
}
.security-tagline {
  text-align: center;
  color: #434343;
}
.security-tagline h3 {
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 30px;
}
.security-tagline p {
  margin-top: 30px;
  margin-bottom: 75px;
}
.signupform {
  background-color: #FFF;
  background-image: url(d99c09e95c32ce1f6b6b7e949b2bbc08.html);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: auto;
  z-index: 30;
  position: relative;
}
.signupform .signuptagline h2 {
  padding-top: 50px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 35px;
  color: white;
}
.signupform .signuptagline h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: white;
}
.signupform .sub-signuptagline {
  margin-top: 50px;
  margin-bottom: 50px;
}
.signupform .sub-signuptagline h6 {
  color: white;
  font-size: 18px;
}
.signupform .signuptagline p {
  color: white;
  margin-top: -20px;
  font-weight: 300;
  font-size: 13px;
  padding-bottom: 60px;
}
#signupbox {
  margin: 30px auto;
}
#signupbox .Button {
  display: block;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .signupform {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #signupbox .Button {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .signupform p {
    text-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .input {
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
  }
  .inputButton {
    width: 100%;
  }
  .signuptagline h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sub-signuptagline {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sub-signuptagline h6 {
    color: white;
    font-size: 18px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 30px;
  }
  .inputfield {
    border-radius: 31px 31px 31px 31px;
    width: 90%;
    text-align: center;
    padding-right: 40px;
  }
  .ButtonConfirm {
    width: 90%;
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .signupform p {
    padding-left: 30px;
    padding-right: 30px;
  }
  .input {
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
  }
  .inputButton {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .inputButton {
    width: 80%;
  }
}
/* carousel */
.carousel {
  width: 100%;
  margin: auto;
}
.carousel h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #4a90e2;
  text-align: center;
}
.carousel h5 {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #434343;
  margin-top: 70px;
}
#quote-carousel {
  padding: 30px 10px 30px 10px;
  text-align: center;
}
#quote-carousel2 {
  padding: 0px 0px;
  text-align: left;
  margin-bottom: 50px;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators,
#quote-carousel2 .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #quote-carousel .carousel-indicators,
  #quote-carousel2 .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-bottom: 20px !important;
  }
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li,
#quote-carousel2 .carousel-indicators li {
  border: 0 solid #D8d8d8;
  background: #D8d8d8;
}
#quote-carousel .carousel-indicators li:last-child,
#quote-carousel2 .carousel-indicators li:last-child {
  margin-right: 0px;
}
#quote-carousel .carousel-indicators .active,
#quote-carousel2 .carousel-indicators .active {
  background: #4a90e2;
  border: 0 solid #4a90e2;
}
/* End carousel */
.item {
  margin-bottom: 90px;
}
.item2 {
  margin-bottom: 0px;
}
.item blockquote {
  background-color: #FFF;
  width: 900px;
  text-align: left;
  margin-left: auto;
  Margin-right: auto;
  border-left: none;
  margin-top: 60px;
}
.item blockquote p {
  font-size: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.quoterest {
  padding-left: 150px;
}
.customerpic1,
.customerpic2,
.customerpic3 {
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 1200px) {
  .customerpic1,
  .customerpic2,
  .customerpic3 {
    margin-top: 20px !important;
  }
  .quoterest {
    padding-left: 170px;
  }
}
@media screen and (max-width: 992px) {
  .customerpic1,
  .customerpic2,
  .customerpic3 {
    margin-top: 20px !important;
  }
  .quoterest {
    padding-left: 170px;
  }
}
@media screen and (max-width: 769px) {
  .customerpic1,
  .customerpic2,
  .customerpic3 {
    margin-top: 20px !important;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .quoterest {
    padding-left: 20px;
  }
  .item blockquote {
    text-align: center;
    margin-top: 0px;
  }
}
.customerblock {
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .customerblock {
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
    height: 330px;
  }
}
@media screen and (max-width: 450px) {
  .customerblock {
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
    height: 380px;
  }
}
@media screen and (max-width: 380px) {
  .customerblock {
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
    height: 360px;
  }
}
.customerlogo {
  margin-top: 0px;
}
.quotejobtitle {
  font-size: 13px;
  color: grey;
}
/** Client logos section **/
#clientlogos {
  width: auto;
  overflow: hidden;
  margin: 10px auto;
  background: white;
}
.photobanner {
  height: 182px;
  width: 7200px;
  overflow: hidden;
  display: block;
}
.photobanner img {
  transition: all 0.5s ease;
  perspective: 1000;
}
/*keyframe animations*/
.first {
  animation: bannermove 40s linear infinite;
  perspective: 1000;
}
@keyframes bannermove {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -4220px;
  }
}
/**
  MEDIA QUERIES
*/
/* Small devices (tablets, 768px and up) */
@media screen and (max-width: 768px) {
  .item blockquote {
    width: 80%;
  }
  #quote-carousel {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 468px) {
  .item blockquote {
    width: 100% !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .customerblock {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .carousel {
    margin: auto;
  }
  .item blockquote {
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .item blockquote {
    width: 100%;
  }
  .carousel {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .carousel {
    width: 80%;
    margin: auto;
  }
  .carousel #quote-carousel {
    margin-bottom: 0;
  }
  .carousel .item blockquote p {
    border-left: transparent;
  }
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
    margin-bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 5px;
    height: 5px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 480px) {
  .item blockquote p {
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .item blockquote p {
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mission-statement {
  margin-top: 140px;
  margin-bottom: 90px;
}
.mission-statement h2 {
  margin: 0 0 30px 0;
  font-weight: 400;
  font-size: 36px;
}
.mission-statement p {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 16px;
}
.team {
  background-color: #FBFBFB;
}
.investors {
  background-color: #FFF;
}
.ourinvestor:first-child,
.ourinvestor:nth-child(2) {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .investor-logo {
    height: 20px;
  }
  .investor-logo-seedcamp {
    height: 45px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .investor-logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .investor-logo {
    height: 20px !important;
  }
  .investor-logo-seedcamp {
    height: 35px !important;
  }
}
.team .employees {
  margin-bottom: 75px;
  margin-right: 75px;
  margin-left: 75px;
}
.team .employees h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}
.employee {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .employee img {
    height: 150px !important;
  }
  .employee {
    width: 100%;
  }
  .team .employees {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 480px) {
  .breakbutton {
    display: none;
  }
}
@media (max-width: 992px) {
  .mission-statement .jeppeniccopic img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    text-align: center;
  }
  .team .employees {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media (max-width: 760px) {
  .mission-statement h2 {
    text-align: center;
  }
  .team .employees {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media (max-width: 768px) {
  .mission-statement {
    margin-top: 150px;
  }
  .mission-statement p,
  .mission-statement h2 {
    text-align: center;
  }
  .life-at-pleo .team2-detail .btn-default {
    font-size: 13px;
    width: 100%;
  }
  .life-at-pleo .team2 .team2-detail h3 {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .life-at-pleo .team2-detail .btn-default {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.team {
  text-align: center;
  margin-bottom: 10px;
}
.team .team-tagline {
  margin-top: 80px;
  margin-bottom: 80px;
}
.team .team-tagline h2 {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 30px;
}
.team .team-tagline p {
  font-size: 17px;
  color: #434343;
}
.team .team-tagline h6 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #4a90e2;
}
@media (max-width: 768px) {
  .team .team-tagline {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .team .employees {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .press .btn-default {
    font-size: 15px;
    width: 100%;
  }
}
.life-at-pleo .life-at-pleo-tagline {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.life-at-pleo .life-at-pleo-tagline h6 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #4a90e2;
}
.whypleoheader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(53a64e8d17ef68a45255c4f416ecf285.html);
}
.why-pleo,
.using-pleo {
  margin-top: 50px;
  margin-bottom: 20px;
}
.using-pleo {
  margin-bottom: 0px;
  background: #fBfBfB;
}
.why-pleo h2 {
  margin-bottom: 80px;
  font-weight: 600;
  font-size: 45px;
}
.faq-subtitle {
  font-size: 18px;
  color: #434343;
  text-align: center;
}
.faq-subtitle h5 {
  letter-spacing: 0.89px;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 30px;
}
.faq-subtitle h6 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #4a90e2;
  margin-bottom: 0px;
}
.faq-subtitle2 {
  margin-top: 80px;
}
.faq-subtitle3 {
  margin-top: 0px;
}
.faq-menu {
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.faq-menu a {
  text-decoration: none;
  list-style: none;
  display: inline-block;
  padding: 10px 23px;
  border: 1px solid #F6F6F9;
  border-radius: 4px;
  font-size: 15px;
}
.faq-menu a + a {
  margin-left: 20px;
}
.faq-menu a:hover {
  border: 1px solid #a1a0a7;
  background-color: #fdfdfd;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
}
.why-pleo .faq-left-side {
  margin-top: 0px;
}
.why-pleo .faq-right-side {
  margin-top: 0px;
}
.externalbuttons {
  max-width: 900px;
  margin: auto;
  margin-bottom: 80px;
  margin-top: 40px;
}
.openpositions,
.pressresources {
  background: #FFF;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.openpositions h4,
.pressresources h4 {
  padding-top: 30px;
  font-weight: 700;
}
.openpositions p,
.pressresources p {
  padding-bottom: 30px;
}
.openpositions h4,
.pressresources h4,
.openpositions p,
.pressresources p {
  padding-left: 40px;
}
.panel-group .panel {
  border: 0px solid #FFF;
  background-color: #F0F4F6;
}
.panel {
  background-color: transparent;
}
.panel-group {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e8e8e8;
}
.why-pleo .first-block,
.using-pleo .first-block {
  margin-bottom: 160px;
}
.why-pleo .first-block:last-child,
.using-pleo .first-block:last-child {
  margin-bottom: 80px;
}
.panel-group .panel .panel-heading {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.panel-group .panel .panel-heading .panel-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2;
  font-weight: 500;
}
.panel-heading a {
  cursor: pointer;
  text-decoration: none;
}
.panel-default > .panel-heading {
  background-color: transparent;
}
.panel-heading a:after {
  content: url(e17b201442a11cbb4faf7a72d2752449.html);
  float: right;
  color: #4a90e2;
}
.panel-heading a.collapsed:after {
  content: url(78dc740fc6480e6f3f045e97880855c4.html);
  color: #4a90e2;
  float: right;
}
.panel .panel-body {
  padding-left: 20px;
  float: none;
}
@media (max-width: 1200px) {
  .panel-group {
    width: 74%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .additionalQuestions {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-infos p:nth-child(2) {
    display: none;
  }
  .panel-group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .panel-heading a {
    padding-right: 30px;
  }
  .moreinfobutton {
    margin: 0px 0px !important;
  }
}
@media (max-width: 768px) {
  .why-pleo {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .pleo-press-tagline {
    margin-top: 120px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .panel-heading a {
    line-height: 36px;
  }
  .why-pleo h2 {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .why-pleo .faq-right-side {
    margin-top: -20px;
  }
  .using-pleo .faq-right-side {
    margin-top: -20px;
  }
}
@media (max-width: 480px) {
  .panel-group {
    width: 100%;
    text-align: center;
  }
  .panel-heading a.collapsed:after {
    display: none;
  }
  .panel-heading a:after {
    display: none;
  }
  .panel-heading a {
    padding-right: 0px;
  }
  .faq-menu {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .faq-menu a {
    width: 100%;
    text-align: center;
  }
  .faq-menu a + a {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}
.moreinfo {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 90px;
  margin-left: 30px;
  margin-right: 30px;
}
.moreinfobutton {
  background: #FFF;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
  transition: box-shadow 0.3s ease-in-out;
  border-radius: 4px;
  margin: 0px 20px;
}
.moreinfobutton h5 {
  padding-top: 25px;
  padding-bottom: 40px;
  font-size: 18px;
  color: #434343;
  letter-spacing: 0.89px;
}
.moreinfocontent {
  padding-top: 35px;
}
.thank-you-msg {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 100px;
}
.thank-you-msg h2 {
  font-size: 35px;
  margin-top: 0px;
}
.thank-you-msg h3 {
  font-size: 1.2em;
  margin-top: 35px;
}
.thankyou-subtitle {
  margin-top: 40px;
}
.thankyou-share {
  margin-top: 10px;
  margin-bottom: 20px;
}
.thankyou-share .share-button {
  font-size: 1.1em;
}
.share-button {
  text-align: center;
  background: #5496E3;
  padding: 0.6em;
  padding-right: 10px;
  color: #FFF;
  border-radius: 2px;
  transition: box-shadow 0.2s;
  display: block;
  margin-top: 20px;
  border-radius: 20px;
}
.share-button:hover {
  text-decoration: none;
  color: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.li-share,
.tw-share,
.fb-share,
.mail-share {
  vertical-align: baseline;
  padding-right: 10px;
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  .share-button {
    padding: 5px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .thank-you-msg {
    margin-top: 120px;
    margin-bottom: 50px;
  }
  .share-button {
    margin: auto;
    margin-top: 15px;
  }
}
.pleo-press-tagline {
  margin-top: 150px;
  margin-bottom: 75px;
  text-align: center;
}
.press-subtitle h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #434343;
}
.press-subtitle h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #4a90e2;
}
.press-description h4 {
  text-transform: uppercase;
  font-size: 12px;
  color: #D30051;
  letter-spacing: 1.03px;
  font-weight: 700;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
}
.press-description {
  margin-bottom: 50px;
}
.pleo-press-tagline h1 {
  font-weight: 400;
  font-size: 36px;
}
.press-description p {
  font-size: 16px;
  line-height: 30px;
}
.brand-assets {
  margin-top: 60px;
  margin-bottom: 45px;
}
.assets-press {
  margin-top: 40px;
  margin-bottom: 60px;
}
.assets-press p,
.photos-pleo p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
}
.assets-press a,
.photos-pleo a {
  text-transform: uppercase;
  font-size: 14px;
  color: #D30051;
  letter-spacing: 1.03px;
  font-weight: 700;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
  cursor: pointer;
}
.photos-pleo {
  margin-top: 50px;
  margin-bottom: 80px;
}
.photo-assets {
  margin-top: 80px;
  margin-bottom: 45px;
}
.logo-negative {
  margin-left: 0px;
}
.pressQuestions {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}
.pressQuestions h2 {
  margin-bottom: 45px;
  font-size: 45px;
  font-weight: 500;
}
.pressQuestions p {
  margin-bottom: 45px;
  /* If you have any ques: */
  font-size: 22px;
  color: #434343;
}
.pressQuestions .contact-infos p,
.pressQuestions .contact-infos a {
  font-size: 25px;
  color: #468EE5;
  font-weight: 500;
  text-decoration: none;
}
.media-highlights-section {
  background-color: #FDFDFD;
}
.media-mention-1 {
  text-align: center;
  color: white;
}
.media-mention-1 p {
  /* "Lorem ipsum dolor s: */
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 70px;
  margin-bottom: 35px;
  font-size: 16px;
  color: #434343;
  letter-spacing: 0px;
  line-height: 30px;
}
.media-mention-1 img {
  margin-bottom: 65px;
}
.all-media-links h3 {
  /* PRESS RELEASES:: */
  font-size: 30px;
  font-weight: 400 !important;
  line-height: 40px;
  font-weight: 700;
  color: #434343;
  letter-spacing: 1.29px;
  margin-top: 70px;
  margin-bottom: 50px;
}
.all-media-links h6 {
  font-size: 30px;
  font-weight: 400 !important;
  line-height: 40px;
  color: #4a90e2;
  margin-bottom: 40px;
}
.media-story {
  margin-bottom: 90px;
  height: 300px;
}
.media-story p {
  /* Congrats to the rece: */
  font-size: 16px;
  line-height: 22px;
  color: #434343;
  letter-spacing: 1.29px;
}
.media-story h4 {
  margin-top: 20px;
  margin-bottom: 18px;
  font-weight: 500;
}
.media-story a {
  /* READ ARTICLE: */
  font-weight: 400;
  font-size: 14px;
  color: #468EE5;
  letter-spacing: 1.29px;
  cursor: pointer;
  bottom: -50px;
  position: absolute;
}
.media-story-logo {
  background-color: #f8f8f8;
  height: 175px;
  text-align: center;
}
.our-press-releases h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #434343;
  letter-spacing: 1.29px;
  margin-top: 70px;
  margin-bottom: 10px;
}
.our-press-releases h6 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #4a90e2;
  margin-bottom: 40px;
}
.press-release-one {
  margin-bottom: 40px;
  height: 200px;
}
.press-release-one p {
  font-size: 16px;
  line-height: 22px;
  color: #434343;
  letter-spacing: 1.29px;
}
.press-release-one h4 {
  margin-top: 20px;
  margin-bottom: 18px;
  font-weight: 400;
}
.press-release-one a {
  font-weight: 700;
  font-size: 14px;
  color: #468EE5;
  letter-spacing: 1.29px;
  cursor: pointer;
  bottom: 10px;
  position: absolute;
}
.media-story-logo img {
  position: relative;
  top: 40%;
  margin: 0 auto;
  height: 40px;
}
.borsen-logo img,
.fextra img {
  height: 22px;
}
.tradar-logo img,
.techcrunch img {
  height: 25px;
}
.peye img,
.pymnts img {
  height: 32px;
}
.cnbc img {
  height: 45px;
}
.fwatch img {
  height: 18px;
}
@media screen and (max-width: 780px) {
  .media-mention-1 p {
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 30px !important;
  }
  .asset-press {
    text-align: center;
    margin-bottom: 40px;
  }
  .logo-negative {
    margin-left: 0px;
  }
  .press-materials {
    text-align: center;
    margin-bottom: 40px;
  }
  .weirdspacingbug {
    display: none;
  }
  .media-story {
    height: 250px;
  }
  .media-story a {
    bottom: -65px;
  }
  .press-release-one {
    height: 120px;
  }
  .pleo-press-tagline {
    margin-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .asset-press img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .asset-press img {
    width: 100% !important;
    height: auto !important;
  }
  .logo-negative {
    margin-left: 0px;
  }
  .press-materials img {
    width: 100%;
    height: auto;
  }
  .weirdspacingbug {
    display: none;
  }
  .media-mention-1 p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.featuresandbenefits3 {
  margin-bottom: 20px;
}
.pleofeature {
  text-align: center;
  margin-top: 30px;
}
.pleofeature p {
  margin-top: 0px;
}
.pleofeature h6 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #4a90e2;
}
.pleofeaturesubtitle h3 {
  margin-bottom: 30px;
}
.whatyouget {
  margin-top: 70px;
  background-color: #FFF;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.morefaq {
  text-align: center;
  text-decoration: underline;
  color: #4a90e2;
  font-size: 18px;
}
.faqsmallblock {
  margin-bottom: 20px !important;
}
.pleo-whatyouget {
  background-color: #FFF;
  background: linear-gradient(180deg, #FFF, #F0F4F6);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pleo-whatyouget .features3 {
    margin-top: 0px;
    min-height: 460px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pleo-whatyouget .features3 {
    margin-top: 0px;
    min-height: 480px;
  }
}
@media (min-width: 679px) and (max-width: 767px) {
  .pleo-whatyouget .features3 {
    margin-top: 0px;
    min-height: 450px;
  }
}
@media (max-width: 678px) {
  .pleo-whatyouget .features3 {
    margin-top: 0px;
    min-height: 630px;
  }
}
@media (max-width: 480px) {
  .pleo-whatyouget .features3 {
    margin-top: 0px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .pleo-whatyouget {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .features3 p {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px !important;
  }
  .security .features3 {
    padding-bottom: 40px;
    height: auto;
  }
}
.whypleoreasons {
  margin-top: 0px;
  padding-top: 60px;
}
.whypleoreasons .features3 {
  min-height: 460px;
}
@media (max-width: 992px) {
  .whypleoreasons .features3 {
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .whypleoreasons .features3 {
    min-height: auto;
  }
}
.why-pleo-tagline {
  margin-bottom: 75px;
  font-weight: 400;
  font-size: 45px;
  margin-top: 30px;
}
.contact-pleo-tagline {
  margin: 50px 0 25px 0;
  font-weight: 400;
  font-size: 36px;
}
.pricing-pleo-tagline {
  font-size: 36px;
  margin-top: -10px;
  text-align: center;
}
.pricing-pleo-vat {
  text-align: center;
  font-size: 12px;
  margin-top: -8px;
  color: #bbbac0;
}
.dkksymbol {
  font-size: 20px;
}
.contactpricing:hover {
  text-decoration: none;
}
/** Pricing Pleo **/
.pricing-pleo-subtagline {
  text-align: center;
  margin-bottom: 20px;
}
.pricing-pleo-subtitle {
  margin: 5px 0 100px 0;
  text-align: center;
  color: #6D6C75 !important;
}
.pricing-tab {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-top: 40px;
  background-color: #FFF;
}
.pricing-tab-fav {
  border: 0px solid #4A90E2;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: -50px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pricing-tab-fav {
    margin-top: 30px;
  }
  .pricing-pleo-subtitle {
    margin-bottom: 50px;
  }
}
.pricing-page {
  margin-top: 80px;
  background: linear-gradient(180deg, #FFF, #F0F4F6);
  padding: 80px 0 100px 0;
}
.pricing-pleo-feature {
  text-align: left;
  font-size: 15px;
}
.pricing-pleo-feature img {
  margin-right: 10px;
}
.pricing-pleo-feature:first-of-type {
  margin-top: 10px;
}
.pricing-pleo-feature + .pricing-pleo-feature {
  margin-top: 20px;
}
.pricing-pleo-price {
  text-align: center;
  font-size: 31px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.pricing-pleo-top-price {
  font-size: 70px;
  color: #111;
}
.pricing-divider {
  width: 40%;
  border: 1px solid #4A90E2;
}
.pricing-pleo-price-per-user {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}
.highlight-active-user + .tooltip > .tooltip-inner {
  background-color: #4A90E2;
  color: #FFF;
  padding: 15px;
  font-size: 16px;
}
.tooltip {
  opacity: 0.98 !important;
}
.highlight-active-user + .tooltip > .tooltip-arrow {
  border-bottom-color: #4A90E2;
}
.highlight-active-user {
  text-decoration: none;
  color: #4A90E2;
  border-bottom: 1px dotted #4A90E2;
}
.highlight-active-user:hover {
  cursor: default;
}
.pricing-contact-us {
  background-color: #4A90E2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-top: 13px;
  padding-bottom: 14px;
  margin-top: 40px;
  letter-spacing: 1.2px;
}
.pricing-contact-us:hover {
  background-color: #4bc872;
}
.pricing-contact-us-secondary {
  background-color: #7EB1E8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-bottom: 14px;
}
.pricing-contact-us-secondary:hover {
  background-color: #4bc872;
}
.pricing-most-popular {
  background-color: #609de6;
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  padding: 8px 0;
  font-weight: 300;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.pricing-inside-features {
  width: 240px !important;
}
.pricing-inside-features_wide {
  width: 242px !important;
}
.pleopricingfeatures {
  margin-top: 50px;
  margin-bottom: 0px !important;
}
@media (max-width: 992px) {
  .why-pleo-tagline {
    font-size: 45px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .rw-words {
    text-align: center;
  }
  .rw-words-1 span {
    text-align: center;
    overflow: visible !important;
    text-indent: -120px;
  }
  .rw-words-1 span:nth-child(4) {
    text-indent: -90px;
  }
  .pricing-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .rw-words-1 span {
    text-align: center;
    overflow: visible !important;
    text-indent: -155px;
  }
}
.rw-words {
  display: inline;
  text-indent: 0px;
}
.rw-words-1 span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  color: #6b969d;
  animation: rotateWord 15s linear infinite 0s;
  line-height: 55px;
}
.rw-words-1 span:nth-child(2) {
  animation-delay: 3s;
  color: #6b889d;
}
.rw-words-1 span:nth-child(3) {
  animation-delay: 6s;
  color: #6b889d;
}
.rw-words-1 span:nth-child(4) {
  animation-delay: 9s;
  color: #6b889d;
}
.rw-words-1 span:nth-child(5) {
  animation-delay: 12s;
  color: #6b889d;
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.twitterwall {
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: white;
}
.twittermentions {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
}
a.tweet-about-pleo {
  cursor: pointer;
  background-color: white;
  border-color: transparent;
  border-radius: 10px;
  color: #1c2022;
  display: block;
  max-width: 520px;
  margin: 10px auto;
  overflow: hidden;
  padding: 17.5px 17.5px 17.5px 17.5px;
  height: 210px;
  transition: box-shadow 0.3s ease-in-out;
}
a.tweet-about-pleo:hover {
  text-decoration: none;
}
a.tweet-about-pleo .tweet-wrapper {
  padding: 0;
  display: block;
}
a.tweet-about-pleo .tweet-header {
  display: block;
  margin-bottom: 11.9px;
  position: relative;
}
a.tweet-about-pleo .tweet-header .tweet-author {
  margin-top: 2px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden !important;
}
a.tweet-about-pleo .tweet-header .tweet-author .tweet-name .name {
  color: #1c2022;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4em;
}
a.tweet-about-pleo .tweet-header .tweet-author .tweet-name .username {
  color: #697882;
  display: block;
  font-size: 13px;
  line-height: 1.4em;
}
a.tweet-about-pleo .tweet-header .tweet-bird {
  background-image: url(ba640cfff147ba9fdb76a4974ec42e6c.html);
  display: block;
  float: right;
  height: 1.25em;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 1.5em;
}
.tweet-highlight {
  color: #1DA1F2;
}
.supporttext {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.responsetime,
.availableon {
  margin-top: 30px;
  border: 2px solid #F2F1F7;
  width: 100%x;
  height: 200px;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .availableon p {
    text-align: center;
  }
  .responsetime,
  .availableon {
    width: 50% !important;
    height: 200px;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .responsetime,
  .availableon {
    width: 80% !important;
  }
}
.supporttestpic {
  text-align: center;
  margin-top: 30px;
}
.availableon p:first-child {
  text-align: center;
  padding-left: 0px;
}
.availableon p {
  text-align: left;
  padding-left: 50px;
}
#highlightsupport:before {
  background-image: url(5e8f2a81556ce04a53269d4fbd13f065.html);
  background-size: 15px 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  content: "";
}
#mediantime {
  font-size: 70px;
}
#highlightsupport,
#highlightsupport2 {
  margin-top: 30px;
  color: #3380DD;
}
.pleofeatureyes {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #EBF3FC;
  border-radius: 4px;
  width: 80px;
  margin-left: 40px;
}
.pleofeatureno {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F4F4F9;
  border-radius: 4px;
  width: 80px;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .pleofeatureyes,
  .pleofeatureno {
    margin-left: 10px !important;
  }
}
.comparison-table-1,
.comparison-table-2 {
  margin-bottom: 80px;
  max-height: 1000px;
  overflow: hidden;
  padding: 30px 0;
  transition: max-height 0.5s ease-in-out;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.comparison-table-1 dl,
.comparison-table-2 dl {
  border: 1px solid transparent;
  border-radius: 4px;
}
.comparative-table__question,
.comparative-table__answer {
  float: left;
  height: 140px;
  border-bottom: 1px solid #EAF3F7;
  border-left: 1px solid #EAF3F7;
  border-right: 1px solid #EAF3F7;
}
.comparative-table__question {
  clear: left;
  padding: 0px 0px 0;
  width: 360px !important;
  text-align: left !important;
  font-weight: 400;
  line-height: 35px;
  margin-top: 0px;
  font-size: 15px;
  color: #A2A1B0;
}
.comparative-table__question:first-child {
  font-size: 17px;
  color: #363636;
}
.comparative-table__question strong {
  color: #363636;
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.comparative-table__answer {
  text-align: center;
  width: 268px;
  margin-left: 0px !important;
  padding: 40px 50px 40px 50px;
}
.comparative-table__answer:first-child {
  margin-top: 30px;
}
.feature-check {
  margin-top: 25px;
}
.pleo-logo-check {
  margin-top: 30px;
}
.firstrow {
  border-bottom: 1px solid #EAF3F7;
  background-color: #EAF3F7;
  padding-left: 30px;
  margin-top: 30px;
  height: 100px;
  padding-top: 0px;
}
.firstrow:first-child {
  border-radius: 4px 0 0 0;
  padding-top: 30px;
}
.firstrow:nth-child(3) {
  border-radius: 0 4px 0 0;
  padding-top: 40px;
}
.featurecompare1 {
  border-left: 2px solid #0A78DB;
  padding-left: 30px;
  margin-top: 35px;
}
.compare-select-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 50px;
}
.select-to-compare {
  display: inline-block;
  letter-spacing: 1.5px;
}
.select-to-compare:first-child {
  margin-left: 0px;
  margin-right: 60px;
}
.step_1,
.step_2 {
  color: grey;
  padding: 20px 40px;
  border: 1px solid #F6F6F9;
  width: 250px;
  margin-left: 50px;
  border-radius: 4px;
  line-height: 24px;
}
.step_1 h6,
.step_2 h6 {
  display: none;
}
.step_1:hover,
.step_2:hover {
  text-decoration: none;
  cursor: pointer;
}
.active-step {
  background-color: #FEEFF7;
  color: #CD0042;
  border: 0px solid #F6F6F9;
  position: relative;
}
.active-step h6 {
  font-size: 35px;
  font-weight: 700;
  color: #CD0042;
  position: absolute;
  bottom: -11px;
  margin-bottom: 0px;
  display: inline-block;
  left: 45%;
}
.active-step:hover {
  color: #CD0042;
}
#fieldEmailBottom:focus {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
@media (max-width: 992px) {
  .comparative-table__question {
    width: 330px !important;
  }
  .comparative-table__answer {
    width: 200px !important;
  }
  .select-to-compare {
    display: inline-block;
    margin-left: 20px;
  }
  .select-to-compare:first-child {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .pleocomparison {
    display: none;
  }
}
.first-check {
  margin-top: 200px;
}
.first-check .checkmark {
  display: inline-block;
  vertical-align: text-bottom;
}
.first-check h5 {
  display: inline-block;
  font-size: 35px;
  margin-left: 50px;
  color: #DB0E75;
}
.second-check {
  margin-top: 70px;
}
.second-check .checkmark {
  display: inline-block;
  vertical-align: text-bottom;
}
.second-check h5 {
  display: inline-block;
  font-size: 35px;
  margin-left: 50px;
  color: #DB0E75;
}
.third-check {
  margin-top: 70px;
}
.third-check .checkmark {
  display: inline-block;
  vertical-align: text-bottom;
}
.third-check h5 {
  display: inline-block;
  font-size: 35px;
  margin-left: 50px;
  color: #DB0E75;
}
.third-check h6 {
  margin-left: 50px;
}
.activate-to-do {
  background: #FFF;
  box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-right: 50px;
  margin-left: 50px;
  vertical-align: -webkit-baseline-middle;
}
.activate-to-do h5 {
  margin-bottom: 30px;
}
.activate-to-do h6 {
  margin-bottom: 20px;
  font-size: 20px;
}
.checks {
  margin-bottom: 150px;
}
@media screen and (max-width: 992px) {
  .activate-to-do {
    margin-left: 20px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .first-check .checkmark,
  .second-check .checkmark {
    display: none;
  }
  .first-check h5,
  .second-check h5 {
    display: none;
  }
  .third-check .checkmark {
    display: none;
  }
  .first-check h5,
  .second-check h5 {
    margin-left: 10px;
  }
  .activate-to-do {
    margin-left: 0px;
    padding: 10px;
    margin-top: -150px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .activate-to-do h6 {
    margin-top: 30px;
    line-height: 35px;
  }
  .third-check h5,
  .third-check h6 {
    margin-left: 10px;
  }
}
.final-text {
  text-align: center;
}
.final-text .terms {
  margin-top: 55px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .final-text .terms {
    margin-top: 15px !important;
  }
}
.termsandcondition {
  text-align: left !important;
}
/* how it works section NEW */
.headlinehowitwork {
  margin-top: 100px;
}
.headlinehowitwork h1 {
  font-size: 45px;
  margin-bottom: 30px;
}
.headlinehowitwork h2 {
  margin-top: 40px;
  margin-bottom: 30px !important;
}
.pickprofession,
.pickprofession2,
.pickprofession3 {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  line-height: 22px;
  background: white;
  padding: 20px;
  border-radius: 4px;
  position: absolute;
  bottom: -20px;
  width: 70%;
  left: 15%;
  min-height: 84px;
  background-color: #F0F4F6;
}
@media screen and (max-width: 992px) {
  .pickprofession,
  .pickprofession2,
  .pickprofession3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .professionpick,
  .professionpick2,
  .professionpick3 {
    margin-top: 40px !important;
    left: 0%;
    height: 400px !important;
  }
  .header .headlines {
    padding-left: 0px;
  }
  #quote-carousel2 {
    margin-bottom: 0px;
  }
  .headlines.howitworksheadline {
    height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 0px;
    text-align: center;
  }
  #step1-howitworks {
    display: block !important;
    margin-top: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    height: auto;
    width: 95%;
    padding-top: 30px;
  }
  .howitworksheadline h1 {
    font-weight: 500 !important;
    font-size: 30px !important;
  }
}
@media screen and (max-width: 576px) {
  .professionpick,
  .professionpick2,
  .professionpick3 {
    width: 70%;
    left: 15% !important;
    height: 300px !important;
    background-position: top center;
    border-radius: 0px !important;
  }
  .professionpick {
    margin-top: 40px;
  }
  .professionpick2,
  .professionpick3 {
    margin-top: 10px !important;
  }
}
.professionpick {
  background-image: url(e9e624e478017dce047707f058334f68.html);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.professionpick2 {
  background-image: url(ad273dc627c9177394b286930cd9447b.html);
}
.professionpick3 {
  background-image: url(43f2980ebb22374b9d5cc02e03962858.html);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.professionpick,
.professionpick2,
.professionpick3 {
  text-align: center;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.professionpick:hover,
.professionpick2:hover,
.professionpick3:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.professionpick:hover .pickprofession,
.professionpick2:hover .pickprofession,
.professionpick3:hover .pickprofession,
.professionpick:hover .pickprofession2,
.professionpick2:hover .pickprofession2,
.professionpick3:hover .pickprofession2,
.professionpick:hover .pickprofession3,
.professionpick2:hover .pickprofession3,
.professionpick3:hover .pickprofession3 {
  box-shadow: 0px 14px 29px 0px rgba(0, 0, 0, 0.11);
  background-color: white;
}
.buttonhover:hover {
  text-decoration: none;
}
.moreinfobutton:hover {
  box-shadow: 0px 14px 29px 0px rgba(0, 0, 0, 0.11);
}
.headlinehowitwork {
  padding-top: 0px !important;
  padding-bottom: 50px !important;
}
.headlines.howitworksheadline {
  height: 800px;
}
.howitworksheadline {
  padding-top: 350px !important;
}
.howitworksheadline h1 {
  font-weight: 500 !important;
  font-size: 45px;
}
#step1-howitworks {
  position: absolute;
  display: inline-block;
  margin-top: -230px;
  margin-left: 75px;
}
.pickprofession:hover,
.pickprofession2:hover,
.pickprofession3:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  #quote-carousel2 {
    width: 100%;
  }
}
/* contact form NEW */
.contactform .contactfield {
  border-radius: 4px;
  display: block;
  width: 400px;
  margin-bottom: 15px;
  padding: 15px 30px;
  border: 1px solid #dbdbdb;
  outline: none;
}
.contactconfirm {
  width: 150px;
  display: block;
  background: #468EE5;
  border: 2px solid #FFF;
  border-radius: 4px;
  font-size: 15px;
  color: #FFF;
  letter-spacing: 0.77px;
  font-weight: 400;
  padding: 10px 30px 10px 30px;
  z-index: 1100;
  outline: none;
  font-size: 18px;
}
/* careers subpage */
.careersbody {
  height: 100%;
  width: 100%;
  overflow: auto;
  perspective: 1px;
}
.careershero {
  background: url(3a4e07a7a31d4b07e7e64a302de00d73.html) center center no-repeat;
  background-size: cover;
}
.careerstitle {
  font-weight: 400;
  font-size: 47px;
  color: #434343;
  letter-spacing: 1.1px;
  margin-top: 30%;
}
.careersline {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #D6005D;
  letter-spacing: -2px;
  margin-top: 30px;
}
.careerssubtitle {
  font-size: 15px;
  color: #434343;
  letter-spacing: 0.37px;
  line-height: 28px;
  padding-right: 120px;
  margin-top: 35px;
  margin-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .careerssubtitle {
    padding-right: 20px;
  }
  .open-position-1 {
    width: 400px !important;
  }
  .quotemark2 {
    right: 225px !important;
  }
  .quotemark2-2 {
    right: 312px !important;
  }
  .employee-quote2 {
    width: 500px !important;
  }
  .quotemark2-3 {
    right: 300px !important;
  }
}
@media (max-width: 991px) {
  .careershero {
    background: none;
  }
  .open-position-1 {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .employee1 {
    text-align: center;
  }
  .employee-pic {
    margin-top: 0px !important;
    margin-bottom: -30px !important;
    margin-left: 0px !important;
  }
  .employee-quote {
    padding-left: 50px !important;
    padding-bottom: 70px !important;
    margin-left: 0px !important;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.14) !important;
  }
  .quotemark1,
  .quotemark2,
  .quotemark2-2 {
    display: none;
  }
  .employee-pic2 {
    margin-bottom: -30px !important;
  }
  .employee-quote2 {
    margin-left: 0px !important;
    width: 100% !important;
    margin-bottom: 40px;
    padding-left: 50px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 567px) {
  .employee-pic2,
  .employee-pic {
    width: 100% !important;
    height: auto !important;
  }
  .employee-quote {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .employee-quote2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .careerssubtitle {
    padding-right: 0px;
  }
  .careersheadline {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .open-position-1 {
    padding-left: 30px !important;
  }
  .arrowrpic {
    right: 25px !important;
  }
  .employee-quote {
    padding-bottom: 90px !important;
  }
}
@media (max-width: 768px) {
  .valuenumber {
    left: 0px !important;
    top: -80px !important;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.14) !important;
  }
}
@media (max-width: 543px) {
  .threeperks {
    margin-top: 0px !important;
  }
  .oneperk {
    width: 100% !important;
    text-align: center;
    margin-top: 40px;
  }
}
.open-positions-anchor {
  background: #E22472;
  border-radius: 30px;
  font-weight: 400;
  font-size: 17px;
  color: #FFF;
  letter-spacing: 0.39px;
  padding: 18px 44px;
  margin-bottom: 200px;
}
.open-positions-anchor:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
}
.careersheadline {
  margin-bottom: 200px;
}
.careerspositions {
  background-color: #f8f8f8;
  margin-top: -70px;
  padding-top: 70px;
}
.openpositionstitle {
  font-weight: 400;
  font-size: 36px;
  color: #434343;
  letter-spacing: 1.1px;
  text-align: center;
  margin-top: 50px;
}
.openpositionsline {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #D6005D;
  letter-spacing: -2px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.open-positions {
  margin-bottom: 70px;
}
.open-position-link:hover {
  text-decoration: none;
}
.open-position-1 {
  background: white;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  width: 505px;
  margin-top: 50px;
  margin-left: 25px;
  position: relative;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.open-position-1 h5 {
  font-size: 18px;
  color: #434343;
  letter-spacing: 0.42px;
}
.open-position-1 h6 {
  font-size: 14px;
  color: #434343;
  letter-spacing: 0.32px;
  margin-top: 20px;
}
.open-position-1 h6:before {
  content: "";
  display: block;
  background: url(c25cccc65f2c09e8b5c5dc57175b43db.html) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: -3px 6px 0 0;
}
.open-position-1:hover,
.open-position-1:focus,
.open-position-1:active {
  transform: scale(1.1);
}
.arrowrpic {
  position: absolute;
  right: 40px;
  top: 50px;
}
.openpositiontext {
  font-size: 16px;
  color: #434343;
  letter-spacing: 0.37px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 50px;
}
.values {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.46px;
  margin-top: 70px;
}
.values-line {
  margin-top: 40px;
}
.values-line:first-child {
  margin-top: 0px;
}
.all-values {
  margin-bottom: 70px;
}
.onevalue {
  position: relative;
}
.valuenumber {
  position: absolute;
  opacity: 0.08;
  font-weight: 800;
  font-size: 77px;
  color: #000000;
  letter-spacing: 1.8px;
  top: -55px;
  left: -45px;
}
.valuesline {
  margin-top: 0px;
}
.pleo-employees {
  background-color: #f8f8f8;
}
.margintoptitle {
  padding-top: 50px;
}
.employee-pic {
  margin-top: 50px;
  margin-bottom: 90px;
  margin-left: 60px;
}
.employee-pic2 {
  margin-top: 50px;
  margin-bottom: 90px;
  margin-left: 0px;
  position: relative;
  z-index: 1;
}
.employee-quote {
  background-color: white;
  padding-left: 70px;
  padding-top: 45px;
  padding-right: 50px;
  padding-bottom: 80px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.14);
  border-radius: 1px;
  margin-left: -20px;
  position: relative;
}
.employee-quote2 {
  background-color: white;
  padding-left: 70px;
  padding-top: 45px;
  padding-right: 50px;
  padding-bottom: 80px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.14);
  border-radius: 1px;
  margin-left: 60px;
  width: 577px;
  position: relative;
  z-index: 10;
}
.employee1 {
  margin-top: 50px;
}
.employee-text {
  font-size: 16px;
  color: #434343;
  letter-spacing: 0.37px;
  line-height: 35px;
  font-style: italic;
}
.employee-name {
  float: right;
  margin-top: 15px;
}
.perkdesc {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
  letter-spacing: 0.46px;
  line-height: 24px;
  margin-top: 30px;
}
.perksub {
  font-size: 16px;
  color: #434343;
  letter-spacing: 0.46px;
  line-height: 24px;
  margin-top: 20px;
}
.threeperks {
  margin-top: 80px;
}
.moments {
  margin-top: 90px;
}
.jobslink {
  color: #E22472;
}
.quotemark1 {
  font-size: 59px;
  color: #D9256A;
  letter-spacing: 1.38px;
  position: absolute;
  left: 40px;
}
.quotemark2 {
  font-size: 59px;
  color: #D9256A;
  letter-spacing: 1.38px;
  position: absolute;
  right: 180px;
  bottom: 80px;
}
.quotemark2-2 {
  right: 256px;
}
.quotemark2-3 {
  right: 135px;
}
.bigformtitle {
  margin-top: 30px;
  text-align: center;
}
.bigformtitle h5 {
  font-size: 35px;
  line-height: 42px;
}
.hero__left {
  margin-top: 30px;
  padding: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 0 24px 10px rgba(0, 0, 0, 0.02);
  border: 1px solid #E4EDF5;
  border-radius: 5px;
}
.bigforminput {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid #E4EDF5;
  padding: 5px;
  padding-left: 10px;
  font-size: 17px;
  height: 42px;
}
.bigformimage {
  margin-bottom: 30px;
}
.bigformbutton {
  color: white;
  background-color: #468EE5;
  font-size: 20px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer !important;
}
.bigformbutton:hover {
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
  box-shadow: 0 0px 0.5px rgba(0, 0, 0, 0.5);
}
.bigformdesc {
  font-size: 15px;
  color: #8D8D8E;
}
.bigformselect {
  height: 42px;
}
.signup-alert {
  margin: -5px 0 20px 0;
  color: #8D8D8E;
}
@media (max-width: 448px) {
  .bigformbreak {
    display: none;
  }
  .bigformtitle h5 {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .video_link_text {
    margin: 0 auto;
  }
}
.bigformreferr {
  text-align: center;
}
#form_validation_bottom {
  color: red;
  font-weight: 400;
  margin-top: 5px;
}
#form_validation_top {
  color: red;
  font-weight: 400;
  margin-top: 5px;
}
.event-title {
  margin-top: 120px;
}
.event-signup-form {
  border: 1px solid white;
  border-radius: 4px;
  margin-top: 100px;
  box-shadow: 1px 1px 10px 0 rgba(0, 1, 1, 0.5);
  background: white;
  margin-bottom: 120px;
}
.event-signup-title {
  margin-top: 40px;
  font-size: 32px;
  text-align: center;
}
.event-inputs {
  width: 70%;
  margin-left: 50px;
}
.event-signup-input {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
}
.webinar-speaker {
  display: inline;
  margin-left: 20px;
}
.event-signup-button {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: none;
  font-size: 18px;
  margin-top: 30px;
}
.first-input-event {
  margin-top: 40px;
}
.event-signup-bottomtext {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 800;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.few-tickets-left {
  margin-bottom: 30px;
  text-align: center;
}
.eventsubtitle {
  font-size: 35px;
}
.eventsubtitle1 {
  margin-top: 70px;
}
.eventtitle {
  margin-top: 10%;
  font-size: 35px;
  margin-bottom: 50px;
  color: white;
  line-height: 50px;
}
.hostedby {
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline;
}
.webinar-pretitle {
  font-size: 15px;
  font-weight: 400;
  display: inline;
}
.testtesttest {
  display: in;
}
.eventtxtsubtitle {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
  color: white;
  padding-right: 80px;
}
.webinartimeanddate {
  font-size: 25px;
  font-weight: 500;
  display: inline;
  padding-left: 5px;
}
.webinarspeaker {
  font-size: 18px;
  display: inline;
  padding-left: 15px;
}
#webinardate {
  color: #434343;
  font-size: 25px;
  margin-top: 5px;
}
.eventline {
  color: #4A90E2;
}
.event-session {
  width: 85%;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-block;
  padding: 30px 40px;
  margin-left: 40px;
}
.event-session h4 {
  font-weight: 700;
  display: inline-block;
}
.event-session a {
  color: #4A90E2;
}
.event-time {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}
.event-session-block {
  margin-top: 60px;
}
.event-session-last {
  margin-bottom: 80px;
}
.session-desc {
  width: 75%;
  display: inline-block;
}
.speaker-box-event {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 120px;
  margin-top: 60px;
  height: 530px;
}
.speaker-box-event p {
  padding-left: 25px;
  padding-right: 25px;
}
.speaker-box-event h4 {
  padding-left: 25px;
  margin-top: 35px;
}
.speaker-box-event a {
  color: #4A90E2;
}
.speaker-pleo-logo {
  margin-left: 15px;
}
.event-session-timer {
  vertical-align: top;
  margin-top: 33px;
  margin-right: 10px;
}
.event-logo-box {
  width: 19%;
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
}
.event-info {
  text-align: center;
  margin-top: 20px;
}
.header-logo {
  margin-bottom: 10px;
}
.event-header {
  background-image: url(91ddd48d0d1c3415020043f6e8004b23.html);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
.webinar-header {
  background-image: url(92a9437e010e06b325cb230f7539506e.html);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#wrapper-location {
  position: relative;
}
#map {
  height: 800px;
  width: 100%;
  background-color: lightgrey;
}
#event-location {
  position: absolute;
  width: 500px;
  background-color: white;
  padding-right: 50px;
  padding-left: 80px;
  padding-bottom: 50px;
  top: 20%;
  right: 20%;
  z-index: 99;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: left;
}
.eventlocationtitle,
.eventlocationline {
  text-align: left;
}
.event-footer p {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.event-location-icon,
.event-details {
  display: inline-block;
  margin-right: 10px;
}
.all-event-details {
  margin-top: 30px;
}
.one-event-detail {
  margin-top: 10px;
}
.speaker-title {
  font-size: 14px;
}
.event-timeslot {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1200px) {
  .eventtitle {
    font-size: 38px;
    line-height: 48px;
  }
  .event-signup-form {
    margin-top: 100px;
  }
  .event-signup-title {
    font-size: 28px;
  }
  .event-session {
    width: 100%;
    margin-left: 0px;
  }
  .event-timeslot {
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }
}
@media (max-width: 992px) {
  .eventtitle {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
  }
  .eventtxtsubtitle {
    text-align: center;
    padding-right: 0px;
  }
  .event-inputs {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-left: 0px;
  }
  .event-signup-form {
    margin-top: 50px;
  }
  .speaker-box-event {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .session-desc {
    width: 100%;
    display: block;
  }
  .speaker-logo,
  .nfirst-logo {
    width: 40%;
  }
  .speaker-pleo-logo {
    width: 30%;
  }
  .event-logo-box {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }
  #event-location {
    width: auto;
  }
}
@media (max-width: 580px) {
  #event-location {
    width: 90%;
    right: 0;
  }
}
.logo-thank-you {
  margin-bottom: 30px;
}
.partnersteps {
  /* Rectangle: */
  background: #FFF;
  box-shadow: 5px 8px 12px 0 rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  margin-bottom: 30px;
  width: 100%;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0px;
}
.partnersteps h2 {
  margin-top: 0px;
}
.partnersubtitle {
  margin-bottom: 80px;
}
.partner-howitworks {
  margin-bottom: 20px;
}
.partnerspagevideo {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #EDF4F7;
}
.ButtonPartnerConfirm {
  background-color: #4A90E2;
  border: 2px solid #4A90E2;
  border-radius: 30px;
  font-size: 15px;
  color: #FFF;
  font-weight: 400;
  padding: 10px 30px 10px 30px;
  z-index: 1100;
  outline: none;
  margin-top: 30px;
}
.customerlogo {
  margin-left: 0px;
  margin-right: 0px;
}
.partner-logos .active {
  width: auto;
  margin: 0;
  height: 30px;
  background-color: #FFF !important;
  margin-left: 60px;
  margin-right: 60px;
}
.accountant-partner-table {
  margin-top: 0px;
}
.accountant-partner-table table {
  width: 100%;
  margin-top: 20px;
}
.accountant-partner-table table th,
.accountant-partner-table table td {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededee;
  font-weight: 400;
}
.partner-badges {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.partner-signup-form {
  margin-bottom: 30px;
}
.partner-inputs {
  width: 80%;
}
@media (max-width: 992px) {
  .partner-inputs {
    width: 100%;
  }
}
.partner-button {
  margin-bottom: 80px;
}
.partner-signup-title {
  margin-top: 70px;
  margin-bottom: 50px;
}
.partner-integrations {
  background-color: #EDF4F7;
  padding-top: 80px;
  margin-top: 70px;
}
.partner-steps-bckg {
  margin-top: 70px;
  text-align: center;
}
.buttonPartnerConfirmTop {
  margin-top: 10px;
  margin-bottom: 40px;
}
.partnersvideo {
  position: relative;
  margin-bottom: 40px;
}
.partnersvideo img {
  display: block;
  border-radius: 3px;
  margin: 0 auto;
}
.partnersvideo .video-image {
  width: 700px;
}
.playPartnersVideo {
  position: absolute;
  top: 38%;
  left: 48%;
}
.partnersignupfinal {
  margin-top: 120px;
  background: radial-gradient(#C34C87, #A4356B);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.all-partner-steps {
  text-align: center;
}
.parters-steps-image {
  height: 700px;
  width: auto;
}
@media (max-width: 768px) {
  .parters-steps-image {
    height: auto;
    width: 100%;
  }
  .partnersvideo .video-image {
    width: 100%;
  }
}
.playbuttondemo {
  margin-top: 20px;
}
/*** Animation ***/
@keyframes shiftfade {
  from {
    opacity: 0;
  }
  to {
    opacity: .4;
  }
}
.industryfeatures {
  text-align: left;
  padding-left: 20px;
  padding-right: 70px;
  margin-top: 50px;
}
.pleo-set-image {
  height: 520px;
  width: auto;
}
.industryquotes {
  background-color: grey !important;
  height: 450px !important;
  max-width: 700px !important;
  margin: 15px 0px !important;
  border-radius: 5px !important;
  margin-bottom: 50px !important;
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.2);
}
.industryquotebig {
  background-color: #DB0C75 !important;
}
.industryquotepink {
  color: white;
  margin-top: 12%;
  font-size: 22px;
}
.industryquotesmall {
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px !important;
}
.industry-quote-space10 {
  background-image: url(d59e0f96428f9ac2b4500d4d5eb392c9.html);
}
.industry-quote-duuoo {
  background-image: url(43c084fedd8fbd7a9886844c97c059e4.html);
}
.industry-quote-actimo {
  background-image: url(005151e0ac383ec7a976b46417f70b7c.html);
}
.industryquotepushdown {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.industrysubtitle {
  margin-bottom: 20px;
}
.underline-blue {
  color: #4A90E2;
}
.mention3 {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .industryfeatures {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
  }
  .industry-steps {
    margin-bottom: 50px;
  }
  .pleo-set-image {
    height: auto;
    width: 100%;
  }
  .mention-industry1 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .industryquotesmall {
    background-size: contain;
    width: 349px !important;
    height: 286px !important;
    margin: 20px auto !important;
  }
  .industry-headlines h1 {
    font-size: 30px !important;
  }
  .headline-transport h1 {
    margin-top: 150px !important;
  }
  .headline-tech h1 {
    margin-top: 130px !important;
  }
  .headline-agency h1 {
    margin-top: 140px !important;
  }
}
/*** Margin helpers ***/
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-70 {
  margin-top: 70px;
}
.petty-cash-tagline {
  margin-bottom: 0px;
  font-size: 36px;
}
.header-customers {
  position: relative;
  margin-bottom: 150px;
}
.customer-logos-all {
  position: absolute;
  width: 75%;
  left: 12%;
  bottom: -120px;
}
.customer-segments {
  margin-top: 100px;
}
.industry-pick {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 100px;
}
.industry-pick h4 {
  font-size: 20px;
}
.industry-subhead p {
  margin-bottom: 10px;
}
.industry-subhead {
  text-align: center;
}
.customers-avatar {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.customers-quotes {
  text-align: left !important;
  margin-top: 0px !important;
  padding-bottom: 20px !important;
}
.highlight-customers-text {
  font-size: 23px;
  line-height: 38px;
}
.customers-text-block {
  margin-top: 60px;
}
.customers-quotes p {
  margin-top: 30px !important;
  margin-bottom: 20px;
}
.customers-agency-logos {
  margin-top: 75px;
}
.other-industries {
  margin-bottom: 80px;
}
.customers-subtext {
  color: #6D6C75;
}
.customers-other-industries {
  margin-bottom: 100px;
}
.customers-other-industries .customers-avatar {
  margin-bottom: 0px;
}
.customers-other-industries .features3 {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .customer-logos-all {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: -100px;
  }
}
@media (max-width: 993px) {
  .customers-text-block {
    margin-top: 0px;
  }
  .header-customers {
    margin-bottom: 50px;
  }
  .customers-block-case .features3 p {
    padding-left: 0px;
  }
}
.no-form-calc {
  margin-top: 25px !important;
}
.tc-temporary {
  padding-left: 0px !important;
}
.newsite {
  font-weight: 400;
}
.newsite h3 {
  color: #444;
}
.newsite .prehead {
  margin-top: 0px;
}
.newsite .hero {
  width: 50%;
  height: 100%;
  display: block;
  background: url(685ece222c803868d910466f448029a8.html) no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  animation-name: shiftfade;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
.newsite .header-compromise .headlines {
  padding-top: 70px;
}
.newsite .header-compromise .headlines.press-logos {
  padding-bottom: 10px;
}
.newsite .header-compromise h2 {
  line-height: 27px;
}
.newsite .header-compromise input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}
.newsite .header-compromise input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}
.newsite .header-compromise input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
.newsite .header-compromise input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
.newsite .header-compromise input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}
.newsite .header-new .headlines {
  /* Safari 5.1- 6.0 */
  /* Opera 11.6-12.0 */
  /* Firefox 3.6-15 */
  background: radial-gradient(#C33880, #BF337C);
  /* Standard syntax */
  background: -webkit-radial-gradient(#C33880, #BF337C);
  /* Safari 5.1- 6.0 */
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 92vh;
}
.newsite .header-new .headlines .why-pleo-tagline {
  color: #FFF;
  margin-top: 50px;
  font-weight: 300;
}
.newsite .header-new .headlines .why-pleo-tagline span {
  font-weight: 400;
}
.newsite .header-new .headlines .ButtonConfirm {
  margin-left: 0;
  background: #FFF;
  color: #BF337C;
  border: 0;
  margin-left: 6px;
}
.newsite .header-new .headlines .inputfield {
  background: rgba(0, 0, 0, 0.17);
  color: #FFF;
  border: 0;
  max-width: 230px;
}
.newsite .header-new .headlines h2 {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 30px;
}
.newsite .header-new .headlines .rw-words-1 span {
  color: #FFF;
}
.newsite .header-new .headlines .inputfield::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.newsite .header-new .headlines .newheader {
  background: url(685ece222c803868d910466f448029a8.html) right center no-repeat;
  width: 751px;
  height: 473px;
  background-size: 575px;
  margin-top: 0px;
}
.newsite .header-new .headlines .video_link_text {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.newsite .header-new .headlines .video_link_text .playhowitworks {
  width: 25px;
  margin: 2px 10px 0 0;
}
.newsite .header-new .headlines .video_link_text:hover {
  color: #FFF;
}
.newsite .mainfeatures {
  padding-bottom: 50px;
}
.newsite .mainfeatures .main-feature {
  padding-top: 130px;
}
.newsite .mainfeatures .integrations-desc h2 {
  margin-top: 0;
}
.newsite .mainfeatures .integrations-desc p {
  margin-top: 20px;
  color: #6D6C75;
  letter-spacing: 0px;
}
.newsite .mainfeatures h2 {
  margin-top: 130px;
  font-size: 13px;
  font-weight: 400;
}
.newsite .mainfeatures p {
  font-size: 15px;
}
.newsite .social-proof {
  padding-top: 60px;
}
.newsite .social-proof img {
  height: 32px;
  float: left;
  margin-right: 32px;
}
.newsite .social-proof .info {
  float: left;
}
.newsite .social-proof .info-container {
  background: red;
}
.newsite .social-proof p {
  line-height: 20px;
  font-weight: 400;
  color: #444;
  margin-bottom: 0px;
}
.newsite .social-proof a {
  font-size: 15px;
  margin: 0px;
}
.newsite .carousel-section h3 {
  font-size: 35px;
}
.newsite .carousel-section .slick-prev,
.newsite .carousel-section .slick-next {
  width: 200px;
  height: 500px;
  z-index: 100;
}
.newsite .carousel-section .slick-prev:before,
.newsite .carousel-section .slick-next:before {
  display: none;
}
.newsite .carousel-section .slick-dots {
  bottom: -60px;
}
.newsite .carousel-section .slick-dots li {
  margin: 0 8px;
}
.newsite .carousel-section .slick-dots button:before {
  font-size: 17px;
  color: #4A90E2;
}
.newsite .carousel-section .customerblock-space10 {
  background: url(64f57372019db69fd3b20813d692d9ec.html) center center no-repeat;
}
.newsite .carousel-section .customerblock-actimo {
  background: url(f0d548316fbec5237f7f1ff5c6f37dba.html) center center no-repeat;
}
.newsite .carousel-section .customerblock-duuoo {
  background: url(2d61bf404727a11f28adfff9738ecd30.html) center center no-repeat;
}
.newsite .carousel-section .customerblocknew {
  z-index: 0;
  cursor: pointer;
  background-size: cover;
  height: 500px;
  margin-left: 20px;
}
.newsite .carousel-section .customerblocknew .quote {
  background-color: #C33880;
  color: #FFF;
  width: 450px;
  height: 200px;
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 40px 40px 0 40px;
  display: none;
}
.newsite .carousel-section .customerblocknew .quote blockquote {
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  border: 0;
}
.newsite .carousel-section .customerblocknew .quote .quote-bottom {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  width: 370px;
}
.newsite .carousel-section .customerblocknew .quote .quote-bottom div {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.newsite .carousel-section .customerblocknew .quote .quote-bottom img {
  height: 30px;
}
.newsite .carousel-section .customerblocknew .quote .quote-bottom p {
  font-size: 15px;
  font-weight: 300;
  text-align: right;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.newsite .photobannernew {
  padding: 100px 0 100px 0;
  color: #787690;
}
.newsite .photobannernew h3 {
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 30px;
}
.newsite .photobannernew img {
  width: 213px;
}
.newsite .footer-signup {
  background-color: #F0F4F6;
  padding: 50px 0 20px 0;
}
.newsite .footer-signup h2,
.newsite .footer-signup h3,
.newsite .footer-signup p,
.newsite .footer-signup a {
  font-weight: 400;
}
.newsite .footer-signup h2 {
  margin-top: 0;
}
.newsite .footer-signup h3 {
  font-size: 17px;
  margin-top: 0;
}
.newsite .footer-signup p {
  color: #787690;
  font-size: 15px;
  line-height: 24px;
}
.newsite .footer-signup a {
  position: absolute;
  bottom: 0;
  font-size: 15px;
  color: #DA0077;
  vertical-align: bottom;
  line-height: 20px;
}
.newsite .footer-signup input {
  background-color: #FFF;
  width: 300px;
  height: 42px;
}
.newsite .footer-signup input::-webkit-input-placeholder {
  color: #bbbac0;
}
.newsite .footer-signup .ButtonConfirm {
  background-color: #DB0C75;
  color: #FFF;
  border: 0;
}
.newsite .footer-signup .footer-vertical-border {
  border-left: 1px solid #cbcbd4;
  height: 152px;
  padding: 0 40px;
}
.newsite .footer-signup .press a {
  position: relative;
}
.newsite .footer-signup-simple {
  padding-top: 80px;
}
.newsite .footer-signup-simple .press {
  padding: 0px;
}
.newsite .footer p,
.newsite .footer a,
.newsite .footer li {
  color: #000;
}
.newsite .footer .footertitle {
  font-weight: 600 !important;
}
.newsite .footer .final-text p {
  line-height: 24px;
  margin-top: 45px;
}
.newsite .footer .terms-wrapper {
  border-top: 1px solid #EEEEEE;
  margin-top: 58px;
}
@media screen and (min-width: 1400px) {
  .newsite .carousel-section .customerblocknew {
    height: 600px;
  }
}
@media screen and (min-width: 1800px) {
  .newsite .carousel-section .customerblocknew {
    height: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .newsite .customerblocknew {
    margin: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .newsite .headlines {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .newsite .headlines .why-pleo-tagline {
    font-size: 50px;
    margin-top: 0px;
  }
  .newsite .headlines .hero {
    position: relative;
    width: 100%;
    height: auto;
    justify-self: flex-end;
    -ms-flex: 1;
        flex: 1;
    background-size: cover;
    background-position: top;
  }
  .newsite .social-proof {
    margin-top: 0px;
  }
  .newsite .social-proof .proof {
    text-align: center;
  }
  .newsite .social-proof img {
    height: 50px;
    float: none;
    margin: 40px 0px 32px 0px;
  }
  .newsite .social-proof .info {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  #footertitle,
  #footersubtitle,
  #signupbox {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .newsite .footer-signup .ButtonConfirm,
  .newsite .footer-signup input {
    width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .newsite .header-compromise .headlines {
    padding-top: 40px;
  }
  .newsite .why-pleo-tagline {
    font-size: 35px !important;
    margin-top: 0px;
  }
  .newsite .header-new .headlines {
    height: 830px;
  }
  .newsite .header-new .headlines .why-pleo-tagline {
    margin-top: 150px !important;
  }
  .newsite .header-new .headlines .why-pleo-tagline .rw-words-1 span {
    width: 100%;
    text-indent: 0;
    left: 0;
    line-height: 45px;
  }
  .newsite .header-new .headlines h2 {
    margin-top: 65px;
    line-height: 24px;
  }
  .newsite .inputfield {
    max-width: 100% !important;
  }
  .newsite .mainfeatures .integrations-desc {
    margin-top: 100px;
  }
  .newsite .mainfeatures .main-feature {
    padding-top: 0px;
  }
  .newsite .mainfeatures h2 {
    margin-top: 120px;
  }
  .newsite .footer-signup {
    padding: 80px 10px 0px 10px;
  }
  .newsite .customerblocknew {
    height: 300px !important;
  }
  .newsite .quote {
    display: none !important;
  }
  .newsite .photobannernew img {
    width: 150px;
  }
}
.thinkwhitelogo {
  height: 20px !important;
}
.hero-logos-txt {
  text-align: center;
  font-size:18px;
  color: #666;
  margin-bottom: 40px;
}
/*** Animation ***/
@keyframes shiftfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
.calculator {
  /* Reset */
  /* Clearfix */
  /* Base */
  /* Type */
  /* Accent color */
}
.calculator html,
.calculator body,
.calculator div,
.calculator span,
.calculator applet,
.calculator object,
.calculator iframe,
.calculator h1,
.calculator h2,
.calculator h3,
.calculator h4,
.calculator h5,
.calculator h6,
.calculator p,
.calculator blockquote,
.calculator pre,
.calculator a,
.calculator abbr,
.calculator acronym,
.calculator address,
.calculator big,
.calculator cite,
.calculator code,
.calculator del,
.calculator dfn,
.calculator em,
.calculator img,
.calculator ins,
.calculator kbd,
.calculator q,
.calculator s,
.calculator samp,
.calculator small,
.calculator strike,
.calculator strong,
.calculator sub,
.calculator sup,
.calculator tt,
.calculator var,
.calculator b,
.calculator u,
.calculator i,
.calculator center,
.calculator dl,
.calculator dt,
.calculator dd,
.calculator ol,
.calculator ul,
.calculator li,
.calculator fieldset,
.calculator form,
.calculator label,
.calculator legend,
.calculator table,
.calculator caption,
.calculator tbody,
.calculator tfoot,
.calculator thead,
.calculator tr,
.calculator th,
.calculator td,
.calculator article,
.calculator aside,
.calculator canvas,
.calculator details,
.calculator embed,
.calculator figure,
.calculator figcaption,
.calculator footer,
.calculator header,
.calculator hgroup,
.calculator menu,
.calculator nav,
.calculator output,
.calculator ruby,
.calculator section,
.calculator summary,
.calculator time,
.calculator mark,
.calculator audio,
.calculator video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.calculator article,
.calculator aside,
.calculator details,
.calculator figcaption,
.calculator figure,
.calculator footer,
.calculator header,
.calculator hgroup,
.calculator menu,
.calculator nav,
.calculator section {
  display: block;
}
.calculator body {
  line-height: 1;
}
.calculator blockquote,
.calculator q {
  quotes: none;
}
.calculator blockquote:before,
.calculator blockquote:after,
.calculator q:before,
.calculator q:after {
  content: none;
}
.calculator table {
  border-collapse: collapse;
  border-spacing: 0;
}
.calculator *,
.calculator *:before,
.calculator *:after {
  box-sizing: border-box;
}
.calculator .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.calculator .background {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: block;
  position: absolute;
  overflow: scroll;
  box-sizing: border-box;
  border: 8px solid #d51c6b;
}
.calculator body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #777;
  background-color: #d51c6b;
  box-sizing: border-box;
}
.calculator #wrapper {
  max-width: 850px;
  margin: auto auto;
  position: relative;
  padding-top: 50px;
}
.calculator #wrapper-final {
  max-width: 950px;
  margin: auto auto;
  position: relative;
}
.calculator .cta {
  background-color: #f4f4f4;
  border-radius: 4px;
  box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.06);
  margin-top: 60px;
  margin-bottom: 100px;
}
.calculator .cta .btn-start {
  margin-top: 20px;
}
.calculator .cta .results {
  text-align: center;
  font-size: 24px;
  padding-top: 50px;
}
.calculator .results-top {
  margin-top: 80px;
}
.calculator .cta-first {
  text-align: center;
}
.calculator #header {
  margin-top: 50px;
  margin-bottom: 45px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
.calculator #header-final {
  margin-bottom: 25px;
  padding-bottom: 0px;
  text-align: center;
  position: relative;
}
.calculator #avatar {
  display: inline-block;
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
  margin-top: -50px;
}
.calculator a {
  text-decoration: none;
  color: #5694f1;
  font-weight: 400;
}
.calculator h1 {
  object-fit: contain;
  font-size: 38px;
  line-height: 50px;
  color: #111;
  margin-bottom: 10px;
}
.calculator h1.results {
  line-height: 36px;
}
.calculator h2 {
  font-size: 20px;
  line-height: 1.5;
  color: #999999;
}
.calculator .results {
  font-size: 32px;
  color: #111;
  width: auto;
}
.calculator h3 {
  font-size: 52px;
  text-align: center;
  color: #d51c6b;
  margin-bottom: 15px;
  margin-top: 30px;
}
.calculator p {
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 16px;
}
.calculator .benefit #benefits,
.calculator .benefit-txt {
  display: inline;
  vertical-align: middle;
}
.calculator .pleo-benefits {
  margin-top: 20px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.calculator .benefit-txt {
  font-size: 17px;
  line-height: 2.2;
  text-align: center;
  color: #999999;
  margin-left: 20px;
}
.calculator .benefit {
  margin-top: 50px;
}
.calculator .btn-start {
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-user-select: none;
  padding: 25px 75px;
  background-color: #3bb273;
  margin-top: 45px;
}
.calculator .btn-start:hover {
  background-color: #38aa6e;
}
.calculator .btn-cta {
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-user-select: none;
  padding: 25px 75px;
  background-color: #d51c6b;
}
.calculator .menu-link {
  position: absolute;
  margin-top: 5vh;
  right: 5vh;
  font-size: 15px;
  color: #666666;
}
.calculator .menu-link:hover {
  color: #111;
}
.calculator .back-link {
  position: absolute;
  margin-top: 5vh;
  left: 5vh;
  font-size: 15px;
  color: #666666;
}
.calculator .back-link:hover {
  color: #111;
}
.calculator .share-link {
  margin-top: 5vh;
  margin-right: 5vh;
  float: right;
  font-size: 15px;
  color: #000000;
}
.calculator .about-link {
  position: absolute;
  bottom: 5vh;
  left: 5vh;
  float: left;
  font-size: 15px;
  color: #666;
}
.calculator .about-link:hover {
  color: #111;
}
.calculator .on-page-1 {
  position: absolute;
  bottom: 5vh;
  right: 5vh;
  float: left;
  font-size: 15px;
  color: #666;
}
.calculator .decorative-title {
  position: fixed;
  margin-top: 5vh;
  text-align: center;
  font-size: 15px;
  color: #000000;
}
.calculator .employee-input {
  margin-top: 40px;
  margin-bottom: 85px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  width: 550px;
  text-align: center;
  opacity: 0.53;
  font-size: 28px;
  color: #c9c7c7;
  height: 72px;
}
.calculator .employee-input:focus {
  border-bottom: solid 2px #000;
  outline: none;
  color: #000;
  font-size: 42px;
}
.calculator .formfields-input {
  margin-top: 45px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  width: 550px;
  text-align: center;
  opacity: 0.53;
  font-size: 28px;
  color: #c9c7c7;
  height: 72px;
}
.calculator .formfields-input:focus {
  border-bottom: solid 2px #000;
  outline: none;
  color: #000;
  font-size: 42px;
}
.calculator .decision-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.calculator .decision-container.decision-container-visibility {
  width: 65%;
  margin: 0 auto;
}
.calculator .decision-container h3 {
  margin-top: 18px;
  font-size: 15px;
  color: #000000;
}
.calculator .decision {
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-top: 55px;
}
.calculator .decision-1,
.calculator .decision-2,
.calculator .decision-3 {
  position: relative;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.calculator .decision-1:hover,
.calculator .decision-1:focus,
.calculator .decision-1:active,
.calculator .decision-2:hover,
.calculator .decision-2:focus,
.calculator .decision-2:active,
.calculator .decision-3:hover,
.calculator .decision-3:focus,
.calculator .decision-3:active {
  transform: scale(1.1);
}
.calculator .data-source {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}
.calculator .data-source h2 {
  margin-bottom: 20px !important;
}
.calculator .data-source h4 {
  margin-top: 40px !important;
}
.calculator .data-source-link {
  font-size: 20px;
  line-height: 1.9;
  color: #999999;
}
.calculator .calculator-result {
  cursor: pointer;
}
.calculator .calculator-result h4 {
  color: #5694f1;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer !important;
}
.calculator .calculator-result h4:hover {
  text-decoration: underline;
}
.calculator .video_link_text {
  margin: 0 auto;
  margin-top: 20px;
}
.calculator .video_link_text .playhowitworks {
  vertical-align: bottom;
}
.calculator .video_link_text .text {
  margin-left: 8px;
  color: #999;
}
.calculator .video_link_text .text:hover {
  color: #666;
  text-decoration: underline;
}
.calculator .customers {
  text-align: center;
  padding-bottom: 70px;
}
.calculator .customers .title {
  font-size: 17px;
  color: #999;
}
.calculator .customers .items {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.calculator .customers .item {
  vertical-align: middle;
}
.calculator .customers .item + .item {
  margin-left: 30px;
}
.calculator .assumptions {
  margin-top: 50px;
  display: none;
  text-align: center;
}
.calculator .assumptions table {
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: left;
  font-size: 14px;
  color: #111;
  border: 1px solid #999;
}
.calculator .assumptions table td,
.calculator .assumptions table th {
  padding: 10px;
  border: 1px solid #999;
}
.calculator .assumptions table th {
  font-weight: 500;
}
.calculator .assumptions a:hover {
  text-decoration: underline;
}
.calculator strong {
  font-weight: bold;
}
@media screen and (min-width: 1400px) {
  .calculator #wrapper {
    margin-top: 100px;
  }
  .calculator #wrapper-final {
    margin-top: 150px;
  }
}
@media screen and (max-width: 540px) {
  .calculator #wrapper {
    padding: 40px;
  }
  .calculator #header {
    margin-bottom: 40px;
  }
  .calculator #docs {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .calculator #wrapper,
  .calculator #wrapper-final {
    padding: 20px;
  }
  .calculator #header {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .calculator #wrapper-final h3 {
    font-size: 36px;
  }
  .calculator h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .calculator h2 {
    font-size: 18px;
  }
  .calculator #avatar {
    width: 150px;
    height: 150px;
    margin-top: 0px;
  }
  .calculator .about-link {
    position: static;
    display: block;
    margin: 0 0 30px 0;
    float: none;
  }
  .calculator .menu-link {
    position: static;
    display: block;
    margin: 30px 0 0 0;
  }
  .calculator .back-link {
    display: none;
  }
  .calculator .on-page-1 {
    display: none;
  }
  .calculator .employee-input {
    width: 100%;
    margin-bottom: 20px;
  }
  .calculator .employee-input::-webkit-input-placeholder {
    font-size: 20px;
  }
  .calculator .employee-input::-moz-placeholder {
    font-size: 20px;
  }
  .calculator .employee-input:-ms-input-placeholder {
    font-size: 20px;
  }
  .calculator .employee-input::placeholder {
    font-size: 20px;
  }
  .calculator .formfields-input {
    width: 100%;
    margin-bottom: 20px;
  }
  .calculator .formfields-input::-webkit-input-placeholder {
    font-size: 20px;
  }
  .calculator .formfields-input::-moz-placeholder {
    font-size: 20px;
  }
  .calculator .formfields-input:-ms-input-placeholder {
    font-size: 20px;
  }
  .calculator .formfields-input::placeholder {
    font-size: 20px;
  }
  .calculator .background {
    text-align: center;
  }
  .calculator .decision-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .calculator .decision-container .decision-item {
    min-width: 100%;
  }
  .calculator .decision-container .decision-item .decision {
    margin-top: 40px;
  }
  .calculator .results-top {
    margin-top: 40px;
  }
  .calculator .cta {
    padding: 20px;
    margin-bottom: 20px;
  }
  .calculator .cta .btn-start {
    padding: 20px;
    max-width: 300px;
  }
  .calculator .cta .customers {
    display: none;
  }
  .calculator .cta h1 {
    padding-top: 20px;
  }
  .calculator .cta .pleo-benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .calculator .cta .pleo-benefits-item {
    text-align: center;
  }
  .calculator .cta .pleo-benefits-item img#benefits {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .calculator .cta .pleo-benefits-item .benefit-txt {
    margin: 10px 0 0 0;
  }
  .calculator .data-source {
    padding: 20px;
  }
}

/*# sourceMappingURL=styles.dda0fda62cc0efb314d4.css.map*/