@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
label.required:after {
  content: " *";
  font-weight: bold;
  color: red;
}

.container-landing,
.container-landing-sm {
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 481px) {
  .container-landing,
  .container-landing-sm {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container-landing {
  max-width: 1128px;
}

.container-landing-sm {
  max-width: 848px;
}

.container-landing .container-landing-sm {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #4950F6 !important;
  border: none;
  height: auto;
  left: 8px;
  padding: 16px 32px;
  top: 8px;
  width: auto;
  z-index: 100000;
}

.list-reset {
  list-style: none;
  padding: 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #4950F6;
}

.text-secondary {
  color: #FF6381;
}

.has-top-divider {
  position: relative;
}
.has-top-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #D2DAF0;
  background: linear-gradient(to right, rgba(210, 218, 240, 0.1) 0, rgba(210, 218, 240, 0.6) 50%, rgba(210, 218, 240, 0.1) 100%);
}

.has-bottom-divider {
  position: relative;
}
.has-bottom-divider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #D2DAF0;
  background: linear-gradient(to right, rgba(210, 218, 240, 0.1) 0, rgba(210, 218, 240, 0.6) 50%, rgba(210, 218, 240, 0.1) 100%);
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.m-24 {
  margin: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.m-48 {
  margin: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.m-56 {
  margin: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.m-64 {
  margin: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.p-48 {
  padding: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.p-56 {
  padding: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.p-64 {
  padding: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

/* Reveal animations */
.sr .has-animations .is-revealing {
  visibility: hidden;
}

.has-animations .anime-element {
  visibility: hidden;
}
.anime-ready .has-animations .anime-element {
  visibility: visible;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  padding: 24px 0;
}

.header-shape {
  position: absolute;
}

.header-shape-1 {
  display: none;
  top: 0;
}

.header-shape-2 {
  top: -40px;
  right: -53px;
}

.site-header-inner {
  position: relative; /* To display all elements above the background color */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header-inner .logo {
  width: 100px;
}
@media (min-width: 768px) {
  .site-header-inner .logo {
    width: 100%;
  }
}

.header-links {
  display: inline-flex;
}
.header-links li {
  display: inline-flex;
}
.header-links a:not(.button) {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 16px;
  padding: 8px 24px;
}
.header-links a:not(.button):hover, .header-links a:not(.button):active {
  color: #FFF;
}

@media (min-width: 641px) {
  .header-shape-1 {
    display: block;
    left: 687px;
  }
  .header-shape-2 {
    top: -92px;
    left: 440px;
    right: auto;
  }
  .header-shape-2 svg {
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 1025px) {
  .header-shape-1 {
    left: auto;
    right: 0;
  }
  .header-shape-2 {
    left: auto;
    right: 38%;
  }
}
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
  text-align: center;
  padding-top: 40px;
}

.hero-paragraph {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.1px;
  margin-bottom: 40px;
}
@media (min-width: 641px) {
  .hero-paragraph {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.1px;
  }
}

.hero-form {
  max-width: 440px;
  margin: 0 auto;
}

.hero-illustration {
  position: relative;
  margin-top: 48px;
}

.hero-shape {
  display: none;
  position: absolute;
}

.hero-main-shape svg {
  width: 140%;
  height: auto;
}

.demo-simpliteam {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 100%;
  padding-top: 100%;
  background-image: url("/img/SimpliTeamPres.png");
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}
@media (min-width: 641px) {
  .demo-simpliteam {
    width: 600px;
    height: 600px;
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .demo-simpliteam {
    right: unset;
  }
}

.emoji-elem {
  display: none;
  position: absolute;
  border-radius: 100%;
  padding: 10px;
}
@media (min-width: 1025px) {
  .emoji-elem {
    display: block;
  }
}
.emoji-elem-1 {
  background: linear-gradient(#df1962, #ea417f);
  top: 80px;
  left: 20px;
  padding: 20px;
}
.emoji-elem-1 picture img {
  width: 40px;
  height: 40px;
}
.emoji-elem-2 {
  background: linear-gradient(#336fe4, #608fea);
  bottom: 30px;
  left: 200px;
  padding: 15px;
}
.emoji-elem-2 picture img {
  width: 30px;
  height: 30px;
}

@media (min-width: 641px) {
  .hero-copy {
    max-width: 500px;
    margin: 50px auto;
  }
}
@media (min-width: 1025px) {
  .hero-inner {
    /* Split hero in two half */
    display: flex;
  }
  .hero {
    text-align: left;
    padding-top: 160px;
  }
  .hero-copy {
    padding-right: 92px;
    min-width: 620px;
  }
  .hero-form {
    margin: 0;
  }
  .hero-illustration {
    margin-top: -143px;
    padding-bottom: 0;
  }
  .hero-shape {
    display: block;
  }
  .hero-shape-1 {
    left: -32px;
    top: 542px;
  }
  .hero-shape-2 {
    left: -733px;
    top: 538px;
  }
  .hero-main-shape svg {
    width: auto;
    height: 647px;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  position: relative;
}
.features::before {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EEF1FA;
  background: linear-gradient(to bottom, #EEF1FA, rgba(238, 241, 250, 0));
}

.features-wrap {
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-start; // disables equal height boxes */
  justify-content: center;
  margin-right: -16px;
  margin-left: -16px;
}
.features-wrap:first-child {
  margin-top: -16px;
}
.features-wrap:last-child {
  margin-bottom: -16px;
}

.feature {
  position: relative;
  padding: 16px;
  width: 388px;
  max-width: 388px;
  flex-grow: 1;
}

.feature-inner {
  position: relative;
  height: 100%;
  background: #FFFFFF;
  padding: 48px 24px 72px;
  box-shadow: 0 24px 48px rgba(17, 16, 62, 0.12);
}

.feature-icon {
  position: relative;
  margin: 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.feature-icon::before {
  content: "";
  display: block;
  background: #FFFFFF;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  box-shadow: 12px 24px 32px rgba(17, 16, 62, 0.12);
}
.feature-icon svg {
  position: relative; /* To display the svg icon above the background color */
}

@media (min-width: 641px) {
  .features .section-paragraph {
    padding-left: 72px;
    padding-right: 72px;
  }
  .features-wrap {
    padding-top: 24px;
    margin-right: -24px;
    margin-left: -24px;
  }
  .features-wrap:first-child {
    margin-top: -24px;
  }
  .features-wrap:last-child {
    margin-bottom: -24px;
  }
  .feature {
    padding: 24px;
  }
}
@media (min-width: 1025px) {
  .features .section-inner {
    padding-bottom: 168px; /* 88+80px second column offset */
  }
  .feature:nth-child(even) {
    top: 80px;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  position: relative;
}
.testimonials .section-inner {
  padding-top: 0;
  padding-bottom: 108px;
}
.testimonials .section-title {
  margin-bottom: 72px;
}

.testimonials-shape {
  position: absolute;
  z-index: 0;
}

.testimonials-shape-1 {
  top: 510px;
  left: calc(50% - 80px);
}

.testimonials-shape-2 {
  top: 84px;
  left: calc(50% + 30px);
}

.testimonials-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -16px;
  margin-left: -16px;
}
.testimonials-wrap:first-child {
  margin-top: -16px;
}
.testimonials-wrap:last-child {
  margin-bottom: -16px;
}

.testimonial {
  position: relative;
  padding: 44px 16px 16px;
  width: 388px;
  max-width: 388px;
  flex-grow: 1;
}

.testimonial-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  padding: 52px 24px 24px;
}
.testimonial-inner > * {
  width: 100%;
}
.testimonial-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 24px 48px rgba(17, 16, 62, 0.12);
  mix-blend-mode: multiply;
}

.testimonial-main {
  position: relative;
}

.testimonial-header {
  position: absolute;
  top: -80px;
}
.testimonial-header img {
  width: 70px;
  height: auto;
}

.testimonial-footer {
  align-self: flex-end;
}

.testimonial-footer {
  font-weight: 500;
  margin-bottom: 12px;
}

@media (min-width: 641px) {
  .testimonials .section-inner {
    padding-bottom: 166px; /* 126+40px second column offset */
  }
  .testimonials .section-title {
    margin-bottom: 126px;
  }
  .testimonials-wrap {
    margin-right: -24px;
    margin-left: -24px;
  }
  .testimonials-wrap:first-child {
    margin-top: -24px;
  }
  .testimonials-wrap:last-child {
    margin-bottom: -24px;
  }
  .testimonial {
    padding: 52px 24px 24px;
  }
  .testimonials-shape-1 {
    bottom: auto;
    top: 170px;
    left: calc(50% - 305px);
  }
  .testimonials-shape-1 svg {
    width: 400px;
    height: 400px;
  }
  .testimonials-shape-2 {
    top: 480px;
    left: calc(50% + 190px);
  }
  .testimonials-shape-3 {
    display: block;
    top: 570px;
    left: calc(50% - 320px);
  }
}
@media (min-width: 1025px) {
  .testimonial:nth-child(odd) {
    top: 40px;
  }
}
/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter {
  position: relative;
  background-color: #11103E;
}
.newsletter::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 279px;
  height: 274px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjk0IiBoZWlnaHQ9IjI3NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxkZWZzPiAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwNC42NTclIiB5MT0iLTQ1LjI3NCUiIHgyPSIyMS45NDQlIiB5Mj0iNC4wNzklIiBpZD0iYSI+ICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzU2NTY3OCIgb2Zmc2V0PSIwJSIvPiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiM1NjU2NzgiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIi8+ICAgIDwvbGluZWFyR3JhZGllbnQ+ICA8L2RlZnM+ICA8cGF0aCBkPSJNMTA4My4xMzYgMTI2SDE0NDB2MTc3Ljc4MkMxNDA0LjkxMyAzNjEuNDcgMTM0MS40NTYgNDAwIDEyNjkgNDAwYy0xMTAuNDU3IDAtMjAwLTg5LjU0My0yMDAtMjAwIDAtMjYuMTQxIDUuMDE1LTUxLjExMSAxNC4xMzYtNzR6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE0NiAtMTI2KSIgZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsLW9wYWNpdHk9Ii40OCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.newsletter .section-paragraph {
  margin-bottom: 32px;
}

.newsletter-form {
  max-width: 440px;
  margin: 0 auto;
}

@media (min-width: 641px) {
  .newsletter .section-paragraph {
    margin-bottom: 40px;
    padding-left: 72px;
    padding-right: 72px;
  }
}
/*--------------------------------------------------------------
# Site content
--------------------------------------------------------------*/
.is-boxed {
  background: #EEF1FA;
}

.body-wrap {
  background: #FFFFFF;
  overflow: hidden;
  /* Sticky footer */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.boxed-container {
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0 24px 48px rgba(17, 16, 62, 0.12);
}

main {
  flex: 1 0 auto;
}

.section-inner {
  position: relative; /* To always display inner elements above pseudo decorative stuff */
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 641px) {
  .section-inner {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ABABC9;
  background-color: #11103E;
}
.site-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 298px;
  height: 93px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjk4IiBoZWlnaHQ9IjkzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiAgPGRlZnM+ICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iMjguOTQlIiB5MT0iLTMwLjY4MyUiIHgyPSI2Ny40NzMlIiB5Mj0iMTM1LjAyMiUiIGlkPSJhIj4gICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjNTY1Njc4IiBvZmZzZXQ9IjAlIi8+ICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzU2NTY3OCIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjEwMCUiLz4gICAgPC9saW5lYXJHcmFkaWVudD4gIDwvZGVmcz4gIDxwYXRoIGQ9Ik00MDMuMjQ0IDY5MGMyNC4yMDktNTQuNzc2IDc5LjAxOS05MyAxNDIuNzU2LTkzIDUzLjI1NSAwIDEyMy40NTggNTAuNjc0IDE5Ny4yMTUgOTNoLTMzOS45N3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MDMgLTU5NykiIGZpbGw9InVybCgjYSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbC1vcGFjaXR5PSIuMjQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
}
.site-footer a {
  color: #ABABC9;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:active {
  color: #FFF;
  text-decoration: underline;
}

.site-footer-inner {
  position: relative; /* To display all elements above the background color */
  display: flex;
  flex-wrap: wrap;
  padding-top: 48px;
  padding-bottom: 48px;
}
.site-footer-inner.has-top-divider::before {
  background: #565678;
  background: linear-gradient(to right, rgba(86, 86, 120, 0.1) 0, rgba(86, 86, 120, 0.6) 50%, rgba(86, 86, 120, 0.1) 100%);
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
  flex: none;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.footer-brand,
.footer-links,
.footer-social-links {
  margin-bottom: 24px;
}

.footer-links li + li,
.footer-social-links li + li {
  margin-left: 16px;
}

.footer-social-links li {
  display: inline-flex;
}
.footer-social-links li a {
  padding: 8px;
}

@media (min-width: 641px) {
  .site-footer-inner {
    justify-content: space-between;
  }
  .footer-brand,
  .footer-links,
  .footer-social-links,
  .footer-copyright {
    flex: 50%;
  }
  .footer-brand,
  .footer-copyright {
    justify-content: flex-start;
  }
  .footer-links,
  .footer-social-links {
    justify-content: flex-end;
  }
  .footer-links {
    order: 1;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=landing.css.map */