@import url("/count/35ea65");
@import url("//hello.myfonts.net/count/3554dc");

@font-face {
  font-family: "NHaasGroteskDSPro-65Md";
  src: url("/assets/webfonts/3554DC_0_0.eot");
  src: url("/assets/webfonts/3554DC_0_0.eot?#iefix") format("embedded-opentype");
  src: url("/assets/webfonts/3554DC_0_0.woff2") format("woff2");
  src: url("/assets/webfonts/3554DC_0_0.woff") format("woff");
  src: url("/assets/webfonts/3554DC_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "NHaasGroteskDSPro-75Bd";
  src: url("/assets/webfonts/3554DC_1_0.eot");
  src: url("/assets/webfonts/3554DC_1_0.eot?#iefix") format("embedded-opentype");
  src: url("/assets/webfonts/3554DC_1_0.woff2") format("woff2");
  src: url("/assets/webfonts/3554DC_1_0.woff") format("woff");
  src: url("/assets/webfonts/3554DC_1_0.ttf") format("truetype");
}

@font-face {
  font-family: "NHaasGroteskTXPro-55Rg";
  src: url("/assets/webfonts/3554DC_2_0.eot");
  src: url("/assets/webfonts/3554DC_2_0.eot?#iefix") format("embedded-opentype");
  src: url("/assets/webfonts/3554DC_2_0.woff2") format("woff2");
  src: url("/assets/webfonts/3554DC_2_0.woff") format("woff");
  src: url("/assets/webfonts/3554DC_2_0.ttf") format("truetype");
}

@font-face {
  font-family: "NHaasGroteskTXPro-65Md";
  src: url("/assets/webfonts/3554DC_3_0.eot");
  src: url("/assets/webfonts/3554DC_3_0.eot?#iefix") format("embedded-opentype");
  src: url("/assets/webfonts/3554DC_3_0.woff2") format("woff2");
  src: url("/assets/webfonts/3554DC_3_0.woff") format("woff");
  src: url("/assets/webfonts/3554DC_3_0.ttf") format("truetype");
}

@font-face {
  font-family: "NHaasGroteskTXPro-75Bd";
  src: url("/assets/webfonts/3554DC_4_0.eot");
  src: url("/assets/webfonts/3554DC_4_0.eot?#iefix") format("embedded-opentype");
  src: url("/assets/webfonts/3554DC_4_0.woff2") format("woff2");
  src: url("/assets/webfonts/3554DC_4_0.woff") format("woff");
  src: url("/assets/webfonts/3554DC_4_0.ttf") format("truetype");
}


@font-face {
  font-family: 'HelveticaNeueLTPro-MdEx';
  src: url('/assets/webfonts/35EA65_0_0.eot');
  src: url('/assets/webfonts/35EA65_0_0.eot?#iefix') format('embedded-opentype'),
       url('/assets/webfonts/35EA65_0_0.woff2') format('woff2'),
       url('/assets/webfonts/35EA65_0_0.woff') format('woff'),
       url('/assets/webfonts/35EA65_0_0.ttf') format('truetype');
}


@font-face {
  font-family: 'HelveticaNeueLTPro-BdEx';
  src: url('/assets/webfonts/35EA65_1_0.eot');
  src: url('/assets/webfonts/35EA65_1_0.eot?#iefix') format('embedded-opentype'),
       url('/assets/webfonts/35EA65_1_0.woff2') format('woff2'),
       url('/assets/webfonts/35EA65_1_0.woff') format('woff'),
      url('/assets/webfonts/35EA65_1_0.ttf') format('truetype');
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, p, header, footer, label {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

[m-mask] {
  display: none;
}

html {
  font-size: 19px;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body {
  line-height: 1.55;
  font-size: 100%;
  font-family: 'NHaasGroteskTXPro-55Rg', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #132533;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Normalize */

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="email"],
[type="text"] {
  -webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* End Normalize */
body.setup {
  background-color: #fbfbfb;
}

h1,
h2.coloredH2 {
  font-size: 3.78rem;
  font-family: "NHaasGroteskDSPro-65Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #132533;
  line-height: 1;
}

h2 {
  font-size: 3.05rem;
  line-height: 1.1;
  font-family: "NHaasGroteskDSPro-65Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1D2D35;
  margin-bottom: 1rem;
}

h2 > strong {
  font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2.question,
h2.GetRemoteWorkHeadline {
  font-size: 1.95rem;
}

h2.GetRemoteWorkHeadline {
  width: 82%;
}

h2.grey,
h2.black,
h2.explainer {
  color: #A0ABB3;
  font-size: 2.4414rem;
  font-family: "NHaasGroteskTXPro-55Rg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2.black {
  color: #1D2D35;
}

h2.white {
  color: #FFF;
}

h2.explainer {
  position: relative;
  line-height: 1.3;
  font-size: 1.78rem;
  text-align: center;
}

h2.landJustOne {
  font-size: 1.95rem;
  max-width: 62.8%;
  margin: 0 auto;
  text-align: center;
}

h2.coloredH2 {
  color: #0072ff;
  text-align: center;
  font-size: 3.78rem;
  background: -webkit-linear-gradient(#00c6ff,#0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h3Container {
  position: relative;

  margin-top:    5.96046447754rem;
  margin-bottom: 5.96046447754rem;
}

.h3Container.less {
  margin-bottom: 3.81469726563rem;
}

.HeaderButton {
  position: relative;
}

.HeaderButton > a {
  position: relative;
  z-index: 2;
}

.HeaderButton > svg {
  position: absolute;
    width: 134px;
    height: auto;
}

.h3Container > svg {
  position: absolute;
}

h3 {
  font-family: 'HelveticaNeueLTPro-BdEx', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.78rem;
  line-height: 1.1;
  text-align: center;

  color: #000;
}

h3.white {
  color: #FFF;
}

h3.green {
  color: #146737;
}

h3.brown {
  color: #A0723D;
}

a {
  text-decoration: none;
  color: #000;
}

a.underline {
  text-decoration: underline;
}

p {
  line-height: 1.55;
}

p.bigger {
  font-size: 1.95rem;
}

p.black {
  color: #000;
}

p.errorText {
  color: red;
  font-weight: bold;
  text-align: center;
}

p.center {
  text-align: center;
}

span.underline {
  text-decoration: underline;
}

img.benefitPhoto {
  display: block;
  margin: 0 auto;
  max-width: 64px;
}

.MediumText {
  font-family: "NHaasGroteskTXPro-65Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.QuestionContainer {
  margin-bottom: 3.05rem;
}

.FullWidthContainer {
  overflow: hidden;
}

.Container {
  max-width: 1026px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;

  overflow: hidden;
}

.Container.Container--relative {
  position: relative;
  z-index: 2;
}

.Container.Container--gradientBackground {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
  background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.Container.Container--withOverflow {
  overflow: visible;
}

.Container.Container--noPaddingOnLarge {
  padding-left: 0px;
  padding-right: 0px;
}

.Container.Container--relative {
  position: relative;
  z-index: 2;
}

.Container.Container--half {
  max-width: 600px;
}

.Container.Container--floatRight {
  margin-right: 0;
}

.Container.Container--floatLeft {
  margin-left: 0;
}

.Container-content,
.Container-contentCentered {
  width: 62%;
}

.Container-contentCentered {
  margin: 0 auto;
}

.Container-images {
  width: 80%;
  overflow: auto;
}

.Logo-icon {
  width: 32px;
  height: auto;
}

.Logo-image {
  display: block;
  width: 24px;
  height: 24px;
}

.Logo-text {
  font-family: 'HelveticaNeueLTPro-BdEx', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.64rem;
}

img {
  max-width: 100%;
}

.avatar-image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

form {
  overflow: hidden;
  width: 82%;
}

form.Form--full {
  width: 100%;
  overflow: visible;
}

.input {
  margin: 0 auto;
  display: block;

  border-radius: 7px;

  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

header,
footer {
  display: block;

}

header {
  padding-top: 25px;
  overflow: auto;
}

.header-link {
  font-size: 0.8rem;
  text-decoration: underline;
}

footer {
  border-top: 2px solid #F5F5F5;
  padding-bottom: 32px;
  padding-top: 32px;
}

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

.footer-link {
  display: block;
  margin-bottom: 12px;
}

.footer-email-link,
a.blue {
  color: #008FFF;
  font-family: "NHaasGroteskTXPro-65Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-email-link.pink {
  color: #ff5a7b;
}

.Main,
.Questions {
  margin-top: 48px;
}

.Questions {
  padding-top: 48px;
}

.Questions.nomargin {
  margin-top: 0;
}

.MarginBottom {
  margin-bottom: 1rem;
}

.MarginBottom-twoUp {
  margin-bottom: 1.95rem;
}

.TopSpacer {
  margin-top: 32px;
}

.TopSpacer.twodown {
  margin-top: 16px;
}

.TopSpacer.threeDown {
  margin-top: 10px;
}

.TopSpacer.down {
  margin-top: 25px;
}

.TopSpacer.defaultDown {
  margin-top: 16px;
}

.TopSpacer.twoDown {
  margin-top: 20px;
}

.TopSpacer.oneUp {
  margin-top: 41px;
}

.TopSpacer.up {
  margin-top: 48px;
}

.TopSpacer.twoUp {
  margin-top: 61px;
}

.TopSpacer.threeUp {
  margin-top: 95px;
}

button,
.button,
.input {
  cursor: pointer;
  border: none;
  white-space: nowrap;
  display: block;
  width: 100%;
  margin: 0 auto;

  padding: 16px;

  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;

  margin-top: 1px;
}

.button.big {

  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;

  margin-top: 2.44140625rem;
  width: 61.85%;
}

.button.big.nomargin {
  margin-top: 0;
}

.button.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.button.big.auto {
  display: inline;
  width: auto;
}

a.button {
  text-align: center;
}

.input {
  background: white;
  color: black;
  border: none;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  border: 2px solid #bfbfbf;

  width: 61.8%;
  margin-left: 0;
  display: block;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;

}

.input.withborder {
  width: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 2px solid #bfbfbf;
}

.input.long {
  float: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;

  border-right: 2px solid #bfbfbf;

  width: 100%;
}

.input:placeholder {
  color: #bfbfbf;
}

.input:focus {
  outline: 0;

  border-color: #FF6402;
}

.Spinner {
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 100%;
}

.button {

  font-family: 'HelveticaNeueLTPro-MdEx', "Helvetica Neue", Helvetica, Arial, sans-serif;

  width: 38.2%;
  float: left;
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

button.orange,
.button.orange {
  background: #FF6402;
}

.button.orange:focus,
.button.orange:hover {
  background-color: #A34002;
}

.button.processing:focus,
.button.processing:hover {
  background-color: #A34002;
}


.button.orangeBorder {
  border: 1px solid #FF6402;
  color: #FF6402;
}

.button.error {
  background-color: red;
}

.button.success,
.button.success:hover {
  background-color: #3FD27B;
  color: #0F7E37;
}

.button.processing,
.button.notEvenProcessing {
  background-color: grey;

  cursor: disabled;
}

.button.notEvenProcessing {
  opacity: 0.2;
}

.email-error {
  margin-top: 0.64rem;
  font-style: italic;
}

.Background {
  position: relative;
}

.Background.Background--lightGrey {
  background-color: #f3f3f3;
}

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

.Background.Background--nodeGreen {
  background-color: #5A5C4D;
}

.Background.Background--washedWhite {
  background-color: #E8EAE4;
}

.Background.Background--yellow {
  background-color: #FFBF64;
}

.Background.Background--itsLike {
  height: 800px;
  overflow: hidden;
}

.Background.Background--wallpaper {
  background: url("/assets/img/csaba-balazs-603574-unsplash.jpg");
  background-size: cover;
  background-position: center center;

  position: relative;
}

.Background.Background--wallpaperTwo {
  background-image: url("/assets/img/lucas-clara-579404-unsplash.jpg");
  background-size: cover;
  background-position: center center;

  position: relative;
}

.Background.Background--wallpaperThree {

  background-image: url("/assets/img/developer-waiting.jpg");
  background-size: cover;
  background-position: center center;

  position: relative;

}

.Background.Background--wallpaper::before,
.Background.Background--wallpaperTwo::before,
.Background.Background--wallpaperThree::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c6ff+0,0072ff+100 */
  background: #00c6ff; /* Old browsers */
  background: -moz-linear-gradient(top,  #00c6ff 0%, #0072ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #00c6ff 0%,#0072ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #00c6ff 0%,#0072ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6ff', endColorstr='#0072ff',GradientType=0 ); /* IE6-9 */

  opacity: 0.7;

  content: " ";
}

.Background.Background--wallpaperTwo::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c6ff+0,0072ff+100 */
  background: #333333de; /* Old browsers */
  background: -moz-linear-gradient(top,  #333333de 0%, #fa3e05 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #333333de 0%,#fa3e05 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #333333de 0%,#fa3e05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.Backgrond.Background {
  position: relative;
}

.Background.Background--split::before {
  content: " ";
  position: absolute;

  width: 50%;
  height: 100%;

  left: 50%;
  top: 0;

  background-color: #FFF;

}

.Background.Background--greyGradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+30 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 30%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 30%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#e2e2e2 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}

.Background.Background--hidden {
  display: none;
}

.ColorBackground {

  content: " ";

  display: block;

  position: absolute;
  top: 0;
  left: 0;

  z-index: 1;

  width: 100%;
  height: 100%;

  background: -webkit-gradient(linear, left top, right top, from(#525CD7), to(#CF86E6));
  background: -webkit-linear-gradient(to right,#525CD7,#CF86E6);
  background: -o-linear-gradient(to right,#525CD7,#CF86E6);
  background: -webkit-gradient(linear,left top, right top,from(#525CD7),to(#CF86E6));
  background: -webkit-linear-gradient(left,#525CD7,#CF86E6);
  background: -o-linear-gradient(left,#525CD7,#CF86E6);
  background: linear-gradient(to right,#525CD7,#CF86E6);

  opacity: 0.85;
}

.Background.Background--bottomPadding {
  padding-bottom: 61px;
}

.Background.Background--topPadding {
  padding-top: 61px;
}

.email-image {
  display: block;
  margin-top: 75px;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

.email-image.email-image--successStory {
  margin-top: 1.95rem;
  border: none;
}

.email-image.email-image--howItWorks {
  margin-top: 3.0517578125rem;
}


/* carousel */

.Grid.Carousel {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);

  -webkit-transition: -webkit-transform 300ms linear;

  transition: -webkit-transform 300ms linear;

  -o-transition: transform 300ms linear;

  transition: transform 300ms linear;

  transition: transform 300ms linear, -webkit-transform 300ms linear;
}

.Grid.Carousel > .Grid-cell {
  height: 0;
}

.Grid.Carousel > .Grid-cell.active {
  height: 100%;
}

.Grid.Carousel.one {
  -webkit-transform: translate3d(-100%, 0px, 0px);
          transform: translate3d(-100%, 0px, 0px);
  height: 100%;
}

.Grid.Carousel.two {
  -webkit-transform: translate3d(-200%, 0px, 0px);
          transform: translate3d(-200%, 0px, 0px);
  height: 100%;
}

/* Grid */

.Grid {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.Grid.Grid--pushRight {
  margin-left: auto;
}

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

.Grid.Grid--fullHeight {
  height: 100%;
}

.Grid.Grid--noWrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.Grid.Grid--overflowHidden {
  overflow: hidden;
}

.Grid.Grid--guttersOneDown {
  margin-left: -10px;
}

.Grid.Grid--guttersOneDown > .Grid-cell {
  padding-left: 10px;
}

.Grid.Grid--guttersTwoDown {
  margin-left: -5px;
}

.Grid.Grid--guttersTwoDown > .Grid-cell {
  padding-left: 5px;
}


.Grid.Grid--guttersDefault {
  margin-left: -16px;
}

.Grid.Grid--guttersDefault > .Grid-cell {
  padding-left: 16px;
}

.Grid.Grid--guttersThreeUp {
  margin-left: -32px;
}

.Grid.Grid--guttersThreeUp > .Grid-cell {
  padding-left: 32px;
}

.Grid.Grid--guttersSixUp {
  margin-left: -61px;
}

.Grid.Grid--guttersSixUp > .Grid-cell {
  padding-left: 61px;
}

.Grid.Grid--spaceBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Grid.Grid--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Grid.Grid--alignItemsCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Grid-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Grid-cell.Grid-cell--autoSize {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.Grid-cell.Grid-cell--1of2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.Grid-cell.Grid-cell--1of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

.Grid-cell.Grid-cell--1of4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}


.Grid-cell.Grid-cell--1of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
}

.Grid-cell.Grid-cell--62 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
}

.Grid-cell.Grid-cell--38 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
}

.Grid-cell.Grid-cell--full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.Grid-cell.Grid-cell--maxFull {
  max-width: 100%;
}

.Grid-cell.Grid-cell--alignItemsCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Grid-cell.Grid-cell--alignItemsBottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.Grid-cell.Grid-cell--justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.Grid-cell.Grid-cell--alignRight {
  margin-left: auto;
}

.Grid-cell.Grid-cell--alignLeft {
  margin-right: auto;
}

.Grid-cell.Grid-cell--flexStart {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.Grid-cell.Grid-cell--flexEnd {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.Grid-cell.Grid-cell--hide {
  opacity: 0;
  height: 0;
}

.ExplainSection {
  margin-bottom: 61px;
  padding-bottom: 61px;

  position: relative;
}

.ExplainSection::after {

  content: " ";

  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background: -webkit-gradient(linear, left top, right top, from(#3ec7e0), to(#526bf4));

  background: -webkit-linear-gradient(left, #3ec7e0, #526bf4);

  background: -o-linear-gradient(left, #3ec7e0, #526bf4);

  background: linear-gradient(to right, #3ec7e0, #526bf4);
}

.ExplainSection.noborder::after {
  display: none;
}

.ExplainSection.last {
  padding-bottom: 0;
}

.ExplainSection.nomargin {
  margin-bottom: 0;
}

/* PREVIEW */

.Preview {
  opacity: 0.4;
}

.Preview--withHover:hover,
.Preview--hovered {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
          box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);

  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);

  transition: -webkit-transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);

  -o-transition: transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);

  transition: transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);

  transition: transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000), -webkit-transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.Preview.Preview--justAPreview {
  opacity: 0.5;
}

.Preview.Preview--justAPreview:hover {
  opacity: 1;
}

.Preview.Preview--hide {
  display: none;
}

.Preview.Preview--whiteBackground {
  background-color: #fff;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Preview.Preview--greyBorder,
.Testimonial {

  border: 1px solid #e8e7e7;
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;

}

.Preview.Preview--fixed {
  position: fixed;
}

.Preview--fullOpacity {
  opacity: 1;
}

.Preview-text {
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.Preview-highlightText {
  font-weight: bold;
}

.Preview-body {
  background-color: #FCFBEE;
  border-left: 4px solid #FFCC10;

  padding: 12px;
  padding-left: 16px;
}

.Preview.Preview--blue .Preview-body {
  background-color: #EEF5FC;
  border-left: 4px solid #5299E1;
}

.Preview-learnMoreLink,
.Preview-contactLink {
  text-decoration: underline;
}

.Preview-contactLink {
  color: #1651D5;
}

.Preview-learnMoreLink {
  color: #F87060;
  display: none;
}

.Preview-learnMoreLink.show {
  display: inline-block;
}

.Preview-info {
  line-height: 1.4;
}

.Preview-title {
  margin-bottom: 10px;
}

.Testimonial-avatar {
  border-radius: 50%;
  background-color: #fdd957;

  display: block;

  width: 32px;
  height: 32px;
}

.Testimonial-avatar.nopicture {
  border: 2px solid #c3ad60;
}

.Testimonial-name {
  font-style: italic;

  color: #008FFF;
}

/* Email */

.Email {

  background-color: #FFF;

  border-top-right-radius: 4px;
  border-top-left-radius:  4px;

  max-height: 375px;

  overflow: hidden;

}

.Email.Email--withBottomBorderRadius {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.Email.Email--maxed {

  max-height: 75vh;

  border: 1px solid #C6C6C6;

  border-radius: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: none;
          box-shadow: none;

}

.Email-headline,
.Email-fromContainer {
  padding: 1rem;
}

.Email-body {
  padding-left: 1rem;
  padding-right: 1rem;
}

.Email-body.blur {
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.Email-headline {
  border-bottom: 1px solid #E0E0E0;
}

.Email-headlineText,
.Email-from,
.Email-to,
.Email-date,
.Email-bigDate,
.Email-beginningLine {
  font-family: Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000;

  -webkit-font-smoothing:  auto;
  -moz-osx-font-smoothing: auto;
}

.Email-beginningLine {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #000;
}

.Email-avatar {

  display: block;

  width: 2.5625rem;
  height: 2.5625rem;

  border-radius: 50%;
}

.Email-tag {
  background-color: #EEEEEE;
  color: #000;
  font-size: 0.75rem;
  line-height: 1;

  padding-left: 0.557rem;
  padding-right: 0.557rem;

  padding-top: 0.262rem;
  padding-bottom: 0.262rem;
}

.Email-important {

  display: inline-block;

  background-size: 13px 12px;
  background-position: 0 0;
  background-repeat: no-repeat;

  width: 13px;
  height: 12px;

  background-image: url("/assets/img/email-important-mobile.svg");

}

.Email-star,
.Email-bigStar {

  display: inline-block;

  background-image: url("/assets/img/email-star.svg");
  background-size: 18px 19px;
  background-position: 0 0;
  background-repeat: no-repeat;

  width: 18px;
  height: 19px;
}

.Email-reply {

  display: inline-block;

  background-image: url("/assets/img/email-reply.svg");
  background-size: 18px 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
}

.Email-buttons {

  display: inline-block;

  background-image: url("/assets/img/email-buttons.svg");
  background-size: 4px 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 4px;
  height: 16px;
}


.Email-from {
  font-size: 0.875rem;
  color: #000;
}

.Email-to,
.Email-date,
.Email-bigDate {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #767676;
}

.Email-bigDate {
  color: #000;
}

.Email-email {
  display: none;
  color: #454545;
}

.Email-from > strong {
  font-weight: normal;
}

.Email-bigStar,
.Email-bigDate {
  display: none;
}

.Email-doubleBlock {
  height: 20px;
  width: 20px;

  background-image: url("/assets/img/email-double-block-thing.svg");
  background-size: 20px 20px;

  display: none;
}

.Email-beginningLine {
  margin-bottom: 1.25rem;
}


@media only screen and (min-width: 800px) {

  .Email {
    padding-left: 0.511rem;
    padding-right: 0.511rem;
  }

  .Email-headline {
    border-bottom: 1px solid #D8D8D8;
  }

  .Email-headlineText {
    font-size: 0.941rem;
  }

  .Email-tag {
    font-size: 0.6875rem;

    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;

  }

  .Email-important {

    background-image: url("/assets/img/email-important.svg");
    background-size: 19px 10px;

    width:  19px;
    height: 10px;

  }

  .Email-from {
    font-size: 0.8125rem;
  }

  .Email-avatar {
    border-radius: 0;
    border: 1px solid #D8D8D8;
    width:  1.5rem;
    height: 1.5rem;
  }

  .Email-from > strong {
    font-weight: bold;
  }

  .Email-email {
    display: inline-block;
  }

  .Email-reply {
    display: none;
  }

  .Email-bigStar,
  .Email-bigDate {
    display: inline-block;
  }

  .Email-bigStar,
  .Email-bigDate,
  .Email-star,
  .Email-buttons,
  .Email-doubleBlock {
    display: block;
  }

  .Email-star,
  .Email-date {
    display: none;
  }

  .Email-buttons {
    width:  61px;
    height: 28px;
    background-size: 61px 28px;
    background-image: url("/assets/img/big-reply-button.svg");
  }

  .Email-body {
    padding-left: 2.75rem;
  }

  .Email-body > .Preview {
    max-width: 80%;
  }

  .Email-fromContainer,
  .Email-headline {
    padding-left: 0.64rem;
    padding-right: 0.64rem;
  }

}


.EmailTestimonialContainer {
  position: relative;
}

.EmailTestimonial {
  position: relative;
  z-index: 2;
}

.EmailTestimonialContainer > svg {
  position: relative;

  bottom: 0%;
  left: 50%;

  -webkit-transform: translate3d(-50%, -50%, 0);

          transform: translate3d(-50%, -50%, 0);

}

/* Email Who */

.EmailWho {

  position: relative;
  border-top: 1px solid #e0e0e0;

  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
  padding: 0.64rem;
  background-color: #fff;

  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.EmailWho::before {
  content: " ";
  display: block;

  width: 0;
  height: 0;

  border-right: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #FFF;
}

.EmailWho-person {
  font-family: 'HelveticaNeueLTPro-MdEx', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.EmailWho-person.extramargin {
  margin-bottom: 0.64rem;
}

/* Varations */

.Preview.Preview--toDisplay .Preview-title {
  margin-bottom: 0;
}

.SourceIcon {
  width: 3.05rem;
  height: auto;
}

.MoreSourcesText {
  font-family: "NHaasGroteskTXPro-65Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.25rem;
  text-align: center;
  color: #A0ABB3;
}

.TechnologyType,
.WorkTypeSelector {
  border-radius: 4px;
  padding-top: 1.25rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-bottom: 1rem;
}

.TechnologyType {
  position: relative;
  background-color: #FFF;
  border: 1px solid #CDCDCD;

  -webkit-transition: -webkit-transform, -webkit-box-shadow 180ms ease-out;

  transition: -webkit-transform, -webkit-box-shadow 180ms ease-out;

  -o-transition: transform, box-shadow 180ms ease-out;

  transition: transform, box-shadow 180ms ease-out;

  transition: transform, box-shadow 180ms ease-out, -webkit-transform, -webkit-box-shadow 180ms ease-out;

  cursor: pointer;
}

.TechnologyType:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
          box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.TechnologyType.TechnologyType--selected,
.TechnologyType.TechnologyType--selected:hover {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #1d8fff;
}

.TechnologyType-name {
  font-family: 'HelveticaNeueLTPro-BdEx', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.TechnologyType-logo.ruby > img {
  width: 32px;
  height: 32px;
}

.TechnologyType-logo.rails > img {
  width: 34px;
  height: 40px;
}

.TechnologyType-logo.sinatra > img {
  width:  39px;
  height: 27px;
}

.TechnologyType-logo.react > img {
  width: 93px;
  height: 31px;
}

.TechnologyType-logo.vue > img {
  width: 49px;
  height: 42px;
}

.TechnologyType-logo.meteor > img {
  width: 92px;
  height: 23px;
}

.TechnologyType-logo.html > img,
.TechnologyType-logo.css > img {
  width:  35px;
  height: 50px;
}

.TechnologyType-logo.electron > img {
  width:  49px;
  height: 51px;
}

.EmailWho-logos .TechnologyType-logo > svg {
  width: 1.75rem;
  height: auto;
}

.Hero-logos .TechnologyType-logo > svg {
  width: 3.05rem;
  height: auto;
}

.SuccessStory-logos .TechnologyType-logo > svg {
  display: block;
  width: 3.0515rem;
  height: auto;
}

.SuccessStory-logos .TechnologyType-logo.firebase > svg {
  width: 2.5rem;
  height: auto;
}

.SuccessStory-logos .TechnologyType-logo.mongo > svg {
  width: 4rem;
  height: auto;
}

.SuccessStory-logos .TechnologyType-logo.express > svg {
  height: 4.765625rem;
  width: auto;
}

.SuccessStory-logos .TechnologyType-logo.node > svg {
  height: 4.765625rem;
  width: auto;
}

/* Get Remote Work Page */

.TechnologyType-logo.getRemoteWorkPage {
  border: 2px solid #1d8fff;
  border-radius: 4px;
  padding: 0.64rem;

  margin-top: 0.64rem;
}

.TechnologyType-logo.getRemoteWorkPage {
  position: relative;
}

.TechnologyType-logo.getRemoteWorkPage.editing {
  cursor: pointer;
}

.TechnologyType-logo.getRemoteWorkPage.editing::before {

  content: " ";

  position: absolute;

  top: -0.64rem;
  right: -0.64rem;

  width: 1rem;
  height: 1rem;

  background-color: #000;

  border-radius: 50%;
}

.TechnologyType-logo.getRemoteWorkPage.editing::after {
  position: absolute;

  top: -0.58rem;
  right: -0.38rem;

  content: "✕";

  color: #FFF;

  font-size: 0.64rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.TechnologyType-logo.getRemoteWorkPage > svg {
  display: block;
  margin: 0 auto;
}

/* Your Plan */

.YourPlan {
  padding: 0.64rem;
  border: 2px solid #1d8fff;
  border-radius: 4px;
}

.YourPlan-logo {
  max-width: 64px;
  height: auto;
}

.SuccessStory-avatar {
  width: 3.0515rem;
  height: auto;

  border-radius: 50%;
}

.SuccessStory-avatar.small {
  width: 1.95rem;
  height: auto;

  border-radius: 50%;
  display: block;
}

.PerfectFor-icon {
  width: 3.0515rem;
  height: auto;
}

.TechnologyType-logo > svg {
  width: 1.953rem;
  height: auto;
}

.SuccessStory-person {
  font-size: 1.25rem;
  font-family: "NHaasGroteskTXPro-65Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.SuccessStory-person.white {
  color: #FFF;
}

.SuccessStory-person.green {
  color: #146737;
}

.SuccessStory-person.node {
  color: #072514;
}

.SuccessStory-person.brown {
  color: #2D0F0F;
}

.SuccessStory-person .mobileDescription {
  display: none;
}

.SuccessStory-personAndAvatar {
  margin-top: 1rem;
}

.SuccessStory-personAndAvatar.alignRight {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.TechnologyType-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  margin-left: -1rem;
}

.TechnologyType-logos.Hero-logos {
  justify-content: center;
}

.SuccessStory-logos {
  margin-top: 3.81469726563rem;
  padding-left: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.SuccessStory-logos.alignRight {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.TechnologyType-logos > .TechnologyType-logo {
  padding-left: 1rem;
}

.TechnologyType-logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.TechnologyType-logo.node > svg {
  height: 3.0515rem;
  width: auto;
}

.InlineCenterContainer {
  text-align: center;
}

.RemoteWorkSetup {

  position: relative;

  height: auto;

  background-color: #FFF;

  border-radius: 4px;

  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,0.05), 0 1px 4px rgba(0,0,0,0.1), 0 10px 30px #f3ece8;

          box-shadow: 0 -1px 10px rgba(0,0,0,0.05), 0 1px 4px rgba(0,0,0,0.1), 0 10px 30px #f3ece8;

  padding: 1.95rem;
  padding-top: 3.814rem;
  padding-bottom: 1rem;

  margin-top: 3.814rem;
  margin-bottom: 3.814rem;
}

.RemoteWorkSetup-title {
  line-height: 1.2;
  font-size: 1rem;
  font-size: 1.25rem;
  font-family: "NHaasGroteskTXPro-65Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RemoteWorkSetup-step {
  position: absolute;
  top: -1.25em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  border-radius: 4px;

  display: inline-block;
  color: #fff;
  background: #008FFF;

  padding: 0.64rem 1.95rem;
  margin: 0 auto;
}

.RemoteWorkSetup-step.inline {
  display: inline-block;

  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.RemoteWorkSetup-content {
  margin-top: 1rem;
}

.RemoteWorkSetup-callToAction > a.button.big {
  display: block;
}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
  /* Your code to swap higher DPI images */
  .TechnologyType-logo > img {
    width: 100%;
    height: auto;
  }

  .TechnologyType-logo .Testimonial-avatar {
    width: 32px;
    height: 32px;
  }

}

.WorkTypeSelector {

  cursor: pointer;

  background-color: #FFF;
  border: 1px solid #b7b7b7;
  padding-top: 0.511rem;
  padding-bottom: 0.511rem;
  margin-bottom: 0.64rem;
}

.WorkTypeSelector.WorkTypeSelector--selected {
  border: 2px solid #1d8fff;
}

.WorkTypeSelector.ruby {
  border: 2px solid #bb4747;
}

.WorkTypeSelector.css {
  border: 2px solid #134050;
}

.WorkTypeSelector.brown {
  border: 2px solid #a0723d;
}

.WorkTypeSelector.node {
  border: 2px solid #c0c3bb;
}

.WorkTypeSelector-icon {

  display: block;

  width: 25px;
  height: auto;
}

.WorkTypeSelector-icon.teamPlan {
  display: inline-block;
}

.WorkTypeSelector-icon.teamPlan:not(:first-child) {
  margin-left: -1rem;
}

.WorkTypeSelector-select {
  border-radius: 4px;

  background-color: #fff;

  height: 1rem;
  width: 1rem;

  position: relative;

  border: 1px solid #afafaf;
}

.WorkTypeSelector-select.selected::before {
  content: '';
  display: block;
  width: 3px;
  height: 6px;
  border: solid #1d8fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 4px;
}

.PerfectFor-personContainer {
  padding-left: 0.511rem;
  padding-right: 0.511rem;
  margin-bottom: 0.64rem;
}

.PerfectFor-testimonial,
.SuccessStory-testimonial {

  border-radius: 4px;

  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.511rem;
  padding-right: 0.511rem;

  border: 1px solid #C6C6C6;
  -webkit-box-shadow: 0px 2px 8px #D1D1D1;
          box-shadow: 0px 2px 8px #D1D1D1;
}

.PerfectFor-testimonial {
  font-size: 0.8rem;
  padding: 1rem;
}

.SuccessStory-testimonial {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #b7b7b7;
}

.SuccessStory-testimonial.white {
  background-color: #FFF;
}

.SuccessStory-testimonial.brownBorder {
  border: 2px solid #a0723d;
}

.SuccessStory-testimonial.node {
  border: 2px solid #c0c3bb;
}

.SuccessStory-testimonial.brownBorder::before {
  border-top: 20px solid #a0723d;
  display: block;
  bottom: -20px;
}

.SuccessStory-testimonial.brownBorder::after {
  display: block;
  bottom: -15px;
}

.SuccessStory-testimonial.node::before {
  border-top: 20px solid #c0c3bb;
  display: block;
  bottom: -20px;
}

.SuccessStory-testimonial.node::after {
  display: block;
  bottom: -15px;
}

.SuccessStory-testimonial,
.Tooltip {
  position: relative;
}

.SuccessStory-testimonial::before,
.Tooltip::before,
.SuccessStory-testimonial::after,
.Tooltip::after {
  display: block;
  content: " ";

  width: 0;
  height: 0;

  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #FFF;

  position: absolute;

  bottom: -8px;
  left: 4px;
}

.SuccessStory-testimonial::after,
.Tooltip::after {
  display: none;
}

.SuccessStory-testimonial.ruby {
  -webkit-box-shadow: 0px 2px 8px #CC4A4A;
          box-shadow: 0px 2px 8px #CC4A4A;
}


.SuccessStory-testimonial.css {
  -webkit-box-shadow: 0px 2px 8px rgba(19, 64, 79, 0.62);
          box-shadow: 0px 2px 8px rgba(19, 64, 79, 0.62);
}

.PerfectFor-personName {
  font-size:     1rem;
  padding-left:  0.511rem;
  padding-right: 0.511rem;
  margin-top:    0.511rem;
}

.PerfectFor-personName.small {
  font-size: 0.8rem;
}

.PerfectFor-personNameOnGetPage {
  font-size: 0.8rem;
}

.SuccessStory-headline,
.PerfectFor-person {
  font-size: 1.9531rem;
}

.SuccessStory-headline {
  line-height: 1.4;
}

.SuccessStory-headline.white {
  color: #fff;
}

.SuccessStory-headline.brown {
  color: #2D0F0F;
}

.SuccessStory-headline.node {
  color :#072514;
}

.PerfectFor-person {
  font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.mobileWorkTypeSelectors {
  display: none;
}

/* Pricing Table */

.PricingTable {
  margin-top: 3.0517578125rem;
}

/* PaymentPlan */

.PaymentPlan {

  cursor: pointer;

  position: relative;

  border-radius: 4px;

  padding: 1.25rem 1.95rem;

  border: 1px solid #d8d8d8;

  background-color: #FFF;

  -webkit-transition: -webkit-transform box-shadow 180ms ease-out;

  transition: -webkit-transform box-shadow 180ms ease-out;

  -o-transition: transform box-shadow 180ms ease-out;

  transition: transform box-shadow 180ms ease-out;

  transition: transform box-shadow 180ms ease-out, -webkit-transform box-shadow 180ms ease-out;
}

.PaymentPlan:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
          box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.PaymentPlan-title {
  font-size: 1.565rem;
  line-height: 1.1;
  font-family: "NHaasGroteskDSPro-65Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 1rem;
}

.PaymentPlan-price {
  font-size: 1.25rem;
  font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1;
  margin-top: 0.64rem;
}

.PaymentPlan-priceDetails {
  font-size: 1.25rem;
  font-family: "NHaasGroteskTXPro-55Rg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.PaymentPlan-icon > img {
  display: block;
  width:  64px;
  height: auto;
}

.PaymentPlan-mainDetails,
.PaymentPlan-features {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.PaymentPlan-who {
  font-size: 0.8rem;
}

.PaymentPlan-who strong {
  font-family: "NHaasGroteskTXPro-65Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.PaymentPlan.PaymentPlan--small {
  border-radius: 0px;
}

.PaymentPlan.PaymentPlan--small .TeamOnly-text {
  font-size: 0.8rem;
}

.PaymentPlan .PaymentPlan-radio {
  margin: 0 auto;
  display: block;
  margin-bottom: 1rem;
}

.PaymentPlan.selected,
.PaymentPlan.PaymentPlan--small.selected,
.PaymentPlan.PaymentPlan--small.selected.noborder {
  border: 2px solid #1d8fff;

  -webkit-transform: translateY(-1px);

      -ms-transform: translateY(-1px);

          transform: translateY(-1px);
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
          box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.PaymentPlan.selected .PaymentPlan-mainDetails,
.PaymentPlan.selected .PaymentPlan-features {
  border-bottom: 1px solid #1d8fff;
}

.PaymentPlan .WorkTypeSelector-select {
  margin: 0 auto;
  margin-bottom: 1rem;
}

.PaymentPlan .PaymentPlan-greyedOut {
  color: #8c8c8c;
}

.PaymentPlan.PaymentPlan--toShow {
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  border-radius: 4px;

  margin: 0 auto;
  max-width: 425px;

  border: none;
}

.PaymentPlan.PaymentPlan--small .PaymentPlan-title {
  font-size: 1.25rem;
}

.PaymentPlan.PaymentPlan--small .PaymentPlan-price {
  font-size: 1rem;
}

.PaymentPlan.PaymentPlan--small .PaymentPlan-features {
  font-size: 0.8rem;
}

.PaymentPlan.PaymentPlan--small .PaymentPlan-icon > img {
  width: 1.95rem;
  height: auto;
}

.PaymentPlan-features.small {
  font-size: 0.8rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;

  padding-left: 0.64rem;
  padding-right: 0.64rem;
}

.PaymentPlan.off {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);

  cursor: not-allowed;
}

/* Message */
.Message,
.ProtectedBy,
.TeamOnly,
.ImportantNotice {
  padding: 0.64rem;
  font-size: 0.8rem;

  background-color: #cff2ff;

  border-radius: 4px;
}

.Message {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.Message.Message--inline {
  display: inline-flex;
}

.Message.Message--error {
  background-color: #ffcfcf;
  color: #501e1e;
  font-weight: bold;
}

.ProtectedBy,
.TeamOnly {
  margin-top: 1rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.ImportantNotice {
  background-color: #FFF9A9;
}

.ImportantNotice-img {
  width: 1.565rem;
  height: auto;
  display: block;
}

.ImportantNotice-text {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
}

.ProtectedBy {
  margin: 0 auto;
  max-width: 61.85%;
  background: none;
}

.TeamOnly {
  font-size: 1rem;
  margin-left: 0;

  background-color: rgba(70, 208, 129, 0.34);

  margin-left: -0.64rem;

  -webkit-box-flex: 0 !important;

      -ms-flex: 0 0 calc(100% + 0.64rem) !important;

          flex: 0 0 calc(100% + 0.64rem) !important;
  max-width: calc(100% + 0.64rem) !important;

}

.TeamOnly.greyedOut {
  background-color: rgba(204, 204, 204, 0.18);
}

.TeamOnly.TeamOnly--white {
  background-color: #FFF;
}

.TeamOnly.blue {
  background-color: rgba(29, 143, 255, 0.32);
}

.TeamOnly p {
  color: #132533;
  line-height: 1.2;
}

.TeamOnly.greyedOut p {
  color: rgba(19, 37, 51, 0.44);
}

.TeamOnly strong {
  font-family: "NHaasGroteskTXPro-65Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.Dot {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  background-color: #000;
}

.ProtectedBy > a,
.ProtectedBy > a.footer-email-link {
  color: #2b2b10;
}

.secure-lock-image {
  width: 1rem;
  height: 1rem;
}

.Message > p {
  margin-bottom: 1rem;
}

.Message > p:last-child {
  margin-bottom: 0;
}

/* Modal */

.Modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 3;
}

.Modal.Modal--hidden::before {
  opacity: 0;

  -webkit-transition: opacity 0.2s linear;

  -o-transition: opacity 0.2s linear;

  transition: opacity 0.2s linear;
}

.Modal::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-color: #fff;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.Modal-close {
  position: absolute;
  right: 16px;
  top: 16px;

  z-index: 3;
}

.Modal-content {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;

  -webkit-animation: signupFormIntro .3s ease-out .3s;

          animation: signupFormIntro .3s ease-out .3s;
  -webkit-animation-fill-mode:backwards;
          animation-fill-mode:backwards;

}

.Modal.Modal--hidden .Modal-content {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes signupFormIntro {
    0%{
        opacity:0;
        -webkit-transform:translateY(25px);
                transform:translateY(25px)
    }
    to{
        opacity:1;
        -webkit-transform:translateY(0);
                transform:translateY(0)
    }
}

@keyframes signupFormIntro {
    0%{
        opacity:0;
        -webkit-transform:translateY(25px);
                transform:translateY(25px)
    }
    to{
        opacity:1;
        -webkit-transform:translateY(0);
                transform:translateY(0)
    }
}

.Modal-content .Container-contentCentered {
  border: 1px solid #000;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 4px;
  background-color: #fff;
}

.Modal.Modal--hidden {
  height: 0;
  width: 0;

  opacity: 0;
}

/* RemoteHackerBackpack */

.RemoteHackerBackpack {
  display: block;
  margin: 0 auto;

  margin: 0 auto;
  max-width: 100px;
}

/* Media Queries */
@media (max-width: 925px) {

  .Container-images {
    width: 100%;
  }

  .Summary {
    margin-right: auto;
  }

  .Grid.sm-Grid--guttersNone {
    margin-left: 0;
  }

  .Grid.sm-Grid--guttersNone > .Grid-cell {
    padding-left: 0;
  }

  .Grid-cell.sm-Grid-cell--topSpacing {
    padding-top: 48px;
  }

  .Grid-cell.sm-Grid-cell--topSpacingSmaller {
    padding-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .Grid-cell.sm-Grid-cell--1of2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .Grid-cell.sm-Grid-cell--full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .Grid-cell.sm-Grid-cell--order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .Grid-cell.sm-Grid-cell--order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .Preview.Preview--yourPreview {
    margin-top: 25px;
  }

}

@media (min-width: 900px) {
  .Grid-cell.Grid-cell--golden {
    max-width: 38.2%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.2%;
            flex: 0 0 38.2%;
  }

  .Grid-cell.Grid-cell--golden + .Grid-cell.Grid-cell--golden,
  .Grid-cell.Grid-cell--goldenLong {
    max-width: 61.8%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61.8%;
            flex: 0 0 61.8%;
  }

  .Grid-cell.Grid-cell--goldenLong {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .stats-text {
    font-size: 25px;
  }

  .job-posting-header {
    max-width: 61.8%;
  }

}

@media only screen and (min-width: 1280px) {
  .Container.Container--long {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .Container.Container--long {
    max-width: 1200px;
  }
}

@media (max-width: 900px) {
  .email-image.job-posting {
    margin-top: 32px;
  }
}

@media (max-width: 800px) {

  .Container-content,
  .Container-contentCentered {
    width: 80%;
  }
}

@media (min-width: 645px) and (max-width: 925px) {
  .Block.mobile {
    margin-top: 16px;
  }
}

@media (min-width: 645px) {

  .Message {
    margin-left: 1rem;
  }

  .PaymentPlan.PaymentPlan--small.noborder {
    border-right: none;
  }

  .Block {
    border-radius: 4px;
  }

  .Block.Block--secondLine {
    margin-top: 16px;
  }

  .sm-Mw\(1of6\) {
    max-width: 16%;
  }

  .Grid.smxs-Grid--guttersDefault {
    margin-left: -16px;
  }

  .Grid.smxs-Grid--guttersDefault > .Grid-cell {
    padding-left: 16px;
  }

}

@media (max-width: 645px) {

  img.benefitPhoto {
    max-width: 48px;
  }

  .xs-TopSpacer-oneDown {
    margin-top: 1.25rem;
  }

  .xs-TopSpacer-threeDown {
    margin-top: 1rem;
  }

  h2.landJustOne {
    max-width: 100%;
  }

  h2.GetRemoteWorkHeadline {
    width: 100%;
  }

  .PaymentPlan.PaymentPlan--team {
    margin-top: 1.95rem;
  }

  img.big-image {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }

  img.bigger-image {
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
  }

  .input.small {
    font-size: 12px;
  }

  .Container-content {
    width: 100%;
  }

  .Container.Container--noPaddingOnLarge {
    padding-left: 16px;
    padding-right: 16px;
  }

  .Container.Container--noPaddingOnSmall {
    padding-left: 0;
    padding-right: 0;
  }

  .showImage {
    width: 80%;
    float: none;
    margin-bottom: 8px;
  }

  .Grid.xs-Grid--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .Container-content,
  .Container-contentCentered {
    width: 100%;
  }

  .Grid-cell.xs-Grid-cell--full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .Grid-cell.xs-Grid-cell--1of2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

}

@media only screen and (max-width: 999px) {

  html {
    font-size: 18px;
  }

  h1,
  h2.coloredH2 {
    font-size: 46.38671872px;
  }

  h2.grey,
  h2.black {
    font-size: 1.95rem;
  }

  h2 {
    font-size: 2.17013888889rem;
  }

  h2.explainer {
    font-size: 1.525rem;
  }

  h3 {
    font-size: 3.0517578125rem;
  }

  .SuccessStory-headline {
    font-size: 1.5625rem;
  }

  button,
  .button {
    font-size: 1rem;
  }

  .PerfectFor-person {
    font-size: 1.25rem;
  }

  .input {
    font-size: 1rem;
  }

  .SuccessStory-logos .TechnologyType-logo > svg,
  .PerfectFor-icon {
    width: 2.44rem;
    height: auto;
  }

  .Grid-cell.sm-Grid-cell--80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82%;
            flex: 0 0 82%;
    max-width: 82%;
  }

}

@media only screen and (max-width: 899px) {

  html {
    font-size: 17px;
  }

  form {
    width: 100%;
  }

}

@media only screen and (min-width: 730px) {

  .TechnologyType-logo.sm-hide {
    display: none;
  }

  .Grid-cell.sm-Grid-cell--hide {
    display: none;
  }
}

@media only screen and (max-width: 729px) {

  .Background.Background--wallpaper {
    background-position: right center;
  }

  .SourceIcon {
    width: 2.44rem;
    height: auto;
  }

  html {
    font-size: 16px;
  }

  .Grid-cell.xs-Grid-cell--hide {
    display: none;
  }

  .Grid-cell.xs-Grid-cell--alignLeft {
    margin-left: 0;
    margin-right: auto;
  }

  .Grid-cell.xs-Grid-cell--full {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .input {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 0.64rem;
    border-right: 2px solid #bfbfbf;

    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .button {
    float: none;

    width: 100%;

    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .SuccessStory-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .SuccessStory-logos.alignRight {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .SuccessStory-logos .TechnologyType-logo.workTypeSelector {
    display: none;
  }

  .mobileWorkTypeSelectors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.95rem;
  }

  .SuccessStory-person .biggerDescription {
    display: none;
  }

  .SuccessStory-person .mobileDescription {
    display: inline;
  }

  .EmailWho.EmailWho--hideOnMobile {
    display: none;
  }

}

@media only screen and (max-width: 566px) {

  h2.grey,
  h2.black {
    font-size: 1.5625rem;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }

  h2,
  h2.question,
  h2.GetRemoteWorkHeadline {
    font-size: 2rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }

  h2.explainer {
    font-size: 1.25rem;
    line-height: 1.3;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }

  h1,
  h2.coloredH2 {
    font-size: 2rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }

  h3 {
    font-size: 2.44140625rem;
  }

  .button.big {
    width: 100%;
  }

  .ProtectedBy {
    max-width: 100%;
  }

}

@media (max-width: 420px) {

  .Grid-cell.xsxs-Grid-cell--full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .Grid-cell.xsxs-Grid-cell--full > div {
    width: 100%;
  }

}

@media only screen and (max-width: 380px) {
  #pay-with-stripe {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 1800px) {
  .TheRemoteWorkPreviews .ThirdSet {
    -webkit-transform: translate3d(0%, 0px, 0px);
            transform: translate3d(0%, 0px, 0px);
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(-229.2%, 0px, 0px);
            transform: translate3d(-229.2%, 0px, 0px);
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(-229.2%, 0px, 0px);
            transform: translate3d(-229.2%, 0px, 0px);
  }
}

.Grid.animate-carousel > .Grid-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.2%;
          flex: 0 0 38.2%;
  max-width: 500px;
}

.Grid.animate-carousel {
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: 22s infinite alternate linear slideIn;
          animation: 22s infinite alternate linear slideIn;
}

.Preview-title {
  margin-top: 12px;
}

.TheRemoteWorkPreviews {
  position: absolute;
  top: 0;
  left: 0;
}

.TheRemoteWorkPreviews::before {
  content: " ";

  display: block;

  position: absolute;
  top: 0;
  left: 0;

  z-index: 2;

  height: 100%;
  width: 100%;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));

  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);

  background: -o-linear-gradient(top, rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);

  background: linear-gradient(to bottom, rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.TheRemoteWorkPreviews .FirstSet {
  -webkit-transform: translate3d(-80%, 0px, 0px);
          transform: translate3d(-80%, 0px, 0px);
}

.TheRemoteWorkPreviews .SecondSet {
  -webkit-transform: translate3d(-50%, 0px, 0px);
          transform: translate3d(-50%, 0px, 0px);
}

.TheRemoteWorkPreviews .ThirdSet {
  -webkit-transform: translate3d(-146%, 0px, 0px);
          transform: translate3d(-146%, 0px, 0px);
}

.TheRemoteWorkPreviews .Grid-cell.Grid-cell--1of3 {
  max-width: 500px;
}

@media only screen and (min-width: 1500px) {
  .Grid.animate-carousel {

      /*CSS animations*/
     -webkit-animation: none !important;
     animation: none !important;

     -webkit-transform: translate3d(-50%, 0px, 0px);

             transform: translate3d(-50%, 0px, 0px);
  }
}

.clearFloats {
  overflow: hidden;
}

.CardsLogo {
  display: block;
  margin: 0 auto;
}

.StripeLogo,
.SecureLockLogo {
  width: 6rem;
  height: auto;
  display: block;
  margin: 0 auto;
}

.SecureLockLogo {
  width: 1.25rem;
  height: auto;
}

.SecureLockLogo + p {
  margin-top: 0.8rem;
}

.GuaranteeText {
  font-size: 0.8rem;
  text-align: center;
}

.TimeContainer {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;

  padding-top: 1.25rem;
  padding-bottom: 1.25rem;

  font-size: 3.75rem;
  color: #FFF;

  font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;

}

.TimeContainer-description {
  color: #FFF;
  text-align: center;
  font-family: "NHaasGroteskDSPro-65Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 600px) {

  .TimeContainer {
    font-size: 1.75rem;
  }

}


/* Calendar */

.Calendar-months {

  width: 100%;

  overflow-x: hidden;
  padding-top: 30px;
  padding-left: 4px;

}

.Calendar-month.relative {
  position: relative;
}

.Calendar-monthBlock {
  height: 41px;
  width: 41px;

  border-radius: 4px;

  background-color: #2E2844;

  position: relative;
}

.Calendar-monthBlock.Calendar-monthBlock--pro {
  background: none;
  background-color: #3ed55d;
}

.Calendar-monthBlock.Calendar-monthBlock--pro .Calendar-availableSlots {
  color: #fff;
}

.Calendar-monthBlock.Calendar-monthBlock--pro::before {
  background-color: #3ed55d;
}

/* Using the same styles to style the days (Mon, Tue, etc) */

.Calendar-monthBlock--grey {
  background-color: #c5c5c5;
  border: 2px solid #848484;
}

.Calendar-monthBlock--proGrey {
  background-color: #aef3bc;
}

.Calendar-monthBlock--proGrey::before {
  background-color: #aef3bc;
}

.Calendar-monthBlock--freeGreen {
  background-color: #3FD27B;
  opacity: 0.8;
}

.Calendar-monthBlock--proGreen {
  background-color: #3FD27B;
  opacity: 1;
  border: 2px solid #0F7E37;
}

.Calendar-monthBlock--square {
  border-radius: 0;
}

.Calendar-monthSymbol {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.Calendar-monthSymbol.openLock {
  height: 68px;
  width: 68px;
  background-image: url("/assets/img/open-white-lock.svg");
  background-size: 68px 68px;
  top: -29px;
  left: -3px;
}

.Calendar-monthSymbol.closedLock {
  width: 45px;
  height: 68px;

  background-image: url("/assets/img/closed-lock.svg");
  background-size: 45px 68px;

  top: -26px;
  left: -2px;
}

.Calendar-monthBlock::before {

  position: absolute;

  content: " ";

  display: block;

  height: 3px;

  width: 100vw;

  top: 50%;
  left: 100%;

  -webkit-transform: translate3d(0, -50%, 0);

          transform: translate3d(0, -50%, 0);

  background-color: #2E2844;
}

.Calendar-monthBlock--noLine::before {
  display: none;
}

.Calendar-monthBlock.first,
.Calendar-monthBlock.last {
  background-color: #141128;
}

.Calendar-monthBlock.last::before {
  display: none;
}

.Calendar-monthName {
  text-tranform: capitalize;
  text-align: center;
  color: #9281D7;
}

/* Once again, using the same HTML to style the days in the first section on the pro page.*/

.Calendar-monthName--black {
  color: #000;
  font-weight: 800; /* TODO: Good to use this? */
}

.Calendar-monthName--greyedOut {
  color: #B2B2B2;
}

.Calendar-availableSlots {
  color: #3ED45E;

  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

.Calendar-availableSlots.white {
  color: #fff;
}
