.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-family: "Bree", sans-serif;
  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-family: "Asap", sans-serif;
  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;
  font-family: "Open-sans", sans-serif;
}
.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.svg);
  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-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  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(6) a {
  color: #FFF !important;
  font-family: 'Roboto', sans-serif !important;
  background-color: #FF3366;
  border-radius: 31px;
  padding: 15px 23px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.navigation--item:nth-child(6) 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(6) {
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .navigation--item:nth-child(6) {
    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: #FFF;
}
.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-family: 'Roboto', sans-serif !important;
  font-weight: 300;
}
.newsite .header-new .navigation--item a:hover {
  color: #FFF;
}
.newsite .header-new .navigation--item:nth-child(6) 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;
}
.newsite .header-compromise .navigation.static.v3 {
  background-color: #fff;
}
@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 {
  text-rendering: optimizeLegibility;
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #434343;
}
a {
  cursor: pointer !important;
  color: #FF3366;
}
body,
html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
}
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: 2.5;
  font-weight: 400;
  margin-left: 0px;
  color: #000;
}
.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: left;
  line-height: 18px;
  color: #434343;
}
.final-text a {
  padding-left: 10px;
}
.final-text-legal a {
  padding-left: 10px;
  margin-top: 75px;
  font-size: 10px;
  text-align: left;
  line-height: 18px;
  color: #434343;
}
.final-text-legal a:first-child {
  padding-left: 0px;
}
.legallinks {
  opacity: 0.4;
}
.lang-pick {
  padding-right: 5px;
}
.social-proof-hero {
  margin-top: 10px;
}
.social-proof-hero .text {
  color: #444444;
  font-size: 12px;
  opacity: 0.7;
}
.social-proof-hero .trustpilot-stars {
  margin-right: 10px;
  opacity: 0.7;
}
.social-proof-hero:hover .trustpilot-stars {
  background-position: 0px 0px;
  opacity: 1;
}
.social-proof-hero:hover .text {
  color: #444;
  font-size: 12px;
  opacity: 1;
}
.sub-hero {
  background-color: #FFF;
  margin-top: 40px;
}
.sub-hero-logos {
  height: 150px;
}
.sub-hero-logos-text {
  color: #000;
  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;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.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: 20px;
}
.sub-hero-logos-images img.scanomat {
  height: 40px;
}
.sub-hero-logos-images img.gomore {
  height: 23px;
}
.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.vayner {
  height: 15px;
}
.sub-hero-logos-images img.shortlist {
  height: 45px;
}
.sub-hero-logos-images img.airsorted {
  height: 25px;
}
.sub-hero-logos-images img.hivehr {
  height: 20px;
}
.sub-hero-logos-images img.sgrene {
  height: 40px;
}
.sub-hero-logos-images img.boliga {
  height: 23px;
}
.sub-hero-logos-images img.tc-front {
  height: 17px;
}
.sub-hero-logos-images img.bi-front {
  height: 30px;
}
.sub-hero-logos-images img.cnbc-front {
  height: 32px;
}
.sub-hero-logos-images img.entrepreneur-front {
  height: 22px;
}
.sub-hero-logos-images img.techradar-front {
  height: 17px;
}
.sub-hero-logos-images img.ab-front {
  height: 20px;
}
.sub-herov3 {
  background-color: #FFF;
  border-top: 2px solid #FAFBFC;
  border-bottom: 2px solid #FAFBFC;
}
@media screen and (max-width: 992px) {
  .links {
    text-align: center;
  }
  .logos {
    text-align: center;
  }
  .social-proof-hero {
    text-align: center;
  }
  .sub-hero-logos-images div {
    width: 33%;
    margin-bottom: 30px;
  }
}
@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;
  }
  .hero-logos-txt {
    font-size: 10px !important;
  }
  .sub-hero-logos-images div {
    width: 50%;
    margin-bottom: 30px;
  }
  .sub-hero-logos-images img.techradar-front {
    display: none;
  }
  .sub-hero-logos-images img.ab-front {
    display: none;
  }
  .margin-top-120-sm {
    margin-top: 120px !important;
  }
}
.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.jpg);
}
.header-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/45862920229f053009dbf7b9f67cd91c.jpg);
}
.header-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/ce36c2bc0c724a12b2088fc87c5071d9.jpg);
}
.header-5 {
  display: block;
  background: url(/cd2e4bf5f24f3444bfcb539a8fafe4b9.jpg) right center no-repeat;
  background-size: auto 575px;
  background-position-x: left;
  width: 1170px;
  height: 535px;
  margin-top: -20px;
  margin-left: 45px;
}
.header-6 {
  display: block;
  background: url(/be5e05685d4a064d8138ecb160b2050b.jpg) right center no-repeat;
  background-size: auto 625px;
  background-position-x: left;
  width: 1170px;
  height: 535px;
  margin-top: -20px;
  margin-left: 45px;
}
.header-6 .partner-headlines {
  padding-top: 200px;
  padding-bottom: 200px;
}
.header .partner-header h1 {
  font-size: 30px !important;
}
.header-referral {
  display: block;
  background: url(/02010bd595fe7f9905a77ffb85dc841e.png) right center no-repeat;
  background-size: auto 425px;
  background-position-x: left;
  width: 1170px;
  height: 535px;
  margin-top: -50px;
  margin-left: 45px;
}
.referral-subtitle {
  font-size: 18px !important;
  line-height: 30px !important;
}
.referral-txt {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.partner-header {
  padding-bottom: 30px !important;
}
.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: #FF3366 !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.jpg);
}
.header-customer-case-space10 {
  background-image: url(/6dbc64eaf49ba95f1a12ffdf076f50e8.jpg);
}
.header-customer-case-europeanenergy {
  background-image: url(/7c7d24aaf6be5283b5a0bb0ff0c15bd6.png);
}
.header-customer-case-duuoo {
  background-image: url(/cc448beefc8186e8cc7fa8c0bc201c46.jpg);
}
.header-customer-case-dgda {
  background-image: url(/4cbfde9ecbd99b07ab8b2b437d741f39.jpg);
}
.header-customer-case-planday {
  background-image: url(/85fc8c1db930f6f063af0a9509821e4c.jpg);
}
.header-customer-case-thinkdigital {
  background-image: url(/368be304d84d9aeb7cc6574255e9a365.jpg);
}
.header-customer-case-syftapp {
  background-image: url(/06303ab414a9d75e18ea45738a2e6f4d.jpg);
}
.header-customer-case-geniebelt {
  background-image: url(/7a2665b38139ad3cb2dd621c32e17c70.jpg);
}
.header-customer-case-gaest {
  background-image: url(/fe90b2695fc996b3c53826ff2224d8b9.jpg);
}
.header-customer-case-startle {
  background-image: url(/4ae7ddbfdfa53881632a54d19c3a31bc.jpg);
}
.header-customer-case-pizza-pilgrims {
  background-image: url(/e47a82de5ac593cfa95679205dbb3b4b.jpg);
}
.header-customer-case-airsorted {
  background-image: url(/42c3f73b49a928f807fc9296f5348f03.jpg);
}
.header-customer-case-sixpointsix {
  background-image: url(/e48c97d9f82f130214d341f73c2dd52b.jpg);
}
.header-customer-case-techspace {
  background-image: url(/605eeedc64d3680f12f8489282c24bc8.jpg);
}
.header-customer-case-sandgrav {
  background-image: url(/3f8eddaa135a1b2660fe734e661621b3.jpg);
}
.header-customer-case-buffalo {
  background-image: url(/a7590a386a3718c276805496d3edaa78.jpg);
}
.header-customer-case-fly {
  background-image: url(/181c083ff2fcaa5583532744f4ea6dfc.jpg);
}
.header-customer-case-borkowski {
  background-image: url(/1e907b1705ded63d948a8e81c56c48d3.jpg);
}
.header-customer-case-cubicmotion {
  background-image: url(/e24c21db94d7ea4d9ecea81991e03d39.jpg);
}
.header-customers {
  background-image: url(/5506e2804523f62b67a72e51d3b75abe.jpg);
}
.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;
  margin-bottom: 30px;
}
.customer-case-main li + li {
  margin-top: 10px;
}
.customer-case-main .features3 {
  min-height: 100px !important;
  text-align: center !important;
}
.customer-case-main .features3.customer-case-profile {
  text-align: center !important;
  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;
  text-align: center !important;
}
.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: #000;
  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-main-section {
  margin-top: 70px;
}
.customer-case-features {
  margin: 60px auto;
}
.newcustomercasesv3 {
  margin-top: 70px;
  margin-bottom: 40px;
}
.header-agency {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/aa7e271b82a4249fb8eddf75f4c0c54f.jpg);
}
.header-tech {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/f488990542708cdef951ab17f6590134.jpg);
}
.header-retail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/5c9bcfccc8bdbcf9cc63e64918cf4878.jpg);
}
.header-transport {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/5899a7bf1060fc0889f5abb63cad10f1.jpg);
}
@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: 0px !important;
  }
  .buttonPartnerConfirmTop {
    margin-top: 110px !important;
    margin-bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .header-customer-case {
    height: 600px;
  }
  .header-customer-case-content {
    margin-top: 100px;
  }
}
.newheader {
  display: block;
  background: url(/c079355f3e204fdfc67352978c578132.jpg) right center no-repeat;
  background-size: auto 535px;
  background-position-x: left;
  width: 1170px;
  height: 535px;
  margin-top: -20px;
  margin-left: 45px;
}
.newheader.cardsheader {
  background: url(/2391960865362491c62c90574517b919.png) right center no-repeat;
  background-size: auto 870px;
  width: 1170px;
  height: 550px;
  margin-left: -300px;
}
.newheader.economic {
  background: url(/b05de642363ac4b9e2704e1837d2c664.png) right center no-repeat;
  background-size: auto 570px;
  width: 1170px;
  height: 550px;
  margin-top: 0px;
  margin-left: -80px;
}
.newheader.xero {
  background: url(/9738551879f80a496d6ec37dff97c117.png) right center no-repeat;
  background-size: auto 600px;
  width: 870px;
  height: 550px;
  margin-top: -50px;
  margin-left: 0px;
}
.newheader.quickbooks {
  background: url(/60bbe6801c0a6164ae306c72aa725d36.png) right center no-repeat;
  background-size: auto 600px;
  width: 870px;
  height: 550px;
  margin-top: -50px;
  margin-left: 0px;
}
.newheader.visma {
  background: url(/3a2ae791972c2308f4301c73a481b01c.png) right center no-repeat;
  background-size: auto 600px;
  width: 870px;
  height: 550px;
  margin-top: -50px;
  margin-left: 0px;
}
.newheader.fortnoxheader {
  background: url(/f26202de4e7d1ec1f6b37e6cefd994b9.png) right center no-repeat;
  background-size: auto 650px;
  width: 870px;
  height: 550px;
  margin-top: -50px;
  margin-left: 0px;
}
.newheader.v3 {
  background: url(/5d882b50faeb6370d9cd2eca31b4149f.png) right center no-repeat;
  background-size: auto 620px;
  width: 1200px;
  height: 610px;
  margin-top: -50px;
  margin-left: -350px;
}
.newheader.pleocards {
  background: url(/1bd73ea65b846423657e143911bc593d.png) right center no-repeat;
  background-size: auto 585px;
  background-position-x: left;
  width: 1170px;
  height: 535px;
  margin-top: -60px;
  margin-left: 120px;
}
.newheader .hero-play-button-big {
  transform: translate(-50%, -50%);
  background-image: url(/5fa6f368944794b893638a21417b68e4.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 80px 80px;
  height: 80px;
  width: 80px;
  left: 70%;
  top: 40%;
  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);
}
.travelinsurance {
  background: url(/d8a9ba3cff3cf9a389542e97eb7f7eb1.png) right center no-repeat;
  background-size: auto 620px;
  height: 500px;
  width: 901px;
  margin-top: -50px;
  margin-left: 0px;
  display: block;
}
.securityheader {
  background: url(/088afd08d0c662d6bb12ba19c05074a7.jpg) right center no-repeat;
  background-size: auto 520px;
  height: 500px;
  width: 700px;
  margin-top: 0px;
  margin-left: 0px;
  display: block;
}
@media (max-width: 1200px) {
  .newheader {
    background: url(/c079355f3e204fdfc67352978c578132.jpg) right center no-repeat;
    background-size: auto 520px;
    width: 800px;
    height: 520px;
    margin-top: -39px;
    margin-left: 20px;
  }
  .newheader.economic {
    background: url(/b05de642363ac4b9e2704e1837d2c664.png) right center no-repeat;
    background-size: auto 540px;
    width: 1170px;
    height: 540px;
    margin-top: -39px;
    margin-left: -200px;
  }
  .newheader.xero {
    background: url(/9738551879f80a496d6ec37dff97c117.png) center center no-repeat;
    background-size: auto 540px;
    width: 1170px;
    height: 540px;
    margin-top: -39px;
    margin-left: -200px;
  }
}
@media (max-width: 992px) {
  .newheader {
    background: url(/4ccdabe8de9b6f97252fa7e8f5eb3feb.png) center center no-repeat;
    background-size: auto 270px;
    width: 353px;
    height: 270px;
    margin: 0 auto;
    margin-top: 35px;
  }
  .newheader.economic {
    background: url(/ed8d04d5335ae22164e45c183a109e3a.png) center center no-repeat;
    background-size: auto 220px;
    width: 323px;
    height: 220px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .newheader.xero {
    background: url(/9738551879f80a496d6ec37dff97c117.png) center center no-repeat;
    background-size: auto 320px;
    width: 443px;
    height: 320px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .newheader.quickbooks {
    background: url(/60bbe6801c0a6164ae306c72aa725d36.png) center center no-repeat;
    background-size: auto 320px;
    width: 443px;
    height: 320px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .newheader.fortnoxheader {
    background: url(/97c11465a67082de210d99463994bc88.png) right center no-repeat;
    background-size: auto 420px;
    width: 570px;
    height: 420px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .newheader.pleocards {
    background: url(/1bd73ea65b846423657e143911bc593d.png) right center no-repeat;
    background-size: auto 420px;
    width: 570px;
    height: 420px;
    margin-top: 50px;
    margin-left: 0px;
  }
  .newheader .hero-play-button-big {
    left: 50%;
  }
  .travelinsurance {
    background: url(/d8a9ba3cff3cf9a389542e97eb7f7eb1.png) right center no-repeat;
    background-size: auto 420px;
    width: 623px;
    height: 320px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .securityheader {
    background: url(/cf22f6a1b2c6b3e9d4d24ce393f3e94e.png) right center no-repeat;
    background-size: auto 420px;
    height: 500px;
    width: 450px;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
  }
  :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: #000;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 80px;
  line-height: 54px;
}
.header .headlines h2 {
  line-height: 27px;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}
.header .headlines-xero h1 {
  margin-top: 30px;
  word-break: normal;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.whypleov3 {
  color: #FF3366;
}
.headlines.press-logos {
  padding-bottom: 0px;
  background: #FFF;
}
.v3headlines.press-logos {
  background: #FFF;
}
.background-small-1,
.background-small-2,
.background-small-3,
.background-small-4 {
  background: url(/29484180a7e9392642e053477ea6e883.jpg) 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) {
  .pleocards {
    background: url(/1bd73ea65b846423657e143911bc593d.png) right center no-repeat;
    background-size: auto 420px;
    width: 570px;
    height: 420px;
    margin-top: 50px;
    margin-left: -200px !important;
  }
  .background-small-1 {
    background: url(/832aedaca24f87bd74f6e4140ea2f5b9.jpg) center center no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
  }
  .background-small-2 {
    background: url(/b123a1cadf7fe0cd52ae28acc3691546.jpg) center center no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
  }
  .background-small-3 {
    background: url(/40895ec60a904f44e199721876209610.jpg) center center no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
  }
  .background-small-4 {
    background: url(/c4337a3b20e878ee2cdbd436e27900da.jpg) center center no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
  }
  .background-small-5 {
    background: url(/b3aad27f65ba004595a9a75bb404b9dc.jpg) 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-family: 'Roboto', sans-serif !important;
  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: #FF3366;
  border: 0;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px;
  color: #FFF;
  font-weight: 400;
  padding: 10px 25px;
  margin-left: 6px;
  z-index: 1100;
  outline: none;
  letter-spacing: 0.8px;
}
.ButtonConfirmDe {
  padding: 10px 15px;
}
.ButtonConfirm:hover {
  background-color: #FF3366;
  text-decoration: none;
  color: #FFF;
  box-shadow: 0 0px 0.5px #000000;
}
.buttonconfirmupper {
  background-color: #FF3366;
  border: 1px solid #FF3366;
}
.buttonbookademoupper {
  background-color: white;
  border: 1px solid #FF3366;
  color: #FF3366;
}
.buttonconfirmv3 {
  background-color: #FF3366;
  border: 1px solid #FF3366;
}
.buttonconfirmupper:hover {
  background-color: #FF3366;
}
.buttonconfirmv3:hover {
  background-color: #FF3366;
  border: 1px solid #FF3366;
}
.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: 35px;
  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;
  margin-top: 50px;
}
.features3 h2,
.features3 h4 {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.features3 p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.newsfeature3 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.top-features {
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .firstfeatures3 {
    margin-bottom: 50px;
    text-align: center;
  }
  .firstfeatures3 .features3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .features3 {
    width: 100%;
    margin-top: 20px;
  }
}
.howitworksvideo {
  background-color: #FFF;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px;
}
.howitworkstitle h3 {
  font-size: 36px;
  margin-bottom: 10px !important;
  margin-top: 60px !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;
}
.customervideobutton {
  margin-top: 0px;
}
.playhowitworks {
  margin-right: 10px;
  vertical-align: middle;
}
.alltogether {
  width: 80%;
  height: auto;
  margin-top: 70px;
}
.alltogether2 {
  width: 80%;
  height: auto;
  margin-top: 0px;
}
.alltogether3 {
  width: 70%;
  height: auto;
  margin-top: 30px;
}
.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: #FF3366;
  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 {
  font-family: 'Roboto', sans-serif !important;
  color: #000;
  letter-spacing: 0px;
}
.pleo-economic {
  font-weight: 700;
  text-decoration: underline;
  color: #D6005D;
}
.pleo-economic:hover {
  cursor: pointer;
  color: #D6005D;
}
.integrations {
  background-color: #121B48;
  text-align: left;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.integrations h2 {
  text-align: left;
}
.integrations p {
  text-align: left;
  color: white;
}
.integrations h3 {
  color: white;
}
.integrations-desc {
  margin-bottom: 10px;
}
.integrations-desc h4 {
  margin-top: 30px;
}
.integrations-desc p {
  font-family: sans-serif;
  margin-top: 20px;
  font-size: 16px;
  color: #FFF;
  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(/a008dd17091df73113b4b9799a505160.svg);
  color: #434343;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
}
.item1,
.featureimage2 {
  text-align: center;
}
.receiptsv3img {
  max-height: 550px;
  width: auto;
}
@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%;
  }
  .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;
  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-family: 'Roboto', sans-serif !important;
  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.png);
  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;
  font-family: 'Roboto', sans-serif !important;
  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;
  font-family: 'Roboto', sans-serif !important;
  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 h3 {
  font-size: 35px;
  line-height: 1.5;
  font-weight: 400;
}
.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: 35px;
  font-family: 'Roboto', sans-serif !important;
  color: #000;
  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;
}
.carousel-indicatorsv3 {
  position: relative;
  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;
  width: 30px;
  height: 3px;
  margin: 3px;
}
#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: #FF3366;
  border: 0 solid #FF3366;
}
/* End carousel */
.item {
  margin-bottom: 90px;
}
.itemv3 {
  margin-bottom: 140px;
}
.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;
  color: #000;
}
.quoterest {
  padding-left: 150px;
}
.quoterestv3 {
  padding-left: 20px;
  text-align: left;
  margin-top: 5em;
}
.quoterestv3 p {
  font-size: 22px;
  padding-right: 100px;
  line-height: 40px;
  margin-top: 10px;
  color: #000;
}
.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;
  }
  .quoterestv3 {
    margin-top: 1em;
  }
  .quoterestv3 p {
    font-size: 20px;
    padding-right: 50px;
    line-height: 40px;
  }
}
@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;
  }
  .quoterestv3 {
    margin-top: 1em;
  }
  .quoterestv3 p {
    font-size: 20px;
    padding-right: 30px;
    line-height: 40px;
  }
  .itemv3 {
    margin-bottom: 100px;
  }
}
.customerblock {
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
  height: 200px;
}
.xeroblock .quoterest {
  text-align: center;
}
.xerodirectfeed {
  text-align: center;
}
.xero-directfeed-subtitle {
  text-align: center;
  color: #000;
  font-size: 15px;
}
.xerodirectfeed {
  text-align: center;
}
.xerodirectfeed h2 {
  text-align: center;
}
@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: #000;
}
/** 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: 100px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 23px;
    height: 3px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 23px;
    height: 3px;
  }
}
@media (max-width: 480px) {
  .item blockquote p {
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  #quote-carousel .carousel-indicators {
    margin-bottom: 0px !important;
  }
  .itemv3 {
    margin-bottom: 20px;
  }
}
@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;
  font-family: 'Roboto', sans-serif !important;
}
.mission-statement p {
  margin-bottom: 30px;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.team {
  background-color: #FBFBFB;
}
.investors {
  background-color: #FFF;
}
.ourinvestor:first-child,
.ourinvestor:nth-child(2) {
  margin-top: 10px;
}
.ourinvestor:last-child {
  margin-top: 5px;
}
@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: 35px;
  font-family: 'Roboto', sans-serif !important;
}
.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;
}
.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;
  font-family: 'Roboto', sans-serif !important;
}
.faq-subtitle {
  font-size: 18px;
  color: #434343;
  text-align: center;
}
.faq-subtitle h5 {
  letter-spacing: 0.89px;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 30px;
  color: #000;
}
.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;
}
.whypleo-customersuccess {
  text-align: left;
  margin-top: 120px;
}
.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);
}
.active-doc {
  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: #f8f8f8;
}
.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(/da81e03fd762303284e44af7734aeb1a.png);
  float: right;
  color: #4a90e2;
}
.panel-heading a.collapsed:after {
  content: url(/477b0b1802d7f7870dce01e37eedf045.png);
  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;
  font-family: 'Roboto', sans-serif !important;
}
.thankyou-subtitle {
  margin-top: 40px;
}
.thankyou-share {
  margin-top: 10px;
  margin-bottom: 20px;
}
.thankyou-share .share-button {
  font-family: 'Roboto', sans-serif !important;
  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: #FF3366;
  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-family: 'Roboto', sans-serif !important;
  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: #FF3366;
  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-family: 'Roboto', sans-serif !important;
  font-size: 22px;
  color: #434343;
}
.pressQuestions .contact-infos p,
.pressQuestions .contact-infos a {
  font-family: 'Roboto', sans-serif !important;
  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;
}
.siliconrepublic {
  opacity: 0.7;
}
@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: left;
  margin-top: 50px;
}
.pleofeature p {
  margin-top: 0px;
}
.pleofeature h6 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #4a90e2;
}
.pleofeaturesubtitle h3 {
  margin-bottom: 30px;
  margin-top: 40px;
}
.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, #FFF);
  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: 0px;
    padding-right: 25px;
    padding-bottom: 0px !important;
  }
  .newsfeature3 p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .security .features3 {
    padding-bottom: 40px;
    height: auto;
  }
  .travelfeatures p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.highlight-customers-quotes {
  text-align: left !important;
}
.whypleoreasons {
  margin-top: 0px;
  padding-top: 0px;
}
.whypleoreasons .features3 {
  min-height: 360px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left !important;
}
@media (max-width: 992px) {
  .whypleoreasons .features3 {
    min-height: 450px;
  }
  .whypleoreasons {
    margin-top: 0px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .whypleoreasons .features3 {
    min-height: auto;
    margin-bottom: 50px;
  }
}
.why-pleo-tagline {
  margin-bottom: 75px;
  font-weight: 400;
  font-size: 45px;
  font-family: 'Roboto', sans-serif !important;
  margin-top: 30px;
}
.de-rotating-header {
  font-size: 40px;
}
.contact-pleo-tagline {
  margin: 50px 0 25px 0;
  font-weight: 400;
  font-size: 36px;
  font-family: 'Roboto', sans-serif !important;
  text-align: center;
}
.contact-pleo-subtagline {
  text-align: center;
}
.pricing-pleo-tagline {
  font-size: 36px;
  font-family: 'Roboto', sans-serif !important;
  margin-top: -10px;
  text-align: center;
  color: black;
  font-weight: 400;
}
.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: #000;
}
.pricing-tab {
  box-shadow: 0 2px 4px 0 rgba(69, 69, 69, 0.1);
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  background-color: #FFF;
  text-align: left;
  max-width: 400px;
}
.pricing-main-tab {
  text-align: center;
}
.pleotravelinsurancerow {
  margin-top: 40px;
  background-color: #F9F9F9;
}
.pleotravelinsurance {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 16px;
  line-height: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.pleotravelinsurancenew {
  color: #FF3366;
  font-weight: 700;
}
#insurance-mail-trigger {
  color: #D60D6A;
}
.pricing-tab-fav {
  box-shadow: 0 2px 4px 0 rgba(69, 69, 69, 0.1);
  border: 1px solid #e8e8e8;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  border-radius: 4px;
  margin-bottom: 50px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .pricing-tab-fav {
    margin-top: 30px;
  }
  .pricing-pleo-subtitle {
    margin-bottom: 50px;
  }
  .pricing-tab {
    margin-left: auto;
    margin-right: auto;
  }
  .pricing-main-tab {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.pricing-page {
  margin-top: 80px;
  background: #FFF;
  padding: 80px 0 0px 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: left;
  font-size: 31px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 60px;
  padding-right: 60px;
}
.priceminimum {
  text-align: center;
  font-size: 12px;
  margin-top: -8px;
}
.pricing-pleo-top-price {
  font-size: 70px;
  color: #111;
}
.pricing-contact-us-text {
  margin-top: 90px;
  margin-bottom: 70px;
}
.pricing-divider {
  border: 0.5px solid #e8e8e8;
  margin-left: 60px;
  margin-right: 60px;
}
.pricing-pleo-price-per-user {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 19px;
}
.pricing-pleo-desc {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
.highlight-active-user + .tooltip > .tooltip-inner {
  background-color: #FF3366;
  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: #FF3366;
  border-bottom: 1px dotted #FF3366;
}
.highlight-active-user:hover {
  cursor: default;
}
.pricing-contact-us {
  background-color: #FF3366;
  border-radius: 10px;
  color: #FFF;
  text-align: center;
  font-weight: 200;
  font-size: 16px;
  padding: 20px;
  margin: 40px 60px;
  letter-spacing: 1.2px;
}
.pricing-contact-us:hover {
  font-weight: 500;
}
.pricing-contact-us-secondary {
  background-color: #FFF;
  border: 1px solid #FF3366;
  color: #FF3366;
  border-radius: 10px;
  padding: 20px 0px;
  margin: 40px 60px;
  font-size: 16px;
}
.pricing-contact-us-secondary:hover {
  background-color: #FF3366;
  color: #fff;
}
.pricing-most-popular {
  background-color: #FF3366;
  color: #FFF;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  padding: 20px 60px;
  font-weight: 300;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.pricing-custom {
  background-color: #fff;
  color: #FF3366;
  border: 1px solid #FF3366;
}
.pricing-inside-features {
  width: 240px !important;
  margin-bottom: 50px;
}
.pricing-inside-features_wide {
  padding-right: 60px;
  padding-left: 60px;
}
.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;
}
.v3rw-words span,
.v3rw-words-1 span:nth-child(2),
.v3rw-words-1 span:nth-child(3),
.v3rw-words-1 span:nth-child(4),
.v3rw-words-1 span:nth-child(5) {
  color: #FF3366;
}
@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.svg);
  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;
}
.customer-success {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-left: 35px;
}
.supporttext {
  text-align: left;
  width: 90%;
  padding-right: 50px;
}
.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;
}
@media (max-width: 992px) {
  .supporttext {
    text-align: center;
    width: 100%;
    padding-right: 0px;
  }
  .whypleo-customersuccess {
    text-align: center;
    margin-top: 60px;
  }
}
.pleofeatureyes {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 30px;
}
.pleofeatureno {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 20px;
}
@media (max-width: 992px) {
  .pleofeatureyes,
  .pleofeatureno {
    margin-left: 10px !important;
  }
}
.comparison-table-1,
.comparison-table-2 {
  margin-bottom: 0px;
  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;
}
.comparative-table__question {
  clear: left;
  padding: 0px 0px 0;
  width: 360px !important;
  text-align: left !important;
  font-weight: 300;
  line-height: 35px;
  margin-top: 0px;
  font-size: 16px;
  color: #A2A1B0;
}
.comparative-table__question:first-child {
  font-size: 17px;
  color: #363636;
}
.comparative-table__question strong {
  color: #363636;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.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 #D5D5D5;
  background-color: #F9F9F9;
  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;
}
.firstrowlogo {
  padding-left: 50px;
}
.featurecompare1 {
  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 {
  font-family: sans-serif;
  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: left;
}
.final-text .terms {
  margin-top: 55px;
  display: inline-block;
  text-align: left;
  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: 70px;
}
.headlinehowitwork h3 {
  margin-bottom: 60px !important;
}
.headlinehowitwork h1 {
  font-size: 45px;
  margin-bottom: 30px;
}
.headlinehowitwork h2 {
  margin-top: 40px;
  margin-bottom: 30px !important;
}
.howitworks-pleo-subtitle {
  line-height: 26px;
}
.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: #FFF;
}
@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.png);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.professionpick2 {
  background-image: url(/ad273dc627c9177394b286930cd9447b.jpg);
}
.professionpick3 {
  background-image: url(/43f2980ebb22374b9d5cc02e03962858.jpg);
  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-family: 'Roboto', sans-serif !important;
  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(/a95701c4a0b8136588c25d9bc0555243.jpg) center center no-repeat;
  background-size: contain;
}
.careerstitle {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 47px;
  color: #434343;
  letter-spacing: 1.1px;
  margin-top: 40%;
}
.careersline {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #FF3366;
  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: #FF3366;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif !important;
  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: 20px;
  padding-top: 50px;
  padding-bottom: 100px;
}
.openpositionstitle {
  font-family: 'Roboto', sans-serif !important;
  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-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  color: #434343;
  letter-spacing: 0.42px;
}
.open-position-1 h6 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  color: #434343;
  letter-spacing: 0.32px;
  margin-top: 20px;
}
.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-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  color: #434343;
  letter-spacing: 0.37px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 50px;
}
.values {
  font-family: 'Roboto', sans-serif !important;
  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-family: 'Roboto', sans-serif !important;
  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-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  color: #434343;
  letter-spacing: 0.37px;
  line-height: 35px;
  font-style: italic;
}
.employee-name {
  float: right;
  margin-top: 15px;
}
.perkdesc {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  color: #434343;
  letter-spacing: 0.46px;
  line-height: 24px;
  margin-top: 30px;
}
.perksub {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  color: #434343;
  letter-spacing: 0.46px;
  line-height: 24px;
  margin-top: 20px;
}
.threeperks {
  margin-top: 80px;
}
.moments {
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
}
.jobslink {
  color: #E22472;
}
.quotemark1 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 59px;
  color: #FF3366;
  letter-spacing: 1.38px;
  position: absolute;
  left: 40px;
}
.quotemark2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 59px;
  color: #FF3366;
  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 h3 {
  line-height: 1.6;
}
.bigformtitle h5 {
  font-size: 35px;
  line-height: 42px;
}
.hero__left {
  margin-top: 30px;
  padding: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 220px;
  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: #FF3366;
  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;
  font-family: 'Roboto', sans-serif !important;
  color: #8D8D8E;
  text-align: left;
}
.bigformselect {
  height: 42px;
}
.signup-alert {
  margin: -5px 0 20px 0;
  color: #8D8D8E;
}
.text-checkbox {
  color: #8D8D8E;
  line-height: 15px;
  margin-top: 0px;
}
@media (max-width: 448px) {
  .bigformbreak {
    display: none;
  }
  .bigformtitle h5 {
    font-size: 25px;
  }
  .hero__left {
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .video_link_text {
    margin: 0 auto;
  }
  .hero__left {
    padding-bottom: 20px;
  }
}
.bigformreferr {
  text-align: center;
}
.demo__left {
  margin-top: 30px;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 0px;
  box-shadow: none;
  border: 1px solid #E4EDF5;
  border-radius: 5px;
}
.demo-support-question {
  text-align: left;
  margin-top: 40px;
}
.demoform {
  margin-top: 120px;
  text-align: left;
}
.demoformleft {
  text-align: left;
}
.demoformright {
  margin-top: 40px;
  text-align: left;
  margin-bottom: 120px;
}
.promo-three-features {
  margin-bottom: 30px;
}
.storebox-tagline {
  margin-bottom: 0px !important;
}
#form_validation_bottom {
  color: white;
  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: 300;
  display: inline;
}
.webinar-undertitle {
  font-size: 15px;
}
.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.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
.webinar-header {
  background-image: url(/92a9437e010e06b325cb230f7539506e.jpg);
  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;
}
.ebooktitle {
  color: white;
  margin-top: 50px;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 50px;
  text-align: left;
}
.ebookmention {
  color: #fff !important;
}
.ebooktxtsubtitle {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
  color: black;
  padding-right: 0px;
}
.ebooktags {
  padding-left: 0px;
  width: 80%;
}
.ebook-header {
  background-color: #FF3366;
}
.ebook-cover {
  width: 100%;
  margin-top: 50px;
  margin-left: -100px;
}
.ebook-signup {
  margin-top: 50px;
  margin-bottom: 120px;
}
.ebook-signup .event-inputs {
  margin-left: 0px;
  width: 90%;
}
.ebook-download-button {
  background-color: #fff;
  margin-bottom: 40px;
  color: #FF3366;
  border-radius: 50px;
}
.ebook-download-button:hover {
  background-color: #223160;
  margin-bottom: 40px;
  color: #fff;
  border-radius: 50px;
}
.ebook-download-title {
  margin-bottom: 40px;
  margin-top: 40px;
}
.ebook-input {
  margin-bottom: 15px;
  border-radius: 50px;
  border: 0;
  padding: 10px 20px;
}
.ebook-undertitle {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 50px;
  color: white !important;
}
.ebook-learnmore {
  font-size: 35px !important;
  margin-bottom: 60px !important;
}
.ebook-inside-text {
  color: white;
  padding-right: 35px;
  margin-bottom: 120px;
}
.ebook-inside-title {
  color: #fff;
  margin-bottom: 40px;
}
.ebook-checkbox {
  color: #FFF;
  line-height: 15px;
  width: 90%;
  padding-left: 15px;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .ebook-cover {
    width: 120%;
    margin-left: -60px;
    margin-top: 50px;
  }
  .ebooktags {
    padding-left: 0px;
    width: 100%;
  }
  .ebook-signup .event-inputs {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .ebook-cover {
    width: auto;
    height: 520px;
    margin-left: 0px;
  }
  .event-header-left,
  .event-header-right {
    text-align: center;
  }
  .ebooktags {
    padding-left: 0px;
    width: 100%;
  }
  .ebook-signup .event-inputs {
    padding-left: 0px;
  }
  .ebooktitle {
    margin-top: 0px;
  }
  .ebook-inside-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .ebook-cover {
    width: auto;
    height: 400px;
    margin-left: 0px;
  }
  .event-header-left,
  .event-header-right {
    text-align: center;
  }
  .ebooktags {
    padding-left: 0px;
    width: 100%;
  }
  .ebook-signup .event-inputs {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .ebooktitle {
    margin-top: 0px;
    font-size: 32px;
    line-height: 45px;
  }
  .ebook-inside-text {
    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: #FF3366;
  border: 2px solid #FF3366;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif !important;
  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-event-session {
  width: 100%;
  margin-right: 40px;
}
.partner-event-session .session-desc {
  width: 90%;
  margin-top: 10px;
}
.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%;
}
.pleopartnersubtitle {
  text-align: left;
  margin-top: 50px;
}
.pleopartnersubtitle h3 {
  line-height: 45px;
}
.partner-features {
  margin-bottom: 80px;
  padding-left: 0px !important;
  margin-top: 20px !important;
  text-align: left;
}
.partnersignuptext {
  text-align: left;
}
.partnerinput {
  margin-bottom: 20px;
}
.partner-full-form {
  text-align: center;
}
.partnersingupbotton {
  width: 300px;
  margin-bottom: 40px;
}
.partnereventbotton {
  margin-top: 20px;
  width: 200px;
}
.partnerfootertitle {
  margin-bottom: 30px;
}
.partner-all-benefits {
  margin-top: 70px;
}
@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: 0px;
}
.partnersvideo {
  position: relative;
  margin-bottom: 40px;
}
.partnersvideo img {
  display: block;
  border-radius: 3px;
  margin: 0 auto;
}
.partnersvideo .video-image {
  width: 700px;
}
.partnerbenefits {
  background-color: #F9F9F9;
  margin-top: 100px;
  margin-bottom: 100px;
}
.pleopartnerbadge {
  margin-top: -120px;
}
.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: 620px;
  width: auto;
}
.pleo-set-image-partner {
  height: 630px;
  margin-top: 40px;
  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: #FF3366 !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.jpg);
}
.industry-quote-duuoo {
  background-image: url(/43c084fedd8fbd7a9886844c97c059e4.jpg);
}
.industry-quote-actimo {
  background-image: url(/005151e0ac383ec7a976b46417f70b7c.jpg);
}
.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;
  }
  .pleo-set-image-partner {
    height: 530px;
    margin-top: 10px;
    width: auto;
  }
}
/*** 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-90 {
  margin-bottom: 90px;
}
.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-logos-all-customer-testimonials {
  position: relative;
  bottom: 0px;
}
.customer-cases-stories {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.customer-cases-all-logos {
  padding-top: 20px !important;
}
.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;
  }
  .customer-logos-all-customer-testimonials {
    position: relative;
    bottom: 0px;
  }
}
@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;
}
.subpage-features {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.five-star-ratings {
  margin-top: 70px;
}
.getapp-platform {
  height: 25px;
  width: auto !important;
}
.trustpilot-platform {
  height: 30px;
  width: auto !important;
}
.xero-platform {
  height: 40px;
  width: auto !important;
}
.capterra-platform {
  height: 32px;
  width: auto !important;
}
.platform-logo {
  min-height: 70px;
}
.five-stars {
  height: 20px;
  width: auto !important;
}
@media (max-width: 993px) {
  .five-stars {
    margin-bottom: 40px;
  }
}
.privacy-policy-table td {
  border: 1px solid black;
  padding-left: 5px;
}
.privacy-policy-table th {
  border: 1px solid black;
  padding-left: 5px;
}
.travelfeatures {
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}
.insurance-check {
  margin-right: 20px;
}
.travel-insurance-more {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
.travel-insurance-pdf {
  background-color: #FF3366;
  border: 0;
  border-radius: 30px;
  padding: 20px 35px;
  width: 250px;
  color: white;
}
.travel-insurance-pdf:hover {
  background-color: #FF3366;
  text-decoration: none;
  color: #FFF;
  box-shadow: 0 0px 0.5px #000000;
}
.callsales::before {
  content: url(/2bf0f2eef49942233560cf502d74255a.svg);
  color: #434343;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}
.german-cta {
  font-size: 14px;
}
.howitworksfeatures {
  background: #fff;
}
.security-header {
  padding-top: 0px !important;
}
.securityimg {
  padding-top: 50px;
}
.promo-sales-headline {
  margin-bottom: 50px !important;
  font-size: 45px !important;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 772px) {
  .promo-sales-headline {
    font-size: 35px !important;
  }
}
.ebook-cover-title {
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: 600;
}
.ebook-cover-subtitle {
  margin-bottom: 30px;
}
.ebook-one {
  padding-left: 30px;
  padding-right: 30px;
}
.ebooks-all {
  margin-bottom: 150px;
}
.ebook-new-header {
  background-color: #fBfBfB;
}
.ebook-new-cover {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
  width: 80%;
  margin-top: 150px;
}
.ebooktitle-new {
  color: black;
  margin-top: 150px;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 55px;
  text-align: left;
  font-weight: 500;
}
.ebook-undertitle-new {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 50px;
  color: black !important;
}
.ebook-input-ew {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 0;
  padding: 10px 20px;
  border: 1px solid #1F1F1F;
}
.ebook-download-button-new {
  background-color: #F3B6B8;
  margin-bottom: 40px;
  color: #1F1F1F;
  border-radius: 5px;
  font-weight: 500;
}
.ebook2-download-button-new {
  background-color: #283B6A;
  margin-bottom: 40px;
  color: #FFF;
  border-radius: 5px;
  font-weight: 500;
}
.ebook3-download-button-new {
  background-color: #5FEC8D;
  margin-bottom: 40px;
  color: #000;
  border-radius: 5px;
  font-weight: 500;
}
.ebook-checkbox-new {
  color: #1F1F1F;
  line-height: 15px;
  width: 90%;
  padding-left: 15px;
  vertical-align: middle;
  display: inline-block;
}
.ebook-pretitle-new {
  font-size: 15px;
  font-weight: 300;
  display: inline;
  color: #F3B6B8;
  font-weight: 500;
}
.ebook2-pretitle-new {
  font-size: 15px;
  font-weight: 300;
  display: inline;
  color: #283B6A;
  font-weight: 500;
}
.ebook3-pretitle-new {
  font-size: 15px;
  font-weight: 300;
  display: inline;
  color: #5FEC8D;
  font-weight: 500;
}
.ebook-contents {
  padding-bottom: 150px;
  padding-top: 50px;
}
.ebook-inside-pages {
  width: 100%;
}
.ebook-tags-inside {
  font-size: 18px;
}
@media (max-width: 772px) {
  .ebook-one {
    margin-top: 100px;
  }
  .ebooktitle-new {
    margin-top: 20px;
  }
  .ebook-signup {
    margin-bottom: 0px;
  }
  .ebook-inside-pages {
    margin-top: 50px;
  }
}
.alltogetherdemo {
  width: 90%;
}
.ebookinput {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 1px;
  border: 1px solid grey;
  padding: 8px;
  padding-left: 10px;
  font-size: 17px;
  background: white;
  height: 42px;
}
.wpcc-container,
.wpcc-container.wpcc-float,
.wpcc-container.wpcc-bottom,
.wpcc-container.wpcc-banner {
  box-shadow: 0 3px 1rem 0 rgba(0, 0, 0, 0.15);
  left: 0 !important;
  right: 0 !important;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      -ms-grid-row-align: stretch;
      align-items: stretch;
  padding: 1em !important;
  margin: 0em !important;
  max-width: none;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .wpcc-container,
  .wpcc-container.wpcc-float,
  .wpcc-container.wpcc-bottom,
  .wpcc-container.wpcc-banner {
    -ms-flex-direction: row;
        flex-direction: row;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    margin: 1em !important;
  }
}
.wpcc-container .wpcc-message,
.wpcc-container.wpcc-float .wpcc-message,
.wpcc-container.wpcc-bottom .wpcc-message,
.wpcc-container.wpcc-banner .wpcc-message {
  margin: 0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .wpcc-container .wpcc-message,
  .wpcc-container.wpcc-float .wpcc-message,
  .wpcc-container.wpcc-bottom .wpcc-message,
  .wpcc-container.wpcc-banner .wpcc-message {
    margin: 0;
    margin-right: 1em;
  }
}
.wpcc-container .wpcc-btn,
.wpcc-container.wpcc-float .wpcc-btn,
.wpcc-container.wpcc-bottom .wpcc-btn,
.wpcc-container.wpcc-banner .wpcc-btn {
  font-weight: inherit;
  opacity: 0.5;
}
.integrations3 {
  margin-top: 60px;
}
.integration-fit {
  border: 1px solid #e6e9ef;
  border-radius: 5px;
  padding: 40px 30px;
}
.integration-fit h2 {
  font-family: 'Roboto', sans-serif !important;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 40px;
}
.integration-fit p {
  margin-bottom: 20px;
}
.integration-fit a {
  text-transform: uppercase;
  font-size: 12px;
  color: #FF3366;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: left;
}
.integration-comingsoon {
  text-transform: uppercase;
  font-size: 12px;
  color: #FF3366;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: left;
  opacity: 0.5;
  margin-bottom: 0px !important;
}
.integration-subtitle-margin-20 {
  margin-bottom: 20px;
}
.partners-page-cta {
  background-color: #3340FF;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
.partners-page-cta h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 70px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.partners-page-cta h3 {
  color: #fff !important;
}
.partner-cta-offpage-button {
  border-radius: 50px;
  background-color: #FFF;
  padding: 15px 23px 15px 23px;
  font-size: 13px;
  color: #3340FF;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.partner-cta-offpage-button-margin {
  margin-top: 50px;
  margin-bottom: 70px;
}
.pricing-cards {
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 52px;
}
@media (min-width: 768px) {
  .pricing-cards {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pricing-cards-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin: 0 0 10px;
  padding: 0;
}
@media (min-width: 768px) {
  .pricing-cards-tabs {
    display: none;
  }
}
.pricing-cards-tabs li {
  list-style: none;
  width: 100%;
  background: #FFF;
}
.pricing-cards-tabs li:not(:last-of-type) {
  margin-right: 10px;
}
.pricing-cards-tabs li a {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.pricing-cards-tabs li.highlight a {
  font-size: 26px;
  color: #FF3366;
}
.pricing-cards-tabs li.active a {
  border-bottom: 3px solid #FF3366;
}
.pricing-cards-content {
  display: -ms-flexbox;
  display: flex;
}
.pricing-cards-content .tab-pane {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  background: #FFF;
  padding: 40px 24px;
  position: relative;
  width: 100%;
}
.pricing-cards-content .tab-pane .read-more {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 40px;
  text-align: center;
  background: #fff;
  box-shadow: 0 -50px 50px #fff;
}
.pricing-cards-content .tab-pane .read-more-btn {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.pricing-cards-content .tab-pane.js-read-more {
  height: 580px;
  overflow: hidden;
}
.pricing-cards-content .tab-pane.js-read-more .read-more {
  display: block;
}
@media (min-width: 768px) {
  .pricing-cards-content .tab-pane.js-read-more {
    height: initial;
    overflow: initial;
  }
  .pricing-cards-content .tab-pane.js-read-more .read-more {
    display: none;
  }
}
.pricing-cards-content .tab-pane .pricing-card-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(15px, -50px);
  display: none;
}
@media (min-width: 768px) {
  .pricing-cards-content .tab-pane .pricing-card-badge {
    display: block;
  }
}
.pricing-cards-content .tab-pane .pricing-card-title {
  display: none;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 14px;
  line-height: 56px;
}
@media (min-width: 768px) {
  .pricing-cards-content .tab-pane .pricing-card-title {
    display: block;
  }
}
@media (min-width: 768px) {
  .pricing-cards-content .tab-pane .pricing-card-subtitle {
    min-height: 144px;
  }
}
@media (min-width: 992px) {
  .pricing-cards-content .tab-pane .pricing-card-subtitle {
    min-height: 120px;
  }
}
@media (min-width: 1200px) {
  .pricing-cards-content .tab-pane .pricing-card-subtitle {
    min-height: 72px;
  }
}
.pricing-cards-content .tab-pane .pricing-card-cost {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 24px;
  min-height: 72px;
}
.pricing-cards-content .tab-pane .pricing-card-cost .pricing-card-amount {
  font-size: 56px;
  font-weight: 500;
  margin: 0 10px 0 0;
}
.pricing-cards-content .tab-pane .pricing-card-cost .pricing-card-currency {
  font-size: 22px;
}
.pricing-cards-content .tab-pane .pricing-card-cost .pricing-card-pricing-model {
  font-size: 14px;
  color: #9b9b9b;
}
.pricing-cards-content .tab-pane .pricing-card-cta {
  display: block;
  width: 100%;
  padding: 22px;
  border-radius: 9999em;
  text-align: center;
  text-transform: uppercase;
  border: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.25px;
  margin-top: 24px;
  background: #FF3366;
  color: #FFF;
}
@media (min-width: 768px) {
  .pricing-cards-content .tab-pane .pricing-card-cta {
    background: #FFF;
    color: #444;
  }
}
.pricing-cards-content .tab-pane .pricing-card-features-title {
  font-size: 14px;
  color: #9b9b9b;
  margin-top: 48px;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .pricing-cards-content .tab-pane .pricing-card-features-title {
    display: block;
  }
}
.pricing-cards-content .tab-pane .pricing-card-features-title.with-arrow::before {
  content: url(/1a8bcf722c9ec0755503fe33a8aacf4c.svg);
  position: absolute;
  top: 0;
  left: -32px;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .pricing-cards-content .tab-pane .pricing-card-features-title.with-arrow::before {
    left: -56px;
  }
}
.pricing-cards-content .tab-pane .pricing-card-features-list {
  list-style-image: url(/a008dd17091df73113b4b9799a505160.svg);
  padding-left: 24px;
  margin-bottom: 0;
}
.pricing-cards-content .tab-pane .pricing-card-features-list li {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .pricing-cards-content .tab-pane.highlight {
    border-radius: 28px;
    box-shadow: 0px 2px 72px -6px rgba(0, 0, 0, 0.04);
    margin: -20px 0;
    border-top: 20px solid #FFF;
    border-bottom: 20px solid #FFF;
  }
}
.pricing-cards-content .tab-pane.highlight .pricing-card-title {
  font-size: 56px;
  color: #FF3366;
}
@media (min-width: 768px) {
  .pricing-cards-content .tab-pane.highlight .pricing-card-title {
    display: inline-block;
    position: relative;
  }
  .pricing-cards-content .tab-pane.highlight .pricing-card-title::after {
    content: url(/c97df72cd1021a28c5daed8947b3b55b.svg);
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pricing-cards-content .tab-pane.highlight .pricing-card-cta {
  background: #FF3366;
  color: #FFF;
}
@media (min-width: 768px) {
  .pricing-cards-content .tab-pane {
    display: block;
    padding: 48px 32px;
  }
  .pricing-cards-content .tab-pane .pricing-card-cta {
    background: #FFF;
    color: #444;
  }
  .pricing-cards-content .tab-pane:not(.highlight) {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .pricing-cards-content .tab-pane {
    padding: 70px 56px;
  }
}
.five-ways-tagline {
  margin-bottom: 10px;
  font-size: 35px;
  margin-top: 80px;
}
.five-ways-bold {
  color: #FF3366;
  font-weight: 700;
}
.five-ways-txt {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .five-ways-tagline {
    margin-top: 20px;
  }
}
.newsite {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
}
.newsite h2,
.newsite h3,
.newsite h4 {
  font-family: 'Roboto', sans-serif !important;
}
.newsite h3 {
  color: #000;
  line-height: 1.5;
}
.newsite .prehead {
  margin-top: 0px;
}
.newsite .hero {
  width: 50%;
  height: 100%;
  display: block;
  background: url(/685ece222c803868d910466f448029a8.png) 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-family: 'Roboto', sans-serif !important;
  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-family: 'Roboto', sans-serif !important;
  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.png) 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: 30px;
  padding-top: 80px;
}
.newsite .mainfeatures .main-feature {
  padding-top: 80px;
}
.newsite .mainfeatures .integrations-desc h2 {
  margin-top: 0;
}
.newsite .mainfeatures .integrations-desc h3 {
  color: #FFF;
}
.newsite .mainfeatures .integrations-desc p {
  margin-top: 20px;
  color: #FFF;
  letter-spacing: 0px;
}
.newsite .mainfeatures h2,
.newsite .mainfeatures h3,
.newsite .mainfeatures p {
  font-family: 'Roboto', sans-serif !important;
}
.newsite .mainfeatures h2 {
  padding-top: 50px;
  font-size: 13px;
  font-weight: 400;
}
.newsite .mainfeatures p {
  font-size: 15px;
}
.newsite .v3features h2 {
  margin-top: 0px;
}
.newsite .v3features h3 {
  margin-bottom: 40px;
}
.newsite .v3features .featurev31 {
  margin-bottom: 20px;
}
.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;
  font-family: 'Roboto', sans-serif !important;
}
.newsite .carousel-section .slick-prev,
.newsite .carousel-section .slick-next {
  width: 200px;
  height: 300px;
  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: #FF3366;
}
.newsite .carousel-section .customerblock-space10 {
  background: url(/64f57372019db69fd3b20813d692d9ec.jpg) center center no-repeat;
}
.newsite .carousel-section .customerblock-actimo {
  background: url(/f0d548316fbec5237f7f1ff5c6f37dba.jpg) center center no-repeat;
}
.newsite .carousel-section .customerblock-duuoo {
  background: url(/2d61bf404727a11f28adfff9738ecd30.jpg) center center no-repeat;
}
.newsite .carousel-section .customerblocknew {
  z-index: 0;
  cursor: pointer;
  background-size: cover;
  height: 300px;
  margin-left: 20px;
}
.newsite .carousel-section .customerblocknew .quote {
  background-color: #FF3366;
  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: 35px;
}
.newsite .photobannernew img {
  width: 213px;
  margin-bottom: 30px;
}
.newsite .photobannerv3 {
  padding: 0px 0 100px 0;
}
.newsite .footer-signup {
  background-color: #FF3366;
  padding: 130px 0 50px 0;
}
.newsite .footer-signup h2,
.newsite .footer-signup h3,
.newsite .footer-signup p,
.newsite .footer-signup a {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  color: #fff;
}
.newsite .footer-signup h2 {
  margin-top: 0;
}
.newsite .footer-signup h3 {
  font-size: 17px;
  margin-top: 0;
}
.newsite .footer-signup p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.newsite .footer-signup a {
  position: absolute;
  bottom: 0;
  font-size: 15px;
  color: #fff;
  vertical-align: bottom;
  line-height: 20px;
}
.newsite .footer-signup input {
  background-color: #FFF;
  width: 300px;
}
.newsite .footer-signup input::-webkit-input-placeholder {
  color: #bbbac0;
}
.newsite .footer-signup .ButtonConfirm {
  background-color: #fff;
  color: #FF3366;
  border: 0;
}
.newsite .footer-signup .footer-vertical-border {
  border-left: 1px solid #fff;
  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-signup-simple a {
  position: relative;
  bottom: 0;
  font-size: 15px;
  color: #fff;
  vertical-align: bottom;
  line-height: 35px;
}
.newsite .footer p,
.newsite .footer a,
.newsite .footer li {
  color: #000;
}
.newsite .footer .footertitle {
  font-weight: 400;
}
.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: 1200px) {
  .newsite .mainfeatures h2 {
    padding-top: 0px;
  }
}
@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 .v3images {
    width: 90%;
    height: auto;
    margin-top: 40px;
  }
  .newsite .v3imageimage2 {
    width: 60%;
  }
  .newsite .v3imageimage1 {
    width: 60%;
  }
  .newsite .mainfeatures {
    padding-top: 30px;
  }
  .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;
  }
  .v3images {
    height: auto !important;
    width: 90%;
    margin-top: 40px;
    max-height: none;
  }
  .v3imageimage1 {
    width: 80%;
  }
  .v3imageimage2 {
    width: 70%;
  }
  .features3 {
    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 .mainfeatures {
    padding-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: 30px;
  }
  .newsite .subtitle1 h3,
  .newsite .main-feature h3,
  .newsite .integrations h3,
  .newsite .carousel h3 {
    font-size: 28px;
  }
  .newsite .footer-signup {
    padding: 80px 10px 0px 10px;
  }
  .newsite .customerblocknew {
    height: 300px !important;
  }
  .newsite .quote {
    display: none !important;
  }
  .newsite .features3 {
    text-align: center;
  }
  .newsite .photobannernew img {
    width: 150px;
    margin-bottom: 20px;
  }
  .newsite .integrations {
    padding-top: 0px;
  }
  .newsite .v3images,
  .newsite .v3imageimage2,
  .newsite .v3imageimage1 {
    height: auto !important;
    width: 90%;
    margin-top: 40px;
    max-height: none;
  }
}
.thinkwhitelogo {
  height: 20px !important;
}
.hero-logos-txt {
  text-align: center;
  margin-top: 25px;
  font-size: 13px;
  color: #000;
}
/*** Animation ***/
@keyframes shiftfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
.calculator {
  /* Reset
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
	*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	*/
  /* Clearfix */
  /* Base */
  /* Type */
  /* Accent color */
}
.calculator h1,
.calculator h2,
.calculator h3,
.calculator h4 {
  font-family: 'Roboto', sans-serif !important;
}
.calculator .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.calculator .background {
  width: 100%;
  height: 100%;
  background-color: #FFEAEF;
  display: block;
  position: absolute;
  overflow: scroll;
  box-sizing: border-box;
}
.calculator .calculator-pleo-container {
  background-color: white;
  padding-top: 20px;
}
.calculator .calculator-pleo-container h3 {
  color: #000;
  line-height: 1.5;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}
.calculator body {
  font-family: 'Roboto', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #777;
  background-color: #FFEAEF;
  box-sizing: border-box;
}
.calculator #wrapper {
  max-width: 950px;
  margin: auto auto;
  position: relative;
  padding-top: 50px;
}
.calculator #wrapper-final {
  max-width: 950px;
  margin: auto auto;
  position: relative;
}
.calculator .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.calculator .results-main-header {
  margin-top: 200px;
}
.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: 32px;
  padding-top: 70px;
  padding-bottom: 15px;
}
.calculator .results-top {
  margin-top: 0px;
}
.calculator .cta-first {
  text-align: center;
}
.calculator .travelfeatures {
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}
.calculator .features3 h2,
.calculator .features3 h4 {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}
.calculator .features3 p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.calculator .mainfeatures h2 {
  padding-top: 50px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FF3366;
  letter-spacing: 2px;
  text-align: left;
}
.calculator .mainfeatures p {
  margin-bottom: 20px;
}
.calculator .mainfeatures {
  padding-bottom: 0px;
}
.calculator .main-feature h3,
.calculator .integrations h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.calculator .integrations h3,
.calculator .integrations p {
  color: white;
}
.calculator .top-three-features {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}
.calculator .expensefact {
  padding-left: 10px;
  padding-right: 10px;
  width: 30%;
}
.calculator .expensefact h3 {
  -webkit-text-stroke: 1px black;
  color: #FFEAEF;
  font-size: 70px;
  font-weight: 700;
  text-align: left;
}
.calculator .expensefact p {
  text-align: left;
}
.calculator #header {
  margin-top: 50px;
  margin-bottom: 45px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
.calculator #text-calc-first {
  margin-top: 50px;
  margin-bottom: 45px;
  padding-bottom: 40px;
  text-align: left;
  position: relative;
  display: inline-block;
  width: 39%;
  vertical-align: top;
}
.calculator #img-calc-first {
  margin-top: 50px;
  margin-bottom: 45px;
  padding-bottom: 40px;
  padding-left: 50px;
  text-align: right;
  position: relative;
  display: inline-block;
  width: 59%;
}
.calculator #header-final {
  margin-bottom: 25px;
  padding-bottom: 0px;
  text-align: center;
  position: relative;
}
.calculator #avatar {
  display: inline-block;
  width: 580px;
  height: auto;
  margin-bottom: 20px;
  margin-top: -50px;
}
.calculator a {
  text-decoration: none;
  color: #5694f1;
  font-weight: 400;
}
.calculator h1 {
  object-fit: contain;
  font-size: 43px;
  line-height: 55px;
  color: #111;
  margin-bottom: 10px;
  font-weight: 600;
}
.calculator .text-calc-first-bold {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 60px;
}
.calculator h1.results {
  line-height: 26px;
}
.calculator h2 {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-top: 30px;
  margin-bottom: 40px;
}
.calculator .text-calc-first-desc {
  font-size: 16px;
  color: black;
}
.calculator .results {
  font-size: 20px;
  color: #111;
  width: auto;
  font-weight: 400;
}
.calculator h3 {
  font-size: 45px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
}
.calculator p {
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
}
.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: #000;
  margin-left: 20px;
}
.calculator .benefit {
  margin-top: 50px;
}
.calculator .btn-start {
  font-family: 'Roboto', sans-serif !important;
  font-size: 24px;
  color: #FFEAEF;
  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: 0px;
  -webkit-user-select: none;
  padding: 20px 55px;
  background-color: #000;
  margin-top: 25px;
}
.calculator .btn-start:hover {
  background-color: #000000;
}
.calculator .btn-cta {
  font-family: 'Montserrat', sans-serif !important;
  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: 80px;
  margin-bottom: 85px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: none;
  border-bottom: solid 3px #000;
  transition: border 0.3s;
  width: 550px;
  text-align: center;
  font-size: 28px;
  color: #c9c7c7;
  height: 72px;
  background-color: #FFEAEF;
}
.calculator .employee-input:focus,
.calculator .employee-input:active {
  border-bottom: solid 2px #000;
  outline: none;
  color: #000;
  font-size: 82px;
  font-weight: 800;
}
.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;
  line-height: 36px;
}
.calculator .formfields-input:focus {
  border-bottom: solid 2px #000;
  outline: none;
  color: #000;
  font-size: 42px;
  padding-bottom: 10px;
}
.calculator .decision-container,
.calculator .expensefacts-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 .expensefacts-container {
  width: 90%;
  margin: 0 auto;
}
.calculator .decision-container h3 {
  margin-top: 18px;
  font-size: 15px;
  color: #000000;
}
.calculator .decision {
  display: inline-block;
  width: 280px;
  margin-top: 65px;
}
.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: left;
  margin-top: 15px;
  margin-bottom: 55px;
}
.calculator .data-source h2 {
  margin-bottom: 20px !important;
}
.calculator .data-source a {
  font-size: 13px;
}
.calculator .data-source h4 {
  margin-top: 40px !important;
  font-size: 13px;
}
.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;
  text-align: left;
}
.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 .footer-signup-simple {
  padding-top: 80px;
}
.calculator .footer-signup {
  background-color: #FF3366;
  padding: 30px 0 20px 0;
}
.calculator .footer-signup h2 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}
.calculator .footer-signup p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
}
.calculator #signupbox {
  margin: 30px auto;
}
.calculator .footer-signup .ButtonConfirm {
  background-color: #fff;
  color: #FF3366;
  border: 0;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 25px;
  margin-left: 6px;
  z-index: 1100;
  outline: none;
  letter-spacing: 0.8px;
}
.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: 4%;
  }
  .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: 320px;
    height: auto;
    margin-top: 50px;
  }
  .calculator #text-calc-first,
  .calculator #img-calc-first {
    width: 100%;
    text-align: center;
    padding: 0 0;
    margin: 0 0;
  }
  .calculator .text-calc-first-bold {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 50px;
  }
  .calculator h3 {
    font-weight: 600;
  }
  .calculator .about-link {
    position: static;
    display: block;
    margin: 0 0 30px 0;
    float: none;
  }
  .calculator .results-main-header {
    margin-top: 50px;
  }
  .calculator .calculator-result h4 {
    text-align: center;
  }
  .calculator .travelfeatures {
    text-align: center;
  }
  .calculator .mainfeatures {
    padding-bottom: 0px;
    text-align: left;
    padding-left: 10px;
  }
  .calculator .btn-start {
    margin-top: 15px;
  }
  .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,
  .calculator .expensefacts-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .calculator .decision-container .decision-item,
  .calculator .expensefacts-container .decision-item,
  .calculator .decision-container .expensefact,
  .calculator .expensefacts-container .expensefact {
    min-width: 100%;
  }
  .calculator .decision-container .decision-item .decision,
  .calculator .expensefacts-container .decision-item .decision,
  .calculator .decision-container .expensefact .decision,
  .calculator .expensefacts-container .expensefact .decision {
    margin-top: 40px;
  }
  .calculator .results-top {
    margin-top: 0px;
  }
  .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;
  }
}
@media (max-width: 992px) {
  .hide-now {
    display: none;
  }
  .center {
    text-align: center;
  }
  .show-now {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wrapper {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .wrapper .large-header {
    font-size: 72px !important;
    line-height: 111px !important;
    margin-top: 40px !important;
    text-align: center !important;
  }
  .pink {
    margin-top: 100px !important;
  }
  .third {
    text-align: center;
    margin-top: 45px;
  }
  .img-right {
    margin: 0 !important;
    width: 70% !important;
  }
  .img-left {
    margin: 0 !important;
    width: 70% !important;
  }
  .academy-img {
    margin: 0 !important;
    width: 70% !important;
  }
  .smaller {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
@media (max-width: 1220px) {
  .extra-padding {
    padding: 55px !important;
  }
}
.academy-img {
  margin-left: 100px;
  width: 100%;
}
section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blue {
  background-color: #3340FF;
}
.extra-top {
  margin-top: 100px;
}
.extra-bottom {
  margin-bottom: 250px;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float-shadow {
  0% {
    transform: translatey(0px);
    box-shadow: 0 124px 36px 2px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: translatey(-10px);
    box-shadow: 0 134px 36px -2px rgba(0, 0, 0, 0.1);
  }
  100% {
    transform: translatey(0px);
    box-shadow: 0 124px 36px 2px rgba(0, 0, 0, 0.1);
  }
}
@keyframes float-shadow-long {
  0% {
    transform: translatey(0px);
    box-shadow: 0 330px 36px 2px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: translatey(-20px);
    box-shadow: 0 350px 36px -2px rgba(0, 0, 0, 0.1);
  }
  100% {
    transform: translatey(0px);
    box-shadow: 0 330px 36px 2px rgba(0, 0, 0, 0.1);
  }
}
.red-dot {
  background-color: #FF3366;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  position: absolute;
  top: 250px;
  right: 150px;
  transform: translatey(0px);
  animation: float 8s ease-in-out infinite;
}
.red-dot-shadow {
  background-color: #FF3366;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 63%;
  right: 20%;
  transform: translatey(0px);
  box-shadow: 0 124px 36px 2px rgba(0, 0, 0, 0.1);
  animation: float-shadow 8s ease-in-out infinite;
}
.red-dot-shadow-long {
  background-color: #FF3366;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 38%;
  left: 23%;
  transform: translatey(0px);
  box-shadow: 0 330px 36px 2px rgba(0, 0, 0, 0.1);
  animation: float-shadow-long 6s ease-in-out infinite;
}
.opac-dot {
  opacity: 0.15;
  background: #FFD3DD;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 366px;
  right: -30px;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.side-path {
  position: absolute;
  left: 0;
  z-index: 1000;
}
.pink {
  background-color: #FFE9EF;
  padding-bottom: 400px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 400px;
}
.academy-pink {
  background: #ff336608;
}
.top {
  padding-top: 200px;
}
.wrapper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 1200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 15px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.flex-8th {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.third img {
  height: 80px;
}
.no-padding {
  padding: 0;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.wrapper h2 {
  color: #fff;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 54px;
}
.wrapper p {
  font-size: 16px;
  color: #FFF;
  line-height: 26px;
  margin-bottom: 60px;
}
.third {
  min-width: 33%;
}
.third h2 {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}
.third p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.wrapper .button {
  border-radius: 50px;
  background-color: #FFF;
  padding: 15px 23px 15px 23px;
  font-size: 13px;
  color: #3340FF;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.wrapper .button:hover {
  text-decoration: none;
}
.wrapper .large-header {
  font-size: 138px;
  font-weight: 500;
  line-height: 162px;
  text-align: right;
  color: #FFF;
  margin-top: -100px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.heavy {
  font-weight: 500;
}
.red {
  color: #FF3366;
}
.line {
  padding-top: 75px;
  width: 100%;
  border-bottom: 1px solid #FFF;
}
.arrow {
  width: 174px !important;
  margin-top: 75px;
  margin-left: 40px;
}
.pink svg {
  width: 100%;
}
.desktop {
  width: 70%;
  position: absolute;
  bottom: 10%;
}
.relative {
  position: relative;
}
.feature {
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature .img-right {
  margin-left: 100px;
  width: 100%;
}
.feature .img-left {
  margin-left: -100px;
  width: 100%;
}
.feature h3 {
  color: #000;
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 2.33px;
  line-height: 66px;
}
.feature p {
  color: #000;
  font-size: 16px;
  font-weight: 30;
  margin-bottom: 60px;
  line-height: 26px;
}
.feature ul {
  margin-bottom: 60px;
}
.feature .cta {
  width: 90%;
  border-top: 1px solid #00000030;
  border-bottom: 1px solid #00000030;
  padding: 20px 10px 20px 45px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.cta img {
  width: 37px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 30px;
}
.partner-set:before {
  content: url(/a008dd17091df73113b4b9799a505160.svg);
  color: #434343;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
}
.integration-feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.integration-feature span {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #8D8D8E;
  letter-spacing: 1.75px;
}
.side-dotted {
  position: absolute;
  bottom: 0;
  left: 0;
}
.headline {
  text-align: center;
  margin-top: 165px;
  color: #fff;
  font-size: 21px;
  line-height: 35px;
  padding: 35px;
}
.events h3 {
  font-size: 30px;
  line-height: 43px;
  font-weight: 400;
  margin-bottom: 35px;
}
.events .card {
  border-radius: 8px;
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
  margin-top: 75px;
  min-width: 300px;
}
.card p {
  line-height: 31px;
}
.events .button {
  border: 1px solid #FF3366;
  color: #FF3366;
}
.events h1 {
  line-height: 73px;
  font-size: 56px;
}
.events .pattern {
  position: absolute;
  left: 0;
  top: 77%;
}
.benefits h2 {
  color: #3340FF;
  font-size: 136px;
  line-height: 159px;
  font-weight: 500;
}
.text-blue {
  color: #3340FF !important;
  font-weight: 400 !important;
}
.benefits-table {
  width: 100%;
  color: #3340FF;
  font-weight: 400;
}
.benefits-table th {
  font-size: 20px;
  font-weight: 400;
}
.benefits-table th:not(:first-child) {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  color: #4051f6;
  padding-top: 7px;
}
.benefits-table th img {
  height: 75px;
}
.benefits-table .spacer {
  border-bottom: 1px solid#3340ff1f;
}
.spacer td {
  padding: 20px;
}
.benefits-table td {
  padding-top: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.benefits-table td:not(:first-child) {
  text-align: center;
}
.benefits-table td:first-child {
  padding-left: 20px;
}
.benefits-table .boldy {
  padding-left: 0px !important;
  font-weight: 400;
}
.tabs {
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}
.tab-table {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}
.tab-table a {
  text-align: center;
  border-right: 1px solid #D8D8D8;
  width: 100%;
  padding: 7px;
  font-size: 16px;
  color: #000;
}
.tab-table a:hover {
  text-decoration: none;
}
.tab-table a:last-child {
  border-right: none;
}
.tab-table a div:first-child {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.tab-table a div:last-child {
  font-size: 13px;
  line-height: 9px;
  padding-bottom: 10px;
}
.tab-table .active {
  color: #39B6E9;
  background: #f1fafd;
}
.tab-table-section {
  width: 100%;
  margin-top: 15px;
  font-weight: 500;
}
.tab-table-item {
  background: rgba(249, 253, 255, 0.35);
  border-bottom: 1px solid #eaeaea;
  padding: 10px 10px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  color: #3f4856;
  letter-spacing: 0.5px;
}
.tab-table-section .item-faded {
  color: #BCBCBC;
  font-weight: 400;
}
.tab-table-item div:first-child {
  width: 85%;
}
.tab-table-item div:last-child {
  width: 15%;
  text-align: center;
}
.item-header {
  background: none;
  font-size: 15px;
  color: #394bf6;
}
.tab-label {
  font-size: 10px;
  position: absolute;
  top: 15px;
  padding-left: 8px;
  font-weight: 600;
  color: red;
  display: inline-block;
  text-transform: uppercase;
}
.res-label {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  padding-left: 8px;
  font-weight: 600;
  color: red;
  text-transform: uppercase;
}
.blue-feature {
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.blue-feature h2 {
  color: #F99EB5;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 15px;
}
.blue-feature h3 {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
}
.blue-feature p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.54px;
  color: #FFF;
  margin-bottom: 5px;
}
.blue-feature ul {
  margin-top: 25px;
}
.feature-switch {
  width: 100%;
  margin-bottom: 70px;
  font-size: 30px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
}
.feature-half {
  min-width: 50%;
  padding: 15px;
}
.feature-switch a {
  color: #000;
  opacity: 0.2;
}
.feature-switch .active {
  color: #000;
  opacity: 1;
}
.feature-switch a:first-child {
  margin-right: 75px;
}
.feature-switch a:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 480px) {
  .top {
    padding-top: 100px!important;
  }
  .wrapper h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .wrapper .large-header {
    font-size: 44px !important;
    line-height: 82px !important;
  }
  .desktop {
    width: 90%;
    bottom: 20%;
  }
  .pink {
    padding-bottom: 210px;
  }
  .side-path {
    top: 40%;
  }
  .opac-dot {
    right: 20px;
    width: 65px;
    height: 65px;
  }
  .extra-padding {
    padding: 20px!important;
  }
  .pattern-responsive {
    opacity: 0.1;
    z-index: 0;
  }
  .feature-switch {
    padding-left: 30px;
  }
}
.top-cat {
  position: absolute;
  left: -200px;
  z-index: -1000;
  height: 500px;
  top: 400px;
}
.last-cat {
  position: absolute;
  left: 0px;
  z-index: -1000;
  height: 600px;
  top: 300px;
}
.second-cat {
  position: absolute;
  right: -200px;
  z-index: -1000;
  height: 800px;
  top: 0px;
}
.third-cat {
  position: absolute;
  left: 0px;
  z-index: -1000;
  height: 800px;
  top: 400px;
  padding-bottom: 100px;
}
.fourth-cat {
  position: absolute;
  right: -50px;
  z-index: -1000;
  height: 850px;
  top: 300px;
}
.fifth-cat {
  margin-left: 0px;
  width: 80%;
}
.wrapper .assurance-header {
  font-size: 85px;
  font-weight: 500;
  line-height: 102px;
  text-align: left;
  color: #000;
  margin-top: 0px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 100px;
}
.assurance-last-header {
  font-size: 85px;
  font-weight: 500;
  line-height: 102px;
  text-align: left;
  color: #000;
  margin-top: 100px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 200px;
  padding-left: 40px;
}
.assurance-first-paragraph {
  color: #000 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 200 !important;
  margin-top: 320px;
}
.assurance-second-paragraph {
  color: #000 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 200 !important;
  margin-top: 50px;
}
.assurance-last-paragraph {
  color: #000 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 200 !important;
  margin-top: 300px;
  margin-bottom: 20px !important;
}
.assurance-third-paragraph {
  color: #000 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 200 !important;
  margin-top: 100px;
}
.wrapper .assurance-text {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  text-align: left;
  color: #000;
  margin-top: 100px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 100px;
  padding-left: 40px;
}
.wrapper .assurance-text-third {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  text-align: left;
  color: #000;
  margin-top: 400px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 100px;
}
.wrapper .assurance-text-fourth {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  text-align: left;
  color: #000;
  margin-top: 500px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin-bottom: 100px;
  padding-left: 40px;
}
.wrapper .assurance-text-fifth {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  text-align: left;
  color: #000;
  margin-top: 0px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 40px;
}
.assurance-webinar {
  font-size: 20px;
  border-radius: 34px;
  background-color: #FF3366;
  color: white;
  padding: 20px 30px;
  margin-bottom: 50px;
}
.assurance-webinar:hover {
  font-size: 20px;
  border-radius: 34px;
  background-color: #FF3366;
  color: white;
  padding: 20px 30px;
  text-decoration: none;
}
@media (max-width: 992px) {
  .top-cat {
    height: 450px;
  }
  .wrapper .assurance-header {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .wrapper .assurance-text {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    padding-left: 0px;
    margin-top: 0px;
  }
  .wrapper .assurance-text-third {
    margin-top: 0px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .wrapper .assurance-text-fourth {
    margin-top: 0px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .second-cat {
    position: relative;
    right: -50px;
    z-index: -1000;
    height: 500px;
    top: -100px;
  }
  .third-cat {
    position: relative;
    right: 0px;
    z-index: -1000;
    height: 500px;
    top: -50px;
    padding-bottom: 0px;
  }
  .fourth-cat {
    position: relative;
    right: 0px;
    z-index: -1000;
    height: 850px;
    top: -100px;
    padding-bottom: 0px;
  }
  .fifth-cat {
    width: 120%;
  }
  .assurance-last-header {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .last-cat {
    position: relative;
    left: 0px;
    z-index: -1000;
    height: 500px;
    top: 0px;
  }
  .assurance-last-paragraph {
    margin-top: 50px;
  }
  .half-assurance {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .top-cat {
    height: 450px;
  }
  .wrapper .assurance-header {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .wrapper .assurance-text {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    padding-left: 0px;
    margin-top: 0px;
  }
  .wrapper .assurance-text-third {
    margin-top: 0px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .wrapper .assurance-text-fourth {
    margin-top: 0px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .second-cat {
    position: relative;
    right: -50px;
    z-index: -1000;
    height: 500px;
    top: -100px;
  }
  .third-cat {
    position: relative;
    right: 0px;
    z-index: -1000;
    height: 500px;
    top: -50px;
    padding-bottom: 0px;
  }
  .fourth-cat {
    position: relative;
    right: 0px;
    z-index: -1000;
    height: 850px;
    top: -100px;
    padding-bottom: 0px;
  }
  .fifth-cat {
    width: 120%;
  }
  .assurance-last-header {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .last-cat {
    position: relative;
    left: 0px;
    z-index: -1000;
    height: 500px;
    top: 0px;
  }
  .assurance-last-paragraph {
    margin-top: 50px;
  }
  .half-assurance {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  .wrapper .assurance-header {
    font-size: 45px;
    font-weight: 500;
    line-height: 62px;
    text-align: left;
    color: #000;
    margin-top: 0px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
  }
  .wrapper .assurance-last-header {
    font-size: 45px;
    font-weight: 500;
    line-height: 62px;
    text-align: left;
    color: #000;
    margin-top: 0px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 80%;
    margin-bottom: 100px;
    padding-left: 20px;
  }
  .assurance-first-paragraph {
    margin-top: 20px;
    width: 80%;
  }
  .assurance-last-paragraph {
    margin-top: 20px;
    width: 80%;
  }
  .last-cat {
    position: relative;
    left: 0px;
    z-index: -1000;
    height: 600px;
    top: 300px;
  }
  .wrapper .assurance-text {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    color: #000;
    margin-top: 50px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
  }
  .assurance-second-paragraph {
    margin-top: 20px;
    width: 80%;
  }
  .top-cat {
    height: 300px;
    top: -50px;
    position: relative;
    left: 0px;
  }
  .second-cat {
    position: relative;
    right: 0px;
    z-index: -1000;
    height: 300px;
    top: -50px;
  }
  .wrapper .assurance-text-third,
  .wrapper .assurance-text-fourth {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    color: #000;
    margin-top: 50px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
  }
  .wrapper .assurance-text-fifth {
    padding-left: 0px;
  }
  .third-cat {
    position: relative;
    right: 0px;
    z-index: -1000;
    height: 300px;
    top: -50px;
    padding-bottom: 0px;
  }
  .fourth-cat {
    position: relative;
    right: 0px;
    z-index: -1000;
    height: 400px;
    top: 0px;
    padding-bottom: 0px;
  }
  .fifth-cat {
    width: 60%;
  }
  .last-cat {
    position: relative;
    left: -20px;
    z-index: -1000;
    height: 250px;
    top: -50px;
  }
}
@media (max-width: 340px) {
  .wrapper .assurance-header {
    font-size: 45px;
    font-weight: 500;
    line-height: 62px;
    text-align: left;
    color: #000;
    margin-top: 0px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
  }
  .wrapper .assurance-last-header {
    font-size: 45px;
    font-weight: 500;
    line-height: 62px;
    text-align: left;
    color: #000;
    margin-top: 0px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 80%;
    margin-bottom: 100px;
    padding-left: 40px;
  }
  .assurance-first-paragraph {
    margin-top: 20px;
    width: 100%;
  }
  .assurance-last-paragraph {
    margin-top: 20px;
    width: 80%;
  }
  .assurance-webinar {
    font-size: 15px;
    padding: 20px 20px;
  }
  .last-cat {
    position: relative;
    left: 0px;
    z-index: -1000;
    height: 600px;
    top: 300px;
  }
  .wrapper .assurance-text {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    color: #000;
    margin-top: 50px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    margin-bottom: 50px;
    padding-left: 20px;
  }
  .assurance-second-paragraph {
    margin-top: 20px;
    width: 100%;
  }
  .top-cat {
    height: 300px;
    top: -50px;
    position: relative;
    left: 0px;
  }
  .second-cat {
    position: relative;
    right: 0px;
    z-index: -1000;
    height: 300px;
    top: -50px;
  }
  .wrapper .assurance-text-third,
  .wrapper .assurance-text-fourth {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    color: #000;
    margin-top: 50px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
  }
  .wrapper .assurance-text-fifth {
    padding-left: 0px;
  }
  .third-cat {
    position: relative;
    right: 0px;
    z-index: -1000;
    height: 300px;
    top: -50px;
    padding-bottom: 0px;
  }
  .fourth-cat {
    position: relative;
    right: 0px;
    z-index: -1000;
    height: 400px;
    top: 0px;
    padding-bottom: 0px;
  }
  .fifth-cat {
    width: 60%;
  }
  .last-cat {
    position: relative;
    left: -20px;
    z-index: -1000;
    height: 250px;
    top: -50px;
  }
}
@media (min-width: 2000px) {
  .top-cat {
    position: absolute;
    left: -100px;
    z-index: -1000;
    height: 600px;
    top: 350px;
  }
  .second-cat {
    top: -100px;
    height: 900px;
  }
  .third-cat {
    position: absolute;
    left: 0px;
    z-index: -1000;
    height: 1000px;
    top: 300px;
    padding-bottom: 100px;
  }
  .fourth-cat {
    position: absolute;
    right: 0px;
    z-index: -1000;
    height: 1050px;
    top: 300px;
  }
  .last-cat {
    position: absolute;
    left: 0px;
    z-index: -1000;
    height: 900px;
    top: 100px;
  }
}

/*# sourceMappingURL=styles.4d3eeb3fd6cf725d7e0a.css.map*/