@import url(//hello.myfonts.net/count/3880ee);

@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3703022, 2019-01-21T05:37:52-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Campton-Book by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/campton/book/
 *
 * Webfont: Campton-Medium by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/campton/medium/
 *
 * Webfont: Campton-SemiBold by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/campton/semi-bold/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3703022
 * Licensed pageviews: 100,000
 * Webfonts copyright: Copyright &#x00A9; 2017 by Ren&#x00E9; Bieder. All rights reserved.
 *
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/** Campton-Book Web Fonts */
@font-face {
  font-family: "Campton-Book";
  src: url(../fonts/3880EE_0_0.eot);
  src: url(../fonts/3880EE_0_0.eot?#iefix) format("embedded-opentype"),
    url(../fonts/3880EE_0_0.woff2) format("woff2"),
    url(../fonts/3880EE_0_0.woff) format("woff"),
    url(../fonts/3880EE_0_0.ttf) format("truetype");
}

@font-face {
  font-family: "Campton-Medium";
  src: url(../fonts/3880EE_1_0.eot);
  src: url(../fonts/3880EE_1_0.eot?#iefix) format("embedded-opentype"),
    url(../fonts/3880EE_1_0.woff2) format("woff2"),
    url(../fonts/3880EE_1_0.woff) format("woff"),
    url(../fonts/3880EE_1_0.ttf) format("truetype");
}

@font-face {
  font-family: "Campton-SemiBold";
  src: url(../fonts/3880EE_2_0.eot);
  src: url(../fonts/3880EE_2_0.eot?#iefix) format("embedded-opentype"),
    url(../fonts/3880EE_2_0.woff2) format("woff2"),
    url(../fonts/3880EE_2_0.woff) format("woff"),
    url(../fonts/3880EE_2_0.ttf) format("truetype");
}
/** End of: Campton-Book Web Fonts */

/** Calibre Web Fonts */
@font-face {
  font-family: "Calibre-Medium";
  src: url(../fonts/calibre-web-medium.eot);
  src: url(../fonts/calibre-web-medium.woff) format("woff"),
    url(../fonts/calibre-web-medium.woff2) format("woff2");
}

@font-face {
  font-family: "Calibre-Regular";
  src: url(../fonts/calibre-web-regular.eot);
  src: url(../fonts/calibre-web-regular.woff) format("woff"),
    url(../fonts/calibre-web-regular.woff2) format("woff2");
}

@font-face {
  font-family: "Calibre-Semibold";
  src: url(../fonts/calibre-web-semibold.eot);
  src: url(../fonts/calibre-web-semibold.woff) format("woff"),
    url(../fonts/calibre-web-semibold.woff2) format("woff2");
}
/** End of: Calibre Web Fonts */

/* Cookie Bar */

#cookie-bar {
  background-color: #efefef;
  height: 34px;
  padding: 9px 0 7px;
}

#cookie-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  flex-direction: row;
  text-align: left;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  color: #262626;
  font-family: "Campton-Book", sans-serif;
  text-align: center;
}

#cookie-bar a.cookie-link {
  color: #262626;
  text-decoration: underline;
  margin-left: 4px;
  border-radius: 0;
}

#cookie-bar a {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 0;
}

#cookie-bar .cb-enable {
  background: transparent;
  margin-left: 2px;
}

#cookie-bar .cb-enable:hover {
  background: transparent !important;
}

#cookie-bar .cb-enable .closeBtn {
  width: 8px;
  height: 8px;
  display: block;
  background: url("../images/closeBtn.png") no-repeat center;
}

#cookie-bar .cb-enable:hover {
  background: #009900;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #0033bb;
}

#cookie-bar .cb-policy:hover {
  background: #0055dd;
}

/* Cookie Bar */

.atto-btn:focus {
  outline: none !important;
}

.atto-btn {
  display: inline-flex;
  border: 0;
  border-radius: 0;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: ease all 0.1s;
  -moz-transition: ease all 0.1s;
  -ms-transition: ease all 0.1s;
  -o-transition: ease all 0.1s;
  transition: ease all 0.1s;
  text-transform: uppercase;
  height: 48px;
  align-items: center;
}

.atto-btn.sign-up {
  border-radius: 0;
  color: #fff;
  background-color: #00b9cb;
}

.atto-btn.sign-up:hover {
  background-color: #0a9ead;
}

.atto-btn.log-in-btn {
  width: 166px;
  height: 58px;
  border: 0;
  color: #fff;
  background-color: #00b9cb;
  padding: 0px 14px;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "Calibre-Semibold";
}

.atto-btn.log-in-btn:hover {
  background-color: #0a9ead;
}

.atto-btn.cancel-btn,
.atto-btn.submit,
.atto-btn.subscribe {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 166px;
  width: auto;
  height: 48px;
  font-family: "Campton-SemiBold", sans-serif;
  background-color: #000000;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Calibre-Semibold";
}

.atto-btn.cancel-btn:hover,
.atto-btn.submit:hover,
.atto-btn.subscribe:hover {
  background-color: #262626;
}

.atto-btn.default {
  width: 166px;
  display: flex;
  padding: 0px 18px;
  border: 2px solid #262626;
  font-size: 0.8125rem;
  font-family: "Campton-SemiBold", sans-serif;
  line-height: 0.8125rem;
  color: #262626;
  margin-bottom: 26px;
}

.atto-btn.default:hover {
  background-color: #262626;
  color: #fff;
}

.atto-btn.white-btn {
  min-width: 166px;
  display: flex;
  padding: 0 18px;
  border: 0;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Campton-SemiBold", sans-serif;
  /*line-height: 0.8125rem;*/
  color: #262626;
  margin-bottom: 26px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.atto-btn.white-btn:hover {
  background-color: #262626;
  color: #fff;
}

.atto-btn.grey-btn {
  width: 166px;
  display: flex;
  padding: 0px 18px;
  border: 0;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Campton-SemiBold", sans-serif;
  line-height: 0.8125rem;
  color: #262626;
  background-color: #f7f7f7;
}

.atto-btn.grey-btn:hover {
  background-color: #999999;
  color: #fff;
}

.atto-btn.learn-more {
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Campton-SemiBold", sans-serif;
  color: #262626;
  text-decoration: none;
}

.atto-btn.learn-more:after {
  display: inline-flex;
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 12px;
  background: url(../images/learn-more@2x.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.atto-btn:hover {
  text-decoration: none;
  cursor: pointer;
}

.sign-up-modal .modal-custom {
  max-width: 640px;
}

.sign-up-modal .modal-content {
  position: relative;
  border-radius: 0;
  border: 2px solid #efefef;
  outline: 0;
}

.sign-up-modal .modal-content .modal-header {
  padding: 0;
  border-bottom: 0;
}

.sign-up-modal .modal-content .modal-header .close {
  padding: 0;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 21px;
  height: 21px;
  background-image: url(../images/close-btn.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 11;
}

.sign-up-modal .modal-content .modal-body {
  padding: 0;
}

.sign-up-modal .modal-content .modal-body .sign-up-wrap {
  padding: 80px 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.sign-up-modal .modal-content .modal-body .sign-up-wrap h3.form-title {
  margin-bottom: 0;
  line-height: 50px;
}

.sign-up-modal
  .modal-content
  .modal-body
  .sign-up-wrap
  h3.form-title
  br.mobile {
  display: none;
}

.sign-up-modal .modal-content .modal-body .sign-up-wrap h4.subtitle {
  margin-top: -6px;
  margin-bottom: 60px;
}

.sign-up-modal .modal-content .modal-body .sign-up-wrap .subscribe-trial {
  width: 556px;
  max-width: 100%;
  margin-top: 0;
  flex-direction: row;
}
/* 
.sign-up-modal
  .modal-content
  .modal-body
  .sign-up-wrap
  .subscribe-trial
  .input-wrapper {
  padding: 8px 12px;
  width: auto;
  flex-grow: 1;
  border-color: #f0f0f0;
}

.sign-up-modal
  .modal-content
  .modal-body
  .sign-up-wrap
  .subscribe-trial:focus-within
  .input-wrapper {
  border-color: #262626 ;
} */
.sign-up-modal
  .modal-content
  .modal-body
  .sign-up-wrap
  .subscribe-trial
  label.error {
  bottom: -25px !important;
}
.sign-up-modal .modal-content .modal-body .sign-up-wrap .log-in-btn {
  display: inline-block;
  /*width: 166px;*/
  justify-content: center;
  align-content: center;
  min-width: 166px;
  width: auto;
  padding: 0 40px;
}

.sign-up-modal .modal-content .modal-body .sign-up-wrap .subscribe-label {
  margin-right: 28px;
  font-family: "Campton-Medium", sans-serif;
}

.sign-up-modal .modal-content .modal-body .reset-wrap {
  padding: 80px 50px;
}

.sign-up-modal .modal-content .modal-body .reset-wrap h3.form-title {
  text-align: center;
}

.sign-up-modal .modal-content .modal-body .reset-wrap .subscribe-trial {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: row;
}

.sign-up-modal
  .modal-content
  .modal-body
  .reset-wrap
  .subscribe-trial
  .input-wrapper {
  padding: 8px 12px;
  width: auto;
  flex-grow: 1;
  border-color: #f0f0f0 !important;
  margin-bottom: 0px;
  margin-right: 10px;
}

.sign-up-modal
  .modal-content
  .modal-body
  .reset-wrap
  .subscribe-trial:focus-within
  .input-wrapper {
  border-color: #c7c7c7 !important;
}

.sign-up-modal .modal-content .modal-body .reset-wrap .subscribe-trial button {
  width: 166px;
}

.sign-up-modal
  .modal-content
  .modal-body
  .reset-wrap
  .subscribe-trial
  button.cancel-btn {
  margin-right: 16px;
  background-color: #c7c7c7;
  border-color: #c7c7c7;
  color: #fff;
}

.sign-up-modal
  .modal-content
  .modal-body
  .reset-wrap
  .subscribe-trial
  button.cancel-btn:hover {
  background-color: #fff;
  color: #262626;
}

.sign-up-modal .email-wrapper {
  padding: 80px 100px;
  width: 100%;
  max-width: 100%;
}

.sign-up-modal .email-wrapper .atto-btn.no-margin {
  margin-bottom: 0;
}

/* Get Started Modal */
.get-started-modal .modal-content .close {
  padding: 0;
  position: absolute;
  right: 69px;
  top: 69px;
  width: 14px;
  height: 14px;
  background-image: url(../images/close-btn.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 11;
}
.get-started-modal .modal-content .close:focus {
  outline: none;
}
.get-started-modal {
  padding: 0 !important;
}
.get-started-modal .modal-dialog {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
}
.get-started-modal .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
}
.get-started-modal .modal-body {
  padding: 0;
}
.get-started-modal .reactivate-account .banner .account-description h2,
.get-started-page.reactivate-account .banner .account-description h2 {
  max-width: 380px;
  margin: 0 auto 16px;
}
.get-started-modal .new-design-desc,
.get-started-page .new-design-desc {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.get-started-modal .atto-btn.subscribe,
.get-started-page .atto-btn.subscribe {
  margin-top: 24px;
}
.get-started-modal .reactivate-account .card-wrapper,
.get-started-page.reactivate-account .card-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 0;
}

.get-started-modal .reactivate-account .card-wrapper p,
.get-started-page.reactivate-account .card-wrapper p {
  max-width: 300px;
  align-items: center;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-family: "Calibre-Regular";
  text-align: center;
  margin-top: 12px;
  margin-bottom: 32px;
}
.get-started-page.reactivate-account .card-wrapper p.confirm-content {
  max-width: 560px;
}
.confirm-email-wrapper {
  width: 90%;
  display: none;
}
.confirm-email-wrapper .email-template {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.get-started-modal .subscribe-trial .input-wrapper,
.get-started-page .subscribe-trial .input-wrapper {
  border-color: #efefef !important;
  width: 100%;
  margin-bottom: 24px;
}
.get-started-modal .subscribe-trial,
.get-started-page .subscribe-trial {
  flex-direction: column;
}
.get-started-modal .atto-btn.log-in-btn,
.get-started-page .atto-btn.log-in-btn {
  width: 100%;
}
.get-started-modal .subscribe-label,
.get-started-page .subscribe-label {
  margin: 8px auto 0;
}
.get-started-modal .reactivate-account .card-wrapper a,
.get-started-page.reactivate-account .card-wrapper .card a {
  color: #999999;
  font-family: "Campton-SemiBold", sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 48px;
}
.get-started-modal .reactivate-account .card-wrapper a:hover,
.get-started-page.reactivate-account .card-wrapper .card a:hover {
  color: #262626;
}
.get-started-modal .subscribe-trial label.error {
  bottom: 45px;
}

.rangeslider-wrapper {
  width: 100%;
}

.rangeslider-wrapper div.rail-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.rangeslider-wrapper div.rail-wrapper > i {
  width: 81px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #999;
  font-family: "Campton-Book", sans-serif;
}

.rangeslider-wrapper div.rail-wrapper > i.low {
  text-align: right;
}

.rangeslider-wrapper div.rail-wrapper > i.max {
  text-align: left;
}

.rangeslider-wrapper div.rail-wrapper > span.irs {
  flex-grow: 1;
  margin: 0 16px;
}

.rangeslider-wrapper .irs .irs-min {
  display: none;
}

.rangeslider-wrapper .irs .irs-max {
  display: none;
}

.rangeslider-wrapper .irs--flat {
  height: 20px;
}

.rangeslider-wrapper .irs--flat > span.irs {
  height: 20px;
}

.rangeslider-wrapper .irs--flat > span.irs > .irs-line {
  top: 4px;
}

.rangeslider-wrapper .irs--flat > .irs-bar {
  top: 4px;
}

.rangeslider-wrapper .irs--flat .irs-handle > i:first-child {
  display: none;
}

.rangeslider-wrapper .irs-handle {
  width: 20px !important;
  height: 20px !important;
  background-color: #00b9cb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: none;
  box-shadow: none;
  top: 0px;
  cursor: pointer;
}

.rangeslider-wrapper .irs-handle.single:before {
  display: block;
  content: "";
  height: 182px;
  width: 166px;
  position: absolute;
  margin-top: -182px;
  margin-left: -76px;
}

.rangeslider-wrapper .irs-line {
  border: none;
  background: #fff;
  border: 2px solid #efefef;
  border-radius: 12px;
}

.rangeslider-wrapper .irs-line-left {
  background: #3c3d3e;
  width: 5%;
  height: 10px;
}

.rangeslider-wrapper .irs-bar-edge,
.rangeslider-wrapper .irs-bar,
.rangeslider-wrapper .rangeslider--horizontal .rangeslider__fill {
  background: #efefef;
  box-shadow: none;
  border: none;
  border-radius: 12px 0 0 12px;
}

.rangeslider-wrapper .irs-single {
  opacity: 0;
}

.rangeslider-wrapper .range-output {
  height: 182px;
  width: 166px;
  text-align: center;
  background: url(../images/employee-dragger@2x.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0 0 9px -22px;
  padding-top: 30px;
  position: relative;
  left: 178.5px;
}

.rangeslider-wrapper .range-output h2 {
  font-family: "Campton-SemiBold", sans-serif;
  color: #00b9cb;
  font-size: 3.75rem;
  line-height: 4.375rem;
  margin-bottom: 0;
}

.rangeslider-wrapper .range-output span {
  color: #adb1b8;
  font: normal 20px / normal "Campton-Book";
  letter-spacing: -0.025px;
}

.rangeslider-wrapper .savings {
  margin-top: 45px !important;
}

.rangeslider-wrapper .savings:after {
  -webkit-transform: translateX(-50%) rotate(225deg);
  top: -12px;
  bottom: auto;
}

.rangeslider-wrapper .js-btn-plus {
  right: -45px;
}

.rangeslider-wrapper .js-btn-minus {
  left: -45px;
  transform: translateY(-50%) rotate(180deg) !important;
}

.rangeslider-wrapper .miles-slider i {
  font: normal 13px/30px "Campton-Book";
  color: #adb1b8;
  float: left;
}

.rangeslider-wrapper .miles-slider i.max {
  float: right;
}

.rangeslider-wrapper .irs-bar-edge {
  width: 50px;
}

.rangeslider-wrapper p.info-label {
  color: #999999;
  font-family: "Campton-Book", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.3px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-top: 4px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  background-color: #fafafa;
  position: relative;
}

body.contact {
  background-color: #fafafa;
}

menu,
ul,
ol {
  list-style: none;
  padding-left: 0;
}

.section-title,
h1,
h1.title {
  font-size: 2.5rem;
  line-height: 3.125rem;
  padding: 5px 0;
  font-family: "Campton-Medium", sans-serif;
  letter-spacing: -1px;
  margin-bottom: 0;
}

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

h4.subtitle.large {
  width: 995px;
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: "Campton-Medium", sans-serif;
  color: #262626;
  margin-bottom: 17px;
  text-align: center;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #999999;
  font-family: "Campton-Book", sans-serif;
  letter-spacing: -0.4px;
}

h5 {
  font-size: 1.25rem;
  font-family: "Campton-Medium", sans-serif;
  line-height: 1.625rem;
  letter-spacing: -0.36px;
  color: #262626;
  margin-bottom: 0;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

form {
  position: relative;
}

label.error {
  position: absolute;
  float: left;
  left: 0;
  bottom: 55px;
  color: #ee5c65;
  font-family: "Campton-Book", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

label.error.hidden {
  display: none;
}

textarea.error,
input.error,
input[type="email"].error,
input.error {
  border: 2px solid #ee5c65 !important;
  background-color: #fef7f7 !important;
}

:not(output):-moz-ui-invalid {
  box-shadow: none;
}

footer,
#content-wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

#content-wrap.terms-and-privacy {
  max-width: 100%;
  width: 1200px;
  padding: 103px 73px 67.5px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

#content-wrap.terms-and-privacy h4,
#content-wrap.terms-and-privacy span {
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: "Campton-Medium", sans-serif;
  margin-bottom: 7px;
  color: #262626;
  width: 100%;
  clear: left;
  display: block;
}

#content-wrap.terms-and-privacy ul li,
#content-wrap.terms-and-privacy ol li,
#content-wrap.terms-and-privacy p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Campton-Book", sans-serif;
  color: #999;
}

#content-wrap.terms-and-privacy ul li .bold-text,
#content-wrap.terms-and-privacy ol li .bold-text,
#content-wrap.terms-and-privacy p .bold-text {
  font-family: "Campton-Medium", sans-serif;
}

#content-wrap.terms-and-privacy ul li a,
#content-wrap.terms-and-privacy ol li a,
#content-wrap.terms-and-privacy p a {
  text-decoration: underline;
  color: #999;
}

#content-wrap.terms-and-privacy ul li a:hover,
#content-wrap.terms-and-privacy ol li a:hover,
#content-wrap.terms-and-privacy p a:hover {
  text-decoration: none;
}

#content-wrap.terms-and-privacy p {
  margin-bottom: 15px;
}

#content-wrap.terms-and-privacy h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Campton-Medium", sans-serif;
  margin-bottom: 7px;
}

#content-wrap.terms-and-privacy ol {
  float: left;
  margin-bottom: 15px;
  padding-left: 20px;
  width: 100%;
  padding-right: 10%;
  list-style-type: decimal;
}

#content-wrap.terms-and-privacy ul {
  float: left;
  margin-bottom: 15px;
  padding-left: 20px;
  width: 100%;
  padding-right: 10%;
  list-style-type: disc;
}

#content-wrap.terms-and-privacy ol.parenthesis-list {
  counter-reset: item;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 10%;
}

#content-wrap.terms-and-privacy ol.parenthesis-list li {
  counter-increment: item;
  list-style: none inside;
  position: relative;
  padding-left: 30px;
}

#content-wrap.terms-and-privacy ol.parenthesis-list li:before {
  content: "(" counter(item) ")";
  position: absolute;
  left: 5px;
  top: 1px;
  font: normal 15px / normal "Campton-Book", sans-serif;
}

.title-wrap.terms-privacy {
  text-align: center;
  margin: 60px 0;
}

.title-wrap.terms-privacy h1 {
  margin-bottom: 0;
}

header {
  padding: 25px 0;
  position: relative;
  z-index: 2;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

header .container a.logo {
  display: inline-flex;
  width: 81px;
  height: 26px;
  background-image: url(../images/main-logo@2x.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 93px;
  margin-top: -4px;
}

header .container a.logo.white {
  background-image: url(../images/white-logo.png);
}

header .container ul.menu {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
header .container ul.menu.lang-menu > li:hover a.language-btn {
  color: #262626 !important;
}
header.pricing .container ul.menu.lang-menu > li:hover a.language-btn {
  color: #ffffff !important;
}
header .container ul.menu > li {
  display: inline-flex;
}

header .container ul.menu > li > a {
  font-size: 0.875rem;
  line-height: 2rem;
  height: 32px;
  font-family: "Campton-Medium", sans-serif;
  text-transform: uppercase;
  color: #999;
  -webkit-transition: ease all 0.1s;
  -moz-transition: ease all 0.1s;
  -ms-transition: ease all 0.1s;
  -o-transition: ease all 0.1s;
  transition: ease all 0.1s;
  margin-right: 40px;
}

header .container ul.menu > li > a:hover,
header .container ul.menu > li > a.active {
  color: #262626;
  text-decoration: none;
}

header .container ul.menu li div.submenu-wrapper {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  left: -60px;
  top: 56px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

header .container ul.menu li div.submenu-wrapper:before {
  content: "";
  height: 34px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -24px;
}

header .container ul.menu li div.submenu-wrapper .submenu-content {
  background-color: #fff;
  width: 303px;
  padding: 51px 60px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15),
    0 5px 15px 0 rgba(38, 38, 38, 0.15);
}
header .container .app-login ul.lang-menu li a.language-btn:before {
  content: "";
  display: inline-flex;
  width: 9px;
  height: 9px;
  background: url("../images/language-icon.svg") no-repeat;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
header .container .app-login ul.lang-menu li:hover a.language-btn:before,
header .container .app-login ul.lang-menu li a.language-btn:hover:before,
header.product-page
  .container
  .app-login
  ul.lang-menu
  li
  a.language-btn:before {
  background: url("../images/language-icon-black.svg") no-repeat;
}

header.pricing .container .app-login ul.lang-menu li a.language-btn:before {
  background: url("../images/language-icon-white.svg") no-repeat;
}
header .container ul.menu.lang-menu li div.submenu-wrapper .submenu-content {
  /* width: 160px;
    padding: 35px 30px;*/
  width: 150px;
  padding: 35px 50px;
}
header
  .container
  ul.menu.lang-menu
  li
  div.submenu-wrapper
  .submenu-content
  ul
  li
  a:before {
  /*left: -10px;*/
  left: -30px;
}

.lang-select {
  background-color: #fff;
  width: 160px;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15),
    0 5px 15px 0 rgba(38, 38, 38, 0.15);
  border: none;
  border-radius: 0;
  top: 30px !important;
  left: -35px !important;
}
header .container ul.menu li div.submenu-wrapper .submenu-content > a {
  display: inline-flex;
  position: relative;
  width: 100%;
  font-size: 0.8175rem;
  line-height: 2.75rem;
  color: #999999;
  font-family: "Campton-Medium", sans-serif;
  text-transform: uppercase;
  -webkit-transition: ease all 0.15s;
  -moz-transition: ease all 0.15s;
  -ms-transition: ease all 0.15s;
  -o-transition: ease all 0.15s;
  transition: ease all 0.15s;
}
header .container .app-login ul.lang-nav li .lang-select a {
  display: inline-flex;
  position: relative;
  width: 100%;
  font-size: 0.8175rem;
  line-height: 2.75rem;
  color: #999999;
  font-family: "Campton-Medium", sans-serif;
  text-transform: uppercase;
  -webkit-transition: ease all 0.15s;
  -moz-transition: ease all 0.15s;
  -ms-transition: ease all 0.15s;
  -o-transition: ease all 0.15s;
  transition: ease all 0.15s;
  height: auto;
  background-color: transparent;
}
header .container ul.menu li div.submenu-wrapper .submenu-content > a:hover,
header .container .app-login ul.lang-nav li .lang-select a:hover {
  color: #262626;
  text-decoration: none;
  background-color: transparent;
}

header
  .container
  ul.menu
  li
  div.submenu-wrapper
  .submenu-content
  > a:hover:before,
header .container .app-login ul.lang-nav li .lang-select a:hover:before {
  opacity: 1;
}

header .container ul.menu li div.submenu-wrapper .submenu-content > a:before {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0;
  background-image: url(../images/learn-more@2x.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -28px;
  top: 13px;
  position: absolute;
}

header .container ul.menu li div.submenu-wrapper .submenu-content ul {
  padding-top: 32px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-transition: ease all 0.15s;
  -moz-transition: ease all 0.15s;
  -ms-transition: ease all 0.15s;
  -o-transition: ease all 0.15s;
  transition: ease all 0.15s;
}
header .container ul.menu.lang-menu li div.submenu-wrapper .submenu-content ul {
  padding-top: 0;
}
header
  .container
  ul.menu
  li
  div.submenu-wrapper
  .submenu-content
  ul.languages:before {
  display: none;
}
header .container ul.menu li div.submenu-wrapper .submenu-content ul li {
  display: inline-flex;
  width: 100%;
}
header
  .container
  ul.menu.lang-menu
  li
  div.submenu-wrapper
  .submenu-content
  ul
  li
  a {
  text-transform: capitalize;
}

header .container ul.menu li div.submenu-wrapper .submenu-content ul li a {
  position: relative;
  width: 100%;
  font-size: 0.8175rem;
  line-height: 2.75rem;
  color: #999;
  font-family: "Campton-Medium", sans-serif;
  text-transform: uppercase;
}

header
  .container
  ul.menu
  li
  div.submenu-wrapper
  .submenu-content
  ul
  li
  a:before {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0;
  background-image: url(../images/learn-more@2x.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -28px;
  top: 13px;
  position: absolute;
}

header
  .container
  ul.menu
  li
  div.submenu-wrapper
  .submenu-content
  ul
  li
  a:hover {
  color: #262626;
  text-decoration: none;
}

header
  .container
  ul.menu
  li
  div.submenu-wrapper
  .submenu-content
  ul
  li
  a:hover:before {
  opacity: 1;
}

header .container ul.menu li div.submenu-wrapper .submenu-content ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 50px;
  height: 2px;
  background: #efefef;
}

header .container ul.menu li:hover div.submenu-wrapper {
  opacity: 1;
  pointer-events: all;
  color: #000;
  -webkit-transition: none;
  transition: none;
}

header .container .app-login {
  margin-left: auto;
  display: flex;
}

header .container .app-login ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}

header .container .app-login ul li a {
  width: 120px;
  height: 32px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 33px;
  font-family: "Campton-SemiBold", sans-serif;
  text-transform: uppercase;
}

header .container .app-login ul li a.log-in {
  color: #c7c7c7;
  margin-right: 4px;
}
html:lang(es) header .container .app-login ul li a.log-in,
html:lang(fr) header .container .app-login ul li a.log-in {
  width: 150px;
}
header .container .app-login ul li a.log-in:hover {
  color: #262626;
}

header .container .mobile {
  display: none;
}

header.product-page {
  background-color: #fff;
  height: 73px;
  left: 0;
  padding: 12.5px 0;
  position: fixed;
  top: 0;
  transition: all 0.15s ease;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
}

header.product-page .container .app-login li a.log-in,
header.product-page .container ul.menu#main.lang-menu > li > a {
  color: #262626;
}

header.home {
  background-color: #fff;
}

header.home .container ul.menu#main > li > a {
  color: #262626;
}
header .container ul.menu#main.lang-menu > li > a {
  color: #c7c7c7;
  margin-right: 0;
  width: auto;
}
header.home .container ul.menu#main.lang-menu > li > a:hover {
  color: #262626 !important;
}
header.home .container ul.menu#main > li > a:hover a {
  color: #262626;
}

header.home .container ul.menu#main:hover > li > a {
  color: #999;
}

header.home .container ul.menu#main:hover > li > a:hover {
  color: #262626;
}

header.scrolling .container ul.menu li div.submenu-wrapper {
  top: 48px;
}
header .lang-nav {
  top: -8px;
  position: relative;
}
header .lang-nav a {
  color: #999999;
}
header .lang-nav a:hover {
  color: #262626;
}

/* New Header Style */

header .container.headerContainer {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  position: relative;
  padding: 0;
}

header .container.headerContainer * {
  font-family: "Calibre", sans-serif;
}

header .container.headerContainer .leftNav {
  display: inline-flex;
  margin-right: 65px;
  position: relative;
  z-index: 9999;
}

header .container.headerContainer .menuLinks {
  display: flex;
  flex-direction: row;
}

header .container.headerContainer .menuLinks a {
  margin-right: 40px;
}

header .container.headerContainer .menuLinks a,
header .container.headerContainer .rightNavButtons a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 20px;
  text-decoration: none;
}

header .container.headerContainer .menuLinks a:hover,
header .container.headerContainer .rightNavButtons a:hover {
  color: #00b9cb;
}

header .container.headerContainer .rightNavButtons {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-left: auto;
  position: relative;
  z-index: 9999;
}

header .container.headerContainer .rightNavButtons a {
  margin-right: 16px;
}

header .container.headerContainer .rightNavButtons button.defaultBtn.tealStyle {
  align-items: center;
  background-color: #00b9cb;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  line-height: 28px;
  padding: 10px 15px;
  text-align: center;
  border: 0;
  transition: all 0.15s ease;
  max-width: 100%;
  min-width: 136px;
}

header
  .container.headerContainer
  .rightNavButtons
  button.defaultBtn.tealStyle:focus {
  outline: 0;
}

header
  .container.headerContainer
  .rightNavButtons
  button.defaultBtn.tealStyle:hover {
  background-color: #0a9ead;
  cursor: pointer;
}

header .container.headerContainer .subMenu {
  position: absolute;
  top: 88px;
  left: 0;
}

header .container.headerContainer .menuSection {
  display: none;
  flex-direction: row;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

header .container.headerContainer .menuSection.contentPadding {
  padding: 76px;
}

header .container.headerContainer .menuSection.resourcesMenu {
  margin-left: 210px;
  width: unset;
}
header
  .container.headerContainer
  .subMenu
  .menuSection.resourcesMenu
  .menuItems {
  display: flex;
  flex-direction: column;
}
header
  .container.headerContainer
  .subMenu
  .menuSection.resourcesMenu
  .menuItems
  .menuItem {
  width: 276px;
}
header .container.headerContainer .menuSection .leftItems {
  display: flex;
  flex-direction: column;
  padding: 76px;
  flex-grow: 1;
  width: 66.66667%;
}

header .container.headerContainer .menuSection .menuItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0;
  color: #000;
}

header .container.headerContainer .menuSection .menuItem .menuIcon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease all 0.15s;
  background-color: rgba(0, 185, 203, 0.1);
  border-radius: 4px;
  margin-right: 16px;
}

header .container.headerContainer .menuSection .menuItem:hover {
  text-decoration: none;
}

header
  .container.headerContainer
  .subMenu
  .menuSection
  .menuItem:hover
  .menuIcon {
  background-color: rgba(0, 185, 203, 0.35);
}

header .container.headerContainer .menuSection .menuItemDesc {
  flex-grow: 1;
}

header .container.headerContainer .menuSection .menuItemDesc p {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #999;
  letter-spacing: 0;
  margin-bottom: 0;
}

header .container.headerContainer .menuSection .menuItemDesc h6 {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 20px;
}

header .container.headerContainer .menuSection .leftItems hr {
  height: 2px;
  background-color: #efefef;
  width: 100%;
  margin: 39px 0;
  opacity: 1;
  border: 0;
}

header .container.headerContainer .menuSection .menuItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  row-gap: 40px;
}

header .container.headerContainer .menuSection .leftItems .subItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 40px;
}

header .container.headerContainer .menuSection .rightItems {
  width: 33.333334%;
  padding: 77px 60px;
  background-color: #f7f7f7;
}

header .container.headerContainer .menuSection .rightItems h6 {
  margin-bottom: 25px;
}
header .container.headerContainer .menuSection .rightItems ul {
  width: 100%;
}
header .container.headerContainer .menuSection .rightItems ul li {
  height: 30px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
header .container.headerContainer .menuSection .rightItems ul li:last-child {
  margin-bottom: 0;
}
header .container.headerContainer .menuSection .rightItems ul li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: ease all 0.15s;
  color: #000;
}
header .container.headerContainer .menuSection .rightItems ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 10px;
  width: 24px;
  height: 24px;
}
header .container.headerContainer .menuSection .rightItems ul li a:hover {
  color: #00b9cb;
}

header .container.headerContainer .collapsibleMenuWrapper {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100vw;
  height: calc(100vh - 61px);
  height: -webkit-fill-available;
}

header .container.headerContainer .collapsibleMenuWrapper > .collapsibleMenu {
  margin-top: 61px;
}

header .container.headerContainer .collapsibleMenuWrapper section {
  display: none;
}

header .container.headerContainer .collapsibleMenu {
  height: 100%;
  height: -webkit-fill-available;
  width: 100vw;
  padding: 0 16px;
  overflow: scroll;
  display: flex;
  flex-direction: column;
}
header .container.headerContainer .collapsibleMenu .triggerItemWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0 8px;
  border-top: 1px solid #efefef;
  cursor: pointer;
  width: 100%;
}
header .container.headerContainer .collapsibleMenu .triggerItemWrap h5 {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 500;
  width: 100%;
  margin: 20px 0;
}
header .container.headerContainer .collapsibleMenu .triggerItemWrap > i {
  font-size: 16px;
  width: 24px;
  height: 24px;
  transition: ease all 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}
header
  .container.headerContainer
  .collapsibleMenu
  .triggerItemWrap.active
  .iconItem {
  transform: rotateX(180deg);
}
header .container.headerContainer .collapsibleMenu > a {
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #efefef;
}
header .container.headerContainer .collapsibleMenu > a h5 {
  line-height: 30px;
  font-size: 25px;
  color: #000;
  letter-spacing: -0.5px;
  font-weight: 500;
  width: 100%;
  margin: 20px 0;
}
header .container.headerContainer .collapsibleMenu .mobileButtons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 16px;
  padding: 20px 0;
  margin-top: auto;
}

header .container.headerContainer .collapsibleMenu .mobileButtons .defaultBtn {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.5px;
  height: 74px;
  font-family: "Calibre", sans-serif;
  width: 100%;
  justify-content: center;
  padding: 17px 0;
  text-align: center;
  transition: all 0.15s ease;
}

/* header .container.headerContainer .collapsibleMenu .mobileButtons .defaultBtn.tealStyle:hover{

} */
header
  .container.headerContainer
  .collapsibleMenu
  .mobileButtons
  .defaultBtn.tealStyle {
  border: unset;
  background-color: #00b9cb;
  max-width: 100%;
  min-width: 13.6rem;
}
/* header .container.headerContainer .collapsibleMenu .mobileButtons .defaultBtn.grayStyle:hover{

} */
header
  .container.headerContainer
  .collapsibleMenu
  .mobileButtons
  .defaultBtn.grayStyle {
  background-color: #fff;
  border: 2px solid #efefef;
  color: #000;
}

header .container.headerContainer .rightNavButtons .menuTrigger {
  display: none;
}

html.no-overflow body,
html.no-overflow {
  height: 100vh;
  overflow: hidden;
}
/* Header Responsive */

/* @include max(mobile) */
@media only screen and (max-width: 768px) {
  .notMobile {
    display: none;
  }

  .mobile {
    display: block;
  }

  header .container.headerContainer .menuSection .menuItems {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 2rem;
    padding: 2rem 0;
  }
}
/* @include min(tablet) */
@media only screen and (min-width: 768px) {
  .notMobile {
    display: block;
  }

  .mobile {
    display: none;
  }
}

/* @include max(tablet) */
@media only screen and (max-width: 991px) {
  header.product-page {
    padding: 0;
    height: unset;
    width: 100vw;
  }
  header .container.headerContainer {
    box-sizing: border-box;
    height: unset;
    padding: 16px;
  }
  header .container.headerContainer .menuSection {
    flex-direction: column;
    box-shadow: none;
    display: unset;
  }

  header .container.headerContainer .menuSection .leftItems {
    padding: 20px 0;
    width: 100%;
  }
  header .container.headerContainer .menuSection .leftItems .subItems {
    -webkit-column-gap: unset;
    column-gap: unset;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    row-gap: 20px;
  }
  header .container.headerContainer .menuSection .rightItems {
    background-color: #fff;
    padding: 10px 0 40px 45px;
    width: 100%;
  }
  header .container.headerContainer .menuSection .rightItems h6,
  header .container.headerContainer .menuSection hr {
    display: none;
  }
  header
    .container.headerContainer
    .menuSection
    .leftItems
    .subItems
    a:nth-child(2) {
    order: 2;
  }
  header
    .container.headerContainer
    .menuSection
    .leftItems
    .subItems
    a:nth-child(4) {
    order: 3;
  }

  header .container.headerContainer .menuLinks,
  header .container.headerContainer .rightNavButtons > a,
  header .container.headerContainer .rightNavButtons > .defaultBtn.tealStyle,
  header .container.headerContainer .subMenu {
    display: none !important;
  }

  header .container.headerContainer .rightNavButtons .menuTrigger {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 24px;
    position: relative;
    border: 0;
    box-shadow: none;
    background: unset;
  }
  header .container.headerContainer .rightNavButtons .menuTrigger > i {
    width: 20px;
    height: 2px;
    background-color: #000;
  }
  header .container.headerContainer .rightNavButtons .menuTrigger .tiles1 {
    position: absolute;
    left: 2px;
    top: 4px;
    transition: ease all 0.15s;
  }
  header .container.headerContainer .rightNavButtons .menuTrigger .tiles2 {
    position: absolute;
    left: 2px;
    top: 11px;
    transition: ease all 0.15s;
  }
  header .container.headerContainer .rightNavButtons .menuTrigger .tiles3 {
    position: absolute;
    left: 2px;
    bottom: 4px;
    transition: ease all 0.15s;
  }
  header
    .container.headerContainer
    .rightNavButtons
    .menuTrigger.activeButton
    .tiles1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  header
    .container.headerContainer
    .rightNavButtons
    .menuTrigger.activeButton
    .tiles2 {
    opacity: 0;
  }
  header
    .container.headerContainer
    .rightNavButtons
    .menuTrigger.activeButton
    .tiles3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }
  header .container.headerContainer .rightNavButtons .menuTrigger:focus,
  header .container.headerContainer .rightNavButtons .menuTrigger:active {
    outline: 0;
    box-shadow: none;
  }

  header .container.headerContainer .collapsibleMenuWrapper {
    display: none;
  }
  header .container.headerContainer .menuSection.contentPadding {
    padding: 0;
    margin-left: 0;
  }
}

footer {
  padding: 40px 0 20px;
}

.footerTop {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.leftFooterItems {
  width: 33.3333%;
}
.leftFooterItems p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 25px;
  padding-right: 135px;
  font-family: "Calibre", serif;
}

.footerSiteMap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}

.footerLinksWrapper {
  width: 165px;
  display: flex;
  flex-direction: column;
}

.footerLinksWrapper a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  font-family: "Calibre", serif;
}

.footerLinksWrapper a:hover {
  color: #00b9cb;
}

.footerLinksWrapper a.hasLine {
  display: flex;
  flex-direction: column;
}

.footerLinksWrapper a.hasLine:after {
  background-color: #efefef;
  content: "";
  display: inline-block;
  height: 2px;
  margin: 10px 0 12px;
  width: 20px;
}

.downloadApp {
  margin-top: 4rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
}
.downloadApp .linkWrap {
  background-color: #262626;
  border-radius: 4px;
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  min-height: 48px;
  margin-bottom: 12px;
  padding-left: 12px;
  transition: all 0.15s ease;
  width: 100%;
}

.downloadApp .linkWrap:hover {
  background-color: #000;
}
.downloadApp .linkWrap img {
  margin-right: 10px;
}
.downloadApp .linkWrap p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-bottom: 0;
  line-height: 24px;
  font-family: "Calibre", sans-serif;
}

.footerLinksWrapper .parentPath {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 24px;
  font-family: "Calibre", sans-serif;
}

@media only screen and (min-width: 768px) {
  .footerSiteMap {
    flex-direction: row;
  }

  .downloadApp {
    margin-top: 2rem;
  }
}

.footerBottom {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin-top: 104px;
  font-family: "Calibre", serif;
}
.footerBottom a {
  text-decoration: underline;
  -webkit-text-decoration-color: #666;
  text-decoration-color: #666;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  color: #000;
}

.footerBottom a:hover {
  color: #00b9cb;
  -webkit-text-decoration-color: #00b9cb;
  text-decoration-color: #00b9cb;
}

@media only screen and (max-width: 991px) {
  .footerTop {
    flex-direction: column;
  }
  .footerTop .leftFooterItems {
    width: 100%;
    margin-bottom: 20px;
  }
  .footerTop .leftFooterItems p {
    display: none;
  }

  .footerTop .footerSiteMap {
    width: 100%;
    column-gap: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
    width: 100%;
  }

  .footerTop .footerSiteMap .footerLinksWrapper .downloadApp {
    /* width: 100%; */
    height: unset;
  }

  .footerBottom {
    margin-top: 20px;
  }
}

body.ext {
  background-color: #f6f6f6;
}

body.ext main.login {
  padding-top: 0 !important;
}

.login {
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.login .log-in-wrap {
  width: 530px;
  max-width: 100%;
  background-color: #fff;
  margin: 0 auto;
  border: 2px solid #efefef;
  padding: 68px 85px;
}

.login .log-in-wrap .form-header {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-bottom: 29px;
  align-items: center;
}

.login .log-in-wrap .form-header h3 {
  margin-bottom: 0px;
  line-height: 48px;
}

.login .log-in-wrap .form-header a.logo {
  display: inline-flex;
  width: 81px;
  height: 26px;
  background-image: url(../images/main-logo@2x.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
}

.login .sign-up-wrap {
  width: 800px;
  max-width: 100%;
  background-color: #fff;
  margin: 0 auto;
  border: 2px solid #efefef;
  padding: 80px 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.login .sign-up-wrap h3.form-title {
  margin-bottom: 0;
  line-height: 50px;
}

.login .sign-up-wrap h3.form-title br.mobile {
  display: none;
}

.login .sign-up-wrap h4.subtitle {
  margin-top: -6px;
  margin-bottom: 60px;
}

.login .sign-up-wrap .subscribe-trial {
  width: 556px;
  max-width: 100%;
  margin-top: 0;
}

.login .sign-up-wrap .subscribe-trial .input-wrapper {
  padding: 8px 12px;
  width: auto;
  flex-grow: 1;
  border-color: #efefef !important;
}
.subscribe-trial .input-wrapper input.error,
.subscribe-trial .input-wrapper input[type="email"].error {
  border: transparent !important;
  background-color: transparent !important;
}
.login .sign-up-wrap .log-in-btn {
  display: inline-block;
  width: 166px;
  justify-content: center;
  align-content: center;
}

.login .sign-up-wrap .subscribe-label {
  margin-right: 28px;
  font-family: "Campton-Medium", sans-serif;
}

.login .create-account {
  height: calc((100vh - 450px) * 0.5);
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 46px;
}

.login .create-account p {
  color: #262626;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Campton-Book", sans-serif;
  margin-bottom: 0;
  margin-right: 24px;
}

.login .create-account a {
  margin-bottom: 0;
  border: 1px solid #efefef;
  width: 115px;
  padding: 12px 18px;
}

.email-template {
  padding: 10vh 0;
  max-width: 600px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.email-template .logo {
  display: inline-flex;
  width: 79px;
  height: 25px;
  background-image: url(../images/main-logo@2x.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 72px;
}

.email-template h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 8px;
}

.email-template p {
  font-size: 18px;
  line-height: 32px;
  color: #999;
  letter-spacing: -0.3px;
  font-family: "Campton-Book", sans-serif;
  margin-bottom: 32px;
}

.email-template p strong {
  font-family: "Campton-Medium", sans-serif;
  font-weight: normal;
}

.email-template a.atto-btn {
  padding: 12px 18px;
  font-size: 13px;
  line-height: 24px;
  font-family: "Campton-SemiBold", sans-serif;
  min-width: 166px;
  width: auto;
  margin-bottom: 32px;
}

form.main-form .form-group {
  margin-bottom: 26px;
}

form.main-form .form-group input {
  padding: 12px 20px;
  width: 100%;
  border: 2px solid #efefef;
  color: #262626;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Campton-Book", sans-serif;
}

form.main-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}

form.main-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

form.main-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}

form.main-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

form.main-form .form-group input:focus {
  outline: 0;
}

form.main-form .form-group button.log-in-btn {
  width: 100%;
}

form.main-form .form-footer {
  display: flex;
  justify-content: space-between;
}

form.main-form .form-footer a,
form.main-form .form-footer label {
  color: #262626;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-family: "Campton-Book", sans-serif;
  margin-bottom: 0;
  display: inline-flex;
  justify-content: center;
}

form.main-form .form-footer input[type="checkbox"] {
  margin-right: 8px;
}

.banner {
  padding: 87px 0;
}

.banner .img-wrap img {
  max-width: 89%;
  float: right;
  margin-right: 20px;
}
.banner .desc {
  display: inline-flex;
  justify-content: center;
  flex-flow: column;
}

.banner .desc h1.title {
  padding: 0;
  line-height: 1.3;
  margin-bottom: 25px;
  letter-spacing: -0.8px;
}

.banner .desc p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "Campton-Book", sans-serif;
  margin-bottom: 35px;
  color: #999999;
  letter-spacing: -0.5px;
  width: calc(100% + 3px);
}

.banner .subscribe-trial .input-wrapper {
  border-color: #efefef !important;
  margin-bottom: 25px;
  width: 100%;
}

.subscribe-trial {
  display: flex;
  flex-direction: column;
  width: 360px;
}

.subscribe-trial .input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  width: 262px;
  margin-right: 30px;
  border: 2px solid #fff;
  -webkit-transition: ease all 0.15s;
  -moz-transition: ease all 0.15s;
  -ms-transition: ease all 0.15s;
  -o-transition: ease all 0.15s;
  transition: ease all 0.15s;
  max-height: 48px;
}

.subscribe-trial .input-wrapper .icon {
  width: 22px;
  height: 28px;
  background: url(../images/message@2x.png) no-repeat center;
  background-size: 20px 14px;
}

.subscribe-trial .input-wrapper span.break-line {
  display: inline-flex;
  margin: 0 12px;
  width: 2px;
  border-radius: 2px;
  height: 100%;
  background-color: #efefef;
}

.subscribe-trial .input-wrapper input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 20px;
  font-family: "Calibre-Regular";
  color: #666666;
}

.subscribe-trial .input-wrapper input::placeholder {
  font-size: 18px;
  line-height: 20px;
  font-family: "Calibre-Regular";
  color: #666666;
  opacity: 1;
}

.subscribe-trial .input-wrapper label.hidden-label {
  display: none;
}

.subscribe-trial .input-wrapper input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c7c7c7;
}

.subscribe-trial .input-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c7c7c7;
}

.subscribe-trial .input-wrapper input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c7c7c7;
}

.subscribe-trial .input-wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #c7c7c7;
}

.subscribe-trial .input-wrapper.error {
  border: 2px solid #ee5c65 !important;
  background-color: #fef7f7 !important;
}

.subscribe-trial .input-wrapper.error input {
  background-color: transparent;
}
/*#shareInviteCard .input-wrapper.error input.error,
#shareInviteCard input.error,
#shareInviteCard input[type="email"].error{
    border: transparent !important;
    background: transparent;
}*/

/*.share-invite .subscribe-trial .input-wrapper input{
    height: 42px;
    width: 100%;
    position: absolute;
    text-indent: 57px;
    border: 2px solid #EFEFEF;
}
.share-invite .subscribe-trial .input-wrapper .icon{
    left: 15px;
    z-index: 9;
    position: absolute;
}*/

/*.subscribe-trial label.error {
    bottom: -25px;
}*/

.subscribe-trial .subscribe {
  font-family: "Campton-SemiBold", sans-serif;
  flex-grow: 1;
  width: 100%;
}

.subscribe-trial:focus-within .input-wrapper {
  border: 2px solid #999 !important;
}

.subscribe-trial.error {
  margin-bottom: 5px;
}

.subscribe-label {
  display: inline-flex;
  /*margin-left: auto;*/
  margin: 4px auto 0;
  color: #c7c7c7;
  font-family: "Campton-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-align: center;
  /* margin-top: 4px;*/
  min-width: 153px;
  justify-content: center;
  /* margin-right: 8px;*/
}

.features {
  padding: 70px 0 107px;
}

.features .features-list {
  display: flex;
  flex-direction: row;
}

.features .features-list li {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.features .features-list li .feature-icon {
  min-height: 90px;
  margin: 50px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features .features-list li .feature-icon img {
  width: auto;
}

.features .features-list li .feature-icon.accountability img {
  max-height: 88px;
}

.features .features-list li .feature-icon.time-money img {
  max-height: 80px;
}

.features .features-list li .feature-icon.errors img {
  max-height: 89px;
}

.features .features-list li h3.feature-title {
  letter-spacing: -0.51px;
}

.features .features-list li p.description {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Campton-Book", sans-serif;
  color: #999999;
  padding: 0 20px;
  margin-bottom: 0;
  letter-spacing: -0.4px;
}

.follow-through-icon {
  margin: 32px 0 12px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.follow-through-icon i.follow-icon {
  height: 78px;
  width: 46px;
  display: inline-flex;
  background: url(../images/arrows@2x.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.product-description {
  position: relative;
  overflow: hidden;
}

.product-description .green-banner-mask {
  position: absolute;
  height: 606px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00b9cb;
  z-index: 1;
}

.product-description .container {
  position: relative;
  z-index: 2;
}

.product-description .section-title {
  color: #fff;
  text-align: center;
  padding: 64px 0 67px;
  margin: 0 auto 0;
}

.product-description .more-features-list {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}

.product-description .more-features-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-description .more-features-list li .image-wrapper .section-title {
  display: none;
}

.product-description .more-features-list li .image-wrapper img {
  max-height: 375px;
}

.product-description .more-features-list li h3.feature-title {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  letter-spacing: -0.5px;
  padding: 3px 0;
}

.product-description .more-features-list li p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Campton-Book", sans-serif;
  color: #999999;
  display: inline-flex;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: -0.4px;
}

.product-description .timesheet-title {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 26px;
  letter-spacing: -1px;
  color: #262626;
}

.product-description .atto-btn.default {
  justify-self: center;
  align-self: center;
  margin: 0 auto 60px;
  min-width: 166px;
  width: auto;
  max-width: 200px;
}

.timesheets-detailed {
  padding-bottom: 40px;
}
.timesheets-detailed .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials.section {
  padding: 70px 0 81px;
}

.testimonials .title-wrappers {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: center;
  height: auto;
  margin-bottom: 68px;
}

.testimonials .title-wrappers h1 {
  letter-spacing: -1px;
}

.testimonials .title-wrappers h1,
.testimonials .title-wrappers h4 {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}

.testimonials .title-wrappers h4 {
  line-height: 1.875rem;
  letter-spacing: -0.4px;
}

.testimonials .testimonials-list {
  display: flex;
  flex-direction: row;
}

.testimonials .testimonials-list li {
  display: inline-flex;
  flex-direction: column;
}

.testimonials .testimonials-list li .stars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}

.testimonials .testimonials-list li .stars .five-stars {
  display: inline-flex;
  height: 20px;
  width: auto;
}

.testimonials .testimonials-list li .testimonial-wrapper {
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  padding: 20px 20px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.testimonials .testimonials-list li .testimonial-wrapper p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: -0.4px;
  color: #262626;
  font-family: "Campton-Book", sans-serif;
  margin-bottom: 0;
}

.testimonials .testimonials-list li .testimonial-wrapper:after,
.testimonials .testimonials-list li .testimonial-wrapper:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.testimonials .testimonials-list li .testimonial-wrapper:after {
  border-color: rgba(250, 250, 250, 0);
  border-top-color: #fafafa;
  border-width: 15px;
  margin-left: -15px;
}

.testimonials .testimonials-list li .testimonial-wrapper:before {
  border-color: rgba(240, 240, 240, 0);
  border-top-color: #f0f0f0;
  border-width: 16px;
  margin-left: -16px;
}

.testimonials .testimonials-list li span.person {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #999999;
  font-family: "Campton-Medium", sans-serif;
  text-align: center;
}

.testimonials .testimonials-list li span.company {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #999999;
  font-family: "Campton-Book", sans-serif;
  text-align: center;
}

.tour {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 60vh;
  background-image: url(../images/tour-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tour .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tour .container .block-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tour .container .block-item h4 {
  font-family: "Campton-Medium", sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #262626;
  margin-bottom: 16px;
  letter-spacing: -0.51px;
  text-align: center;
  padding: 0;
}
html:lang(de) .tour .container .block-item h4.pricing {
  margin-top: -32px;
}
html:lang(es) .tour .container .block-item h4.all-features {
  margin-top: -32px;
}
.tour .container .block-item p {
  padding: 0 20px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Campton-Book", sans-serif;
  color: #262626;
  text-align: center;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}

.subscribe {
  padding: 95px 0 75px;
  background-color: #00b9cb;
}

.subscribe .container {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.subscribe .container .trial-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subscribe .container .trial-form .subscribe-trial {
  width: 556px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  flex-flow: column;
}
.product-body .subscribe .container .trial-form .subscribe-trial,
.pricing .subscribe .container .trial-form .subscribe-trial {
  flex-flow: column;
}
.subscribe .container .trial-form .subscribe-trial .form-column {
  display: flex;
  width: 100%;
  flex-flow: row;
}
.subscribe .container .trial-form .subscribe-trial .input-wrapper {
  border: 0;
}

.subscribe .container .trial-form .subscribe-trial label.error {
  position: relative;
  color: #fff;
  display: inline-flex;
  flex: 0 0 100%;
  bottom: auto;
  margin-top: 8px;
}

.subscribe .container .trial-form .subscribe-trial label.error.hidden {
  display: none;
}

.subscribe .container .trial-form .subscribe-trial .subscribe.atto-btn {
  /*width: 166px;*/
  min-width: 166px;
  width: auto;
  flex-grow: unset;
}
.subscribe .container .trial-form form.subscribe-trial .subscribe.atto-btn {
  width: auto;
}
.subscribe .container .trial-form .subscribe-trial .subscribe.atto-btn:hover {
  background-color: #fff;
  color: #262626;
}

.subscribe .container .trial-form .subscribe-trial .input-wrapper {
  flex-grow: 1;
  background-color: #fff;
}

.subscribe .container .section-title {
  color: #fff;
}

.subscribe .container h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  font-family: "Campton-Book", sans-serif;
  margin-bottom: 48px;
}

.subscribe .container p.detail-label {
  margin-bottom: 0;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  font-family: "Campton-Book", sans-serif;
  color: #fff;
}

.subscribe .container p.detail-label a {
  color: #fff;
  text-decoration: underline;
}

.subscribe .container p.detail-label strong {
  font-family: "Campton-SemiBold", sans-serif;
  font-weight: normal;
}

.subscribe.extended {
  background-color: #69dede;
  background-image: url(../images/subscribe-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 205px;
}

.subscribe.extended .container .row {
  max-width: 97%;
  flex-direction: row !important;
}

.subscribe.extended .container .section-title {
  color: #262626;
  text-align: left;
  margin-bottom: 41px;
  line-height: 3.125rem;
  letter-spacing: -1px;
}

.subscribe.extended .container .trial-form {
  align-items: flex-start;
}

.subscribe.extended .container p.detail-label {
  color: #262626;
  text-align: left;
}

.subscribe.extended .container p.detail-label a {
  color: #262626;
}

.subscribe.extended .container .subscribe-trial:focus-within .input-wrapper {
  border: 2px solid #262626 !important;
}

.subscribe.extended .container ul.app-stores {
  margin-top: 52px;
}

.subscribe.extended .container ul.app-stores li {
  display: flex;
  align-items: center;
  margin-right: 27px;
  width: 141px;
}

.subscribe.extended .container ul.app-stores li a {
  padding: 0;
  border: 0;
  background-color: transparent;
  align-items: center;
  justify-content: flex-start;
}

.subscribe.extended .container ul.app-stores li a i.apple-store {
  background-image: url(../images/aps-green@2x.png);
  margin-top: -5px;
}

.subscribe.extended .container ul.app-stores li a i.play-store {
  background-image: url(../images/gp-green@2x.png);
  margin-top: -3px;
}

.subscribe.extended .container ul.app-stores li a:hover {
  border: 0;
}

#content-wrap.product {
  position: relative;
  padding-top: 436px;
}

.product {
  position: absolute;
  top: 0;
  margin-top: -82px;
}

.product.banner {
  width: 100%;
  padding: 0;
  height: 440px;
}

.product.banner .product-banner-image {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-image: url(../images/product-banner-image.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sections-nav-wrap {
  background-color: #fafafa;
  border-bottom: 2px solid #efefef;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(440px - 82px);
}

.sections-nav-wrap #section-nav {
  margin: 0;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 0px;
}

.sections-nav-wrap #section-nav a {
  display: block;
  font-family: "Campton-SemiBold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  padding: 24px 0;
  margin: 0 22px;
  position: relative;
  -webkit-transition: ease all 0.15s;
  -moz-transition: ease all 0.15s;
  -ms-transition: ease all 0.15s;
  -o-transition: ease all 0.15s;
  transition: ease all 0.15s;
}

.sections-nav-wrap #section-nav a.active,
.sections-nav-wrap #section-nav a:hover {
  color: #262626;
}

.sections-nav-wrap #section-nav a.active:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00b9cb;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
}

.sections-nav-wrap #section-nav.active a {
  color: #262626;
}

.sections-nav-wrap.fixed {
  position: fixed;
  top: 0;
  z-index: 11;
}

.sections-nav-wrap.fixed #section-nav a {
  padding: 17px 0;
}

.product-titles {
  padding: 42px 0 34px;
}

.product-titles .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.product-titles .container h1 {
  color: #262626;
  letter-spacing: -1px;
  text-align: center;
}

.product-titles .container h4 {
  text-align: center;
  margin-bottom: 16px;
}

.product-titles .container .follow-through-icon {
  margin-bottom: 0;
}

#location-tracking-section {
  padding: 0;
}

.product-detailed-section {
  display: flex;
}

.product-detailed-section span.section-label {
  color: #c7c7c7;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #00b9cb;
  font-family: "Campton-SemiBold", sans-serif;
  text-transform: uppercase;
  display: inline-flex;
}

.product-detailed-section h2 {
  line-height: 3.125rem;
  padding: 10px 0;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.product-detailed-section p {
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Campton-Book", sans-serif;
  color: #999999;
  letter-spacing: -0.4px;
}

.product-detailed-section .row {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detailed-section .feature-img-wrap {
  display: inline-block;
  text-align: center;
}
.product-detailed-section .atto-btn.learn-more {
  margin-top: 18px;
  font-family: "Campton-Medium", sans-serif;
  text-transform: none;
}

.product-detailed-section .atto-btn.learn-more:hover {
  color: #00b9cb;
}

.all-features {
  padding: 104px 0 88px;
}

.all-features .container h2 {
  text-align: center;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.all-features .container h4 {
  text-align: center;
  font-family: "Campton-Book", sans-serif;
  color: #999999;
  margin-bottom: 36px;
  letter-spacing: -0.4px;
}

.all-features .container .features-list {
  margin-bottom: 0;
  flex-wrap: wrap;
}

.all-features .container .features-list li.feature {
  margin-bottom: 30px;
}

.all-features .container .features-list li.feature .icon-wrapper {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 8px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.all-features
  .container
  .features-list
  li.feature
  .icon-wrapper
  .icon.s-tt-ico {
  background-image: url(../images/time-tracking-feature@2x.png);
  -webkit-background-size: 20px 23px;
  background-size: 20px 23px;
}

.all-features
  .container
  .features-list
  li.feature
  .icon-wrapper
  .icon.gps-lt-ico {
  background-image: url(../images/location-tracking-feature@2x.png);
  -webkit-background-size: 20px 23px;
  background-size: 20px 23px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon.at-ico {
  background-image: url(../images/timesheets-feature@2x.png);
  -webkit-background-size: 22px 24px;
  background-size: 22px 24px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon.ojc-ico {
  background-image: url(../images/jobs-feature@2x.png);
  -webkit-background-size: 16px 24px;
  background-size: 16px 24px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon.tb-ico {
  background-image: url(../images/break-feature@2x.png);
  -webkit-background-size: 20px 23px;
  background-size: 20px 23px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon.in-ico {
  background-image: url(../images/notes-feature@2x.png);
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon.ta-ico {
  background-image: url(../images/team-activity-feature@2x.png);
  -webkit-background-size: 26px 24px;
  background-size: 26px 24px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon.pto-ico {
  background-image: url(../images/paid-time-off-feature@2x.png);
  -webkit-background-size: 21px 24px;
  background-size: 21px 24px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon.me-ico {
  background-image: url(../images/manual-entries-feature@2x.png);
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon.etr-ico {
  background-image: url(../images/email-feature@2x.png);
  -webkit-background-size: 26px 16px;
  background-size: 26px 16px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon.njs-ico {
  background-image: url(../images/named-job-feature@2x.png);
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon.dep-ico {
  background-image: url(../images/departments-feature@2x.png);
  -webkit-background-size: 24px 22px;
  background-size: 24px 22px;
}

.all-features
  .container
  .features-list
  li.feature
  .icon-wrapper
  .icon.be-gps-ico {
  background-image: url(../images/battery-efficiency-feature@2x.png);
  -webkit-background-size: 29px 29px;
  background-size: 29px 29px;
}

.all-features
  .container
  .features-list
  li.feature
  .icon-wrapper
  .icon.offc-ico {
  background-image: url(../images/works-offline-feature@2x.png);
  -webkit-background-size: 24px 22px;
  background-size: 24px 22px;
}

.all-features .container .features-list li.feature .icon-wrapper .icon.sn-ico {
  background-image: url(../images/smart-notifications-feature@2x.png);
  -webkit-background-size: 19px 22px;
  background-size: 19px 22px;
}

.all-features .container .features-list li.feature h5 {
  line-height: 1.625rem;
  padding: 2px 0;
  letter-spacing: -0.36px;
  text-align: center;
}

.all-features .container .features-list li.feature p.description {
  padding: 6px 0;
  margin-bottom: 4px;
  letter-spacing: -0.4px;
  width: 100%;
}

#content-wrap.product-feature .heading-banner {
  height: calc(100vh - 81px);
}

#content-wrap.product-feature .heading-banner .container {
  height: 100%;
}

#content-wrap.product-feature .heading-banner .container .row {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#content-wrap.product-feature .heading-banner .feature-desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 562px;
}

#content-wrap.product-feature .heading-banner .feature-desc .feature-name {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Campton-SemiBold", sans-serif;
  color: #00b9cb;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

#content-wrap.product-feature
  .heading-banner
  .feature-desc
  .feature-main-title {
  line-height: 3.125rem;
  text-align: center;
  margin-bottom: 0;
}

#content-wrap.product-feature
  .heading-banner
  .feature-desc
  .feature-main-description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Campton-Book", sans-serif;
  color: #999;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: -0.4px;
}

#content-wrap.product-feature
  .heading-banner
  .feature-desc
  .follow-through-icon {
  margin-bottom: 9vh;
  margin-top: 4.5vh;
}

#content-wrap.product-feature
  .heading-banner
  .feature-desc
  .follow-through-icon.grey
  i.follow-icon {
  background-image: url(../images/follow-through-grey@2x.png);
}

#content-wrap.product-feature .heading-banner .specs-list {
  display: flex;
  flex-direction: row;
}

#content-wrap.product-feature .heading-banner .specs-list .feature-spec {
  /*width: 95px;*/
  width: 135px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#content-wrap.product-feature .heading-banner .specs-list p {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Campton-Book", sans-serif;
  color: #999;
  min-height: 40px;
  letter-spacing: -0.31px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i {
  display: inline-flex;
  width: 24px;
  height: 24px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.mtc {
  background-image: url(../images/mobile-time@2x.png);
  -webkit-background-size: 20px 23px;
  background-size: 20px 23px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.jc {
  background-image: url(../images/jobs-codes@2x.png);
  -webkit-background-size: 16px 24px;
  background-size: 16px 24px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.br {
  background-image: url(../images/breaks@2x.png);
  -webkit-background-size: 20px 23px;
  background-size: 20px 23px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.nt {
  background-image: url(../images/notes@2x.png);
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.pto {
  background-image: url(../images/pto@2x.png);
  -webkit-background-size: 19px 22px;
  background-size: 19px 22px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.mcio {
  background-image: url(../images/clock-in-out@2x.png);
  -webkit-background-size: 22px 21px;
  background-size: 22px 21px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.mte {
  background-image: url(../images/manual-entries@2x.png);
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.rem {
  background-image: url(../images/reminders@2x.png);
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.gps {
  background-image: url(../images/gps-location-tracking-grey@2x.png);
  -webkit-background-size: 20px 24px;
  background-size: 20px 24px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.lh {
  background-image: url(../images/location-history-grey@2x.png);
  -webkit-background-size: auto 29px;
  background-size: auto 29px;
  height: 29px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.njs {
  background-image: url(../images/named-job-sites-grey@2x.png);
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.ogt {
  background-image: url(../images/optional-gps-tracking-grey.png);
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.be {
  background-image: url(../images/battery-efficient-grey@2x.png);
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.pv {
  background-image: url(../images/privacy-grey@2x.png);
  -webkit-background-size: 22px 24px;
  background-size: 22px 24px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.tau {
  background-image: url(../images/team-activity-updates-grey@2x.png);
  -webkit-background-size: 16px 19px;
  background-size: 16px 19px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.dti {
  background-image: url(../images/daily-time-line-grey@2x.png);
  -webkit-background-size: 5px 24px;
  background-size: 5px 24px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.dep {
  background-image: url(../images/departments-grey@2x.png);
  -webkit-background-size: 22px 20px;
  background-size: 22px 20px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.fas {
  background-image: url(../images/filter-grey@2x.png);
  -webkit-background-size: 18px 17px;
  background-size: 18px 17px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.smn {
  background-image: url(../images/reminders@2x.png);
  -webkit-background-size: 18px 21px;
  background-size: 18px 21px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.sts {
  background-image: url(../images/simple-timesheets-grey@2x.png);
  -webkit-background-size: auto 26px;
  background-size: auto 26px;
  height: 26px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.acr {
  background-image: url(../images/activity-review-grey@2x.png);
  -webkit-background-size: auto 27px;
  background-size: auto 27px;
  height: 27px;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.emr {
  background-image: url(../images/email-reports-grey@2x.png);
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.ch {
  background-image: url(../images/change-history-grey@2x.png);
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
}

#content-wrap.product-feature .heading-banner .specs-list .icon-wrapper i.pcr {
  background-image: url(../images/pdf-csv-grey@2x.png);
  -webkit-background-size: auto 28px;
  background-size: auto 28px;
  height: 28px;
}

#content-wrap .feature-details {
  min-height: 729px;
  display: flex;
}

#content-wrap .feature-details .container .row {
  height: 100%;
  display: flex;
  align-items: center;
}

#content-wrap .feature-details .container .row > div {
  align-items: center;
}

#content-wrap .feature-details .container .row .feature-img-wrap {
  text-align: center;
}

#content-wrap .feature-details .container .row h2 {
  line-height: 3.125rem;
  margin-bottom: 0;
}

#content-wrap .feature-details .container .row p {
  margin-bottom: 0;
}

#content-wrap .feature-details p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Campton-Book", sans-serif;
  color: #999999;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}

#content-wrap .subpages-section {
  background-color: #f7f7f7;
  padding: 100px 0;
}

#content-wrap .subpages-section .section-title {
  text-align: center;
}

#content-wrap .subpages-section .section-title h1 {
  margin-bottom: 0;
}

#content-wrap .subpages-section .section-title h4 {
  margin-bottom: 60px;
}

#content-wrap .subpages-section .feature-shortlinks {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 62px 23px;
  align-items: center;
  text-align: center;
}
html:lang(en) #content-wrap .subpages-section .feature-shortlinks {
  padding: 62px 30px;
}
#content-wrap .subpages-section .feature-shortlinks .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 23px;
}

#content-wrap .subpages-section .feature-shortlinks .icon-wrapper i {
  display: inline-flex;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto 32px;
  background-size: auto 32px;
}

#content-wrap .subpages-section .feature-shortlinks .icon-wrapper i.tt {
  background-image: url(../images/time-tracking-feature@2x.png);
}

#content-wrap .subpages-section .feature-shortlinks .icon-wrapper i.lt {
  background-image: url(../images/location-tracking-feature@2x.png);
}

#content-wrap .subpages-section .feature-shortlinks .icon-wrapper i.ta {
  background-image: url(../images/team-activity-feature@2x.png);
}

#content-wrap .subpages-section .feature-shortlinks .icon-wrapper i.ts {
  background-image: url(../images/timesheets-feature@2x.png);
}

#content-wrap .subpages-section .feature-shortlinks h3 {
  margin-bottom: 16px;
}

#content-wrap .subpages-section .feature-shortlinks p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
  color: #262626;
  font-family: "Campton-Book", sans-serif;
}
.subpage .atto-btn.grey-btn {
  min-width: 166px;
  width: auto;
}
body.pricing {
  position: relative;
}

body.pricing header .container a.logo {
  background-image: url(../images/white-logo.png);
}

body.pricing header .container ul.menu#main > li > a {
  color: #fff;
}
body.pricing header .container ul.menu#main > li > a:hover {
  color: #fff;
}
header.pricing .container ul.menu.lang-menu > li:hover a.language-btn,
body.pricing header .container .app-login ul li a.atto-btn.log-in {
  color: #fff;
}

body.pricing header .container .app-login ul li a.atto-btn.sign-up {
  background-color: #fff;
  color: #262626;
}

body.pricing #content-wrap {
  position: relative;
}

body.pricing #content-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -82px;
  height: 804px;
  background-color: #00b9cb;
  z-index: 0;
}
html:lang(fr) body.pricing #content-wrap:before {
  height: 888px;
}
html:lang(es) body.pricing #content-wrap:before {
  height: 840px;
}
html:lang(de) body.pricing #content-wrap:before {
  height: 835px;
}
.description.pricing {
  padding: 63px 0 108px;
  z-index: 11;
}

.description.pricing h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.description.pricing h4 {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.description.pricing h4.mobile {
  display: none;
}

.pricing-plans {
  position: relative;
  padding-bottom: 200px;
}

.pricing-plans .plan {
  /*padding: 32px 68px 65px;*/
  padding: 32px 45px 65px;
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(38, 38, 38, 0.05);
}

.pricing-plans .plan h4.plan-title {
  color: #00b9cb;
  text-align: center;
  font-family: "Campton-SemiBold", sans-serif;
  text-transform: uppercase;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.pricing-plans .plan span.employee-no {
  display: inline-flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 2rem;
  font-family: "Campton-Book", sans-serif;
  color: #999999;
  margin-bottom: 22px;
}

.pricing-plans .plan .plan-icon {
  display: flex;
  width: 100%;
  height: 119px;
  margin-bottom: 63px;
}

.pricing-plans .plan .plan-icon i {
  display: inline-flex;
  height: 119px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.pricing-plans .plan .plan-icon i.sbusiness-plan {
  background-image: url(../images/sbusiness-icon@2x.png);
}

.pricing-plans .plan .plan-icon i.enterprise-plan {
  background-image: url(../images/enterprise-icon@2x.png);
}

.pricing-plans .plan h2.cost-title {
  text-align: center;
  margin-bottom: 4px;
  font-family: "Campton-Book", sans-serif;
  letter-spacing: -0.8px;
}

.pricing-plans .plan p.cost-description {
  font-size: 1rem;
  line-height: 1.875rem;
  font-family: "Campton-Book", sans-serif;
  color: #999999;
  letter-spacing: -0.4px;
  margin-bottom: 62px;
  text-align: center;
}

.pricing-plans .plan hr {
  border-top: 2px solid #efefef;
  margin-bottom: 35px;
}

.pricing-plans .plan p.features-title {
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-family: "Campton-SemiBold", sans-serif;
  color: #262626;
  padding: 0 30px;
  margin-bottom: 5px;
}

.pricing-plans .plan ul.plan-features {
  /*  padding: 0 30px;*/
  padding-left: 25px;
  margin-bottom: 34px;
}

.pricing-plans .plan ul.plan-features li {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  align-items: center;
}

.pricing-plans .plan ul.plan-features li i.feat-icon {
  display: inline-flex;
  width: 24px;
  height: 14px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
  margin-top: -2px;
}

.pricing-plans .plan ul.plan-features li i.feat-icon.inc {
  background-image: url(../images/tick-green@2x.png);
}

.pricing-plans .plan ul.plan-features li i.feat-icon.exc {
  background-image: url(../images/exc-grey@2x.png);
}

.pricing-plans .plan ul.plan-features li p.feature {
  display: inline-flex;
  flex-grow: 1;
  font-size: 1.125rem;
  line-height: 2.5rem;
  font-family: "Campton-Book", sans-serif;
  color: #262626;
  margin-bottom: 0;
  letter-spacing: -0.4px;
  width: 100%;
}
html:lang(es) .pricing-plans .plan ul.plan-features li p.team-activity-insights,
html:lang(fr)
  .pricing-plans
  .plan
  ul.plan-features
  li
  p.team-activity-insights {
  line-height: 1.75rem;
}
.pricing-plans .plan ul.plan-features li p.feature.not-inc {
  color: #c7c7c7;
  margin-bottom: 0;
}

.pricing-plans .plan .atto-btn.plan-submit {
  background-color: #262626;
  color: #fff;
  padding: 16px 28px;
  border: 2px solid #262626;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "Campton-SemiBold", sans-serif;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.pricing-plans .plan .atto-btn.plan-submit:hover {
  background-color: #fff;
  color: #262626;
}

.pricing-plans:after {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 836px;
  background-color: #f7f7f7;
}

.pricing-plans .container {
  position: relative;
  z-index: 1;
}

.calculate-plans {
  padding: 84px 0;
}

.calculate-plans .container .title-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.calculate-plans .container .title-wrap h4 {
  margin-bottom: 60px;
}

.calculate-plans .container .variable-plans {
  margin-top: 50px;
  min-height: 125px;
}

.calculate-plans .container .variable-plans .plan-overview {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.calculate-plans .container .variable-plans .plan-overview h5.plan-title {
  color: #00b9cb;
  font-family: "Campton-Medium", sans-serif;
  font-size: 1.15rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 5px;
}
html:lang(fr)
  .calculate-plans
  .container
  .variable-plans
  .plan-overview
  h5.plan-title {
  position: relative;
  min-width: 325px;
}
.calculate-plans .container .variable-plans .plan-overview .payment {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.calculate-plans
  .container
  .variable-plans
  .plan-overview
  .payment
  .dollar-sign {
  color: #262626;
  font-size: 2rem;
  line-height: 2.8125rem;
  font-family: "Campton-Book", sans-serif;
}

.calculate-plans .container .variable-plans .plan-overview .payment h1 {
  font-size: 3.75rem;
  line-height: 4.6875rem;
  margin-bottom: 0;
}

.calculate-plans
  .container
  .variable-plans
  .plan-overview
  .payment
  .plan-model-label {
  color: #262626;
  font-size: 1rem;
  line-height: 2.5rem;
  font-family: "Campton-Book", sans-serif;
  margin-left: 2.5px;
}

.calculate-plans .container .variable-plans .plan-overview .middle-line {
  display: inline-flex;
  height: 100px;
  width: 2px;
  background-color: #efefef;
  align-self: center;
}

.calculate-plans .container .variable-plans .enterprise-plan {
  display: none;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.calculate-plans .container .variable-plans .enterprise-plan h5.plan-title {
  color: #00b9cb;
  font-family: "Campton-Medium", sans-serif;
  font-size: 1.15rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 22px;
}

.calculate-plans .container .variable-plans .enterprise-plan button {
  margin-bottom: 28px;
}

.calculate-plans .container .variable-plans.maximum {
  justify-content: center;
}

.calculate-plans .container .variable-plans.maximum .plan-overview {
  display: none;
}

.calculate-plans .container .variable-plans.maximum .enterprise-plan {
  display: flex;
}

.calculate-savings {
  padding: 84px 0 136px;
  background-color: #f7f7f7;
}

.calculate-savings .container .row {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.calculate-savings .container .row h2 {
  margin-bottom: 0;
}

.calculate-savings .container .row h4 {
  margin-bottom: 116px;
}

.calculate-savings .container #calculator {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 21px;
  flex-wrap: wrap;
  justify-content: center;
}

.calculate-savings .container #calculator .entry-value {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}

.calculate-savings .container #calculator .entry-value .input-info {
  font-size: 0.875rem;
  line-height: 3rem;
  font-family: "Campton-Book", sans-serif;
  letter-spacing: -0.35px;
  color: #999999;
}
html:lang(de)
  .calculate-savings
  .container
  #calculator
  .entry-value.hourly-rate
  .input-info {
  line-height: 1.6;
  margin-top: -10px;
  margin-bottom: 13px;
}
.calculate-savings .container #calculator .entry-value .value-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 166px;
  background-color: #fff;
  border: 2px solid #efefef;
  box-shadow: 0 0 10px 4px rgba(38, 38, 38, 0.035);
}

.calculate-savings .container #calculator .entry-value .value-wrap input {
  font-family: "Campton-Medium", sans-serif;
  color: #00b9cb;
  font-size: 3.75rem;
  line-height: 4.375rem;
  width: 100%;
  border: 0;
  padding: 0;
  text-align: center;
}

.calculate-savings .container #calculator .entry-value .value-wrap input:focus {
  outline: 0;
}

.calculate-savings
  .container
  #calculator
  .entry-value
  .value-wrap
  input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #efefef;
}

.calculate-savings
  .container
  #calculator
  .entry-value
  .value-wrap
  input::-moz-placeholder {
  /* Firefox 19+ */
  color: #efefef;
}

.calculate-savings
  .container
  #calculator
  .entry-value
  .value-wrap
  input:-ms-input-placeholder {
  /* IE 10+ */
  color: #efefef;
}

.calculate-savings
  .container
  #calculator
  .entry-value
  .value-wrap
  input:-moz-placeholder {
  /* Firefox 18- */
  color: #efefef;
}

.calculate-savings
  .container
  #calculator
  .entry-value
  .value-wrap
  input[type="number"]::-webkit-outer-spin-button,
.calculate-savings
  .container
  #calculator
  .entry-value
  .value-wrap
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculate-savings
  .container
  #calculator
  .entry-value
  .value-wrap
  input[type="number"] {
  -moz-appearance: textfield;
}

.calculate-savings .container #calculator .entry-value .value-wrap .label {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Campton-Book", sans-serif;
  letter-spacing: -0.35px;
  color: #999999;
  width: 100%;
}

.calculate-savings .container #calculator .entry-value i {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -8px;
  top: 124px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.calculate-savings .container #calculator .entry-value i.multiply {
  background-size: 14px 14px;
  background-image: url(../images/multiply@2x.png);
}

.calculate-savings .container #calculator .entry-value i.equals-arrow {
  background-image: url(../images/equals@2x.png);
}

.calculate-savings .container #calculator .total {
  padding-top: 50px;
}

.calculate-savings .container #calculator .total .value-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 164px;
  background-color: #00b9cb;
}

.calculate-savings .container #calculator .total .value-wrap h1 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Campton-Medium", sans-serif;
  font-size: 3.75rem;
  line-height: 4.375rem;
  width: 100%;
}

.calculate-savings .container #calculator .total .value-wrap h1:before {
  content: "$";
}

.calculate-savings .container #calculator .total .value-wrap h4 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Campton-Medium", sans-serif;
  margin-top: -4px;
  width: 100%;
}

.calculate-savings .container .add-info {
  font-size: 0.75rem;
  line-height: 3rem;
  font-family: "Campton-Book", sans-serif;
  letter-spacing: -0.35px;
  color: #999999;
  text-align: center;
  margin-bottom: 0;
}

.calculate-savings .container .add-info a {
  text-decoration: underline;
  color: #999999;
}

.contact-wrapper {
  padding: 90px 0;
  background-color: #fafafa;
}

.contact-wrapper .form-wrapper {
  width: 100%;
}

.contact-wrapper .contact-form {
  display: flex;
}

.contact-wrapper .contact-form span.contact-label {
  display: inline-flex;
  color: #c7c7c7;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Campton-SemiBold", sans-serif;
  text-transform: uppercase;
}

.contact-wrapper .contact-form p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Campton-Book", sans-serif;
  color: #999999;
  margin-bottom: 25px;
}

.contact-wrapper .contact-form .flex-row {
  display: flex;
}

.contact-wrapper .contact-form .flex-row input {
  flex-grow: 1;
  padding: 12px 20px;
  border: 2px solid #efefef;
  color: #262626;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-family: "Campton-Medium", sans-serif;
  -webkit-transition: ease all 0.15s;
  -moz-transition: ease all 0.15s;
  -ms-transition: ease all 0.15s;
  -o-transition: ease all 0.15s;
  transition: ease all 0.15s;
}

.contact-wrapper .contact-form .flex-row input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}

.contact-wrapper .contact-form .flex-row input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

.contact-wrapper .contact-form .flex-row input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}

.contact-wrapper .contact-form .flex-row input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

.contact-wrapper .contact-form .flex-row input:focus {
  outline: 0;
  border: 2px solid #999;
}

.contact-wrapper .contact-form .flex-row input[type="text"] {
  margin-right: 31px;
}

.contact-wrapper .contact-form .form-group {
  margin-bottom: 31px;
}

.contact-wrapper .contact-form textarea {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #efefef;
  color: #262626;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-family: "Campton-Medium", sans-serif;
  resize: none;
  height: 200px;
  -webkit-transition: ease all 0.15s;
  -moz-transition: ease all 0.15s;
  -ms-transition: ease all 0.15s;
  -o-transition: ease all 0.15s;
  transition: ease all 0.15s;
}

.contact-wrapper .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}

.contact-wrapper .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

.contact-wrapper .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}

.contact-wrapper .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

.contact-wrapper .contact-form textarea:focus {
  border: 2px solid #999;
  outline: 0;
}

.contact-wrapper .contact-form .msg-sent {
  text-align: left;
}

.contact-wrapper .contact-form .msg-sent h4 {
  text-align: left;
}

.contact-wrapper .office-details i.b-heart-icon {
  display: inline-flex;
  width: 198px;
  height: 153px;
  background: url(../images/hearts@2x.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 48px;
  margin-top: 11px;
}

.contact-wrapper .office-details .contact-info li {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}

.contact-wrapper .office-details .contact-info li span.label {
  display: inline-flex;
  color: #c7c7c7;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Campton-SemiBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-wrapper .office-details .contact-info li p {
  display: inline-flex;
  color: #262626;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  font-family: "Campton-Book", sans-serif;
  margin-bottom: 0;
}

.contact-wrapper .office-details i.s-heart-icon {
  width: 38px;
  height: 31px;
  display: inline-flex;
  background: url(../images/s-heart@2x.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-top: 28px;
}

.msg-sent {
  display: none;
  flex-direction: column;
  align-self: center;
  width: 100%;
  text-align: center;
}

.msg-sent span {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(../images/message-sent.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 20px;
}

/* Reactivate Account Styles */

.reactivate-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 100vh;
}

.reactivate-account .banner {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #00b9cb;
  padding: 20px;
}

.reactivate-account .banner .account-description {
  width: 452px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}

.reactivate-account .banner .account-description img {
  width: auto;
  margin-bottom: 32px;
}

.reactivate-account .banner .account-description h2 {
  max-width: 414px;
  width: 100%;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.5px;
  font-family: "Calibre-Semibold";
  text-align: center;
  margin-bottom: 16px;
}

.reactivate-account .banner .account-description p {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.5px;
  font-family: "Calibre-Regular";
  max-width: 100%;
  text-align: center;
}

.reactivate-account .banner .account-description .new-design-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reactivate-account .banner > .header h1 {
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  font-family: "Campton-Medium", sans-serif;
  letter-spacing: -0.25px;
  margin-bottom: 0px;
}

.reactivate-account .banner > .header p {
  font-size: 15px;
  line-height: 29px;
  color: #3c3d3e;
  font-family: "Campton-Book", sans-serif;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}

.reactivate-account .card-wrapper {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  padding-left: 85px;
  background-color: #fff;
  border-left: 1px solid #d6d9df;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reactivate-account .card-wrapper .card {
  display: flex;
  align-items: flex-start;
  background-color: transparent;
  border: 0;
  width: 360px;
  max-width: calc(100% - 60px);
}

.reactivate-account .card-wrapper .card.share-invite {
  align-items: center;
}

.reactivate-account .card-wrapper .card h1 {
  font-size: 36px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #262626;
  font-family: "Calibre-Semibold";
  margin-top: 62px;
  margin-bottom: 32px;
  padding: 0;
}

.reactivate-account .card-wrapper .card hr {
  margin: 32px 0;
  border-top: 2px solid #efefef;
}

.reactivate-account .card-wrapper .card ul.company-details {
  margin-bottom: 32px;
}
.reactivate-account .card-wrapper .card ul.company-details li {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 24px;
  margin-bottom: 8px;
}
.reactivate-account .card-wrapper .card ul.company-details li:last-child {
  margin-bottom: 0;
}
.reactivate-account .card-wrapper .card ul.company-details li i {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.reactivate-account .card-wrapper .card ul.company-details li p {
  margin-bottom: 0;
  font-size: 18px;
  height: 24px;
  color: #262626;
  font-family: "Calibre-Regular";
}

.reactivate-account .card-wrapper .card form {
  width: 100%;
}

.reactivate-account .card-wrapper .card .input-group {
  padding-bottom: 24px;
  margin-bottom: 0;
  position: relative;
}

.reactivate-account .card-wrapper .card .input-group.error {
  padding-bottom: 32px;
}

.reactivate-account .card-wrapper .card .input-group .error {
  line-height: 16px;
  bottom: 10px;
}

.reactivate-account .card-wrapper .card .input-group input[type="password"] {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 2px solid #efefef;
  color: #666666;
  font-size: 18px;
  line-height: 20px;
  font-family: "Calibre-Regular";
  -webkit-transition: ease all 0.15s;
  -moz-transition: ease all 0.15s;
  -ms-transition: ease all 0.15s;
  -o-transition: ease all 0.15s;
  transition: ease all 0.15s;
}

.reactivate-account
  .card-wrapper
  .card
  .input-group
  input[type="password"]::placeholder {
  color: #666666;
  opacity: 1;
}

.reactivate-account
  .card-wrapper
  .card
  .input-group
  input[type="password"]:focus {
  border-color: #999;
  outline: 0;
  box-shadow: none;
}

.reactivate-account .input-group input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.reactivate-account .input-group input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.reactivate-account .card-wrapper .card input[type="submit"] {
  width: 100%;
  height: 58px;
  background-color: #00b9cb;
  font-size: 24px;
  line-height: 26px;
  color: #ffffff;
  font-family: "Calibre-Semibold";
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  -webkit-transition: ease all 0.15s;
  -moz-transition: ease all 0.15s;
  -ms-transition: ease all 0.15s;
  -o-transition: ease all 0.15s;
  transition: ease all 0.15s;
}

.reactivate-account .card-wrapper .card input[type="submit"]:hover {
  background-color: #0a9ead;
}

.reactivate-account .card-wrapper .card .terms-privacy {
  max-width: 100%;
  width: 264px;
  margin-top: 12px;
}
.reactivate-account .card-wrapper .card .terms-privacy p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Calibre-Regular";
  color: #262626;
}

.reactivate-account .card-wrapper .card .terms-privacy a {
  text-decoration: underline;
  color: #262626;
}

.reactivate-account .card-wrapper .card .terms-privacy a:hover {
  color: #0ab0ae;
}

/* Integrate to Pathmile */
.authorize-to-integrate a {
  text-decoration: none;
}
.authorize-to-integrate a:hover {
  text-decoration: none;
}
.authorize-to-integrate button:hover {
  cursor: pointer;
}
.authorize-to-integrate {
  display: flex;
  flex-flow: row;
  margin: 0;
  height: 100%;
}
.authorize-to-integrate section {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  height: 100%;
  justify-content: center;
  width: 50%;
}
.authorize-to-integrate section.banner {
  background-color: #ee5c65;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.authorize-to-integrate section.banner img {
  max-width: 317px;
}
.authorize-to-integrate section.banner h3 {
  color: #ffffff;
  letter-spacing: -0.7px;
  max-width: 300px;
  text-align: center;
  font: 400 28px/40px "Campton-Medium";
  margin: 47px 0 16px;
}
.authorize-to-integrate section.banner .banner-holder {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.authorize-to-integrate section.banner h6 {
  letter-spacing: -0.3px;
  max-width: 440px;
  text-align: center;
  color: #ffffff;
  font: 18px/32px "Campton-Book";
}
.authorize-to-integrate section.banner span {
  font: 400 13px/20px "Campton-Book";
  letter-spacing: -0.35px;
  color: #ffffff;
  opacity: 0.66;
  /*position: fixed;*/
  margin-top: auto;
  bottom: 8px;
}
.authorize-to-integrate section.banner .gray-btn {
  line-height: 28px;
  font-size: 13px;
  margin-top: 24px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.authorize-to-integrate section.content .content-holder {
  display: flex;
  flex-flow: column;
  margin-left: 10%;
  max-width: 360px;
}
.authorize-to-integrate section.content .logo-holder {
  display: flex;
  flex-flow: row;
  max-width: 280px;
  margin-bottom: 44px;
}
.authorize-to-integrate section.content .logo-holder a {
  display: flex;
  align-content: center;
}
.authorize-to-integrate section.content .logo-holder a.atto-logo {
  max-width: 80px;
  width: 100%;
}
.authorize-to-integrate section.content .logo-holder a.pathmile-logo {
  max-width: 130px;
  width: 100%;
}
.authorize-to-integrate section.content .logo-holder a img {
  width: 100%;
}
.authorize-to-integrate section.content .logo-holder hr {
  margin: 0 32px;
  border-right: 2px solid #efefef;
  border-top: 0;
  height: 32px;
}
.authorize-to-integrate section.content h1 {
  font: 24px/34px "Campton-Medium";
  color: #262626;
  margin: 0;
  padding: 0;
}
.authorize-to-integrate section.content p {
  color: #262626;
  font: 16px/24px "Campton-Book";
  margin: 16px 0 32px;
}
strong {
  font-family: "Campton-SemiBold";
  font-weight: 400;
}

.authorize-to-integrate section.content .create-account p {
  margin: 22px 0 0 0;
}

.authorize-to-integrate section.content .gray-btn {
  max-width: 360px;
  width: 100%;
  border-radius: 0;
  height: 48px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  -webkit-transition: ease all 0.1s;
  -moz-transition: ease all 0.1s;
  -ms-transition: ease all 0.1s;
  -o-transition: ease all 0.1s;
  transition: ease all 0.1s;
}
.authorize-to-integrate section.content .gray-btn.light {
  background-color: #efefef;
  color: #999999;
  border: none;
  margin-top: 16px;
  border: none;
}
.authorize-to-integrate section.content .gray-btn.light:hover {
  background-color: #999999;
  color: #ffffff !important;
}
.authorize-to-integrate .gray-btn {
  border: 2px solid #262626;
  background-color: #262626;
  height: 48px;
  border-radius: 0;
  max-width: 166px;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Campton-SemiBold";
}
.authorize-to-integrate .gray-btn:hover {
  background-color: #ffffff;
  color: #262626 !important;
}
.authorize-to-integrate .content-footer p {
  margin: 32px 0 0 0 !important;
  font: 12px/20px "Campton-Book" !important;
  color: #262626;
}
.authorize-to-integrate .content-footer p a {
  color: #262626;
  text-decoration: underline;
}

/* Reactivate Account Styles */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /*  body br {
        display: none;
    }*/

  .product-detailed-section {
    min-height: 65vh;
  }

  .contact-wrapper .office-details br {
    display: block;
  }
  html:lang(es)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-onboarding-package {
    line-height: 1.75rem;
  }
  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    a.language-btn:before {
    content: "";
    display: inline-flex;
    width: 14px;
    height: 14px;
    background: url(../images/language-icon-black.svg) no-repeat;
    margin-right: 9px;
    background-size: cover;
    position: relative;
    top: 2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  html:lang(fr) .pricing-plans .plan ul.plan-features li p.custom-integrations,
  html:lang(es) .pricing-plans .plan ul.plan-features li p.custom-integrations,
  html:lang(fr)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-onboarding-package,
  html:lang(de)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-onboarding-package,
  html:lang(es)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-onboarding-package,
  html:lang(de)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-activity-insights,
  html:lang(de) .pricing-plans .plan ul.plan-features li p.automated-timesheets,
  html:lang(es) .pricing-plans .plan ul.plan-features li p.automated-timesheets,
  html:lang(fr)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.automated-timesheets {
    line-height: 1.75rem;
  }
  html:lang(fr) .pricing-plans .plan .atto-btn.plan-submit,
  html:lang(de) .pricing-plans .plan .atto-btn.plan-submit {
    padding: 16px 6px;
  }
  .pricing-plans:after {
    height: 865px;
  }
  html:lang(es) .pricing-plans:after {
    height: 950px;
  }
  html:lang(de) .pricing-plans:after {
    height: 940px;
  }
  html:lang(fr) .pricing-plans:after {
    height: 1010px;
  }
}
@media only screen and (min-device-width: 1200px) {
  body:not(.product-body) main {
    padding-top: 73px !important;
  }

  footer,
  #content-wrap {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background-color: #fff;
  }

  .container {
    max-width: 1170px;
  }

  .banner .desc h1.title {
    width: calc(100% + 40px);
  }

  .tour {
    min-height: 75vh;
  }

  .tour .atto-btn.white-btn {
    margin-bottom: 0;
  }

  .features {
    display: flex;
    flex-direction: row;
  }

  .product-sub-pages {
    position: relative;
    height: calc(729px * 4);
  }

  .product-detailed-section {
    min-height: 729px;
    display: flex;
  }

  .product-detailed-section .container .row {
    height: 100%;
  }

  .subscribe.extended {
    height: 668px;
  }

  .product.banner {
    height: 440px;
  }

  #content-wrap.product {
    padding-top: 436px;
  }

  #content-wrap.product-feature .no-padding-right {
    padding-right: 0 !important;
  }

  #content-wrap.product-feature .no-padding-left {
    padding-left: 0 !important;
  }

  #content-wrap.product-feature .feature-details p {
    letter-spacing: -0.5px;
  }

  #content-wrap.product-feature .feature-details p.extended {
    width: calc(100% + 33px);
  }

  .contact-wrapper .office-details br {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  html:lang(fr) .pricing-plans .plan .atto-btn.plan-submit,
  html:lang(de) .pricing-plans .plan .atto-btn.plan-submit {
    padding: 16px 6px;
  }
  body #content-wrap .tour {
    padding: 50px 0;
    background-position: top center;
    min-height: 40vh;
  }

  body #content-wrap .tour .container {
    flex-direction: row !important;
  }

  body #content-wrap .tour .container > div:first-child {
    margin-bottom: 0 !important;
  }

  body .calculate-plans .container .variable-plans .plan-overview .middle-line {
    width: 2px;
    height: 100px;
  }

  #content-wrap .subscribe.extended {
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 35vh;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  #content-wrap .subscribe.extended br {
    display: block;
  }

  #content-wrap .subscribe.extended .container .trial-form .subscribe-trial {
    max-width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
  html:lang(es) .pricing-plans .plan ul.plan-features li p.custom-integrations,
  html:lang(de)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-onboarding-package,
  html:lang(es)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-onboarding-package,
  html:lang(de)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-activity-insights,
  html:lang(es) .pricing-plans .plan ul.plan-features li p.automated-timesheets,
  html:lang(de)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.automated-timesheets {
    line-height: 1.75rem;
  }
  html:lang(fr) .pricing-plans .plan .atto-btn.plan-submit,
  html:lang(de) .pricing-plans .plan .atto-btn.plan-submit {
    padding: 16px 6px;
  }
  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    a.language-btn:before {
    content: "";
    display: inline-flex;
    width: 14px;
    height: 14px;
    background: url(../images/language-icon-black.svg) no-repeat;
    margin-right: 9px;
    background-size: cover;
    position: relative;
    top: 2px;
  }
}

@media only screen and (max-device-width: 1200px) {
  /* header {
            padding: 15px 0;
        }
*/
  header .container {
    display: flex;
    flex-direction: row;
    text-align: left;
  }

  header .container a.logo {
    margin-right: 0;
  }

  header .container .app-login,
  header .container #main {
    display: none;
  }

  header .container .mobile {
    display: block;
    float: right;
    position: relative;
    margin-left: auto;
    right: 0;
    top: 0;
    padding: 0;
    background-color: transparent;
  }

  header .container .mobile .hamburger {
    height: 16px;
    display: flex;
    align-items: center;
    margin: 1px 0 0 0;
    padding: 0 0 0;
  }

  header .container .mobile .hamburger .hamburger-box {
    width: 24px;
    height: 16px;
  }

  header .container .mobile .hamburger .hamburger-inner {
    top: 0;
    width: 24px;
    height: 2px;
    border-radius: 2px;
  }

  header .container .mobile .hamburger .hamburger-inner:after,
  header .container .mobile .hamburger .hamburger-inner:before {
    width: 24px;
    height: 2px;
    border-radius: 2px;
  }

  header .container .mobile .hamburger .hamburger-inner:before {
    top: 8px;
  }

  header .container .mobile .hamburger .hamburger-inner:after {
    top: 16px;
  }

  header .container .mobile .hamburger:focus,
  header .container .mobile .hamburger:active {
    outline: none;
  }

  header
    .container
    .mobile
    .hamburger.hamburger--slider.is-active
    .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  header
    .container
    .mobile
    .hamburger.hamburger--slider.is-active
    .hamburger-inner:after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
  }

  header .container .mobile .menu-container {
    display: none;
  }

  header .container .mobile .menu-container ul#secondary {
    min-height: 25vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #efefef;
  }

  header .container .mobile .menu-container ul#secondary li {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  header .container .mobile .menu-container ul#secondary li a,
  .navbar-nav .nav-link {
    width: 100%;
    text-align: left;
    color: #262626;
    padding: 0 0 0 34px;
    margin-right: 0;
    line-height: 3rem;
    height: auto;
    text-transform: uppercase;
  }
  header .lang-nav {
    top: 0;
    position: relative;
    /*margin-top: 30px;*/
  }
  header .lang-nav a {
    display: flex;
    justify-content: space-between;
  }
  header .lang-nav a.dropdown-toggle::after {
    position: relative;
    top: 20px;
    right: 32px;
  }
  header .container .mobile .menu-container ul#secondary li .m-sub {
    position: relative;
  }

  header .container .mobile .menu-container ul#secondary li .m-sub:after {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    right: 32px;
    top: 21px;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    transition: ease all 0.35s;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/caret-down.png);
  }

  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .m-sub.active:after {
    transform: rotate(180deg);
  }

  header .container .mobile .menu-container ul#secondary li .mobile-submenu {
    display: none;
    padding-left: 16px;
  }

  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .mobile-submenu
    > a {
    font-size: 0.825rem;
    line-height: 2.25rem;
    font-family: "Campton-Medium", sans-serif;
    color: #999;
    text-transform: uppercase;
    display: inline-block;
  }

  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .mobile-submenu
    ul.sub-pages {
    margin-bottom: 0;
  }

  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .mobile-submenu
    li
    a {
    font-size: 0.825rem;
    line-height: 2.25rem;
    font-family: "Campton-Medium", sans-serif;
    color: #999;
    text-transform: uppercase;
  }
  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .mobile-submenu
    ul.languages
    li
    a {
    text-transform: capitalize;
  }

  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .mobile-submenu
    li
    a.current {
    color: #262626;
  }

  header .container .mobile ul.app-login-links {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    margin-top: 24px;
    width: 100%;
  }

  header .container .mobile ul.app-login-links li {
    display: inline-flex;
    flex-grow: 1;
    flex-basis: 0;
  }

  header .container .mobile ul.app-login-links li a {
    display: inline-flex;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 2rem;
    font-family: "Campton-SemiBold";
    text-transform: uppercase;
  }

  header .container .mobile ul.app-login-links li a.log-in {
    color: #262626;
    margin-bottom: 0;
    border: 2px solid #262626;
    padding: 6px 0;
  }

  header .container .mobile ul.app-login-links li:first-child {
    margin-right: 11px;
  }

  header .container .mobile ul.app-stores {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    margin-top: 11px;
  }

  header .container .mobile ul.app-stores li {
    display: inline-flex;
    flex-grow: 1;
    flex-basis: 0;
  }

  header .container .mobile ul.app-stores li:first-child {
    margin-right: 11px;
  }

  header .container .mobile ul.app-stores li a {
    display: inline-flex;
    font-family: "Campton-Book", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #262626;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    border: 2px solid #efefef;
    letter-spacing: -0.37px;
    text-decoration: none;
  }

  header .container .mobile ul.app-stores li a i.apple-store {
    margin-right: 12px;
    width: 20px;
    height: 24px;
    background: url(../images/apple-store@2x.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
  }

  header .container .mobile ul.app-stores li a i.play-store {
    margin-right: 12px;
    width: 20px;
    height: 24px;
    background: url(../images/google-play@2x.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
  }

  header .container .mobile p.mob-menu-footer {
    font-size: 0.8125rem;
    line-height: 1.375rem;
    font-family: "Campton-Book", sans-serif;
    color: #999999;
    margin-top: 24px;
    margin-bottom: 0;
    letter-spacing: -0.35px;
  }

  header .container .mobile p.mob-menu-footer b {
    font-weight: normal;
    font-family: "Campton-Medium", sans-serif;
  }

  header .container .mobile p.mob-menu-footer br {
    display: block;
  }

  header #main {
    display: none;
  }

  body.mobile-menu-active header {
    background-color: #fff;
  }

  body.mobile-menu-active header.pricing a.logo,
  body.mobile-menu-active header a.logo.white {
    background-image: url(../images/main-logo@2x.png);
    z-index: 11;
  }

  body.mobile-menu-active header .container .mobile .menu-container {
    display: block;
    width: 100%;
    height: calc(100% - 52px);
    background: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 52px;
    z-index: 10001;
    -webkit-overflow-scroll: touch;
    padding: 0;
    box-sizing: border-box;
    /*overflow: auto;*/
    overflow: hidden;
  }

  body.mobile-menu-active header .container .mobile .menu-container .container {
    display: block;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    overflow: auto;
  }

  body.mobile-menu-active
    header
    .container
    .mobile
    .menu-container
    .container.addedHeight {
    /* min-height: 760px;*/
    min-height: auto;
    overflow: auto;
    height: calc(100vh - 52px);
  }

  body.mobile-menu-active
    header
    .container
    .mobile
    .hamburger
    .hamburger-box
    .hamburger-inner,
  body.mobile-menu-active
    header
    .container
    .mobile
    .hamburger
    .hamburger-box
    .hamburger-inner:after,
  body.mobile-menu-active
    header
    .container
    .mobile
    .hamburger
    .hamburger-box
    .hamburger-inner:before {
    background-color: #000;
  }

  body.mobile-menu-active header .container .mobile .mobile-submenu {
    display: inline-flex;
    width: 100%;
  }

  footer {
    padding-top: 30px;
  }

  footer ul.app-stores li {
    margin-right: 11px;
  }

  footer ul.app-stores li:last-child {
    margin-bottom: 0;
  }

  footer ul.sub-pages {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  footer ul.sub-pages li a {
    line-height: 1.75rem;
  }

  footer .bottom-footer {
    flex-direction: column;
  }

  footer .bottom-footer:before,
  footer .bottom-footer::before {
    margin-top: 36px;
    margin-bottom: 32px;
  }

  footer p {
    margin-bottom: 20px;
  }

  footer p.copyright {
    line-height: 25px;
    margin-bottom: 0;
  }

  body.pricing header .hamburger-inner,
  body.pricing header .hamburger-inner:after,
  body.pricing header .hamburger-inner:before {
    background-color: #fff;
  }
}

@media only screen and (max-device-width: 1024px) {
  body br {
    display: none;
  }

  h1,
  h1.title,
  .section-title {
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-bottom: 12px;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  header {
    padding: 15px 0;
  }

  header .container {
    display: flex;
    flex-direction: row;
    text-align: left;
  }

  header .container a.logo {
    margin-right: 0;
  }

  header .container .app-login,
  header .container #main {
    display: none;
  }

  header .container .mobile {
    display: block;
    float: right;
    position: relative;
    margin-left: auto;
    right: 0;
    top: 0;
    padding: 0;
    background-color: transparent;
  }

  header .container .mobile .hamburger {
    height: 16px;
    display: flex;
    align-items: center;
    margin: 1px 0 0 0;
    padding: 0 0 0;
  }

  header .container .mobile .hamburger .hamburger-box {
    width: 24px;
    height: 16px;
  }

  header .container .mobile .hamburger .hamburger-inner {
    top: 0;
    width: 24px;
    height: 2px;
    border-radius: 2px;
  }

  header .container .mobile .hamburger .hamburger-inner:after,
  header .container .mobile .hamburger .hamburger-inner:before {
    width: 24px;
    height: 2px;
    border-radius: 2px;
  }

  header .container .mobile .hamburger .hamburger-inner:before {
    top: 8px;
  }

  header .container .mobile .hamburger .hamburger-inner:after {
    top: 16px;
  }

  header .container .mobile .hamburger:focus,
  header .container .mobile .hamburger:active {
    outline: none;
  }

  header
    .container
    .mobile
    .hamburger.hamburger--slider.is-active
    .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  header
    .container
    .mobile
    .hamburger.hamburger--slider.is-active
    .hamburger-inner:after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
  }

  header .container .mobile .menu-container {
    display: none;
  }

  header .container .mobile .menu-container ul#secondary {
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #efefef;
  }

  header .container .mobile .menu-container ul#secondary li {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  header .container .mobile .menu-container ul#secondary li a,
  .navbar-nav .nav-link {
    width: 100%;
    text-align: left;
    color: #262626;
    padding: 0 0 0 34px;
    margin-right: 0;
    line-height: 3rem;
    height: auto;
    text-transform: uppercase;
  }
  header .lang-nav {
    top: 0;
    position: relative;
    /*margin-top: 30px;*/
  }
  header .lang-nav a {
    display: flex;
    justify-content: space-between;
  }
  header .lang-nav a.dropdown-toggle::after {
    position: relative;
    top: 20px;
    right: 32px;
  }
  header .container .mobile .menu-container ul#secondary li .m-sub {
    position: relative;
  }

  header .container .mobile .menu-container ul#secondary li .m-sub:after {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    right: 32px;
    top: 21px;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    transition: ease all 0.35s;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/caret-down.png);
  }

  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .m-sub.active:after {
    transform: rotate(180deg);
  }

  header .container .mobile .menu-container ul#secondary li .mobile-submenu {
    display: none;
    padding-left: 16px;
  }

  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .mobile-submenu
    > a {
    font-size: 0.825rem;
    line-height: 2.25rem;
    font-family: "Campton-Medium", sans-serif;
    color: #999;
    text-transform: uppercase;
    display: inline-block;
  }

  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .mobile-submenu
    ul.sub-pages {
    margin-bottom: 0;
  }

  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .mobile-submenu
    li
    a {
    font-size: 0.825rem;
    line-height: 2.25rem;
    font-family: "Campton-Medium", sans-serif;
    color: #999;
    text-transform: uppercase;
  }
  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .mobile-submenu
    ul.languages
    li
    a {
    text-transform: capitalize;
  }

  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .mobile-submenu
    li
    a.current {
    color: #262626;
  }

  header .container .mobile ul.app-login-links {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    margin-top: 24px;
    width: 100%;
  }

  header .container .mobile ul.app-login-links li {
    display: inline-flex;
    flex-grow: 1;
    flex-basis: 0;
  }

  header .container .mobile ul.app-login-links li a {
    display: inline-flex;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 2rem;
    font-family: "Campton-SemiBold";
    text-transform: uppercase;
  }

  header .container .mobile ul.app-login-links li a.log-in {
    color: #262626;
    margin-bottom: 0;
    border: 2px solid #262626;
    padding: 6px 0;
  }

  header .container .mobile ul.app-login-links li:first-child {
    margin-right: 11px;
  }

  header .container .mobile ul.app-stores {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    margin-top: 11px;
  }

  header .container .mobile ul.app-stores li {
    display: inline-flex;
    flex-grow: 1;
    flex-basis: 0;
  }

  header .container .mobile ul.app-stores li:first-child {
    margin-right: 11px;
  }

  header .container .mobile ul.app-stores li a {
    display: inline-flex;
    font-family: "Campton-Book", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #262626;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    border: 2px solid #efefef;
    letter-spacing: -0.37px;
    text-decoration: none;
  }

  header .container .mobile ul.app-stores li a i.apple-store {
    margin-right: 12px;
    width: 20px;
    height: 24px;
    background: url(../images/apple-store@2x.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
  }

  header .container .mobile ul.app-stores li a i.play-store {
    margin-right: 12px;
    width: 20px;
    height: 24px;
    background: url(../images/google-play@2x.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
  }

  header .container .mobile p.mob-menu-footer {
    font-size: 0.8125rem;
    line-height: 1.375rem;
    font-family: "Campton-Book", sans-serif;
    color: #999999;
    margin-top: 24px;
    margin-bottom: 0;
    letter-spacing: -0.35px;
  }

  header .container .mobile p.mob-menu-footer b {
    font-weight: normal;
    font-family: "Campton-Medium", sans-serif;
  }

  header .container .mobile p.mob-menu-footer br {
    display: block;
  }

  header #main {
    display: none;
  }

  /*  html.no-scroll {
        overflow-y: hidden;
    }
*/
  /* body.mobile-menu-active {
        overflow-y: hidden;
    }*/

  body.mobile-menu-active header {
    background-color: #fff;
  }

  body.mobile-menu-active header.pricing a.logo,
  body.mobile-menu-active header a.logo.white {
    background-image: url(../images/main-logo@2x.png);
    z-index: 11;
  }

  body.mobile-menu-active header .container .mobile .menu-container {
    display: block;
    width: 100%;
    /*height: calc(100% - 52px);*/
    height: 100%;
    background: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-overflow-scroll: touch;
    padding: 0;
    box-sizing: border-box;
    /*overflow: auto;*/
    overflow: hidden;
  }

  body.mobile-menu-active header .container .mobile .menu-container .container {
    display: block;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    top: 52px;
    overflow: auto;
    width: 100%;
    left: 0;
    right: 0;
  }

  body.mobile-menu-active
    header
    .container
    .mobile
    .menu-container
    .container.addedHeight {
    /* min-height: 760px;*/
    min-height: auto;
    overflow: auto;
    height: calc(100vh - 52px);
    width: 100%;
    right: 0;
    left: 0;
  }

  body.mobile-menu-active
    header
    .container
    .mobile
    .hamburger
    .hamburger-box
    .hamburger-inner,
  body.mobile-menu-active
    header
    .container
    .mobile
    .hamburger
    .hamburger-box
    .hamburger-inner:after,
  body.mobile-menu-active
    header
    .container
    .mobile
    .hamburger
    .hamburger-box
    .hamburger-inner:before {
    background-color: #000;
  }

  body.mobile-menu-active header .container .mobile .mobile-submenu {
    display: inline-flex;
    width: 100%;
  }

  footer {
    padding-top: 30px;
  }

  footer ul.app-stores li {
    margin-right: 11px;
  }

  footer ul.app-stores li:last-child {
    margin-bottom: 0;
  }

  footer ul.sub-pages {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  footer ul.sub-pages li a {
    line-height: 1.75rem;
  }

  footer .bottom-footer {
    flex-direction: column;
  }

  footer .bottom-footer:before,
  footer .bottom-footer::before {
    margin-top: 36px;
    margin-bottom: 32px;
  }

  footer p {
    margin-bottom: 20px;
  }

  footer p.copyright {
    line-height: 25px;
    margin-bottom: 0;
  }

  .title-wrap.terms-privacy {
    margin: 30px 0;
  }

  .title-wrap.terms-privacy h1 {
    margin-bottom: 0;
  }

  #content-wrap .banner .container .row {
    flex-direction: column;
    align-items: center;
  }

  #content-wrap .features-list {
    align-items: center;
    width: 100%;
  }

  #content-wrap .product-description .more-features-list {
    align-items: center;
  }

  #content-wrap .testimonials .title-wrappers h4 br {
    display: block;
  }

  #content-wrap .testimonials .testimonials-list {
    align-items: center;
    flex-wrap: wrap;
  }

  #content-wrap .testimonials .testimonials-list li {
    margin-bottom: 40px;
  }

  #content-wrap.terms-and-privacy {
    padding: 30px 0px;
  }

  #content-wrap.terms-and-privacy ol.parenthesis-list {
    padding-right: 0;
  }

  #content-wrap.terms-and-privacy p {
    white-space: pre-line;
  }

  #content-wrap.product-feature .heading-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 60vh;
    height: auto;
  }

  #content-wrap.product-feature .heading-banner .feature-desc {
    width: calc(90% - 30px);
  }

  #content-wrap.product-feature .heading-banner .specs-list {
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    max-width: calc(100% - 30px);
  }

  #content-wrap.product-feature .heading-banner .specs-list .feature-spec {
    margin-bottom: 10px;
  }

  #content-wrap.product-feature .feature-details {
    padding: 65px 0;
    min-height: inherit;
  }

  #content-wrap.product-feature .feature-details .container > .row {
    flex-direction: column;
    height: auto;
    align-items: center;
  }

  #content-wrap.product-feature .feature-details .feature-img-wrap {
    order: -1;
    margin-bottom: 50px;
  }

  #content-wrap.product-feature .feature-details .feature-description {
    text-align: center;
  }

  #content-wrap.product-feature .subpages-section .subpage {
    margin-bottom: 30px;
  }

  body.pricing header .hamburger-inner,
  body.pricing header .hamburger-inner:after,
  body.pricing header .hamburger-inner:before {
    background-color: #fff;
  }
  body.pricing header.scrolling .hamburger-inner,
  body.pricing header.scrolling .hamburger-inner:after,
  body.pricing header.scrolling .hamburger-inner:before {
    background-color: #000;
  }
  .pricing-plans .plan {
    padding: 32px 25px;
  }

  .pricing-plans .plan p.features-title,
  .pricing-plans .plan ul.plan-features {
    padding: 0 10px;
  }

  #content-wrap.product {
    padding-top: calc(35vh - 81px);
  }

  .product.banner {
    min-height: inherit;
    height: 35vh;
  }

  .product.banner .product-banner-image {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .contact-wrapper .office-details br {
    display: block;
  }
}
/*@media only screen and (max-device-width: 820px){
    body.pricing #content-wrap .pricing-plans:after{
        height: 935px;
    }
}*/
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  header {
    padding: 15px 0;
    width: 100%;
    position: fixed;
    z-index: 12;
  }

  header:not(.pricing) {
    background-color: #fff;
  }

  header .container .mobile ul.app-login-links {
    flex-direction: row;
    width: calc(100% - 68px);
    margin: 20px auto 0;
  }

  header .container .mobile ul.app-login-links li {
    display: inline-flex;
    flex-grow: 1;
  }

  header .container .mobile ul.app-login-links li a {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 2rem;
    font-family: "Campton-SemiBold";
    text-transform: uppercase;
  }

  header .container .mobile ul.app-login-links li a.log-in {
    color: #262626;
    margin-bottom: 0;
    border: 2px solid #262626;
    padding: 6px 0;
  }

  header .container .mobile ul.app-login-links li:first-child {
    margin-right: 11px;
  }

  header .container .mobile ul.app-stores {
    flex-direction: row;
    margin-bottom: 0;
    width: calc(100% - 68px);
    margin: 11px auto 0;
  }

  header .container .mobile ul.app-stores li {
    display: inline-flex;
    flex-grow: 1;
    flex-basis: 0;
  }

  header .container .mobile ul.app-stores li:first-child {
    margin-right: 11px;
  }

  header .container .mobile ul.app-stores li a {
    display: inline-flex;
    font-family: "Campton-Book", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #262626;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    border: 2px solid #efefef;
    letter-spacing: -0.37px;
    text-decoration: none;
  }

  header .container .mobile ul.app-stores li a i.apple-store {
    margin-right: 12px;
    width: 20px;
    height: 24px;
    background: url(../images/apple-store@2x.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
  }

  header .container .mobile ul.app-stores li a i.play-store {
    margin-right: 12px;
    width: 20px;
    height: 24px;
    background: url(../images/google-play@2x.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
  }

  header .container .mobile p.mob-menu-footer {
    width: 100%;
    margin: 20px auto;
  }

  header .container .mobile p.mob-menu-footer br {
    display: block;
  }

  body.mobile-menu-active {
    overflow: hidden;
  }

  body.mobile-menu-active header .container .mobile .menu-container {
    display: flex;
    padding: 0 24px;
  }

  body.mobile-menu-active
    header
    .container
    .mobile
    .menu-container
    .container.addedHeight {
    min-height: 760px;
    /*height: calc(100vh - 52px);*/
    height: 100%;
    overflow: auto;
  }

  #content-wrap .banner {
    padding: 2.25rem 0;
  }

  #content-wrap .banner .container .row {
    justify-content: center;
  }

  #content-wrap .banner .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner .img-wrap img {
    margin-right: 0;
  }
  #content-wrap .banner .desc {
    text-align: center;
  }

  #content-wrap .banner .desc h1.title {
    line-height: 3.125rem;
    margin-bottom: 20px;
  }

  #content-wrap .banner .desc p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.75rem;
  }

  #content-wrap .banner .subscribe-trial {
    flex-direction: column;
  }

  #content-wrap .banner .subscribe-trial .input-wrapper {
    margin-right: 0;
    flex-grow: 1;
    width: auto;
    margin-bottom: 25px;
  }

  #content-wrap .banner .subscribe-trial .subscribe {
    flex-grow: inherit;
    width: 100%;
  }

  #content-wrap .banner .subscribe-label {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 8px;
  }

  #content-wrap .features {
    padding: 50px 0;
  }

  #content-wrap .features .features-list {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
  }

  #content-wrap .features .features-list li {
    display: inline-flex;
    flex-basis: auto;
  }

  #content-wrap .features.all-features .features-list {
    flex-direction: row;
  }

  #content-wrap
    .features.all-features
    .features-list
    li.feature
    h5.feature-title {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  #content-wrap .product-description {
    overflow: hidden;
  }

  #content-wrap .product-description .green-banner-mask {
    height: 300px;
  }

  #content-wrap .product-description .section-title {
    padding: 41px 0;
  }

  #content-wrap .product-description .more-features-list {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  #content-wrap .product-description .more-features-list li.feature {
    flex-basis: auto;
    margin-bottom: 44px;
  }

  #content-wrap
    .product-description
    .more-features-list
    li.feature
    .image-wrapper {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    width: 100%;
  }

  #content-wrap
    .product-description
    .more-features-list
    li.feature
    .image-wrapper::before,
  #content-wrap
    .product-description
    .more-features-list
    li.feature
    .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100vw + 10px);
    height: 100%;
    background-color: #00b9cb;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -5px;
  }

  #content-wrap
    .product-description
    .more-features-list
    li.feature
    h3.feature-title {
    margin-top: 44px;
  }

  #content-wrap .timesheets-detailed {
    padding-top: 24px;
    overflow: hidden;
  }

  #content-wrap .timesheets-detailed .image-wrapper img {
    max-width: inherit;
    width: 128%;
    height: auto;
    margin-left: -14%;
  }

  #content-wrap .subscribe .container .trial-form .subscribe-trial {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  #content-wrap
    .subscribe
    .container
    .trial-form
    .subscribe-trial
    .input-wrapper {
    width: 100%;
    margin-right: 0;
  }

  #content-wrap
    .subscribe
    .container
    .trial-form
    .subscribe-trial
    .subscribe.atto-btn {
    width: 100%;
    margin-top: 20px;
  }

  #content-wrap .testimonials .title-wrappers {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  #content-wrap .testimonials .title-wrappers h1 br,
  #content-wrap .testimonials .title-wrappers h4 br {
    display: none;
  }

  #content-wrap .testimonials .testimonials-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  #content-wrap .testimonials .testimonials-list li {
    margin-bottom: 1.75rem;
    flex: 0 0 50%;
    max-width: 50%;
  }

  #content-wrap .testimonials .testimonials-list li .stars {
    margin-bottom: 15px;
  }

  #content-wrap .testimonials .testimonials-list li .testimonial-wrapper {
    margin-bottom: 20px;
  }

  #content-wrap.product {
    padding-top: 238px;
  }

  #content-wrap.product .product.banner {
    height: 240px;
    margin-top: 0;
    padding: 0;
  }

  .tour {
    height: auto;
    background-position: top center;
    padding: 90px 0;
    background-image: url(../images/tour-mobile@2x.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .tour .container {
    display: flex;
    flex-direction: row;
  }

  .tour .container .block-item:last-child {
    margin-bottom: 0;
  }

  .tour .container .block-item p {
    padding: 0;
  }

  .tour .container .block-item .atto-btn.white-btn {
    margin-bottom: 0;
  }

  .product-detailed-section {
    padding-bottom: 50px;
  }

  .product-detailed-section#location-tracking-section {
    padding-bottom: 75px;
  }

  .product-detailed-section .row {
    flex-direction: column;
  }

  .product-detailed-section .row > .col {
    flex-basis: auto;
  }

  .product-detailed-section .row > .col h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }

  .product-detailed-section .row > .col.feature-img-wrap {
    order: -1;
    margin-bottom: 75px;
    display: inline-block;
  }

  .product-detailed-section .row > .col:not(.feature-img-wrap) {
    text-align: center;
  }

  .sections-nav-wrap {
    display: none;
  }

  .tour {
    min-height: 60vh;
  }

  .pricing-plans {
    padding-bottom: 72px;
  }

  .pricing-plans .plan {
    padding: 32px 25px;
    margin-bottom: 0px;
  }

  .pricing-plans .plan ul.plan-features {
    padding: 0 10px;
  }

  .pricing-plans .plan p.cost-description {
    text-align: center;
    margin-bottom: 35px;
  }

  .pricing-plans .plan p.cost-description br {
    display: block;
  }

  .calculate-plans {
    padding: 70px 0;
  }

  .calculate-plans .container .variable-plans .plan-overview {
    justify-content: center;
  }

  .calculate-plans .container .variable-plans .plan-overview .middle-line {
    height: 50px;
    width: 2px;
    margin: 20px 0;
  }

  .calculate-savings {
    padding: 60px 0;
  }

  .calculate-savings .container .row h4 {
    margin-bottom: 20px;
  }

  .calculate-savings #calculator {
    flex-wrap: wrap;
  }

  .calculate-savings #calculator .entry-value i.equals-arrow {
    right: auto;
    left: calc(-50% - 10px);
    bottom: -30px;
    top: auto;
    transform: rotate(90deg);
  }

  footer ul.app-stores {
    flex-direction: row;
  }

  footer ul.app-stores li:first-child {
    margin-right: 11px;
  }

  footer p:not(.copyright) {
    width: 66.6667%;
  }

  footer .bottom-footer:before,
  footer .bottom-footer::before {
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .subscribe.extended {
    padding: 60px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: -25px center;
  }

  .contact-wrapper .contact-form p br {
    display: none;
  }

  .contact-wrapper .contact-form .flex-row {
    flex-direction: column !important;
  }

  .contact-wrapper .contact-form .flex-row input[type="text"] {
    margin-right: 0;
    margin-bottom: 31px;
  }

  .contact-wrapper .office-details {
    display: flex;
    flex-direction: column;
  }

  .contact-wrapper .office-details i.b-heart-icon {
    margin-bottom: 75px;
  }

  .contact-wrapper .office-details .contact-info li {
    width: 66.6666%;
  }

  body.pricing header.pricing.scrolling {
    background-color: #fff;
  }

  body.pricing header.pricing.scrolling a.logo {
    background-image: url(../images/main-logo@2x.png);
  }

  body.pricing header.pricing.scrolling .hamburger-inner,
  body.pricing header.pricing.scrolling .hamburger-inner:after,
  body.pricing header.pricing.scrolling .hamburger-inner:before {
    background-color: #262626;
  }
  html:lang(fr)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-onboarding-package {
    line-height: 2.5rem;
  }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) and (orientation: landscape) {
  #content-wrap .banner .container .row {
    flex-direction: row;
  }

  #content-wrap .banner .container .row .desc {
    text-align: left;
  }

  #content-wrap.product {
    padding-top: 50vh;
  }

  #content-wrap.product .banner.product {
    min-height: inherit;
    height: 50vh;
    margin-top: 0;
  }

  #content-wrap .timesheets-detailed .image-wrapper img {
    width: inherit;
    max-width: 100%;
    margin-left: 0;
  }

  #content-wrap .features {
    padding: 70px 0 100px;
  }

  #content-wrap .features .features-list {
    flex-direction: row;
  }

  #content-wrap .features.all-features .features-list li {
    flex-basis: auto;
  }

  #content-wrap .product-description .more-features-list {
    flex-direction: row;
  }

  #content-wrap
    .product-description
    .more-features-list
    li.feature
    .image-wrapper {
    padding: 0;
  }

  #content-wrap .testimonials .testimonials-list li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  #content-wrap .tour {
    background-image: url(../images/sample-image-one@2x.png);
  }

  .product-detailed-section {
    padding-bottom: 0;
    height: 100vh;
  }

  .product-detailed-section .container {
    display: flex;
  }

  .product-detailed-section .container .row {
    flex-direction: row;
  }

  .product-detailed-section .container .row .col:not(.feature-img-wrap) {
    margin-left: 0;
    text-align: left;
  }

  .product-detailed-section .container .row .feature-img-wrap {
    order: 0;
    margin-bottom: 0;
  }

  .calculate-savings #calculator {
    flex-wrap: wrap;
    max-width: 83.333333%;
    margin: 0 auto;
  }

  .calculate-savings #calculator .entry-value {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .calculate-savings #calculator .entry-value.offset-lg-1 {
    margin-left: 0;
  }

  .calculate-savings #calculator .entry-value i.equals-arrow {
    right: auto;
    left: calc(-50% - 10px);
    bottom: -30px;
    top: auto;
    transform: rotate(90deg);
  }

  .calculate-savings #calculator .total {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .subscribe.extended {
    background-position: left center;
    padding: 100px 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  h1,
  h1.title,
  .section-title {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  /* header .container .mobile .menu-container ul#secondary {
        min-height: inherit;
    }*/

  /*   header .container .mobile .menu-container ul#secondary li a {
        line-height: 1.75rem;
    }*/

  header .container .mobile ul.app-login-links {
    flex-direction: row;
  }

  header .container .mobile ul.app-login-links li {
    flex-grow: 1;
    flex-basis: 0;
  }

  header .container .mobile ul.app-login-links li:first-child {
    margin-bottom: 0;
    margin-right: 11px;
  }

  .banner {
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 58vh;
  }

  .banner .desc h1.title {
    line-height: 2.75rem;
    margin-bottom: 20px;
  }

  .banner .desc p {
    font-size: 1.15rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }

  .banner .desc .subscribe-trial {
    flex-direction: column;
  }

  .banner .desc .subscribe-trial .input-wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .banner .desc .subscribe-trial .subscribe {
    width: 100%;
    margin-bottom: 20px;
  }

  .banner .desc .subscribe-label {
    width: 100%;
    margin-top: 0;
  }

  .features .features-list li p.description {
    padding: 0;
    font-size: 1rem;
  }

  .product-description .green-banner-mask {
    height: 546px;
  }

  .product-description .section-title {
    padding: 60px 0;
    line-height: 3rem;
  }

  .product-description .more-features-list {
    width: 100%;
  }

  .product-description .more-features-list li {
    text-align: center;
  }

  .product-description .more-features-list li .image-wrapper img {
    height: 50%;
    width: auto;
    max-height: 330px;
  }

  .product-description .more-features-list li h3.feature-title {
    margin-top: 30px;
  }

  .product-description .more-features-list li p {
    font-size: 1rem;
    padding: 0;
  }

  #content-wrap .subpages-section .feature-shortlinks {
    padding: 60px 15px;
  }

  #content-wrap .subpages-section .feature-shortlinks p {
    padding: 0 5px;
  }

  .contact-wrapper .office-details .contact-info {
    flex-direction: column;
  }
}

@media screen and (min-device-width: 1024px) {
  body header {
    position: fixed;
    width: 100%;
    z-index: 11;
  }

  body header.scrolling {
    /* padding: 16px 0; */
    background: #fff !important;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 15%);
  }

  body main {
    padding-top: 52px;
  }

  body.contact header {
    background: #fafafa;
  }

  body.contact header.scrolling {
    background: #fff;
  }

  body.pricing header.scrolling {
    background-color: #fff;
  }

  body.pricing header.scrolling .container a.logo {
    background-image: url(../images/main-logo@2x.png);
  }

  body.pricing header.scrolling .container ul.menu#main li a {
    color: #262626;
  }

  body.pricing header.scrolling .container .app-login ul li a.atto-btn.log-in {
    color: #262626;
  }
  body.pricing
    header.scrolling
    .container
    .app-login
    ul.lang-menu
    li
    a.language-btn:before {
    background: url("../images/language-icon-black.svg") no-repeat;
  }
  body.pricing header.scrolling .container .app-login ul li a.atto-btn.sign-up {
    color: #fff;
    background-color: #00b9cb;
  }

  body.product-body header {
    background: transparent;
  }
  body.product-body header.scrolling {
    background: #ffffff;
  }
  /* body.mobile-menu-active header.product-page{
        background: #ffffff;
       !* transition: none;*!
    }*/
  body.product-body main {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .reactivate-account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit;
  }

  .reactivate-account .card-wrapper {
    padding: 30px 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
  }

  .reactivate-account .banner {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 30px 0;
  }

  .reactivate-account .banner img {
    order: 2;
    margin-bottom: 0;
  }

  .reactivate-account .banner .new-design-desc {
    margin-bottom: 40px;
  }

  .reactivate-account .banner .account-description {
    padding: 0 15px;
  }
  .get-started-modal .modal-content .close {
    top: 25px;
    right: 25px;
  }
  .authorize-to-integrate {
    flex-flow: column;
  }
  .authorize-to-integrate section {
    width: 100%;
  }
  .authorize-to-integrate section.banner {
    order: 2;
    justify-content: center;
  }
  .authorize-to-integrate section.content .content-holder {
    margin: auto;
  }
  .authorize-to-integrate section.banner .banner-holder {
    flex: 1;
    justify-content: center;
  }
  .authorize-to-integrate section.banner span {
    position: unset;
    margin: 44px 0 8px;
    width: 90%;
    text-align: center;
  }
  html:lang(fr)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-onboarding-package {
    line-height: 1.75rem;
  }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .product-detailed-section {
    min-height: 700px;
    height: 50vh;
  }

  .calculate-savings .container #calculator {
    flex-wrap: wrap;
    justify-content: center;
  }

  #content-wrap.product .product-detailed-section .row > .col.feature-img-wrap {
    order: inherit !important;
  }

  #content-wrap.product
    .product-detailed-section
    .row
    .col:not(.feature-img-wrap) {
    text-align: left !important;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #content-wrap .features .features-list {
    flex-direction: column;
  }

  #content-wrap .features .features-list li {
    flex-basis: auto;
  }

  #content-wrap .product-description .section-title {
    color: #262626;
  }

  #content-wrap .product-description .green-banner-mask {
    display: none;
  }

  #content-wrap .product-description .more-features-list {
    flex-direction: column;
  }

  #content-wrap .product-description .more-features-list li {
    flex-basis: auto;
    margin-bottom: 50px;
  }

  #content-wrap .product-description .more-features-list li .image-wrapper {
    position: relative;
    padding-top: 50px;
  }

  #content-wrap
    .product-description
    .more-features-list
    li
    .image-wrapper::before,
  #content-wrap
    .product-description
    .more-features-list
    li
    .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    width: 102vw;
    height: 100%;
    background-color: #00b9cb;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }

  #content-wrap .calculate-savings .container #calculator {
    flex-wrap: wrap;
  }

  #content-wrap
    .calculate-savings
    .container
    #calculator
    .entry-value
    i.equals-arrow {
    right: auto;
    left: calc(-50% - 10px);
    bottom: -30px;
    top: auto;
    transform: rotate(90deg);
  }

  #content-wrap .subscribe.extended {
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 35vh;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  #content-wrap .subscribe.extended br {
    display: block;
  }

  #content-wrap .subscribe.extended .container .trial-form .subscribe-trial {
    max-width: 100%;
  }

  #content-wrap.product .subscribe.extended {
    background-image: url(../images/subscribe-bg.jpg);
    min-height: 43vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: left center;
  }

  #content-wrap.product .sections-nav-wrap {
    display: none;
  }

  #content-wrap.product .product-detailed-section {
    margin-bottom: 50px;
  }

  #content-wrap.product .product-detailed-section .row > .col.feature-img-wrap {
    order: -1;
    margin-bottom: 40px;
  }

  #content-wrap.product
    .product-detailed-section
    .row
    > .col:not(.feature-img-wrap) {
    text-align: center;
  }

  #content-wrap.product .features .features-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer ul.app-stores {
    flex-direction: row;
  }

  footer ul.app-stores li {
    margin-right: 36px;
    margin-bottom: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body #content-wrap .tour {
    padding: 50px 0;
    background-position: top center;
    min-height: 40vh;
  }

  body #content-wrap .tour .container {
    flex-direction: row !important;
  }

  body #content-wrap .tour .container > div:first-child {
    margin-bottom: 0 !important;
  }

  body .calculate-plans .container .variable-plans .plan-overview .middle-line {
    width: 2px;
    height: 100px;
  }

  body.pricing #content-wrap:before {
    height: 795px !important;
  }

  body.pricing #content-wrap .pricing-plans:after {
    height: 791px;
  }
  html:lang(es) body.pricing #content-wrap .pricing-plans:after {
    height: 856px;
  }
  html:lang(es) body.pricing #content-wrap:before {
    height: 837px !important;
  }
  html:lang(fr) body.pricing #content-wrap:before {
    height: 888px !important;
  }
  html:lang(fr) body.pricing #content-wrap .pricing-plans:after {
    height: 865px;
  }
  html:lang(de) body.pricing #content-wrap .pricing-plans:after {
    height: 840px;
  }
  html:lang(de) body.pricing #content-wrap:before {
    height: 875px !important;
  }

  #content-wrap .subscribe.extended {
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 45vh;
    align-items: center;
    justify-content: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    background-image: url(../images/subscribe-bg.jpg);
  }

  #content-wrap .subscribe.extended br {
    display: block;
  }

  #content-wrap .subscribe.extended .container .trial-form .subscribe-trial {
    max-width: 100%;
  }
}

/* ----------- Small Mobile Size ----------- */
/* ----------- Iphone X / XS ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body br {
    display: block;
  }
  body.mobile-menu-active header .container .mobile .menu-container {
    height: calc(100vh + 72px);
    height: 100%;
    /*overflow: auto;*/
    overflow: hidden;
  }

  #content-wrap .banner.home {
    justify-content: center;
  }

  #content-wrap .banner.home .img-wrap {
    padding: 0 0 50px;
  }

  #content-wrap .banner.home .img-wrap img {
    max-height: 100vh;
  }

  #content-wrap .features .features-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  #content-wrap .features .features-list li {
    text-align: center;
  }

  #content-wrap .product-description .more-features-list li.feature:last-child {
    margin-bottom: 0;
  }

  #content-wrap .testimonials .testimonials-list {
    flex-direction: row;
    justify-content: center;
  }

  #content-wrap .testimonials .testimonials-list li {
    flex-basis: inherit;
  }

  #content-wrap .tour {
    height: auto;
    background-position: top center;
    padding: 90px 0;
  }

  #content-wrap .tour .container {
    flex-direction: row;
  }

  #content-wrap .tour .container .block-item:first-child {
    margin-bottom: 0;
  }

  #content-wrap .tour .container .block-item h4,
  #content-wrap .tour .container .block-item p {
    color: #262626;
  }

  #content-wrap.product {
    padding-top: 238px;
  }

  #content-wrap.product .product.banner {
    height: 240px;
    margin-top: 0;
    padding: 0;
  }

  footer .row:not(.bottom-footer) > .col-6 {
    flex: 0 0 33.3333%;
    max-width: 33.333333%;
  }

  footer p:not(.copyright) {
    width: 100%;
  }

  footer ul.app-stores {
    flex-direction: row;
  }

  footer ul.app-stores li {
    margin-bottom: 0;
  }

  footer ul.app-stores li:first-child {
    margin-right: 11px;
  }

  .description.pricing {
    padding: 50px 0;
  }

  .pricing-plans .plan ul.plan-features {
    padding: 0 10px;
  }

  .calculate-plans .container .variable-plans .plan-overview {
    justify-content: center;
  }

  .calculate-plans .container .variable-plans .plan-overview .payment h1 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .calculate-plans .container .variable-plans .plan-overview .middle-line {
    height: 50px;
    width: 2px;
    margin: 20px 0;
  }

  .calculate-savings .container #calculator {
    flex-wrap: wrap;
  }

  .subscribe.extended {
    background-repeat: no-repeat;
    padding: 65px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 37% center;
    background-image: url(../images/subscribe-bg.jpg);
    min-height: auto;
  }

  .product-detailed-section .row .col.feature-img-wrap {
    text-align: center;
  }

  .sections-nav-wrap {
    display: none;
  }
  html:lang(fr) footer ul.terms {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -- Landscape --  */
/* ----------- Standard Mobile Size ----------- */
@media only screen and (max-width: 768px) {
  .css-15tcoac {
    right: 10px !important;
    bottom: 20px !important;
  }

  #cookie-bar {
    text-align: left;
    padding: 8px 92px 8px 8px;
    height: auto;
  }

  #cookie-bar.fixed {
    justify-content: flex-start;
  }

  #cookie-bar.fixed div p {
    text-align: left;
    font-size: 10px;
    line-height: 16px;
  }

  header {
    position: fixed;
    width: 100%;
    z-index: 12;
  }

  header:not(.pricing) {
    background-color: #fff;
  }
  header .navbar-nav.lang-nav .dropdown-menu {
    position: relative !important;
    border: none;
    padding-left: 16px;
    /*  transform: none !important;*/
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    min-height: 0;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  header .nav-item.dropdown {
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    max-height: 60px;
  }
  .dropdown-menu.show {
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    max-height: 160px;
    transform: translate3d(0px, 48px, 0px);
  }
  header .nav-item.dropdown.show {
    max-height: 160px;
  }
  header .lang-nav a.dropdown-item {
    background-color: transparent;
    font-size: 0.825rem;
    line-height: 2.25rem;
    font-family: "Campton-Medium", sans-serif;
    color: #999;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 0 34px;
  }
  header .container .mobile .menu-container ul#secondary li.lang-holder {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    .mobile-submenu
    ul.sub-pages.languages
    li:last-child {
    margin-bottom: 15px;
  }
  header .container .mobile .menu-container ul#secondary li a.language-btn {
    padding-left: 10px;
  }
  header
    .container
    .mobile
    .menu-container
    ul#secondary
    li
    a.language-btn:before {
    content: "";
    display: inline-flex;
    width: 14px;
    height: 14px;
    background: url("../images/language-icon-black.svg") no-repeat;
    margin-right: 9px;
    background-size: cover;
    position: relative;
    top: 2px;
  }
  main {
    padding-top: 52px;
  }

  .login .sign-up-wrap,
  .login .log-in-wrap {
    width: calc(100% - 30px);
    padding: 48px 16px;
  }

  .login .create-account {
    display: flex;
    flex-direction: row;
    width: calc(100% - 30px);
    align-items: center;
  }

  .login .create-account p {
    margin-bottom: 0;
    margin-right: 17px;
  }

  .login .log-in-wrap .form-header {
    margin-bottom: 24px;
  }

  .login .log-in-wrap .form-header h3 {
    font-size: 2rem;
  }

  .login .log-in-wrap .form-group {
    margin-bottom: 16px;
  }

  .login .sign-up-wrap h3.form-title {
    line-height: 2rem;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 30px;
  }

  .login .sign-up-wrap h3.form-title br.mobile {
    display: block;
  }

  .login .sign-up-wrap h4.subtitle {
    margin-bottom: 20px;
    display: none;
  }

  .login .sign-up-wrap .subscribe-trial {
    width: 100%;
    flex-direction: column;
  }

  .login .sign-up-wrap .subscribe-trial .input-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .login .sign-up-wrap .subscribe-trial .log-in-btn {
    width: 100%;
  }

  .login .sign-up-wrap .subscribe-label {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 10px;
  }

  .sign-up-modal .email-wrapper {
    padding: 60px 15px;
  }

  .sign-up-modal .modal-content .modal-body .sign-up-wrap {
    padding: 60px 15px;
  }

  .sign-up-modal .modal-content .modal-body .sign-up-wrap h3.form-title {
    line-height: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .sign-up-modal
    .modal-content
    .modal-body
    .sign-up-wrap
    h3.form-title
    br.mobile {
    display: block;
  }

  .sign-up-modal .modal-content .modal-body .sign-up-wrap h4.subtitle {
    margin-bottom: 20px;
    display: none;
  }

  .sign-up-modal .modal-content .modal-body .sign-up-wrap .subscribe-trial {
    width: 100%;
    flex-direction: column;
  }

  .sign-up-modal
    .modal-content
    .modal-body
    .sign-up-wrap
    .subscribe-trial
    .input-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .sign-up-modal
    .modal-content
    .modal-body
    .sign-up-wrap
    .subscribe-trial
    .log-in-btn {
    width: 100%;
    padding: 14px;
  }
  .sign-up-modal .modal-content .modal-body .sign-up-wrap .subscribe-label {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 10px;
  }

  .sign-up-modal .modal-content .modal-body .reset-wrap {
    width: 100%;
    padding: 60px 15px;
  }

  .sign-up-modal .modal-content .modal-body .reset-wrap .subscribe-trial {
    flex-direction: column;
  }

  .sign-up-modal .modal-content .modal-body .reset-wrap .input-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .sign-up-modal .modal-content .modal-body .reset-wrap .log-in-btn {
    width: 100%;
    margin-bottom: 0;
  }

  .email-template .logo {
    margin-bottom: 45px;
  }

  .email-template h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .email-template p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
  }

  .email-template a.atto-btn {
    margin-bottom: 15px;
  }

  #content-wrap .banner {
    padding: 0 0 2.25rem;
  }

  #content-wrap .banner .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2.25rem;
  }

  #content-wrap .banner .img-wrap img {
    margin-right: 0;
  }

  #content-wrap .banner .desc {
    text-align: center;
  }

  #content-wrap .banner .desc h1.title {
    line-height: 2.5rem;
    margin-bottom: 10px;
  }

  #content-wrap .banner .desc p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }

  #content-wrap .banner .subscribe-trial {
    flex-direction: column;
  }

  #content-wrap .banner .subscribe-trial .input-wrapper {
    margin-right: 0;
    flex-grow: 1;
    width: auto;
    margin-bottom: 25px;
  }

  #content-wrap .banner .subscribe-trial .subscribe {
    flex-grow: inherit;
    width: 100%;
  }

  #content-wrap .banner .subscribe-trial label.error {
    bottom: 48px;
    width: 100%;
  }

  #content-wrap .banner .subscribe-label {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 8px;
  }

  #content-wrap .features {
    padding: 50px 0;
  }

  #content-wrap .features .features-list {
    flex-direction: column;
    margin-bottom: 0;
  }

  #content-wrap .features .features-list li {
    display: inline-flex;
    flex-basis: auto;
  }

  #content-wrap .features .features-list li .feature-icon {
    margin: 60px 0 20px;
  }

  #content-wrap .features .features-list li h3 {
    margin-bottom: 10px;
  }

  #content-wrap .features.all-features .features-list {
    flex-direction: column;
    flex-wrap: wrap;
  }

  #content-wrap
    .features.all-features
    .features-list
    li.feature
    h5.feature-title {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  #content-wrap .product-description {
    overflow: hidden;
  }

  #content-wrap .product-description .green-banner-mask {
    display: none;
  }

  #content-wrap .product-description .section-title {
    padding: 41px 0;
    color: #262626;
  }

  #content-wrap .product-description .more-features-list {
    width: 100%;
    flex-direction: column;
  }

  #content-wrap .product-description .more-features-list li.feature {
    flex-basis: auto;
    margin-bottom: 50px;
  }

  #content-wrap
    .product-description
    .more-features-list
    li.feature
    .image-wrapper {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    width: 100%;
  }

  #content-wrap
    .product-description
    .more-features-list
    li.feature
    .image-wrapper
    img {
    max-height: inherit;
    max-width: 90%;
    height: auto;
  }

  #content-wrap
    .product-description
    .more-features-list
    li.feature
    .image-wrapper::before,
  #content-wrap
    .product-description
    .more-features-list
    li.feature
    .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    width: 102vw;
    height: 100%;
    background-color: #00b9cb;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }

  #content-wrap
    .product-description
    .more-features-list
    li.feature
    h3.feature-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  #content-wrap .product-description .more-features-list li.feature:last-child {
    margin-bottom: 0;
  }

  #content-wrap
    .product-description
    .more-features-list
    li.feature:nth-child(2)
    .image-wrapper
    img {
    max-width: inherit;
    width: calc(100 + 8px);
  }

  #content-wrap .timesheets-detailed {
    padding-top: 24px;
    overflow: hidden;
  }

  #content-wrap .timesheets-detailed .image-wrapper img {
    max-width: inherit;
    width: 128%;
    height: auto;
    margin-left: -14%;
  }

  #content-wrap .subscribe .container .trial-form .subscribe-trial {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  #content-wrap
    .subscribe
    .container
    .trial-form
    .subscribe-trial
    .input-wrapper {
    width: 100%;
    margin-right: 0;
  }

  #content-wrap
    .subscribe
    .container
    .trial-form
    .subscribe-trial
    .subscribe.atto-btn {
    width: 100%;
    margin-top: 25px;
  }

  #content-wrap .subscribe .container .trial-form .subscribe-trial label.error {
    bottom: 47px;
    position: absolute;
    /*    display: block;*/
    width: 100%;
    margin-top: 0;
  }

  #content-wrap .testimonials .title-wrappers {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  #content-wrap .testimonials .title-wrappers h1 br,
  #content-wrap .testimonials .title-wrappers h4 br {
    display: none;
  }

  #content-wrap .testimonials .testimonials-list {
    display: flex;
    flex-direction: column;
  }

  #content-wrap .testimonials .testimonials-list li {
    flex-basis: auto;
    flex-direction: column;
    margin-bottom: 40px;
  }

  #content-wrap .testimonials .testimonials-list li .stars {
    margin-bottom: 15px;
  }

  #content-wrap .testimonials .testimonials-list li .testimonial-wrapper {
    margin-bottom: 20px;
  }

  #content-wrap .testimonials .testimonials-list li:last-child {
    margin-bottom: 0;
  }

  #content-wrap .tour {
    height: auto;
    padding: 50px 0 150%;
    background-image: url(../images/tour-mobile@2x.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  #content-wrap .tour img {
    display: none;
  }

  #content-wrap .tour .container {
    display: flex;
    flex-direction: column;
  }

  #content-wrap .tour .container > div:first-child {
    margin-bottom: 80px;
  }

  #content-wrap .tour .container .block-item {
    flex-basis: auto;
    flex-grow: inherit;
  }

  #content-wrap .tour .container .block-item h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.5px;
  }

  #content-wrap .tour .container .block-item p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.4px;
    padding: 0;
  }

  #content-wrap .tour .container .block-item .atto-btn.white-btn {
    margin-bottom: 0;
  }

  #content-wrap.product {
    padding-top: 240px;
  }

  .product.banner {
    padding: 0 !important;
    margin-top: 0;
    height: 240px;
    min-height: 240px;
  }

  .product.banner .product-banner-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  .sections-nav-wrap {
    display: none;
  }

  .product-titles .follow-through-icon {
    display: none;
  }

  .product-detailed-section {
    padding-bottom: 100px;
  }

  .product-detailed-section#location-tracking-section {
    padding-bottom: 100px;
  }

  .product-detailed-section#timesheet-reports-section {
    padding-bottom: 50px;
  }

  .product-detailed-section h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-bottom: 12px;
    padding: 5px 0;
  }

  .product-detailed-section h2 br.visible-mobile {
    display: block;
  }

  .product-detailed-section .row {
    flex-direction: column;
  }

  .product-detailed-section .row > .col {
    flex-basis: auto;
  }

  .product-detailed-section .row > .col h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }

  .product-detailed-section .row > .col.feature-img-wrap {
    order: -1;
    margin-bottom: 40px;
    display: inline-block;
  }

  .product-detailed-section .row > .col:not(.feature-img-wrap) {
    text-align: center;
  }

  .product-detailed-section .atto-btn.learn-more {
    margin-top: 0;
  }

  .subscribe.extended {
    background-image: url(../images/mobile-subscribe@2x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center center;
    padding-top: 30px;
    min-height: calc(100vh + 120px);
  }
  html:lang(fr) .subscribe.extended {
    min-height: calc(100vh + 230px);
  }
  html:lang(de) .subscribe.extended {
    min-height: calc(100vh + 330px);
    background-position: center bottom;
  }
  html:lang(es) .subscribe.extended {
    min-height: calc(100vh + 275px);
  }

  .subscribe.extended .container {
    align-items: center;
  }

  .subscribe.extended .container .section-title {
    margin-bottom: 20px;
    line-height: 2.5rem;
  }

  #content-wrap.product-feature
    .heading-banner
    .feature-desc
    .feature-main-title,
  #content-wrap .feature-details .container .row h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-bottom: 12px;
    padding: 5px 0;
  }

  body.pricing #content-wrap:before {
    height: 50%;
  }

  body.pricing #content-wrap .description.pricing h4.subtitle.desktop {
    display: none;
  }

  body.pricing #content-wrap .description.pricing h4.subtitle.mobile {
    display: block;
  }

  /*body.pricing #content-wrap .pricing-plans:after {
        height: calc(50% - 392px);
    }*/

  body.pricing #content-wrap br.mobile {
    display: block;
  }

  body.pricing header.pricing.scrolling {
    background-color: #fff;
  }

  body.pricing header.pricing.scrolling a.logo {
    background-image: url(../images/main-logo@2x.png);
  }

  body.pricing header.pricing.scrolling .hamburger-inner,
  body.pricing header.pricing.scrolling .hamburger-inner:after,
  body.pricing header.pricing.scrolling .hamburger-inner:before {
    background-color: #262626;
  }

  .description.pricing {
    padding: 70px 0 109px;
  }

  .pricing-plans {
    padding-bottom: 72px;
  }

  .pricing-plans .plan {
    padding: 32px 25px;
    margin-bottom: 40px;
  }

  .pricing-plans .plan p.cost-description {
    text-align: center;
    margin-bottom: 35px;
  }

  .pricing-plans .plan p.cost-description br {
    display: block;
  }

  .calculate-plans .container .rangeslider-wrapper .rail-wrapper > i {
    width: 35px;
  }

  .calculate-plans .container .rangeslider-wrapper .range-output {
    width: 120px;
    height: 132px;
    padding-top: 25px;
    background-size: cover;
    left: 87px;
  }

  .calculate-plans .container .rangeslider-wrapper .range-output h2 {
    font-size: 3rem;
    line-height: 3.25rem;
  }

  .calculate-plans .container .rangeslider-wrapper .range-output span.label-no {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .calculate-plans .container .title-wrap {
    padding: 0 2rem;
    text-align: center;
  }

  .calculate-plans .container .variable-plans .plan-overview .middle-line {
    width: 100px;
    height: 2px;
    margin: 1.5rem 0 2rem;
  }

  .calculate-savings {
    padding: 60px 0 80px;
  }

  .calculate-savings .container .row h2 {
    padding: 5px 2rem;
  }

  .calculate-savings .container .row > h4 {
    margin-bottom: 50px;
  }

  .calculate-savings .container #calculator {
    flex-direction: unset;
    flex-wrap: wrap;
  }

  .calculate-savings .container #calculator > div {
    flex: 1 0 33.33%;
    display: inline-flex;
  }

  .calculate-savings .container #calculator .entry-value .input-info,
  html:lang(de)
    .calculate-savings
    .container
    #calculator
    .entry-value.hourly-rate
    .input-info {
    font-size: 0.625rem;
    letter-spacing: -0.44px;
    line-height: 1rem;
    margin-bottom: 10px;
    min-height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .calculate-savings .container #calculator .entry-value i.equals-arrow {
    right: auto;
    left: calc(-50% - 10px);
    bottom: -30px;
    top: auto;
    transform: rotate(90deg);
  }

  .calculate-savings .container #calculator .entry-value .value-wrap input {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .calculate-savings .container #calculator .entry-value .value-wrap .label {
    font-size: 0.625rem;
    line-height: 1.15rem;
  }

  .calculate-savings .container #calculator .total {
    flex: 1 0 100%;
    /* explanation below */
  }

  .calculate-savings .container #calculator .total .value-wrap h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .calculate-savings .container .add-info {
    line-height: 1.25rem;
    padding: 0 1.15rem;
  }

  .subscribe {
    padding: 65px 0;
  }

  .subscribe .container h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 0 1.55rem;
    margin-bottom: 24px;
  }

  .contact-wrapper {
    padding: 60px 0;
  }

  .contact-wrapper .contact-form {
    margin-bottom: 31px;
  }

  .contact-wrapper .contact-form p br {
    display: none;
  }

  .contact-wrapper .contact-form .form-group.flex-row {
    flex-direction: column !important;
  }

  .contact-wrapper .contact-form .form-group.flex-row input[type="text"] {
    margin-right: 0;
    margin-bottom: 31px;
  }

  .contact-wrapper .contact-form .form-group .submit {
    width: 100%;
  }

  .contact-wrapper .office-details {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .contact-wrapper .office-details .contact-info {
    display: flex;
    flex-direction: column;
  }

  .contact-wrapper .office-details .contact-info li {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-wrapper .office-details i.b-heart-icon {
    margin: 20px 0 30px;
  }

  .contact-wrapper .office-details i.s-heart-icon {
    align-self: center;
  }

  .contact-wrapper .office-details br {
    display: block;
  }

  .reactivate-account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit;
  }

  .reactivate-account .card-wrapper {
    padding: 30px 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: inherit;
  }

  .reactivate-account .banner {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: inherit;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 30px 0;
  }

  .reactivate-account .banner .account-description {
    padding: 0 15px;
  }

  .reactivate-account .banner .account-description img {
    /*max-width: 100%;*/
    /*height: auto;*/
    /*width: auto;*/
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .reactivate-account .banner .account-description h1 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 16px;
  }

  .reactivate-account .banner .account-description p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .subscribe .container .trial-form .subscribe-trial .form-column {
    flex-flow: column;
  }
  footer .socials-wrap {
    flex-flow: column;
  }
  html:lang(fr) footer ul.terms,
  footer ul.terms {
    margin-left: 0;
    margin-right: auto;
    min-width: 100%;
  }
  footer ul.socials {
    margin-left: 0;
  }
  footer ul.socials li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .container {
    max-width: calc(100% - 30px);
  }
  body.mobile-menu-active header .container .mobile .menu-container {
    height: calc(100vh - 52px);
    /* overflow: auto;*/
    overflow: hidden;
  }

  body.mobile-menu-active header .container .mobile ul.app-login-links,
  body.mobile-menu-active header .container .mobile ul.app-stores {
    width: 100%;
  }

  #content-wrap .tour {
    height: auto;
    background-position: top center;
    padding: 90px 0;
  }

  #content-wrap .tour .container {
    flex-direction: row;
  }

  #content-wrap .tour .container .block-item:first-child {
    margin-bottom: 0;
  }

  #content-wrap .tour .container .block-item h4,
  #content-wrap .tour .container .block-item p {
    color: #262626;
  }

  #content-wrap .pricing-plans .plan {
    padding-right: 10px;
    padding-left: 10px;
  }

  #content-wrap .calculate-plans .container .rangeslider-wrapper .range-output {
    left: 160px;
  }

  #content-wrap.product-feature .subpages-section .row {
    flex-direction: column;
    align-items: center;
  }

  #content-wrap.product-feature .subpages-section .row .subpage {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .subscribe.extended {
    background-repeat: no-repeat;
    padding: 60px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: -15px center;
    background-image: url(../images/subscribe-bg.jpg);
    background-color: #69dede !important;
    min-height: auto;
  }

  body.pricing header {
    background-color: transparent;
  }

  body.pricing #content-wrap:before {
    height: 817px;
  }

  body.pricing.mobile-menu-active header {
    background-color: #fff;
  }
}
@media only screen and (max-width: 440px) {
  .authorize-to-integrate section.banner {
    height: auto;
    padding: 72px 0 0 0;
  }
  .authorize-to-integrate section.banner .banner-holder {
    max-width: 360px;
  }
  .authorize-to-integrate section {
    height: auto;
    min-height: 100%;
    padding: 88px 0;
  }
  .authorize-to-integrate section.content .content-holder {
    width: 90%;
  }
  body.pricing .subscribe.extended .container ul.app-stores {
    width: 100%;
  }
  body.pricing .subscribe.extended .container ul.app-stores li:last-child {
    margin-right: 0;
  }
  /* body.pricing .subscribe.extended{
        min-height: calc(100vh + 540px);
    }*/
  html:lang(es) .pricing-plans .plan ul.plan-features li p.custom-integrations,
  html:lang(de)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-onboarding-package,
  html:lang(es)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-onboarding-package,
  html:lang(de)
    .pricing-plans
    .plan
    ul.plan-features
    li
    p.team-activity-insights,
  html:lang(es) .pricing-plans .plan ul.plan-features li p.automated-timesheets,
  html:lang(fr) .pricing-plans .plan ul.plan-features li p.automated-timesheets,
  html:lang(de) .pricing-plans .plan ul.plan-features li p.automated-timesheets,
  .pricing-plans .plan ul.plan-features li p.team-onboarding-package,
  .pricing-plans .plan ul.plan-features li p.automated-timesheets {
    line-height: 1.75rem;
  }
  .subscribe.extended {
    background-position: center bottom;
    min-height: calc(100vh + 405px);
  }
}

/* Addition icon moon */

@font-face {
  font-family: "attotime";
  src: url("../fonts/attotime.eot");
  src: url("../fonts/attotime.eot") format("embedded-opentype"),
    url("../fonts/attotime.ttf") format("truetype"),
    url("../fonts/attotime.woff") format("woff"),
    url("../fonts/attotime.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "attotime" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.attoicon-jobs:before {
  content: "\e914";
}
.attoicon-notes:before {
  content: "\e91d";
}
.attoicon-timesheets:before {
  content: "\e921";
}
.attoicon-timesheets-rounded1:before {
  content: "\e903";
}
.attoicon-mobile-tt:before {
  content: "\e92b";
}
.attoicon-named-sites:before {
  content: "\e92c";
}
.attoicon-profitable-bids:before {
  content: "\e932";
}
.attoicon-departments:before {
  content: "\e910";
}
.attoicon-timeline:before {
  content: "\e91e";
}
.attoicon-filters:before {
  content: "\e91b";
}
.attoicon-verified:before {
  content: "\e90b";
}
.attoicon-timezone:before {
  content: "\e934";
}
.attoicon-manual-entries:before {
  content: "\e918";
}
.attoicon-job-costing:before {
  content: "\e928";
}
.attoicon-location-tracking:before {
  content: "\e917";
}
.attoicon-break:before {
  content: "\e90f";
}
.attoicon-night-shift:before {
  content: "\e91c";
}
.attoicon-overtime:before {
  content: "\e91f";
}
.attoicon-time-tracking1:before {
  content: "\e920";
}
.attoicon-time-tracking:before {
  content: "\e933";
}
.attoicon-location-history:before {
  content: "\e92a";
}
.attoicon-privacy:before {
  content: "\e92d";
}
.attoicon-time-entry-history:before {
  content: "\e916";
}
.attoicon-customize:before {
  content: "\e924";
}
.attoicon-rounded-clock:before {
  content: "\e90e";
}
.attoicon-time-off:before {
  content: "\e913";
}
.attoicon-named-locations:before {
  content: "\e919";
}
.attoicon-sand-clock:before {
  content: "\e922";
}
.attoicon-battery:before {
  content: "\e923";
}
.attoicon-support:before {
  content: "\e926";
}
.attoicon-help-support:before {
  content: "\e927";
}
.attoicon-web-tt:before {
  content: "\e93d";
}
.attoicon-archive:before {
  content: "\e90d";
}
.attoicon-email:before {
  content: "\e912";
}
.attoicon-kiosk:before {
  content: "\e929";
}
.attoicon-share:before {
  content: "\e92f";
}
.attoicon-crew:before {
  content: "\e925";
}
.attoicon-team-activity:before {
  content: "\e930";
}
.attoicon-team:before {
  content: "\e931";
}
.attoicon-wages:before {
  content: "\e939";
}
.attoicon-notification:before {
  content: "\e915";
}
.attoicon-avatar:before {
  content: "\e905";
}
.attoicon-view-map:before {
  content: "\e936";
}
.attoicon-movement-tracking:before {
  content: "\e907";
}
.attoicon-wage-estimates:before {
  content: "\e937";
}
.attoicon-wage-estimates-bold:before {
  content: "\e938";
}
.attoicon-close:before {
  content: "\e902";
}
.attoicon-plus:before {
  content: "\e93f";
}
.attoicon-minus:before {
  content: "\e940";
}
.attoicon-tick:before {
  content: "\e901";
}
.attoicon-arrow-left:before {
  content: "\e93e";
}
.attoicon-arrow-right:before {
  content: "\e904";
}
.attoicon-arrow-down:before {
  content: "\e911";
}
.attoicon-arrow-up:before {
  content: "\e935";
}
.attoicon-play:before {
  content: "\e900";
}
.attoicon-long-arrow:before {
  content: "\e90c";
}
