/* Common */

* {
  transition: .3s ease-in;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  display: flex;
  height: 100vh;
  line-height: 1.5;
  font-family: Lato, sans-serif;
  color: #2a2a2a;
  background-color: #fff;
  letter-spacing: .1px;
  opacity: 1;
}

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

a:hover {
  color: #666;
}

a.btn {
  background-color: #ffcb05;
  display: block;
  max-width: fit-content;
  font-size: 1.6rem;
  padding: 10px 20px 12px;
  margin: 2rem auto;
  text-align: center;
}

h1 {
  font-size: 4rem;
  font-weight: 300;
}

h2 {
  font-size: 3rem;
  margin-bottom: 0;
}

p {
	font-size: 1.6rem;
}

img {
  max-width: 100%;
  height: auto;
}

.preloader {
  opacity: 0;
}

.wrap {
  max-width: 80vw;
  margin: 0 auto;
}

.spaceout {
  display: flex;
  justify-content: space-between;
}

.tagline {
  position: fixed;
  right: calc(10% - 20px);
  bottom: 20px;
  z-index: 0;
}

.tagline h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
  background-image: url(../images/bg_tagline.svg);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: 0 33%;
}

.tagline a,
.tagline span {
  letter-spacing: 2px;
}

.description a {
  padding: 2px 4px 4px;
  background-color: #ffcb05;
}


/* Header */

.header {
  display: flex;
  justify-content: space-between;
  position:fixed;
  z-index: 1;
  width: 100%;
  min-height: 60px;
  font-size: 1.6rem;
  background: transparent;
  padding-top: 4rem;
}

.logo,
.fp-viewing-footer .logo {
  display: block;
  width: 140px;
  height: 120px;
  background-image: url(../images/jl_logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 140px;
  position: relative;
  left: calc(10% - 35px);
  cursor: default;
  transition: .3s;
}

.fp-viewing-footer .logo {
  filter: invert(97%) sepia(0%) saturate(0%) hue-rotate(34deg) brightness(103%) contrast(103%);
}

.logo.shrink {
  left: 40px;
  width: 70px;
  height: 70px;
  transform: scale(.8);
  cursor: pointer;
}

.logo.shrink:hover {
  opacity: .6;
}

.menu {
  padding: 0 10%;
}

.fp-viewing-footer .menu {
  display: none;
}

.menu li {
  position: relative;
  list-style: none;
  display: inline-block;
  font-weight: 700;
  margin-left: 5rem;
  height: 2.4rem;
}

.menu li:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 0;
  height: 3px;
  transition: .3s;
}

.menu li.active:after {
  width: 100%;
  background-color: #ffcb05;
}

.meet_memo {
	position: absolute;
  right: 0;
  top: 10px;
  background-color: #0c95ea;
  border-radius: 2px 0 0 2px;
  line-height: 1.1;
  height: 40px;
  width: 45px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  background-image: url(../images/logo_expanded.svg);
  background-repeat: no-repeat;
  background-position: -12px;
  background-size: 75%;
  transition: .3s;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}

.meet_memo:hover {
	opacity: .8;
}

body[class*="fp-viewing-about"] .meet_memo,
.fp-viewing-values .meet_memo {
	opacity: 0;
	right: -100px;
}


/* What we do */

.what,
.about {
  background-image: url(../images/bg_logo.svg);
  background-repeat: no-repeat;
  background-position: bottom -200px right -80px;
  background-size: 800px;
}

.main {
  font-size: 2.2rem;
  font-weight: 300;
  width: 46%;
}

.side {
  position: relative;
  font-weight: 300;
  font-size: 1.6rem;
  width: 42%;
}

.what .logos {
  width: 100%;
}

.what .logos img {
  max-height: 24px;
  margin-top: 30px;
}

.what .side:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 102%;
  width: 419px;
  height: 294px;
  background-image: url(../images/bg_what.svg);
  background-size: cover;
  background-position: top right;
  z-index: -1;
}


/* Map */

.map .wrap {
  margin: 0;
  max-width: initial;
  padding-left: 30px;
  text-align: right;
}

.map svg {
  margin-top: 20vh;
  height: 80vh;
}

.map .tagline {
  position: absolute;
  bottom: 20px;
}



/* About Us */

.about {
  background-position: top -600px right -80px;
  overflow: hidden;
}

.about .wrap {
  max-height: 70vh;
  margin-top: 10vh;
}

.about .side {
  width: 32%;
  top: 25vh;
}

.about .side:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 103%;
  width: 696px;
  height: 383px;
  background-image: url(../images/bg_team.svg);
  background-size: cover;
  background-position: top right;

}

.team {
  transform: rotate(15deg) scale(.85);
  position: absolute;
  z-index: 3;
  left: -40px;
  top: 8rem;
  display: grid;
  grid-template-columns: 174px 174px 174px 174px;
  grid-gap: 0;
  transition: .2s;
}

.wrap .team.blured {
  filter: blur(2rem);
}

.team div {
  position: relative;
}

.team div p {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  bottom: 46px;
  left: 94px;
  opacity: 0;
  z-index: 2;
  transform: rotate(-30deg);
}

.team div:nth-child(n+5) p,
.team div:nth-child(n+15) p {
  bottom: 18px;
}

.team div:nth-child(n+10) p,
.team div:nth-child(n+20) p   {
  bottom: 46px;
}

.team div div:hover + p  {
  opacity: 1;
  bottom: 10px;
}

.team div div,
.team img {
  width: 176px;
  height: 200px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #ebebeb;
  display: inline-block;
}

.team div div:empty {
  background: transparent;
}

.team div div div {
  background-color: #fff;
  transform: scale(.98);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team div:nth-child(4) div div,
.team div:nth-child(6) div div,
.team div:nth-child(12) div div,
.team div:nth-child(14) div div {
  background-color: #ebebeb;
}

.team div div div:hover {
  background-color: #ebebeb;
}

.team img {
  width: 148px;
  height: 170px;
  display: block;
  background: none;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  vertical-align: middle;
  filter: grayscale(100%);
  transition: .4s ease-in;
}

.team img:hover {
  filter: grayscale(0%);
  transform: scale(1.2);
}

.team div:nth-child(n+5) {
  margin-top: -52px;
  margin-left: 88px;
}

.team div:nth-child(n+10) {
  margin-left: 0;
}

.team div:nth-child(n+14) {
  margin-left: 88px;
}

.team div:nth-child(n+20) {
  margin-left: 0;
}

.team div span {
  display: flex;
  position: absolute;
  left: 20px;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 13% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 87% 100%, 13% 100%);
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  padding: 7px 30px 8px;
  background-color: #000;
  white-space: nowrap;
  transition: .3s ease-in;
  width: 0;
}

.team div span:first-child {
  background-color: #ffcb05;
  color: #222;
  font-weight: 700;
  bottom: -19px;
  left: -17px;
}

.team div:nth-child(n+5) div:hover + p {
  bottom: -8px;
}

.team div:nth-child(n+10) div:hover + p  {
  bottom: 10px;
}

.team div:nth-child(n+15) div:hover + p {
  bottom: -8px;
}

.team div:nth-child(n+20) div:hover + p  {
  bottom: 10px;
}

.team div div:hover + p span  {
  width: auto;
}

.team div div:hover + p span:first-child  {
  bottom: 0;
}

.about .logos {
  display: none;
}

.team-zoom {
  background-color: rgb(255,255,255,.5);
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}

.team-zoom.active {
  visibility: visible;
  opacity: 1;
}

.team-zoom .shut {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
}

.team-zoom .fp-controlArrow.fp-next,
.team-zoom .fp-controlArrow.fp-prev {
  background-image: url(../images/ico_arrow.svg);
  background-repeat: no-repeat;
  border: none;
  width: 32px;
  height: 32px;
  padding: 12px;
  background-size: 16px 24px;
  background-position: center;
  left: calc(6% + 60px);
  margin-top: 200px;
  z-index: 4;
  right: initial;
}

.team-zoom .fp-controlArrow.fp-prev {
  transform: rotate(180deg);
  left: 6%;
}

.team.slide {
  transform: rotate(15deg) scale(1);
  position: initial;
  left: 0;
  display: block;
}

.team.slide .wrapper {
  pointer-events: none;
  margin-left: -7%;
  width: initial;
  height: initial;
}

.slide .wrapper {
  clip-path: none;
  -webkit-clip-path: none;
  background-color: transparent;
}

.slide .hex {
  display: flex;
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 240px;
}

.team.slide img {
  filter: grayscale(0%);
  transform: scale(1.2);
}

.team.slide p {
  opacity: 1;
  left: 114px;
}

.team.slide div div p span  {
  width: auto;
}

.team.slide div div p span:first-child  {
  bottom: 0;
}


/* Values */

.values .main {
  font-size: 1.8rem;
  width: 80%;
}

.values .main p {
  width: 65%;
  margin-bottom: 40px;
}

.values .side {
  width: inherit;
}

.values .side {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  font-size: 3rem;
  height: 350px;
}

.values .side:before {
  content: "";
  display: block;
  position: absolute;
  top: 38px;
  right: 98%;
  width: 390px;
  height: 215px;
  background-image: url(../images/bg_values.svg);
  background-size: cover;
  background-position: top right;
  z-index: -1;
}

.values .side p {
  white-space: nowrap;
}

.happy {
  max-width: 600px;
}

.happy div {
  display: inline-block;
  width: 115px;
  height: 125px;
  background-image: url(../images/bg_happy.svg);
  background-size: 582px 125px;
  filter: grayscale(100%);
  opacity: .3;
  cursor: pointer;
}

.happy div.active,
.happy div:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.happy div.active{
  cursor: default;
}

.happy div:nth-child(2) {
  width: 135px;
  background-position-x: -115px;
}

.happy div:nth-child(3) {
  width: 110px;
  background-position-x: -250px;
}

.happy div:nth-child(4) {
  width: 100px;
  background-position-x: -360px;
}

.happy div:nth-child(5) {
  width: 122px;
  background-position-x: -460px;
}

.values .main h2 span {
  color: #ffcb05;
}

.home .value {
  position: relative;
  min-height: 250px;
}

[id^="value-"] {
  position: absolute;
  opacity: 0;
}

[id^="value-"].active {
  opacity: 1;
}

.dots div {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ebebeb;
  margin-right: 12px;
  cursor: pointer;
}

.dots div.active {
  width: 5px;
  height: 5px;
  background-color: #ffcb05;
  cursor: default;
}


/* Footer */

footer {
  background-color: #191919;
  font-size: 1.3rem;
  color: #535353;
  padding: 120px 0 20px;
}

footer .top {
  padding: 0 10%;
  background-color: #1c1c1c;
}

footer .top a {
  color: #ffcb05;
  opacity: .7;
}

footer .top a:hover {
  opacity: 1;
}

footer .bottom {
  bottom: 0;
  width: 80%;
  min-height: 100px;
  padding: 0 10%;
}

footer .top div,
footer .bottom div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .top div div,
footer .bottom div div {
  display: inline-block;
}

footer .bottom a {
  color: #535353;
}

footer .bottom a:hover {
  color: #666;
}

footer .pp-tou a:first-child:after {
  display: inline-block;
  content: "|";
  color: #303030;
  margin: 0 20px;
}

footer .top .links {
  flex-direction: row;
}

footer .top .links div {
  margin: 7rem 0;
}

footer .top .links div:first-child {
  margin-right: 20rem;
}

footer .top ul {
  padding: 2rem 0 0 0;
  margin-bottom: 0;
}

footer .top li {
  list-style: none;
  line-height: 3;
}

footer .social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url(../images/bg_social.svg);
  background-repeat: no-repeat;
  background-size: 225px 45px;
  margin-right: 30px;
}

footer .social a:last-child {
  margin-right: 0;
}

footer .social a:nth-child(2) {
  background-position-x: -45px;
}

footer .social a:nth-child(3) {
  background-position-x: -90px;
}

footer .social a:nth-child(4) {
  background-position-x: -135px;
}

footer .social a:nth-child(5) {
  background-position-x: -180px;
}

footer .social a:hover {
  opacity: 1;
  transform: scale(1.1);
}

footer .love {
  font-weight: 700;
}

footer .love span:first-child:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/ico_love.svg);
  margin: 0 5px;
  opacity: .7;
  position: relative;
  top: 3px;
}


/* Careers */

.whr-items {
  display: block !important;
  padding: 0;
  margin-left: 42px;
}

.whr-items:first-of-type {
  margin-top: 30px;
}

.whr-title {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 0;
}

.whr-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #ffcb05;
  background-image: url('../images/ico_arrow.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: left 9px center;
  left: -40px;
  top: 1px;
  height: 25px;
  width: 25px;
}

.whr-group {
  display:none;
}

.whr-location,
.whr-date {
    font-size: 1.4rem;
}

.whr-date{
  color: #ccc;
  display: none;
}

.whr-info {
  padding: 0;
}

#careers .description {
  margin-top: 4rem;
}

#careers li {
  list-style: none;
}

#careers h2 {
	font-size: 1.8rem;
  margin: 2rem 0 1rem 0;
}

#careers p {
	margin-top: 0;
}

#careers {
  background-image: url(../images/bg_logo.svg);
  background-repeat: no-repeat;
  background-position: top 30vh right -20vh;
  background-size: 800px;
}


/* Press */

#press .wrap {
	max-width: 800px;
	margin-top: 16rem;
}

.press .happy {
  max-width: initial;
  margin: 4rem 0;
}

.press h2 {
  margin: 6rem 0 2rem;
}

.press h3 {
  margin: 2rem 0 1rem;
  font-size: 2.4rem;
}

.press .values h3:first-letter {
  color: #ffcb05;
}

.press p {
  margin-bottom: 2rem;
}

.press .wrap a {
  font-size: 1.6rem;
}

.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin: 6rem 0 3rem;
  grid-gap: 1rem;
}

.facts h2 {
  font-weight: 300;
  margin: 1rem 0 0;
}

.press .tw:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/images/ico_tw.svg');
  margin: 0 10px -7px 0;
}

.domains .wrp .domain {
  display: inline-block;
}

.domains .wrp .domain:first-child {
  margin-right: 8rem;
}

.domains .wrp a:before,
a.email:before {
  content: "";
  display: inline-block;
  position: relative;
  background: #ffcb05;
  background-image: url(/images/ico_arrow.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: left 9px center;
  top: 7px;
  margin-right: 10px;
  height: 25px;
  width: 25px;
}

.domains h3 {
  margin-top: 0;
}

.facts h2 strong {
  display: block;
}

.press .logos .wrp div{
  grid-gap: 2rem;
}

.press .logos .wrp:first-of-type {
  margin-bottom: 4rem;
}

.press .logos .wrp div div {
  margin: 2rem 0;
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  padding: 2rem;
  max-height: 120px;
}

.screenshots .wrp,
.press .logos .wrp div{
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(120px, 1fr) );
}

.screenshots img {
  padding: 1rem;
}

.press-contact{
  font-size: 1.8rem;
  margin-bottom: 12rem;
  text-align: center;
}

.press-contact .wrp {
  display: flex;
  flex-direction: column;
}

.press-contact .wrp a {
  margin: 2.4rem 0 0 0;
}

.press-contact span {
  font-size: 1.4rem;
}

.press-contact img {
  width: 80px;
  margin: 2rem auto;
  border-radius: 100px;
}

.press .domns,
.press .logos,
.press .screenshots,
.press-contact {
  margin-top: 4rem;
}


/* Connect */

.connect {
	display: block;
}

.connect .header {
	position: static;
}

#connect .wrap,
#careers .wrap {
	max-width: 50vw;
	margin-top: 8rem;
	font-size: 1.6rem;
}

.hbspt-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-weight: 300;
  margin: 0 auto;
}

.hs-hlpsct_support_subject,
.hs_hlpsct_support_message {
  grid-column: span 2;
}

.hs-form-field {
  padding: 1rem;
}

.hs-form-required {
  font-weight: 700;
  margin-left: 0.5rem;
  color: #ffcb05;
}

label {
  display: block;
  padding-bottom: .5rem;
}

input, textarea, select {
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #ededed;
  border-bottom: 1px solid #2a2a2a;
 	outline: none;
  box-sizing: border-box;
  padding: 0 .6rem .6rem 1.6rem;
  font-family: Lato;
}

input, select, .hs-error-msgs {
  min-height: 5rem;
}

textarea {
  height: 12rem;
  padding-top: 1rem;
}

input:focus, textarea:focus, select:focus  {
  border: 1px solid #ededed;
  border-bottom: 3px solid #ffcb05;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.hs-error-msgs {
  background-color: #ffcb05;
  box-sizing: border-box;
  margin: 0;
  padding: 1.6rem;
  list-style-type: none;
}

.hs-error-msgs label {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.hs_submit {
  outline: none;
  margin: 0 auto;
  grid-column: span 2;
}

.hs-button {
  background-color: #ffcb05;
  width: 40rem;
  margin: 4rem 0 8rem;
  border: none;
  box-sizing: content-box;
	line-height: 1;
	padding: 0;
}

.hs-button:hover {
  border-bottom: 3px solid #000;
  cursor: pointer;
  color: #666;
}


/* Privacy and Terms */

.legal .wrap {
  max-width: 60%;
  margin-top: 8rem;
}

.legal .header,
.press .header {
  background-color: rgba(255,255,255,.9);
}

.legal.fp-viewing-footer .header,
.press.fp-viewing-footer .header {
  background: none;
}


/* Error */

#error h1 {
  font-size: 10rem;
  text-align: center;
}

#error .description {
  font-size: 1.6rem;
  line-height: 2;
  width: fit-content;
  margin: 0 auto;
}


/* Responsive */

@media (min-width: 1500px) {
  .wrap {
  	max-width: 1140px;
  }
  .team {
    left: 260px;
    top: 16vh;
  }
}

@media (max-width: 1280px) {
  .tagline {
    transform: scale(.82);
    right: 20px;
  }
  .about {
    background-position: top -250px right -120px;
  }
  .team {
    transform: rotate(15deg) scale(.8);
  }
  .values .main p {
    max-width: 60%;
  }
}

@media (max-width: 1024px) {
  .tagline {
    bottom: 2%;
    transform: scale(.7);
  }
  .logo.shrink {
    transform: scale(.6);
    left: 20px;
  }
  .what .logos img {
    max-height: 20px;
  }
  .main {
    font-size: 1.8rem;
  }
  .side {
    font-size: 1.5rem;
  }
  .team {
    transform: rotate(15deg) scale(.7);
  }
  .about .side {
    width: 28%;
    margin-bottom: 15%;
  }
  .values .side {
    font-size: 2rem;
  }
  footer .top .links div:first-child {
    margin-right: 10rem;
  }
}

@media (max-width: 820px) {
	.meet_memo {
	  top: 34px;
	}
  .tagline {
    transform: scale(.8);
    right: initial;
    opacity: 0;
  }
  .tagline h1 {
    font-size: 4rem;
    display: inline-block;
    margin: 40px 0 0;
  }
  .tagline a,
  .tagline span {
    letter-spacing: 1.5px;
  }
  .fp-viewing-what .tagline {
  	opacity: 1;
  }
  .header {
    display: block;
    padding-top: 0;
  }
  .logo {
    margin-top: 10px;
  }
  .logo.shrink {
    background-size: 140px;
    left: 0;
    margin: 0;
  }
  .menu {
    display: flex;
    justify-content: space-between;
  }
  .menu li {
    margin: 0;
  }
  .menu.shrink {
    transform: scale(.8);
    position: absolute;
    top: 8px;
    right: 5%;
    padding: 0;
    z-index: 4;
  }
  .menu.shrink li {
    margin-left: 20px;
  }
  .side {
    display: none;
  }
  .main {
    width: 100%;
  }
  .what .main {
    margin-top: 180px;
  }
  .what, .about {
    background-position: bottom -150px right -120px;
    background-size: 400px;
  }
  .team {
    transform: rotate(15deg) scale(.5);
    position: relative;
    top: 10vh;
    left: -8vw;
  }
  .about .main {
    display: flex;
    justify-content: center;
  }
  .about .side {
    display: block;
    position: absolute;
    font-size: 1.4rem;
    left: 10%;
    width: 80%;
    top: 15vh;
  }
  .about .side:before {
    display: none;
  }
  .about .logos {
    display: block;
  }
  .about .logos img {
    max-height: 16px;
    margin-top: 20px;
  }
  .values .wrap.spaceout {
    display: block;
  }
  .values .main,
  .values .main p {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
  }
  .values .main {
    margin-top: 80px;
    font-size: 1.4rem;
  }
  .values .side:before {
    display: none;
  }
  .happy {
    margin: 40px 0 20px;
    transform: scale(1.2);
    padding: 0 10%;
    position: relative;
    left: -8px;
  }
  .happy div {
    width: 44px;
    height: 47px;
    background-size: 220px 47px;
    opacity: .5;
  }
  .happy div:nth-child(2) {
    width: 50px;
    background-position-x: -44px;
  }
  .happy div:nth-child(3) {
    width: 42px;
    background-position-x: -94px;
  }
  .happy div:nth-child(4) {
    width: 38px;
    background-position-x: -136px;
  }
  .happy div:nth-child(5) {
    width: 46px;
    background-position-x: -174px;
  }
  .home .value {
    min-height: 220px;
  }
  .values h2 {
    font-size: 2.4rem;
  }
  .values .side {
    width: 100%;
    height: inherit;
    display: block;
    font-size: 1.6rem;
    text-align: left;
    width: inherit;
  }
  .dots {
   display: none;
  }
  .legal .wrap {
    max-width: initial;
  }
  #connect .wrap,
  #careers .wrap,
  #press .wrap {
		max-width: 80vw;
		margin-top: 10rem;
	}
  footer .top,
  footer .bottom {
    display: block;
  }
  footer .logo-placeholder {
    background-color: #1c1c1c;
  }
  footer .bottom {
    text-align: center;
    padding: 40px 0;
    width: 100%;
  }
  footer .bottom div {
    margin: 20px 0;
  }
  footer .top .links {
    justify-content: space-between;
  }
  footer .top .links div:first-child {
    margin-right: 0;
  }
  footer .top div.social div {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: 40px 0 60px;
  }
  footer .social a {
    margin: 0;
  }
}

@media (max-width: 640px) {
	#connect .wrap {
		max-width: 100%;
		padding: 0 20px;
	}
	.hbspt-form form {
	  display: block;
	}
	.press .logos .wrp div div {
    margin: 0;
	}
	#careers {
	  background: none;
	}
  .team {
    transform: rotate(15deg) scale(.5);
    left: -7	vw;
    top: 7rem;
  }
  .map svg {
    margin-top: 60px;
  }
  a.btn {
  	max-width: 100%;
  }
  .press .domain:first-child {
  	margin-bottom: 4rem;
  }
  footer .social a {
    transform: scale(.8);
  }
  footer .top {
    min-height: initial;
  }
  footer .top .links div {
    margin: 4rem 0 0;
  }
  footer .top ul {
    margin: 0;
  }
  footer .top li {
    line-height: 2.5;
  }
  footer .top div.social div {
    margin: 20px 0;
  }
  footer .bottom {
    padding: 20px 0 0;
    min-height: initial;
  }
  footer .bottom div {
    margin: 10px 0;
  }
}

@media (min-height: 1100px) and (max-width: 1100px) {
  .team {
    top: 14vh;
    left: -10vh;
  }
  .about .side {
    width: 25%;
  }
}

@media (max-height: 720px) {
  .map .tagline {
    opacity: 0;
  }
  .what .main {
   margin-top: initial;
  }
}

@media (max-height: 620px) {
  .logos img {
    margin-top: 20px;
  }
  .what .main {
   font-size: 1.6rem;
  }
  .values .main p {
    font-size: 1.4rem;
  }
  .happy {
    margin: 25px 0 0;
  }
  .home .value {
    min-height: 220px;
  }
}

@media (max-height: 420px) {
  section {
    height: auto !important;
    min-height: 100%;
  }
  .header {
    background-color:rgb(255,255,255,.8);
    padding-top: 0;
  }
  .menu {
    transform: scale(.8);
    position: absolute;
    top: 20px;
    right: 5%;
    padding: 0;
    z-index: 4;
  }
  .menu li {
    margin-left: 20px;
  }
  .what .main {
    font-size: 1.3rem;
    margin-top: 160px;
  }
  .about .logos img {
    max-height: 24px;
  }
  .team {
    transform: rotate(15deg) scale(.45);
    top: 20px;
  }
  .about .wrap {
    padding-top: 40px;
    max-height: initial;
  }
  .values {
    min-height: 160px;
  }
  .values .side {
    margin-bottom: 40px
  }
  footer {
    padding-top: 0;
  }
  .fp-viewing-footer .logo {
    display: none
  }
  .fp-viewing-footer .header {
    background: transparent;
  }
  footer .top .links div {
    margin: 4rem 0 0;
  }
}

@media (max-width: 350px) {
  .tagline h1 {
    font-size: 3rem;
    margin-top: 0;
  }
  .menu {
    font-size: 1.3rem;
  }
  .logo {
    width: 140px;
    height: 120px;
    background-size: 140px;
    margin: 0;
  }
  .menu.shrink {
    top: 12px;
  }
  .menu li:after {
    bottom: 0;
  }
  .menu.shrink li {
    margin-left: 20px;
  }
  .what .main {
    font-size: 1.3rem;
    margin-top: 80px;
  }
  .about .logos {
    top: 32%;
  }
  .about .logos img {
    max-height: 14px;
  }
  .team {
    transform: rotate(15deg) scale(.4);
    top: 6rem;
    left: -5.5vw;
  }
  .about .side {
    top: 75px;
    font-size: 1.2rem;
  }
  .team.slide {
    transform: rotate(15deg) scale(.7);
  }
  .team.slide .wrapper {
    margin-left: 0;
  }
  .values .main {
    margin-top: 75px;
  }
  .values .main p {
    font-size: 1.2rem;
  }
  .values h2 {
    margin-top: 10px;
    font-size: 2rem;
  }
  .happy {
    transform: none;
    left: inherit;
    margin-top: 15px;
    padding: 0;
  }
  .value {
    min-height: 170px;
  }
  .values .side p {
    margin-top: 20px;
  }
  footer {
    padding-top: 40px;
  }
  .fp-viewing-footer .logo {
    left: 40px;
    width: 70px;
    height: 70px;
    transform: scale(.6);
    left: 20px;
  }
}

@media (device-aspect-ratio: 3/4) and (orientation: landscape) {
  .team {
    left: -12vw;
    transform: rotate(15deg) scale(.7	);
  }
}