.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  padding-top: 59px;
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #d7d9de;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f2f4f7;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  color: #f2f4f7;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-transform: capitalize;
}

h3 {
  margin: 10px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 0px 0px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #a5a7ad;
  font-size: 14px;
  line-height: 22px;
}

.button {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 2px;
  background-color: #0ac278;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.button:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px transparent, inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.button:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 2px 5px 0 transparent, inset 0 2px 2px 1px rgba(0, 0, 0, 0.16);
}

.button.form {
  width: 27%;
  margin-right: 0px;
  padding: 9px 10px;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #6e7278;
  color: hsla(0, 0%, 100%, 0.68);
}

.button.form:hover {
  background-color: #80858c;
  color: hsla(0, 0%, 100%, 0.94);
}

.button.form:active {
  background-color: #168c5d;
}

.button.on-white {
  box-shadow: 0 0 0 1px transparent, inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 transparent;
}

.button.contact {
  margin-bottom: 17px;
  padding: 18px 53px;
  background-color: #0f8ad1;
  font-size: 18px;
}

.button.sign-up {
  padding: 18px 53px;
  font-size: 19px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #2c2f30;
}

.nav-link {
  display: block;
  padding: 20px;
  float: left;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #000;
  color: #fff;
}

.nav-link.w--current {
  margin-left: 0px;
  background-color: #3f4345;
  color: #fff;
}

.nav-link.right {
  margin-top: 14px;
  margin-bottom: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: right;
  border: 1px solid #5f6266;
  border-radius: 2px;
}

.nav-link.marginleft {
  margin-left: 40px;
}

.logo-text {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 3px;
  border-bottom: 3px solid #5f6266;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
}

.logo-text:hover {
  border-bottom-color: #4c709e;
}

.logo-text.footer {
  color: #5f6266;
}

.nav-menu {
  width: 88%;
  margin-left: 0px;
  float: left;
}

.brand-wrapper {
  width: 12%;
}

.brand-wrapper.w--current {
  margin-right: 0px;
}

.section {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1d1f21;
}

.section.hero {
  padding-top: 108px;
  padding-bottom: 135px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('/images/66372093_l-fc1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/66372093_l-fc1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.section.darkgrey {
  background-color: #2b2d30;
}

.section.darkestgrey {
  position: relative;
  background-color: #1d1f21;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 29px;
  background-color: #000;
}

.section.black {
  background-color: #000;
}

.section.sign-up {
  background-color: #000;
  background-image: linear-gradient(312deg, rgba(136, 92, 156, 0.63) 6%, rgba(143, 90, 166, 0.8));
  color: #ebedf2;
}

.section.white {
  background-color: #fff;
  color: #1d1f21;
}

.section.content-pages {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.about-image {
  height: 330px;
  background-image: url('/images/team.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.huge-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 28px;
  padding-bottom: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 94px;
  line-height: 88px;
  font-weight: 800;
  letter-spacing: 0px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.subtitle {
  margin-bottom: 40px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.subtitle.pricing {
  margin-bottom: 0px;
  font-size: 18px;
}

.subtitle.content-pages {
  margin-bottom: 0px;
}

.outline-button {
  display: inline-block;
  margin-left: 15px;
  padding: 11px 24px;
  border: 2px solid hsla(0, 0%, 100%, 0.54);
  border-radius: 2px;
  -webkit-transition: border-color 200ms ease, color 500ms ease;
  transition: border-color 200ms ease, color 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.outline-button:hover {
  border-color: #fff;
  color: #fff;
}

.outline-button:active {
  border-color: hsla(0, 0%, 100%, 0.78);
  background-color: rgba(0, 0, 0, 0.2);
  color: hsla(0, 0%, 100%, 0.78);
}

.slide {
  background-color: #6e4040;
}

.press-title {
  font-family: 'Roboto Slab', sans-serif;
  color: #696969;
  text-transform: uppercase;
}

.press-image-wrapper {
  display: none;
  width: 16.66%;
  float: left;
  text-align: center;
}

.press-image-wrapper.title {
  padding-top: 21px;
}

.press-logo {
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.press-logo:hover {
  opacity: 0.48;
}

.footer-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #909499;
  text-decoration: none;
}

.footer-link:hover {
  color: #d9d9d9;
}

.field-left {
  width: 73%;
  margin-bottom: 10px;
  float: left;
  border-style: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #5f6266;
  color: #d7d9de;
}

.field-left:focus {
  background-color: #525559;
  box-shadow: 0 0 6px 0 transparent;
}

.success-message {
  background-color: #0bd685;
}

.success-message.big {
  padding: 41px;
}

.no-spam {
  margin-top: 10px;
  clear: both;
  color: #5f6266;
  font-size: 11px;
}

.social-link {
  margin-right: 11px;
  opacity: 0.29;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.74;
}

.sign-up-column {
  padding-top: 0px;
  text-align: center;
}

.sign-up-title {
  margin-bottom: 7px;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.small-heading {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

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

.image-crop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-crop.ipad {
  height: 425px;
}

.image-crop.iphone {
  height: auto;
  margin-bottom: 0px;
}

.image-crop.hero {
  position: relative;
  display: block;
  width: 492px;
  height: 130px;
  margin: 78px auto -135px;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.image-crop.hero:hover {
  height: 200px;
}

.feature-icon-wrapper {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  padding-top: 13px;
  float: left;
  border: 2px solid #0bd685;
  text-align: center;
}

.feature-list {
  margin-top: 24px;
}

.feature-list.no-padding {
  margin-top: 0px;
}

.feature-item {
  margin-top: 12px;
}

.feature-icon {
  opacity: 0.81;
}

.feature-text {
  margin-top: 6px;
  color: #8f9196;
  font-size: 12px;
  line-height: 15px;
}

.feature-text.title {
  margin-top: 7px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #d7d9de;
  font-size: 16px;
  font-weight: 400;
}

.hfix {
  height: 320px;
}

.pricing-column {
  background-color: #2c2f30;
}

.pricing-column:hover {
  background-color: #5f6266;
}

.pricing-row {
  margin-top: 28px;
  margin-bottom: 19px;
}

.plan-title {
  padding: 19px 15px;
  border-bottom: 3px solid rgba(218, 224, 232, 0);
  font-size: 21px;
  text-align: center;
}

.plan-title.pro {
  border-bottom-color: transparent;
  background-color: rgba(215, 217, 222, 0.09);
}

.price {
  margin-top: 36px;
  margin-bottom: 13px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  line-height: 41px;
  font-weight: 300;
  text-align: center;
}

.per-month {
  margin-bottom: 25px;
  color: #6f7378;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.price-feature {
  padding: 10px 19px;
  font-size: 16px;
  text-align: center;
}

.price-feature.deactivate {
  color: rgba(215, 217, 222, 0.7);
  text-decoration: line-through;
}

.get-started-link {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-transition: color 200ms ease, border-color 500ms ease;
  transition: color 200ms ease, border-color 500ms ease;
  color: #0bd685;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.get-started-link:hover {
  color: #fff;
}

.get-started-link.pricing {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
}

.get-started-link.in-hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.get-started-link.in-hero:hover {
  color: #000;
}

.get-started-link.simple {
  margin-top: 18px;
  margin-bottom: 18px;
  border-bottom: 3px solid rgba(215, 217, 222, 0.2);
  color: #d7d9de;
}

.get-started-link.simple:hover {
  border-bottom-color: rgba(215, 217, 222, 0.56);
  color: #e8eaed;
}

.support {
  text-align: right;
}

.no-pad-section {
  background-color: #1d1f21;
}

.all-devices-image {
  width: auto;
  max-width: 100%;
  margin-top: 0px;
}

.all-devices-image.margin-top {
  margin-top: 40px;
}

.padded-column {
  padding: 66px 32px;
}

.padded-column.picture {
  height: 366px;
  background-image: url('/images/bag-and-hands-bw.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.width-limiter {
  max-width: 500px;
}

.question {
  margin-top: 52px;
  margin-bottom: 8px;
  color: #f2f4f7;
  font-size: 19px;
  font-weight: 400;
}

.question.help {
  margin-top: 0px;
  margin-bottom: 0px;
}

.need-help-row {
  margin-top: 41px;
  padding: 29px;
  background-color: rgba(95, 98, 102, 0.54);
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.contact-text {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-transform: none;
}

.more-questions {
  margin-right: 22px;
  float: left;
}

.service-block {
  padding: 12px;
  background-color: #2c2f30;
}

.number {
  text-align: center;
}

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

.field {
  height: 52px;
  margin-bottom: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #5f6266;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: background-color 250ms ease, box-shadow 250ms ease;
  transition: background-color 250ms ease, box-shadow 250ms ease;
  color: #fff;
  font-size: 16px;
}

.field:hover {
  background-color: #515357;
}

.field:focus {
  border-color: #0f8ad1;
  box-shadow: inset 0 0 0 2px #0f8ad1;
}

.field.left {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.field.right {
  width: 49%;
  float: left;
}

.testimonial-wrapper {
  border-radius: 3px;
}

.testimonials-title {
  margin-bottom: 11px;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(165, 167, 173, 0.54);
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}

.testimonial {
  margin-top: 25px;
  margin-bottom: 7px;
  font-family: 'Roboto Slab', sans-serif;
  color: #a0a2a8;
  font-size: 17px;
}

.testimonials-author {
  padding-left: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #85878c;
  font-size: 16px;
}

.testimonials-column {
  padding-left: 0px;
}

.testimonials-block {
  margin-left: 16px;
  padding-left: 17px;
  border-left: 1px solid #5f6266;
}

.sign-up-form {
  padding-right: 23px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.22);
}

.ipad-image {
  margin-top: 0px;
}

.iphone-image {
  max-width: 100%;
}

.paragraph {
  color: #fff;
}

.flexboxteam {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image {
  width: auto;
  max-width: 100%;
  border-radius: 260px;
}

.paragraph-2 {
  margin-top: 10px;
  color: #d7d9de;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}

.paragraph-3 {
  margin-bottom: 10px;
  line-height: 14px;
  text-align: center;
}

.field-label {
  color: #f2f4f7;
  font-weight: 400;
}

.field-label-2 {
  color: #f2f4f7;
  font-weight: 400;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block {
  width: 50%;
  display: block;
}

.div-block-2 {
  width: 50%;
  margin-left: 40px;
  display: block;
}

.textarea {
  min-height: 113px;
}

.submit-button {
  margin-top: 20px;
  background-color: #0bd685;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.submit-button:hover {
  background-color: rgba(11, 214, 133, 0.7);
  color: #d7d9de;
}

.image-15 {
  display: block;
  margin-bottom: 20px;
}

.paragraph-6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}

.brand {
  padding-right: 40px;
}

.image-16 {
  margin-top: 18px;
  margin-right: 0px;
}

.link {
  color: #c7d0eb;
}

.link-2 {
  color: #c7d0eb;
}

.link-3 {
  color: #c7d0eb;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-4 {
  color: #f8faff;
}

.link-5 {
  color: #f8faff;
}

.link-6 {
  color: #f8faff;
}

.paragraph-7 {
  margin-top: 20px;
  text-align: center;
}

.logowrapper {
  margin-top: 20px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexboxlogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-20 {
  width: 150px;
  height: auto;
}

.image-20.ae {
  height: 80%;
}

.image-18 {
  width: 150px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  margin-top: 25px;
  text-align: center;
}

.image-21 {
  max-width: 70%;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.leftalign {
  margin-top: 29px;
  margin-bottom: 30px;
  padding-bottom: 29px;
  text-align: center;
}

.button-standard {
  margin-left: 0px;
  padding: 15px 35px;
  border-radius: 100px;
  background-color: #2c799b;
  color: #fff;
  display: ruby-text
}

.button-standard.white {
  background-color: #fff;
  color: #2c2f30;
}

.heading {
  text-align: center;
}

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

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

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

.div-block-20 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
}

.link-block {
  width: 100px;
}

.div-block-21 {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: auto;
  font-family: Roboto, sans-serif;
}

.link-block-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  z-index: 1000;
  display: block;
  width: 100px;
}

.image-22 {
  display: block;
}

.columns {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-top: 35px;
}

.column {
  margin-top: 34px;
}

.image-23 {
  width: 310px;
  margin-top: 0px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid #2c2f30;
  color: #2c2f30;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_form {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  margin-bottom: 0px;
  border-radius: 12px;
  background-color: #fff;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_close {
  position: absolute;
  left: auto;
  top: -12px;
  right: -12px;
  bottom: auto;
  z-index: 1;
  padding: 10px;
  border-radius: 100%;
  background-color: #f5f6ff;
  box-shadow: -1px 1px 12px 0 rgba(51, 51, 51, 0.1);
  color: #333;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-banner_close {
  margin-left: 12px;
  padding: 10px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
}

.fs-cc-prefs_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, 0.6);
}

.fs-cc-prefs_text {
  color: #2c2f30;
  font-size: 12px;
}

.fs-cc-prefs_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 24px;
  margin-bottom: 0px;
  padding: 2px;
  border-radius: 999px;
  background-color: #ccc;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  margin-right: 8px;
  padding: 10px 20px;
  border: 2px solid #2c2f30;
  border-radius: 0px;
  background-color: #2c2f30;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: #2c2f30;
  background-color: #fff;
  color: #2c2f30;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background-color: #fff;
}

.fs-cc-prefs_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.fs-cc-banner_button {
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  border: 2px solid #2c2f30;
  border-radius: 0px;
  background-color: #2c2f30;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: #2c2f30;
  background-color: #f5f5f5;
  color: #2c2f30;
}

.fs-cc-prefs_label {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  color: #2c2f30;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-manager_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  cursor: pointer;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-right: -8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-manager_component {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;
  display: block;
}

.fs-cc-prefs_title {
  color: #2c2f30;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}

.fs-cc-banner_text {
  margin-right: 24px;
  color: #616161;
}

.fs-cc-prefs_content {
  overflow: scroll;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-banner_component {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: block;
  padding: 24px 32px;
  border-top: 1px solid rgba(67, 83, 255, 0.16);
  background-color: #f5f6ff;
}

.fs-cc-prefs_option {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

@media screen and (max-width: 991px) {
  .button {
    background-color: #0bd685;
  }

  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    float: none;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.2);
  }

  .nav-link:hover {
    background-color: #5f6266;
  }

  .nav-link.w--current {
    margin-left: 0px;
    background-color: #005282;
  }

  .nav-link.right {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    border-style: none;
  }

  .nav-menu {
    width: 100%;
    background-color: #000;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.28);
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover {
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .section.hero {
    padding-top: 78px;
    padding-bottom: 104px;
  }

  .huge-heading {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .press-image-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .press-image-wrapper.title {
    padding-top: 12px;
  }

  .small-heading {
    font-size: 34px;
  }

  .image-crop {
    height: 330px;
    margin-bottom: 0px;
  }

  .image-crop.ipad {
    height: 449px;
    margin-bottom: -80px;
  }

  .image-crop.iphone {
    display: block;
    height: auto;
    margin-bottom: 0px;
  }

  .image-crop.hero {
    height: 250px;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .image-crop.hero:hover {
    height: 250px;
  }

  .price-feature {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .get-started-link.pricing {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .padded-column.picture {
    height: 436px;
  }

  .iphone-image {
    margin-bottom: 0px;
  }

  .image-16 {
    max-width: 140%;
  }

  .column {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .navbar {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section {
    padding: 40px 20px;
  }

  .section.hero {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section.press {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
  }

  .section.sign-up {
    text-align: center;
  }

  .section.about-image {
    height: 280px;
  }

  .huge-heading {
    font-size: 50px;
    line-height: 48px;
  }

  .subtitle.pricing {
    margin-bottom: 16px;
  }

  .press-title {
    display: block;
  }

  .press-image-wrapper {
    width: 33%;
  }

  .press-image-wrapper.title {
    width: 100%;
    padding-top: 5px;
  }

  .small-heading {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
  }

  .image-crop {
    height: auto;
    margin-bottom: 36px;
    border-bottom: 3px solid #5f6266;
    text-align: center;
  }

  .image-crop.ipad {
    margin-bottom: 36px;
  }

  .image-crop.iphone {
    height: auto;
    margin-bottom: -40px;
    border-bottom-style: none;
  }

  .image-crop.hero {
    width: auto;
  }

  .feature-list {
    margin-bottom: 20px;
  }

  .pricing-column {
    margin-right: 33px;
    margin-left: 33px;
  }

  .pricing-row {
    margin-top: 9px;
  }

  .get-started-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .get-started-link.simple {
    display: inline-block;
  }

  .support {
    text-align: center;
  }

  .all-devices-image {
    width: 50%;
  }

  .padded-column {
    padding: 41px 30px;
  }

  .padded-column.picture {
    height: 246px;
  }

  .question {
    margin-top: 32px;
  }

  .contact-text {
    clear: left;
  }

  .service-block {
    margin-bottom: 19px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .field.left {
    width: 49%;
    margin-right: 3%;
  }

  .field.right {
    width: 48%;
  }

  .testimonials-column {
    padding: 16px 22px 22px;
    border: 2px solid rgba(95, 98, 102, 0.79);
  }

  .sign-up-form {
    padding-right: 0px;
    border-right-style: none;
  }

  .center {
    text-align: center;
  }

  .title {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-column {
    margin-bottom: 33px;
  }

  .flexboxteam {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    max-width: 50%;
  }

  .image-16 {
    display: inline-block;
    max-width: 210%;
  }

  .div-block-3 {
    text-align: center;
  }

  .div-block-4 {
    text-align: center;
  }

  .div-block-5 {
    text-align: center;
  }

  .div-block-6 {
    text-align: center;
  }

  .button-standard {
    font-size: 12px;
  }

  .div-block-22 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-4 {
    margin-top: 0px;
  }

  .div-block-23 {
    margin-bottom: 20px;
  }

  .div-block-24 {
    margin-bottom: 20px;
  }

  .column-3 {
    margin-top: 20px;
    padding-top: 0px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-right: 8px;
    margin-left: 0px;
  }

  .fs-cc-banner_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
    margin-bottom: 14px;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .button:hover {
    background-color: rgba(11, 214, 133, 0.7);
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.hero {
    padding: 54px 20px;
  }

  .subtitle {
    margin-bottom: 29px;
  }

  .outline-button {
    display: block;
    width: 100%;
    margin-left: 0px;
  }

  .press-image-wrapper {
    width: 100%;
    height: 47px;
  }

  .small-heading {
    font-size: 21px;
    line-height: 26px;
  }

  .image-crop {
    height: auto;
  }

  .image-crop.iphone {
    height: auto;
  }

  .pricing-column {
    margin-right: 0px;
    margin-left: 0px;
  }

  .all-devices-image {
    width: 70%;
  }

  .all-devices-image.margin-top {
    width: auto;
  }

  .padded-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .padded-column.picture {
    height: 226px;
  }

  .field.left {
    width: 100%;
    margin-right: 0%;
  }

  .field.right {
    width: 100%;
  }

  .center {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .ipad-image {
    padding-right: 14px;
    padding-left: 14px;
  }

  .iphone-image {
    padding-right: 25px;
    padding-left: 25px;
  }

  .flexboxteam {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-2 {
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block {
    width: auto;
  }

  .div-block-2 {
    width: auto;
    margin-left: 0px;
  }

  .image-16 {
    width: auto;
    max-width: 480%;
    margin-top: 18px;
  }

  .div-block-22 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-4 {
    margin-top: 0px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fs-cc-banner_close {
    position: absolute;
    left: auto;
    top: -22px;
    right: 10px;
    bottom: auto;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }
}