h1, h2, h3, h4, p, li {
    margin: 0;
    font-weight: normal;
}

a {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.section-header {
    font-family: "HelveticaNeueBold";
    color: #2b3f56;
    font-size: 30px;
}

.magenta {
    background-color: #e066ff;
}

.green {
    background-color: #7ed321;
}

.blue {
    background-color: #2b3f56;
}

.blue-text {
    color: #2b3f56 !important;
}

.magenta-text {
    color: #e066ff !important;
}

.green-text {
    color: #7ed321 !important;
}

.dark-green-text {
    color: #5fa11a !important;
}

.dark-magenta-text {
    color: #32013e !important;
}

.blue-border {
    border: 1px solid #2b3f56;
}

.magenta-border {
    border: 1px solid #e066ff;
}

.green-border {
    border: 1px solid #7ed321;
}

.btn-reg {
    border: none;
    color: #fff;
}

.coming-soon-btn {
    background-color: #fafafa;
    border: solid 1px #cacaca;
    color: #9b9b9b;
}

.btn-inverted {
    background-color: #fff;
}

.btn-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.btn {
    top: 0;
    transition: all .20s ease;
    letter-spacing: 1px;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
    font-family: "HelveticaNeueBold";
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    cursor: pointer;
}

.btn-shadow:hover {
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    top: 1px;
}

.btn-shadow:active {
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    top: 1px;
}

.btn-lg {
    width: 298px;
    height: 62px;
}

.btn-md {
    width: 177px;
    height: 40px;
}

.btn-sm {
    width: 153px;
    height: 34px;
}

.flex-area {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

#pluot-unbox-modal, #pluot-pro-modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 3;
}

#pluot-unbox-modal .inner, #pluot-pro-modal .inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.flex-section-center {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}

.backtick {
    border-radius: 1.5px;
    background-color: #fafafa;
    color: #c92455;
    font-size: 13px;
    line-height: 21px;
    width: 54px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-family: "Courier New";
}

.close {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    left: 0;
}

.close:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    left: 0;
}

.purple-section {
    background-color: #32013e;
    padding: 70px 0px 100px 0px;
}

.purple-section .header {
    font-family: "HelveticaNeueBold";
    color: #fff;
}

.purple-section .subheader {
    font-family: "HelveticaNeueLight";
    color: #e066ff;
}

.checkout-link-clickable {
    color: #fff;
    cursor: pointer;
}

.checkout-link-unclickable {
    color: #9b9b9b;
    cursor: none;
}


/*
    top-section
*/

.top-section {
    background-image: url("../images/image-pluotco-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 25px 0 164px;
}

.top-section .pluot-logo {
    width: 170px;
    height: 56.5px;
    fill: #fff;
}

.top-section .navigation {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 960px;
}

.top-section .navigation.sticky {
    display: flex;
    align-items: center;
    transition: .5s;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    height: 54px;
    padding: 0 167px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
}

.top-section .navigation .links {
    color: #fff;
}

.top-section .navigation .links a {
    color: #fff;
    font-size: 14px;
    font-family: "HelveticaNeueRegular";
    text-decoration: none;
    margin-left: 20px;
}

.top-section .navigation .links a.btn {
    width: 211px;
    height: 34px;
    font-size: 12px;
}

.top-section>div:last-child {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    padding-top: 50px;
}

.top-section p {
    font-size: 14px;
    margin: 0;
    font-family: "HelveticaNeueRegular";
    line-height: 24px;
}

.top-section p.sticky {
  margin-top: 56px;
}

.top-section img {
    width: 100px;
    height: 75px;
    margin-bottom: 60px;
}

.top-section h1 {
    font-size: 48px;
    font-family: "HelveticaNeueBold";
    margin-bottom: 12px;
    text-align: center;
}

.top-section h2 {
  font-size: 20px;
}

.top-section .or-divider {
    font-size: 10px;
    margin-top: 11.5px;
    margin-bottom: 12.5px;
    font-family: "HelveticaNeueBold";
}

.top-section .btn-area {
    margin-top: 68px;
}

footer.mobile {
    display: none;
}


/*
    tech-crunch
*/

.tech-crunch-quote {
    padding: 42px 0px 40px;
    border-bottom: 1px solid #cacaca;
}

.tech-crunch-quote h2 {
    font-family: "HelveticaNeueBold";
    color: #2b3f56;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 960px;
}

/*
    pluot-pro
*/
.pluot-pro {
    background-color: #F7F7F7;
    padding: 70px 0 90px;
}

.pluot-pro .header, .pluot-pro .subheader {
    text-align: center;
}

.pluot-pro .header {
    font-family: "HelveticaNeueBold";
    font-size: 30px;
    margin-bottom: 5px;
    color: #2B3F56;
}

.pluot-pro .subheader {
    font-size: 20px;
    margin: 0 0 54px 0;
    color: #9B9B9B;
}

.pluot-pro .vimeo-pluot-pro {
    cursor: pointer;
}

.pluot-pro .vimeo-pluot-pro img {
    width: 460px;
    height: 246px;
    margin-bottom: 24px;
    border-radius: 6px;
}

.pluot-pro .vimeo-pluot-pro svg {
    width: 40px;
    height: 40px;
    position: absolute;
}

.pluot-pro .customer-quotes {
  box-sizing: border-box;
  max-width: 560px;
  position:relative;
  background-color: #fff;
  padding: 44px 50px 40px;
  text-align: center;
  border: 1px solid #cacaca;
  border-radius: 6px;
}
.pluot-pro .customer-quotes .customer-quote h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.pluot-pro .customer-quotes .customer-quote h3 {
  font-size: 20px;
  color: #2B3F56;
  min-height: 74px;
}
.pluot-pro .customer-quotes .customer-quote p {
  margin-top: 20px;
  font-size: 14px;
  color: #2B3F56;
}
.pluot-pro .customer-quotes .customer-quote p span {
  font-weight: bold;
}
.pluot-pro .customer-quotes .customer-quote img {
  margin-top: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.pluot-pro .customer-quotes .customer-quotes-nav {
  margin-top:10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pluot-pro .customer-quotes .customer-quotes-nav .customer-quotes-indicator {
  cursor: pointer;
  border:1px solid #cacaca;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  height: 10px;
  width: 10px;
  margin-right: 6px;
  padding:0
}
.pluot-pro .customer-quotes .customer-quotes-nav .customer-quotes-indicator:last-of-type{
  margin-right: 0;
}
.pluot-pro .customer-quotes .customer-quotes-nav .customer-quotes-indicator.magenta {
  border-color: #e066ff;
}

/*
    schedule a demo
*/

.schedule-a-demo-section {
  padding: 76px 0 90px;
}

.schedule-a-demo-section h1{
  color: #fff;
  font-family: "HelveticaNeueBold";
  font-size: 30px;
  margin-bottom: 68px;
}

.schedule-a-demo-section .claim-ts-perk {
  width: 560px;
  padding: 38px 0 44px;
  background-color: #fff;
  border-radius: 6px;
}

.schedule-a-demo-section .claim-ts-perk h2 {
  margin-bottom: 24px;
  font-size: 20px;
  font-family: "HelveticaNeueBold";
}

.schedule-a-demo-section .claim-ts-perk p {
  text-align: center;
  width: 440px;
  font-size: 20px;
  line-height: 22px;
  color: #2B3F56;
}

.schedule-a-demo-section .claim-ts-perk .btn {
  margin-top: 30px;
  padding: 5px 15px;
}

.schedule-a-demo-section .schedule-a-demo {
  position: relative;
  width: 500px;
  border-radius: 0 0 6px 6px;
  border: solid 1px #633D6B;
  border-top: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  padding-bottom: 50px;
}

.schedule-a-demo-section .schedule-a-demo .loader {
  position: absolute;
  bottom: 62px;
  left: 252px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url("../images/icons-loader2x.gif");
}
.schedule-a-demo-section .schedule-a-demo .loader:after {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 86%;
  bottom: 2px;
  left: -25px;
  background: -webkit-linear-gradient(right, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to left, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
}
.schedule-a-demo-section .schedule-a-demo .calendar-symbol-bkg {
  width: 44px;
  height: 50px;
  position: absolute;
  top: -12px;
  left: 228px;
  background-color: #fff;
}

.schedule-a-demo-section .schedule-a-demo svg {
  position: absolute;
  top: -12px;
  left: 226px;
}

.schedule-a-demo-section .schedule-a-demo h3 {
  margin: 62px 0 0 0;
  font-size: 20px;
  font-family: "HelveticaNeueBold";
}

.schedule-a-demo-section .schedule-a-demo p {
  width: 334px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.schedule-a-demo-section .schedule-a-demo form {
  margin-top: 30px;
  height: 44px;
  display: flex;
}

.schedule-a-demo-section .schedule-a-demo form input {
  box-sizing: border-box;
}

.schedule-a-demo-section .schedule-a-demo form input:first-child{
  border: solid 1px #cacaca;
  font-size: 16px;
  font-family: "HelveticaNeue";
  padding: 12px 14px;
  border-right: none;
  width: 185px;
  border-radius: 3px 0 0 3px;
  color: #000;
  background-color: #fff;
}

.schedule-a-demo-section .schedule-a-demo form input:first-child:disabled{
  color: #cacaca;
  opacity: 1;
}

.schedule-a-demo-section .schedule-a-demo form input.error {
  border: solid 1px #fb5554;
  border-right: none;
  background-color: rgba(251, 85, 84, 1);
}

.schedule-a-demo-section .schedule-a-demo form input:focus,
 .schedule-a-demo-section .schedule-a-demo form input.error:focus{
  border: 1px solid rgba(125, 211, 32, 0.80);
  box-shadow: 0 0 3px 0 rgba(125, 211, 32, 0.60);
  outline: none;
}

.schedule-a-demo-section .schedule-a-demo form input:nth-child(2){
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 3px 3px 0;
}
.schedule-a-demo-section .schedule-a-demo form input:nth-child(2):disabled{
  background-color: #cacaca;
  border: none;
  cursor: default;
  transition: .2s;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
  -moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
  box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
}

.schedule-a-demo-section #message-success {
  width: 340px;
}

.schedule-a-demo-section #new-meeting-success {
  margin-top: 30px;
  width: 285px;
  height: 44px;
}

.schedule-a-demo-section #message-error {
  width: 284px;
  color: #fb5554;
}

/*
    why pluot
*/
.why-pluot {
  padding: 64px 0 62px;
}

.why-pluot h1 {
  font-size: 30px;
}

.why-pluot h2 {
  font-size: 20px;
  color: #9B9B9B;
  margin: 10px 0 46px;
}

.why-pluot .thirds-row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 960px;
}

.why-pluot .thirds-row>div {
  text-align: center;
  flex: 1;
  max-width: 250px;
}

.why-pluot .thirds-row h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "HelveticaNeueBold";
}

.why-pluot .thirds-row div:first-child h3 {
  color: #7ed321;
}

.why-pluot .thirds-row div:nth-child(2) h3 {
  color: #0ED7ED;
}

.why-pluot .thirds-row div:last-child h3 {
  color: #e066ff;
}

.why-pluot .thirds-row p {
  font-size: 14px;
}

/*
    hardware
*/
.hardware {
  position: relative;
  padding-bottom: 95px;
}

.hardware .hardware-hero {
  position: relative;
  margin-bottom: 400px;
  height: 322px;
  width: 100%;
  color: #fff;
  background-image: url('../images/image-box-desaturated@2x.jpg');
  background-size: cover;
  background-position: center;
  background-color: #6DB3F2;
  text-align: center;
}

.hardware .hardware-hero .hardware-hero-inner {
  position: absolute;
  background: rgba(43, 63, 86, 0.8);
  height: 322px;
  width: 100%;
}

.hardware .hardware-hero h1 {
  font-family: "HelveticaNeueBold";
  font-size: 48px;
  width: 498px;
  margin: 70px 0 20px;
  z-index: 1;
}

.hardware .hardware-hero h2 {
  font-size: 14px;
  z-index: 1;
}

.hardware .vimeo-pluot-unboxing-container {
  position: absolute;
	top: 270px;
	left: calc(50% - 280px);
  background-color: #fff;
  padding: 34px 0 20px;
  width: 560px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 10px 0px;
  border-radius: 6px;
}

.hardware .vimeo-pluot-unboxing-container h3 {
  font-size: 22px;
  font-family: "HelveticaNeueBold";
  margin-bottom: 30px;
}

.hardware .vimeo-pluot-unboxing-container .vimeo-pluot-unboxing {
  cursor: pointer;
  position: relative;
}

.hardware .vimeo-pluot-unboxing-container .vimeo-pluot-unboxing img:nth-child(1) {
  width: 500px;
  height: 264px;
  margin-bottom: 20px;
}

.hardware .vimeo-pluot-unboxing-container .vimeo-pluot-unboxing img:nth-child(2) {
  position: absolute;
  left: calc(50% - 41px);
  top: calc(50% - 43px);
  width: 82px;
  height: 82px;
}

.hardware .vimeo-pluot-unboxing-container p {
  color: #9B9B9B;
  font-size: 14px;
}

.hardware .hardware-pictures div {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  width: 960px;
}

.hardware .hardware-pictures div img {
  width: 400px;
  height: 300px;
}

.hardware .hardware-pictures div img:first-child {
  margin-top: 30px;
}

.hardware .hardware-pictures div:nth-child(2),
.hardware .hardware-pictures div:nth-child(3) {
  margin-top: -30px;
}

.hardware .hardware-pictures div .text {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  color: #2B3F56;
  width: 324px;
}

.hardware .hardware-pictures div .text:nth-child(odd) {
  text-align: right;
  margin-right: 50px;
}

.hardware .hardware-pictures div .text:nth-child(even) {
  text-align: left;
  margin-left: 50px;
}

.hardware .hardware-pictures div .text h3 {
  font-size: 22px;
  font-family: "HelveticaNeueBold";
  margin-bottom: 10px;
}

.hardware .hardware-pictures div .text p {
  font-size: 16px;
  line-height: 22px;
}

.hardware .btn {
  margin-top: 30px;
}

/*
    techstars
*/
.techstars {
  background-color: #24303D;
  padding: 50px 0 94px;
}

.techstars>img{
  width: 180px;
  height: 120px;
  margin-bottom: 20px;
}


.techstars p{
  color: #7591A1;
  font-size: 14px;
}

.techstars>p{
  margin-bottom: 80px;
}

.techstars .connect-with {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 58px;
}

.techstars .connect-with .connect-with-person {
  width: 260px;
}

.techstars .connect-with .connect-with-person img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin-bottom: 35px;
}

.techstars .connect-with .connect-with-person h4 {
  font-size: 14px;
  font-family: "HelveticaNeueBold";
  color: #fff;
  margin-bottom: 5px;
}

.techstars .connect-with .connect-with-person a {
  color: #fff;
  text-decoration: none;
}

.techstars .connect-with .connect-with-person p {
  width: 154px;
  font-size: 14px;
}

.techstars .post-container {
  background-color: #4FAD57;
  padding: 46px 0 48px;
  width: 560px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.techstars .post-container,
.techstars .ts-perk-container {
  border: 1px solid #7591A1;
  text-align: center;
}

.techstars .post-container img {
  width:50px;
  height: 44px;
}

.techstars h5 {
  color: #fff;
  font-size: 22px;
  font-family: "HelveticaNeueBold";
  margin: 20px 0;
  width: 334px;
}

.techstars .post-container a {
  color: #24303D;
  font-size: 20px;
  margin-bottom: 24px;
}

.techstars .post-container p {
  width: 300px;
  font-size: 14px;
  color: #fff;
}

.techstars .ts-perk-container {
  padding: 30px 0 40px;
  border-top: none;
  border-radius: 0 0 6px 6px;
  width: 500px;
}

.techstars .ts-perk-container h5 {
  font-size: 20px;
  margin: 10px 0;
}

.techstars .ts-perk-container p {
  width: 350px;
  font-size: 14px;
  color: #7591A1;
}
/*
    features
*/

.features {
    padding-top: 90px;
    padding-bottom: 48.5px;
}

.features .section-header {
    margin-bottom: 5px;
}

.features>p {
    font-size: 22px;
    color: #9b9b9b;
    margin-top: 0px;
    margin-bottom: 77.5px;
}

.features .grid {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 960px;
}

.features .thirds-row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    /*height: 180px;*/
}


/* all but last row should have flex 1 */

.features .thirds-row:not(:last-child) {
    flex: 1;
}

.features .thirds-row {
    margin-bottom: 40px;
}

.features .thirds-row svg {
    width: 60px;
    height: 60px;
}

.features .thirds-row img {
    width: 60px;
    height: 60px;
}

.features .thirds-row h1 {
    color: #2b3f56;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    font-family: "HelveticaNeueBold";
}

.features .thirds-row p {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 6px;
}

.features .thirds-row>div {
    text-align: center;
    flex: 1;
    max-width: 250px;
}

.features small {
    font-family: "HelveticaNeueBold";
    font-size: 12px;
    line-height: 22px;
    color: #e066ff;
}

/*
    pluot-with-slack
*/
.pluot-with-slack {
    padding-top: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    background: -webkit-linear-gradient(#95EDF6, #ABF5DF);
    background: -moz-linear-gradient(#95EDF6, #ABF5DF);
    background: linear-gradient(#95EDF6, #ABF5DF);
    background: -ms-linear-gradient(#95EDF6, #ABF5DF);
    background: -o-linear-gradient(#95EDF6, #ABF5DF);
}

.pluot-with-slack .left {
    color: #2b3f56;
}

.pluot-with-slack .left h1 {
    margin: 25px 22px 16px 0;
}

.pluot-with-slack .left h2 {
    margin-top: 25px;
    font-size: 16px;
    font-family: "HelveticaNeueBold";
    margin-bottom: 2px;
}

.pluot-with-slack .left p {
    width: 255px;
    font-size: 16px;
    line-height: 20px;
}

.pluot-with-slack img:first-child {
  margin-top: 28px;
}
.pluot-with-slack img:nth-child(2) {
    width: 590px;
    height: 366px;
}

/*
    our-guarantees
*/
.our-guarantees {
  padding-top: 60px;
}

.our-guarantees .section-header {
  margin-bottom: 30px;
}

.our-guarantees .thirds-row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 960px;
  margin-bottom: 48px;
}

.our-guarantees .thirds-row>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  align-self: flex-start;
}
.our-guarantees .thirds-row>div svg {
  margin-bottom: 20px;
}

.our-guarantees .thirds-row>div h2 {
  font-family: "HelveticaNeueBold";
  font-size: 22px;
  color: #2B3F56;
  margin-bottom: 10px;
}

.our-guarantees .thirds-row>div p {
  font-size: 14px;
  line-height: 20px;
  color: #9B9B9B;
  width: 260px;
}

.our-guarantees .thirds-row>div span {
  font-family: "HelveticaNeueBold"
}

/*
    plans
*/
.plans {
    padding-top: 50px;
    border-top: 1px solid #cacaca;
}

.plans .section-header {
    margin-bottom: 40px;
}

.plans>div {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.plans .plans-cards {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    width: 960px;
}

.plans .plan-cards div:first-child h1 {
    margin-bottom: 20px;
}

.plans .plan-cards h1 {
    font-size: 31px;
    font-family: "HelveticaNeueLight";
    letter-spacing: -1px;
}

.plans .plan-cards small {
  font-size: 12px;
  margin: 5px 0;
}

.plans .plan-cards small:last-of-type {
  color: #9B9B9B;
  margin-top: 0;
}

.plans .plan-cards>div {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
    border-radius: 3px;
}

.plans .plan-cards .inner {
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}

.plans .plan-cards .inner a {
    margin-top: 24px;
}

.plans .meet-plan, .plans .custom-plan {
    width: 280px;
    padding-bottom: 31px;
}

.plans .meet-plan h1 {
    margin-top: 31px;
}

.plans .pro-plan {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 35px;
}

.plans .pro-plan h1 {
    margin-top: 33px;
}

.plans h2 {
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    font-size: 14px;
    font-family: "HelveticaNeueBold";
    height: 50px;
    line-height: 50px;
    margin-top: 0px;
}

.plans .plan-cards p {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #2b3f56;
}

.plans .plan-cards p.everything-from-meet {
    font-family: "HelveticaNeueBold";
    color: #7ed321;
    font-size: 12px;
    margin-bottom: 20px;
}

.plans .plan-cards p.everything-from-pro {
    font-family: "HelveticaNeueBold";
    color: #e066ff;
    font-size: 12px;
    margin: 31px 0 20px;
}

.plans .team-support {
  width: 100%;
  padding: 28px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  border-top: 1px solid #cacaca;
}

.plans .team-support img {
  width: 74px;
  height: 30px;
  margin-right: 20px;
}
.plans .team-support a {
  font-size: 14px;
  color: #2B3F56;
}

/*
    checkout
*/

.checkout {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    padding-bottom: 40px;
}

.checkout hr {
    display: none;
}

.checkout .header {
    font-size: 48px;
    margin-bottom: 4px;
}

.checkout .subheader {
    font-size: 30px;
}

.checkout .inner {
    margin-top: 50.5px;
    width: 620px;
}

.checkout .inner .checkout-top {
    padding: 17px 97px 18px;
    border-radius: 3px 3px 0 0;
    border: solid 1px rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
    font-family: "HelveticaNeueBold";
    border-bottom: none;
}

.checkout .inner .checkout-bottom>div:not(:last-child) {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    background-color: #fff;
    padding-top: 40px;
}

.checkout .inner h1 {
    color: #e066ff;
    font-size: 22px;
    font-family: "HelveticaNeueBold";
    margin-bottom: 15px;
}

.checkout .inner #paymentArea h2 {
    font-size: 22px;
    line-height: 26px;
    font-family: "HelveticaNeueBold";
    color: #2b3f56;
    width: 58%;
    text-align: center;
    margin-bottom: 24px;
}

.checkout select#numOfRooms {
    width: 140px;
    height: 44px;
    font-size: 14px;
    line-height: 16px;
    color: #2b3f56;
    margin-bottom: 25px;
    background-position-x: 115px;
    font-family: "HelveticaNeueBold";
}

.checkout select {
    padding-left: 14px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #cacaca;
    background-image: url('../images/icon-dropdown-arrows.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.checkout select:focus {
    outline: none;
}

.checkout p {
    font-family: "HelveticaNeueRegular";
    font-size: 12px;
    line-height: 16px;
    color: #9b9b9b;
    margin: 0;
}

.checkout #couponCode.error {
    background-color: rgba(251, 85, 84, 0.2);
    border: solid 1px #fb5554;
}

.checkout .coupon-area {
    margin: 30px 0;
    background-color: #fafafa;
    box-shadow: inset 0 -1px 0 0 #cacaca, inset 0 1px 0 0 #cacaca;
    height: 76px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 100%;
}

.checkout .coupon-area a {
    font-size: 12px;
    color: #2b3f56;
    text-decoration: underline;
    margin-left: 14px;
}

.checkout .coupon-area span {
    color: #2b3f56;
    font-family: "HelveticaNeueBold";
    font-size: 12px;
}

.checkout .coupon-area input {
    width: 76px;
    height: 34px;
    color: #2b3f56;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #cacaca;
    margin-left: 20px;
    font-family: "Courier";
    font-size: 14px;
    padding: 0 14px 2px;
}

.checkout .coupon-area input:focus {
    border: solid 1px #7ed321;
    border: 1px solid rgba(125, 211, 32, 0.80);
    box-shadow: 0 0 3px 0 rgba(125, 211, 32, 0.60);
    outline: none;
}

.checkout .annual-payment {
    margin-top: 29px;
}

.checkout .annual-payment label {
    color: #2b3f56;
    font-size: 12px;
    margin-left: 10px;
    font-family: "HelveticaNeueBold";
}

.checkout .payment-info {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    border-radius: 0px 0px 3px 3px;
    background-color: #fff;
    padding-bottom: 22px;
}

.checkout .payment-info a.btn {
    margin-top: 0px;
}

.checkout .payment-info .flex-area {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}

.checkout .payment-info .flex-area:first-child {
    margin-bottom: 25px;
}

.checkout .payment-info .flex-area h1 {
    font-family: "HelveticaNeueBold";
    font-size: 14px;
    line-height: 16px;
    color: #2b3f56;
    margin-bottom: 8px;
}

.checkout .payment-info .flex-area>div {
    flex: 1;
    display: flex;
    display: -webkit-flex;
}

.checkout .payment-info .flex-area>div:first-child>div:first-child {
    margin-right: 20px;
}

.checkout .payment-info .flex-area>div p {
    font-family: "HelveticaNeueBold";
    color: #5fa11a;
    line-height: 16px;
    font-size: 22px;
}

.checkout .bottom .flex-area>div span.strikethrough {
    font-family: "HelveticaNeueRegular";
    color: #9b9b9b;
    text-decoration: line-through;
}

.checkout .payment-info .flex-area .savings p {
    font-size: 12px;
    color: #68a626;
    font-family: "HelveticaNeueRegular";
}

.checkout .payment-info .flex-area div.savings {
    flex: 2;
}

.checkout .payment-info .flex-area .account-credit {
    text-align: center;
    line-height: 24px;
    width: 197px;
    height: 24px;
    padding: 2px 0 0 0;
    font-family: "HelveticaNeueBold";
    border-radius: 3px;
    background-color: rgba(126, 211, 33, 0.2);
    color: #68a626;
    font-size: 12px;
}

.checkout .payment-info .flex-end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    text-align: right;
}

.checkout .payment-info p.no-risk {
    margin-top: 20px;
    color: #9b9b9b;
    font-size: 12px;
    align-self: center;
}

.checkout .payment-info p.no-risk a {
    text-decoration: underline;
}

.checkout .payment-info .no-risk-message {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}


/*shipping info*/

.checkout #shippingInfo {
    padding-bottom: 25px;
}

.checkout #shippingInfo .shipping-checkboxes label {
    color: #9b9b9b;
    font-size: 12px;
    margin-left: 10px;
}

.checkout #shippingInfo .shipping-checkboxes h2 {
    font-size: 12px;
    color: #9b9b9b;
    font-family: "HelveticaNeueBold";
    margin-bottom: 10px;
    margin-top: 20px;
}

.checkout #shippingInfo .shipping-inner {
    width: 310px;
}

.checkout #shippingSubheader.error {
    color: #fb5554;
}

.checkout #shippingInfo h1 {
    text-align: center;
    font-size: 22px;
    color: #2b3f56;
    font-family: "HelveticaNeueBold";
}

.checkout #shippingInfo form input {
    height: 34px;
    border-radius: 3px;
    border: solid 1px #cacaca;
    padding-left: 14px;
    box-sizing: border-box;
    font-size: 12px;
}

.checkout #shippingInfo form input:focus {
    border: 1px solid rgba(125, 211, 32, 0.80);
    box-shadow: 0 0 3px 0 rgba(125, 211, 32, 0.60);
    outline: none;
}

.checkout .shipping-inner>p {
    text-align: center;
}

.checkout #shippingInfo hr {
    margin-top: 26px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    border: none;
}

.checkout #shippingInfo form {
    width: 310px;
    margin-top: 16px;
}

.checkout #shippingInfo form .shipping-toggle:disabled {
    background-color: #fafafa;
    border: solid 1px rgba(202, 202, 202, 0.4);
    color: #cacaca;
    cursor: default;
    opacity: 0.4;
}

.checkout #shippingInfo form>div {
    margin-bottom: 6px;
}

.checkout #shippingInfo form div.full {
    display: flex;
}

.checkout #shippingInfo form div.full input {
    width: 100%;
}

.checkout #shippingInfo form div.half input {
    width: 152px;
}

.checkout #shippingInfo form div.half {
    display: flex;
    justify-content: space-between;
}

.checkout #shippingInfo .thirds {
    display: flex;
    justify-content: space-between;
}

.checkout #shippingInfo .thirds input#city {
    width: 152px;
}

.checkout #shippingInfo .thirds input#zip {
    width: 72px;
}

.checkout select#state {
    background-position-x: 55px;
    font-size: 12px;
    color: #9b9b9b;
    line-height: 16px;
    width: 74px;
}

.checkout #shippingForm .error {
    background-color: rgba(251, 85, 84, 0.2);
    border: solid 1px #fb5554;
}

.checkout a.btn {
    margin: 28px auto 0px;
}

.checkout a.btn svg {
    margin-right: 10px;
    margin-top: -5px;
}

.checkout #coupon.error {
    background-color: rgba(251, 85, 84, 0.2);
    border: solid 1px #fb5554;
}

.checkout #couponApplied {
    margin-bottom: 20px;
}

.checkout #couponInvalid {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}

.checkout #couponInvalid p {
    color: #fb5554;
}


/* billing and payment */

.checkout #postPayment {
    padding-bottom: 22px;
    border-radius: 0px 0px 3px 3px;
}

.checkout #postPayment img.heart {
    width: 10.6px;
    height: 9.9px;
    position: relative;
    top: 1px;
}

.checkout #postPayment img {
    width: 530px;
    height: auto;
}

.checkout #postPayment h1 {
    color: #7ed321;
    text-align: center;
    margin-bottom: 45px;
}

.checkout #postPayment h2 {
    width: 293px;
    font-size: 14px;
    font-family: "HelveticaNeueBold";
    color: #2b3f56;
    text-align: center;
    margin-top: 10px;
}

.checkout #postPayment h1 p {
    width: 310px;
    margin-top: 10px;
}

.checkout #postPayment p.assembled {
    margin-top: 15px;
    margin-bottom: 41px;
}

.checkout #postPayment p.help {
    margin-top: 40px;
}

.checkout #postPayment p.help a {
    color: inherit;
}

.checkout #postPayment>a.btn {
    margin-top: 15px;
    width: 228px;
    height: 34px;
}

.checkout .backed-by {
  margin: 80px 0 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.checkout .backed-by-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 575px;
}

.checkout .backed-by-icons img:nth-child(3){
  width: 80px;
  height: 80px;
}

/*
    page-index
*/
.page-index{
  padding: 36px 0 40px;
}

.page-index-container {
  width: 960px;
  display: flex;
  justify-content: space-around;
}

.page-index .page-index-container div h2:nth-of-type(2) {
  margin-top: 34px;
}

.page-index .page-index-container h2 {
  font-family: "HelveticaNeueBold";
  color: #2B3F56;
  font-size: 14px;
  margin-bottom: 12px;
}

.page-index .page-index-container h2 span {
  font-family: "HelveticaNeueRegular";
}

.page-index .page-index-container p {
  font-size: 14px;
  margin-bottom: 8px;
}

.page-index .page-index-container p {
  color: #2B3F56;
}

.page-index .page-index-container a {
  text-decoration: none;
}

/*
    footer
*/

footer {
    font-size: 12px;
    height: 55px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    color: #9B9B9B;
    border-top: 1px solid #cacaca;
}

footer .inner {
    width: 960px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 20px;
}

footer img {
    width: 34px;
    height: 34px;
}

footer a {
    font-size: 12px;
    color: #9B9B9B;
    text-decoration: none;
    margin-left: 16px;
}

footer a:nth-child(n+4) {
    margin-left: 6px;
}

footer .links {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

@media (max-width: 480px) {
    * {
        text-align: center;
    }
    .section-header {
        font-size: 22px;
    }
    /*
        top section
    */
    .top-section {
      padding: 20px 25px 60px;
    }
    .top-section>div:last-child {
      padding-top: 30px;
    }
    .top-section .navigation {
        width: 100%;
    }
    .top-section .navigation.sticky {
      display: none;
    }
    .top-section .navigation .links {
        display: none;
    }
    .top-section .pluot-logo {
        width: 113px;
        height: 34px;
    }
    .top-section h1 {
        font-size: 30px;
    }
    .top-section h2 {
        font-size: 20px;
    }
    .top-section p {
        font-size: 12px;
        line-height: 19px;
    }
    .top-section img {
        margin-bottom: 20px;
    }
    /*
        customer support
    */
    .tech-crunch-quote {
        padding: 40px 20px;
    }
    .tech-crunch-quote h2 {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        font-family: "HelveticaNeueRegular";
    }
    /*
        pluot pro
    */
    .pluot-pro {
      padding: 70px 28px;
    }
    .pluot-pro .header {
      font-size: 24px;
    }
    .pluot-pro .subheader {
      font-size: 22px;
      line-height: 24px;
    }
    .pluot-pro .header, .pluot-pro .subheader {
      width: 90%;
    }
    .pluot-pro .vimeo-pluot-pro img {
      width: 100%;
      height: auto;
    }
    .pluot-pro .customer-quotes {
      padding: 34px 10px 30px;
    }
    .pluot-pro .customer-quotes .customer-quote h2 {
      width: 202px;
    }
    .pluot-pro .customer-quotes .customer-quote h3 {
      min-height: 80px;
    }
    .pluot-pro .customer-quotes .customer-quote h2,
    .pluot-pro .customer-quotes .customer-quote h3 {
      font-size: 16px;
    }
    .pluot-pro .customer-quotes .customer-quote p {
      font-size: 11px;
    }

    /*
        schedule a demo
    */
    .schedule-a-demo-section .claim-ts-perk {
      width: 335px;
    }
    .schedule-a-demo-section .claim-ts-perk h2 {
      width: 252px;
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 0px;
    }
    .schedule-a-demo-section .claim-ts-perk p {
      width: 308px;
      margin-top: 14px;
      font-size: 14px;
      line-height: 16px;
    }
    .schedule-a-demo-section .claim-ts-perk .btn {
      margin-top: 20px;
    }
    .schedule-a-demo-section .schedule-a-demo form {
      margin-top: 20px;
    }
    .schedule-a-demo-section .schedule-a-demo {
      width: 315px;
      height: 195px;
    }
    .schedule-a-demo-section .schedule-a-demo .calendar-symbol-bkg {
      left: 135.5px;
    }
    .schedule-a-demo-section .schedule-a-demo svg {
      left: 133.5px;
    }
    .schedule-a-demo-section .schedule-a-demo p {
      width: 278px;
    }
    .schedule-a-demo-section .schedule-a-demo .loader {
      left: 166px;
      bottom: 65px;
    }
    /*
        why-pluot
    */
    .why-pluot {
      width: 100%;
      height: auto;
    }
    .why-pluot h2 {
      width: 70%;
      margin-bottom: 10px;
    }
    .why-pluot .thirds-row {
      width: 100%;
      flex-direction: column;
      align-items: center;
    }
    .why-pluot .thirds-row div h3 {
      margin-top: 30px;
    }
    .why-pluot .thirds-row div:last-child h3 {
      margin-bottom: 10px;
    }

    /*
        hardware
    */
    .hardware {
      padding-bottom: 75px;
    }
    .hardware .hardware-hero {
      margin-bottom: 270px;
    }
    .hardware .hardware-hero h1 {
      font-size: 36px;
      width: 100%;
    }
    .hardware .vimeo-pluot-unboxing-container {
      width: 330px;
      left: calc(50% - 165px);
      padding: 24px 0 20px;
    }
    .hardware .vimeo-pluot-unboxing-container .vimeo-pluot-unboxing img:nth-child(1) {
      width: 90%;
      height: auto;
    }
    .hardware .vimeo-pluot-unboxing-container .vimeo-pluot-unboxing img:nth-child(2) {
      width: 42px;
      height: auto;
      left: calc(50% - 21px);
      top: calc(50% - 23px);
    }
    .hardware .vimeo-pluot-unboxing-container h3 {
      font-size: 24px;
      font-family: "HelveticaNeueBold";
      margin-bottom: 24px;
    }
    .hardware .hardware-pictures div {
      flex-direction: column;
      width: 100%;
      margin-bottom: 60px;
    }
    .hardware .hardware-pictures div img {
      width: 100%;
    }
    .hardware .hardware-pictures .flex-order-mobile-img {
      order: 1;
    }
    .hardware .hardware-pictures .flex-order-mobile-text {
      order: 2;
    }
    .hardware .hardware-pictures div .text {
      width: 100%;
      box-sizing: border-box;
      padding: 0 46px;
    }
    .hardware .hardware-pictures div .text:nth-child(odd),
    .hardware .hardware-pictures div .text:nth-child(even) {
      margin: 0;
      text-align: center;
      align-items: center;
    }
    .hardware .btn {
      margin-top: 0;
    }
    .hardware .hardware-pictures div:first-child .text h3 {
      width: 220px
    }

    /*
        techstars
    */
    .techstars .connect-with .connect-with-person {
      width: 50%;
    }
    .techstars>p {
      margin-bottom: 40px;
    }
    .techstars .connect-with .connect-with-person h4 {
      font-size: 14px;
    }
    .techstars .connect-with .connect-with-person p {
      width: 72%;
      font-size: 12px;
    }
    .techstars .post-container {
      width: 90%;
      padding: 30px 0;
    }
    .techstars h5 {
      width: 90%;
    }
    .techstars .post-container a {
      font-size: 18px;
    }
    .techstars .ts-perk-container {
      width: 86%;
      padding: 48px 0;
    }
    .techstars .ts-perk-container p {
      width: 96%;
      font-size: 12px;
    }

    /*
        features
    */
    .features {
        padding-bottom: 0px;
    }
    .features>p {
        margin: 0px 46px 40px;
    }
    .features .grid {
        width: 100%;
        height: auto;
    }
    .features .grid .thirds-row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    .features .grid .thirds-row>div {
        margin-bottom: 45px;
    }

    /*
        pluot-with-slack
    */
    .pluot-with-slack .left {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
    .pluot-with-slack .left h1 {
      margin-top: 0;
      margin-right: 0;
    }
    .pluot-with-slack .left p:last-child {
        margin-bottom: 29.5px;
    }
    .pluot-with-slack {
        flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        width: 100%;
    }
    .pluot-with-slack img:nth-child(2) {
        width: 100%;
        height: auto;
    }

    /*
        our-guarantees
    */
    .our-guarantees .thirds-row {
      flex-direction: column;
      align-items: center;
      width: 100%;
      margin-bottom: 20px;
    }
    .our-guarantees .thirds-row>div {
      align-self: center;
    }
    .our-guarantees .thirds-row div:not(last-of-type) {
      margin-bottom: 40px;
    }
    .our-guarantees .section-header {
      font-size: 30px;
    }
    .our-guarantees .team-support {
      padding: 26px;
      width: 86%;
    }

    /*
        plans
    */
    .plans {
        padding: 40px 20px;
    }
    .plans>h1 {
        margin-bottom: 36px;
    }
    .plans .plan-cards>div {
        width: 100%;
    }
    .plans .plan-cards {
        flex-direction: column;
    }
    .plans .pro-plan {
        margin: 38px 0px 30px 0px;
    }
    .plans .meet-plan>h1, .plans .custom-plan>h1 {
        margin-top: 33px;
        margin-bottom: 30px;
    }
    /*
        checkout
    */
    .checkout {
        padding: 40px 25px;
    }
    .checkout .header, .checkout .subheader {
        font-size: 22px;
    }
    .checkout hr {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #cacaca;
        margin: 25px 0px 15px;
        margin-bottom: 15px;
        border: none;
    }
    .checkout .bottom .flex-area:first-child {
        margin-bottom: 20px;
    }
    .checkout .inner {
        margin-top: 40px;
        padding-bottom: 20px;
        width: 100%;
        height: auto;
    }
    .checkout .inner .checkout-bottom>div:not(:last-child) {
        padding-top: 25px;
    }
    .checkout .inner #paymentArea h1, .checkout .inner #paymentArea h2 {
        font-size: 18px;
        width: 90%;
        line-height: 20px;
    }
    .checkout .bottom a.btn {
        width: calc(100% - 40px);
        margin: 20px auto 0px;
    }
    .checkout .bottom .flex-area {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .checkout .bottom .flex-area h1 {
        margin-bottom: 7.5px;
    }
    .checkout .bottom .flex-area * {
        text-align: left;
    }
    .checkout .bottom .flex-area>div {
        flex-direction: column;
    }
    .checkout .savings+.flex-end {
        margin-top: 20px;
    }
    .checkout .inner .checkout-top {
        flex-direction: column;
        padding: 17px 0 18px;
    }
    .checkout-link-clickable, .checkout-link-unclickable {
        margin-bottom: 10px;
    }
    .checkout-link-clickable:last-child, .checkout-link-unclickable:last-child {
        margin-bottom: 0;
    }
    .checkout .inner .checkout-bottom .payment-info hr {
        display: none;
    }
    .checkout .coupon-area {
        margin: 30px 0 20px;
    }
    .checkout #postPayment>img {
        width: 100%;
    }
    .checkout #shippingInfo {
        padding-bottom: 10px;
    }
    .checkout #shippingInfo #coordinateShipping {
        text-align: left;
    }
    .checkout #shippingInfo .shipping-checkboxes>div {
        text-align: left;
    }
    .checkout #shippingInfo form input {
        text-align: start;
        font-size: 16px;
    }
    .checkout #couponApplied {
        flex-direction: column;
    }
    .checkout #couponApplied .savings p {
        text-align: left;
    }
    .checkout #paymentBreakdown .flex-area {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    .checkout #paymentBreakdown .flex-area * {
        text-align: left;
    }
    .checkout #paymentBreakdown .flex-area>div:first-child {
        flex-direction: column;
    }
    .checkout #paymentBreakdown .flex-area>div:first-child * {
        text-align: left;
    }
    .checkout #paymentBreakdown hr {
        display: block;
    }
    .checkout #paymentBreakdown .flex-end {
        justify-content: flex-start;
    }
    .checkout #paymentBreakdown .hardware-fee {
        margin-bottom: 30px;
    }
    .checkout #paymentBreakdown>a.btn {
        width: calc(100% - 40px);
    }
    .checkout #paymentBreakdown #creditMessage {
        text-align: center;
    }
    .checkout .payment-info .flex-area>div {
        flex: none;
    }
    .checkout .backed-by {
      margin: 30px 0 0;
      width: 80%;
      font-size: 14px;
      line-height: 16px;
    }
    .checkout .backed-by-icons {
      width: 100%;
      flex-direction: column;
    }
    .checkout .backed-by-icons>img {
      margin-top: 30px;
    }

    /*
        page-index
    */
    .page-index {
      padding-bottom: 0px;
    }
    .page-index .page-index-container {
      width: 100%;
      flex-direction: column;
    }
    .page-index .page-index-container div:not(last-child) {
      margin-bottom: 34px;
    }
    /*
        footer
    */
    footer {
        display: none;
    }
    footer.mobile {
        height: auto;
        display: block;
        padding-top: 20px;
        padding-bottom: 17.5px;
    }
    footer.mobile .inner {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    footer.mobile .social-links {
        width: 82px;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    footer.mobile a {
        margin: 0;
    }
    footer.mobile .social-links {
        margin-bottom: 17px;
    }
    footer.mobile .links {
        width: 190px;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-top: 9.5px;
    }
}
